.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thITo4rfhf6uUq4taXUqXFxRgb4OAbAx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#033e7d;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;z-index:auto;display:block; }#thITo4rfhf6uUq4taXUqXFxRgb4OAbAx > .row .container { background-color: transparent; background-image: none; }#thITo4rfhf6uUq4taXUqXFxRgb4OAbAx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thITo4rfhf6uUq4taXUqXFxRgb4OAbAx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thITo4rfhf6uUq4taXUqXFxRgb4OAbAx > .row .container > .video-iframe-container { display: none; }#thITo4rfhf6uUq4taXUqXFxRgb4OAbAx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thITo4rfhf6uUq4taXUqXFxRgb4OAbAx > .row > .video-iframe-container { display: none; }#thITo4rfhf6uUq4taXUqXFxRgb4OAbAx > .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); }#thITo4rfhf6uUq4taXUqXFxRgb4OAbAx > .row .container { border-width: 0; border-radius: 0; }#thITo4rfhf6uUq4taXUqXFxRgb4OAbAx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#thITo4rfhf6uUq4taXUqXFxRgb4OAbAx > .row .container { font-size:0.875rem;font-family:arial;height:2.625rem;width:75rem;position:relative;display:block; }#ToUUo86sC1gukBiXcMz6Iir6KKLwz1ee { background-color:#033e7d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:7.25rem;height:2.5625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0rem;left:67.375rem;display:block; }
#XX6IyaIJvwyx2imeJO6t78kOQsen33e9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ykoEwJrLknLvbkLe3RvKLuLZVh0zVG26 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:0.53125rem;left:65.9375rem; }
#X3GpiXMZHRHTzn4UUSh0QzhbkThTERs5 { background-color:#033e7d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:2.875rem;height:2.5625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0rem;left:62.5rem;display:block; }
#UUBIeHAqrCEwuW61r9Pn4Hc1EZ8NDdPo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pPiokLE9G3bCFwnN8IhipXbUFofn51re { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0rem;left:60.0625rem; }
#Jn1oW2XV2sQR82C1MaTkKUcv3yStT1SH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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;z-index:auto;display:block; }#Jn1oW2XV2sQR82C1MaTkKUcv3yStT1SH > .row .container { background-color: transparent; background-image: none; }#Jn1oW2XV2sQR82C1MaTkKUcv3yStT1SH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jn1oW2XV2sQR82C1MaTkKUcv3yStT1SH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jn1oW2XV2sQR82C1MaTkKUcv3yStT1SH > .row .container > .video-iframe-container { display: none; }#Jn1oW2XV2sQR82C1MaTkKUcv3yStT1SH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jn1oW2XV2sQR82C1MaTkKUcv3yStT1SH > .row > .video-iframe-container { display: none; }#Jn1oW2XV2sQR82C1MaTkKUcv3yStT1SH > .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); }#Jn1oW2XV2sQR82C1MaTkKUcv3yStT1SH > .row .container { border-width: 0; border-radius: 0; }#Jn1oW2XV2sQR82C1MaTkKUcv3yStT1SH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jn1oW2XV2sQR82C1MaTkKUcv3yStT1SH > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:75rem;position:relative;display:block; }#ipDFbScKncuvT1VqE1cQnSHDqAOWkI3J { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:16.6875rem;top:2.21875rem;left:0.71875rem;overflow:hidden;display:block; }
#LZX0UOw0LRtcByTXl97d44T8C5wUwCai { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#033e7d;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;z-index:auto;display:block; }#LZX0UOw0LRtcByTXl97d44T8C5wUwCai > .row .container { background-color: transparent; background-image: none; }#LZX0UOw0LRtcByTXl97d44T8C5wUwCai::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LZX0UOw0LRtcByTXl97d44T8C5wUwCai > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LZX0UOw0LRtcByTXl97d44T8C5wUwCai > .row .container > .video-iframe-container { display: none; }#LZX0UOw0LRtcByTXl97d44T8C5wUwCai > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LZX0UOw0LRtcByTXl97d44T8C5wUwCai > .row > .video-iframe-container { display: none; }#LZX0UOw0LRtcByTXl97d44T8C5wUwCai > .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); }#LZX0UOw0LRtcByTXl97d44T8C5wUwCai > .row .container { border-width: 0; border-radius: 0; }#LZX0UOw0LRtcByTXl97d44T8C5wUwCai > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LZX0UOw0LRtcByTXl97d44T8C5wUwCai > .row .container { font-size:0.875rem;font-family:arial;height:2.625rem;width:75rem;position:relative;display:block; }#Vg2Ewv44PPFB7krR3upO2GPWg0R8A0Ep { background-color:#033e7d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:3.5rem;height:2.5625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0rem;left:0.5625rem;display:block; }
#UII4ACzf4TWeKlzfxha8Ua6ko6N5qTqh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TE7NscJdGeiN5CvFtKMQ019bp2wIxaI7 { background-color:#033e7d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffa825;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:4.25rem;height:2.5625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0rem;left:4.0625rem;display:block; }
#R8LQyHMAU1uRURSyTnIsBcV2Hnukw0bn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DT8Rm8JkE6fxxuPflzq79tLAE2nUDbTX { background-color:#033e7d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:7.1875rem;height:2.5625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0rem;left:8.3125rem;display:block; }
#AVe4h3rdgeRraPc7P7OsCT8lX3WHdxKM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PIBWDnmPomSv4r7KPV0f9Xgyd3J8IP4S { background-color:#033e7d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:3.375rem;height:2.5625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0rem;left:15.5rem;display:block; }
#oc3FKSiWQhv56hCDxTXEqwhFtT6UJOc0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XTOi0E9EuipIAiCcuZGJJNAih0SLlzcq { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6ee64b35-0faf-48f5-9761-e0aa3963e6e2/Umpasso.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XTOi0E9EuipIAiCcuZGJJNAih0SLlzcq.adaptive-delivery-prevent-bg, #XTOi0E9EuipIAiCcuZGJJNAih0SLlzcq.lazyload, #XTOi0E9EuipIAiCcuZGJJNAih0SLlzcq.lazyloading { background-image: none; }#XTOi0E9EuipIAiCcuZGJJNAih0SLlzcq > .row .container { background-color: transparent; background-image: none; }#XTOi0E9EuipIAiCcuZGJJNAih0SLlzcq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTOi0E9EuipIAiCcuZGJJNAih0SLlzcq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTOi0E9EuipIAiCcuZGJJNAih0SLlzcq > .row .container > .video-iframe-container { display: none; }#XTOi0E9EuipIAiCcuZGJJNAih0SLlzcq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTOi0E9EuipIAiCcuZGJJNAih0SLlzcq > .row > .video-iframe-container { display: none; }#XTOi0E9EuipIAiCcuZGJJNAih0SLlzcq > .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); }#XTOi0E9EuipIAiCcuZGJJNAih0SLlzcq > .row .container { border-width: 0; border-radius: 0; }#XTOi0E9EuipIAiCcuZGJJNAih0SLlzcq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XTOi0E9EuipIAiCcuZGJJNAih0SLlzcq > .row .container { font-size:0.875rem;font-family:arial;height:22.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#somv9mQTcntEqs1yqQAIPladMVn1isFs { position:relative;display:block; }#somv9mQTcntEqs1yqQAIPladMVn1isFs { background-color: transparent; background-image: none; }#somv9mQTcntEqs1yqQAIPladMVn1isFs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#somv9mQTcntEqs1yqQAIPladMVn1isFs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#somv9mQTcntEqs1yqQAIPladMVn1isFs > .row .container > .video-iframe-container { display: none; }#somv9mQTcntEqs1yqQAIPladMVn1isFs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#somv9mQTcntEqs1yqQAIPladMVn1isFs > .row > .video-iframe-container { display: none; }#somv9mQTcntEqs1yqQAIPladMVn1isFs > .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); }#somv9mQTcntEqs1yqQAIPladMVn1isFs { border-width: 0; border-radius: 0; }#somv9mQTcntEqs1yqQAIPladMVn1isFs > .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; }#somv9mQTcntEqs1yqQAIPladMVn1isFs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.4375rem;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; }#D2pC9whylM0ipu0Bhf3ndEZ6B62FOIfg { color:#001a3a;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15017;line-height:1;letter-spacing:0;top:1.4375rem;left:0rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NTBxpXCs8Nhhl0Aqv6awGHbCEUeCyN3q { color:#001a3a;display:block;width:50.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:4.1875rem;left:12.375rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aiaFCrbSiJIxXVy9RtNAck7TBkN7SVCp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#aiaFCrbSiJIxXVy9RtNAck7TBkN7SVCp > .row .container { background-color: transparent; background-image: none; }#aiaFCrbSiJIxXVy9RtNAck7TBkN7SVCp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aiaFCrbSiJIxXVy9RtNAck7TBkN7SVCp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aiaFCrbSiJIxXVy9RtNAck7TBkN7SVCp > .row .container > .video-iframe-container { display: none; }#aiaFCrbSiJIxXVy9RtNAck7TBkN7SVCp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aiaFCrbSiJIxXVy9RtNAck7TBkN7SVCp > .row > .video-iframe-container { display: none; }#aiaFCrbSiJIxXVy9RtNAck7TBkN7SVCp > .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); }#aiaFCrbSiJIxXVy9RtNAck7TBkN7SVCp > .row .container { border-width: 0; border-radius: 0; }#aiaFCrbSiJIxXVy9RtNAck7TBkN7SVCp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aiaFCrbSiJIxXVy9RtNAck7TBkN7SVCp > .row .container { font-size:0.875rem;font-family:arial;height:58.3125rem;width:75rem;position:relative;display:block; }#hXIdHgDQ82f9WTwwl7HLomwxpATO5nJr { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/cab6483a-9b8d-47c3-86bc-5341ce5099d6/ChatGPTImage14desetde202517_08_44.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:16.125rem;width:18.9375rem;top:0rem;left:3.0625rem;display:block; }#hXIdHgDQ82f9WTwwl7HLomwxpATO5nJr.adaptive-delivery-prevent-bg, #hXIdHgDQ82f9WTwwl7HLomwxpATO5nJr.lazyload, #hXIdHgDQ82f9WTwwl7HLomwxpATO5nJr.lazyloading { background-image: none; }
#IAPf9w2OP3kX1mFXTOaVO6mEHwRwtK6S { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(top, #033e7d, #002a5f);background-image: -moz-linear-gradient(top, #033e7d, #002a5f);background-image: -ms-linear-gradient(top, #033e7d, #002a5f);background-image: -o-linear-gradient(top, #033e7d, #002a5f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#033e7d', endColorstr='#002a5f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#033e7d', endColorstr='#002a5f' );";background-image: linear-gradient(to bottom, #033e7d, #002a5f);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:18.9375rem;top:16.125rem;left:3.0625rem;display:block; }
#SpKLzCm5MUzW892hLfuZFTt2xK8X1hFn { color:#ffffff;display:block;width:10.5rem;position:absolute;font-family:montserrat;font-size:0.6875rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:17.3125rem;left:7.1875rem;height:0.89355625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zDOrbBbBs1hefqeTF9lUiEpLRlKW9W5r { color:#ffffff;display:block;width:15.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:19.5rem;left:4.6875rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ImNUE0lxKEoHoufA4qXC0m3NyyhRCoeX { background-color:#5d92ff;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1rem rgba(31,31,31,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:23.375rem;left:3.09375rem;display:block; }
#dkSsWHR0yXwd7PEFguiE3baF7XSwcOXk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rTK58y26R3NnnMvDJDB8tc1KsX3l2IRp { background-color:#5d92ff;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1rem rgba(31,31,31,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:23.3125rem;left:28.03125rem;display:block; }
#cvXExl6QhhCb72ndgruRwNhaoWaZglHa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xTg4fu2KBa4y0ih1KhFC8PqO0MlLyyER { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(top, #033e7d, #002a5f);background-image: -moz-linear-gradient(top, #033e7d, #002a5f);background-image: -ms-linear-gradient(top, #033e7d, #002a5f);background-image: -o-linear-gradient(top, #033e7d, #002a5f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#033e7d', endColorstr='#002a5f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#033e7d', endColorstr='#002a5f' );";background-image: linear-gradient(to bottom, #033e7d, #002a5f);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:18.9375rem;top:16.125rem;left:28rem;display:block; }
#iGGBkGblXG6nPUe00TF8Cl1DgxFtwhLA { color:#ffffff;display:block;width:15.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:19.5rem;left:54.6875rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JZN2mURVHv7B7mFRp4MaurKbD01M21MK { color:#ffffff;display:block;width:10.5rem;position:absolute;font-family:montserrat;font-size:0.6875rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:17.3125rem;left:32.1875rem;height:0.89355625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rdmbDaqyNJTe1uUnTDEXrXIkS2pWscbr { box-sizing:content-box;height:1.75rem;width:11.5625rem;position:absolute;display:block;z-index:15044;background-color:#ff9a00;background-image:none;top:16.875rem;left:31.6875rem;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:block; }
#ePCuy2vC53qT94aicrS1xIkkTNMmmekz { background-color:#5d92ff;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1rem rgba(31,31,31,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:23.375rem;left:53rem;display:block; }
#ruK7a7FTJStphSu5uSsxH30VoCFouFwL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a8WSv02DweksoHIUlfTuCsTgmJMUgLVZ { position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(top, #033e7d, #002a5f);background-image: -moz-linear-gradient(top, #033e7d, #002a5f);background-image: -ms-linear-gradient(top, #033e7d, #002a5f);background-image: -o-linear-gradient(top, #033e7d, #002a5f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#033e7d', endColorstr='#002a5f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#033e7d', endColorstr='#002a5f' );";background-image: linear-gradient(to bottom, #033e7d, #002a5f);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:18.9375rem;top:16.125rem;left:53rem;display:block; }
#ci5ryrapOTpGCubbq8eqGzarsTGpyJqK { color:#ffffff;display:block;width:17.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:19.5rem;left:28.6875rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wvqcEvvDLmeu5nlR0tNwXTNnEpTpxexw { color:#ffffff;display:block;width:10.5rem;position:absolute;font-family:montserrat;font-size:0.6875rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:17.3125rem;left:57.1875rem;height:0.89355625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WzHrH3Ry1RLNFykwu9HsD8d3pEOUwxvx { box-sizing:content-box;height:1.75rem;width:11.5625rem;position:absolute;display:block;z-index:15050;background-color:#ff9a00;background-image:none;top:16.875rem;left:56.6875rem;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:block; }
#CkWEbDhd5Bgclk7ah3FNpU4UkAFrg1xf { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dfba2d4f-c7a9-433c-89b8-1aaf26adef29/posgraducaoneurocienciaaprendizagem.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:16.1875rem;width:18.9375rem;top:0rem;left:28.03125rem;display:block; }#CkWEbDhd5Bgclk7ah3FNpU4UkAFrg1xf.adaptive-delivery-prevent-bg, #CkWEbDhd5Bgclk7ah3FNpU4UkAFrg1xf.lazyload, #CkWEbDhd5Bgclk7ah3FNpU4UkAFrg1xf.lazyloading { background-image: none; }
#U9bUOFo10VHWVVC8Ox1lUptOTp5wb5Pb { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/684f02c2-3606-4bdb-8aa6-cb70bb199a94/ChatGPTImage10deabrde202510_58_21.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:16.25rem;width:18.9375rem;top:0rem;left:53rem;display:block; }#U9bUOFo10VHWVVC8Ox1lUptOTp5wb5Pb.adaptive-delivery-prevent-bg, #U9bUOFo10VHWVVC8Ox1lUptOTp5wb5Pb.lazyload, #U9bUOFo10VHWVVC8Ox1lUptOTp5wb5Pb.lazyloading { background-image: none; }
#kKlmSeCV4mIZoimMQI2fry0Dyoh65gTn { box-sizing:content-box;height:1.75rem;width:11.5625rem;position:absolute;display:block;z-index:15045;background-color:#f39200;background-image:none;top:16.875rem;left:6.6875rem;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:block; }
#vOLViJ34tvTH6te7ZNNx2fSXpTZhtmF4 { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/aec6e07b-2c1e-4382-be9b-6adfe45bb66a/psicologiapositiva.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:16.1875rem;width:18.9375rem;top:28.6875rem;left:3rem;display:block; }#vOLViJ34tvTH6te7ZNNx2fSXpTZhtmF4.adaptive-delivery-prevent-bg, #vOLViJ34tvTH6te7ZNNx2fSXpTZhtmF4.lazyload, #vOLViJ34tvTH6te7ZNNx2fSXpTZhtmF4.lazyloading { background-image: none; }
#nb2dxdBliGuGLlDLevl4EtIIqpszUo4w { color:#ffffff;display:block;width:10.5rem;position:absolute;font-family:montserrat;font-size:0.6875rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:46rem;left:7.125rem;height:0.89355625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MOubvnrkfTqQCkpdxl4PWAOpuzvxD1u8 { box-sizing:content-box;height:1.75rem;width:11.5625rem;position:absolute;display:block;z-index:15051;background-color:#ff9a00;background-image:none;top:45.5625rem;left:6.625rem;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:block; }
#cFe6LIe3hF51UbTEOa0oWoe04fRCSC5M { color:#ffffff;display:block;width:15.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:48.1875rem;left:4.625rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MULrGCQWQbBmttKpSk8AiM74KMQ7DKlL { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(top, #033e7d, #002a5f);background-image: -moz-linear-gradient(top, #033e7d, #002a5f);background-image: -ms-linear-gradient(top, #033e7d, #002a5f);background-image: -o-linear-gradient(top, #033e7d, #002a5f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#033e7d', endColorstr='#002a5f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#033e7d', endColorstr='#002a5f' );";background-image: linear-gradient(to bottom, #033e7d, #002a5f);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:18.9375rem;top:44.8125rem;left:3rem;display:block; }
#oMlP1fCxOLxa5mRTl9POnSJTZBKCbLZV { background-color:#5d92ff;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1rem rgba(31,31,31,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:52.0625rem;left:3.03125rem;display:block; }
#ZltvZP2CB79f53Xe6p5Ey1I0OvJu28KU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AvaVklVRZ9mNsZ7czuQvzcisy6quJd6J { background-color:#5d92ff;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1rem rgba(31,31,31,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:52rem;left:28.03125rem;display:block; }
#gQT3Tm7tOEE7c9K45t5VpVsQeDvL4rWy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TklyMfX4XoqGu6ZIvnc5ouBlk6IB48BA { color:#ffffff;display:block;width:17.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:48.1875rem;left:28.625rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RnIZgqSezebXAJ1BebT39D4cPiTK5WEg { position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(top, #033e7d, #002a5f);background-image: -moz-linear-gradient(top, #033e7d, #002a5f);background-image: -ms-linear-gradient(top, #033e7d, #002a5f);background-image: -o-linear-gradient(top, #033e7d, #002a5f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#033e7d', endColorstr='#002a5f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#033e7d', endColorstr='#002a5f' );";background-image: linear-gradient(to bottom, #033e7d, #002a5f);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:18.9375rem;top:44.8125rem;left:28rem;display:block; }
#mZfxB7KTAc2Tu2XUlIQsGsfecNKOWVi8 { color:#ffffff;display:block;width:10.5rem;position:absolute;font-family:montserrat;font-size:0.6875rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:46rem;left:32.1875rem;height:0.89355625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NNKmC0zvx9feu2EGeDhgfWcvm3TNwmFy { box-sizing:content-box;height:1.75rem;width:11.5625rem;position:absolute;display:block;z-index:15050;background-color:#ff9a00;background-image:none;top:45.5625rem;left:31.6875rem;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:block; }
#ZqwwEIhoTXgSHr9nKfmMxsmGUSXgOhlq { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d1253f11-fb0e-49e5-a39c-4f5f6db690b5/ChatGPTImage14desetde202516_55_21.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:16.25rem;width:18.9375rem;top:28.6875rem;left:28rem;display:block; }#ZqwwEIhoTXgSHr9nKfmMxsmGUSXgOhlq.adaptive-delivery-prevent-bg, #ZqwwEIhoTXgSHr9nKfmMxsmGUSXgOhlq.lazyload, #ZqwwEIhoTXgSHr9nKfmMxsmGUSXgOhlq.lazyloading { background-image: none; }
#M7uM9Hd9HFJ3ynw3aBs1r99WCC8SwH47 { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/63d86cc0-8c97-4515-af0c-9cc184c9c3a6/HipnoterapiaEricksoniana.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:16.25rem;width:18.9375rem;top:28.6875rem;left:53rem;display:block; }#M7uM9Hd9HFJ3ynw3aBs1r99WCC8SwH47.adaptive-delivery-prevent-bg, #M7uM9Hd9HFJ3ynw3aBs1r99WCC8SwH47.lazyload, #M7uM9Hd9HFJ3ynw3aBs1r99WCC8SwH47.lazyloading { background-image: none; }
#pw116kG1zflncE6ou14f0lcUKAAMmnPA { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(top, #033e7d, #002a5f);background-image: -moz-linear-gradient(top, #033e7d, #002a5f);background-image: -ms-linear-gradient(top, #033e7d, #002a5f);background-image: -o-linear-gradient(top, #033e7d, #002a5f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#033e7d', endColorstr='#002a5f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#033e7d', endColorstr='#002a5f' );";background-image: linear-gradient(to bottom, #033e7d, #002a5f);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:18.9375rem;top:44.8125rem;left:53rem;display:block; }
#MoGfWToiFWB8cnhGdGIfPzgJlrmSiaOL { color:#ffffff;display:block;width:15.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:48.1875rem;left:54.6875rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ECAx6SZfsGpvdV81P6ktOiPOLa64XR8x { box-sizing:content-box;height:1.75rem;width:11.5625rem;position:absolute;display:block;z-index:15056;background-color:#ff9a00;background-image:none;top:45.5625rem;left:56.6875rem;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:block; }
#pr2sZbotrCKgHceAnLAyynpRu5aAEhwO { color:#ffffff;display:block;width:10.5rem;position:absolute;font-family:montserrat;font-size:0.6875rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:46rem;left:57.1875rem;height:0.89355625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ltVSoUL8ErdBzA7DFv7AKxZJrxkIVMet { background-color:#5d92ff;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1rem rgba(31,31,31,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:52.0625rem;left:53rem;display:block; }
#VTxZWx9c7Nux0EpTpV4mKco68sUfFqA5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#awhXOs1VvDqT8STkJkmkpr7O2oRxdzt9 { box-sizing:content-box;height:1.75rem;width:11.5625rem;position:absolute;display:block;z-index:15051;background-color:#ff9a00;background-image:none;top:45.5625rem;left:6.625rem;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:none; }
#oCXX1z5y12IKl5vkZ5TNdbsd6eT1xTBR { position:relative;display:block; }#oCXX1z5y12IKl5vkZ5TNdbsd6eT1xTBR { background-color: transparent; background-image: none; }#oCXX1z5y12IKl5vkZ5TNdbsd6eT1xTBR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oCXX1z5y12IKl5vkZ5TNdbsd6eT1xTBR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oCXX1z5y12IKl5vkZ5TNdbsd6eT1xTBR > .row .container > .video-iframe-container { display: none; }#oCXX1z5y12IKl5vkZ5TNdbsd6eT1xTBR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oCXX1z5y12IKl5vkZ5TNdbsd6eT1xTBR > .row > .video-iframe-container { display: none; }#oCXX1z5y12IKl5vkZ5TNdbsd6eT1xTBR > .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); }#oCXX1z5y12IKl5vkZ5TNdbsd6eT1xTBR { border-width: 0; border-radius: 0; }#oCXX1z5y12IKl5vkZ5TNdbsd6eT1xTBR > .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; }#oCXX1z5y12IKl5vkZ5TNdbsd6eT1xTBR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:1.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; }#gspqeTdqCFq1CvJTTHpRcCCp4uoZyWKi { color:#272727;display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15064;line-height:1.3;letter-spacing:0;top:0rem;left:29.40625rem;height:1.0556625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QkD9O9DVV1fyNntpPWcbJ8a4TiHKwuG7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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:none; }#QkD9O9DVV1fyNntpPWcbJ8a4TiHKwuG7 > .row .container { border-width: 0; border-radius: 0; }#QkD9O9DVV1fyNntpPWcbJ8a4TiHKwuG7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QkD9O9DVV1fyNntpPWcbJ8a4TiHKwuG7 > .row .container { font-size:0.875rem;font-family:arial;height:16.9375rem;width:75rem;position:relative;display:none; }#brk02CyenpIc147lGCybeeInN6aitA0O { color:#001a3a;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15018;line-height:1;letter-spacing:0;top:2.125rem;left:0rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xAudzT2JVZlEmPiKOPgIL6X2BfobPhih { position:absolute;display:block;z-index:15019;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:4.75rem;width:52.5rem;top:8.0625rem;left:11.25rem;display:block; }
#G0wBbeTMOibIk6C4lCIgPF0dnIRQ1X2s { color:#272727;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:9.625rem;left:16.5625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GITnd2LNSTo03fznTT4x6QdTPTVeVEpS { background-color:#f39200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:2.25rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:9.3125rem;left:53.6875rem;display:block; }
#JMSLcNP7ZUC7cDJnNLCTeL8XxZD8iZRF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iuTpxsTqfbhpiHTqhXVOPTzh2C6Ccpur { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15039;background-color:#d1d7dd;background-image:url("https://images.assets-landingi.com/uc/780f11b8-2bc6-40e6-aff0-d14c13f0c6b3/WhatsAppImage20250409at125540.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:8.8125rem;left:12.0625rem;display:block; }#iuTpxsTqfbhpiHTqhXVOPTzh2C6Ccpur.adaptive-delivery-prevent-bg, #iuTpxsTqfbhpiHTqhXVOPTzh2C6Ccpur.lazyload, #iuTpxsTqfbhpiHTqhXVOPTzh2C6Ccpur.lazyloading { background-image: none; }
#ghnvNCaGcoCZAznO2asD6RcC7kucEn71 { color:#001a3a;display:block;width:44.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:4.6875rem;left:15.4375rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BkBFHZeUtxVhp6paA73MehirTAA2LbC9 { color:#272727;display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:13.8125rem;left:29.4375rem;height:1.0556625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eOg0JwA4xL7wFVE88JluzOJ60L48ESc2 { position:relative;display:block; }#eOg0JwA4xL7wFVE88JluzOJ60L48ESc2 { background-color: transparent; background-image: none; }#eOg0JwA4xL7wFVE88JluzOJ60L48ESc2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOg0JwA4xL7wFVE88JluzOJ60L48ESc2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOg0JwA4xL7wFVE88JluzOJ60L48ESc2 > .row .container > .video-iframe-container { display: none; }#eOg0JwA4xL7wFVE88JluzOJ60L48ESc2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOg0JwA4xL7wFVE88JluzOJ60L48ESc2 > .row > .video-iframe-container { display: none; }#eOg0JwA4xL7wFVE88JluzOJ60L48ESc2 > .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); }#eOg0JwA4xL7wFVE88JluzOJ60L48ESc2 { border-width: 0; border-radius: 0; }#eOg0JwA4xL7wFVE88JluzOJ60L48ESc2 > .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; }#eOg0JwA4xL7wFVE88JluzOJ60L48ESc2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:17.0625rem;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; }#XVSgE5EDq1oSz8CS67V9XgFWDpGd7tB9 { color:#001a3a;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15018;line-height:1;letter-spacing:0;top:2.1875rem;left:0rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tpB2GlsJ1qJt0TOJLdeeK0006DLkHIOv { position:absolute;display:block;z-index:15019;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:4.75rem;width:52.5rem;top:8.125rem;left:11.25rem;display:block; }
#c2NiLla4KZDHJO8gyzNaqKcVBhTm2LMP { color:#272727;display:block;width:24.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:9.6875rem;left:16.625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HvVnrTQTyxBL5fue4C4I827HMksoL6VS { background-color:#f39200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:2.25rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:9.375rem;left:53.6875rem;display:block; }
#bZzxILgDtm8NtxH9MBg9w3mrgeLG0GXT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WE9GiG6uhlX8PENAwXGmyTCgrlv6GPkR { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15039;background-color:#d1d7dd;background-image:url("https://images.assets-landingi.com/uc/780f11b8-2bc6-40e6-aff0-d14c13f0c6b3/WhatsAppImage20250409at125540.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:8.875rem;left:12.0625rem;display:block; }#WE9GiG6uhlX8PENAwXGmyTCgrlv6GPkR.adaptive-delivery-prevent-bg, #WE9GiG6uhlX8PENAwXGmyTCgrlv6GPkR.lazyload, #WE9GiG6uhlX8PENAwXGmyTCgrlv6GPkR.lazyloading { background-image: none; }
#ZLiumuFcbib94n4p4aybBgThoXFRu0eW { color:#001a3a;display:block;width:34.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:4.6875rem;left:20.3125rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Be8fJ8ISysEvqGu4ykAgX1rvbf5iH8LZ { color:#272727;display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15062;line-height:1.3;letter-spacing:0;top:13.875rem;left:29.4375rem;height:1.0556625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vgQFpIbrTKzduI5KdmP22TAKABhxiZ1w { position:relative;display:none; }#vgQFpIbrTKzduI5KdmP22TAKABhxiZ1w { border-width: 0; border-radius: 0; }#vgQFpIbrTKzduI5KdmP22TAKABhxiZ1w > .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; }#vgQFpIbrTKzduI5KdmP22TAKABhxiZ1w > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:67.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#LucqTdU7EChKlk1bgZ66iMMUVV07mSQl { color:#001a3a;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15018;line-height:1;letter-spacing:0;top:2.03125rem;left:0rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H20Ex9oBL9SK74okk4EOWRNwwsZtFWGl { position:absolute;display:block;z-index:15015;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:4.75rem;width:52.5rem;top:15.0625rem;left:11.25rem;display:block; }
#vpV4bZe0eA96ElXzsFhrkcHKlcfoAOC3 { color:#272727;display:block;width:21.125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:16.125rem;left:16.4375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Jf5FFMw67afzFKgKviS8IQr8IHHITDvs { background-color:#5d92ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:2.25rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:16.3125rem;left:53.6875rem;display:block; }
#IBNHHpTTlpKLDhWBz3yMZArERBaFJRkd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T9cTh61KGtTZnefzRdMEaug7a2Nllqat { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15035;background-color:#d1d7dd;background-image:url("https://images.assets-landingi.com/uc/9b4af672-2401-4844-a88a-38f445dc9b70/Syl.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:15.8125rem;left:12.0625rem;display:block; }#T9cTh61KGtTZnefzRdMEaug7a2Nllqat.adaptive-delivery-prevent-bg, #T9cTh61KGtTZnefzRdMEaug7a2Nllqat.lazyload, #T9cTh61KGtTZnefzRdMEaug7a2Nllqat.lazyloading { background-image: none; }
#WzkorORaetPwI0WwqD85yxwonRrENxHw { position:absolute;display:block;z-index:15019;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:4.75rem;width:52.5rem;top:9.1875rem;left:11.25rem;display:block; }
#wRnHSWD1ZBK7d6OC9fvRxxhzhqPwwuVz { color:#272727;display:block;width:23.0625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:10.25rem;left:16.4375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N8CIUPpKXEHHV7L5AAhmwi1fHbGD87iZ { background-color:#5d92ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:2.25rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:10.4375rem;left:53.6875rem;display:block; }
#lV7qIoFMw3ls6ow1Z2dnKVvepe47JGTp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bOKJeftwbkyp9BJ2lC3GMoQv6FeeahOA { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15039;background-color:#d1d7dd;background-image:url("https://images.assets-landingi.com/uc/a92eb420-7469-4853-b949-8a127b8b8f85/06da07_0f4a9983b0264579b82c691b0261d9e6mv2.format_auto.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.9375rem;left:12.0625rem;display:block; }#bOKJeftwbkyp9BJ2lC3GMoQv6FeeahOA.adaptive-delivery-prevent-bg, #bOKJeftwbkyp9BJ2lC3GMoQv6FeeahOA.lazyload, #bOKJeftwbkyp9BJ2lC3GMoQv6FeeahOA.lazyloading { background-image: none; }
#i4kTMQ7la7wB7cTf9on9TlqrncqDPAl3 { color:#272727;display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:17.75rem;left:16.4375rem;height:1.0556625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SCOXiNUZnUXXMw8nLuOGUuXSQCkFyiGF { color:#272727;display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:11.875rem;left:16.4375rem;height:1.0556625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qVJyGikDhr0SPliviNQkLzKdNqgoU8O1 { position:absolute;display:block;z-index:15024;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:4.75rem;width:52.5rem;top:32.75rem;left:11.25rem;display:block; }
#WwPdXiTnb14cRTTKsd21utQT8oscFRhF { color:#272727;display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:35.4375rem;left:16.4375rem;height:1.0556625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TSgdQgqF4u4Ir79nlMgaMEnu38naoxHb { background-color:#5d92ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:2.25rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:34rem;left:53.6875rem;display:block; }
#NvCMftlhfyhFHXsPdUxpTRW83sg6lDQw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cmI8x0BTlVC5mWiaX6dR14ppvFFBUSFL { color:#272727;display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:33.8125rem;left:16.4375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aOiLM1dgyXazPIAKFDeqd0F2aqxG6OTU { position:absolute;display:block;z-index:15029;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:4.75rem;width:52.5rem;top:26.8125rem;left:11.25rem;display:block; }
#nCmBUEUnQHvo4epTHCJXcRQwro390suO { color:#272727;display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:29.5rem;left:16.4375rem;height:1.0556625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oQ8mIuxuB5iipME3aGy6DGNX1WEaI4tC { background-color:#5d92ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:2.25rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:28.0625rem;left:53.6875rem;display:block; }
#tZP2xJM2erirt525tUtxIEH4zNkVKnrc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d5yNmXI23T9onSecabK225yAHvINQwzh { color:#272727;display:block;width:23.125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:27.875rem;left:16.4375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FOs2va7P1PaKnPp4b2FLswvMzI4FOTQ9 { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15036;background-color:#d1d7dd;background-image:url("https://images.assets-landingi.com/uc/9b4af672-2401-4844-a88a-38f445dc9b70/Syl.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:33.4375rem;left:12.0625rem;display:block; }#FOs2va7P1PaKnPp4b2FLswvMzI4FOTQ9.adaptive-delivery-prevent-bg, #FOs2va7P1PaKnPp4b2FLswvMzI4FOTQ9.lazyload, #FOs2va7P1PaKnPp4b2FLswvMzI4FOTQ9.lazyloading { background-image: none; }
#vxKTsFCq32XVDKWH3vL4XMe3SBTctkvC { position:absolute;display:block;z-index:15034;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:4.75rem;width:52.5rem;top:20.9375rem;left:11.25rem;display:block; }
#Dt7TlOdwdbT4074DkVokTETzTehGxIwA { color:#272727;display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:23.625rem;left:16.4375rem;height:1.0556625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Pwf4eLwJJ4NxQxrNb2vT7diLhzppxC4K { background-color:#5d92ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:2.25rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:22.1875rem;left:53.6875rem;display:block; }
#tsbmRi4usc5TbN7hoQZUFdVTvLoKpAvM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RyByTT1DqAnWI4xAcsDWul9BRhufbh4p { color:#272727;display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:22rem;left:16.4375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ttPamXdvuldG6MWBTmIkwgwbZKqn605O { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15054;background-color:#d1d7dd;background-image:url("https://images.assets-landingi.com/uc/8acad071-a54e-4293-bf07-f2d29b393cf0/willy.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:21.6875rem;left:12.0625rem;display:block; }#ttPamXdvuldG6MWBTmIkwgwbZKqn605O.adaptive-delivery-prevent-bg, #ttPamXdvuldG6MWBTmIkwgwbZKqn605O.lazyload, #ttPamXdvuldG6MWBTmIkwgwbZKqn605O.lazyloading { background-image: none; }
#IsQRnW3ynAaZpTQGGbGk4yVaRfPzryU8 { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15040;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a92eb420-7469-4853-b949-8a127b8b8f85/06da07_0f4a9983b0264579b82c691b0261d9e6mv2.format_auto.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:27.5rem;left:12.0625rem;display:block; }#IsQRnW3ynAaZpTQGGbGk4yVaRfPzryU8.adaptive-delivery-prevent-bg, #IsQRnW3ynAaZpTQGGbGk4yVaRfPzryU8.lazyload, #IsQRnW3ynAaZpTQGGbGk4yVaRfPzryU8.lazyloading { background-image: none; }
#qtiThnDD2sseH3hcRpDTFm2rdgSB6nVw { position:absolute;display:block;z-index:15039;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:4.75rem;width:52.5rem;top:38.625rem;left:11.25rem;display:block; }
#K1ERcgVRmuXOZBOTXVlC5BHOX3R3vbiy { background-color:#5d92ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:2.25rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:39.875rem;left:53.6875rem;display:block; }
#T8oa4P35fhMnZ0MAwPXMHQzwrR91XS30 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CM1u7BaXzKWq5KaOrux6ToTNIuCc0fMt { color:#272727;display:block;width:16.1875rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:41.3125rem;left:16.4375rem;height:1.0556625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Kc3h45B8gbP6RMHMNnCtyILFSm4TglkE { color:#272727;display:block;width:23.4375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:39.6875rem;left:16.4375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ml0h6ndZkpckdBlQdb38F3VvtJkkrc23 { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15059;background-color:#d1d7dd;background-image:url("https://images.assets-landingi.com/uc/8acad071-a54e-4293-bf07-f2d29b393cf0/willy.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:39.375rem;left:12.0625rem;display:block; }#Ml0h6ndZkpckdBlQdb38F3VvtJkkrc23.adaptive-delivery-prevent-bg, #Ml0h6ndZkpckdBlQdb38F3VvtJkkrc23.lazyload, #Ml0h6ndZkpckdBlQdb38F3VvtJkkrc23.lazyloading { background-image: none; }
#TpehqbHxVWappsorb1UEbTSCDLubiwON { color:#272727;display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:45.625rem;left:16.4375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PVgZ0vK43zph8RvZexbfGIcG3fFkwBBi { color:#272727;display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:47.25rem;left:16.4375rem;height:1.0556625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c9fzKbgaum1rU1NRK3ZIUEPZy5tcuGSq { position:absolute;display:block;z-index:15034;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:4.75rem;width:52.5rem;top:44.5625rem;left:11.25rem;display:block; }
#gUrCKrUkwo3ryDOycLbNJBHVmhXVOGJh { background-color:#5d92ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:2.25rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:45.8125rem;left:53.6875rem;display:block; }
#QZgBnUzGe65KMM3cahQHK4GRiipw3ryX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LDrryi9agWaT4Z66RVcP03bWJI1eWVAE { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15045;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a92eb420-7469-4853-b949-8a127b8b8f85/06da07_0f4a9983b0264579b82c691b0261d9e6mv2.format_auto.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:45.25rem;left:12.0625rem;display:block; }#LDrryi9agWaT4Z66RVcP03bWJI1eWVAE.adaptive-delivery-prevent-bg, #LDrryi9agWaT4Z66RVcP03bWJI1eWVAE.lazyload, #LDrryi9agWaT4Z66RVcP03bWJI1eWVAE.lazyloading { background-image: none; }
#IekoTfq8TZQOnI5dNvOVHF9dauwcftQi { color:#272727;display:block;width:20.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:51.5625rem;left:16.4375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vTuZ5mMm2xGUA8NlyrOEQGHphCMo9h2z { color:#272727;display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:53.1875rem;left:16.4375rem;height:1.0556625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Fq7BcM3SpgTGzBJGlfhIGqHlst6IeZVm { position:absolute;display:block;z-index:15039;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:4.75rem;width:52.5rem;top:50.5rem;left:11.25rem;display:block; }
#CD5chaoecVy5CwWXWk9sxIFUKtRDZl4r { background-color:#5d92ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:2.25rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:51.75rem;left:53.6875rem;display:block; }
#k779B30HdDwyX1LSrRZEgsD2KTPKbV9w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g9uNwQBJqy4w0IReLQTaif906v26aIRP { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15050;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a92eb420-7469-4853-b949-8a127b8b8f85/06da07_0f4a9983b0264579b82c691b0261d9e6mv2.format_auto.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:51.1875rem;left:12.0625rem;display:block; }#g9uNwQBJqy4w0IReLQTaif906v26aIRP.adaptive-delivery-prevent-bg, #g9uNwQBJqy4w0IReLQTaif906v26aIRP.lazyload, #g9uNwQBJqy4w0IReLQTaif906v26aIRP.lazyloading { background-image: none; }
#cJhxhWCqkRP18wxEkw6BLFGsL5lxrpBw { color:#272727;display:block;width:22.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15062;line-height:1.3;letter-spacing:0;top:57.4375rem;left:16.4375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#peTsO6S3J6DITOz891IJeRhdIlEiXFA6 { color:#272727;display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:59.0625rem;left:16.4375rem;height:1.0556625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FKw8HT7iRurOLlpHhkPFs5U69gf9c4mp { position:absolute;display:block;z-index:15044;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:4.75rem;width:52.5rem;top:56.375rem;left:11.25rem;display:block; }
#MTKn6N2p5M8v3zyqxIWXEatiNHmHtACI { background-color:#5d92ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:2.25rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:57.625rem;left:53.6875rem;display:block; }
#quN7mygFnz9q0coFfhAwfInyQTKu1kDU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w0BBZmKiAKFN2BbkKIJ8ZEytiQaIgeAl { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15055;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a92eb420-7469-4853-b949-8a127b8b8f85/06da07_0f4a9983b0264579b82c691b0261d9e6mv2.format_auto.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:57.0625rem;left:12.0625rem;display:block; }#w0BBZmKiAKFN2BbkKIJ8ZEytiQaIgeAl.adaptive-delivery-prevent-bg, #w0BBZmKiAKFN2BbkKIJ8ZEytiQaIgeAl.lazyload, #w0BBZmKiAKFN2BbkKIJ8ZEytiQaIgeAl.lazyloading { background-image: none; }
#FtXOTKaU68vSyETPb0nWES81lQ2tKdRO { color:#001a3a;display:block;width:53.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:4.53125rem;left:10.84375rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tvkV3o0SdApWPMXkqJcNdlmVC9Z9Pc2M { color:#272727;display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:62.4375rem;left:29.40625rem;height:1.0556625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MQxfOpcf5ggSWHil1UvQIFAG0SKU4buU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e0e8fa;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;z-index:auto;display:block; }#MQxfOpcf5ggSWHil1UvQIFAG0SKU4buU > .row .container { background-color: transparent; background-image: none; }#MQxfOpcf5ggSWHil1UvQIFAG0SKU4buU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MQxfOpcf5ggSWHil1UvQIFAG0SKU4buU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MQxfOpcf5ggSWHil1UvQIFAG0SKU4buU > .row .container > .video-iframe-container { display: none; }#MQxfOpcf5ggSWHil1UvQIFAG0SKU4buU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MQxfOpcf5ggSWHil1UvQIFAG0SKU4buU > .row > .video-iframe-container { display: none; }#MQxfOpcf5ggSWHil1UvQIFAG0SKU4buU > .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); }#MQxfOpcf5ggSWHil1UvQIFAG0SKU4buU > .row .container { border-width: 0; border-radius: 0; }#MQxfOpcf5ggSWHil1UvQIFAG0SKU4buU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MQxfOpcf5ggSWHil1UvQIFAG0SKU4buU > .row .container { font-size:0.875rem;font-family:arial;height:18.625rem;width:75rem;position:relative;display:block; }#IKawfqXWAiQxNy4TM9zPzmZBK3Vaokvi { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:6.9375rem;top:7.9375rem;left:3.875rem;overflow:hidden;display:block; }
#xh3tcpUgTQEGp9EoBTcH3IN30P6sqMQB { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.3125rem;top:4.75rem;left:3.6875rem;overflow:hidden;display:block; }
#AzDz7cWi64ovvTtmDfJmfvkqTyWT76z3 { color:#000000;display:block;width:7.25rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:3.25rem;left:3.75rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#ICNbuR17N4tEbqIWnbWWmKcuwdnteBzS { box-sizing:content-box;height:14.375rem;width:0.25rem;position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:none;top:2rem;left:13.75rem;display:block; }
#xaHDhUsTcBwzgSi1BmPwQ6rma2BUKOsJ { color:#5d5d5d;display:block;width:11.0625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15011;line-height:2.1;letter-spacing:0;top:6.1875rem;left:41.6875rem;height:10.2363375rem;text-align:left;text-align-last:left;display:block; }
#KTmrxMCedofUGTMwtoQucGH4cKDCKPHm { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15011;line-height:1.2;letter-spacing:0;top:3.25rem;left:16.9375rem;height:0.9746125rem;text-align:left;text-align-last:left;display:block; }
#fpS2lBVLR4isNT9K5Wh3rLnns0zexOmH { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:21.8125rem;top:6.1875rem;left:16.9375rem;overflow:hidden;display:block; }
#Qb5iCp9pnndmL80q62dxO0tkJkIozqmk { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:18.3125rem;top:9.4375rem;left:16.4375rem;overflow:hidden;display:block; }
#PIkiKvOlemm6QRpEnZJ3zHGvaAfklubz { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:3.25rem;left:44.5rem; }
#PIkiKvOlemm6QRpEnZJ3zHGvaAfklubz > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#Ho3sENDSrcZ0oXohqdX50l2iB3Zeh44a { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:3.25rem;left:41.6875rem; }
#Ho3sENDSrcZ0oXohqdX50l2iB3Zeh44a > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#RZQudL5QyAd0SQyXHX26ynSlNJPEm8T2 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:3.25rem;left:47.3125rem; }
#RZQudL5QyAd0SQyXHX26ynSlNJPEm8T2 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#GaGeS5AEyJqDV6FFDSADRmCgB9laR3Te { color:#383838;display:block;width:16.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:2rem;left:55rem;height:14.625rem;text-align:left;text-align-last:left;display:block; }
#HSF1iBR05ALGADOw8xq0idWz9D6Z66pP { color:#000000;display:block;width:7.25rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:3.25rem;left:3.75rem;height:0.9746125rem;text-align:center;text-align-last:center;display:none; }
#VqKrHfTSJWA7XpT1HyL261Z2UemaT014 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #033e7d, #002a5f);background-image: -moz-linear-gradient(45deg, #033e7d, #002a5f);background-image: -ms-linear-gradient(45deg, #033e7d, #002a5f);background-image: -o-linear-gradient(45deg, #033e7d, #002a5f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#033e7d', endColorstr='#002a5f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#033e7d', endColorstr='#002a5f' );";background-image: linear-gradient(45deg, #033e7d, #002a5f);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#VqKrHfTSJWA7XpT1HyL261Z2UemaT014 > .row .container { background-color: transparent; background-image: none; }#VqKrHfTSJWA7XpT1HyL261Z2UemaT014::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VqKrHfTSJWA7XpT1HyL261Z2UemaT014 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VqKrHfTSJWA7XpT1HyL261Z2UemaT014 > .row .container > .video-iframe-container { display: none; }#VqKrHfTSJWA7XpT1HyL261Z2UemaT014 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VqKrHfTSJWA7XpT1HyL261Z2UemaT014 > .row > .video-iframe-container { display: none; }#VqKrHfTSJWA7XpT1HyL261Z2UemaT014 > .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); }#VqKrHfTSJWA7XpT1HyL261Z2UemaT014 > .row .container { border-width: 0; border-radius: 0; }#VqKrHfTSJWA7XpT1HyL261Z2UemaT014 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VqKrHfTSJWA7XpT1HyL261Z2UemaT014 > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#zx6AXOHuI7i5Qs6IspoQuUK3PTXWHAk2 { color:#ffffff;display:block;width:33.5rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:1.181640625rem;left:20.75rem;height:2.761725rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #thITo4rfhf6uUq4taXUqXFxRgb4OAbAx { display:block; }#thITo4rfhf6uUq4taXUqXFxRgb4OAbAx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ToUUo86sC1gukBiXcMz6Iir6KKLwz1ee { width:7.25rem;height:2.5625rem;top:0rem;left:40.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XX6IyaIJvwyx2imeJO6t78kOQsen33e9 { display:block; }
 }@media only screen and (max-width: 763px) { #ykoEwJrLknLvbkLe3RvKLuLZVh0zVG26 { top:0.5rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3GpiXMZHRHTzn4UUSh0QzhbkThTERs5 { width:2.875rem;height:2.5625rem;top:0rem;left:44.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUBIeHAqrCEwuW61r9Pn4Hc1EZ8NDdPo { display:block; }
 }@media only screen and (max-width: 763px) { #pPiokLE9G3bCFwnN8IhipXbUFofn51re { top:0rem;left:45.0625rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jn1oW2XV2sQR82C1MaTkKUcv3yStT1SH { display:block; }#Jn1oW2XV2sQR82C1MaTkKUcv3yStT1SH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ipDFbScKncuvT1VqE1cQnSHDqAOWkI3J { top:2.1875rem;left:0rem;width:16.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZX0UOw0LRtcByTXl97d44T8C5wUwCai { display:block; }#LZX0UOw0LRtcByTXl97d44T8C5wUwCai > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vg2Ewv44PPFB7krR3upO2GPWg0R8A0Ep { width:3.5rem;height:2.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UII4ACzf4TWeKlzfxha8Ua6ko6N5qTqh { display:block; }
 }@media only screen and (max-width: 763px) { #TE7NscJdGeiN5CvFtKMQ019bp2wIxaI7 { width:4.25rem;height:2.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8LQyHMAU1uRURSyTnIsBcV2Hnukw0bn { display:block; }
 }@media only screen and (max-width: 763px) { #DT8Rm8JkE6fxxuPflzq79tLAE2nUDbTX { width:7.1875rem;height:2.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVe4h3rdgeRraPc7P7OsCT8lX3WHdxKM { display:block; }
 }@media only screen and (max-width: 763px) { #PIBWDnmPomSv4r7KPV0f9Xgyd3J8IP4S { width:3.375rem;height:2.5625rem;top:0rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oc3FKSiWQhv56hCDxTXEqwhFtT6UJOc0 { display:block; }
 }@media only screen and (max-width: 763px) { #XTOi0E9EuipIAiCcuZGJJNAih0SLlzcq { display:block; }#XTOi0E9EuipIAiCcuZGJJNAih0SLlzcq > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #somv9mQTcntEqs1yqQAIPladMVn1isFs { display:block; }#somv9mQTcntEqs1yqQAIPladMVn1isFs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D2pC9whylM0ipu0Bhf3ndEZ6B62FOIfg { top:1.4375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTBxpXCs8Nhhl0Aqv6awGHbCEUeCyN3q { top:4.1875rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiaFCrbSiJIxXVy9RtNAck7TBkN7SVCp { display:block; }#aiaFCrbSiJIxXVy9RtNAck7TBkN7SVCp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hXIdHgDQ82f9WTwwl7HLomwxpATO5nJr { width:18.9375rem;height:16.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAPf9w2OP3kX1mFXTOaVO6mEHwRwtK6S { width:18.9375rem;height:7.25rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpKLzCm5MUzW892hLfuZFTt2xK8X1hFn { width:10.5rem;height:0.875rem;top:17.3125rem;left:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDOrbBbBs1hefqeTF9lUiEpLRlKW9W5r { width:15.5625rem;height:2.5625rem;top:19.5rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImNUE0lxKEoHoufA4qXC0m3NyyhRCoeX { width:18.9375rem;height:3.4375rem;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkSsWHR0yXwd7PEFguiE3baF7XSwcOXk { display:block; }
 }@media only screen and (max-width: 763px) { #rTK58y26R3NnnMvDJDB8tc1KsX3l2IRp { width:18.9375rem;height:3.4375rem;top:23.3125rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvXExl6QhhCb72ndgruRwNhaoWaZglHa { display:block; }
 }@media only screen and (max-width: 763px) { #xTg4fu2KBa4y0ih1KhFC8PqO0MlLyyER { width:18.9375rem;height:7.1875rem;top:16.125rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGGBkGblXG6nPUe00TF8Cl1DgxFtwhLA { width:15.5625rem;height:2.5625rem;top:19.5rem;left:31.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZN2mURVHv7B7mFRp4MaurKbD01M21MK { width:10.5rem;height:0.875rem;top:17.3125rem;left:18.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdmbDaqyNJTe1uUnTDEXrXIkS2pWscbr { top:16.875rem;left:18rem;width:11.5625rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePCuy2vC53qT94aicrS1xIkkTNMmmekz { width:18.9375rem;height:3.4375rem;top:23.375rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruK7a7FTJStphSu5uSsxH30VoCFouFwL { display:block; }
 }@media only screen and (max-width: 763px) { #a8WSv02DweksoHIUlfTuCsTgmJMUgLVZ { width:18.9375rem;height:7.25rem;top:16.125rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ci5ryrapOTpGCubbq8eqGzarsTGpyJqK { width:17.625rem;height:2.5625rem;top:19.5rem;left:14.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvqcEvvDLmeu5nlR0tNwXTNnEpTpxexw { width:10.5rem;height:0.875rem;top:17.3125rem;left:34.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzHrH3Ry1RLNFykwu9HsD8d3pEOUwxvx { top:16.875rem;left:33.875rem;width:11.5625rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkWEbDhd5Bgclk7ah3FNpU4UkAFrg1xf { width:18.9375rem;height:16.1875rem;top:0rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9bUOFo10VHWVVC8Ox1lUptOTp5wb5Pb { width:18.9375rem;height:16.25rem;top:0rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKlmSeCV4mIZoimMQI2fry0Dyoh65gTn { top:16.875rem;left:2.125rem;width:11.5625rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOLViJ34tvTH6te7ZNNx2fSXpTZhtmF4 { width:18.9375rem;height:16.1875rem;top:28.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nb2dxdBliGuGLlDLevl4EtIIqpszUo4w { width:10.5rem;height:0.875rem;top:46rem;left:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOubvnrkfTqQCkpdxl4PWAOpuzvxD1u8 { top:45.5625rem;left:2.0625rem;width:11.5625rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFe6LIe3hF51UbTEOa0oWoe04fRCSC5M { width:15.5625rem;height:2.5625rem;top:48.1875rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MULrGCQWQbBmttKpSk8AiM74KMQ7DKlL { width:18.9375rem;height:7.25rem;top:44.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMlP1fCxOLxa5mRTl9POnSJTZBKCbLZV { width:18.9375rem;height:3.4375rem;top:52.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZltvZP2CB79f53Xe6p5Ey1I0OvJu28KU { display:block; }
 }@media only screen and (max-width: 763px) { #AvaVklVRZ9mNsZ7czuQvzcisy6quJd6J { width:18.9375rem;height:3.4375rem;top:52rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQT3Tm7tOEE7c9K45t5VpVsQeDvL4rWy { display:block; }
 }@media only screen and (max-width: 763px) { #TklyMfX4XoqGu6ZIvnc5ouBlk6IB48BA { width:17.625rem;height:2.5625rem;top:48.1875rem;left:14.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnIZgqSezebXAJ1BebT39D4cPiTK5WEg { width:18.9375rem;height:7.1875rem;top:44.8125rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZfxB7KTAc2Tu2XUlIQsGsfecNKOWVi8 { width:10.5rem;height:0.875rem;top:46rem;left:18.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNKmC0zvx9feu2EGeDhgfWcvm3TNwmFy { top:45.5625rem;left:18rem;width:11.5625rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqwwEIhoTXgSHr9nKfmMxsmGUSXgOhlq { width:18.9375rem;height:16.25rem;top:28.6875rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7uM9Hd9HFJ3ynw3aBs1r99WCC8SwH47 { width:18.9375rem;height:16.25rem;top:28.6875rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pw116kG1zflncE6ou14f0lcUKAAMmnPA { width:18.9375rem;height:7.25rem;top:44.8125rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoGfWToiFWB8cnhGdGIfPzgJlrmSiaOL { width:15.5625rem;height:2.5625rem;top:48.1875rem;left:31.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECAx6SZfsGpvdV81P6ktOiPOLa64XR8x { top:45.5625rem;left:33.875rem;width:11.5625rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pr2sZbotrCKgHceAnLAyynpRu5aAEhwO { width:10.5rem;height:0.875rem;top:46rem;left:34.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltVSoUL8ErdBzA7DFv7AKxZJrxkIVMet { width:18.9375rem;height:3.4375rem;top:52.0625rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTxZWx9c7Nux0EpTpV4mKco68sUfFqA5 { display:block; }
 }@media only screen and (max-width: 763px) { #awhXOs1VvDqT8STkJkmkpr7O2oRxdzt9 { top:45.5625rem;left:2.0625rem;width:11.5625rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #oCXX1z5y12IKl5vkZ5TNdbsd6eT1xTBR { display:block; }#oCXX1z5y12IKl5vkZ5TNdbsd6eT1xTBR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gspqeTdqCFq1CvJTTHpRcCCp4uoZyWKi { top:0rem;left:15.78125rem;width:16.1875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkD9O9DVV1fyNntpPWcbJ8a4TiHKwuG7 { display:block; }#QkD9O9DVV1fyNntpPWcbJ8a4TiHKwuG7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #brk02CyenpIc147lGCybeeInN6aitA0O { top:2.125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAudzT2JVZlEmPiKOPgIL6X2BfobPhih { top:8.0625rem;left:0rem;width:47.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0wBbeTMOibIk6C4lCIgPF0dnIRQ1X2s { top:9.625rem;left:2.9375rem;width:20rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GITnd2LNSTo03fznTT4x6QdTPTVeVEpS { width:9.125rem;height:2.25rem;top:9.3125rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMSLcNP7ZUC7cDJnNLCTeL8XxZD8iZRF { display:block; }
 }@media only screen and (max-width: 763px) { #iuTpxsTqfbhpiHTqhXVOPTzh2C6Ccpur { top:8.8125rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghnvNCaGcoCZAznO2asD6RcC7kucEn71 { top:4.6875rem;left:1.8125rem;width:44.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkBFHZeUtxVhp6paA73MehirTAA2LbC9 { top:13.8125rem;left:15.8125rem;width:16.1875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOg0JwA4xL7wFVE88JluzOJ60L48ESc2 { display:block; }#eOg0JwA4xL7wFVE88JluzOJ60L48ESc2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XVSgE5EDq1oSz8CS67V9XgFWDpGd7tB9 { top:2.1875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpB2GlsJ1qJt0TOJLdeeK0006DLkHIOv { top:8.125rem;left:0rem;width:47.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2NiLla4KZDHJO8gyzNaqKcVBhTm2LMP { top:9.6875rem;left:3rem;width:24.1875rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvVnrTQTyxBL5fue4C4I827HMksoL6VS { width:9.125rem;height:2.25rem;top:9.375rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZzxILgDtm8NtxH9MBg9w3mrgeLG0GXT { display:block; }
 }@media only screen and (max-width: 763px) { #WE9GiG6uhlX8PENAwXGmyTCgrlv6GPkR { top:8.875rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLiumuFcbib94n4p4aybBgThoXFRu0eW { top:4.6875rem;left:6.6875rem;width:34.4375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Be8fJ8ISysEvqGu4ykAgX1rvbf5iH8LZ { top:13.875rem;left:15.8125rem;width:16.1875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgQFpIbrTKzduI5KdmP22TAKABhxiZ1w { display:block; }#vgQFpIbrTKzduI5KdmP22TAKABhxiZ1w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LucqTdU7EChKlk1bgZ66iMMUVV07mSQl { top:2rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H20Ex9oBL9SK74okk4EOWRNwwsZtFWGl { top:15.0625rem;left:0rem;width:47.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpV4bZe0eA96ElXzsFhrkcHKlcfoAOC3 { top:16.125rem;left:2.8125rem;width:21.125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jf5FFMw67afzFKgKviS8IQr8IHHITDvs { width:9.125rem;height:2.25rem;top:16.3125rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBNHHpTTlpKLDhWBz3yMZArERBaFJRkd { display:block; }
 }@media only screen and (max-width: 763px) { #T9cTh61KGtTZnefzRdMEaug7a2Nllqat { top:15.8125rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzkorORaetPwI0WwqD85yxwonRrENxHw { top:9.1875rem;left:0rem;width:47.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRnHSWD1ZBK7d6OC9fvRxxhzhqPwwuVz { top:10.25rem;left:2.8125rem;width:23.0625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8CIUPpKXEHHV7L5AAhmwi1fHbGD87iZ { width:9.125rem;height:2.25rem;top:10.4375rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lV7qIoFMw3ls6ow1Z2dnKVvepe47JGTp { display:block; }
 }@media only screen and (max-width: 763px) { #bOKJeftwbkyp9BJ2lC3GMoQv6FeeahOA { top:9.9375rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4kTMQ7la7wB7cTf9on9TlqrncqDPAl3 { top:17.75rem;left:2.8125rem;width:16.1875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCOXiNUZnUXXMw8nLuOGUuXSQCkFyiGF { top:11.875rem;left:2.8125rem;width:16.1875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVJyGikDhr0SPliviNQkLzKdNqgoU8O1 { top:32.75rem;left:0rem;width:47.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwPdXiTnb14cRTTKsd21utQT8oscFRhF { top:35.4375rem;left:2.8125rem;width:16.1875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSgdQgqF4u4Ir79nlMgaMEnu38naoxHb { width:9.125rem;height:2.25rem;top:34rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvCMftlhfyhFHXsPdUxpTRW83sg6lDQw { display:block; }
 }@media only screen and (max-width: 763px) { #cmI8x0BTlVC5mWiaX6dR14ppvFFBUSFL { top:33.8125rem;left:2.8125rem;width:16.1875rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOiLM1dgyXazPIAKFDeqd0F2aqxG6OTU { top:26.8125rem;left:0rem;width:47.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCmBUEUnQHvo4epTHCJXcRQwro390suO { top:29.5rem;left:2.8125rem;width:16.1875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQ8mIuxuB5iipME3aGy6DGNX1WEaI4tC { width:9.125rem;height:2.25rem;top:28.0625rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZP2xJM2erirt525tUtxIEH4zNkVKnrc { display:block; }
 }@media only screen and (max-width: 763px) { #d5yNmXI23T9onSecabK225yAHvINQwzh { top:27.875rem;left:2.8125rem;width:23.125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOs2va7P1PaKnPp4b2FLswvMzI4FOTQ9 { top:33.4375rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxKTsFCq32XVDKWH3vL4XMe3SBTctkvC { top:20.9375rem;left:0rem;width:47.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dt7TlOdwdbT4074DkVokTETzTehGxIwA { top:23.625rem;left:2.8125rem;width:16.1875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pwf4eLwJJ4NxQxrNb2vT7diLhzppxC4K { width:9.125rem;height:2.25rem;top:22.1875rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsbmRi4usc5TbN7hoQZUFdVTvLoKpAvM { display:block; }
 }@media only screen and (max-width: 763px) { #RyByTT1DqAnWI4xAcsDWul9BRhufbh4p { top:22rem;left:2.8125rem;width:16.1875rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttPamXdvuldG6MWBTmIkwgwbZKqn605O { top:21.6875rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsQRnW3ynAaZpTQGGbGk4yVaRfPzryU8 { top:27.5rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtiThnDD2sseH3hcRpDTFm2rdgSB6nVw { top:38.625rem;left:0rem;width:47.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1ERcgVRmuXOZBOTXVlC5BHOX3R3vbiy { width:9.125rem;height:2.25rem;top:39.875rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8oa4P35fhMnZ0MAwPXMHQzwrR91XS30 { display:block; }
 }@media only screen and (max-width: 763px) { #CM1u7BaXzKWq5KaOrux6ToTNIuCc0fMt { top:41.3125rem;left:2.8125rem;width:16.1875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kc3h45B8gbP6RMHMNnCtyILFSm4TglkE { top:39.6875rem;left:2.8125rem;width:23.4375rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ml0h6ndZkpckdBlQdb38F3VvtJkkrc23 { top:39.375rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpehqbHxVWappsorb1UEbTSCDLubiwON { top:45.625rem;left:2.8125rem;width:16.1875rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVgZ0vK43zph8RvZexbfGIcG3fFkwBBi { top:47.25rem;left:2.8125rem;width:16.1875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9fzKbgaum1rU1NRK3ZIUEPZy5tcuGSq { top:44.5625rem;left:0rem;width:47.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUrCKrUkwo3ryDOycLbNJBHVmhXVOGJh { width:9.125rem;height:2.25rem;top:45.8125rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZgBnUzGe65KMM3cahQHK4GRiipw3ryX { display:block; }
 }@media only screen and (max-width: 763px) { #LDrryi9agWaT4Z66RVcP03bWJI1eWVAE { top:45.25rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IekoTfq8TZQOnI5dNvOVHF9dauwcftQi { top:51.5625rem;left:2.8125rem;width:20.9375rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTuZ5mMm2xGUA8NlyrOEQGHphCMo9h2z { top:53.1875rem;left:2.8125rem;width:16.1875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fq7BcM3SpgTGzBJGlfhIGqHlst6IeZVm { top:50.5rem;left:0rem;width:47.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CD5chaoecVy5CwWXWk9sxIFUKtRDZl4r { width:9.125rem;height:2.25rem;top:51.75rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k779B30HdDwyX1LSrRZEgsD2KTPKbV9w { display:block; }
 }@media only screen and (max-width: 763px) { #g9uNwQBJqy4w0IReLQTaif906v26aIRP { top:51.1875rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJhxhWCqkRP18wxEkw6BLFGsL5lxrpBw { top:57.4375rem;left:2.8125rem;width:22.5rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #peTsO6S3J6DITOz891IJeRhdIlEiXFA6 { top:59.0625rem;left:2.8125rem;width:16.1875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKw8HT7iRurOLlpHhkPFs5U69gf9c4mp { top:56.375rem;left:0rem;width:47.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTKn6N2p5M8v3zyqxIWXEatiNHmHtACI { width:9.125rem;height:2.25rem;top:57.625rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #quN7mygFnz9q0coFfhAwfInyQTKu1kDU { display:block; }
 }@media only screen and (max-width: 763px) { #w0BBZmKiAKFN2BbkKIJ8ZEytiQaIgeAl { top:57.0625rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtXOTKaU68vSyETPb0nWES81lQ2tKdRO { top:4.5rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvkV3o0SdApWPMXkqJcNdlmVC9Z9Pc2M { top:62.4375rem;left:15.78125rem;width:16.1875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQxfOpcf5ggSWHil1UvQIFAG0SKU4buU { display:block; }#MQxfOpcf5ggSWHil1UvQIFAG0SKU4buU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IKawfqXWAiQxNy4TM9zPzmZBK3Vaokvi { top:7.9375rem;left:0rem;width:6.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xh3tcpUgTQEGp9EoBTcH3IN30P6sqMQB { top:4.75rem;left:0rem;width:7.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzDz7cWi64ovvTtmDfJmfvkqTyWT76z3 { top:3.25rem;left:0rem;width:7.25rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICNbuR17N4tEbqIWnbWWmKcuwdnteBzS { top:2rem;left:0.125rem;width:0.25rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaHDhUsTcBwzgSi1BmPwQ6rma2BUKOsJ { top:6.1875rem;left:28.0625rem;width:11.0625rem;height:10.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTmrxMCedofUGTMwtoQucGH4cKDCKPHm { top:3.25rem;left:3.3125rem;width:11.0625rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpS2lBVLR4isNT9K5Wh3rLnns0zexOmH { top:6.1875rem;left:3.3125rem;width:21.8125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qb5iCp9pnndmL80q62dxO0tkJkIozqmk { top:9.4375rem;left:2.8125rem;width:18.3125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIkiKvOlemm6QRpEnZJ3zHGvaAfklubz { top:3.25rem;left:30.875rem;width:1.875rem;height:1.875rem;display:block; }
#PIkiKvOlemm6QRpEnZJ3zHGvaAfklubz > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Ho3sENDSrcZ0oXohqdX50l2iB3Zeh44a { top:3.25rem;left:28.0625rem;width:1.875rem;height:1.875rem;display:block; }
#Ho3sENDSrcZ0oXohqdX50l2iB3Zeh44a > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #RZQudL5QyAd0SQyXHX26ynSlNJPEm8T2 { top:3.25rem;left:33.6875rem;width:1.875rem;height:1.875rem;display:block; }
#RZQudL5QyAd0SQyXHX26ynSlNJPEm8T2 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #GaGeS5AEyJqDV6FFDSADRmCgB9laR3Te { top:2rem;left:31.4375rem;width:16.3125rem;height:14.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSF1iBR05ALGADOw8xq0idWz9D6Z66pP { top:54.4375rem;left:0rem;width:7.25rem;height:0.9375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VqKrHfTSJWA7XpT1HyL261Z2UemaT014 { display:block; }#VqKrHfTSJWA7XpT1HyL261Z2UemaT014 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zx6AXOHuI7i5Qs6IspoQuUK3PTXWHAk2 { top:1.125rem;left:7.125rem;width:33.5rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #thITo4rfhf6uUq4taXUqXFxRgb4OAbAx { position:relative;z-index:auto;display:block; }#thITo4rfhf6uUq4taXUqXFxRgb4OAbAx > .row .container { width:20rem;height:2.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ToUUo86sC1gukBiXcMz6Iir6KKLwz1ee { width:6.75rem;height:2.0625rem;top:0rem;left:13.0625rem;font-size:0.6875rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #XX6IyaIJvwyx2imeJO6t78kOQsen33e9 { display:block; }
 }@media only screen and (max-width: 763px) { #ykoEwJrLknLvbkLe3RvKLuLZVh0zVG26 { display:flex;width:1.1875rem;height:1.1875rem;top:0.4375rem;left:11.6875rem; }
 }@media only screen and (max-width: 763px) { #X3GpiXMZHRHTzn4UUSh0QzhbkThTERs5 { width:2.875rem;height:1.875rem;top:0.125rem;left:1.9375rem;font-size:0.6875rem;box-shadow: none;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UUBIeHAqrCEwuW61r9Pn4Hc1EZ8NDdPo { display:block; }
 }@media only screen and (max-width: 763px) { #pPiokLE9G3bCFwnN8IhipXbUFofn51re { display:flex;width:2.125rem;height:2.125rem;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Jn1oW2XV2sQR82C1MaTkKUcv3yStT1SH { position:relative;z-index:auto;display:block; }#Jn1oW2XV2sQR82C1MaTkKUcv3yStT1SH > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ipDFbScKncuvT1VqE1cQnSHDqAOWkI3J { width:18.75rem;height:2.9375rem;top:2.65625rem;left:0.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LZX0UOw0LRtcByTXl97d44T8C5wUwCai { position:relative;z-index:auto;display:block; }#LZX0UOw0LRtcByTXl97d44T8C5wUwCai > .row .container { width:20rem;height:2.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vg2Ewv44PPFB7krR3upO2GPWg0R8A0Ep { width:3.75rem;height:2.5625rem;top:0rem;left:0rem;font-size:0.6875rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #UII4ACzf4TWeKlzfxha8Ua6ko6N5qTqh { display:block; }
 }@media only screen and (max-width: 763px) { #TE7NscJdGeiN5CvFtKMQ019bp2wIxaI7 { width:3.6875rem;height:2.5625rem;top:0rem;left:4.5rem;font-size:0.6875rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #R8LQyHMAU1uRURSyTnIsBcV2Hnukw0bn { display:block; }
 }@media only screen and (max-width: 763px) { #DT8Rm8JkE6fxxuPflzq79tLAE2nUDbTX { width:6.0625rem;height:2.5625rem;top:0rem;left:9.4375rem;font-size:0.6875rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #AVe4h3rdgeRraPc7P7OsCT8lX3WHdxKM { display:block; }
 }@media only screen and (max-width: 763px) { #PIBWDnmPomSv4r7KPV0f9Xgyd3J8IP4S { width:3.4375rem;height:2.5625rem;top:0rem;left:16.5625rem;font-size:0.6875rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #oc3FKSiWQhv56hCDxTXEqwhFtT6UJOc0 { display:block; }
 }@media only screen and (max-width: 763px) { #XTOi0E9EuipIAiCcuZGJJNAih0SLlzcq { background-color:#060c17;background-image:url("https://images.assets-landingi.com/uc/6ee64b35-0faf-48f5-9761-e0aa3963e6e2/Umpasso.crop_1058x500_436,0.preview.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XTOi0E9EuipIAiCcuZGJJNAih0SLlzcq.adaptive-delivery-prevent-bg, #XTOi0E9EuipIAiCcuZGJJNAih0SLlzcq.lazyload, #XTOi0E9EuipIAiCcuZGJJNAih0SLlzcq.lazyloading { background-image: none; }#XTOi0E9EuipIAiCcuZGJJNAih0SLlzcq > .row .container { background-color: transparent; background-image: none; }#XTOi0E9EuipIAiCcuZGJJNAih0SLlzcq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTOi0E9EuipIAiCcuZGJJNAih0SLlzcq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTOi0E9EuipIAiCcuZGJJNAih0SLlzcq > .row .container > .video-iframe-container { display: none; }#XTOi0E9EuipIAiCcuZGJJNAih0SLlzcq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTOi0E9EuipIAiCcuZGJJNAih0SLlzcq > .row > .video-iframe-container { display: none; }#XTOi0E9EuipIAiCcuZGJJNAih0SLlzcq > .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); }#XTOi0E9EuipIAiCcuZGJJNAih0SLlzcq > .row .container { border-width: 0; border-radius: 0; }#XTOi0E9EuipIAiCcuZGJJNAih0SLlzcq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XTOi0E9EuipIAiCcuZGJJNAih0SLlzcq > .row .container { width:20rem;height:11.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #somv9mQTcntEqs1yqQAIPladMVn1isFs { display:block; }#somv9mQTcntEqs1yqQAIPladMVn1isFs > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D2pC9whylM0ipu0Bhf3ndEZ6B62FOIfg { width:19.375rem;height:1.5rem;top:1.8125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NTBxpXCs8Nhhl0Aqv6awGHbCEUeCyN3q { width:20rem;height:0;top:4rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #aiaFCrbSiJIxXVy9RtNAck7TBkN7SVCp { display:block; }#aiaFCrbSiJIxXVy9RtNAck7TBkN7SVCp > .row .container { width:20rem;height:179.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hXIdHgDQ82f9WTwwl7HLomwxpATO5nJr { width:18.9375rem;height:16.5625rem;top:1.25rem;left:0.5rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAPf9w2OP3kX1mFXTOaVO6mEHwRwtK6S { width:18.9375rem;height:6.5rem;top:17.8125rem;left:0.53125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpKLzCm5MUzW892hLfuZFTt2xK8X1hFn { width:19.0625rem;height:0.9746125rem;top:19.125rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zDOrbBbBs1hefqeTF9lUiEpLRlKW9W5r { width:19rem;height:2.5996125rem;top:20.912109375rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ImNUE0lxKEoHoufA4qXC0m3NyyhRCoeX { width:18.9375rem;height:3.625rem;top:24.3125rem;left:0.53125rem;font-size:0.9375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #dkSsWHR0yXwd7PEFguiE3baF7XSwcOXk { display:block; }
 }@media only screen and (max-width: 763px) { #rTK58y26R3NnnMvDJDB8tc1KsX3l2IRp { width:18.9375rem;height:3.4375rem;top:85.1865234375rem;left:0.53125rem;font-size:0.9375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #cvXExl6QhhCb72ndgruRwNhaoWaZglHa { display:block; }
 }@media only screen and (max-width: 763px) { #xTg4fu2KBa4y0ih1KhFC8PqO0MlLyyER { width:18.9375rem;height:6.5rem;top:78.6865234375rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGGBkGblXG6nPUe00TF8Cl1DgxFtwhLA { width:15.5625rem;height:2.5996125rem;top:142rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZN2mURVHv7B7mFRp4MaurKbD01M21MK { width:10.5rem;height:0.89355625rem;top:80.0517578125rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdmbDaqyNJTe1uUnTDEXrXIkS2pWscbr { width:11.5625rem;height:1.75rem;top:79.6240234375rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePCuy2vC53qT94aicrS1xIkkTNMmmekz { width:18.9375rem;height:3.4375rem;top:145.25rem;left:0.53125rem;font-size:0.9375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ruK7a7FTJStphSu5uSsxH30VoCFouFwL { display:block; }
 }@media only screen and (max-width: 763px) { #a8WSv02DweksoHIUlfTuCsTgmJMUgLVZ { width:18.9375rem;height:6.5rem;top:138.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ci5ryrapOTpGCubbq8eqGzarsTGpyJqK { width:17.625rem;height:2.5996125rem;top:81.8984375rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvqcEvvDLmeu5nlR0tNwXTNnEpTpxexw { width:10.5rem;height:0.89355625rem;top:140.25rem;left:4.75rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzHrH3Ry1RLNFykwu9HsD8d3pEOUwxvx { width:11.5625rem;height:1.75rem;top:139.8125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkWEbDhd5Bgclk7ah3FNpU4UkAFrg1xf { width:18.9375rem;height:18.1875rem;top:60.4990234375rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9bUOFo10VHWVVC8Ox1lUptOTp5wb5Pb { width:18.9375rem;height:18.1875rem;top:120.5478515625rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKlmSeCV4mIZoimMQI2fry0Dyoh65gTn { width:11.5625rem;height:1.75rem;top:18.125rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vOLViJ34tvTH6te7ZNNx2fSXpTZhtmF4 { width:18.9375rem;height:18.1875rem;top:30.25rem;left:0.5rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #nb2dxdBliGuGLlDLevl4EtIIqpszUo4w { width:10.5rem;height:0.89355625rem;top:49.8125rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOubvnrkfTqQCkpdxl4PWAOpuzvxD1u8 { width:10.5625rem;height:1.5rem;top:18.8623046875rem;left:4.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFe6LIe3hF51UbTEOa0oWoe04fRCSC5M { width:15.5625rem;height:2.5996125rem;top:51.5625rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MULrGCQWQbBmttKpSk8AiM74KMQ7DKlL { width:18.9375rem;height:6.5rem;top:48.375rem;left:0.5rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #oMlP1fCxOLxa5mRTl9POnSJTZBKCbLZV { width:18.9375rem;height:3.4375rem;top:54.875rem;left:0.5rem;font-size:0.9375rem;z-index:14997;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ZltvZP2CB79f53Xe6p5Ey1I0OvJu28KU { display:block; }
 }@media only screen and (max-width: 763px) { #AvaVklVRZ9mNsZ7czuQvzcisy6quJd6J { width:18.9375rem;height:3.4375rem;top:115.1875rem;left:0.5rem;font-size:0.9375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gQT3Tm7tOEE7c9K45t5VpVsQeDvL4rWy { display:block; }
 }@media only screen and (max-width: 763px) { #TklyMfX4XoqGu6ZIvnc5ouBlk6IB48BA { width:17.625rem;height:2.5996125rem;top:112.0625rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnIZgqSezebXAJ1BebT39D4cPiTK5WEg { width:18.9375rem;height:6.5rem;top:108.6875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZfxB7KTAc2Tu2XUlIQsGsfecNKOWVi8 { width:10.5rem;height:0.89355625rem;top:110.1875rem;left:4.625rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNKmC0zvx9feu2EGeDhgfWcvm3TNwmFy { width:11.5625rem;height:1.75rem;top:109.75rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqwwEIhoTXgSHr9nKfmMxsmGUSXgOhlq { width:18.9375rem;height:18.1875rem;top:90.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7uM9Hd9HFJ3ynw3aBs1r99WCC8SwH47 { width:18.9375rem;height:18.1875rem;top:150.697265625rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pw116kG1zflncE6ou14f0lcUKAAMmnPA { width:18.9375rem;height:6.5rem;top:168.875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoGfWToiFWB8cnhGdGIfPzgJlrmSiaOL { width:15.5625rem;height:2.5996125rem;top:172.25rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECAx6SZfsGpvdV81P6ktOiPOLa64XR8x { width:11.5625rem;height:1.75rem;top:169.875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pr2sZbotrCKgHceAnLAyynpRu5aAEhwO { width:10.5rem;height:0.89355625rem;top:170.3125rem;left:4.625rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltVSoUL8ErdBzA7DFv7AKxZJrxkIVMet { width:18.9375rem;height:3.4375rem;top:175.375rem;left:0.53125rem;font-size:0.9375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VTxZWx9c7Nux0EpTpV4mKco68sUfFqA5 { display:block; }
 }@media only screen and (max-width: 763px) { #awhXOs1VvDqT8STkJkmkpr7O2oRxdzt9 { width:10.5625rem;height:1.5rem;top:49.5rem;left:4.6875rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #oCXX1z5y12IKl5vkZ5TNdbsd6eT1xTBR { display:block; }#oCXX1z5y12IKl5vkZ5TNdbsd6eT1xTBR > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gspqeTdqCFq1CvJTTHpRcCCp4uoZyWKi { width:16.1875rem;height:1.0556625rem;top:1.25rem;left:1.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QkD9O9DVV1fyNntpPWcbJ8a4TiHKwuG7 { display:none; }#QkD9O9DVV1fyNntpPWcbJ8a4TiHKwuG7 > .row .container { width:20rem;height:18.0625rem;background-color:transparent;background-image:none;position:relative;display:none; } }@media only screen and (max-width: 763px) { #brk02CyenpIc147lGCybeeInN6aitA0O { width:20rem;height:1.5rem;top:0.625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xAudzT2JVZlEmPiKOPgIL6X2BfobPhih { width:20rem;height:11.25rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0wBbeTMOibIk6C4lCIgPF0dnIRQ1X2s { width:20rem;height:1.4619125rem;top:8.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GITnd2LNSTo03fznTT4x6QdTPTVeVEpS { width:9.125rem;height:2.25rem;top:11.0625rem;left:5.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMSLcNP7ZUC7cDJnNLCTeL8XxZD8iZRF { display:block; }
 }@media only screen and (max-width: 763px) { #iuTpxsTqfbhpiHTqhXVOPTzh2C6Ccpur { width:3.4375rem;height:3.4375rem;top:4.5625rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghnvNCaGcoCZAznO2asD6RcC7kucEn71 { width:20rem;height:0;top:4rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #BkBFHZeUtxVhp6paA73MehirTAA2LbC9 { width:16.1875rem;height:1.0556625rem;top:15.875rem;left:1.90625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eOg0JwA4xL7wFVE88JluzOJ60L48ESc2 { display:block; }#eOg0JwA4xL7wFVE88JluzOJ60L48ESc2 { background-color: transparent; background-image: none; }#eOg0JwA4xL7wFVE88JluzOJ60L48ESc2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOg0JwA4xL7wFVE88JluzOJ60L48ESc2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOg0JwA4xL7wFVE88JluzOJ60L48ESc2 > .row .container > .video-iframe-container { display: none; }#eOg0JwA4xL7wFVE88JluzOJ60L48ESc2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOg0JwA4xL7wFVE88JluzOJ60L48ESc2 > .row > .video-iframe-container { display: none; }#eOg0JwA4xL7wFVE88JluzOJ60L48ESc2 > .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); }#eOg0JwA4xL7wFVE88JluzOJ60L48ESc2 > .row .container { width:20rem;height:17.375rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XVSgE5EDq1oSz8CS67V9XgFWDpGd7tB9 { width:20rem;height:1.5rem;top:0rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tpB2GlsJ1qJt0TOJLdeeK0006DLkHIOv { width:20rem;height:11.25rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2NiLla4KZDHJO8gyzNaqKcVBhTm2LMP { width:13.0625rem;height:2.923825rem;top:7.4375rem;left:3.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HvVnrTQTyxBL5fue4C4I827HMksoL6VS { width:9.125rem;height:2.25rem;top:10.75rem;left:5.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZzxILgDtm8NtxH9MBg9w3mrgeLG0GXT { display:block; }
 }@media only screen and (max-width: 763px) { #WE9GiG6uhlX8PENAwXGmyTCgrlv6GPkR { width:3.4375rem;height:3.4375rem;top:3.625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLiumuFcbib94n4p4aybBgThoXFRu0eW { width:20rem;height:0;top:4rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Be8fJ8ISysEvqGu4ykAgX1rvbf5iH8LZ { width:16.1875rem;height:1.0556625rem;top:15.25rem;left:1.90625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vgQFpIbrTKzduI5KdmP22TAKABhxiZ1w { display:none; }#vgQFpIbrTKzduI5KdmP22TAKABhxiZ1w > .row .container { width:20rem;height:208.625rem;background-color:transparent;background-image:none;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LucqTdU7EChKlk1bgZ66iMMUVV07mSQl { width:20rem;height:1.5rem;top:0rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H20Ex9oBL9SK74okk4EOWRNwwsZtFWGl { width:14.9375rem;height:21.0625rem;top:24.8125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpV4bZe0eA96ElXzsFhrkcHKlcfoAOC3 { width:10.8125rem;height:2.923825rem;top:36.9375rem;left:4.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jf5FFMw67afzFKgKviS8IQr8IHHITDvs { width:9.125rem;height:2.25rem;top:41.625rem;left:5.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBNHHpTTlpKLDhWBz3yMZArERBaFJRkd { display:block; }
 }@media only screen and (max-width: 763px) { #T9cTh61KGtTZnefzRdMEaug7a2Nllqat { width:9.375rem;height:9.375rem;top:26.6875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzkorORaetPwI0WwqD85yxwonRrENxHw { width:14.9375rem;height:21.0625rem;top:2.4716796875rem;left:2.53125rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #wRnHSWD1ZBK7d6OC9fvRxxhzhqPwwuVz { width:11.3125rem;height:2.923825rem;top:14.630859375rem;left:4.34375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N8CIUPpKXEHHV7L5AAhmwi1fHbGD87iZ { width:9.125rem;height:2.25rem;top:19.3125rem;left:5.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lV7qIoFMw3ls6ow1Z2dnKVvepe47JGTp { display:block; }
 }@media only screen and (max-width: 763px) { #bOKJeftwbkyp9BJ2lC3GMoQv6FeeahOA { width:9.375rem;height:9.375rem;top:4.404296875rem;left:5.3125rem;background-color:#d1d7dd;background-image:url("https://images.assets-landingi.com/uc/38459095-bd25-4956-8a55-c5d605b5dfbc/raul.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#bOKJeftwbkyp9BJ2lC3GMoQv6FeeahOA.adaptive-delivery-prevent-bg, #bOKJeftwbkyp9BJ2lC3GMoQv6FeeahOA.lazyload, #bOKJeftwbkyp9BJ2lC3GMoQv6FeeahOA.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #i4kTMQ7la7wB7cTf9on9TlqrncqDPAl3 { width:8.1875rem;height:0.9746125rem;top:39.875rem;left:5.875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SCOXiNUZnUXXMw8nLuOGUuXSQCkFyiGF { width:14.9375rem;height:1.0556625rem;top:17.552734375rem;left:2.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qVJyGikDhr0SPliviNQkLzKdNqgoU8O1 { width:14.9375rem;height:21.0625rem;top:92.625rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwPdXiTnb14cRTTKsd21utQT8oscFRhF { width:14.8125rem;height:1.0556625rem;top:107.6875rem;left:2.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TSgdQgqF4u4Ir79nlMgaMEnu38naoxHb { width:9.125rem;height:2.25rem;top:109.375rem;left:5.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvCMftlhfyhFHXsPdUxpTRW83sg6lDQw { display:block; }
 }@media only screen and (max-width: 763px) { #cmI8x0BTlVC5mWiaX6dR14ppvFFBUSFL { width:6.5625rem;height:2.923825rem;top:104.75rem;left:6.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aOiLM1dgyXazPIAKFDeqd0F2aqxG6OTU { width:14.9375rem;height:21.0625rem;top:69.8125rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCmBUEUnQHvo4epTHCJXcRQwro390suO { width:14.9375rem;height:1.0556625rem;top:85.1103515625rem;left:2.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oQ8mIuxuB5iipME3aGy6DGNX1WEaI4tC { width:9.125rem;height:2.25rem;top:86.75rem;left:5.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZP2xJM2erirt525tUtxIEH4zNkVKnrc { display:block; }
 }@media only screen and (max-width: 763px) { #d5yNmXI23T9onSecabK225yAHvINQwzh { width:12.3125rem;height:2.923825rem;top:82.1875rem;left:3.84375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FOs2va7P1PaKnPp4b2FLswvMzI4FOTQ9 { width:9.375rem;height:9.375rem;top:94.6875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxKTsFCq32XVDKWH3vL4XMe3SBTctkvC { width:14.9375rem;height:21.0625rem;top:47.25rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dt7TlOdwdbT4074DkVokTETzTehGxIwA { width:14.875rem;height:1.0556625rem;top:62.4375rem;left:2.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pwf4eLwJJ4NxQxrNb2vT7diLhzppxC4K { width:9.125rem;height:2.25rem;top:64.1875rem;left:5.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsbmRi4usc5TbN7hoQZUFdVTvLoKpAvM { display:block; }
 }@media only screen and (max-width: 763px) { #RyByTT1DqAnWI4xAcsDWul9BRhufbh4p { width:9.4375rem;height:2.923825rem;top:59.5rem;left:5.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ttPamXdvuldG6MWBTmIkwgwbZKqn605O { width:9.375rem;height:9.375rem;top:49.125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsQRnW3ynAaZpTQGGbGk4yVaRfPzryU8 { width:9.375rem;height:9.375rem;top:71.875rem;left:5.3125rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/38459095-bd25-4956-8a55-c5d605b5dfbc/raul.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#IsQRnW3ynAaZpTQGGbGk4yVaRfPzryU8.adaptive-delivery-prevent-bg, #IsQRnW3ynAaZpTQGGbGk4yVaRfPzryU8.lazyload, #IsQRnW3ynAaZpTQGGbGk4yVaRfPzryU8.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qtiThnDD2sseH3hcRpDTFm2rdgSB6nVw { width:14.9375rem;height:21.0625rem;top:114.875rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1ERcgVRmuXOZBOTXVlC5BHOX3R3vbiy { width:9.125rem;height:2.25rem;top:131.9375rem;left:5.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8oa4P35fhMnZ0MAwPXMHQzwrR91XS30 { display:block; }
 }@media only screen and (max-width: 763px) { #CM1u7BaXzKWq5KaOrux6ToTNIuCc0fMt { width:14.9375rem;height:1.0556625rem;top:130.0478515625rem;left:2.53125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kc3h45B8gbP6RMHMNnCtyILFSm4TglkE { width:14rem;height:2.923825rem;top:127.125rem;left:3rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ml0h6ndZkpckdBlQdb38F3VvtJkkrc23 { width:9.375rem;height:9.375rem;top:116.8125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpehqbHxVWappsorb1UEbTSCDLubiwON { width:9.5rem;height:2.923825rem;top:149.5625rem;left:5.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PVgZ0vK43zph8RvZexbfGIcG3fFkwBBi { width:14.875rem;height:1.0556625rem;top:152.5rem;left:2.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c9fzKbgaum1rU1NRK3ZIUEPZy5tcuGSq { width:14.9375rem;height:21.0625rem;top:137.75rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUrCKrUkwo3ryDOycLbNJBHVmhXVOGJh { width:9.125rem;height:2.25rem;top:154.3125rem;left:5.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZgBnUzGe65KMM3cahQHK4GRiipw3ryX { display:block; }
 }@media only screen and (max-width: 763px) { #LDrryi9agWaT4Z66RVcP03bWJI1eWVAE { width:9.375rem;height:9.375rem;top:139.5625rem;left:5.3125rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/38459095-bd25-4956-8a55-c5d605b5dfbc/raul.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#LDrryi9agWaT4Z66RVcP03bWJI1eWVAE.adaptive-delivery-prevent-bg, #LDrryi9agWaT4Z66RVcP03bWJI1eWVAE.lazyload, #LDrryi9agWaT4Z66RVcP03bWJI1eWVAE.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #IekoTfq8TZQOnI5dNvOVHF9dauwcftQi { width:11.4375rem;height:2.923825rem;top:172.25rem;left:4.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vTuZ5mMm2xGUA8NlyrOEQGHphCMo9h2z { width:15.0625rem;height:1.0556625rem;top:175.1875rem;left:2.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fq7BcM3SpgTGzBJGlfhIGqHlst6IeZVm { width:14.9375rem;height:21.0625rem;top:160.3125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CD5chaoecVy5CwWXWk9sxIFUKtRDZl4r { width:9.125rem;height:2.25rem;top:177.0625rem;left:5.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k779B30HdDwyX1LSrRZEgsD2KTPKbV9w { display:block; }
 }@media only screen and (max-width: 763px) { #g9uNwQBJqy4w0IReLQTaif906v26aIRP { width:9.375rem;height:9.375rem;top:162rem;left:5.3125rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/38459095-bd25-4956-8a55-c5d605b5dfbc/raul.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#g9uNwQBJqy4w0IReLQTaif906v26aIRP.adaptive-delivery-prevent-bg, #g9uNwQBJqy4w0IReLQTaif906v26aIRP.lazyload, #g9uNwQBJqy4w0IReLQTaif906v26aIRP.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #cJhxhWCqkRP18wxEkw6BLFGsL5lxrpBw { width:13.875rem;height:2.923825rem;top:194.7646484375rem;left:3.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #peTsO6S3J6DITOz891IJeRhdIlEiXFA6 { width:14.875rem;height:1.0556625rem;top:197.6875rem;left:2.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FKw8HT7iRurOLlpHhkPFs5U69gf9c4mp { width:14.9375rem;height:21.0625rem;top:182.875rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTKn6N2p5M8v3zyqxIWXEatiNHmHtACI { width:9.125rem;height:2.25rem;top:199.75rem;left:5.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #quN7mygFnz9q0coFfhAwfInyQTKu1kDU { display:block; }
 }@media only screen and (max-width: 763px) { #w0BBZmKiAKFN2BbkKIJ8ZEytiQaIgeAl { width:9.375rem;height:9.375rem;top:184.6875rem;left:5.3125rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/38459095-bd25-4956-8a55-c5d605b5dfbc/raul.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#w0BBZmKiAKFN2BbkKIJ8ZEytiQaIgeAl.adaptive-delivery-prevent-bg, #w0BBZmKiAKFN2BbkKIJ8ZEytiQaIgeAl.lazyload, #w0BBZmKiAKFN2BbkKIJ8ZEytiQaIgeAl.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #FtXOTKaU68vSyETPb0nWES81lQ2tKdRO { width:20rem;height:0;top:40.298828125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #tvkV3o0SdApWPMXkqJcNdlmVC9Z9Pc2M { width:16.1875rem;height:1.0556625rem;top:205.125rem;left:1.90625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MQxfOpcf5ggSWHil1UvQIFAG0SKU4buU { position:relative;z-index:auto;background-color:#e0e8fa;background-image:none;display:block; }#MQxfOpcf5ggSWHil1UvQIFAG0SKU4buU > .row .container { background-color: transparent; background-image: none; }#MQxfOpcf5ggSWHil1UvQIFAG0SKU4buU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MQxfOpcf5ggSWHil1UvQIFAG0SKU4buU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MQxfOpcf5ggSWHil1UvQIFAG0SKU4buU > .row .container > .video-iframe-container { display: none; }#MQxfOpcf5ggSWHil1UvQIFAG0SKU4buU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MQxfOpcf5ggSWHil1UvQIFAG0SKU4buU > .row > .video-iframe-container { display: none; }#MQxfOpcf5ggSWHil1UvQIFAG0SKU4buU > .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); }#MQxfOpcf5ggSWHil1UvQIFAG0SKU4buU > .row .container { width:20rem;height:23.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IKawfqXWAiQxNy4TM9zPzmZBK3Vaokvi { width:3.5rem;height:3.5rem;top:4.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xh3tcpUgTQEGp9EoBTcH3IN30P6sqMQB { width:3.8125rem;height:1.1875rem;top:2.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzDz7cWi64ovvTtmDfJmfvkqTyWT76z3 { width:6rem;height:0;top:65rem;left:1.75rem;font-size:0.625rem;color:#001a3a;display:none; }
 }@media only screen and (max-width: 763px) { #ICNbuR17N4tEbqIWnbWWmKcuwdnteBzS { width:18.9375rem;height:0.125rem;top:8.625rem;left:0.5625rem;background-color:#5d92ff;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #xaHDhUsTcBwzgSi1BmPwQ6rma2BUKOsJ { width:11.0625rem;height:0;top:50.6464875rem;left:4.4375rem;font-size:0.8125rem;color:#001a3a;display:none; }
 }@media only screen and (max-width: 763px) { #KTmrxMCedofUGTMwtoQucGH4cKDCKPHm { width:11.6875rem;height:0.9746125rem;top:1.125rem;left:1.1875rem;font-size:0.8125rem;color:#001a3a;display:block; }
 }@media only screen and (max-width: 763px) { #fpS2lBVLR4isNT9K5Wh3rLnns0zexOmH { width:12.5625rem;height:1.125rem;top:3.25rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qb5iCp9pnndmL80q62dxO0tkJkIozqmk { width:13.5625rem;height:3.5625rem;top:4.8125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIkiKvOlemm6QRpEnZJ3zHGvaAfklubz { display:flex;width:1.875rem;height:1.875rem;top:10.875rem;left:13.8125rem; }
#PIkiKvOlemm6QRpEnZJ3zHGvaAfklubz > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Ho3sENDSrcZ0oXohqdX50l2iB3Zeh44a { display:flex;width:1.875rem;height:1.875rem;top:10.875rem;left:11.1875rem; }
#Ho3sENDSrcZ0oXohqdX50l2iB3Zeh44a > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #RZQudL5QyAd0SQyXHX26ynSlNJPEm8T2 { display:flex;width:1.875rem;height:1.875rem;top:10.875rem;left:16.5625rem; }
#RZQudL5QyAd0SQyXHX26ynSlNJPEm8T2 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #GaGeS5AEyJqDV6FFDSADRmCgB9laR3Te { width:16.3125rem;height:12.66995625rem;top:9.5rem;left:1.1875rem;font-size:0.8125rem;color:#001a3a;display:block; }
 }@media only screen and (max-width: 763px) { #HSF1iBR05ALGADOw8xq0idWz9D6Z66pP { width:7.25rem;height:0.9746125rem;top:9.5rem;left:11.1875rem;font-size:0.8125rem;color:#001a3a;z-index:15011;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VqKrHfTSJWA7XpT1HyL261Z2UemaT014 { position:relative;z-index:auto;background-color:#033e7d;background-image:none;display:block; }#VqKrHfTSJWA7XpT1HyL261Z2UemaT014 > .row .container { background-color: transparent; background-image: none; }#VqKrHfTSJWA7XpT1HyL261Z2UemaT014::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VqKrHfTSJWA7XpT1HyL261Z2UemaT014 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VqKrHfTSJWA7XpT1HyL261Z2UemaT014 > .row .container > .video-iframe-container { display: none; }#VqKrHfTSJWA7XpT1HyL261Z2UemaT014 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VqKrHfTSJWA7XpT1HyL261Z2UemaT014 > .row > .video-iframe-container { display: none; }#VqKrHfTSJWA7XpT1HyL261Z2UemaT014 > .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); }#VqKrHfTSJWA7XpT1HyL261Z2UemaT014 > .row .container { width:20rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zx6AXOHuI7i5Qs6IspoQuUK3PTXWHAk2 { width:18.375rem;height:2.2734375rem;top:1.255859375rem;left:0.8125rem;font-size:0.875rem;color:#ffffff;display:block; }
 }