.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;
}
.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-input-select option {
  color: #000;
}
.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 {
  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:url("https://images.assets-landingi.com/5xx52ff7/bg_01.jpg");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; }
#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container { display: none; }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .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); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e61bf1d4-010d-4047-82fc-a6da082c8d47/IMG_8105.jfif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U.adaptive-delivery-prevent-bg, #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U.lazyload, #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U.lazyloading { background-image: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { background-color: transparent; background-image: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.77); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container > .video-iframe-container { display: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.77); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container { display: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .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); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { border-width: 0; border-radius: 0; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { width:75rem;height:42.0625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#fgSNvvrWw4PCtidQQzbWTIx8r8cqiNxv { color:#ffffff;display:block;width:49.0625rem;position:absolute;font-family:"proxima nova";font-size:2.8125rem;font-weight:700;z-index:100001;line-height:1.2;letter-spacing:0;top:15.312501907349rem;left:12.968750953674rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x6drCiQQTbOhOduRyCH6EdrwGsIpyZQW { background-color:#feca38;background-image:none;border-top:0.1875rem solid #feca38;border-left:0.1875rem solid #feca38;border-right:0.1875rem solid #feca38;border-bottom:0.1875rem solid #feca38;border-top-left-radius:20.8125rem;border-top-right-radius:20.8125rem;border-bottom-left-radius:20.8125rem;border-bottom-right-radius:20.8125rem;box-sizing:border-box;color:#32302f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"proxima nova";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:2.875rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:26.5625rem;left:22.4375rem;display:block; }
#QBsezAe8EMIL1AuVOnlbDiNVEsOOXtAM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kT8Ir9q4byVzMWmS8kcZx31Pv7d5qBo2 { background-color:rgba(0,0,0,0);background-image:none;border-top:0.1875rem solid #feca38;border-left:0.1875rem solid #feca38;border-right:0.1875rem solid #feca38;border-bottom:0.1875rem solid #feca38;border-top-left-radius:20.8125rem;border-top-right-radius:20.8125rem;border-bottom-left-radius:20.8125rem;border-bottom-right-radius:20.8125rem;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:"proxima nova";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9375rem;height:3rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:26.5rem;left:38.625rem;display:block; }
#T70CgTtNuXoceTrA7zTBrvKvWnDcxepL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IKryaqihTupBw1nzsqzVXe007DLD5TFT { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.1875rem;width:11.1875rem;top:7.5000019073488rem;left:31.906250953674rem;overflow:hidden;display:block; }
#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#32302f;background-image:none;position:relative;display:block; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { background-color: transparent; background-image: none; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container > .video-iframe-container { display: none; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row > .video-iframe-container { display: none; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .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); }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { border-width: 0; border-radius: 0; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { font-size:0.875rem;font-family:arial;height:110.3125rem;width:75rem;position:relative;display:block; }#HZUOXiPghm9V2BIr04SVvIbGMkxvnmrg { color:#ffffff;display:block;width:31.1875rem;position:absolute;font-family:"proxima nova";font-size:1.125rem;font-weight:400;z-index:100003;line-height:1.5;letter-spacing:0;top:13.8125rem;left:41.6875rem;height:5.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#De4M9gXxcdMhk8g7NW4PLAP0rpN9Uut1 { color:#feca38;display:block;width:20.3125rem;position:absolute;font-family:"proxima nova";font-size:2rem;font-weight:400;z-index:100003;line-height:1.2;letter-spacing:0;top:10.4375rem;left:41.6875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#szRCCSZqQdps110NpxL8Jr6azRZcOLAq { position:absolute;display:block;z-index:100004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/35767a2f-63b1-49cb-a62c-07f43616ae22/Colombiamin.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.1875rem solid #feca38;border-left:0.1875rem solid #feca38;border-right:0.1875rem solid #feca38;border-bottom:0.1875rem solid #feca38;height:20.8744375rem;width:37.3125rem;top:3.3345170021057rem;left:1.2482242584229rem;display:block; }#szRCCSZqQdps110NpxL8Jr6azRZcOLAq.adaptive-delivery-prevent-bg, #szRCCSZqQdps110NpxL8Jr6azRZcOLAq.lazyload, #szRCCSZqQdps110NpxL8Jr6azRZcOLAq.lazyloading { background-image: none; }
#d0RKPL082ip8Q08oZfEMEU8dTG7K7sqD { color:#feca38;display:block;width:27.8125rem;position:absolute;font-family:"proxima nova";font-size:2rem;font-weight:400;z-index:100002;line-height:1.2;letter-spacing:0;top:38.3125rem;left:4.625rem;height:2.4375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#XMZT9gwLc0i8uyilVdCg8F3Fu0LNa6qW { color:#ffffff;display:block;width:25.3125rem;position:absolute;font-family:"proxima nova";font-size:1.125rem;font-weight:400;z-index:100004;line-height:1.5;letter-spacing:0;top:41.875rem;left:7.1875rem;height:3.375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#sxN9V7PQyDPn5TKkxqQOE2iaRQNgaVIn { position:absolute;display:block;z-index:100006;border-top:0.1875rem solid #feca38;border-left:0.1875rem solid #feca38;border-right:0.1875rem solid #feca38;border-bottom:0.1875rem solid #feca38;height:20.875rem;width:37.3125rem;top:31.118426799774rem;left:35.87357711792rem;display:block; }
#sTLiNAmCzbNiaHW6xLU0eUzZ5Txw1Tpa { color:#feca38;display:block;width:27.8125rem;position:absolute;font-family:"proxima nova";font-size:2rem;font-weight:400;z-index:100003;line-height:1.2;letter-spacing:0;top:59.5rem;left:23.625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fTzM3OhnaU2nUPuZWuS7iBdF1MLTrFH9 { color:#ffffff;display:block;width:39.5rem;position:absolute;font-family:"proxima nova";font-size:1.125rem;font-weight:400;z-index:100004;line-height:1.5;letter-spacing:0;top:62.875rem;left:17.75rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n13VD3y7VTbFMKiPBVCwh4Z5D7vQcJSw { color:#feca38;display:block;width:23.812125rem;position:absolute;font-family:"proxima nova";font-size:1.3125rem;font-weight:700;z-index:100015;line-height:1.5;letter-spacing:0;top:73.125rem;left:4rem;height:1.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qpCMIz1zkKkDMK6wRqGpl34rCikewTdx { color:#feca38;display:block;width:28.5618125rem;position:absolute;font-family:"proxima nova";font-size:1.3125rem;font-weight:700;z-index:100016;line-height:1.5;letter-spacing:0;top:73.125rem;left:40.375rem;height:1.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kiPTaGTfJrRTGuZNTbQiG04rQvMkhtBD { color:#ffffff;display:block;width:30.5625rem;position:absolute;font-family:"proxima nova";font-size:1rem;font-weight:700;z-index:100014;line-height:1.5;letter-spacing:0;top:76.3125rem;left:4rem;height:21rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eOXHihRqq2IOFX63U954nSM0XtgV0EQW { box-sizing:content-box;color:#feca38;font-size:2.4375rem;font-weight:400;line-height:1;height:3.49964375rem;width:3.49964375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100023;top:68.8125rem;left:4.0625rem;display:block; }
#JpdNcEhV3kt6RrfJQcUQ4HyMH9ROzbZ1 { color:#ffffff;display:block;width:31.9993125rem;position:absolute;font-family:"proxima nova";font-size:1rem;font-weight:700;z-index:100015;line-height:1.5;letter-spacing:0;top:95.375rem;left:4.0625rem;height:9.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#JpdNcEhV3kt6RrfJQcUQ4HyMH9ROzbZ1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JpdNcEhV3kt6RrfJQcUQ4HyMH9ROzbZ1 li:before{  }
#tmfgiN5QyT8XVwxusUNE9tUG6ldXstEQ { box-sizing:content-box;color:#feca38;font-size:2.4375rem;font-weight:400;line-height:1;height:3.49875625rem;width:3.49875625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100024;top:68.8125rem;left:40.0625rem;display:block; }
#VvmTZHiTiQFXNzk2b1mImxNvxTUoeNaF { color:#ffffff;display:block;width:30.5619375rem;position:absolute;font-family:"proxima nova";font-size:1rem;font-weight:700;z-index:100015;line-height:1.5;letter-spacing:0;top:76.3125rem;left:40.375rem;height:24rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TbPiOdOKcTA0EFNGJWIuZE5Qt7Tv05kA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#feca38;background-image:none;position:relative;display:block; }#TbPiOdOKcTA0EFNGJWIuZE5Qt7Tv05kA > .row .container { background-color: transparent; background-image: none; }#TbPiOdOKcTA0EFNGJWIuZE5Qt7Tv05kA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TbPiOdOKcTA0EFNGJWIuZE5Qt7Tv05kA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TbPiOdOKcTA0EFNGJWIuZE5Qt7Tv05kA > .row .container > .video-iframe-container { display: none; }#TbPiOdOKcTA0EFNGJWIuZE5Qt7Tv05kA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TbPiOdOKcTA0EFNGJWIuZE5Qt7Tv05kA > .row > .video-iframe-container { display: none; }#TbPiOdOKcTA0EFNGJWIuZE5Qt7Tv05kA > .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); }#TbPiOdOKcTA0EFNGJWIuZE5Qt7Tv05kA > .row .container { border-width: 0; border-radius: 0; }#TbPiOdOKcTA0EFNGJWIuZE5Qt7Tv05kA > .row .container { font-size:0.875rem;font-family:arial;height:31.1875rem;width:75rem;position:relative;display:block; }#bd6sSfH0CeaVGfqzdi8KXqX6phV6Zcps { position:absolute;display:block;z-index:100001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/97362471-eb87-48a1-b339-897289bec0b0/Chaminuka29.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;height:12.5rem;width:20.6875rem;top:2.6875rem;left:2.375rem;display:block; }#bd6sSfH0CeaVGfqzdi8KXqX6phV6Zcps.adaptive-delivery-prevent-bg, #bd6sSfH0CeaVGfqzdi8KXqX6phV6Zcps.lazyload, #bd6sSfH0CeaVGfqzdi8KXqX6phV6Zcps.lazyloading { background-image: none; }
#Wiwfxamq8wGUfp7aKkxbpNOxvozKzPNm { position:absolute;display:block;z-index:100002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/48b8d076-ae50-4463-aff1-540b174d61f0/LaboratorioSolar1291.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;height:12.5rem;width:25.687125rem;top:15.9375rem;left:2.375rem;display:block; }#Wiwfxamq8wGUfp7aKkxbpNOxvozKzPNm.adaptive-delivery-prevent-bg, #Wiwfxamq8wGUfp7aKkxbpNOxvozKzPNm.lazyload, #Wiwfxamq8wGUfp7aKkxbpNOxvozKzPNm.lazyloading { background-image: none; }
#bELhuqcs0NP4n9lhEqSWuKlp19THOI3p { position:absolute;display:block;z-index:100002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c8f1d78b-1486-4c8d-b526-464ca3c20708/GlenNora86.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;height:25.75rem;width:16.5625rem;top:2.6875rem;left:56.0625rem;display:block; }#bELhuqcs0NP4n9lhEqSWuKlp19THOI3p.adaptive-delivery-prevent-bg, #bELhuqcs0NP4n9lhEqSWuKlp19THOI3p.lazyload, #bELhuqcs0NP4n9lhEqSWuKlp19THOI3p.lazyloading { background-image: none; }
#EvKvkzlf5XOATsT4kO32OK0CWp3h6MQx { position:absolute;display:block;z-index:100002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0216d995-a27a-424b-a7be-eb98f2fdc778/LaboratorioSolar12551.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;height:12.5rem;width:26.5625rem;top:15.9375rem;left:28.8125rem;display:block; }#EvKvkzlf5XOATsT4kO32OK0CWp3h6MQx.adaptive-delivery-prevent-bg, #EvKvkzlf5XOATsT4kO32OK0CWp3h6MQx.lazyload, #EvKvkzlf5XOATsT4kO32OK0CWp3h6MQx.lazyloading { background-image: none; }
#FtgHS1rVq1RvAqqVNiTkpqn1RTObDc1O { position:absolute;display:block;z-index:100002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d435033b-5d49-4d84-86bd-e1e6839014a6/35_DSC857611.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;height:12.5rem;width:31.3125rem;top:2.6875rem;left:23.875rem;display:block; }#FtgHS1rVq1RvAqqVNiTkpqn1RTObDc1O.adaptive-delivery-prevent-bg, #FtgHS1rVq1RvAqqVNiTkpqn1RTObDc1O.lazyload, #FtgHS1rVq1RvAqqVNiTkpqn1RTObDc1O.lazyloading { background-image: none; }
#ht5WdgSoFmyCJnNaTrq9946XMvf7Cq0n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#282828;background-image:none;position:relative;display:block; }#ht5WdgSoFmyCJnNaTrq9946XMvf7Cq0n > .row .container { background-color: transparent; background-image: none; }#ht5WdgSoFmyCJnNaTrq9946XMvf7Cq0n::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ht5WdgSoFmyCJnNaTrq9946XMvf7Cq0n > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ht5WdgSoFmyCJnNaTrq9946XMvf7Cq0n > .row .container > .video-iframe-container { display: none; }#ht5WdgSoFmyCJnNaTrq9946XMvf7Cq0n > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ht5WdgSoFmyCJnNaTrq9946XMvf7Cq0n > .row > .video-iframe-container { display: none; }#ht5WdgSoFmyCJnNaTrq9946XMvf7Cq0n > .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); }#ht5WdgSoFmyCJnNaTrq9946XMvf7Cq0n > .row .container { border-width: 0; border-radius: 0; }#ht5WdgSoFmyCJnNaTrq9946XMvf7Cq0n > .row .container { font-size:0.875rem;font-family:arial;height:48.3125rem;width:75rem;position:relative;display:block; }#xPVJUtipTzd2Ak4KvM98ZsQyT1DKfm6u { color:#feca38;display:block;width:34.8743125rem;position:absolute;font-family:"proxima nova";font-size:2rem;font-weight:400;z-index:100004;line-height:1.2;letter-spacing:0;top:4.875rem;left:20.0625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nA7DIaJWNGRo2qzr7EVIwVVlNWRmEROG { position:absolute;display:block;z-index:100007;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f4ede3;border-left:0.125rem solid #f4ede3;border-right:0.125rem solid #f4ede3;border-bottom:0.125rem solid #f4ede3;height:13.8743125rem;width:32.6243125rem;top:13.6875rem;left:3.8125rem;display:block; }
#aq9itWavTbwaiwcizaI1C45SuFHPLFiW { color:#ffffff;display:block;width:16.4993125rem;position:absolute;font-family:"proxima nova";font-size:0.875rem;font-weight:700;z-index:100013;line-height:1.5;letter-spacing:0;top:16.8125rem;left:17.875rem;height:7.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LxAIXIFqCuvpBOfxnZXJ6Ly7xwpnotgt { color:#feca38;display:block;width:10.37375rem;position:absolute;font-family:"proxima nova";font-size:1.3125rem;font-weight:700;z-index:100014;line-height:1.5;letter-spacing:0;top:20.3125rem;left:5.5rem;height:3.875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#EMTCafbZtURAE55UeK9dvwIsSk3zprBQ { position:absolute;display:block;z-index:100010;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #feca38;border-left:0.125rem solid #feca38;border-right:0.125rem solid #feca38;border-bottom:0.125rem solid #feca38;height:13.8743125rem;width:32.6243125rem;top:13.6875rem;left:38.5625rem;display:block; }
#NARtVFpnr5Z154mKGeDTVqroGCz1OCty { color:#feca38;display:block;width:10.37375rem;position:absolute;font-family:"proxima nova";font-size:1.3125rem;font-weight:700;z-index:100016;line-height:1.5;letter-spacing:0;top:20.25rem;left:40.375rem;height:3.875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#c3waLcA2IGUvkmtNUoN79qL8OX84BExz { color:#ffffff;display:block;width:17.7493125rem;position:absolute;font-family:"proxima nova";font-size:0.875rem;font-weight:700;z-index:100015;line-height:1.5;letter-spacing:0;top:16.1875rem;left:52.6875rem;height:9.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZC4k8OVpuetqJoEULIi6Or0n6exdv6uT { position:absolute;display:block;z-index:100013;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #feca38;border-left:0.125rem solid #feca38;border-right:0.125rem solid #feca38;border-bottom:0.125rem solid #feca38;height:13.8743125rem;width:32.6243125rem;top:29.625rem;left:3.9375rem;display:block; }
#X4bpih4AiGGnxUWiV5k9WluoIJxVAfuD { position:absolute;display:block;z-index:100013;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f4ede3;border-left:0.125rem solid #f4ede3;border-right:0.125rem solid #f4ede3;border-bottom:0.125rem solid #f4ede3;height:13.8743125rem;width:32.6243125rem;top:29.625rem;left:38.5625rem;display:block; }
#ylbQuE0r6hXbIApf3VtxcK1IyL3xTBn9 { color:#ffffff;display:block;width:17.2493125rem;position:absolute;font-family:"proxima nova";font-size:0.875rem;font-weight:700;z-index:100019;line-height:1.5;letter-spacing:0;top:32.125rem;left:17.875rem;height:9.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x6rX9WJUhPHA5IuZyZ4pwZMv61xaEGmT { color:#feca38;display:block;width:9.0625rem;position:absolute;font-family:"proxima nova";font-size:1.3125rem;font-weight:700;z-index:100020;line-height:1.5;letter-spacing:0;top:36.25rem;left:6.8125rem;height:3.875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#T3KNJpi1KAaqhuOLgTocQSppIkvQBFeu { color:#feca38;display:block;width:9.9375rem;position:absolute;font-family:"proxima nova";font-size:1.3125rem;font-weight:700;z-index:100022;line-height:1.5;letter-spacing:0;top:36.25rem;left:40.8125rem;height:3.875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#CBgcem7U7hkrD6qiQ8bnSyr0Lw5hlw6k { color:#ffffff;display:block;width:17.2485625rem;position:absolute;font-family:"proxima nova";font-size:0.875rem;font-weight:700;z-index:100021;line-height:1.5;letter-spacing:0;top:32.75rem;left:52.9375rem;height:7.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NnVdFT4MzX62q9TLi0tHEAlgSzVEwJzV { box-sizing:content-box;color:#feca38;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100023;top:17.25rem;left:12.8125rem;display:block; }
#ose2H5PsmUJQ1umWkJOyoG4qeUvRrUmT { box-sizing:content-box;color:#feca38;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100024;top:33.1875rem;left:12.8125rem;display:block; }
#lMq7TUgiZibF7NTNTldWDgN3zt87XBnd { box-sizing:content-box;color:#feca38;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100024;top:17.1875rem;left:47.6875rem;display:block; }
#WQyEHA4KfgrFuqDzx5Q2ZTHrLFcuAwsy { box-sizing:content-box;color:#feca38;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100025;top:33.1875rem;left:47.6875rem;display:block; }
#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#feca38;background-image:none;position:relative;display:block; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container { background-color: transparent; background-image: none; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container > .video-iframe-container { display: none; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row > .video-iframe-container { display: none; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .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); }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container { border-width: 0; border-radius: 0; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container { font-size:0.875rem;font-family:arial;height:58.0625rem;width:75rem;position:relative;display:block; }#hTX8Loi5IG9yBfHTKQ9cQE8zETmNMewp { color:#32302f;display:block;width:30.5rem;position:absolute;font-family:"proxima nova";font-size:2.625rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:4.75rem;left:22.25rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#icZhdl3IrI6ktQPfOFPPkaDPvuvBNhJ1 { color:#32302f;display:block;width:39.375rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:400;z-index:100004;line-height:1.5;letter-spacing:0;top:8.125rem;left:17.8125rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OzBz5bM9ydttQtM05qQscJBDddZZXOiy { position:absolute;display:block;z-index:100005;height:42.875rem;width:75rem;top:8.6875rem;left:0rem;display:block; }
#nrbzD6b6S2sF2N6uNC8bW9gugpNZ278s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#32302f;background-image:none;position:relative;display:block; }#nrbzD6b6S2sF2N6uNC8bW9gugpNZ278s > .row .container { background-color: transparent; background-image: none; }#nrbzD6b6S2sF2N6uNC8bW9gugpNZ278s::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nrbzD6b6S2sF2N6uNC8bW9gugpNZ278s > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nrbzD6b6S2sF2N6uNC8bW9gugpNZ278s > .row .container > .video-iframe-container { display: none; }#nrbzD6b6S2sF2N6uNC8bW9gugpNZ278s > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nrbzD6b6S2sF2N6uNC8bW9gugpNZ278s > .row > .video-iframe-container { display: none; }#nrbzD6b6S2sF2N6uNC8bW9gugpNZ278s > .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); }#nrbzD6b6S2sF2N6uNC8bW9gugpNZ278s > .row .container { border-width: 0; border-radius: 0; }#nrbzD6b6S2sF2N6uNC8bW9gugpNZ278s > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:75rem;position:relative;display:block; }#fwT8Qnkg6vwrLE9i2Xodd7Zc658OhZ8N { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:7.375rem;top:0.0625rem;left:33.812500953674rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U { display:block; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fgSNvvrWw4PCtidQQzbWTIx8r8cqiNxv { width:26.125rem;height:10.5rem;top:6.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6drCiQQTbOhOduRyCH6EdrwGsIpyZQW { width:13.875rem;height:2.875rem;top:26.5625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBsezAe8EMIL1AuVOnlbDiNVEsOOXtAM { display:block; }
 }@media only screen and (max-width: 763px) { #kT8Ir9q4byVzMWmS8kcZx31Pv7d5qBo2 { width:13.9375rem;height:3rem;top:26.5rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T70CgTtNuXoceTrA7zTBrvKvWnDcxepL { display:block; }
 }@media only screen and (max-width: 763px) { #IKryaqihTupBw1nzsqzVXe007DLD5TFT { top:7.5rem;left:18.281250953674rem;width:11.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh { display:block; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZUOXiPghm9V2BIr04SVvIbGMkxvnmrg { width:31.125rem;height:4.9375rem;top:13.8125rem;left:16.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #De4M9gXxcdMhk8g7NW4PLAP0rpN9Uut1 { width:26.125rem;height:10.5rem;top:6.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #szRCCSZqQdps110NpxL8Jr6azRZcOLAq { top:3.3125rem;left:0rem;width:37.3125rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0RKPL082ip8Q08oZfEMEU8dTG7K7sqD { width:26.125rem;height:10.5rem;top:6.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMZT9gwLc0i8uyilVdCg8F3Fu0LNa6qW { width:25.3125rem;height:3.25rem;top:41.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxN9V7PQyDPn5TKkxqQOE2iaRQNgaVIn { top:31.0625rem;left:10.0625rem;width:37.3125rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTLiNAmCzbNiaHW6xLU0eUzZ5Txw1Tpa { width:26.125rem;height:10.5rem;top:6.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTzM3OhnaU2nUPuZWuS7iBdF1MLTrFH9 { width:39.5rem;height:3.375rem;top:62.875rem;left:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n13VD3y7VTbFMKiPBVCwh4Z5D7vQcJSw { width:23.75rem;height:1.875rem;top:73.125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpCMIz1zkKkDMK6wRqGpl34rCikewTdx { width:28.5rem;height:1.875rem;top:73.125rem;left:19.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiPTaGTfJrRTGuZNTbQiG04rQvMkhtBD { width:30.5rem;height:20.625rem;top:76.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOXHihRqq2IOFX63U954nSM0XtgV0EQW { top:68.8125rem;left:0rem;width:3.4375rem;height:3.4375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpdNcEhV3kt6RrfJQcUQ4HyMH9ROzbZ1 { width:31.9375rem;height:9.4375rem;top:95.375rem;left:0rem;font-size:1rem;display:block; }#JpdNcEhV3kt6RrfJQcUQ4HyMH9ROzbZ1 li:before{  }
 }@media only screen and (max-width: 763px) { #tmfgiN5QyT8XVwxusUNE9tUG6ldXstEQ { top:68.8125rem;left:26.4375rem;width:3.4375rem;height:3.4375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvmTZHiTiQFXNzk2b1mImxNvxTUoeNaF { width:30.5rem;height:24rem;top:76.3125rem;left:17.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbPiOdOKcTA0EFNGJWIuZE5Qt7Tv05kA { display:block; }#TbPiOdOKcTA0EFNGJWIuZE5Qt7Tv05kA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bd6sSfH0CeaVGfqzdi8KXqX6phV6Zcps { top:2.6875rem;left:0rem;width:20.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wiwfxamq8wGUfp7aKkxbpNOxvozKzPNm { top:15.9375rem;left:0rem;width:25.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bELhuqcs0NP4n9lhEqSWuKlp19THOI3p { top:2.6875rem;left:31.1875rem;width:16.5625rem;height:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvKvkzlf5XOATsT4kO32OK0CWp3h6MQx { top:15.9375rem;left:15.1875rem;width:26.5625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtgHS1rVq1RvAqqVNiTkpqn1RTObDc1O { top:2.6875rem;left:10.25rem;width:31.25rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ht5WdgSoFmyCJnNaTrq9946XMvf7Cq0n { display:block; }#ht5WdgSoFmyCJnNaTrq9946XMvf7Cq0n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xPVJUtipTzd2Ak4KvM98ZsQyT1DKfm6u { width:26.125rem;height:10.5rem;top:6.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA7DIaJWNGRo2qzr7EVIwVVlNWRmEROG { top:13.6875rem;left:0rem;width:32.5625rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aq9itWavTbwaiwcizaI1C45SuFHPLFiW { width:16.4375rem;height:7.875rem;top:16.8125rem;left:4.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxAIXIFqCuvpBOfxnZXJ6Ly7xwpnotgt { width:10.3125rem;height:3.875rem;top:20.3125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMTCafbZtURAE55UeK9dvwIsSk3zprBQ { top:13.6875rem;left:14.9375rem;width:32.5625rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NARtVFpnr5Z154mKGeDTVqroGCz1OCty { width:10.3125rem;height:3.875rem;top:20.25rem;left:26.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3waLcA2IGUvkmtNUoN79qL8OX84BExz { width:17.6875rem;height:9.1875rem;top:16.1875rem;left:30.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZC4k8OVpuetqJoEULIi6Or0n6exdv6uT { top:29.625rem;left:0rem;width:32.5625rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4bpih4AiGGnxUWiV5k9WluoIJxVAfuD { top:29.625rem;left:14.9375rem;width:32.5625rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylbQuE0r6hXbIApf3VtxcK1IyL3xTBn9 { width:17.1875rem;height:9.1875rem;top:32.125rem;left:4.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6rX9WJUhPHA5IuZyZ4pwZMv61xaEGmT { width:9.0625rem;height:3.875rem;top:36.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3KNJpi1KAaqhuOLgTocQSppIkvQBFeu { width:9.875rem;height:3.875rem;top:36.25rem;left:27.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBgcem7U7hkrD6qiQ8bnSyr0Lw5hlw6k { width:17.1875rem;height:7.875rem;top:32.75rem;left:30.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnVdFT4MzX62q9TLi0tHEAlgSzVEwJzV { top:17.25rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ose2H5PsmUJQ1umWkJOyoG4qeUvRrUmT { top:33.1875rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMq7TUgiZibF7NTNTldWDgN3zt87XBnd { top:17.1875rem;left:34.0625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQyEHA4KfgrFuqDzx5Q2ZTHrLFcuAwsy { top:33.1875rem;left:34.0625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM { display:block; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTX8Loi5IG9yBfHTKQ9cQE8zETmNMewp { width:30.5rem;height:3.375rem;top:4.75rem;left:8.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #icZhdl3IrI6ktQPfOFPPkaDPvuvBNhJ1 { width:39.375rem;height:1.875rem;top:8.125rem;left:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzBz5bM9ydttQtM05qQscJBDddZZXOiy { top:8.6875rem;left:0rem;width:47.75rem;height:42.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrbzD6b6S2sF2N6uNC8bW9gugpNZ278s { display:block; }#nrbzD6b6S2sF2N6uNC8bW9gugpNZ278s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwT8Qnkg6vwrLE9i2Xodd7Zc658OhZ8N { top:0.0625rem;left:20.187500953674rem;width:7.375rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e61bf1d4-010d-4047-82fc-a6da082c8d47/IMG_8105.jfif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U.adaptive-delivery-prevent-bg, #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U.lazyload, #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U.lazyloading { background-image: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { background-color: transparent; background-image: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(40,40,40,0.83); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container > .video-iframe-container { display: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(40,40,40,0.83); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container { display: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .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); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { width:20rem;height:38.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fgSNvvrWw4PCtidQQzbWTIx8r8cqiNxv { width:17.75rem;height:6.1875rem;top:10.3125rem;left:1.1250000596046rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6drCiQQTbOhOduRyCH6EdrwGsIpyZQW { width:13.8125rem;height:3rem;top:26.375rem;left:3.0937501788139rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBsezAe8EMIL1AuVOnlbDiNVEsOOXtAM { display:block; }
 }@media only screen and (max-width: 763px) { #kT8Ir9q4byVzMWmS8kcZx31Pv7d5qBo2 { width:13.8125rem;height:3rem;top:30.937500953674rem;left:3.0937501788139rem;display:block; }
 }@media only screen and (max-width: 763px) { #T70CgTtNuXoceTrA7zTBrvKvWnDcxepL { display:block; }
 }@media only screen and (max-width: 763px) { #IKryaqihTupBw1nzsqzVXe007DLD5TFT { width:11.1875rem;height:6.1875rem;top:1.75rem;left:4.4062501788139rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh { display:block; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { width:20rem;height:177.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZUOXiPghm9V2BIr04SVvIbGMkxvnmrg { width:16.75rem;height:6.875rem;top:7.3125rem;left:1.6249999403954rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #De4M9gXxcdMhk8g7NW4PLAP0rpN9Uut1 { width:20rem;height:2.0625rem;top:4rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #szRCCSZqQdps110NpxL8Jr6azRZcOLAq { width:19.625rem;height:16.5625rem;top:16.936789512634rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0RKPL082ip8Q08oZfEMEU8dTG7K7sqD { width:14.6875rem;height:4.125rem;top:38.25rem;left:2.6562501788139rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMZT9gwLc0i8uyilVdCg8F3Fu0LNa6qW { width:15.4375rem;height:4.125rem;top:43.5625rem;left:2.2812499403954rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxN9V7PQyDPn5TKkxqQOE2iaRQNgaVIn { height:10.976694915254rem;width:19.625rem;top:50.311790466309rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTLiNAmCzbNiaHW6xLU0eUzZ5Txw1Tpa { width:17.9375rem;height:4.125rem;top:65.375rem;left:1.0312500596046rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTzM3OhnaU2nUPuZWuS7iBdF1MLTrFH9 { width:17.3118125rem;height:4.125rem;top:70.499822139738rem;left:1.3423295617104rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n13VD3y7VTbFMKiPBVCwh4Z5D7vQcJSw { width:17.1244375rem;height:1.9375rem;top:80.309827804563rem;left:1.4373224377632rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpCMIz1zkKkDMK6wRqGpl34rCikewTdx { width:15.3125rem;height:3.875rem;top:136.99927997589rem;left:2.3428621888161rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiPTaGTfJrRTGuZNTbQiG04rQvMkhtBD { width:17.3118125rem;height:33rem;top:83.5058555603rem;left:1.3423295617104rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOXHihRqq2IOFX63U954nSM0XtgV0EQW { width:3.4375rem;height:3.4375rem;top:76.872336387631rem;left:8.2812495827675rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpdNcEhV3kt6RrfJQcUQ4HyMH9ROzbZ1 { width:17.4360625rem;height:17.125rem;top:114.52058887482rem;left:1.2810724377632rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#JpdNcEhV3kt6RrfJQcUQ4HyMH9ROzbZ1 li:before{  }
 }@media only screen and (max-width: 763px) { #tmfgiN5QyT8XVwxusUNE9tUG6ldXstEQ { width:3.4375rem;height:3.4375rem;top:133.56177997589rem;left:8.2812495827675rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvmTZHiTiQFXNzk2b1mImxNvxTUoeNaF { width:17.1875rem;height:33rem;top:142.53106498718rem;left:1.4053621888161rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbPiOdOKcTA0EFNGJWIuZE5Qt7Tv05kA { display:block; }#TbPiOdOKcTA0EFNGJWIuZE5Qt7Tv05kA > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bd6sSfH0CeaVGfqzdi8KXqX6phV6Zcps { width:11.625rem;height:12.5rem;top:0.6875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wiwfxamq8wGUfp7aKkxbpNOxvozKzPNm { width:19.75rem;height:12.5rem;top:26.686787605286rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bELhuqcs0NP4n9lhEqSWuKlp19THOI3p { width:7.4375rem;height:12.5rem;top:0.6875rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvKvkzlf5XOATsT4kO32OK0CWp3h6MQx { width:11.1875rem;height:12.5rem;top:13.75rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtgHS1rVq1RvAqqVNiTkpqn1RTObDc1O { width:7.9998125rem;height:12.5rem;top:13.75rem;left:0.125rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d435033b-5d49-4d84-86bd-e1e6839014a6/35_DSC857611.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#FtgHS1rVq1RvAqqVNiTkpqn1RTObDc1O.adaptive-delivery-prevent-bg, #FtgHS1rVq1RvAqqVNiTkpqn1RTObDc1O.lazyload, #FtgHS1rVq1RvAqqVNiTkpqn1RTObDc1O.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ht5WdgSoFmyCJnNaTrq9946XMvf7Cq0n { display:block; }#ht5WdgSoFmyCJnNaTrq9946XMvf7Cq0n > .row .container { width:20rem;height:90rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xPVJUtipTzd2Ak4KvM98ZsQyT1DKfm6u { width:17.7494375rem;height:8.25rem;top:2.375rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA7DIaJWNGRo2qzr7EVIwVVlNWRmEROG { width:19.5rem;height:18.125rem;top:12.625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aq9itWavTbwaiwcizaI1C45SuFHPLFiW { width:16.312125rem;height:7.125rem;top:22.125rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxAIXIFqCuvpBOfxnZXJ6Ly7xwpnotgt { width:10.3125rem;height:3.875rem;top:17.4375rem;left:4.875rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMTCafbZtURAE55UeK9dvwIsSk3zprBQ { width:19.5rem;height:18.125rem;top:31.5625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NARtVFpnr5Z154mKGeDTVqroGCz1OCty { width:10.3125rem;height:3.875rem;top:35.625rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3waLcA2IGUvkmtNUoN79qL8OX84BExz { width:17.6873125rem;height:8.3125rem;top:40.375rem;left:1.125rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZC4k8OVpuetqJoEULIi6Or0n6exdv6uT { width:19.5rem;height:18.125rem;top:69.4375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4bpih4AiGGnxUWiV5k9WluoIJxVAfuD { width:19.5rem;height:18.125rem;top:50.5rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylbQuE0r6hXbIApf3VtxcK1IyL3xTBn9 { width:16.7489375rem;height:8.3125rem;top:78.125rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6rX9WJUhPHA5IuZyZ4pwZMv61xaEGmT { width:9.0625rem;height:3.875rem;top:73.6875rem;left:5.5rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3KNJpi1KAaqhuOLgTocQSppIkvQBFeu { width:9.9369375rem;height:3.875rem;top:55.1875rem;left:5.25rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBgcem7U7hkrD6qiQ8bnSyr0Lw5hlw6k { width:17.1875rem;height:7.125rem;top:59.9375rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnVdFT4MzX62q9TLi0tHEAlgSzVEwJzV { width:3.125rem;height:3.125rem;top:14.3125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ose2H5PsmUJQ1umWkJOyoG4qeUvRrUmT { width:3.125rem;height:3.125rem;top:70.625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMq7TUgiZibF7NTNTldWDgN3zt87XBnd { width:3.125rem;height:3.125rem;top:32.5625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQyEHA4KfgrFuqDzx5Q2ZTHrLFcuAwsy { width:3.125rem;height:3.125rem;top:52.125rem;left:8.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM { display:block; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container { width:20rem;height:58.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTX8Loi5IG9yBfHTKQ9cQE8zETmNMewp { width:18.75rem;height:2.25rem;top:2.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #icZhdl3IrI6ktQPfOFPPkaDPvuvBNhJ1 { width:18.75rem;height:1.375rem;top:4.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzBz5bM9ydttQtM05qQscJBDddZZXOiy { width:20rem;height:42.875rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrbzD6b6S2sF2N6uNC8bW9gugpNZ278s { display:block; }#nrbzD6b6S2sF2N6uNC8bW9gugpNZ278s > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwT8Qnkg6vwrLE9i2Xodd7Zc658OhZ8N { width:7.375rem;height:4rem;top:5.7220458984375E-6rem;left:6.3125001788137rem;display:block; }
 }