.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:222,231,245;--color-primary-1:145,177,221;--color-primary-2:35,98,186;--color-primary-3:18,49,93;--color-primary-4:5,15,28;--color-secondary-0:218,247,240;--color-secondary-1:132,227,205;--color-secondary-2:8,199,155;--color-secondary-3:4,100,78;--color-secondary-4:1,30,23;--color-tertiary-0:255,255,255;--color-tertiary-1:247,247,247;--color-tertiary-2:229,229,229;--color-tertiary-3:115,115,115;--color-tertiary-4:23,23,23;--headlines-font-family:"Manrope";--paragraphs-font-family:"Manrope"; }@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;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo > .row .container { background-color: transparent; background-image: none; }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo > .row .container > .video-iframe-container { display: none; }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo > .row > .video-iframe-container { display: none; }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo > .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); }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo > .row .container { border-width: 0; border-radius: 0; }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;position:relative;display:block; }#mfzoPi7qPe8WTzntxsQ60K4uKG1QXwMb { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:16.625rem;top:1.2802734375rem;left:0rem;overflow:hidden;display:block; }
#UASxqQrCUV0sL99HGcZaWpW6NhIwDdIx { color:#00455a;display:block;width:9.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.1875rem;left:52.25rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#tmCfzuViukinUQ88q7HznLu6RHyLEO4w { color:#00455a;display:block;width:4.9995125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.1875rem;left:62.4375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#JAhw99NBFWJt5M7kTA5bui8v2dXTe9mx { color:#00455a;display:block;width:6.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.1875rem;left:68.625rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#xOhL1zXx7Tr1JpSEs4HsfIKCEtyRtifU { position:relative;display:none; }#xOhL1zXx7Tr1JpSEs4HsfIKCEtyRtifU { border-width: 0; border-radius: 0; }#xOhL1zXx7Tr1JpSEs4HsfIKCEtyRtifU > .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; }#xOhL1zXx7Tr1JpSEs4HsfIKCEtyRtifU > .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; }#IVZyPralhziHRTes27QiN9E8Tvoo3Zmg { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:5.25rem;top:1.2802734375rem;left:0rem;overflow:hidden;display:none; }
#CxhT0w6aLEhDxSobuGByoMEXmc2cGcDs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00455a;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; }#CxhT0w6aLEhDxSobuGByoMEXmc2cGcDs > .row .container { background-color: transparent; background-image: none; }#CxhT0w6aLEhDxSobuGByoMEXmc2cGcDs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxhT0w6aLEhDxSobuGByoMEXmc2cGcDs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxhT0w6aLEhDxSobuGByoMEXmc2cGcDs > .row .container > .video-iframe-container { display: none; }#CxhT0w6aLEhDxSobuGByoMEXmc2cGcDs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxhT0w6aLEhDxSobuGByoMEXmc2cGcDs > .row > .video-iframe-container { display: none; }#CxhT0w6aLEhDxSobuGByoMEXmc2cGcDs > .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); }#CxhT0w6aLEhDxSobuGByoMEXmc2cGcDs > .row .container { border-width: 0; border-radius: 0; }#CxhT0w6aLEhDxSobuGByoMEXmc2cGcDs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CxhT0w6aLEhDxSobuGByoMEXmc2cGcDs > .row .container { font-size:0.875rem;font-family:arial;height:33.625rem;width:75rem;position:relative;display:block; }#KBsngn9sZvAKbGDLza6ugbirD2QCR8Tu { color:#ffffff;display:block;width:28.9995rem;position:absolute;font-family:manrope;font-size:2.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:5.25rem;left:0rem;height:11.4550625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#r7TMJRf1UUzMkOGHQepTEEN5ylCqBVNC { color:rgba(var(--color-tertiary-0),1);display:block;width:31.6245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:17.9375rem;left:0rem;height:3.8994125rem;display:block; }
#ikssyVIO8REBafzScU40DsrqUUF5qrMU { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:22.93725rem;width:30.8745rem;top:5.375rem;left:41.8125rem;overflow:hidden;display:block; }
#IJrn8o4GENUHraIu6i07NyTWCiSyiA8L { background-color:#ffffff;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:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#00455a;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:19.1875rem;height:3.375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:24.0625rem;left:0rem;display:block; }
#rUagIHDNC00IhMQaEMJTEJOTlRUM5rAv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sCVNl9Jcm52TUn4cDnQoVgMd6PMTk7uI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:25rem;left:2.125rem; }
#sCVNl9Jcm52TUn4cDnQoVgMd6PMTk7uI > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#M5QF1REV2mFo0lfdBSNSgB76V13AsNsx { box-sizing:content-box;height:23.6875rem;width:1.375rem;position:absolute;display:block;z-index:15032;background-color:#488b9b;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.09326171875rem;left:41.4375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#R5aHxiMDsvXUTkXa2Uir4pN1LTEqZpXe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#R5aHxiMDsvXUTkXa2Uir4pN1LTEqZpXe > .row .container { background-color: transparent; background-image: none; }#R5aHxiMDsvXUTkXa2Uir4pN1LTEqZpXe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R5aHxiMDsvXUTkXa2Uir4pN1LTEqZpXe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R5aHxiMDsvXUTkXa2Uir4pN1LTEqZpXe > .row .container > .video-iframe-container { display: none; }#R5aHxiMDsvXUTkXa2Uir4pN1LTEqZpXe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R5aHxiMDsvXUTkXa2Uir4pN1LTEqZpXe > .row > .video-iframe-container { display: none; }#R5aHxiMDsvXUTkXa2Uir4pN1LTEqZpXe > .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); }#R5aHxiMDsvXUTkXa2Uir4pN1LTEqZpXe > .row .container { border-width: 0; border-radius: 0; }#R5aHxiMDsvXUTkXa2Uir4pN1LTEqZpXe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R5aHxiMDsvXUTkXa2Uir4pN1LTEqZpXe > .row .container { font-size:0.875rem;font-family:arial;height:25.875rem;width:75rem;position:relative;display:block; }#iIdlt9OIh32rGtUA8B7wTkG5srEUDqKG { color:#006d75;display:block;width:40.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:8.93701171875rem;left:0rem;height:7.7173125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GONEBxJR9MwrXxwnd45KbakpnUzuOdzS { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.625rem 0.9375rem rgba(9,6,6,0.2) ;height:15.9375rem;width:11.9375rem;top:4.75rem;left:50.25rem;overflow:hidden;display:block; }
#e4SFPUemkQip5JFWWmcnrvhyIODRrR1G { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;height:6.1875rem;width:8.31225rem;top:3.25rem;left:63.875rem;overflow:hidden;display:block; }
#gT3TLn91VkEHCqu4r2TBhWabCk3tQ04K { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;height:12.06225rem;width:9rem;top:10.25rem;left:63.5625rem;overflow:hidden;display:block; }
#XhoMuN41J3uuPxeasDCwxxbipwvGHm0W { color:#00455a;display:block;width:25.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:2.43603515625rem;left:0rem;height:5.19921875rem;font-style:normal;display:block; }
#pCmP8AWCy5nOkZLTaJoxQtG21o0UTwrs { background-color:#00455a;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:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.1875rem;height:3.375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:19.4375rem;left:0rem;display:block; }
#gHpR8HVTORhWXFUzVVSHLmkb2slc49FX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DBN1ebUTdMfdZcca6tlSQIGwNT1r7n2a { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:20.375rem;left:2.125rem; }
#DBN1ebUTdMfdZcca6tlSQIGwNT1r7n2a > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#a0rG5sxJKpFCHIfvQ4nqcENmkJpP5Uew { background-color:#ffffff;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:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#00455a;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:19.1875rem;height:3.375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:24.0625rem;left:0rem;display:none; }
#rBJTJXTk2QrXlIeh78ovEprgvg4Lq7Zk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ve0XMRABvtUhFgxRCTklcvAixhlTpcJ3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:25rem;left:2.125rem;display:none; }
#Ve0XMRABvtUhFgxRCTklcvAixhlTpcJ3 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#mITPflRP70muVPP2p91mercqrh6yzKZ1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mITPflRP70muVPP2p91mercqrh6yzKZ1 > .row .container { background-color: transparent; background-image: none; }#mITPflRP70muVPP2p91mercqrh6yzKZ1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mITPflRP70muVPP2p91mercqrh6yzKZ1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mITPflRP70muVPP2p91mercqrh6yzKZ1 > .row .container > .video-iframe-container { display: none; }#mITPflRP70muVPP2p91mercqrh6yzKZ1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mITPflRP70muVPP2p91mercqrh6yzKZ1 > .row > .video-iframe-container { display: none; }#mITPflRP70muVPP2p91mercqrh6yzKZ1 > .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); }#mITPflRP70muVPP2p91mercqrh6yzKZ1 > .row .container { border-width: 0; border-radius: 0; }#mITPflRP70muVPP2p91mercqrh6yzKZ1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mITPflRP70muVPP2p91mercqrh6yzKZ1 > .row .container { font-size:0.875rem;font-family:arial;height:25.0625rem;width:75rem;position:relative;display:block; }#ql1phcmnwBMa6X1oUo8ECrcHcklWTXIk { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#MCJoqHgfRDPE1dAkqMb64TVehgtXBLIx { position:absolute;display:block;z-index:15017;height:22.125rem;width:60.9375rem;top:0rem;left:7.03125rem;display:block; }
#gIxUTD4HaL50yDFUihCsDhaLTiXVfCB2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefafa;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; }#gIxUTD4HaL50yDFUihCsDhaLTiXVfCB2 > .row .container { background-color: transparent; background-image: none; }#gIxUTD4HaL50yDFUihCsDhaLTiXVfCB2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIxUTD4HaL50yDFUihCsDhaLTiXVfCB2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIxUTD4HaL50yDFUihCsDhaLTiXVfCB2 > .row .container > .video-iframe-container { display: none; }#gIxUTD4HaL50yDFUihCsDhaLTiXVfCB2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIxUTD4HaL50yDFUihCsDhaLTiXVfCB2 > .row > .video-iframe-container { display: none; }#gIxUTD4HaL50yDFUihCsDhaLTiXVfCB2 > .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); }#gIxUTD4HaL50yDFUihCsDhaLTiXVfCB2 > .row .container { border-width: 0; border-radius: 0; }#gIxUTD4HaL50yDFUihCsDhaLTiXVfCB2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gIxUTD4HaL50yDFUihCsDhaLTiXVfCB2 > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:block; }#thgRsAiLLRuDeX48W9ZIelIa084onPg5 { color:#00455a;display:block;width:17.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.171142578125rem;left:0rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wzZWTVE3lcUSdhDwcfTUeM8MAebROGO6 { color:#006d75;display:block;width:35.1233125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:2.912109375rem;left:0rem;height:1.62524375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#alI8eZ3lTKpnZQMfAgedbf2gfuEmykkT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefafa;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; }#alI8eZ3lTKpnZQMfAgedbf2gfuEmykkT > .row .container { background-color: transparent; background-image: none; }#alI8eZ3lTKpnZQMfAgedbf2gfuEmykkT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#alI8eZ3lTKpnZQMfAgedbf2gfuEmykkT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#alI8eZ3lTKpnZQMfAgedbf2gfuEmykkT > .row .container > .video-iframe-container { display: none; }#alI8eZ3lTKpnZQMfAgedbf2gfuEmykkT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#alI8eZ3lTKpnZQMfAgedbf2gfuEmykkT > .row > .video-iframe-container { display: none; }#alI8eZ3lTKpnZQMfAgedbf2gfuEmykkT > .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); }#alI8eZ3lTKpnZQMfAgedbf2gfuEmykkT > .row .container { border-width: 0; border-radius: 0; }#alI8eZ3lTKpnZQMfAgedbf2gfuEmykkT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#alI8eZ3lTKpnZQMfAgedbf2gfuEmykkT > .row .container { font-size:0.875rem;font-family:arial;height:12.5625rem;width:75rem;position:relative;display:block; }#KChDUnaVNlJ1oZhCU4O2428AUDOyrhag { color:#00455a;display:block;width:9.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.6875rem;left:7.875rem;height:1.62524375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Mne2C3yDECHvUXxUEM8FcWdvqMkhVraZ { color:#006d75;display:block;width:17.937rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:6.1875rem;left:3.5rem;height:4.63036875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#E0qb7pkxlR79I2C1uGGdLzL15PQL9BZH { color:#00455a;display:block;width:9.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.6875rem;left:32.9375rem;height:1.62524375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#P5WQ9qTLfGdO8NNsFm9uQgVvgIptSUmn { color:#006d75;display:block;width:17.93625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:6.1875rem;left:28.5625rem;height:4.63036875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HOfLUmpznpVNsp1tcD9D96bnG30FdR8F { color:#00455a;display:block;width:12.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.6875rem;left:57.625rem;height:1.62524375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Id0ipCImbkiKl3n4ohSLd9VRas1aqA5s { color:#006d75;display:block;width:17.9355625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:6.1875rem;left:53.5625rem;height:4.63036875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nwPWvJVp9TwTQqsuJPGbyMXQP6cXQbiQ { position:absolute;display:block;z-index:15010;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:3.5625rem;width:3.43725625rem;top:1.75rem;left:3.5rem;overflow:hidden;display:block; }
#IMzLu4U84pUJVa7SN7AMQJI1i5TRaKcr { 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:3.4375rem;width:3.3125rem;top:1.75rem;left:28.5625rem;overflow:hidden;display:block; }
#zfRFTgXFRX2voofmsDPWAH4L2nnCuJOp { 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:3.375rem;width:3.25rem;top:1.8125rem;left:53.5625rem;overflow:hidden;display:block; }
#u77v5ULThXLmkE6VzEHpB4d69poBdCqd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefafa;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; }#u77v5ULThXLmkE6VzEHpB4d69poBdCqd > .row .container { background-color: transparent; background-image: none; }#u77v5ULThXLmkE6VzEHpB4d69poBdCqd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u77v5ULThXLmkE6VzEHpB4d69poBdCqd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u77v5ULThXLmkE6VzEHpB4d69poBdCqd > .row .container > .video-iframe-container { display: none; }#u77v5ULThXLmkE6VzEHpB4d69poBdCqd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u77v5ULThXLmkE6VzEHpB4d69poBdCqd > .row > .video-iframe-container { display: none; }#u77v5ULThXLmkE6VzEHpB4d69poBdCqd > .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); }#u77v5ULThXLmkE6VzEHpB4d69poBdCqd > .row .container { border-width: 0; border-radius: 0; }#u77v5ULThXLmkE6VzEHpB4d69poBdCqd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u77v5ULThXLmkE6VzEHpB4d69poBdCqd > .row .container { font-size:0.875rem;font-family:arial;height:11.5625rem;width:75rem;position:relative;display:block; }#WOgvZUlQuQWlBz0XWGDoIsSELveNsG4z { color:#00455a;display:block;width:9.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.875rem;left:7.875rem;height:1.62524375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#X7V2ouJfS0677SI0GmvEViXZWs29EGDZ { color:#006d75;display:block;width:17.937rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:6.375rem;left:3.5rem;height:4.63036875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Fk9cTEOC540liXgiuivaUsbITC7LUOs6 { color:#00455a;display:block;width:14.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.875rem;left:32.4375rem;height:1.62524375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pZ9WXRKs9FnUTlPat5h2al6DfEtEhgzI { color:#006d75;display:block;width:17.93625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:6.375rem;left:28.5625rem;height:4.63036875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZiTCprilHgqy9vPmvN6DIZ5T22eTkNvp { color:#00455a;display:block;width:12.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.875rem;left:58.625rem;height:1.62524375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bGO3XFgxP7SoSX9GxBbziyVKTAl7kJJZ { color:#006d75;display:block;width:17.9355625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:6.375rem;left:53.5625rem;height:3.0869125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yIrcy0pMK85JGoztBWieXecqpTQyF8aN { 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:3.5625rem;width:3.43725625rem;top:2rem;left:3.5rem;overflow:hidden;display:block; }
#saucsGswqowNAI8Q9HXBIkLWwupED8w2 { 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:3.4375rem;width:3.3125rem;top:2rem;left:28.5625rem;overflow:hidden;display:block; }
#slf2RGKm24OsuvHvniiD0u5rwgNyk6sA { 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:3.6870125rem;width:4.2495125rem;top:1.9375rem;left:53.5625rem;overflow:hidden;display:block; }
#D8stJy7QiQTPOWLcWvgnKhG0iJoMd1TB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eefafa;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; }#D8stJy7QiQTPOWLcWvgnKhG0iJoMd1TB > .row .container { background-color: transparent; background-image: none; }#D8stJy7QiQTPOWLcWvgnKhG0iJoMd1TB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8stJy7QiQTPOWLcWvgnKhG0iJoMd1TB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8stJy7QiQTPOWLcWvgnKhG0iJoMd1TB > .row .container > .video-iframe-container { display: none; }#D8stJy7QiQTPOWLcWvgnKhG0iJoMd1TB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8stJy7QiQTPOWLcWvgnKhG0iJoMd1TB > .row > .video-iframe-container { display: none; }#D8stJy7QiQTPOWLcWvgnKhG0iJoMd1TB > .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); }#D8stJy7QiQTPOWLcWvgnKhG0iJoMd1TB > .row .container { border-width: 0; border-radius: 0; }#D8stJy7QiQTPOWLcWvgnKhG0iJoMd1TB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D8stJy7QiQTPOWLcWvgnKhG0iJoMd1TB > .row .container { font-size:0.875rem;font-family:arial;height:19.5625rem;width:75rem;position:relative;display:block; }#O9e0xPSE77TVmXvBAucIkMcWEpsBzxrU { color:#00455a;display:block;width:9.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.0625rem;left:9rem;height:1.62524375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#taA4BJ8x142DmhyOAJZu5zts9yzxEdBC { color:#006d75;display:block;width:17.937rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:6.5625rem;left:3.75rem;height:4.63036875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#V2KSTzO51dodnHaycGM9Ta151TzbdvaJ { color:#00455a;display:block;width:9.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.0625rem;left:33.1875rem;height:1.62524375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IRgOkJikHZuHpsmTpTIs6dJK5239Vt2c { color:#006d75;display:block;width:17.93625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:6.5625rem;left:28.8125rem;height:4.63036875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OGpE5sVdDH2dq0Jod2EuGLqQaCVny4Cg { color:#00455a;display:block;width:12.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.0625rem;left:58.4375rem;height:1.62524375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rLBcGEDJXiqh8WodEsb1ncZIxISuN8ef { color:#006d75;display:block;width:17.9355625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:6.5625rem;left:53.8125rem;height:3.0869125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Xl5x37OZtqgFESpHneLl3efy1iD32mM4 { background-color:#00455a;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:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;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:22.6875rem;height:4.0625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:21.125rem;left:0rem;display:none; }
#vnn2iNAxKvELhJ1NS0sgg7huWGnOObTU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VE4qgDkkwzlKo3D5SnPrXzsuZLTTeXak { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.74975625rem;width:1.74975625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:22.25rem;left:2rem;display:none; }
#VE4qgDkkwzlKo3D5SnPrXzsuZLTTeXak > img { max-width: 100%;max-height:100%; width:1.74975625rem; height:1.74975625rem; }#Euy76nShT60ipdllE8UOeBEq7BU9tK0R { 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:3.75rem;width:4.2495125rem;top:2.0625rem;left:3.25rem;overflow:hidden;display:block; }
#mahwlzkih2GTfKSz6Es2Xvdz3bgRShQc { 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:3.6875rem;width:4.1875rem;top:2.0625rem;left:27.9375rem;overflow:hidden;display:block; }
#TTtksqRKrZirOEqZnFvwCe7DLb0dTEod { 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:3.24975625rem;width:3.6870125rem;top:2.3125rem;left:53.8125rem;overflow:hidden;display:block; }
#b2nZHwLvsmA4hcBlwAoEg7SNRHDDJwdn { background-color:#00455a;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:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.1875rem;height:3.375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:13.3125rem;left:27.875rem;display:block; }
#LkUS8EIUxdmRa7eLf25tqxBQ7zz7fEmF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f8KUEezNWTL7neIrmXXeLtLZIRDB3gaE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:14.25rem;left:30rem; }
#f8KUEezNWTL7neIrmXXeLtLZIRDB3gaE > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#WUrg9K8HgEPTcToIOf4vEQRNTNzycdkV { background-color:#ffffff;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:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#00455a;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:19.1875rem;height:3.375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:24.0625rem;left:0rem;display:none; }
#LaLMdBTD4ibGvmD0gwJkwgeFMXQiE60t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w5P0TNQVTzC5b8rmWpKIvfLRs5WLfelV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:25rem;left:2.125rem;display:none; }
#w5P0TNQVTzC5b8rmWpKIvfLRs5WLfelV > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#wIElgy5HhBTRwW2pN3296skJ7xcgQydA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#488b9b;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; }#wIElgy5HhBTRwW2pN3296skJ7xcgQydA > .row .container { background-color: transparent; background-image: none; }#wIElgy5HhBTRwW2pN3296skJ7xcgQydA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wIElgy5HhBTRwW2pN3296skJ7xcgQydA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wIElgy5HhBTRwW2pN3296skJ7xcgQydA > .row .container > .video-iframe-container { display: none; }#wIElgy5HhBTRwW2pN3296skJ7xcgQydA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wIElgy5HhBTRwW2pN3296skJ7xcgQydA > .row > .video-iframe-container { display: none; }#wIElgy5HhBTRwW2pN3296skJ7xcgQydA > .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); }#wIElgy5HhBTRwW2pN3296skJ7xcgQydA > .row .container { border-width: 0; border-radius: 0; }#wIElgy5HhBTRwW2pN3296skJ7xcgQydA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wIElgy5HhBTRwW2pN3296skJ7xcgQydA > .row .container { font-size:0.875rem;font-family:arial;height:13.1875rem;width:75rem;position:relative;display:block; }#FtREfcW558ELPb1zLd7zm72OM4rVbtIU { color:#ffffff;display:block;width:23.12475rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:9.1875rem;left:50.9375rem;height:1.62524375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tLeVRsH3Dg5N4SC5m6nJS2PgAt7ghXuL { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:9.1875rem;left:26.9375rem;height:1.62524375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VJhBgWrdUIT57GCKMJHIi4hSuihORTnr { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:9.041748046875rem;left:1.90576171875rem;height:1.62524375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SOi4pP7DzilADpa3VyS2xRV73ghltSoF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6rem;width:6rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:2.37451171875rem;left:34.5rem; }
#MLWD8IBwWnFy8MSaa7yyVzxv3o8JqQsO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6rem;width:6rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:2.37451171875rem;left:59.499755859375rem; }
#DRBZk9v6KPVDqURwWyvwnz9eNhNnMSbv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6rem;width:6rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:2.37451171875rem;left:9.49951171875rem; }
#Hn1H4KJIzQqiBcSfeaX88l5G0CW91wQi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Hn1H4KJIzQqiBcSfeaX88l5G0CW91wQi > .row .container { background-color: transparent; background-image: none; }#Hn1H4KJIzQqiBcSfeaX88l5G0CW91wQi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hn1H4KJIzQqiBcSfeaX88l5G0CW91wQi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hn1H4KJIzQqiBcSfeaX88l5G0CW91wQi > .row .container > .video-iframe-container { display: none; }#Hn1H4KJIzQqiBcSfeaX88l5G0CW91wQi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hn1H4KJIzQqiBcSfeaX88l5G0CW91wQi > .row > .video-iframe-container { display: none; }#Hn1H4KJIzQqiBcSfeaX88l5G0CW91wQi > .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); }#Hn1H4KJIzQqiBcSfeaX88l5G0CW91wQi > .row .container { border-width: 0; border-radius: 0; }#Hn1H4KJIzQqiBcSfeaX88l5G0CW91wQi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hn1H4KJIzQqiBcSfeaX88l5G0CW91wQi > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:75rem;position:relative;display:block; }#VM9mMrPPHv0rI44MI5oQyaQurvf2hdxH { color:#00455a;display:block;width:17.3115rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.8125rem;left:0rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ua4V8WtA5LUrQ7y4ZoZ8TyNTkpUOG3Ic { color:#006d75;display:block;width:34.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:3.5625rem;left:0rem;height:1.62524375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Z4bcezKiWz31hwekqwO6BZ62X4xlaR0U { position:absolute;display:block;z-index:15033;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;height:19.5615rem;width:16.125rem;top:7rem;left:20rem;overflow:hidden;display:block; }
#qCF8iPPaTsIzkBi0te0V80DOKy706sXC { box-sizing:content-box;height:19.437rem;width:16.0625rem;position:absolute;display:block;z-index:15045;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/c2ede807-d22c-40a0-b00d-fde14062c8e0/Imagem31072026as1632.jpeg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9990234375rem;left:38.998291015625rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }#qCF8iPPaTsIzkBi0te0V80DOKy706sXC.adaptive-delivery-prevent-bg, #qCF8iPPaTsIzkBi0te0V80DOKy706sXC.lazyload, #qCF8iPPaTsIzkBi0te0V80DOKy706sXC.lazyloading { background-image: none; }
#sz0oyaXmESZxnF7n0RdKWRJc0vFHobhq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sz0oyaXmESZxnF7n0RdKWRJc0vFHobhq > .row .container { background-color: transparent; background-image: none; }#sz0oyaXmESZxnF7n0RdKWRJc0vFHobhq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sz0oyaXmESZxnF7n0RdKWRJc0vFHobhq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sz0oyaXmESZxnF7n0RdKWRJc0vFHobhq > .row .container > .video-iframe-container { display: none; }#sz0oyaXmESZxnF7n0RdKWRJc0vFHobhq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sz0oyaXmESZxnF7n0RdKWRJc0vFHobhq > .row > .video-iframe-container { display: none; }#sz0oyaXmESZxnF7n0RdKWRJc0vFHobhq > .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); }#sz0oyaXmESZxnF7n0RdKWRJc0vFHobhq > .row .container { border-width: 0; border-radius: 0; }#sz0oyaXmESZxnF7n0RdKWRJc0vFHobhq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sz0oyaXmESZxnF7n0RdKWRJc0vFHobhq > .row .container { font-size:0.875rem;font-family:arial;height:34.75rem;width:75rem;position:relative;display:block; }#trVqkhd4Qayp4dsyD9wyvbOLRTDzxmtW { box-sizing:content-box;height:4.3125rem;width:16.062rem;position:absolute;display:block;z-index:15013;background-color:#00455a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.1875rem;left:20rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#MC8w1UPOIhEsmetum7nnM8k4eHLEwCoT { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8733125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:19.875rem;left:21.25rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TvlwSlK0i4UXG4NSs2dufT1RXhbMh9VE { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8733125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:21.3125rem;left:21.25rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QNCkz2lt2ZVZR0thlI9rsOKEeoCcK2V5 { color:#1a1a1a;display:block;width:15.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:24.125rem;left:20.0625rem;height:5.5234375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#u4M0qnVqLbpVMEeqzurfgBgssFvd9s7U { color:#1a1a1a;display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:24.0625rem;left:39rem;height:6.9043125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#o92aLfiDKDk9TT5o8oWQJQB2LlrfEHUW { box-sizing:content-box;height:4.3125rem;width:16.062rem;position:absolute;display:block;z-index:15017;background-color:#00455a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.125rem;left:39rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#KfJv60dGNzg73H6E3kxJPGLK0SlaEWJf { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8733125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:19.8125rem;left:40.25rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Vsk3vsOR9SAHixefu8qOMCOUpShJyLx3 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8733125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:21.25rem;left:40.25rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CyDbBavnR7STaX05853PG5WQNu8qlvcG { color:#1a1a1a;display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:24.0625rem;left:57.5625rem;height:6.9043125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mbKtQECcJzJ1mZqlKwtORkkqFCnzhKcw { box-sizing:content-box;height:4.3125rem;width:16.062rem;position:absolute;display:block;z-index:15022;background-color:#00455a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.125rem;left:57.5625rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#Togi7GKdeND4MVlQJS300G30QchbxcSb { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8733125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:19.8125rem;left:58.8125rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OAWRcKPy3gP8epQn1CTdXsa8aA7Kql7R { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8733125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:21.25rem;left:58.8125rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tlQynrsLRfmKFJymwgOewWgxkQzahrNp { position:absolute;display:block;z-index:15033;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;height:19.5615rem;width:16.125rem;top:7rem;left:20rem;overflow:hidden;display:none; }
#qXrT0SVobVBfIvDEzqyUheg5H5nOdDPs { box-sizing:content-box;height:19.437rem;width:16.125rem;position:absolute;display:block;z-index:15045;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/b20a0bea-b225-4cc8-a5a2-f7aa8fe50da2/Imagem23072026as1559.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9990234375rem;left:1.295166015625rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:none; }#qXrT0SVobVBfIvDEzqyUheg5H5nOdDPs.adaptive-delivery-prevent-bg, #qXrT0SVobVBfIvDEzqyUheg5H5nOdDPs.lazyload, #qXrT0SVobVBfIvDEzqyUheg5H5nOdDPs.lazyloading { background-image: none; }
#gDPITEl5qGRk17fzoLpuhi9vUTCNLoMV { box-sizing:content-box;height:19.4375rem;width:16.125rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7rem;left:57.5rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:none; }
#uiRrewGHB6pJftW49maJk1Txw4vkJzfk { color:#1a1a1a;display:block;width:15.4365rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:24.125rem;left:1.625rem;height:8.285125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eIJFONBICRlqwykNsrQGT3gTxBUr7qyV { box-sizing:content-box;height:4.3125rem;width:16.0610625rem;position:absolute;display:block;z-index:15009;background-color:#00455a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.125rem;left:1.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#Fl5TwInL3ykKZns2Ut6NCm1wXVpUKy8u { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8730625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:21.3125rem;left:2.6875rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#orVJi81URCiWBVMKks1gVyOAEWDRnJDe { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8730625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:19.875rem;left:2.6875rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iSmbyTysu3Jt1EkKkh21ytWQ045uvwV2 { box-sizing:content-box;height:19.4360625rem;width:16.125rem;position:absolute;display:block;z-index:15045;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/49366c68-cd1d-412c-9cb4-85884a35ee58/Imagem31072026as1628.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:1.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }#iSmbyTysu3Jt1EkKkh21ytWQ045uvwV2.adaptive-delivery-prevent-bg, #iSmbyTysu3Jt1EkKkh21ytWQ045uvwV2.lazyload, #iSmbyTysu3Jt1EkKkh21ytWQ045uvwV2.lazyloading { background-image: none; }
#mg08yIVxLFchCGVkdpvnkyC9dL6L9ege { box-sizing:content-box;height:19.4365rem;width:16.0625rem;position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/df7b142f-2fa7-4483-8106-478b2e27cd52/drrodrigo.jpeg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:57.59375rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }#mg08yIVxLFchCGVkdpvnkyC9dL6L9ege.adaptive-delivery-prevent-bg, #mg08yIVxLFchCGVkdpvnkyC9dL6L9ege.lazyload, #mg08yIVxLFchCGVkdpvnkyC9dL6L9ege.lazyloading { background-image: none; }
#pRFv31kguv5lZhpGGZnqOlkuW3UpZz93 { box-sizing:content-box;height:19.4375rem;width:16.125rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7rem;left:57.5rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:none; }
#mCNQC7GRUzr01tEf5fTyCiE35I2ttKXs { position:relative;display:block; }#mCNQC7GRUzr01tEf5fTyCiE35I2ttKXs { background-color: transparent; background-image: none; }#mCNQC7GRUzr01tEf5fTyCiE35I2ttKXs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCNQC7GRUzr01tEf5fTyCiE35I2ttKXs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCNQC7GRUzr01tEf5fTyCiE35I2ttKXs > .row .container > .video-iframe-container { display: none; }#mCNQC7GRUzr01tEf5fTyCiE35I2ttKXs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCNQC7GRUzr01tEf5fTyCiE35I2ttKXs > .row > .video-iframe-container { display: none; }#mCNQC7GRUzr01tEf5fTyCiE35I2ttKXs > .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); }#mCNQC7GRUzr01tEf5fTyCiE35I2ttKXs { border-width: 0; border-radius: 0; }#mCNQC7GRUzr01tEf5fTyCiE35I2ttKXs > .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; }#mCNQC7GRUzr01tEf5fTyCiE35I2ttKXs > .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:36.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:block; }#qNeqCKZck1zRdZyEeDkgolobfcGiQRoC { color:#1a1a1a;display:block;width:15.437rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:24.125rem;left:1.625rem;height:5.5234375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#baRtqhZgdfA1cImKv0gJUfT0GO3e19Uy { box-sizing:content-box;height:4.3125rem;width:16.0615rem;position:absolute;display:block;z-index:15024;background-color:#00455a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.125rem;left:1.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#TDJwnRladTkGKrlTNaOcBDWlI4mgJxrN { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8730625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:21.3125rem;left:2.6875rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TtI33i9UILKs5yFUJSG579V3ef0vgMvv { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8730625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:19.875rem;left:2.6875rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TtuM5mIrqiO2DSirrrI2vstb5ltGHhT6 { color:#1a1a1a;display:block;width:15.437rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:24.125rem;left:20.4375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yfHamiahoAipWtum66VKTEK1TGENop9f { box-sizing:content-box;height:4.3125rem;width:16.0615rem;position:absolute;display:block;z-index:15014;background-color:#00455a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.125rem;left:20.125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#fmUeD523ikW2mrgbh2VxxP7Me9xemCaw { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8730625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:21.3125rem;left:21.5rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hSUOoCVO0SJhV5DTb7erxZpUogFUXICA { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8730625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:19.875rem;left:21.5rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MRcplW16c1GeLbRcLLk3plrWvVmJ2p2P { box-sizing:content-box;height:19.4375rem;width:16.0625rem;position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/1fc33b58-b4d2-441b-9eff-065709ad3b5b/b5a082ffa69c4ad38d8fc20d01b7925d.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:20.125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }#MRcplW16c1GeLbRcLLk3plrWvVmJ2p2P.adaptive-delivery-prevent-bg, #MRcplW16c1GeLbRcLLk3plrWvVmJ2p2P.lazyload, #MRcplW16c1GeLbRcLLk3plrWvVmJ2p2P.lazyloading { background-image: none; }
#xTsi9zlrEST11LuwA9v6aDrNaLi7cIqM { color:#1a1a1a;display:block;width:15.437rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:24.125rem;left:39.125rem;height:8.285125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TbgOEJJe0IsrOOzSZyoHIdq5Ef3Eobd8 { box-sizing:content-box;height:4.3125rem;width:16.0615rem;position:absolute;display:block;z-index:15019;background-color:#00455a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.125rem;left:38.8125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#AzFCrXnFsXFEhgwCLTVlZcqvq9lNT1n8 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8730625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:21.3125rem;left:40.1875rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dg8dKhAinxhGtPBfwzVhhmneINcAgflF { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8730625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:19.875rem;left:40.1875rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p6tVaJuhc5TCmctKHIv09JTqDJmKTryU { box-sizing:content-box;height:19.4365rem;width:16.125rem;position:absolute;display:block;z-index:15045;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/13d63c56-d20f-41a8-81dd-b84bcad9bf73/Imagem31072026as1629.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:38.8125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }#p6tVaJuhc5TCmctKHIv09JTqDJmKTryU.adaptive-delivery-prevent-bg, #p6tVaJuhc5TCmctKHIv09JTqDJmKTryU.lazyload, #p6tVaJuhc5TCmctKHIv09JTqDJmKTryU.lazyloading { background-image: none; }
#PuaaFllz2VC9BLKZRnxM8rwgVZkWx8cJ { color:#1a1a1a;display:block;width:15.437rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:24.125rem;left:57.9375rem;height:6.9043125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#N9bisPVdBX1Gk77XoMq6z2VGkyTM7O1o { box-sizing:content-box;height:4.3125rem;width:16.0615rem;position:absolute;display:block;z-index:15019;background-color:#00455a;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.125rem;left:57.625rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#u4Bq26TWy4IoTuL5uzEdRtPaSeFoKKb0 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8730625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:21.3125rem;left:59rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#X1FEyTgJZlVcKRGECb44dbn6wuF1pDRU { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8730625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:19.875rem;left:59rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D3UiyZiK6Go6ovp8MyIbK8wzeU4s3V9f { box-sizing:content-box;height:19.4375rem;width:16.0625rem;position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/4025d98f-23d5-4013-b1e0-4d48041cd1f5/natmafra.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:57.625rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }#D3UiyZiK6Go6ovp8MyIbK8wzeU4s3V9f.adaptive-delivery-prevent-bg, #D3UiyZiK6Go6ovp8MyIbK8wzeU4s3V9f.lazyload, #D3UiyZiK6Go6ovp8MyIbK8wzeU4s3V9f.lazyloading { background-image: none; }
#CcHFi3rfPNxfEMk3ZyAyPmVm7zHZANi1 { box-sizing:content-box;height:19.4375rem;width:16.0625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/0b4ce10d-413e-4567-8550-83a1186e8140/noroot.crop_1269x1496_46,46");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:1.34375rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }#CcHFi3rfPNxfEMk3ZyAyPmVm7zHZANi1.adaptive-delivery-prevent-bg, #CcHFi3rfPNxfEMk3ZyAyPmVm7zHZANi1.lazyload, #CcHFi3rfPNxfEMk3ZyAyPmVm7zHZANi1.lazyloading { background-image: none; }
#tHJ7AIlJn3Ov7uNAXP8TSxxEXhIkkJPG { box-sizing:content-box;height:19.4365rem;width:16.125rem;position:absolute;display:block;z-index:15045;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/13d63c56-d20f-41a8-81dd-b84bcad9bf73/Imagem31072026as1629.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:38.8125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:none; }#tHJ7AIlJn3Ov7uNAXP8TSxxEXhIkkJPG.adaptive-delivery-prevent-bg, #tHJ7AIlJn3Ov7uNAXP8TSxxEXhIkkJPG.lazyload, #tHJ7AIlJn3Ov7uNAXP8TSxxEXhIkkJPG.lazyloading { background-image: none; }
#liCcTg0IsyvehpUbuJw5NGixwCl2KOA2 { position:relative;display:none; }#liCcTg0IsyvehpUbuJw5NGixwCl2KOA2 { border-width: 0; border-radius: 0; }#liCcTg0IsyvehpUbuJw5NGixwCl2KOA2 > .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; }#liCcTg0IsyvehpUbuJw5NGixwCl2KOA2 > .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:21.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; }#S1VR7TgombX4EPx83ffQTBIfuDH5TiEs { color:#00455a;display:block;width:23.3745rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.06103515625rem;left:0.812255859375rem;height:1.62524375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ez4JgqCc0VnUr4uuhXMMyVxGxpxv2GqB { color:#00455a;display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.06103515625rem;left:26.25rem;height:1.62524375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BfuOHTuQr7ddTytDE90LdHHWn5XDXGds { color:#1a1a1a;display:block;width:23.74875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:10.8251953125rem;left:25.625244140625rem;height:4.14404375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fEuaDkPhyxRJrauWxRepORzoiFMeUhX0 { color:#00455a;display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.248046875rem;left:51.249755859375rem;height:3.2504875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zvtAM4KRm9a8TEDVDRWsprK3nMhJLsI8 { color:#1a1a1a;display:block;width:22.9995rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:10.8251953125rem;left:50.999267578125rem;height:4.14404375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ynWmKRXKXxTqPvZKaVEd8oLlKBhoGcaK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8120125rem;width:4.8120125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:1.856689453125rem;left:10.093505859375rem; }
#ugoFX1gL4ybJUsTITx58me5OEmmq2ZH9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8120125rem;width:4.8120125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:1.856689453125rem;left:35.093994140625rem; }
#xIypO4vcrkMMTsG20SbbRhMb6AGhNzXa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8120125rem;width:4.8120125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:1.856689453125rem;left:60.09375rem; }
#K5atTQ3Ts5i0Iu5qQ1OGiMV15iqteceZ { color:#1a1a1a;display:block;width:13.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:10.8251953125rem;left:5.65576171875rem;height:8.2880625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V7goKl8tfPTobXJocWkca1Aatt0Mn6T8 { position:relative;display:none; }#V7goKl8tfPTobXJocWkca1Aatt0Mn6T8 { border-width: 0; border-radius: 0; }#V7goKl8tfPTobXJocWkca1Aatt0Mn6T8 > .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; }#V7goKl8tfPTobXJocWkca1Aatt0Mn6T8 > .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:20.9375rem;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; }#DvyPSZnGffTucrKqTST4F9wciWSZdPnK { color:#00455a;display:block;width:23.37375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.75rem;left:12.1875rem;height:1.62524375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#blMtlJnPgwVRvsf8dzwQNSTpfTw4vhpW { color:#1a1a1a;display:block;width:25.062rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:10.5rem;left:11.3125rem;height:6.82325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gnOO7oBCBLhTEuTctbDmtbXhNysMcDlh { color:#00455a;display:block;width:23.3730625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.749755859375rem;left:39.68701171875rem;height:1.62524375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gn1apxZomqGPNSIVQSECP215KfFOOg4Q { color:#1a1a1a;display:block;width:25.06125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:10.5rem;left:39.68701171875rem;height:6.82325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h6AAkZFifzHiCecFMvrKUcsqHO5JrniD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8120125rem;width:4.8120125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:1.48095703125rem;left:21.468017578125rem; }
#qSUz2lPy4h07APhi2CW7TXW2gu02IAKs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8120125rem;width:4.8120125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:1.48095703125rem;left:49.811279296875rem; }
#F9L8PfTVo24Dlg4xxHDTFDLibUU5fWam { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#488b9b;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; }#F9L8PfTVo24Dlg4xxHDTFDLibUU5fWam > .row .container { background-color: transparent; background-image: none; }#F9L8PfTVo24Dlg4xxHDTFDLibUU5fWam::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F9L8PfTVo24Dlg4xxHDTFDLibUU5fWam > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F9L8PfTVo24Dlg4xxHDTFDLibUU5fWam > .row .container > .video-iframe-container { display: none; }#F9L8PfTVo24Dlg4xxHDTFDLibUU5fWam > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F9L8PfTVo24Dlg4xxHDTFDLibUU5fWam > .row > .video-iframe-container { display: none; }#F9L8PfTVo24Dlg4xxHDTFDLibUU5fWam > .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); }#F9L8PfTVo24Dlg4xxHDTFDLibUU5fWam > .row .container { border-width: 0; border-radius: 0; }#F9L8PfTVo24Dlg4xxHDTFDLibUU5fWam > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F9L8PfTVo24Dlg4xxHDTFDLibUU5fWam > .row .container { font-size:0.875rem;font-family:arial;height:16.8125rem;width:75rem;position:relative;display:block; }#TEqqF3oXt3fOJHopEnUT4ACQ7zOELnsu { position:absolute;display:block;z-index:15001;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:7.375rem;width:11.1875rem;top:1.611328125rem;left:0rem;overflow:hidden;display:block; }
#guEMlqxEnBIn922aHCFC1gHJlzNmxfPE { box-sizing:content-box;height:11.7480625rem;width:0.124511875rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.87548828125rem;left:18.687744140625rem;display:block; }
#PuqAEPvD253O6KWduyOXbJvdbqgX0A00 { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:6.9375rem;left:0rem;height:4.548825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FknQIffk07C4uZUUq6VAF0U0cFG7qLmK { color:#ffffff;display:block;width:5.49975625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.611328125rem;left:23.559814453125rem;height:1.62524375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k3EqZgeKrduHDtZot2be3wRduf9vCIWJ { color:#ffffff;display:block;width:7.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.611328125rem;left:43.03125rem;height:1.62524375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dbpy2TTCRs7TNFpJ5xM0aKK2pRqG7rzi { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.611328125rem;left:60.1875rem;height:3.2504875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QX4vUgcEIDlEe4O2b2bP2lqu7S13fkhE { color:#ffffff;display:block;width:9.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:8.423828125rem;left:22.87353515625rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GuwiMME7vgP4kkCnbEKoRCtTn3HFTZnp { color:#ffffff;display:block;width:7.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:5.75rem;left:23rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Kk51DRaaGlJKhbgAlsVtQsp406cMJy44 { color:#ffffff;display:block;width:10.812rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:11.3623046875rem;left:22.71826171875rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VKTLVMyMyW1bvR7iZLfkeiVaZyDwquav { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:5.6875rem;left:42.8125rem;height:5.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#edE3zPbpDHQrPq0CoDqdx63F2KXnSaaM { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:5.687255859375rem;left:62.18701171875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RyrTghdOQXF9OhTGKH0ek1ApMQ81SZ67 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.12475625rem;width:2.12475625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:12.48193359375rem;left:0rem; }
#RyrTghdOQXF9OhTGKH0ek1ApMQ81SZ67 > img { max-width: 100%;max-height:100%; width:2.12475625rem; height:2.12475625rem; }#Ebux2mHq0xJEU0dxJOqZyKQcXT02FXlS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.12475625rem;width:2.12475625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:12.48193359375rem;left:2.999267578125rem; }
#Ebux2mHq0xJEU0dxJOqZyKQcXT02FXlS > img { max-width: 100%;max-height:100%; width:2.12475625rem; height:2.12475625rem; }#tsb5w80373ZinG9rDUk8n4Mkcry0khP8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4370125rem;width:1.4370125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:8.423828125rem;left:20.62255859375rem; }
#Tzq23UQFJqitF2HGDnqt3l11A0ZI14C2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.74975625rem;width:1.74975625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:5.5625rem;left:20.625rem; }
#Tzq23UQFJqitF2HGDnqt3l11A0ZI14C2 > img { max-width: 100%;max-height:100%; width:1.74975625rem; height:1.74975625rem; }#rsczzxhTURPyErKtXJKKJ1TahNQISFgB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4370125rem;width:1.4370125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:11.23095703125rem;left:20.622802734375rem; }
#rsczzxhTURPyErKtXJKKJ1TahNQISFgB > img { max-width: 100%;max-height:100%; width:1.4370125rem; height:1.4370125rem; }#EsDZKtzt8BCkm9SdzUItm4D6plhVrvPZ { box-sizing:content-box;height:11.7480625rem;width:0.124511875rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.87548828125rem;left:37.437744140625rem;display:block; }
#x62AtBG1aR8rLM45DuH7aedu1O0HTbyp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:5.548828125rem;left:39.749267578125rem; }
#HmbqTUhgn7dwgLwuc3Vi44kyuCR47mOz { box-sizing:content-box;height:11.7480625rem;width:0.124511875rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.87548828125rem;left:56.187744140625rem;display:block; }
#SXuzTCOyowQwAOkOXMkLvwC9I1TcC2iL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31225625rem;width:2.31225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:5.548828125rem;left:58.7490234375rem; }
#v1eDeBEssmosludCNr9rfvOQclOe39z6 { position:absolute;display:block;z-index:15026;height:2.7495125rem;width:4.9995125rem;top:2.20458984375rem;left:12.685546875rem;display:block; }
#uyEGkyD6orzWo984RVacdhl5hVfX3P2y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00455a;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; }#uyEGkyD6orzWo984RVacdhl5hVfX3P2y > .row .container { background-color: transparent; background-image: none; }#uyEGkyD6orzWo984RVacdhl5hVfX3P2y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uyEGkyD6orzWo984RVacdhl5hVfX3P2y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uyEGkyD6orzWo984RVacdhl5hVfX3P2y > .row .container > .video-iframe-container { display: none; }#uyEGkyD6orzWo984RVacdhl5hVfX3P2y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uyEGkyD6orzWo984RVacdhl5hVfX3P2y > .row > .video-iframe-container { display: none; }#uyEGkyD6orzWo984RVacdhl5hVfX3P2y > .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); }#uyEGkyD6orzWo984RVacdhl5hVfX3P2y > .row .container { border-width: 0; border-radius: 0; }#uyEGkyD6orzWo984RVacdhl5hVfX3P2y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uyEGkyD6orzWo984RVacdhl5hVfX3P2y > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;position:relative;display:block; }#f2Lx0bH70VyNzdPhzEnditUEQ655I9CB { color:#ffffff;display:block;width:45.687rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:2.006103515625rem;left:14.655029296875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo { display:block; }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mfzoPi7qPe8WTzntxsQ60K4uKG1QXwMb { top:1.25rem;left:0rem;width:16.625rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UASxqQrCUV0sL99HGcZaWpW6NhIwDdIx { top:3.1875rem;left:38.5625rem;width:9.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmCfzuViukinUQ88q7HznLu6RHyLEO4w { top:3.1875rem;left:42.8125rem;width:4.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAhw99NBFWJt5M7kTA5bui8v2dXTe9mx { top:3.1875rem;left:41.375rem;width:6.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOhL1zXx7Tr1JpSEs4HsfIKCEtyRtifU { display:none; }#xOhL1zXx7Tr1JpSEs4HsfIKCEtyRtifU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IVZyPralhziHRTes27QiN9E8Tvoo3Zmg { top:1.25rem;left:0rem;width:5.25rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CxhT0w6aLEhDxSobuGByoMEXmc2cGcDs { display:block; }#CxhT0w6aLEhDxSobuGByoMEXmc2cGcDs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KBsngn9sZvAKbGDLza6ugbirD2QCR8Tu { top:5.25rem;left:0rem;width:28.9375rem;height:11.4375rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7TMJRf1UUzMkOGHQepTEEN5ylCqBVNC { top:17.9375rem;left:0rem;width:31.5625rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikssyVIO8REBafzScU40DsrqUUF5qrMU { top:5.375rem;left:16.9375rem;width:30.8125rem;height:22.890996599053rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJrn8o4GENUHraIu6i07NyTWCiSyiA8L { width:19.125rem;height:3.375rem;top:24.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUagIHDNC00IhMQaEMJTEJOTlRUM5rAv { display:block; }
 }@media only screen and (max-width: 763px) { #sCVNl9Jcm52TUn4cDnQoVgMd6PMTk7uI { top:25rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
#sCVNl9Jcm52TUn4cDnQoVgMd6PMTk7uI > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #M5QF1REV2mFo0lfdBSNSgB76V13AsNsx { top:5.0625rem;left:27.8125rem;width:1.375rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5aHxiMDsvXUTkXa2Uir4pN1LTEqZpXe { display:block; }#R5aHxiMDsvXUTkXa2Uir4pN1LTEqZpXe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iIdlt9OIh32rGtUA8B7wTkG5srEUDqKG { top:8.875rem;left:0rem;width:40.625rem;height:7.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GONEBxJR9MwrXxwnd45KbakpnUzuOdzS { top:4.75rem;left:35.8125rem;width:11.875rem;height:15.854721663735rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4SFPUemkQip5JFWWmcnrvhyIODRrR1G { top:3.25rem;left:39.5rem;width:8.25rem;height:6.1417162966973rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT3TLn91VkEHCqu4r2TBhWabCk3tQ04K { top:10.25rem;left:38.75rem;width:9rem;height:12.0615rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhoMuN41J3uuPxeasDCwxxbipwvGHm0W { top:2.375rem;left:0rem;width:25.3125rem;height:5.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCmP8AWCy5nOkZLTaJoxQtG21o0UTwrs { width:19.125rem;height:3.375rem;top:19.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHpR8HVTORhWXFUzVVSHLmkb2slc49FX { display:block; }
 }@media only screen and (max-width: 763px) { #DBN1ebUTdMfdZcca6tlSQIGwNT1r7n2a { top:20.375rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
#DBN1ebUTdMfdZcca6tlSQIGwNT1r7n2a > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #a0rG5sxJKpFCHIfvQ4nqcENmkJpP5Uew { width:19.125rem;height:3.375rem;top:24.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rBJTJXTk2QrXlIeh78ovEprgvg4Lq7Zk { display:block; }
 }@media only screen and (max-width: 763px) { #Ve0XMRABvtUhFgxRCTklcvAixhlTpcJ3 { top:25rem;left:0rem;width:1.5rem;height:1.5rem;display:none; }
#Ve0XMRABvtUhFgxRCTklcvAixhlTpcJ3 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #mITPflRP70muVPP2p91mercqrh6yzKZ1 { display:block; }#mITPflRP70muVPP2p91mercqrh6yzKZ1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ql1phcmnwBMa6X1oUo8ECrcHcklWTXIk { display:none; }
 }@media only screen and (max-width: 763px) { #MCJoqHgfRDPE1dAkqMb64TVehgtXBLIx { top:0rem;left:0rem;width:47.75rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIxUTD4HaL50yDFUihCsDhaLTiXVfCB2 { display:block; }#gIxUTD4HaL50yDFUihCsDhaLTiXVfCB2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #thgRsAiLLRuDeX48W9ZIelIa084onPg5 { top:1.125rem;left:0rem;width:17.8125rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzZWTVE3lcUSdhDwcfTUeM8MAebROGO6 { top:2.875rem;left:0rem;width:35.0625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #alI8eZ3lTKpnZQMfAgedbf2gfuEmykkT { display:block; }#alI8eZ3lTKpnZQMfAgedbf2gfuEmykkT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KChDUnaVNlJ1oZhCU4O2428AUDOyrhag { top:2.6875rem;left:3.3125rem;width:9.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mne2C3yDECHvUXxUEM8FcWdvqMkhVraZ { top:6.1875rem;left:0rem;width:17.875rem;height:6.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0qb7pkxlR79I2C1uGGdLzL15PQL9BZH { top:2.6875rem;left:19.25rem;width:9.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5WQ9qTLfGdO8NNsFm9uQgVvgIptSUmn { top:6.1875rem;left:13.875rem;width:17.875rem;height:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOfLUmpznpVNsp1tcD9D96bnG30FdR8F { top:2.6875rem;left:34.8125rem;width:12.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id0ipCImbkiKl3n4ohSLd9VRas1aqA5s { top:6.1875rem;left:29.75rem;width:17.875rem;height:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwPWvJVp9TwTQqsuJPGbyMXQP6cXQbiQ { top:1.75rem;left:0rem;width:3.375rem;height:3.4979753109766rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMzLu4U84pUJVa7SN7AMQJI1i5TRaKcr { top:1.75rem;left:15.875rem;width:3.25rem;height:3.3728987473628rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfRFTgXFRX2voofmsDPWAH4L2nnCuJOp { top:1.8125rem;left:31.75rem;width:3.1875rem;height:3.3103444296784rem;display:block; }
 }@media only screen and (max-width: 763px) { #u77v5ULThXLmkE6VzEHpB4d69poBdCqd { display:block; }#u77v5ULThXLmkE6VzEHpB4d69poBdCqd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WOgvZUlQuQWlBz0XWGDoIsSELveNsG4z { top:2.875rem;left:3.3125rem;width:9.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7V2ouJfS0677SI0GmvEViXZWs29EGDZ { top:6.375rem;left:0rem;width:17.875rem;height:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fk9cTEOC540liXgiuivaUsbITC7LUOs6 { top:2.875rem;left:16.9375rem;width:14.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZ9WXRKs9FnUTlPat5h2al6DfEtEhgzI { top:6.375rem;left:13.875rem;width:17.875rem;height:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiTCprilHgqy9vPmvN6DIZ5T22eTkNvp { top:2.875rem;left:35.0625rem;width:12.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGO3XFgxP7SoSX9GxBbziyVKTAl7kJJZ { top:6.375rem;left:29.75rem;width:17.875rem;height:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIrcy0pMK85JGoztBWieXecqpTQyF8aN { top:2rem;left:0rem;width:3.375rem;height:3.4979753109766rem;display:block; }
 }@media only screen and (max-width: 763px) { #saucsGswqowNAI8Q9HXBIkLWwupED8w2 { top:2rem;left:15.875rem;width:3.25rem;height:3.3728987473628rem;display:block; }
 }@media only screen and (max-width: 763px) { #slf2RGKm24OsuvHvniiD0u5rwgNyk6sA { top:1.9375rem;left:31.75rem;width:4.1875rem;height:3.6332084783255rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8stJy7QiQTPOWLcWvgnKhG0iJoMd1TB { display:block; }#D8stJy7QiQTPOWLcWvgnKhG0iJoMd1TB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O9e0xPSE77TVmXvBAucIkMcWEpsBzxrU { top:3.0625rem;left:4.4375rem;width:9.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #taA4BJ8x142DmhyOAJZu5zts9yzxEdBC { top:6.5625rem;left:0rem;width:17.875rem;height:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2KSTzO51dodnHaycGM9Ta151TzbdvaJ { top:3.0625rem;left:19.5rem;width:9.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRgOkJikHZuHpsmTpTIs6dJK5239Vt2c { top:6.5625rem;left:13.875rem;width:17.875rem;height:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGpE5sVdDH2dq0Jod2EuGLqQaCVny4Cg { top:3.0625rem;left:35.0625rem;width:12.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLBcGEDJXiqh8WodEsb1ncZIxISuN8ef { top:6.5625rem;left:29.75rem;width:17.875rem;height:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xl5x37OZtqgFESpHneLl3efy1iD32mM4 { width:22.6875rem;height:4rem;top:21.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vnn2iNAxKvELhJ1NS0sgg7huWGnOObTU { display:block; }
 }@media only screen and (max-width: 763px) { #VE4qgDkkwzlKo3D5SnPrXzsuZLTTeXak { top:22.25rem;left:0rem;width:1.6875rem;height:1.6875rem;display:none; }
#VE4qgDkkwzlKo3D5SnPrXzsuZLTTeXak > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #Euy76nShT60ipdllE8UOeBEq7BU9tK0R { top:2.0625rem;left:0rem;width:4.1875rem;height:3.6952768111636rem;display:block; }
 }@media only screen and (max-width: 763px) { #mahwlzkih2GTfKSz6Es2Xvdz3bgRShQc { top:2.0625rem;left:15.875rem;width:4.125rem;height:3.632193888898rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTtksqRKrZirOEqZnFvwCe7DLb0dTEod { top:2.3125rem;left:31.75rem;width:3.625rem;height:3.1950980383847rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2nZHwLvsmA4hcBlwAoEg7SNRHDDJwdn { width:19.125rem;height:3.375rem;top:13.3125rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkUS8EIUxdmRa7eLf25tqxBQ7zz7fEmF { display:block; }
 }@media only screen and (max-width: 763px) { #f8KUEezNWTL7neIrmXXeLtLZIRDB3gaE { top:14.25rem;left:16.3125rem;width:1.5rem;height:1.5rem;display:block; }
#f8KUEezNWTL7neIrmXXeLtLZIRDB3gaE > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #WUrg9K8HgEPTcToIOf4vEQRNTNzycdkV { width:19.125rem;height:3.375rem;top:24.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LaLMdBTD4ibGvmD0gwJkwgeFMXQiE60t { display:block; }
 }@media only screen and (max-width: 763px) { #w5P0TNQVTzC5b8rmWpKIvfLRs5WLfelV { top:25rem;left:0rem;width:1.5rem;height:1.5rem;display:none; }
#w5P0TNQVTzC5b8rmWpKIvfLRs5WLfelV > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #wIElgy5HhBTRwW2pN3296skJ7xcgQydA { display:block; }#wIElgy5HhBTRwW2pN3296skJ7xcgQydA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FtREfcW558ELPb1zLd7zm72OM4rVbtIU { top:9.1875rem;left:24.5625rem;width:23.0625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLeVRsH3Dg5N4SC5m6nJS2PgAt7ghXuL { top:9.1875rem;left:10.5625rem;width:21.1875rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJhBgWrdUIT57GCKMJHIi4hSuihORTnr { top:9rem;left:0rem;width:21.1875rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOi4pP7DzilADpa3VyS2xRV73ghltSoF { top:2.3125rem;left:20.8125rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLWD8IBwWnFy8MSaa7yyVzxv3o8JqQsO { top:2.3125rem;left:36.687255859375rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRBZk9v6KPVDqURwWyvwnz9eNhNnMSbv { top:2.3125rem;left:4.93701171875rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hn1H4KJIzQqiBcSfeaX88l5G0CW91wQi { display:block; }#Hn1H4KJIzQqiBcSfeaX88l5G0CW91wQi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VM9mMrPPHv0rI44MI5oQyaQurvf2hdxH { top:1.8125rem;left:0rem;width:17.25rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ua4V8WtA5LUrQ7y4ZoZ8TyNTkpUOG3Ic { top:3.5625rem;left:0rem;width:34.375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4bcezKiWz31hwekqwO6BZ62X4xlaR0U { top:7rem;left:6.375rem;width:16.125rem;height:19.5615rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCF8iPPaTsIzkBi0te0V80DOKy706sXC { top:6.9375rem;left:25.373291015625rem;width:16.0625rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sz0oyaXmESZxnF7n0RdKWRJc0vFHobhq { display:block; }#sz0oyaXmESZxnF7n0RdKWRJc0vFHobhq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #trVqkhd4Qayp4dsyD9wyvbOLRTDzxmtW { top:19.1875rem;left:7.875rem;width:16rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MC8w1UPOIhEsmetum7nnM8k4eHLEwCoT { width:11.8125rem;height:1.375rem;top:19.875rem;left:11.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvlwSlK0i4UXG4NSs2dufT1RXhbMh9VE { width:11.8125rem;height:1.375rem;top:21.3125rem;left:11.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNCkz2lt2ZVZR0thlI9rsOKEeoCcK2V5 { top:24.125rem;left:7.9375rem;width:15.9375rem;height:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4M0qnVqLbpVMEeqzurfgBgssFvd9s7U { top:24.0625rem;left:18.9375rem;width:16.875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o92aLfiDKDk9TT5o8oWQJQB2LlrfEHUW { top:19.125rem;left:19.8125rem;width:16rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfJv60dGNzg73H6E3kxJPGLK0SlaEWJf { width:11.8125rem;height:1.375rem;top:19.8125rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vsk3vsOR9SAHixefu8qOMCOUpShJyLx3 { width:11.8125rem;height:1.375rem;top:21.25rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyDbBavnR7STaX05853PG5WQNu8qlvcG { top:24.0625rem;left:30.875rem;width:16.875rem;height:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbKtQECcJzJ1mZqlKwtORkkqFCnzhKcw { top:19.125rem;left:31.75rem;width:16rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Togi7GKdeND4MVlQJS300G30QchbxcSb { width:11.8125rem;height:1.375rem;top:19.8125rem;left:35.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAWRcKPy3gP8epQn1CTdXsa8aA7Kql7R { width:11.8125rem;height:1.375rem;top:21.25rem;left:35.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlQynrsLRfmKFJymwgOewWgxkQzahrNp { top:7rem;left:6.375rem;width:16.125rem;height:19.5615rem;display:none; }
 }@media only screen and (max-width: 763px) { #qXrT0SVobVBfIvDEzqyUheg5H5nOdDPs { top:6.9375rem;left:0rem;width:16.125rem;height:19.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gDPITEl5qGRk17fzoLpuhi9vUTCNLoMV { top:7rem;left:31.625rem;width:16.125rem;height:19.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uiRrewGHB6pJftW49maJk1Txw4vkJzfk { top:24.125rem;left:0rem;width:15.375rem;height:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIJFONBICRlqwykNsrQGT3gTxBUr7qyV { top:19.125rem;left:0rem;width:16rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fl5TwInL3ykKZns2Ut6NCm1wXVpUKy8u { width:11.8125rem;height:1.375rem;top:21.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #orVJi81URCiWBVMKks1gVyOAEWDRnJDe { width:11.8125rem;height:1.375rem;top:19.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSmbyTysu3Jt1EkKkh21ytWQ045uvwV2 { top:0rem;left:0rem;width:16.125rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mg08yIVxLFchCGVkdpvnkyC9dL6L9ege { top:0rem;left:31.6875rem;width:16.0625rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRFv31kguv5lZhpGGZnqOlkuW3UpZz93 { top:7rem;left:31.625rem;width:16.125rem;height:19.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mCNQC7GRUzr01tEf5fTyCiE35I2ttKXs { display:block; }#mCNQC7GRUzr01tEf5fTyCiE35I2ttKXs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qNeqCKZck1zRdZyEeDkgolobfcGiQRoC { top:24.125rem;left:0rem;width:15.375rem;height:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #baRtqhZgdfA1cImKv0gJUfT0GO3e19Uy { top:19.125rem;left:0rem;width:16rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDJwnRladTkGKrlTNaOcBDWlI4mgJxrN { width:11.8125rem;height:1.375rem;top:21.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtI33i9UILKs5yFUJSG579V3ef0vgMvv { width:11.8125rem;height:1.375rem;top:19.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtuM5mIrqiO2DSirrrI2vstb5ltGHhT6 { top:24.125rem;left:8.5rem;width:15.375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfHamiahoAipWtum66VKTEK1TGENop9f { top:19.125rem;left:7.875rem;width:16rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmUeD523ikW2mrgbh2VxxP7Me9xemCaw { width:11.8125rem;height:;top:21.3125rem;left:11.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSUOoCVO0SJhV5DTb7erxZpUogFUXICA { width:11.8125rem;height:;top:19.875rem;left:11.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRcplW16c1GeLbRcLLk3plrWvVmJ2p2P { top:0rem;left:7.8125rem;width:16.0625rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTsi9zlrEST11LuwA9v6aDrNaLi7cIqM { top:24.125rem;left:20.4375rem;width:15.375rem;height:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbgOEJJe0IsrOOzSZyoHIdq5Ef3Eobd8 { top:19.125rem;left:19.8125rem;width:16rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzFCrXnFsXFEhgwCLTVlZcqvq9lNT1n8 { width:11.8125rem;height:1.375rem;top:21.3125rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dg8dKhAinxhGtPBfwzVhhmneINcAgflF { width:11.8125rem;height:1.375rem;top:19.875rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6tVaJuhc5TCmctKHIv09JTqDJmKTryU { top:0rem;left:19.6875rem;width:16.125rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuaaFllz2VC9BLKZRnxM8rwgVZkWx8cJ { top:24.125rem;left:32.375rem;width:15.375rem;height:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9bisPVdBX1Gk77XoMq6z2VGkyTM7O1o { top:19.125rem;left:31.75rem;width:16rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4Bq26TWy4IoTuL5uzEdRtPaSeFoKKb0 { width:11.8125rem;height:1.375rem;top:21.3125rem;left:35.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1FEyTgJZlVcKRGECb44dbn6wuF1pDRU { width:11.8125rem;height:1.375rem;top:19.875rem;left:35.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3UiyZiK6Go6ovp8MyIbK8wzeU4s3V9f { top:0rem;left:31.6875rem;width:16.0625rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcHFi3rfPNxfEMk3ZyAyPmVm7zHZANi1 { top:0rem;left:0rem;width:16.0625rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHJ7AIlJn3Ov7uNAXP8TSxxEXhIkkJPG { top:0rem;left:19.6875rem;width:16.125rem;height:19.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #liCcTg0IsyvehpUbuJw5NGixwCl2KOA2 { display:block; }#liCcTg0IsyvehpUbuJw5NGixwCl2KOA2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S1VR7TgombX4EPx83ffQTBIfuDH5TiEs { top:8rem;left:0rem;width:23.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ez4JgqCc0VnUr4uuhXMMyVxGxpxv2GqB { top:8rem;left:9.25rem;width:22.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfuOHTuQr7ddTytDE90LdHHWn5XDXGds { top:10.8125rem;left:8.0625rem;width:23.6875rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEuaDkPhyxRJrauWxRepORzoiFMeUhX0 { top:7.1875rem;left:25.125rem;width:22.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvtAM4KRm9a8TEDVDRWsprK3nMhJLsI8 { top:10.8125rem;left:24.6875rem;width:22.9375rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynWmKRXKXxTqPvZKaVEd8oLlKBhoGcaK { top:1.8125rem;left:5.531005859375rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugoFX1gL4ybJUsTITx58me5OEmmq2ZH9 { top:1.8125rem;left:21.406494140625rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIypO4vcrkMMTsG20SbbRhMb6AGhNzXa { top:1.8125rem;left:37.28125rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5atTQ3Ts5i0Iu5qQ1OGiMV15iqteceZ { top:10.8125rem;left:1.09326171875rem;width:13.6875rem;height:8.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7goKl8tfPTobXJocWkca1Aatt0Mn6T8 { display:block; }#V7goKl8tfPTobXJocWkca1Aatt0Mn6T8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DvyPSZnGffTucrKqTST4F9wciWSZdPnK { top:7.75rem;left:0.5625rem;width:23.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #blMtlJnPgwVRvsf8dzwQNSTpfTw4vhpW { top:10.5rem;left:0rem;width:25rem;height:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnOO7oBCBLhTEuTctbDmtbXhNysMcDlh { top:7.6875rem;left:23.875rem;width:23.3125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gn1apxZomqGPNSIVQSECP215KfFOOg4Q { top:10.5rem;left:22.75rem;width:25rem;height:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6AAkZFifzHiCecFMvrKUcsqHO5JrniD { top:1.4375rem;left:14.655517578125rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSUz2lPy4h07APhi2CW7TXW2gu02IAKs { top:1.4375rem;left:29.373779296875rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9L8PfTVo24Dlg4xxHDTFDLibUU5fWam { display:block; }#F9L8PfTVo24Dlg4xxHDTFDLibUU5fWam > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TEqqF3oXt3fOJHopEnUT4ACQ7zOELnsu { top:1.5625rem;left:0rem;width:11.1875rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #guEMlqxEnBIn922aHCFC1gHJlzNmxfPE { top:2.875rem;left:11.875rem;width:0.0625rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuqAEPvD253O6KWduyOXbJvdbqgX0A00 { top:6.9375rem;left:0rem;width:17.8125rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FknQIffk07C4uZUUq6VAF0U0cFG7qLmK { top:1.5625rem;left:13.341064453125rem;width:5.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3EqZgeKrduHDtZot2be3wRduf9vCIWJ { top:1.5625rem;left:26rem;width:7.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbpy2TTCRs7TNFpJ5xM0aKK2pRqG7rzi { top:1.5625rem;left:36.34375rem;width:10.875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QX4vUgcEIDlEe4O2b2bP2lqu7S13fkhE { top:8.375rem;left:12.65478515625rem;width:9.1875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuwiMME7vgP4kkCnbEKoRCtTn3HFTZnp { top:5.75rem;left:12.78125rem;width:7.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kk51DRaaGlJKhbgAlsVtQsp406cMJy44 { top:11.3125rem;left:12.49951171875rem;width:10.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKTLVMyMyW1bvR7iZLfkeiVaZyDwquav { top:5.6875rem;left:22.875rem;width:12.625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #edE3zPbpDHQrPq0CoDqdx63F2KXnSaaM { top:5.625rem;left:35.5rem;width:12.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyrTghdOQXF9OhTGKH0ek1ApMQ81SZ67 { top:12.4375rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
#RyrTghdOQXF9OhTGKH0ek1ApMQ81SZ67 > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #Ebux2mHq0xJEU0dxJOqZyKQcXT02FXlS { top:12.4375rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
#Ebux2mHq0xJEU0dxJOqZyKQcXT02FXlS > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #tsb5w80373ZinG9rDUk8n4Mkcry0khP8 { top:8.375rem;left:11.9375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzq23UQFJqitF2HGDnqt3l11A0ZI14C2 { top:5.5625rem;left:11.9375rem;width:1.6875rem;height:1.6875rem;display:block; }
#Tzq23UQFJqitF2HGDnqt3l11A0ZI14C2 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #rsczzxhTURPyErKtXJKKJ1TahNQISFgB { top:11.1875rem;left:11.9375rem;width:1.375rem;height:1.375rem;display:block; }
#rsczzxhTURPyErKtXJKKJ1TahNQISFgB > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #EsDZKtzt8BCkm9SdzUItm4D6plhVrvPZ { top:2.875rem;left:23.8125rem;width:0.0625rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x62AtBG1aR8rLM45DuH7aedu1O0HTbyp { top:5.5rem;left:23.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmbqTUhgn7dwgLwuc3Vi44kyuCR47mOz { top:2.875rem;left:35.75rem;width:0.0625rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXuzTCOyowQwAOkOXMkLvwC9I1TcC2iL { top:5.5rem;left:35.8125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1eDeBEssmosludCNr9rfvOQclOe39z6 { top:2.1875rem;left:6.9375rem;width:4.9375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyEGkyD6orzWo984RVacdhl5hVfX3P2y { display:block; }#uyEGkyD6orzWo984RVacdhl5hVfX3P2y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f2Lx0bH70VyNzdPhzEnditUEQ655I9CB { top:2rem;left:1.030029296875rem;width:45.625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo { display:none; }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo > .row .container { width:20rem;height:23.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mfzoPi7qPe8WTzntxsQ60K4uKG1QXwMb { width:5.1875rem;height:1.875rem;top:1.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UASxqQrCUV0sL99HGcZaWpW6NhIwDdIx { width:9.1875rem;height:1.4619125rem;top:10.44140625rem;left:5.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmCfzuViukinUQ88q7HznLu6RHyLEO4w { width:4.93725625rem;height:1.4619125rem;top:13.1525875rem;left:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAhw99NBFWJt5M7kTA5bui8v2dXTe9mx { width:6.375rem;height:1.4619125rem;top:15.86376875rem;left:6.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOhL1zXx7Tr1JpSEs4HsfIKCEtyRtifU { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xOhL1zXx7Tr1JpSEs4HsfIKCEtyRtifU > .row .container { background-color: transparent; background-image: none; }#xOhL1zXx7Tr1JpSEs4HsfIKCEtyRtifU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOhL1zXx7Tr1JpSEs4HsfIKCEtyRtifU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOhL1zXx7Tr1JpSEs4HsfIKCEtyRtifU > .row .container > .video-iframe-container { display: none; }#xOhL1zXx7Tr1JpSEs4HsfIKCEtyRtifU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOhL1zXx7Tr1JpSEs4HsfIKCEtyRtifU > .row > .video-iframe-container { display: none; }#xOhL1zXx7Tr1JpSEs4HsfIKCEtyRtifU > .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); }#xOhL1zXx7Tr1JpSEs4HsfIKCEtyRtifU > .row .container { border-width: 0; border-radius: 0; }#xOhL1zXx7Tr1JpSEs4HsfIKCEtyRtifU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xOhL1zXx7Tr1JpSEs4HsfIKCEtyRtifU > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IVZyPralhziHRTes27QiN9E8Tvoo3Zmg { width:14.9375rem;height:4.25rem;top:1.90625rem;left:2.53125rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CxhT0w6aLEhDxSobuGByoMEXmc2cGcDs { display:block; }#CxhT0w6aLEhDxSobuGByoMEXmc2cGcDs > .row .container { width:20rem;height:41.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KBsngn9sZvAKbGDLza6ugbirD2QCR8Tu { width:19.9995rem;height:6.5800625rem;top:1.686767578125rem;left:0rem;font-size:1.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #r7TMJRf1UUzMkOGHQepTEEN5ylCqBVNC { width:19.125rem;height:5.6860375rem;top:9.0808125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikssyVIO8REBafzScU40DsrqUUF5qrMU { width:20rem;height:14.858253370582rem;top:17.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJrn8o4GENUHraIu6i07NyTWCiSyiA8L { width:17.0625rem;height:2.9375rem;top:35.5625rem;left:1.4375rem;font-size:0.875rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#00455a;display:block; }
 }@media only screen and (max-width: 763px) { #rUagIHDNC00IhMQaEMJTEJOTlRUM5rAv { display:block; }
 }@media only screen and (max-width: 763px) { #sCVNl9Jcm52TUn4cDnQoVgMd6PMTk7uI { display:flex;width:1.37475625rem;height:1.37475625rem;top:36.3125rem;left:3.5625rem; }
#sCVNl9Jcm52TUn4cDnQoVgMd6PMTk7uI > img { max-width: 100%;max-height:100%; width:1.37475625rem; height:1.37475625rem; } }@media only screen and (max-width: 763px) { #M5QF1REV2mFo0lfdBSNSgB76V13AsNsx { width:1.37475625rem;height:15.43725rem;top:17.3125rem;left:0rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #R5aHxiMDsvXUTkXa2Uir4pN1LTEqZpXe { display:block; }#R5aHxiMDsvXUTkXa2Uir4pN1LTEqZpXe > .row .container { width:20rem;height:44.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iIdlt9OIh32rGtUA8B7wTkG5srEUDqKG { width:19.99875rem;height:11.69825rem;top:8.361328125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GONEBxJR9MwrXxwnd45KbakpnUzuOdzS { width:9rem;height:12.06225rem;top:22.5rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4SFPUemkQip5JFWWmcnrvhyIODRrR1G { width:6rem;height:4.4370125rem;top:21.6875rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT3TLn91VkEHCqu4r2TBhWabCk3tQ04K { width:6.43725rem;height:8.68725rem;top:26.625rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhoMuN41J3uuPxeasDCwxxbipwvGHm0W { width:17.12475rem;height:6.09375rem;top:1.311767578125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCmP8AWCy5nOkZLTaJoxQtG21o0UTwrs { width:19.125rem;height:3.375rem;top:38.37451171875rem;left:0.4365234375rem;font-size:1rem;background-color:#00455a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);display:none; }
 }@media only screen and (max-width: 763px) { #gHpR8HVTORhWXFUzVVSHLmkb2slc49FX { display:block; }
 }@media only screen and (max-width: 763px) { #DBN1ebUTdMfdZcca6tlSQIGwNT1r7n2a { display:flex;width:1.5rem;height:1.5rem;top:65.9375rem;left:8.8125rem;display:none; }
#DBN1ebUTdMfdZcca6tlSQIGwNT1r7n2a > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #a0rG5sxJKpFCHIfvQ4nqcENmkJpP5Uew { width:17.0625rem;height:2.9375rem;top:37.75rem;left:1.4375rem;font-size:0.875rem;background-color:#00455a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #rBJTJXTk2QrXlIeh78ovEprgvg4Lq7Zk { display:block; }
 }@media only screen and (max-width: 763px) { #Ve0XMRABvtUhFgxRCTklcvAixhlTpcJ3 { display:flex;width:1.37475625rem;height:1.37475625rem;top:38.5rem;left:3.625rem;z-index:15027; }
#Ve0XMRABvtUhFgxRCTklcvAixhlTpcJ3 > img { max-width: 100%;max-height:100%; width:1.37475625rem; height:1.37475625rem; } }@media only screen and (max-width: 763px) { #mITPflRP70muVPP2p91mercqrh6yzKZ1 { display:block; }#mITPflRP70muVPP2p91mercqrh6yzKZ1 > .row .container { width:20rem;height:42.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ql1phcmnwBMa6X1oUo8ECrcHcklWTXIk { top:0rem;left:0rem;width:19.7483125rem;height:11.7480625rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #MCJoqHgfRDPE1dAkqMb64TVehgtXBLIx { width:20rem;height:22.125rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gIxUTD4HaL50yDFUihCsDhaLTiXVfCB2 { display:block; }#gIxUTD4HaL50yDFUihCsDhaLTiXVfCB2 > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #thgRsAiLLRuDeX48W9ZIelIa084onPg5 { width:17.25rem;height:1.62524375rem;top:1rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzZWTVE3lcUSdhDwcfTUeM8MAebROGO6 { width:14.8125rem;height:2.5996125rem;top:2.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #alI8eZ3lTKpnZQMfAgedbf2gfuEmykkT { display:block; }#alI8eZ3lTKpnZQMfAgedbf2gfuEmykkT > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KChDUnaVNlJ1oZhCU4O2428AUDOyrhag { width:9.1875rem;height:1.62524375rem;top:2.125rem;left:6.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mne2C3yDECHvUXxUEM8FcWdvqMkhVraZ { width:15.43725rem;height:3.8994125rem;top:5.1875rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0qb7pkxlR79I2C1uGGdLzL15PQL9BZH { width:9.1875rem;height:1.62524375rem;top:13.125rem;left:7.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5WQ9qTLfGdO8NNsFm9uQgVvgIptSUmn { width:15.62475rem;height:3.8994125rem;top:16.0625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOfLUmpznpVNsp1tcD9D96bnG30FdR8F { width:10.6875rem;height:1.62524375rem;top:23.38623046875rem;left:6.794677734375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id0ipCImbkiKl3n4ohSLd9VRas1aqA5s { width:15.4995rem;height:3.8994125rem;top:26.499755859375rem;left:2.249267578125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwPWvJVp9TwTQqsuJPGbyMXQP6cXQbiQ { width:3.125rem;height:3.1875rem;top:1.3125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMzLu4U84pUJVa7SN7AMQJI1i5TRaKcr { width:3.125rem;height:3.125rem;top:12.25rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfRFTgXFRX2voofmsDPWAH4L2nnCuJOp { width:3.125rem;height:3.25rem;top:22.573974609375rem;left:2.37451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u77v5ULThXLmkE6VzEHpB4d69poBdCqd { display:block; }#u77v5ULThXLmkE6VzEHpB4d69poBdCqd > .row .container { width:20rem;height:33.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WOgvZUlQuQWlBz0XWGDoIsSELveNsG4z { width:9.1875rem;height:1.62524375rem;top:3.18798828125rem;left:6.43798828125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7V2ouJfS0677SI0GmvEViXZWs29EGDZ { width:16.74975rem;height:3.8994125rem;top:6.374267578125rem;left:2.655029296875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fk9cTEOC540liXgiuivaUsbITC7LUOs6 { width:12.375rem;height:1.62524375rem;top:14.125rem;left:5.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZ9WXRKs9FnUTlPat5h2al6DfEtEhgzI { width:15.5625rem;height:3.8994125rem;top:17.75rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiTCprilHgqy9vPmvN6DIZ5T22eTkNvp { width:12.5625rem;height:1.62524375rem;top:25.5rem;left:6.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGO3XFgxP7SoSX9GxBbziyVKTAl7kJJZ { width:15.1245rem;height:3.8994125rem;top:29.125rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIrcy0pMK85JGoztBWieXecqpTQyF8aN { width:3.125rem;height:3.1875rem;top:2.25rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #saucsGswqowNAI8Q9HXBIkLWwupED8w2 { width:3rem;height:3.125rem;top:13.375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #slf2RGKm24OsuvHvniiD0u5rwgNyk6sA { width:3.6875rem;height:3.1875rem;top:24.75rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8stJy7QiQTPOWLcWvgnKhG0iJoMd1TB { display:block; }#D8stJy7QiQTPOWLcWvgnKhG0iJoMd1TB > .row .container { width:20rem;height:39rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O9e0xPSE77TVmXvBAucIkMcWEpsBzxrU { width:9.1875rem;height:1.62524375rem;top:2.5625rem;left:6.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #taA4BJ8x142DmhyOAJZu5zts9yzxEdBC { width:16.062rem;height:3.8994125rem;top:6.0625rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2KSTzO51dodnHaycGM9Ta151TzbdvaJ { width:9.1875rem;height:1.62524375rem;top:13.125rem;left:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRgOkJikHZuHpsmTpTIs6dJK5239Vt2c { width:15.9375rem;height:3.8994125rem;top:16.62451171875rem;left:2.0302734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGpE5sVdDH2dq0Jod2EuGLqQaCVny4Cg { width:12.5625rem;height:1.62524375rem;top:23.8125rem;left:5.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLBcGEDJXiqh8WodEsb1ncZIxISuN8ef { width:15.62475rem;height:3.8994125rem;top:27.12451171875rem;left:2.18701171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xl5x37OZtqgFESpHneLl3efy1iD32mM4 { width:18.125rem;height:3.75rem;top:49.5rem;left:0.9375rem;font-size:1rem;background-color:#00455a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #vnn2iNAxKvELhJ1NS0sgg7huWGnOObTU { display:block; }
 }@media only screen and (max-width: 763px) { #VE4qgDkkwzlKo3D5SnPrXzsuZLTTeXak { display:flex;width:1.4370125rem;height:1.4370125rem;top:50.625rem;left:2.1875rem;z-index:15025;display:none; }
#VE4qgDkkwzlKo3D5SnPrXzsuZLTTeXak > img { max-width: 100%;max-height:100%; width:1.4370125rem; height:1.4370125rem; } }@media only screen and (max-width: 763px) { #Euy76nShT60ipdllE8UOeBEq7BU9tK0R { width:3.5rem;height:3.0625rem;top:1.875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mahwlzkih2GTfKSz6Es2Xvdz3bgRShQc { width:3.5rem;height:3rem;top:12.4375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTtksqRKrZirOEqZnFvwCe7DLb0dTEod { width:3.25rem;height:2.8125rem;top:23rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2nZHwLvsmA4hcBlwAoEg7SNRHDDJwdn { width:19.125rem;height:3.375rem;top:64.32715rem;left:0.4375rem;font-size:1rem;background-color:#00455a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);display:none; }
 }@media only screen and (max-width: 763px) { #LkUS8EIUxdmRa7eLf25tqxBQ7zz7fEmF { display:block; }
 }@media only screen and (max-width: 763px) { #f8KUEezNWTL7neIrmXXeLtLZIRDB3gaE { display:flex;width:1.5rem;height:1.5rem;top:68.95215rem;left:9.25rem;display:none; }
#f8KUEezNWTL7neIrmXXeLtLZIRDB3gaE > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #WUrg9K8HgEPTcToIOf4vEQRNTNzycdkV { width:17.0625rem;height:2.9375rem;top:33.125rem;left:1.4375rem;font-size:0.875rem;background-color:#00455a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #LaLMdBTD4ibGvmD0gwJkwgeFMXQiE60t { display:block; }
 }@media only screen and (max-width: 763px) { #w5P0TNQVTzC5b8rmWpKIvfLRs5WLfelV { display:flex;width:1.37475625rem;height:1.37475625rem;top:33.875rem;left:3.4375rem;z-index:15029; }
#w5P0TNQVTzC5b8rmWpKIvfLRs5WLfelV > img { max-width: 100%;max-height:100%; width:1.37475625rem; height:1.37475625rem; } }@media only screen and (max-width: 763px) { #wIElgy5HhBTRwW2pN3296skJ7xcgQydA { display:block; }#wIElgy5HhBTRwW2pN3296skJ7xcgQydA > .row .container { width:20rem;height:27.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FtREfcW558ELPb1zLd7zm72OM4rVbtIU { width:19.9980625rem;height:1.29980625rem;top:24rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLeVRsH3Dg5N4SC5m6nJS2PgAt7ghXuL { width:19.9980625rem;height:1.29980625rem;top:15.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJhBgWrdUIT57GCKMJHIi4hSuihORTnr { width:19.9980625rem;height:1.29980625rem;top:7.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOi4pP7DzilADpa3VyS2xRV73ghltSoF { display:flex;width:3.625rem;height:3.625rem;top:11rem;left:8.1875rem;font-size:2.5rem; }
 }@media only screen and (max-width: 763px) { #MLWD8IBwWnFy8MSaa7yyVzxv3o8JqQsO { display:flex;width:3.625rem;height:3.625rem;top:19.375rem;left:8.1875rem;font-size:2.5rem; }
 }@media only screen and (max-width: 763px) { #DRBZk9v6KPVDqURwWyvwnz9eNhNnMSbv { display:flex;width:3.625rem;height:3.625rem;top:2.5rem;left:8.1875rem;font-size:2.5rem; }
 }@media only screen and (max-width: 763px) { #Hn1H4KJIzQqiBcSfeaX88l5G0CW91wQi { display:block; }#Hn1H4KJIzQqiBcSfeaX88l5G0CW91wQi > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VM9mMrPPHv0rI44MI5oQyaQurvf2hdxH { width:17.25rem;height:1.62524375rem;top:1.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ua4V8WtA5LUrQ7y4ZoZ8TyNTkpUOG3Ic { width:17.875rem;height:2.5996125rem;top:3.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4bcezKiWz31hwekqwO6BZ62X4xlaR0U { width:16.125rem;height:19.5615rem;top:8.78662421875rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qCF8iPPaTsIzkBi0te0V80DOKy706sXC { width:16.0625rem;height:19.4375rem;top:6.9375rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sz0oyaXmESZxnF7n0RdKWRJc0vFHobhq { display:block; }#sz0oyaXmESZxnF7n0RdKWRJc0vFHobhq > .row .container { width:20rem;height:131.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #trVqkhd4Qayp4dsyD9wyvbOLRTDzxmtW { width:15.99975rem;height:4.3125rem;top:53.4375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MC8w1UPOIhEsmetum7nnM8k4eHLEwCoT { width:11.8125rem;height:0.8999rem;top:54.25rem;left:3.25rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #TvlwSlK0i4UXG4NSs2dufT1RXhbMh9VE { width:11.8125rem;height:0.8999rem;top:55.6875rem;left:3.25rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #QNCkz2lt2ZVZR0thlI9rsOKEeoCcK2V5 { width:15.9375rem;height:5.19921875rem;top:58.5625rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4M0qnVqLbpVMEeqzurfgBgssFvd9s7U { width:16.875rem;height:6.499rem;top:90.75rem;left:2.0625rem;font-size:1rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #o92aLfiDKDk9TT5o8oWQJQB2LlrfEHUW { width:15.99975rem;height:4.3125rem;top:85.4375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfJv60dGNzg73H6E3kxJPGLK0SlaEWJf { width:11.8125rem;height:0.8999rem;top:86.4375rem;left:3.3125rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #Vsk3vsOR9SAHixefu8qOMCOUpShJyLx3 { width:11.8125rem;height:0.8999rem;top:87.75rem;left:3.3125rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #CyDbBavnR7STaX05853PG5WQNu8qlvcG { width:16.875rem;height:6.499rem;top:123.49951171875rem;left:1.99951171875rem;font-size:1rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #mbKtQECcJzJ1mZqlKwtORkkqFCnzhKcw { width:16rem;height:4.3125rem;top:118.3125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Togi7GKdeND4MVlQJS300G30QchbxcSb { width:11.8125rem;height:0.8999rem;top:119rem;left:3.25rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #OAWRcKPy3gP8epQn1CTdXsa8aA7Kql7R { width:11.8125rem;height:0.8999rem;top:120.4375rem;left:3.25rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #tlQynrsLRfmKFJymwgOewWgxkQzahrNp { width:16rem;height:19.375rem;top:34.0625rem;left:1.9375rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #qXrT0SVobVBfIvDEzqyUheg5H5nOdDPs { width:16rem;height:19.37475rem;top:0.235107421875rem;left:1.9365234375rem;z-index:15046;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/49366c68-cd1d-412c-9cb4-85884a35ee58/Imagem31072026as1628.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#qXrT0SVobVBfIvDEzqyUheg5H5nOdDPs.adaptive-delivery-prevent-bg, #qXrT0SVobVBfIvDEzqyUheg5H5nOdDPs.lazyload, #qXrT0SVobVBfIvDEzqyUheg5H5nOdDPs.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gDPITEl5qGRk17fzoLpuhi9vUTCNLoMV { width:16rem;height:19.4355625rem;top:66.047607421875rem;left:1.9365234375rem;z-index:15046;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/c2ede807-d22c-40a0-b00d-fde14062c8e0/Imagem31072026as1632.jpeg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#gDPITEl5qGRk17fzoLpuhi9vUTCNLoMV.adaptive-delivery-prevent-bg, #gDPITEl5qGRk17fzoLpuhi9vUTCNLoMV.lazyload, #gDPITEl5qGRk17fzoLpuhi9vUTCNLoMV.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #uiRrewGHB6pJftW49maJk1Txw4vkJzfk { width:15.375rem;height:7.7988125rem;top:24.397705078125rem;left:1.99951171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIJFONBICRlqwykNsrQGT3gTxBUr7qyV { width:16rem;height:4.3125rem;top:19.5625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fl5TwInL3ykKZns2Ut6NCm1wXVpUKy8u { width:11.8125rem;height:0.8999rem;top:21.70556640625rem;left:3.249755859375rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #orVJi81URCiWBVMKks1gVyOAEWDRnJDe { width:11.8125rem;height:0.8999rem;top:20.375rem;left:3.25rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #iSmbyTysu3Jt1EkKkh21ytWQ045uvwV2 { width:16.125rem;height:19.375rem;top:6.9375rem;left:1.937255859375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mg08yIVxLFchCGVkdpvnkyC9dL6L9ege { width:16.0625rem;height:19.375rem;top:0rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pRFv31kguv5lZhpGGZnqOlkuW3UpZz93 { width:16rem;height:19.4355625rem;top:98.93896484375rem;left:2rem;z-index:15047;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/df7b142f-2fa7-4483-8106-478b2e27cd52/drrodrigo.jpeg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#pRFv31kguv5lZhpGGZnqOlkuW3UpZz93.adaptive-delivery-prevent-bg, #pRFv31kguv5lZhpGGZnqOlkuW3UpZz93.lazyload, #pRFv31kguv5lZhpGGZnqOlkuW3UpZz93.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #mCNQC7GRUzr01tEf5fTyCiE35I2ttKXs { display:block; }#mCNQC7GRUzr01tEf5fTyCiE35I2ttKXs > .row .container { width:20rem;height:136.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qNeqCKZck1zRdZyEeDkgolobfcGiQRoC { width:15.1875rem;height:6.499rem;top:91.75rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #baRtqhZgdfA1cImKv0gJUfT0GO3e19Uy { width:16rem;height:4.3125rem;top:86.6875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDJwnRladTkGKrlTNaOcBDWlI4mgJxrN { width:11.8125rem;height:0.8999rem;top:89.25rem;left:4.0625rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #TtI33i9UILKs5yFUJSG579V3ef0vgMvv { width:11.8125rem;height:0.8999rem;top:87.8125rem;left:4.0625rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #TtuM5mIrqiO2DSirrrI2vstb5ltGHhT6 { width:15.375rem;height:9.098625rem;top:24.460693359375rem;left:1.99951171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfHamiahoAipWtum66VKTEK1TGENop9f { width:16rem;height:4.3125rem;top:19.375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmUeD523ikW2mrgbh2VxxP7Me9xemCaw { width:11.8125rem;height:0.8999rem;top:21.5625rem;left:3.375rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #hSUOoCVO0SJhV5DTb7erxZpUogFUXICA { width:11.8125rem;height:0.8999rem;top:20.1875rem;left:3.375rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #MRcplW16c1GeLbRcLLk3plrWvVmJ2p2P { width:16.062rem;height:19.437rem;top:0rem;left:1.9375rem;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/68fbad87-958e-463c-bcbd-4fed4857c145/Imagem31072026as1631.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#MRcplW16c1GeLbRcLLk3plrWvVmJ2p2P.adaptive-delivery-prevent-bg, #MRcplW16c1GeLbRcLLk3plrWvVmJ2p2P.lazyload, #MRcplW16c1GeLbRcLLk3plrWvVmJ2p2P.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #xTsi9zlrEST11LuwA9v6aDrNaLi7cIqM { width:15.375rem;height:7.7988125rem;top:59.0625rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbgOEJJe0IsrOOzSZyoHIdq5Ef3Eobd8 { width:16rem;height:4.3125rem;top:54rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzFCrXnFsXFEhgwCLTVlZcqvq9lNT1n8 { width:11.8125rem;height:0.8999rem;top:56.1875rem;left:3.375rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #dg8dKhAinxhGtPBfwzVhhmneINcAgflF { width:11.8125rem;height:0.8999rem;top:54.75rem;left:3.375rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #p6tVaJuhc5TCmctKHIv09JTqDJmKTryU { width:16rem;height:19.37475rem;top:34.6875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuaaFllz2VC9BLKZRnxM8rwgVZkWx8cJ { width:15.375rem;height:6.499rem;top:124.9375rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9bisPVdBX1Gk77XoMq6z2VGkyTM7O1o { width:16rem;height:4.3125rem;top:119.9375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4Bq26TWy4IoTuL5uzEdRtPaSeFoKKb0 { width:11.8125rem;height:0.8999rem;top:122.125rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #X1FEyTgJZlVcKRGECb44dbn6wuF1pDRU { width:11.8125rem;height:0.8999rem;top:120.6875rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #D3UiyZiK6Go6ovp8MyIbK8wzeU4s3V9f { width:16rem;height:19.4375rem;top:100.5rem;left:2rem;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/4025d98f-23d5-4013-b1e0-4d48041cd1f5/natmafra.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#D3UiyZiK6Go6ovp8MyIbK8wzeU4s3V9f.adaptive-delivery-prevent-bg, #D3UiyZiK6Go6ovp8MyIbK8wzeU4s3V9f.lazyload, #D3UiyZiK6Go6ovp8MyIbK8wzeU4s3V9f.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #CcHFi3rfPNxfEMk3ZyAyPmVm7zHZANi1 { width:16.0625rem;height:19.4375rem;top:67.3125rem;left:1.96875rem;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/68fbad87-958e-463c-bcbd-4fed4857c145/Imagem31072026as1631.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#CcHFi3rfPNxfEMk3ZyAyPmVm7zHZANi1.adaptive-delivery-prevent-bg, #CcHFi3rfPNxfEMk3ZyAyPmVm7zHZANi1.lazyload, #CcHFi3rfPNxfEMk3ZyAyPmVm7zHZANi1.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #tHJ7AIlJn3Ov7uNAXP8TSxxEXhIkkJPG { width:16rem;height:19.3745rem;top:67.3759765625rem;left:2rem;z-index:15046;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/0b4ce10d-413e-4567-8550-83a1186e8140/noroot.crop_1269x1496_46,46");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#tHJ7AIlJn3Ov7uNAXP8TSxxEXhIkkJPG.adaptive-delivery-prevent-bg, #tHJ7AIlJn3Ov7uNAXP8TSxxEXhIkkJPG.lazyload, #tHJ7AIlJn3Ov7uNAXP8TSxxEXhIkkJPG.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #liCcTg0IsyvehpUbuJw5NGixwCl2KOA2 { display:none; }#liCcTg0IsyvehpUbuJw5NGixwCl2KOA2 > .row .container { width:20rem;height:60.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #S1VR7TgombX4EPx83ffQTBIfuDH5TiEs { width:19.9995rem;height:3.2504875rem;top:7.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ez4JgqCc0VnUr4uuhXMMyVxGxpxv2GqB { width:19.99875rem;height:3.2504875rem;top:29.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfuOHTuQr7ddTytDE90LdHHWn5XDXGds { width:19.9995rem;height:6.501rem;top:33.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEuaDkPhyxRJrauWxRepORzoiFMeUhX0 { width:19.9995rem;height:3.2504875rem;top:48rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvtAM4KRm9a8TEDVDRWsprK3nMhJLsI8 { width:19.9995rem;height:8.12625rem;top:52.5rem;left:0rem;font-size:1.25rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #ynWmKRXKXxTqPvZKaVEd8oLlKBhoGcaK { display:flex;width:4.3125rem;height:4.3125rem;top:1.62451171875rem;left:7.8427734375rem;font-size:3rem; }
 }@media only screen and (max-width: 763px) { #ugoFX1gL4ybJUsTITx58me5OEmmq2ZH9 { display:flex;width:4.3125rem;height:4.3125rem;top:42.8125rem;left:7.8125rem;font-size:3rem; }
 }@media only screen and (max-width: 763px) { #xIypO4vcrkMMTsG20SbbRhMb6AGhNzXa { display:flex;width:4.3125rem;height:4.3125rem;top:23.836669921875rem;left:7.8427734375rem;font-size:3rem; }
 }@media only screen and (max-width: 763px) { #K5atTQ3Ts5i0Iu5qQ1OGiMV15iqteceZ { width:19.9995rem;height:9.7514375rem;top:11.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7goKl8tfPTobXJocWkca1Aatt0Mn6T8 { display:none; }#V7goKl8tfPTobXJocWkca1Aatt0Mn6T8 > .row .container { width:20rem;height:44.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DvyPSZnGffTucrKqTST4F9wciWSZdPnK { width:19.9995rem;height:3.2504875rem;top:7.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #blMtlJnPgwVRvsf8dzwQNSTpfTw4vhpW { width:19.9995rem;height:8.12625rem;top:11.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnOO7oBCBLhTEuTctbDmtbXhNysMcDlh { width:19.9995rem;height:3.2504875rem;top:28.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gn1apxZomqGPNSIVQSECP215KfFOOg4Q { width:19.9995rem;height:8.12625rem;top:32.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6AAkZFifzHiCecFMvrKUcsqHO5JrniD { display:flex;width:4.74975625rem;height:4.74975625rem;top:1.4375rem;left:7.625rem; }
 }@media only screen and (max-width: 763px) { #qSUz2lPy4h07APhi2CW7TXW2gu02IAKs { display:flex;width:4.74975625rem;height:4.74975625rem;top:21.8125rem;left:7.625rem; }
 }@media only screen and (max-width: 763px) { #F9L8PfTVo24Dlg4xxHDTFDLibUU5fWam { display:block; }#F9L8PfTVo24Dlg4xxHDTFDLibUU5fWam > .row .container { width:20rem;height:54rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TEqqF3oXt3fOJHopEnUT4ACQ7zOELnsu { width:10.5625rem;height:7.0625rem;top:1.5517578125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #guEMlqxEnBIn922aHCFC1gHJlzNmxfPE { width:0.0625rem;height:11.6875rem;top:12.2182625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PuqAEPvD253O6KWduyOXbJvdbqgX0A00 { width:17.8125rem;height:4.548825rem;top:6.29296875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FknQIffk07C4uZUUq6VAF0U0cFG7qLmK { width:5.4375rem;height:1.62524375rem;top:15.75rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k3EqZgeKrduHDtZot2be3wRduf9vCIWJ { width:7.6875rem;height:1.62524375rem;top:28.375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dbpy2TTCRs7TNFpJ5xM0aKK2pRqG7rzi { width:17.1875rem;height:1.625rem;top:38.6875rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QX4vUgcEIDlEe4O2b2bP2lqu7S13fkhE { width:12.0625rem;height:1.29980625rem;top:21.5rem;left:2.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GuwiMME7vgP4kkCnbEKoRCtTn3HFTZnp { width:7.6875rem;height:1.29980625rem;top:19.25rem;left:2.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Kk51DRaaGlJKhbgAlsVtQsp406cMJy44 { width:10.81125rem;height:1.29980625rem;top:24.125rem;left:2.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VKTLVMyMyW1bvR7iZLfkeiVaZyDwquav { width:16.125rem;height:3.8994125rem;top:31.5625rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #edE3zPbpDHQrPq0CoDqdx63F2KXnSaaM { width:14.3115rem;height:7.7988125rem;top:41.8125rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyrTghdOQXF9OhTGKH0ek1ApMQ81SZ67 { display:flex;width:2.0625rem;height:2.0625rem;top:11.811767578125rem;left:0rem; }
#RyrTghdOQXF9OhTGKH0ek1ApMQ81SZ67 > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #Ebux2mHq0xJEU0dxJOqZyKQcXT02FXlS { display:flex;width:2.0625rem;height:2.0625rem;top:11.811767578125rem;left:2.8125rem; }
#Ebux2mHq0xJEU0dxJOqZyKQcXT02FXlS > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #tsb5w80373ZinG9rDUk8n4Mkcry0khP8 { display:flex;width:1.375rem;height:1.375rem;top:21.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Tzq23UQFJqitF2HGDnqt3l11A0ZI14C2 { display:flex;width:1.6875rem;height:1.6875rem;top:19.0625rem;left:0rem; }
#Tzq23UQFJqitF2HGDnqt3l11A0ZI14C2 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #rsczzxhTURPyErKtXJKKJ1TahNQISFgB { display:flex;width:1.375rem;height:1.375rem;top:24.0625rem;left:0.1875rem; }
#rsczzxhTURPyErKtXJKKJ1TahNQISFgB > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #EsDZKtzt8BCkm9SdzUItm4D6plhVrvPZ { width:0.0625rem;height:11.6875rem;top:78.546140625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #x62AtBG1aR8rLM45DuH7aedu1O0HTbyp { display:flex;width:2.0625rem;height:2.0625rem;top:31.562255859375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HmbqTUhgn7dwgLwuc3Vi44kyuCR47mOz { width:0.0625rem;height:11.6875rem;top:94.796140625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SXuzTCOyowQwAOkOXMkLvwC9I1TcC2iL { display:flex;width:2.25rem;height:2.25rem;top:42rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #v1eDeBEssmosludCNr9rfvOQclOe39z6 { width:4.9370125rem;height:2.6870125rem;top:1.5517578125rem;left:14.49951171875rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #uyEGkyD6orzWo984RVacdhl5hVfX3P2y { display:block; }#uyEGkyD6orzWo984RVacdhl5hVfX3P2y > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f2Lx0bH70VyNzdPhzEnditUEQ655I9CB { width:19.9995rem;height:3.8994125rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }