.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/fdCErDca/BG_Claro.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#vTdtKWeswo59x1RTAveKyrwfeXqL5Tmm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTdtKWeswo59x1RTAveKyrwfeXqL5Tmm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTdtKWeswo59x1RTAveKyrwfeXqL5Tmm > .row > .video-iframe-container { display: none; }#vTdtKWeswo59x1RTAveKyrwfeXqL5Tmm > .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); }#IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/ebliIfed/Raio-X.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ.adaptive-delivery-prevent-bg, #IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ.lazyload, #IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ.lazyloading { background-image: none; }#IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ > .row .container { background-color: transparent; background-image: none; }#IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.65); }#IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ > .row .container > .video-iframe-container { display: none; }#IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.65); }#IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ > .row > .video-iframe-container { display: none; }#IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ > .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); }#IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ > .row .container { border-width: 0; border-radius: 0; }#IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ > .row .container { font-size:0.875rem;font-family:arial;height:37.25rem;width:75rem;position:relative;display:block; }#MToss8boZG566iMpzB8gd6vhoxcF4MiE { display:block;width:32.7494375rem;position:absolute;font-family:lato;font-size:2.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.1235795021057rem;left:3.75rem;height:3.33125rem;font-style:normal;color:#ffffff;display:block; }
#dbLkZnIBctze9wsy7xRUmEHeucnKksfi { display:block;width:32.0625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:12.561647415161rem;left:3.75rem;height:5.34375rem;font-style:normal;color:#373534;display:block; }
#apOuyVORAXm6b2EHtxx5FVHF3Oz4OJEl { background-color:#01b1cd;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;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:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:20.499713897705rem;left:3.75rem;display:block; }
#StnBpMGtteGNLFfnruSy4xVT7s0WgqX8 { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#wg7bPTTmLl0CPtmds0lOil0OvROtNKUb { display:block;width:15rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:24.812213897705rem;left:3.75rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;color:#d0d0d0;display:block; }
#OfeGUXxTWVpIof3a3lKTzbFTEfBr3k1I { display:block;width:33rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:9.389488220215rem;left:3.75rem;height:1.4625rem;font-style:normal;color:#ffffff;text-align:left;text-align-last:left;display:block; }
#wNxTTzc1By3rZTgLvbMxvBa2Ts5Gdeot { border-bottom:0;border-left:0;border-right:0;border-top:0;height:28.6875rem;width:22.125rem;position:absolute;display:block;z-index:15000;box-shadow: 0.0625rem 0.0625rem 0.4375rem #000000 ;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.8434658050537rem;left:45.187498092651rem;overflow:hidden;display:block; }
#WnWgvgkkVgA4PUO00PUdHVUBw9ahOdvK { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WnWgvgkkVgA4PUO00PUdHVUBw9ahOdvK > .row .container { background-color: transparent; background-image: none; }#WnWgvgkkVgA4PUO00PUdHVUBw9ahOdvK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WnWgvgkkVgA4PUO00PUdHVUBw9ahOdvK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WnWgvgkkVgA4PUO00PUdHVUBw9ahOdvK > .row .container > .video-iframe-container { display: none; }#WnWgvgkkVgA4PUO00PUdHVUBw9ahOdvK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WnWgvgkkVgA4PUO00PUdHVUBw9ahOdvK > .row > .video-iframe-container { display: none; }#WnWgvgkkVgA4PUO00PUdHVUBw9ahOdvK > .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); }#WnWgvgkkVgA4PUO00PUdHVUBw9ahOdvK > .row .container { border-width: 0; border-radius: 0; }#WnWgvgkkVgA4PUO00PUdHVUBw9ahOdvK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WnWgvgkkVgA4PUO00PUdHVUBw9ahOdvK > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#CmfHvW0qOFfrzx4oyqXMRKToW578ZqVX { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CmfHvW0qOFfrzx4oyqXMRKToW578ZqVX > .row .container { background-color: transparent; background-image: none; }#CmfHvW0qOFfrzx4oyqXMRKToW578ZqVX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CmfHvW0qOFfrzx4oyqXMRKToW578ZqVX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CmfHvW0qOFfrzx4oyqXMRKToW578ZqVX > .row .container > .video-iframe-container { display: none; }#CmfHvW0qOFfrzx4oyqXMRKToW578ZqVX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CmfHvW0qOFfrzx4oyqXMRKToW578ZqVX > .row > .video-iframe-container { display: none; }#CmfHvW0qOFfrzx4oyqXMRKToW578ZqVX > .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); }#CmfHvW0qOFfrzx4oyqXMRKToW578ZqVX > .row .container { border-width: 0; border-radius: 0; }#CmfHvW0qOFfrzx4oyqXMRKToW578ZqVX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CmfHvW0qOFfrzx4oyqXMRKToW578ZqVX > .row .container { font-size:0.875rem;font-family:arial;height:9.5625rem;width:75rem;position:relative;display:block; }#DaRqGKIwDFMuG3m6gdNvd0KnMNZcn40C { display:block;width:75rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.7625rem;text-align:center;text-align-last:center;font-style:normal;color:#373534;display:block; }
#uRv7eNg68i73e4T6nkyBPBOGobRC294Q { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#01b1cd;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.1875rem;width:3.125rem;position:absolute;display:block;z-index:15001;top:4.125rem;left:36rem;display:block; }
#FfGABRe0zdlXFpGqXHc14uurJG1aTcE5 { color:#000000;display:block;width:44.25rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:5.2210216522217rem;left:15.375rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bvgExG8mHdedXxqgDPcSL4iVGqMPnCgc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bvgExG8mHdedXxqgDPcSL4iVGqMPnCgc > .row .container { background-color: transparent; background-image: none; }#bvgExG8mHdedXxqgDPcSL4iVGqMPnCgc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvgExG8mHdedXxqgDPcSL4iVGqMPnCgc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvgExG8mHdedXxqgDPcSL4iVGqMPnCgc > .row .container > .video-iframe-container { display: none; }#bvgExG8mHdedXxqgDPcSL4iVGqMPnCgc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvgExG8mHdedXxqgDPcSL4iVGqMPnCgc > .row > .video-iframe-container { display: none; }#bvgExG8mHdedXxqgDPcSL4iVGqMPnCgc > .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); }#bvgExG8mHdedXxqgDPcSL4iVGqMPnCgc > .row .container { border-width: 0; border-radius: 0; }#bvgExG8mHdedXxqgDPcSL4iVGqMPnCgc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bvgExG8mHdedXxqgDPcSL4iVGqMPnCgc > .row .container { font-size:0.875rem;font-family:arial;height:38.5625rem;width:75rem;position:relative;display:block; }#fOBp9igJ9x46d2cFCKf2N56TKh8V82Ug { position:absolute;display:block;z-index:15000;background-color:#e7e7e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:33.1875rem;width:29.125rem;top:2.6875rem;left:42.125rem;display:block; }
#MNmH1hUAadOLKCSnAyVA7rQ0HBAEVukZ { color:#000000;display:block;width:24.9375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.4375rem;left:44.1875rem;height:30.3875rem;text-align:center;text-align-last:center;display:block; }
#bu8qPkwtVapu3xnthRnIOTTT6e6c0eMr { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.686375rem;width:35.498875rem;top:2.6863632202149rem;left:1.7497158050537rem;overflow:hidden;display:block; }
#wbcLG4eDVeiMCeaBFBeshKuJOkfe5vGs { color:#ffffff;display:block;width:22.7496875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:29.875rem;left:1.3125rem;height:3.9rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#IiAFN7lRt4NWTSZTvMp2ThqybPIPnQUb { position:absolute;display:block;z-index:15002;background-color:#01b1cd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:24.3125rem;top:29rem;left:0rem;display:block; }
#wbSJCmWGRyJ47ZWBLX0sKkwTTLIXClI8 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wbSJCmWGRyJ47ZWBLX0sKkwTTLIXClI8 > .row .container { background-color: transparent; background-image: none; }#wbSJCmWGRyJ47ZWBLX0sKkwTTLIXClI8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbSJCmWGRyJ47ZWBLX0sKkwTTLIXClI8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbSJCmWGRyJ47ZWBLX0sKkwTTLIXClI8 > .row .container > .video-iframe-container { display: none; }#wbSJCmWGRyJ47ZWBLX0sKkwTTLIXClI8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbSJCmWGRyJ47ZWBLX0sKkwTTLIXClI8 > .row > .video-iframe-container { display: none; }#wbSJCmWGRyJ47ZWBLX0sKkwTTLIXClI8 > .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); }#wbSJCmWGRyJ47ZWBLX0sKkwTTLIXClI8 > .row .container { border-width: 0; border-radius: 0; }#wbSJCmWGRyJ47ZWBLX0sKkwTTLIXClI8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wbSJCmWGRyJ47ZWBLX0sKkwTTLIXClI8 > .row .container { font-size:0.875rem;font-family:arial;height:18.9375rem;width:75rem;position:relative;display:block; }#ru7nf1nrCbww4u0eHZADdP7bGNZ6M7aC { box-sizing:content-box;color:#01b1cd;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;top:0rem;left:6.9375rem;display:block; }
#Z8dObbbwZUzCDqywUdSaEFq9m91eaDo3 { display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:5rem;left:3.125rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;color:#373534;display:block; }
#UakpvrzfOOrRGBVK3Dg23zWZfTC6WEom { display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:8.4375rem;left:3.125rem;height:5.4rem;text-align:center;text-align-last:center;font-style:normal;color:#5f5f5f;display:block; }
#SyIoDy3kpdhvxoThrG9vNiRTcviDnTsH { display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:5rem;left:21.875rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;color:#373534;display:block; }
#tOxTEAiV2moychAnFAB9sxCtEcoTT6fJ { display:block;width:12.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;top:8.6002826690675rem;left:21.625rem;height:5.4rem;text-align:center;text-align-last:center;font-style:normal;color:#5f5f5f;display:block; }
#efZ9FP7Jt3qIiEM3Enpvgh2Tb2VUJ5u9 { box-sizing:content-box;color:#01b1cd;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:0rem;left:25.6875rem;display:block; }
#LkZ5Dx9yc7QM7xAlJcevVNlS8nCwOF2A { display:block;width:14.25rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5.7622156143189rem;left:39.749998092651rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;color:#373534;display:block; }
#E1sqLlzuah974A12fcHgQuia3TII69QR { display:block;width:14.3121875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15008;line-height:1.8;letter-spacing:0;top:8.0522708892825rem;left:39.717611312866rem;height:7.2rem;text-align:center;text-align-last:center;font-style:normal;color:#5f5f5f;display:block; }
#MQeteJun9bMzTXIScXg3e2WInzwo6LSR { box-sizing:content-box;color:#01b1cd;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:0.875rem;left:44.4375rem;display:block; }
#b20ChI9uGsDMm3DVDvnnf4QOl44lQ9OE { display:block;width:13.9371875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:5.7715911865234rem;left:58.625rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;color:#373534;display:block; }
#ghzU2hAqkdEPOgr2mLahbTuTarh4Pneu { display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15011;line-height:1.8;letter-spacing:0;top:8.9232940673825rem;left:58.124998092651rem;height:5.4rem;text-align:center;text-align-last:center;font-style:normal;color:#5f5f5f;display:block; }
#DHDGXRukx1Rd41UkaVuqV4CR51BwnHsw { box-sizing:content-box;color:#01b1cd;font-size:3.5rem;font-weight:400;line-height:1;height:4.99943125rem;width:4.99943125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:0.8125rem;left:63.25rem;display:block; }
#kbpbEXp3wu8pQDzulZny8AfCbXNVRiil { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kbpbEXp3wu8pQDzulZny8AfCbXNVRiil > .row .container { background-color: transparent; background-image: none; }#kbpbEXp3wu8pQDzulZny8AfCbXNVRiil::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kbpbEXp3wu8pQDzulZny8AfCbXNVRiil > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kbpbEXp3wu8pQDzulZny8AfCbXNVRiil > .row .container > .video-iframe-container { display: none; }#kbpbEXp3wu8pQDzulZny8AfCbXNVRiil > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kbpbEXp3wu8pQDzulZny8AfCbXNVRiil > .row > .video-iframe-container { display: none; }#kbpbEXp3wu8pQDzulZny8AfCbXNVRiil > .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); }#kbpbEXp3wu8pQDzulZny8AfCbXNVRiil > .row .container { border-width: 0; border-radius: 0; }#kbpbEXp3wu8pQDzulZny8AfCbXNVRiil > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kbpbEXp3wu8pQDzulZny8AfCbXNVRiil > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:75rem;position:relative;display:block; }#LOy6t5f4m2sTPebHN31dWDwrFT91pFvw { z-index:15000;top:2.5934658050537rem;left:28.842611312866rem;background-color:#e84c3d;background-image: -webkit-linear-gradient(top, #ffb84a, #f39c12);background-image: -moz-linear-gradient(top, #ffb84a, #f39c12);background-image: -ms-linear-gradient(top, #ffb84a, #f39c12);background-image: -o-linear-gradient(top, #ffb84a, #f39c12);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb84a', endColorstr='#f39c12' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb84a', endColorstr='#f39c12' );";background-image: linear-gradient(to bottom, #ffb84a, #f39c12);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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: 0rem 0.1875rem 0rem #e85d10 ;box-sizing:border-box;color:rgba(0,0,0,0.69);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.3121875rem;height:3.68693125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#WuQg13mgmKybLPX3stm5sa5xFnQKlyBq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v6X9HH5ZHHwf7OZ0VkGnbvkPtpUC9K0X { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#01b1cd;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; }#v6X9HH5ZHHwf7OZ0VkGnbvkPtpUC9K0X > .row .container { background-color: transparent; background-image: none; }#v6X9HH5ZHHwf7OZ0VkGnbvkPtpUC9K0X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6X9HH5ZHHwf7OZ0VkGnbvkPtpUC9K0X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6X9HH5ZHHwf7OZ0VkGnbvkPtpUC9K0X > .row .container > .video-iframe-container { display: none; }#v6X9HH5ZHHwf7OZ0VkGnbvkPtpUC9K0X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6X9HH5ZHHwf7OZ0VkGnbvkPtpUC9K0X > .row > .video-iframe-container { display: none; }#v6X9HH5ZHHwf7OZ0VkGnbvkPtpUC9K0X > .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); }#v6X9HH5ZHHwf7OZ0VkGnbvkPtpUC9K0X > .row .container { border-width: 0; border-radius: 0; }#v6X9HH5ZHHwf7OZ0VkGnbvkPtpUC9K0X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v6X9HH5ZHHwf7OZ0VkGnbvkPtpUC9K0X > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:block; }#tDTRa9PQOiXaChUOgL9sbyJAPuZnkGN9 { display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.875rem;left:0rem;height:3.65625rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m59oxAPQM170T32rzRyQlIb8DfT4PPtq { display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:6.625rem;left:0rem;height:1.625rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lbwtozUPgteHhx4UcrQ4sGmFuscSo8Xd { display:block;width:15rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.875rem;left:20.625rem;height:3.65625rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#APCd5ACKdfX71VLUkP7SWHLCHKCxQ5tJ { display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:6.625rem;left:20.625rem;height:1.625rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vzFXxn2kHV5WrdLa2TCBcT2q9MsdKw1B { display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:6.5625rem;left:39.375rem;height:1.625rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RlLG12faAgC15mOU4Mi0nLv9tvZBJXgD { display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:6.6875rem;left:58.125rem;height:1.625rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wOp9g7utZrxVLg7vw5hJRTEd2crIymg5 { box-sizing:content-box;color:#ffffff;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:2.6875rem;left:63.5625rem;display:block; }
#ZZbeRlNUX7VmkJp9MFcxWvzNToSkhTLE { box-sizing:content-box;color:#ffffff;font-size:2.8125rem;font-weight:400;line-height:1;height:4.06193125rem;width:4.06193125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:2.6693181991577rem;left:44.8125rem;display:block; }
#ml7FdnrTxGCEpx5tJa6FOFa4ukNDQd2o { border-bottom:0;border-left:0;border-right:0;border-top: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; }#ml7FdnrTxGCEpx5tJa6FOFa4ukNDQd2o > .row .container { background-color: transparent; background-image: none; }#ml7FdnrTxGCEpx5tJa6FOFa4ukNDQd2o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ml7FdnrTxGCEpx5tJa6FOFa4ukNDQd2o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ml7FdnrTxGCEpx5tJa6FOFa4ukNDQd2o > .row .container > .video-iframe-container { display: none; }#ml7FdnrTxGCEpx5tJa6FOFa4ukNDQd2o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ml7FdnrTxGCEpx5tJa6FOFa4ukNDQd2o > .row > .video-iframe-container { display: none; }#ml7FdnrTxGCEpx5tJa6FOFa4ukNDQd2o > .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); }#ml7FdnrTxGCEpx5tJa6FOFa4ukNDQd2o > .row .container { border-width: 0; border-radius: 0; }#ml7FdnrTxGCEpx5tJa6FOFa4ukNDQd2o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ml7FdnrTxGCEpx5tJa6FOFa4ukNDQd2o > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#O9sv5Io0esNVi5tlxhQ8tgpOsBKh5LRL { border-bottom:0;border-left:0;border-right:0;border-top: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; }#O9sv5Io0esNVi5tlxhQ8tgpOsBKh5LRL > .row .container { background-color: transparent; background-image: none; }#O9sv5Io0esNVi5tlxhQ8tgpOsBKh5LRL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9sv5Io0esNVi5tlxhQ8tgpOsBKh5LRL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9sv5Io0esNVi5tlxhQ8tgpOsBKh5LRL > .row .container > .video-iframe-container { display: none; }#O9sv5Io0esNVi5tlxhQ8tgpOsBKh5LRL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9sv5Io0esNVi5tlxhQ8tgpOsBKh5LRL > .row > .video-iframe-container { display: none; }#O9sv5Io0esNVi5tlxhQ8tgpOsBKh5LRL > .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); }#O9sv5Io0esNVi5tlxhQ8tgpOsBKh5LRL > .row .container { border-width: 0; border-radius: 0; }#O9sv5Io0esNVi5tlxhQ8tgpOsBKh5LRL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O9sv5Io0esNVi5tlxhQ8tgpOsBKh5LRL > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:75rem;position:relative;display:block; }#cNCxfB4f8g1yqbUQEHTS9C8PSorNQlzQ { display:block;width:60rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:0.3125rem;left:7.5625rem;height:2.7625rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#q2sV65NMAcHhRRHm64wFq3SUntHuKgHi { display:block;width:60rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:4.0625rem;left:7.5625rem;height:1.7875rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#UHXACMRCcTa95wlestX1JJ9tk84wBDfk { border-bottom:0;border-left:0;border-right:0;border-top: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; }#UHXACMRCcTa95wlestX1JJ9tk84wBDfk > .row .container { background-color: transparent; background-image: none; }#UHXACMRCcTa95wlestX1JJ9tk84wBDfk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHXACMRCcTa95wlestX1JJ9tk84wBDfk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHXACMRCcTa95wlestX1JJ9tk84wBDfk > .row .container > .video-iframe-container { display: none; }#UHXACMRCcTa95wlestX1JJ9tk84wBDfk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHXACMRCcTa95wlestX1JJ9tk84wBDfk > .row > .video-iframe-container { display: none; }#UHXACMRCcTa95wlestX1JJ9tk84wBDfk > .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); }#UHXACMRCcTa95wlestX1JJ9tk84wBDfk > .row .container { border-width: 0; border-radius: 0; }#UHXACMRCcTa95wlestX1JJ9tk84wBDfk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UHXACMRCcTa95wlestX1JJ9tk84wBDfk > .row .container { font-size:0.875rem;font-family:arial;height:45.5625rem;width:75rem;position:relative;display:block; }#xgXsu3w2TLdz0c3E70amCSVQyBT4JT2v { border-bottom:0;border-left:0;border-right:0;border-top:0;height:28.6875rem;width:22.125rem;position:absolute;display:block;z-index:15002;box-shadow: 0.0625rem 0.0625rem 0.5rem #000000 ;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:1.3125114440918rem;left:7.6875rem;overflow:hidden;display:block; }
#w6XF9Zy0LzLrzqWI9iMt2EFcaB3D1lpX { border-bottom:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-top:0.1875rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image:none;height:8.4996875rem;width:20.625rem;position:absolute;display:block;z-index:15000;top:31rem;left:8.4375rem;display:block; }
#pRCK8aeVU7LJlh6f0ToHuw2MWGdTwh3C { color:#ffffff;display:block;width:28.373875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.3107995986939rem;left:42.030679702759rem;height:4.3875rem;text-align:center;text-align-last:center;display:block; }
#GKSyc3wqeiJatifhwoQaITdn64G8dMvc { color:#ffffff;display:block;width:25.186375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:7.2127876281737rem;left:43.655111312866rem;height:27rem;text-align:center;text-align-last:center;display:block; }
#urBv7yZZfqq0T3Q7m7hTPmn0HA3iO4cr { z-index:15001;top:33.561646223068rem;left:10.530681610108rem;background-color:#e84c3d;background-image: -webkit-linear-gradient(top, #ffb84a, #f39c12);background-image: -moz-linear-gradient(top, #ffb84a, #f39c12);background-image: -ms-linear-gradient(top, #ffb84a, #f39c12);background-image: -o-linear-gradient(top, #ffb84a, #f39c12);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb84a', endColorstr='#f39c12' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb84a', endColorstr='#f39c12' );";background-image: linear-gradient(to bottom, #ffb84a, #f39c12);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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: 0rem 0.1875rem 0rem #e85d10 ;box-sizing:border-box;color:rgba(0,0,0,0.69);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.4369375rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fTbJx7GP3sef2oOOxVp48d0LoeViFXfo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L7630690ywpaCBU0uogneMZ0ilVIWCWm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#L7630690ywpaCBU0uogneMZ0ilVIWCWm > .row .container { background-color: transparent; background-image: none; }#L7630690ywpaCBU0uogneMZ0ilVIWCWm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7630690ywpaCBU0uogneMZ0ilVIWCWm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7630690ywpaCBU0uogneMZ0ilVIWCWm > .row .container > .video-iframe-container { display: none; }#L7630690ywpaCBU0uogneMZ0ilVIWCWm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7630690ywpaCBU0uogneMZ0ilVIWCWm > .row > .video-iframe-container { display: none; }#L7630690ywpaCBU0uogneMZ0ilVIWCWm > .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); }#L7630690ywpaCBU0uogneMZ0ilVIWCWm > .row .container { border-width: 0; border-radius: 0; }#L7630690ywpaCBU0uogneMZ0ilVIWCWm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L7630690ywpaCBU0uogneMZ0ilVIWCWm > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;position:relative;display:block; }#N1e14PnEqWiESZsvPqJ4c1QixA2umKTe { display:block;width:75rem;position:absolute;font-family:lato;font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.4786930084229rem;left:0rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;color:#ffffff;display:block; }
#DDKlh0MRbCcTqpMiqnHeovJTMEQtSgrG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DDKlh0MRbCcTqpMiqnHeovJTMEQtSgrG > .row .container { background-color: transparent; background-image: none; }#DDKlh0MRbCcTqpMiqnHeovJTMEQtSgrG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DDKlh0MRbCcTqpMiqnHeovJTMEQtSgrG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DDKlh0MRbCcTqpMiqnHeovJTMEQtSgrG > .row .container > .video-iframe-container { display: none; }#DDKlh0MRbCcTqpMiqnHeovJTMEQtSgrG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DDKlh0MRbCcTqpMiqnHeovJTMEQtSgrG > .row > .video-iframe-container { display: none; }#DDKlh0MRbCcTqpMiqnHeovJTMEQtSgrG > .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); }#DDKlh0MRbCcTqpMiqnHeovJTMEQtSgrG > .row .container { border-width: 0; border-radius: 0; }#DDKlh0MRbCcTqpMiqnHeovJTMEQtSgrG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DDKlh0MRbCcTqpMiqnHeovJTMEQtSgrG > .row .container { font-size:0.875rem;font-family:arial;height:38.125rem;width:75rem;position:relative;display:block; }#Xvx4VTUq4dMl7Lo6nT0DVeHPVdm0QMGq { position:absolute;display:block;z-index:15000;height:31.25rem;width:28.5rem;top:2.3735904693604rem;left:23.249147415161rem;display:block; }
@media only screen and (max-width: 1199px) { body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/fdCErDca/BG_Claro.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#vTdtKWeswo59x1RTAveKyrwfeXqL5Tmm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTdtKWeswo59x1RTAveKyrwfeXqL5Tmm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTdtKWeswo59x1RTAveKyrwfeXqL5Tmm > .row > .video-iframe-container { display: none; }#vTdtKWeswo59x1RTAveKyrwfeXqL5Tmm > .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); } }@media only screen and (max-width: 1199px) { #IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ { display:block; }#IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MToss8boZG566iMpzB8gd6vhoxcF4MiE { width:22.9375rem;height:3.21818125rem;top:4.1233062744141rem;left:0.5625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dbLkZnIBctze9wsy7xRUmEHeucnKksfi { width:23.1869375rem;height:6.5454375rem;top:13.496597290039rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #apOuyVORAXm6b2EHtxx5FVHF3Oz4OJEl { width:15rem;height:3.75rem;top:21.874435424805rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #StnBpMGtteGNLFfnruSy4xVT7s0WgqX8 { display:block; }
 }@media only screen and (max-width: 1199px) { #wg7bPTTmLl0CPtmds0lOil0OvROtNKUb { width:15rem;height:0.927275rem;top:26.186935424805rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OfeGUXxTWVpIof3a3lKTzbFTEfBr3k1I { width:19.125rem;height:3.70909375rem;top:8.1196136474613rem;left:0.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wNxTTzc1By3rZTgLvbMxvBa2Ts5Gdeot { width:22.125rem;height:28.6875rem;top:3.8125rem;left:24.749998092651rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WnWgvgkkVgA4PUO00PUdHVUBw9ahOdvK { display:block; }#WnWgvgkkVgA4PUO00PUdHVUBw9ahOdvK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CmfHvW0qOFfrzx4oyqXMRKToW578ZqVX { display:block; }#CmfHvW0qOFfrzx4oyqXMRKToW578ZqVX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DaRqGKIwDFMuG3m6gdNvd0KnMNZcn40C { width:47.75rem;height:2.672725rem;top:0rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uRv7eNg68i73e4T6nkyBPBOGobRC294Q { width:3.125rem;height:0.1875rem;top:4.5rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FfGABRe0zdlXFpGqXHc14uurJG1aTcE5 { width:44.25rem;height:3.38181875rem;top:5.1875rem;left:1.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bvgExG8mHdedXxqgDPcSL4iVGqMPnCgc { display:block; }#bvgExG8mHdedXxqgDPcSL4iVGqMPnCgc > .row .container { width:47.75rem;height:66.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fOBp9igJ9x46d2cFCKf2N56TKh8V82Ug { width:29.0625rem;height:33.1875rem;top:28.5625rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MNmH1hUAadOLKCSnAyVA7rQ0HBAEVukZ { width:24.9375rem;height:30rem;top:30.125rem;left:11.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bu8qPkwtVapu3xnthRnIOTTT6e6c0eMr { width:31.936375rem;height:24rem;top:2.9965753555298rem;left:14.841476142406rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wbcLG4eDVeiMCeaBFBeshKuJOkfe5vGs { width:20.4375rem;height:3.49090625rem;top:20.625rem;left:0.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IiAFN7lRt4NWTSZTvMp2ThqybPIPnQUb { width:21.6875rem;height:5.5625rem;top:19.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wbSJCmWGRyJ47ZWBLX0sKkwTTLIXClI8 { display:block; }#wbSJCmWGRyJ47ZWBLX0sKkwTTLIXClI8 > .row .container { width:47.75rem;height:23.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ru7nf1nrCbww4u0eHZADdP7bGNZ6M7aC { width:5rem;height:5rem;top:0rem;left:3.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z8dObbbwZUzCDqywUdSaEFq9m91eaDo3 { width:10.625rem;height:3.05454375rem;top:5.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UakpvrzfOOrRGBVK3Dg23zWZfTC6WEom { width:10.625rem;height:6.9818125rem;top:10.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SyIoDy3kpdhvxoThrG9vNiRTcviDnTsH { width:10.625rem;height:3.05454375rem;top:5.5625rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tOxTEAiV2moychAnFAB9sxCtEcoTT6fJ { width:11.25rem;height:8.72725rem;top:10.249420166016rem;left:12.249998748303rem;display:block; }
 }@media only screen and (max-width: 1199px) { #efZ9FP7Jt3qIiEM3Enpvgh2Tb2VUJ5u9 { width:5rem;height:5rem;top:0rem;left:15.4375rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LkZ5Dx9yc7QM7xAlJcevVNlS8nCwOF2A { width:10.6244375rem;height:1.2rem;top:6.4874992370606rem;left:24.530111968517rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E1sqLlzuah974A12fcHgQuia3TII69QR { width:10.6244375rem;height:12.2181875rem;top:10.249431610108rem;left:24.530111968517rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MQeteJun9bMzTXIScXg3e2WInzwo6LSR { width:5rem;height:5rem;top:0rem;left:27.375rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b20ChI9uGsDMm3DVDvnnf4QOl44lQ9OE { width:10.625rem;height:4.25454375rem;top:5.5625rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ghzU2hAqkdEPOgr2mLahbTuTarh4Pneu { width:10.625rem;height:8.72725rem;top:10.25rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DHDGXRukx1Rd41UkaVuqV4CR51BwnHsw { width:5rem;height:5rem;top:0rem;left:39.3125rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kbpbEXp3wu8pQDzulZny8AfCbXNVRiil { display:block; }#kbpbEXp3wu8pQDzulZny8AfCbXNVRiil > .row .container { width:47.75rem;height:8.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LOy6t5f4m2sTPebHN31dWDwrFT91pFvw { top:1.8732948303223rem;left:15.403977096081rem;width:16.9371875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WuQg13mgmKybLPX3stm5sa5xFnQKlyBq { display:block; }
 }@media only screen and (max-width: 1199px) { #v6X9HH5ZHHwf7OZ0VkGnbvkPtpUC9K0X { display:block; }#v6X9HH5ZHHwf7OZ0VkGnbvkPtpUC9K0X > .row .container { width:47.75rem;height:11.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tDTRa9PQOiXaChUOgL9sbyJAPuZnkGN9 { width:11.7494375rem;height:4.9090875rem;top:1.7139201164246rem;left:0rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m59oxAPQM170T32rzRyQlIb8DfT4PPtq { width:11.9369375rem;height:2.5636375rem;top:7.3517041206363rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lbwtozUPgteHhx4UcrQ4sGmFuscSo8Xd { width:11.4375rem;height:4.9090875rem;top:1.715624332428rem;left:11.936078727246rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #APCd5ACKdfX71VLUkP7SWHLCHKCxQ5tJ { width:9.4994375rem;height:4.14545625rem;top:6.5607953071594rem;left:13.154828727246rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vzFXxn2kHV5WrdLa2TCBcT2q9MsdKw1B { width:10.2494375rem;height:3.38181875rem;top:5.9375rem;left:24.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RlLG12faAgC15mOU4Mi0nLv9tvZBJXgD { width:11.625rem;height:3.38181875rem;top:5.9375rem;left:36.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wOp9g7utZrxVLg7vw5hJRTEd2crIymg5 { width:4.0625rem;height:4.0625rem;top:1.9375rem;left:39.875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZZbeRlNUX7VmkJp9MFcxWvzNToSkhTLE { width:4rem;height:4rem;top:1.9375rem;left:27.9375rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ml7FdnrTxGCEpx5tJa6FOFa4ukNDQd2o { display:block; }#ml7FdnrTxGCEpx5tJa6FOFa4ukNDQd2o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #O9sv5Io0esNVi5tlxhQ8tgpOsBKh5LRL { display:block; }#O9sv5Io0esNVi5tlxhQ8tgpOsBKh5LRL > .row .container { width:47.75rem;height:11.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cNCxfB4f8g1yqbUQEHTS9C8PSorNQlzQ { width:30.4994375rem;height:5.01818125rem;top:1.3636360168457rem;left:8.6241471171381rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q2sV65NMAcHhRRHm64wFq3SUntHuKgHi { width:47.7494375rem;height:1.85454375rem;top:7.5076694488525rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UHXACMRCcTa95wlestX1JJ9tk84wBDfk { background-color:transparent;background-image:none;display:block; }#UHXACMRCcTa95wlestX1JJ9tk84wBDfk > .row .container { background-color: transparent; background-image: none; }#UHXACMRCcTa95wlestX1JJ9tk84wBDfk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHXACMRCcTa95wlestX1JJ9tk84wBDfk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHXACMRCcTa95wlestX1JJ9tk84wBDfk > .row .container > .video-iframe-container { display: none; }#UHXACMRCcTa95wlestX1JJ9tk84wBDfk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHXACMRCcTa95wlestX1JJ9tk84wBDfk > .row > .video-iframe-container { display: none; }#UHXACMRCcTa95wlestX1JJ9tk84wBDfk > .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); }#UHXACMRCcTa95wlestX1JJ9tk84wBDfk > .row .container { width:47.75rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xgXsu3w2TLdz0c3E70amCSVQyBT4JT2v { width:22.125rem;height:28.6875rem;top:1.9687595367432rem;left:0.87357956171037rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w6XF9Zy0LzLrzqWI9iMt2EFcaB3D1lpX { width:23.5rem;height:27.75rem;top:2.3744316101074rem;left:23.874714553356rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pRCK8aeVU7LJlh6f0ToHuw2MWGdTwh3C { width:22.9371875rem;height:0;top:1.3125rem;left:24.341759383678rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #GKSyc3wqeiJatifhwoQaITdn64G8dMvc { width:22.9371875rem;height:26.5090625rem;top:3.3545455932617rem;left:24.342611968517rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #urBv7yZZfqq0T3Q7m7hTPmn0HA3iO4cr { top:21.874435424805rem;left:0.5625rem;width:12.5rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fTbJx7GP3sef2oOOxVp48d0LoeViFXfo { display:block; }
 }@media only screen and (max-width: 1199px) { #L7630690ywpaCBU0uogneMZ0ilVIWCWm { display:block; }#L7630690ywpaCBU0uogneMZ0ilVIWCWm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #N1e14PnEqWiESZsvPqJ4c1QixA2umKTe { width:47.75rem;height:2.5636375rem;top:4.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DDKlh0MRbCcTqpMiqnHeovJTMEQtSgrG { display:block; }#DDKlh0MRbCcTqpMiqnHeovJTMEQtSgrG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Xvx4VTUq4dMl7Lo6nT0DVeHPVdm0QMGq { width:28.5rem;height:31.25rem;top:2.3125rem;left:9.6241474151613rem;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/fdCErDca/BG_Claro.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#vTdtKWeswo59x1RTAveKyrwfeXqL5Tmm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTdtKWeswo59x1RTAveKyrwfeXqL5Tmm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTdtKWeswo59x1RTAveKyrwfeXqL5Tmm > .row > .video-iframe-container { display: none; }#vTdtKWeswo59x1RTAveKyrwfeXqL5Tmm > .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); } }@media only screen and (max-width: 763px) { #IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ { background-color:transparent;background-image:url("https://images.assets-landingi.com/78nHNn4z/BG-HOME2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ.adaptive-delivery-prevent-bg, #IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ.lazyload, #IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ.lazyloading { background-image: none; }#IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ > .row .container { background-color: transparent; background-image: none; }#IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.67); }#IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ > .row .container > .video-iframe-container { display: none; }#IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.67); }#IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ > .row > .video-iframe-container { display: none; }#IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ > .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); }#IiOZgKZJkAMxwTkBcb5O3zBtI3DPDAnQ > .row .container { width:20rem;height:52.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MToss8boZG566iMpzB8gd6vhoxcF4MiE { width:20rem;height:2.727275rem;top:1.9375rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dbLkZnIBctze9wsy7xRUmEHeucnKksfi { width:18.4371875rem;height:7.363625rem;top:9.5744314193725rem;left:0.77982956171037rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #apOuyVORAXm6b2EHtxx5FVHF3Oz4OJEl { width:17.6871875rem;height:3.75rem;top:44.499713897705rem;left:1.1539772152901rem;background-color:#2790f2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #StnBpMGtteGNLFfnruSy4xVT7s0WgqX8 { display:block; }
 }@media only screen and (max-width: 763px) { #wg7bPTTmLl0CPtmds0lOil0OvROtNKUb { width:19.9994375rem;height:0.927275rem;top:48.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfeGUXxTWVpIof3a3lKTzbFTEfBr3k1I { width:19.9994375rem;height:3.05454375rem;top:5.3113632202149rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wNxTTzc1By3rZTgLvbMxvBa2Ts5Gdeot { width:18.0621875rem;height:23.4375rem;top:19.623578071594rem;left:0.96732956171037rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnWgvgkkVgA4PUO00PUdHVUBw9ahOdvK { display:block; }#WnWgvgkkVgA4PUO00PUdHVUBw9ahOdvK > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CmfHvW0qOFfrzx4oyqXMRKToW578ZqVX { display:block; }#CmfHvW0qOFfrzx4oyqXMRKToW578ZqVX > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DaRqGKIwDFMuG3m6gdNvd0KnMNZcn40C { width:20rem;height:8.0181875rem;top:0rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRv7eNg68i73e4T6nkyBPBOGobRC294Q { width:3.125rem;height:0.1875rem;top:9.5625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfGABRe0zdlXFpGqXHc14uurJG1aTcE5 { width:19.9994375rem;height:8.4545625rem;top:10.999996185302rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvgExG8mHdedXxqgDPcSL4iVGqMPnCgc { display:block; }#bvgExG8mHdedXxqgDPcSL4iVGqMPnCgc > .row .container { width:20rem;height:73.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fOBp9igJ9x46d2cFCKf2N56TKh8V82Ug { width:19.9375rem;height:42.5625rem;top:1.2494316101074rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNmH1hUAadOLKCSnAyVA7rQ0HBAEVukZ { width:19.0619375rem;height:38.181825rem;top:3.0596588850021rem;left:0.46789771318436rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bu8qPkwtVapu3xnthRnIOTTT6e6c0eMr { width:19.9994375rem;height:15.0349375rem;top:47.809088230133rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbcLG4eDVeiMCeaBFBeshKuJOkfe5vGs { width:19.0619375rem;height:3.49090625rem;top:65.6875rem;left:0.4375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IiAFN7lRt4NWTSZTvMp2ThqybPIPnQUb { width:20rem;height:5.5625rem;top:64.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbSJCmWGRyJ47ZWBLX0sKkwTTLIXClI8 { display:block; }#wbSJCmWGRyJ47ZWBLX0sKkwTTLIXClI8 > .row .container { width:20rem;height:42.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ru7nf1nrCbww4u0eHZADdP7bGNZ6M7aC { width:5rem;height:5rem;top:0rem;left:0rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8dObbbwZUzCDqywUdSaEFq9m91eaDo3 { width:13.75rem;height:3.05454375rem;top:0rem;left:6.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UakpvrzfOOrRGBVK3Dg23zWZfTC6WEom { width:13.75rem;height:5.2363625rem;top:3.3125rem;left:6.2497157454491rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SyIoDy3kpdhvxoThrG9vNiRTcviDnTsH { width:13.75rem;height:3.05454375rem;top:9.5rem;left:6.2497157454491rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tOxTEAiV2moychAnFAB9sxCtEcoTT6fJ { width:13.75rem;height:5.2363625rem;top:11.9375rem;left:6.2497157454491rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #efZ9FP7Jt3qIiEM3Enpvgh2Tb2VUJ5u9 { width:5rem;height:5rem;top:9.5rem;left:0rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkZ5Dx9yc7QM7xAlJcevVNlS8nCwOF2A { width:13.75rem;height:1.2rem;top:18.125rem;left:6.2497157454491rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E1sqLlzuah974A12fcHgQuia3TII69QR { width:13.75rem;height:8.72725rem;top:20.5625rem;left:6.2497157454491rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MQeteJun9bMzTXIScXg3e2WInzwo6LSR { width:5rem;height:5rem;top:18.125rem;left:0rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b20ChI9uGsDMm3DVDvnnf4QOl44lQ9OE { width:13.75rem;height:2.8363625rem;top:30.874992370606rem;left:6.2497157454491rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ghzU2hAqkdEPOgr2mLahbTuTarh4Pneu { width:13.75rem;height:6.9818125rem;top:34.062492370606rem;left:6.2497157454491rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DHDGXRukx1Rd41UkaVuqV4CR51BwnHsw { width:5rem;height:5rem;top:30.874992370606rem;left:0rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbpbEXp3wu8pQDzulZny8AfCbXNVRiil { display:block; }#kbpbEXp3wu8pQDzulZny8AfCbXNVRiil > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LOy6t5f4m2sTPebHN31dWDwrFT91pFvw { top:1.25rem;left:1.375rem;width:17.25rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuQg13mgmKybLPX3stm5sa5xFnQKlyBq { display:block; }
 }@media only screen and (max-width: 763px) { #v6X9HH5ZHHwf7OZ0VkGnbvkPtpUC9K0X { display:block; }#v6X9HH5ZHHwf7OZ0VkGnbvkPtpUC9K0X > .row .container { width:20rem;height:30.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tDTRa9PQOiXaChUOgL9sbyJAPuZnkGN9 { width:8.7494375rem;height:4.9090875rem;top:1.459942817688rem;left:0rem;text-align:right;text-align-last:right;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m59oxAPQM170T32rzRyQlIb8DfT4PPtq { width:9.9996875rem;height:2.5636375rem;top:2.6301131248474rem;left:9.9383520483969rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbwtozUPgteHhx4UcrQ4sGmFuscSo8Xd { width:8.7494375rem;height:4.9090875rem;top:9.2786922454831rem;left:0rem;text-align:right;text-align-last:right;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #APCd5ACKdfX71VLUkP7SWHLCHKCxQ5tJ { width:9.9996875rem;height:5.127275rem;top:9.1678972244262rem;left:9.9383520483969rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzFXxn2kHV5WrdLa2TCBcT2q9MsdKw1B { width:9.9996875rem;height:3.38181875rem;top:23.58323764801rem;left:9.9383520483969rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlLG12faAgC15mOU4Mi0nLv9tvZBJXgD { width:8.7494375rem;height:3.38181875rem;top:17.001986503601rem;left:9.9374994635581rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOp9g7utZrxVLg7vw5hJRTEd2crIymg5 { width:4.06193125rem;height:4.06193125rem;top:23.244885444641rem;left:4.4028405547142rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZbeRlNUX7VmkJp9MFcxWvzNToSkhTLE { width:4.81193125rem;height:4.74971875rem;top:16.319317817688rem;left:3.9988631606102rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ml7FdnrTxGCEpx5tJa6FOFa4ukNDQd2o { display:block; }#ml7FdnrTxGCEpx5tJa6FOFa4ukNDQd2o > .row .container { width:20rem;height:3.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O9sv5Io0esNVi5tlxhQ8tgpOsBKh5LRL { display:block; }#O9sv5Io0esNVi5tlxhQ8tgpOsBKh5LRL > .row .container { width:20rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cNCxfB4f8g1yqbUQEHTS9C8PSorNQlzQ { width:19.6875rem;height:3.49090625rem;top:1.2068185806274rem;left:0.15511363744736rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2sV65NMAcHhRRHm64wFq3SUntHuKgHi { width:19.9994375rem;height:3.70909375rem;top:6.3110799789431rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHXACMRCcTa95wlestX1JJ9tk84wBDfk { display:block; }#UHXACMRCcTa95wlestX1JJ9tk84wBDfk > .row .container { width:20rem;height:81.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xgXsu3w2TLdz0c3E70amCSVQyBT4JT2v { width:18rem;height:23.375rem;top:0rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6XF9Zy0LzLrzqWI9iMt2EFcaB3D1lpX { width:19.5625rem;height:7.875rem;top:26.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRCK8aeVU7LJlh6f0ToHuw2MWGdTwh3C { width:19.9994375rem;height:5.672725rem;top:37.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GKSyc3wqeiJatifhwoQaITdn64G8dMvc { width:19.9994375rem;height:32.3999875rem;top:45rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #urBv7yZZfqq0T3Q7m7hTPmn0HA3iO4cr { top:28.5625rem;left:1.8125rem;width:16.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTbJx7GP3sef2oOOxVp48d0LoeViFXfo { display:block; }
 }@media only screen and (max-width: 763px) { #L7630690ywpaCBU0uogneMZ0ilVIWCWm { display:block; }#L7630690ywpaCBU0uogneMZ0ilVIWCWm > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N1e14PnEqWiESZsvPqJ4c1QixA2umKTe { width:19.9994375rem;height:5.127275rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDKlh0MRbCcTqpMiqnHeovJTMEQtSgrG { display:block; }#DDKlh0MRbCcTqpMiqnHeovJTMEQtSgrG > .row .container { width:20rem;height:41.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xvx4VTUq4dMl7Lo6nT0DVeHPVdm0QMGq { width:20rem;height:31.25rem;top:1.25rem;left:0rem;display:block; }
 }