.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hgt1icuSv0QhnPB3ZWXMLOkSy3E2H27J { 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; }#hgt1icuSv0QhnPB3ZWXMLOkSy3E2H27J > .row .container { background-color: transparent; background-image: none; }#hgt1icuSv0QhnPB3ZWXMLOkSy3E2H27J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hgt1icuSv0QhnPB3ZWXMLOkSy3E2H27J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hgt1icuSv0QhnPB3ZWXMLOkSy3E2H27J > .row .container > .video-iframe-container { display: none; }#hgt1icuSv0QhnPB3ZWXMLOkSy3E2H27J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hgt1icuSv0QhnPB3ZWXMLOkSy3E2H27J > .row > .video-iframe-container { display: none; }#hgt1icuSv0QhnPB3ZWXMLOkSy3E2H27J > .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); }#hgt1icuSv0QhnPB3ZWXMLOkSy3E2H27J > .row .container { border-width: 0; border-radius: 0; }#hgt1icuSv0QhnPB3ZWXMLOkSy3E2H27J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hgt1icuSv0QhnPB3ZWXMLOkSy3E2H27J > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:block; }#smLRJ15SrFQ6qespATDk9ttr3o5KSdCK { position:absolute;display:block;z-index:15024;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:0.875rem;width:8.125rem;top:3.5rem;left:27.375rem;overflow:hidden;display:block; }
#GI4P01dr1sJmvySNS0oZMS5fHTC7RRmI { position:absolute;display:block;z-index:15011;background-color:rgba(255,255,255,0.44);background-image:none;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(155,160,172,0.29) ;height:2.9375rem;width:18.5rem;top:2.375rem;left:18.125rem;display:block; }
#ozGuBaR7Oe0pRSXnqBNeMm6H94PdeByh { position:absolute;display:block;z-index:15018;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.8125rem;width:17.4375rem;top:1.03125rem;left:0rem;overflow:hidden;display:block; }
#a3FF79JLU0PHnM6TvDy59GsWMnJk1fLa { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:11.1875rem;top:2.5312538146973rem;left:59.312501907349rem;overflow:hidden;display:block; }
#wn9mITxioSFL6iuR3Ec1zrHqELPlvo66 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:6.125rem;top:2.75rem;left:19.3125rem;overflow:hidden;display:block; }
#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4523d3cd-2839-4c7a-adc9-2c0d8e802cdd/backingforheaders_Soluthead1copia7.svg");background-position:bottom 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; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms.adaptive-delivery-prevent-bg, #D1Dz6mUGdogIGTqZm4eSalq58XJJdLms.lazyload, #D1Dz6mUGdogIGTqZm4eSalq58XJJdLms.lazyloading { background-image: none; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row .container { background-color: transparent; background-image: none; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row .container > .video-iframe-container { display: none; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row > .video-iframe-container { display: none; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .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); }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row .container { border-width: 0; border-radius: 0; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row .container { font-size:0.875rem;font-family:arial;height:52.25rem;width:75rem;position:relative;display:block; }#tEVtxxtgFWvqR5qdHrpfyPE19cXtMGPZ { color:#ffffff;display:block;width:36.6875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:12.3125rem;left:1.96875rem;height:6.5rem;font-style:normal;display:block; }
#utiV7ELhtVBGrSycvQARPn8w28rzRZ8b { color:#585858;display:block;width:11.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:21.25rem;left:9.375rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fdFfHBVF4IJvEgy8mA2Zkqhpp9GQ86Tb { color:#585858;display:block;width:13.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:21.8125rem;left:31.6875rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aoyU3vb8Xhpe0DkaQxfo2KJbKZhI198C { color:#585858;display:block;width:10.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:27.4375rem;left:9.4375rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f8AUX7fxT91cVarkqKtv8gcVU3udKdE0 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:5.25rem;width:5.25rem;top:19.8125rem;left:25.0625rem;overflow:hidden;display:block; }
#TqO0vtf9k3dabZCsatbe5Kxmvwd00dgB { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:4.25rem;width:4.25rem;top:26.625rem;left:3.0625rem;overflow:hidden;display:block; }
#s32Kzk9nfrprwcXRZwA8yDHGcxOJZ1y6 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:20.75rem;left:3.5rem;overflow:hidden;display:block; }
#pOTevne3nqyMKdHPspXKQBy5tcAb5idE { color:#ffffff;display:block;width:44.3125rem;position:absolute;font-family:montserrat;font-size:3.875rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:6.8125rem;left:1.875rem;height:5.0371125rem;text-align:left;text-align-last:left;font-style:normal;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; }
#MUWlzfNFQ5h5n5ATiBHtAIzWK1gdf2Fw { position:absolute;display:block;z-index:14998;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:5.0625rem;width:21.125rem;top:19.9375rem;left:1.9375rem;display:block; }
#CX1gK0MGOlD1nMrhgsT5mLOiCwHS5iZ7 { position:absolute;display:block;z-index:14999;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:5.0625rem;width:21.125rem;top:19.875rem;left:24.25rem;display:block; }
#WUkkExfrtbaf3dGCVxqgtecq9PZeLuMK { position:absolute;display:block;z-index:15000;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:5.0625rem;width:21.125rem;top:26.125rem;left:2rem;display:block; }
#FrdOTIQQ3hGIgKx918lyWnlPB0Tn1rB0 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff9d00, #e77320);background-image: -moz-linear-gradient(90deg, #ff9d00, #e77320);background-image: -ms-linear-gradient(90deg, #ff9d00, #e77320);background-image: -o-linear-gradient(90deg, #ff9d00, #e77320);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9d00', endColorstr='#e77320' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9d00', endColorstr='#e77320' );";background-image: linear-gradient(90deg, #ff9d00, #e77320);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.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:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:4rem;text-decoration:none;z-index:15115;text-align:center;text-align-last:center;top:44.5625rem;left:2rem;display:block; }
#Qwi6aOMPzqtsvVxTb3TiZvsuiGERZKps { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oP85QMJ6PB76mzqcH0KR4t1vVFLB49X9 { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(240,239,245,0.06), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(240,239,245,0.06), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(240,239,245,0.06), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(240,239,245,0.06), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ff0eff5', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ff0eff5', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(240,239,245,0.06), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:4.75rem;width:14.1875rem;top:42.0625rem;left:2.5625rem;display:block; }
#qKaAXBwCWVaqNqSrNB7kDTOThzsJOHSv { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:42.75rem;left:2.5625rem;height:0.975rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gi84AhT9ESLLJFdxoEMEATxb1w2MQHcV { position:absolute;display:block;z-index:15180;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:8.375rem;width:34.9375rem;top:32.724609375rem;left:1.96875rem;overflow:hidden;display:block; }
#PTJS4GHR6tA1ghTiyF2gCNZMJUyXFhe2 { color:#662483;display:block;width:21.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15210;line-height:1.4;letter-spacing:0;top:34.525390625rem;left:8.875rem;height:4.19970625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#OaTqTDgA7fqIAe2TNfR6UvXCC7S1qAH6 { position:absolute;display:block;z-index:15085;height:29.125rem;width:25rem;top:5.462890625rem;left:47.9375rem;display:block; }
#oKO5JS3PIquNgKKSpbNrcSvZdZNVFOvA { 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; }#oKO5JS3PIquNgKKSpbNrcSvZdZNVFOvA > .row .container { background-color: transparent; background-image: none; }#oKO5JS3PIquNgKKSpbNrcSvZdZNVFOvA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKO5JS3PIquNgKKSpbNrcSvZdZNVFOvA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKO5JS3PIquNgKKSpbNrcSvZdZNVFOvA > .row .container > .video-iframe-container { display: none; }#oKO5JS3PIquNgKKSpbNrcSvZdZNVFOvA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKO5JS3PIquNgKKSpbNrcSvZdZNVFOvA > .row > .video-iframe-container { display: none; }#oKO5JS3PIquNgKKSpbNrcSvZdZNVFOvA > .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); }#oKO5JS3PIquNgKKSpbNrcSvZdZNVFOvA > .row .container { border-width: 0; border-radius: 0; }#oKO5JS3PIquNgKKSpbNrcSvZdZNVFOvA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oKO5JS3PIquNgKKSpbNrcSvZdZNVFOvA > .row .container { font-size:0.875rem;font-family:arial;height:45rem;width:75rem;position:relative;display:block; }#upQVxoqy2X5sudTyxffrmpRg0NBbq70W { position:absolute;display:block;z-index:15016;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:25.4375rem;width:25.4375rem;top:10.3125rem;left:25rem;overflow:hidden;display:block; }
#agohv7wVkp7a4TA9mnInqqWKBLOs7ydh { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:9.9375rem;top:21.53125rem;left:51.9375rem;overflow:hidden;display:block; }
#QUbbTpOlrwkVtCrTmiKzZaf4zhrtRJ2H { color:#595d68;display:block;width:37.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:37.0615234375rem;left:18.625rem;height:5.5rem;font-style:normal;display:block; }
#tBUSWdX9KSpBFkCedNtczHy5AfODpcFH { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:10.75rem;top:21rem;left:12.75rem;overflow:hidden;display:block; }
#ARs3q4B2QGk4CTAqPuqcXLIQEBFlnqNn { color:#ffffff;display:block;width:22.8125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:5.5625rem;left:2.8125rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UQhzDgUcnMcpwOdDBS3F9KTStmrryMXH { position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(161deg, #06d16c, #00974f);background-image: -moz-linear-gradient(161deg, #06d16c, #00974f);background-image: -ms-linear-gradient(161deg, #06d16c, #00974f);background-image: -o-linear-gradient(161deg, #06d16c, #00974f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#06d16c', endColorstr='#00974f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#06d16c', endColorstr='#00974f' );";background-image: linear-gradient(161deg, #06d16c, #00974f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: -0.25rem 0.3125rem 0.5rem rgba(155,160,172,0.44) ;height:8.3125rem;width:26.8125rem;top:18.9375rem;left:37.5rem;display:block; }
#xRH7fXnJmhyqpiIQGymO4qDHSOLE1E4q { position:absolute;display:block;z-index:14997;background-color:#12b058;background-image:url("https://images.assets-landingi.com/uc/0df92570-b06e-4a06-a411-30fdb992db8b/image42.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:4.8125rem;width:28.0625rem;top:4.1875rem;left:0rem;display:block; }#xRH7fXnJmhyqpiIQGymO4qDHSOLE1E4q.adaptive-delivery-prevent-bg, #xRH7fXnJmhyqpiIQGymO4qDHSOLE1E4q.lazyload, #xRH7fXnJmhyqpiIQGymO4qDHSOLE1E4q.lazyloading { background-image: none; }
#ET4Gug2ubBA9i5N6ZI9RVMtc31Umrmni { position:absolute;display:block;z-index:15000;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;border-top-left-radius:14.3125rem;border-top-right-radius:14.3125rem;border-bottom-left-radius:14.3125rem;border-bottom-right-radius:14.3125rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(202,202,202,0.37) ;height:24.25rem;width:24.25rem;top:10.3125rem;left:25.5625rem;display:block; }
#xxQ3Wncbrd4P7KTdVguHfoKWZtWpS9Sb { position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(161deg, #06d16c, #00974f);background-image: -moz-linear-gradient(161deg, #06d16c, #00974f);background-image: -ms-linear-gradient(161deg, #06d16c, #00974f);background-image: -o-linear-gradient(161deg, #06d16c, #00974f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#06d16c', endColorstr='#00974f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#06d16c', endColorstr='#00974f' );";background-image: linear-gradient(161deg, #06d16c, #00974f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: -0.25rem 0.3125rem 0.5rem rgba(155,160,172,0.44) ;height:8.3125rem;width:26.8125rem;top:18.875rem;left:10.75rem;display:block; }
#HJmmRkFhsJWCS1SmzP5uhG92Qy67IPkh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0eff5;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; }#HJmmRkFhsJWCS1SmzP5uhG92Qy67IPkh > .row .container { background-color: transparent; background-image: none; }#HJmmRkFhsJWCS1SmzP5uhG92Qy67IPkh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HJmmRkFhsJWCS1SmzP5uhG92Qy67IPkh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HJmmRkFhsJWCS1SmzP5uhG92Qy67IPkh > .row .container > .video-iframe-container { display: none; }#HJmmRkFhsJWCS1SmzP5uhG92Qy67IPkh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HJmmRkFhsJWCS1SmzP5uhG92Qy67IPkh > .row > .video-iframe-container { display: none; }#HJmmRkFhsJWCS1SmzP5uhG92Qy67IPkh > .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); }#HJmmRkFhsJWCS1SmzP5uhG92Qy67IPkh > .row .container { border-width: 0; border-radius: 0; }#HJmmRkFhsJWCS1SmzP5uhG92Qy67IPkh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HJmmRkFhsJWCS1SmzP5uhG92Qy67IPkh > .row .container { font-size:0.875rem;font-family:arial;height:46.3125rem;width:75rem;position:relative;display:block; }#UAdx8SwQ2kZvTMMrCWX2rxnO4lTNmi1u { color:#212121;display:block;width:17.0625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:17.75rem;left:4.5625rem;height:6.3369375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#RgsqIptiuMcAbOyTVWKc3MEcLnIbFPb7 { color:#ffffff;display:block;width:14.4375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:12.9375rem;left:5.21875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Vs7i30MEfQyacOuawW6ygyZUA4ODqtgp { color:#212121;display:block;width:16.4375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:17.75rem;left:52.25rem;height:6.3369375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#fGGDMgI1n1hlrUGskdugCKJeLZzhbsQ3 { color:#ffffff;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:12.937698364257rem;left:51.96875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nTg6iJAa87iV6lNk1nqzgROWcKyWQvwB { color:#212121;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:34.8125rem;left:4.4375rem;height:6.3369375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#eeopB8xpH2A43ZFaPxJFQhtZo73Liq67 { color:#ffffff;display:block;width:17rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:29.955078125rem;left:4.59375rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xhnAhq2noc4bBeSpsipPUOrSlHJZbghe { color:#212121;display:block;width:17.875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:34.8125rem;left:28.3125rem;height:6.3369375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#iXaK6JCgn6PJxKJFq3zF88gvz3wfi8tt { color:#212121;display:block;width:16.6875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:17.75rem;left:28.5625rem;height:6.3369375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#lQTkf9hUkqrNcNZTXkHMQqC1kXCpgwGH { color:#ffffff;display:block;width:15.8125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:29.9990234375rem;left:29.34375rem;height:1.6621125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mWqq2TvwdxXW9F5EJXdWTvSPiUFNXg6C { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:12.125rem;left:28rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RVNCMslxbutIsOBRRA8LS7QOQutZc8gb { color:#ffffff;display:block;width:14.5625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:5.4375rem;left:3.375rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m3sPH4SDvLIyAsNxPS52PedABlH4Du5T { position:absolute;display:block;z-index:14998;background-color:#12b058;background-image:url("https://images.assets-landingi.com/uc/0df92570-b06e-4a06-a411-30fdb992db8b/image42.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:4.8125rem;width:20.8125rem;top:4.0625rem;left:0rem;display:block; }#m3sPH4SDvLIyAsNxPS52PedABlH4Du5T.adaptive-delivery-prevent-bg, #m3sPH4SDvLIyAsNxPS52PedABlH4Du5T.lazyload, #m3sPH4SDvLIyAsNxPS52PedABlH4Du5T.lazyloading { background-image: none; }
#iHx7ak94H1l9SrhISd1ncDKBuR1qOL3m { position:absolute;display:block;z-index:14994;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(202,202,202,0.37) ;height:14.75rem;width:21.4375rem;top:11.25rem;left:1.9375rem;display:block; }
#NRhCHuKPvI4rnwJbtIxkJubBy8qwaEQT { position:absolute;display:block;z-index:14996;background-color:#662483;background-image:url("https://images.assets-landingi.com/uc/546bbbd6-1b4e-4cb3-83b9-9dd27f83261e/gradient.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:5.25rem;width:21.5625rem;top:11.25rem;left:1.9375rem;display:block; }#NRhCHuKPvI4rnwJbtIxkJubBy8qwaEQT.adaptive-delivery-prevent-bg, #NRhCHuKPvI4rnwJbtIxkJubBy8qwaEQT.lazyload, #NRhCHuKPvI4rnwJbtIxkJubBy8qwaEQT.lazyloading { background-image: none; }
#nkWbMs7xz3p4KsHJJVODOIgwAOqBrFGm { position:absolute;display:block;z-index:14996;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(202,202,202,0.37) ;height:14.75rem;width:21.4375rem;top:11.25rem;left:26.0625rem;display:block; }
#i7mPS3ekFrWUUAA6kwReT4I7szd3ttno { position:absolute;display:block;z-index:14998;background-color:#662483;background-image:url("https://images.assets-landingi.com/uc/546bbbd6-1b4e-4cb3-83b9-9dd27f83261e/gradient.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:5.25rem;width:21.5625rem;top:11.25rem;left:26.0625rem;display:block; }#i7mPS3ekFrWUUAA6kwReT4I7szd3ttno.adaptive-delivery-prevent-bg, #i7mPS3ekFrWUUAA6kwReT4I7szd3ttno.lazyload, #i7mPS3ekFrWUUAA6kwReT4I7szd3ttno.lazyloading { background-image: none; }
#bMO7Gm03wCR19RxP5v0DNvZ2zJeTvTdT { position:absolute;display:block;z-index:14998;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(202,202,202,0.37) ;height:14.75rem;width:21.4375rem;top:11.3125rem;left:49.6875rem;display:block; }
#olrRRJIpQRRotwGMTHaa7TiUJP7TQHkU { position:absolute;display:block;z-index:15000;background-color:#662483;background-image:url("https://images.assets-landingi.com/uc/546bbbd6-1b4e-4cb3-83b9-9dd27f83261e/gradient.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:5.25rem;width:21.5625rem;top:11.28125rem;left:49.6875rem;display:block; }#olrRRJIpQRRotwGMTHaa7TiUJP7TQHkU.adaptive-delivery-prevent-bg, #olrRRJIpQRRotwGMTHaa7TiUJP7TQHkU.lazyload, #olrRRJIpQRRotwGMTHaa7TiUJP7TQHkU.lazyloading { background-image: none; }
#rWVgXO0Ql02CHipne3PBsTuX4KPA1ZX7 { position:absolute;display:block;z-index:14998;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(202,202,202,0.37) ;height:14.75rem;width:21.4375rem;top:28.1875rem;left:1.9375rem;display:block; }
#m4I2z3NOHdNB5MwxrSzOyOQE7oIKbt0C { position:absolute;display:block;z-index:15000;background-color:#662483;background-image:url("https://images.assets-landingi.com/uc/546bbbd6-1b4e-4cb3-83b9-9dd27f83261e/gradient.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:5.25rem;width:21.5625rem;top:28.1875rem;left:1.9375rem;display:block; }#m4I2z3NOHdNB5MwxrSzOyOQE7oIKbt0C.adaptive-delivery-prevent-bg, #m4I2z3NOHdNB5MwxrSzOyOQE7oIKbt0C.lazyload, #m4I2z3NOHdNB5MwxrSzOyOQE7oIKbt0C.lazyloading { background-image: none; }
#LKi5o7hpxyit6mRu56ONdmRCk5DQEgyg { position:absolute;display:block;z-index:15000;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(202,202,202,0.37) ;height:14.75rem;width:21.4375rem;top:28.25rem;left:26.0625rem;display:block; }
#K3L5O7Xb2xOeEMdTCOJDM4y54ZbXPbrm { position:absolute;display:block;z-index:15002;background-color:#662483;background-image:url("https://images.assets-landingi.com/uc/546bbbd6-1b4e-4cb3-83b9-9dd27f83261e/gradient.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:5.25rem;width:21.5625rem;top:28.25rem;left:26.0625rem;display:block; }#K3L5O7Xb2xOeEMdTCOJDM4y54ZbXPbrm.adaptive-delivery-prevent-bg, #K3L5O7Xb2xOeEMdTCOJDM4y54ZbXPbrm.lazyload, #K3L5O7Xb2xOeEMdTCOJDM4y54ZbXPbrm.lazyloading { background-image: none; }
#lEP5RVNKKiyRBMuV98duWwJKBl7WtSdK { color:#212121;display:block;width:15.9375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:34.6875rem;left:52.25rem;height:5.2807625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#XyINa4rfvafWxQfOn2wFew8EfiUwfAxu { position:absolute;display:block;z-index:15002;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(202,202,202,0.37) ;height:14.75rem;width:21.4375rem;top:28.25rem;left:49.6875rem;display:block; }
#Sn3wfA40hfv5OWrwRV5T4ZqTGGH6aTLX { position:absolute;display:block;z-index:15004;background-color:#662483;background-image:url("https://images.assets-landingi.com/uc/546bbbd6-1b4e-4cb3-83b9-9dd27f83261e/gradient.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:5.25rem;width:21.5625rem;top:28.25rem;left:49.6875rem;display:block; }#Sn3wfA40hfv5OWrwRV5T4ZqTGGH6aTLX.adaptive-delivery-prevent-bg, #Sn3wfA40hfv5OWrwRV5T4ZqTGGH6aTLX.lazyload, #Sn3wfA40hfv5OWrwRV5T4ZqTGGH6aTLX.lazyloading { background-image: none; }
#WCTie3bLTeJ8I2w3kKyzx3TZrdvN77ex { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:30.0185546875rem;left:52.34375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iC4K1EOs05nADWWqQHR6q9Z5FEbX9lIQ { 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; }#iC4K1EOs05nADWWqQHR6q9Z5FEbX9lIQ > .row .container { background-color: transparent; background-image: none; }#iC4K1EOs05nADWWqQHR6q9Z5FEbX9lIQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iC4K1EOs05nADWWqQHR6q9Z5FEbX9lIQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iC4K1EOs05nADWWqQHR6q9Z5FEbX9lIQ > .row .container > .video-iframe-container { display: none; }#iC4K1EOs05nADWWqQHR6q9Z5FEbX9lIQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iC4K1EOs05nADWWqQHR6q9Z5FEbX9lIQ > .row > .video-iframe-container { display: none; }#iC4K1EOs05nADWWqQHR6q9Z5FEbX9lIQ > .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); }#iC4K1EOs05nADWWqQHR6q9Z5FEbX9lIQ > .row .container { border-width: 0; border-radius: 0; }#iC4K1EOs05nADWWqQHR6q9Z5FEbX9lIQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iC4K1EOs05nADWWqQHR6q9Z5FEbX9lIQ > .row .container { font-size:0.875rem;font-family:arial;height:30.9375rem;width:75rem;position:relative;display:block; }#zfeBPrDt7Kf2ZTULIT8fbkrbTamnJTUC { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:15.375rem;width:33.6875rem;top:8.5rem;left:7.8125rem;overflow:hidden;display:block; }
#mfeXuqPqOnsTTdZI2Bz3k0XqEapWHpgT { color:#12b058;display:block;width:50.5rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:3.453125rem;left:3.09375rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CBlgB6ZmTr2aG8FHnarHNtDDDOdlDzlS { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:14.0625rem;width:27.5rem;top:11.8125rem;left:38.4375rem;overflow:hidden;display:block; }
#fipFNx3UlEX03QTs5Qx5AduZ8Tc4qThg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0eff5;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; }#fipFNx3UlEX03QTs5Qx5AduZ8Tc4qThg > .row .container { background-color: transparent; background-image: none; }#fipFNx3UlEX03QTs5Qx5AduZ8Tc4qThg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fipFNx3UlEX03QTs5Qx5AduZ8Tc4qThg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fipFNx3UlEX03QTs5Qx5AduZ8Tc4qThg > .row .container > .video-iframe-container { display: none; }#fipFNx3UlEX03QTs5Qx5AduZ8Tc4qThg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fipFNx3UlEX03QTs5Qx5AduZ8Tc4qThg > .row > .video-iframe-container { display: none; }#fipFNx3UlEX03QTs5Qx5AduZ8Tc4qThg > .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); }#fipFNx3UlEX03QTs5Qx5AduZ8Tc4qThg > .row .container { border-width: 0; border-radius: 0; }#fipFNx3UlEX03QTs5Qx5AduZ8Tc4qThg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fipFNx3UlEX03QTs5Qx5AduZ8Tc4qThg > .row .container { font-size:0.875rem;font-family:arial;height:31.1875rem;width:75rem;position:relative;display:block; }#X5yv648Tn1kto0PozIR9pBeiaLIlceSM { color:#662483;display:block;width:8rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:17.8125rem;left:5.375rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uN0wm3FBAU2oNsRAIwU86gJQrebXtHPS { color:#212121;display:block;width:11.1875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:20.6875rem;left:3.78125rem;height:5.2807625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#c5IQzZOsN30mGiXHwnHO1w0sVR8675Xb { color:#212121;display:block;width:10.875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:20.6875rem;left:22.6875rem;height:4.2246125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#gOKFTimXzZqdoKQNg5Haz5zhh4TuzFiv { color:#662483;display:block;width:13.4375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:17.8125rem;left:21.40625rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V2B6alozcmQT5PWTEUTtnOwxT9PJKAqJ { color:#212121;display:block;width:11.25rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:21rem;left:41.25rem;height:4.2246125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#AQskHS57zA8JZCzUPr54soTXwEhucAgQ { color:#662483;display:block;width:13.4375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:17.8125rem;left:40.1875rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lVfCCnSe2SqS03kSOFqc52V3vOfnrUS8 { color:#212121;display:block;width:12.375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:21.0625rem;left:59.5625rem;height:5.2807625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#paW3ctQvPfT4offKOxEkALLH9Pcqoy3Z { color:#662483;display:block;width:13.4375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:17.8125rem;left:58.9375rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ftK0SkaeO6UV56elcIc1HIoqpriDU03G { position:absolute;display:block;z-index:15017;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:3.875rem;width:3.1875rem;top:12.0625rem;left:7.78125rem;overflow:hidden;display:block; }
#uDqk4Ep4BRBvNNt4u0Ox0c1av8JbbdGt { position:absolute;display:block;z-index:15018;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:3.875rem;width:3.875rem;top:12.0625rem;left:26.1875rem;overflow:hidden;display:block; }
#y6a4dyXpBHLVMfpT4TKr7A2PEpKK4BD0 { position:absolute;display:block;z-index:15019;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:3.5625rem;width:3.875rem;top:12.21875rem;left:44.9375rem;overflow:hidden;display:block; }
#s6tvZT11k8yB4iBf4bRt2BAhTlTozSpx { position:absolute;display:block;z-index:15020;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:3.875rem;width:3.875rem;top:12.0625rem;left:63.6875rem;overflow:hidden;display:block; }
#JqSocT8NfWgDxTHUpPyNfvXb99JayFBZ { position:absolute;display:block;z-index:15000;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:5.5rem;width:5.5rem;top:11.1875rem;left:6.5625rem;display:block; }
#pZRTykQdZTHI7QmQDt2nw1PbuWvw46Fm { color:#ffffff;display:block;width:62.5rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:5.203125rem;left:2.8125rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AyxhXwc2o68zu7rgGdz2uTeipW1sVPZd { position:absolute;display:block;z-index:15001;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:5.5rem;width:5.5rem;top:11.25rem;left:25.375rem;display:block; }
#Kmw1mz09mElcAzCuguiAx20X7aGTLaHn { position:absolute;display:block;z-index:15002;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:5.5rem;width:5.5rem;top:11.25rem;left:44.125rem;display:block; }
#SSUg6Ovgc6HFuU91ZV44QNQCHFGlz1xR { position:absolute;display:block;z-index:15003;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:5.5rem;width:5.5rem;top:11.25rem;left:62.875rem;display:block; }
#Ck5S7TEmgxKvDRRz6B6r24TApoXkTFJb { position:absolute;display:block;z-index:15000;background-color:#12b058;background-image:url("https://images.assets-landingi.com/uc/0df92570-b06e-4a06-a411-30fdb992db8b/image42.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:4.8125rem;width:67.9375rem;top:3.828125rem;left:0rem;display:block; }#Ck5S7TEmgxKvDRRz6B6r24TApoXkTFJb.adaptive-delivery-prevent-bg, #Ck5S7TEmgxKvDRRz6B6r24TApoXkTFJb.lazyload, #Ck5S7TEmgxKvDRRz6B6r24TApoXkTFJb.lazyloading { background-image: none; }
#fMtK5wNoIZIAG5fyThme1sxFqilO54uW { position:absolute;display:block;z-index:14999;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:13.1875rem;width:13.875rem;top:14.625rem;left:2.4375rem;display:block; }
#cFpQmZTQOL0ri9VToco0rLTJxpb4SuN5 { position:absolute;display:block;z-index:15000;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:13.1875rem;width:13.875rem;top:14.625rem;left:21.1875rem;display:block; }
#T7vTaAeT0sGpP4J2VyPqvyM98xs0tBft { position:absolute;display:block;z-index:15001;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:13.1875rem;width:13.875rem;top:14.625rem;left:39.9375rem;display:block; }
#SxeVX9kqSTTZuEJiTIEKMo7xZsrE27KT { position:absolute;display:block;z-index:15002;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:13.1875rem;width:13.875rem;top:14.625rem;left:58.6875rem;display:block; }
#g76lMOPL7T6Gm9ZsOwFxkpa1CNnTwW0p { 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; }#g76lMOPL7T6Gm9ZsOwFxkpa1CNnTwW0p > .row .container { background-color: transparent; background-image: none; }#g76lMOPL7T6Gm9ZsOwFxkpa1CNnTwW0p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g76lMOPL7T6Gm9ZsOwFxkpa1CNnTwW0p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g76lMOPL7T6Gm9ZsOwFxkpa1CNnTwW0p > .row .container > .video-iframe-container { display: none; }#g76lMOPL7T6Gm9ZsOwFxkpa1CNnTwW0p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g76lMOPL7T6Gm9ZsOwFxkpa1CNnTwW0p > .row > .video-iframe-container { display: none; }#g76lMOPL7T6Gm9ZsOwFxkpa1CNnTwW0p > .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); }#g76lMOPL7T6Gm9ZsOwFxkpa1CNnTwW0p > .row .container { border-width: 0; border-radius: 0; }#g76lMOPL7T6Gm9ZsOwFxkpa1CNnTwW0p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g76lMOPL7T6Gm9ZsOwFxkpa1CNnTwW0p > .row .container { font-size:0.875rem;font-family:arial;height:34.5625rem;width:75rem;position:relative;display:block; }#oWX6bs4stPzfnHXlwl6Zgz3XhALIetUz { color:#ffffff;display:block;width:47.0625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:4.453125rem;left:2.8125rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bsfOvlvJ2l1vynI7x3Ixq0BCIJRvXALo { position:absolute;display:block;z-index:15001;background-color:#12b058;background-image:url("https://images.assets-landingi.com/uc/0df92570-b06e-4a06-a411-30fdb992db8b/image42.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:4.8125rem;width:51.75rem;top:3.078125rem;left:0rem;display:block; }#bsfOvlvJ2l1vynI7x3Ixq0BCIJRvXALo.adaptive-delivery-prevent-bg, #bsfOvlvJ2l1vynI7x3Ixq0BCIJRvXALo.lazyload, #bsfOvlvJ2l1vynI7x3Ixq0BCIJRvXALo.lazyloading { background-image: none; }
#UEF5R9yCMbPZdVp2fNrzIf87oU86rPww { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:22.375rem;width:63.875rem;top:9.375rem;left:5.5625rem;display:block; }
#UM1DWTTkNlUqBx9FzpuTpr5mZlkmy4Nr { position:absolute;display:block;z-index:15025;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:1.25rem;width:13.3125rem;top:19.9375rem;left:31rem;overflow:hidden;display:block; }
#arq5Zx79dfhktzo7UoTsZyBtrkl35lTb { position:absolute;display:block;z-index:15003;background-color:#12b058;background-image:url("https://images.assets-landingi.com/uc/0df92570-b06e-4a06-a411-30fdb992db8b/image42.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:4.8125rem;width:20.5rem;top:11.5625rem;left:8.8125rem;display:block; }#arq5Zx79dfhktzo7UoTsZyBtrkl35lTb.adaptive-delivery-prevent-bg, #arq5Zx79dfhktzo7UoTsZyBtrkl35lTb.lazyload, #arq5Zx79dfhktzo7UoTsZyBtrkl35lTb.lazyloading { background-image: none; }
#QBuTyKHy4aOkJN4tqZTdlAuB32yc6V7J { position:absolute;display:block;z-index:15003;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:5.5rem;width:5.5rem;top:11.25rem;left:8.8125rem;display:block; }
#Xi99MQylG7cxXsU0vGTRf360vxCfCr0b { position:absolute;display:block;z-index:15020;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:3.875rem;width:3.875rem;top:12.0625rem;left:9.625rem;overflow:hidden;display:block; }
#eUw2eoOdWRobIOcNo6dXwFkiryTX11pA { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:12.5625rem;left:15.25rem;height:2.76171875rem;display:block; }
#mx3BZZkVyxkhKyvheNAAzXsKV5ZZQCTp { position:absolute;display:block;z-index:15007;background-color:#12b058;background-image:url("https://images.assets-landingi.com/uc/0df92570-b06e-4a06-a411-30fdb992db8b/image42.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:4.8125rem;width:20.5rem;top:18.125rem;left:8.8125rem;display:block; }#mx3BZZkVyxkhKyvheNAAzXsKV5ZZQCTp.adaptive-delivery-prevent-bg, #mx3BZZkVyxkhKyvheNAAzXsKV5ZZQCTp.lazyload, #mx3BZZkVyxkhKyvheNAAzXsKV5ZZQCTp.lazyloading { background-image: none; }
#e992nvZSrtp07VTSAZFxB09OGN09EHSp { position:absolute;display:block;z-index:15007;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:5.5rem;width:5.5rem;top:17.8125rem;left:8.8125rem;display:block; }
#rtz21IgtLWOTEDtiLrwdrxRand8igcOA { position:absolute;display:block;z-index:15024;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:3.875rem;width:3.875rem;top:18.625rem;left:9.625rem;overflow:hidden;display:block; }
#ha8M53hpMJ5SrJOryx0139bRA85T7pLQ { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:19.25rem;left:15.25rem;height:2.76171875rem;display:block; }
#anBO87acyRLfovg7ZLkoan3n89DCo9d1 { position:absolute;display:block;z-index:15011;background-color:#12b058;background-image:url("https://images.assets-landingi.com/uc/0df92570-b06e-4a06-a411-30fdb992db8b/image42.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:4.8125rem;width:20.5rem;top:24.75rem;left:8.8125rem;display:block; }#anBO87acyRLfovg7ZLkoan3n89DCo9d1.adaptive-delivery-prevent-bg, #anBO87acyRLfovg7ZLkoan3n89DCo9d1.lazyload, #anBO87acyRLfovg7ZLkoan3n89DCo9d1.lazyloading { background-image: none; }
#NqSX9T0ecbnzHOItrGAdnbq993ec4qqS { position:absolute;display:block;z-index:15011;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:5.5rem;width:5.5rem;top:24.4375rem;left:8.8125rem;display:block; }
#eu9ZD6HsTpofgA8NM2CKpKIDCmfMbiWS { position:absolute;display:block;z-index:15028;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:3.875rem;width:3.875rem;top:25.25rem;left:9.625rem;overflow:hidden;display:block; }
#pptqT2Nt05LaTgZLCyT2qLzGg6dZDUmL { color:#ffffff;display:block;width:10.125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:25.8125rem;left:15.25rem;height:2.76171875rem;display:block; }
#enXEXVLVNW9LwLvWTLF8ZDeUnbSt5tgl { position:absolute;display:block;z-index:15023;background-color:#12b058;background-image:url("https://images.assets-landingi.com/uc/0df92570-b06e-4a06-a411-30fdb992db8b/image42.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:4.8125rem;width:20.5rem;top:24.75rem;left:45.6875rem;display:block; }#enXEXVLVNW9LwLvWTLF8ZDeUnbSt5tgl.adaptive-delivery-prevent-bg, #enXEXVLVNW9LwLvWTLF8ZDeUnbSt5tgl.lazyload, #enXEXVLVNW9LwLvWTLF8ZDeUnbSt5tgl.lazyloading { background-image: none; }
#PcAytzwc26uDmGBS17Z6hv7DHR1EnJvX { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:25.8125rem;left:52.125rem;height:2.76171875rem;display:block; }
#S0dtTzHXtai2iIdIveeEnpSvDQnow34b { position:absolute;display:block;z-index:15019;background-color:#12b058;background-image:url("https://images.assets-landingi.com/uc/0df92570-b06e-4a06-a411-30fdb992db8b/image42.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:4.8125rem;width:20.5rem;top:18.125rem;left:45.6875rem;display:block; }#S0dtTzHXtai2iIdIveeEnpSvDQnow34b.adaptive-delivery-prevent-bg, #S0dtTzHXtai2iIdIveeEnpSvDQnow34b.lazyload, #S0dtTzHXtai2iIdIveeEnpSvDQnow34b.lazyloading { background-image: none; }
#XVreoCvP8QNi5iSeGNlcZkC7RwBLhsa4 { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:19.25rem;left:52.125rem;height:2.76171875rem;display:block; }
#OPmG7ohPCJ0XrkXAnK6RTCzxHWgbxcIr { position:absolute;display:block;z-index:15019;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:5.5rem;width:5.5rem;top:17.8125rem;left:45.6875rem;display:block; }
#GppET0N2cRS7qFQnRmzUakZqnf9Q9I9q { position:absolute;display:block;z-index:15023;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:5.5rem;width:5.5rem;top:24.4375rem;left:45.6875rem;display:block; }
#LuU8cTUWyXfNPtoEoV4XifTlmJoCO3PT { position:absolute;display:block;z-index:15036;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:3.875rem;width:3.875rem;top:18.625rem;left:46.5rem;overflow:hidden;display:block; }
#bxTCKXX3UIZee6rKl3UUDhQMnU1cqmz5 { position:absolute;display:block;z-index:15040;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:3.875rem;width:3.875rem;top:25.25rem;left:46.5rem;overflow:hidden;display:block; }
#nUuVgqPH1sfHhr2c8Kvqxbiz47sUyaLT { position:absolute;display:block;z-index:15015;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:5.5rem;width:5.5rem;top:11.25rem;left:45.6875rem;display:block; }
#byhzG10qRssWNstl5emBdQcmcShpIbtN { position:absolute;display:block;z-index:15010;background-color:#12b058;background-image:url("https://images.assets-landingi.com/uc/0df92570-b06e-4a06-a411-30fdb992db8b/image42.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:4.8125rem;width:20.5rem;top:11.5625rem;left:45.6875rem;display:block; }#byhzG10qRssWNstl5emBdQcmcShpIbtN.adaptive-delivery-prevent-bg, #byhzG10qRssWNstl5emBdQcmcShpIbtN.lazyload, #byhzG10qRssWNstl5emBdQcmcShpIbtN.lazyloading { background-image: none; }
#sTQ7rG0LXohgsp6nZEZ1p5KLvMUXDZa1 { position:absolute;display:block;z-index:15032;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:3.875rem;width:3.875rem;top:12.0625rem;left:46.5rem;overflow:hidden;display:block; }
#dnHrdrgeTkaqBJdII5kxyqUKEf88PS5H { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:13.25rem;left:52.25rem;height:1.38125rem;display:block; }
#OIro5J8rXAWBe2sJIo72MlwJOVEqiyD4 { 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; }#OIro5J8rXAWBe2sJIo72MlwJOVEqiyD4 > .row .container { background-color: transparent; background-image: none; }#OIro5J8rXAWBe2sJIo72MlwJOVEqiyD4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OIro5J8rXAWBe2sJIo72MlwJOVEqiyD4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OIro5J8rXAWBe2sJIo72MlwJOVEqiyD4 > .row .container > .video-iframe-container { display: none; }#OIro5J8rXAWBe2sJIo72MlwJOVEqiyD4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OIro5J8rXAWBe2sJIo72MlwJOVEqiyD4 > .row > .video-iframe-container { display: none; }#OIro5J8rXAWBe2sJIo72MlwJOVEqiyD4 > .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); }#OIro5J8rXAWBe2sJIo72MlwJOVEqiyD4 > .row .container { border-width: 0; border-radius: 0; }#OIro5J8rXAWBe2sJIo72MlwJOVEqiyD4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OIro5J8rXAWBe2sJIo72MlwJOVEqiyD4 > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:block; }#y7wLIJqV3W5tEQTJ095yfuWcgTDyaK2T { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4f1340cf-5af3-4048-8bc0-9ee9084c90fc/858Convertido1.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;height:9.6875rem;width:63.5rem;top:5.375rem;left:5.75rem;display:block; }#y7wLIJqV3W5tEQTJ095yfuWcgTDyaK2T.adaptive-delivery-prevent-bg, #y7wLIJqV3W5tEQTJ095yfuWcgTDyaK2T.lazyload, #y7wLIJqV3W5tEQTJ095yfuWcgTDyaK2T.lazyloading { background-image: none; }
#blTB7ZacrkdlFi2VxoO0d92KQJS3zKwn { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:10.5rem;top:2.375rem;left:7.0625rem;overflow:hidden;display:block; }
#itFEZ0E9FZ95SeesfZwLmZkACbVv1vs0 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff9d00, #e77320);background-image: -moz-linear-gradient(90deg, #ff9d00, #e77320);background-image: -ms-linear-gradient(90deg, #ff9d00, #e77320);background-image: -o-linear-gradient(90deg, #ff9d00, #e77320);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9d00', endColorstr='#e77320' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9d00', endColorstr='#e77320' );";background-image: linear-gradient(90deg, #ff9d00, #e77320);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:8.5rem;left:50.8125rem;display:block; }
#hAMQiyDu2TEVXTmgSDV2rrOnkx4LH6vh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wKcJ0Al906vZSc3slblNSwBXKwZZcNe1 { color:#ffffff;display:block;width:26.3125rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:9.0625rem;left:21.125rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Pqt0Aepyv3TsFt3Ca3BlQ3PBvFJNirWO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0eff5;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; }#Pqt0Aepyv3TsFt3Ca3BlQ3PBvFJNirWO > .row .container { background-color: transparent; background-image: none; }#Pqt0Aepyv3TsFt3Ca3BlQ3PBvFJNirWO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pqt0Aepyv3TsFt3Ca3BlQ3PBvFJNirWO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pqt0Aepyv3TsFt3Ca3BlQ3PBvFJNirWO > .row .container > .video-iframe-container { display: none; }#Pqt0Aepyv3TsFt3Ca3BlQ3PBvFJNirWO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pqt0Aepyv3TsFt3Ca3BlQ3PBvFJNirWO > .row > .video-iframe-container { display: none; }#Pqt0Aepyv3TsFt3Ca3BlQ3PBvFJNirWO > .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); }#Pqt0Aepyv3TsFt3Ca3BlQ3PBvFJNirWO > .row .container { border-width: 0; border-radius: 0; }#Pqt0Aepyv3TsFt3Ca3BlQ3PBvFJNirWO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pqt0Aepyv3TsFt3Ca3BlQ3PBvFJNirWO > .row .container { font-size:0.875rem;font-family:arial;height:44.0625rem;width:75rem;position:relative;display:block; }#MvKMkSDvWd23xscm1e6ANEVg7DPKu3WT { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:7.125rem;top:12.375rem;left:62.0625rem;overflow:hidden;display:block; }
#AFBoxSQx66ku1BZLzwEr9t3WqKGTxrss { color:#ffffff;display:block;width:33.8125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:4.890625rem;left:2.8125rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BMr15RkaTvI6ua2c7ivi3761kDHP2Mwp { color:#212121;display:block;width:18.125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:13.1875rem;left:2.8125rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#BMr15RkaTvI6ua2c7ivi3761kDHP2Mwp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BMr15RkaTvI6ua2c7ivi3761kDHP2Mwp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ed30515b-18e4-4627-8d83-105ff3a7d19f/ICONS_Mesadetrabajo1copia5.svg); }
#acm8KRkhrsKJ1UC9Kn6UApBhdrVTMAfb { color:#212121;display:block;width:17.125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:14998;line-height:1.4;letter-spacing:0;top:24.8125rem;left:57.0625rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#acm8KRkhrsKJ1UC9Kn6UApBhdrVTMAfb li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#acm8KRkhrsKJ1UC9Kn6UApBhdrVTMAfb li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ed30515b-18e4-4627-8d83-105ff3a7d19f/ICONS_Mesadetrabajo1copia5.svg); }
#KdHzee0WfwkUqM0ndWBXS5v0n3WwtRyG { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(161deg, #ec0075, #e90107);background-image: -moz-linear-gradient(161deg, #ec0075, #e90107);background-image: -ms-linear-gradient(161deg, #ec0075, #e90107);background-image: -o-linear-gradient(161deg, #ec0075, #e90107);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec0075', endColorstr='#e90107' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec0075', endColorstr='#e90107' );";background-image: linear-gradient(161deg, #ec0075, #e90107);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: -0.25rem 0.3125rem 0.5rem rgba(155,160,172,0.44) ;height:8.75rem;width:9.4375rem;top:11.5625rem;left:60.9375rem;display:block; }
#PO7LKpWzqEQgMiouEQnSCrvEhT4KSNRd { position:absolute;display:block;z-index:15052;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:1.1875rem;width:10.9375rem;top:21.9775390625rem;left:60.15625rem;overflow:hidden;display:block; }
#h5Kew0r71yB0OdanNos5txtt06mxlhzg { position:absolute;display:block;z-index:15008;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:30.3125rem;width:27.25rem;top:11.5625rem;left:27.3125rem;display:block; }
#ElX0o7WRiKPH8uifIOS81tRuvsWLrX3a { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:29.6875rem;width:26.125rem;top:12.1875rem;left:27.8125rem;overflow:hidden;display:block; }
#nLs4ZTQSed2Smb0xu62T3X6SsH4i5W9Q { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(161deg, #75df75, #12b058);background-image: -moz-linear-gradient(161deg, #75df75, #12b058);background-image: -ms-linear-gradient(161deg, #75df75, #12b058);background-image: -o-linear-gradient(161deg, #75df75, #12b058);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#75df75', endColorstr='#12b058' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#75df75', endColorstr='#12b058' );";background-image: linear-gradient(161deg, #75df75, #12b058);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:14.5625rem;width:20.625rem;top:23.875rem;left:2.3125rem;display:block; }
#UgvqLzhbXdn7mMMoVakCDBFhrBfcBTsR { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:12.75rem;width:18.875rem;top:24.8125rem;left:3.1875rem;overflow:hidden;display:block; }
#me4qWiJk9CT0dxCETIoiUhrGCeuwKxGz { position:absolute;display:block;z-index:15002;background-color:#12b058;background-image:url("https://images.assets-landingi.com/uc/0df92570-b06e-4a06-a411-30fdb992db8b/image42.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:4.8125rem;width:45.75rem;top:3.5164031982422rem;left:0rem;display:block; }#me4qWiJk9CT0dxCETIoiUhrGCeuwKxGz.adaptive-delivery-prevent-bg, #me4qWiJk9CT0dxCETIoiUhrGCeuwKxGz.lazyload, #me4qWiJk9CT0dxCETIoiUhrGCeuwKxGz.lazyloading { background-image: none; }
#i2NXz7Sxqia4ThfT80kVJCXx2pGcFKcM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0eff5;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; }#i2NXz7Sxqia4ThfT80kVJCXx2pGcFKcM > .row .container { background-color: transparent; background-image: none; }#i2NXz7Sxqia4ThfT80kVJCXx2pGcFKcM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i2NXz7Sxqia4ThfT80kVJCXx2pGcFKcM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i2NXz7Sxqia4ThfT80kVJCXx2pGcFKcM > .row .container > .video-iframe-container { display: none; }#i2NXz7Sxqia4ThfT80kVJCXx2pGcFKcM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i2NXz7Sxqia4ThfT80kVJCXx2pGcFKcM > .row > .video-iframe-container { display: none; }#i2NXz7Sxqia4ThfT80kVJCXx2pGcFKcM > .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); }#i2NXz7Sxqia4ThfT80kVJCXx2pGcFKcM > .row .container { border-width: 0; border-radius: 0; }#i2NXz7Sxqia4ThfT80kVJCXx2pGcFKcM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i2NXz7Sxqia4ThfT80kVJCXx2pGcFKcM > .row .container { font-size:0.875rem;font-family:arial;height:33.4375rem;width:75rem;position:relative;display:block; }#fvRhudNsDlPZHbPCIBhl33n32GvvLBko { position:absolute;display:block;z-index:15017;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:3.5rem;width:3.75rem;top:6.26171875rem;left:7.5rem;overflow:hidden;display:block; }
#GIXqQkMmmszsNKtlS9W6sTKSiDiQ58TH { color:#ffffff;display:block;width:28.875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:17.0615234375rem;left:4.34375rem;height:9.817875rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#GIXqQkMmmszsNKtlS9W6sTKSiDiQ58TH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GIXqQkMmmszsNKtlS9W6sTKSiDiQ58TH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5eee8fcb-fa75-421c-9d00-a590f448db26/BULLETS_Mesadetrabajo1copia10.svg); }
#umfwSwcRtAszk87l0mN2LgftWmRTTkWd { color:#212121;display:block;width:27.5625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:14998;line-height:1.3;letter-spacing:0;top:2.65625rem;left:42.40625rem;height:3.16845625rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#umfwSwcRtAszk87l0mN2LgftWmRTTkWd li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#umfwSwcRtAszk87l0mN2LgftWmRTTkWd li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ed30515b-18e4-4627-8d83-105ff3a7d19f/ICONS_Mesadetrabajo1copia5.svg); }
#mdoTmoBolFEJLxQdI7kFdxrQ6ITKvAPH { position:absolute;display:block;z-index:15001;background-color:#595d68;background-image:url("https://images.assets-landingi.com/uc/546bbbd6-1b4e-4cb3-83b9-9dd27f83261e/gradient.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: -0.25rem 0.3125rem 0.5rem rgba(155,160,172,0.44) ;height:12.8125rem;width:33.3125rem;top:15.5625rem;left:2.125rem;display:block; }#mdoTmoBolFEJLxQdI7kFdxrQ6ITKvAPH.adaptive-delivery-prevent-bg, #mdoTmoBolFEJLxQdI7kFdxrQ6ITKvAPH.lazyload, #mdoTmoBolFEJLxQdI7kFdxrQ6ITKvAPH.lazyloading { background-image: none; }
#vvVmqP6ZEe1fdoCUUuH0N7VaMr6VxfP1 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:20.0625rem;width:30.25rem;top:9.75rem;left:41.125rem;overflow:hidden;display:block; }
#Q6acM7odHxLdnm4rVLSumB1cgnKe3mSr { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(202,202,202,0.37) ;height:7.1875rem;width:7.1875rem;top:4.375rem;left:5.875rem;display:block; }
#sbWLpekTmbCDVXtIhNvDMWK2TeJah8cS { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(202,202,202,0.37) ;height:7.1875rem;width:7.1875rem;top:4.25rem;left:14.9375rem;display:block; }
#o4fECdswX57WGnxtAHR1TAUyVAgkkkwg { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(202,202,202,0.37) ;height:7.1875rem;width:7.1875rem;top:4.25rem;left:24rem;display:block; }
#QLwQol1xla7HmJzal2QCxBTzDgNhnqCt { position:absolute;display:block;z-index:15018;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:3.75rem;width:3.75rem;top:6.13671875rem;left:16.71875rem;overflow:hidden;display:block; }
#Ltd77T7lTpQ6ILJ75TXRrVNN8MyCwpEt { position:absolute;display:block;z-index:15019;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:3.75rem;width:3.75rem;top:6.13671875rem;left:25.78125rem;overflow:hidden;display:block; }
#sv0TOZemXiO9mho3ZKz2yGxhxpoV7KsT { color:#662483;display:block;width:7.5625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:12.75rem;left:5.625rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mx2dOmadnktzT0USA8Gd0taBTlSOvrCs { color:#662483;display:block;width:7.5625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:13.3125rem;left:14.75rem;height:0.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zUM1b8isqJk8rPzv2KlZneoFILQu2FbT { color:#662483;display:block;width:7.5625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:12.75rem;left:24.375rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#baHf5QEO1Dd6kVSrwvmyTg4rTbU5r6rk { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:15rem;width:30.9375rem;top:2.375rem;left:3rem;display:block; }
#NMADwrRJF89R6TTSm2MWXzV5zEeOdMzk { position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:6.125rem;width:32.6875rem;top:1.125rem;left:39.8125rem;display:block; }
#iu0eTq6nQIO7hV0eKHnVgXUO7yWIQBZh { position:absolute;display:block;z-index:15004;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(202,202,202,0.37) ;height:7.1875rem;width:7.1875rem;top:3rem;left:14.9375rem;display:none; }
#WLNkKdzNolQ3fg5oS20NPd5ZpaVhuhHq { position:absolute;display:block;z-index:15004;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.3125rem 0.9375rem rgba(202,202,202,0.37) ;height:7.1875rem;width:7.1875rem;top:3rem;left:14.9375rem;display:none; }
#kpZ2GaRZ6TcfGFFJT6WGudSLThzrP8i3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.96);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; }#kpZ2GaRZ6TcfGFFJT6WGudSLThzrP8i3 > .row .container { background-color: transparent; background-image: none; }#kpZ2GaRZ6TcfGFFJT6WGudSLThzrP8i3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kpZ2GaRZ6TcfGFFJT6WGudSLThzrP8i3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kpZ2GaRZ6TcfGFFJT6WGudSLThzrP8i3 > .row .container > .video-iframe-container { display: none; }#kpZ2GaRZ6TcfGFFJT6WGudSLThzrP8i3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kpZ2GaRZ6TcfGFFJT6WGudSLThzrP8i3 > .row > .video-iframe-container { display: none; }#kpZ2GaRZ6TcfGFFJT6WGudSLThzrP8i3 > .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); }#kpZ2GaRZ6TcfGFFJT6WGudSLThzrP8i3 > .row .container { border-width: 0; border-radius: 0; }#kpZ2GaRZ6TcfGFFJT6WGudSLThzrP8i3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kpZ2GaRZ6TcfGFFJT6WGudSLThzrP8i3 > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#zDiaSVGZo7SsvffbdQqmNdsEgKy5izrp { color:#212121;display:block;width:51.125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:9.3125rem;left:2.3125rem;height:3.16845625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#qd7JrN82KJKFJaSTO0m0JRZRqk9zW6Iu { position:absolute;display:block;z-index:15016;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:3.125rem;width:3.125rem;top:15.25rem;left:3.5rem;overflow:hidden;display:block; }
#IWk4P2mFxhGnoifODZL81uJVQT1eoq9n { position:absolute;display:block;z-index:15017;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:3.125rem;width:3.125rem;top:19.9375rem;left:3.5rem;overflow:hidden;display:block; }
#yZnxaCoFP8qTrHKdTN1CIEudHWsZKTpF { color:#585858;display:block;width:8.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:16.21875rem;left:7.875rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#B8f9LDcWUQiJXTWRT5Xi5d5W8xgXWc3x { color:#585858;display:block;width:8.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:20.28125rem;left:7.875rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#nb2N2y0QLLBe5VvOnTpSoHgzgDcE5z7U { color:#212121;display:block;width:8.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:26.2529296875rem;left:7.875rem;height:1.21875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#fioCCxknqy7lLrhGqVnKFcikAKMStDrA { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:30.380859375rem;left:7.875rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#qJaBLp5dvN0h0CiQDPusf4AIZcDRM5XF { color:#585858;display:block;width:8.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:16.203125rem;left:25.6875rem;height:1.21875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#kmCrTarMxHggXW6bUUG5pQohLIpTK9wi { color:#585858;display:block;width:8.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:20.28125rem;left:25.6875rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#lXMbJZgfhHTfrUIBUBVU5RTJQAIIoGJ1 { color:#212121;display:block;width:8.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:25.6435546875rem;left:25.6875rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#V4ssHcTUCRK1GQndMZdBG0REbdGA2RbS { color:#212121;display:block;width:8.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:31.365234375rem;left:25.6875rem;height:1.21875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#u5L5rcSGA9KNnpt2M3Cp1OgDEHIKhN5o { color:#212121;display:block;width:8.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:16.203125rem;left:43.625rem;height:1.21875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#IctTEXrnPtkNpltNSchIRWRBxt5TvwBk { color:#212121;display:block;width:8.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:20.90625rem;left:43.625rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#onkr6Hz4HK7gH01yqlbR8KJtMPCwyh6u { color:#212121;display:block;width:7.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:25.6435546875rem;left:43.625rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#WRv6KyNpn0rSspOUS5UoMeJeiZlKIxXH { color:#212121;display:block;width:10.0625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:31.365234375rem;left:43.625rem;height:1.21875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#aGXumcKbLmJ422nSewK8PWEiSDKNxUn1 { color:#585858;display:block;width:9.8125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:15.59375rem;left:61.5rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#AA64uRkPHqUrLHe1Q8ICtrw4y7IOHHxH { color:#212121;display:block;width:9.8125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:20.8896484375rem;left:61.5rem;height:1.21875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#oEaL7p62TxGePtEydnT9UMlAHIyOdrOq { color:#212121;display:block;width:9.8125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:26.2529296875rem;left:61.5625rem;height:1.21875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#liGTRCbmzesdx98XxuPL4oyosl2zRfJE { color:#212121;display:block;width:9.8125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:30.990234375rem;left:61.5rem;height:1.21875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#vD0PglKTIRBeSvFFxVhDpUXyAGqK7J84 { position:absolute;display:block;z-index:15018;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:3.125rem;width:3.125rem;top:25.2998046875rem;left:3.5rem;overflow:hidden;display:block; }
#GAPsHMAuBdrdS8HyvPglCbditV3xoXSW { position:absolute;display:block;z-index:15019;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:3.125rem;width:3.125rem;top:30.130859375rem;left:3.5rem;overflow:hidden;display:block; }
#gT1Fiqe2JbmXbMoGTpkUPVwJlIr9AUFE { position:absolute;display:block;z-index:14999;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.625rem;width:5.625rem;top:14rem;left:20rem;overflow:hidden;display:block; }
#q7glKrniFlze3qfd1MxA2KdVnp8Nk51u { position:absolute;display:block;z-index:15021;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:3.125rem;width:3.125rem;top:19.9375rem;left:21.25rem;overflow:hidden;display:block; }
#dGhFNsSGayZT6XdmLV9KU2sOCSzTiqoo { position:absolute;display:block;z-index:15022;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:3.125rem;width:3.125rem;top:25.2998046875rem;left:21.25rem;overflow:hidden;display:block; }
#A4PlWos4e5SOiuBLe9J2DLsBTowwlO2A { position:absolute;display:block;z-index:15023;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:3.125rem;width:3.125rem;top:30.412109375rem;left:21.25rem;overflow:hidden;display:block; }
#BOHfCtCSIOAlfr3g12q3uSvNTK06JOGv { position:absolute;display:block;z-index:15024;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:3.125rem;width:3.125rem;top:15.25rem;left:39.25rem;overflow:hidden;display:block; }
#zPF20hiuAd081eELGWbfJsUiSttRSZeF { position:absolute;display:block;z-index:15025;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:3.125rem;width:3.125rem;top:19.9375rem;left:39.25rem;overflow:hidden;display:block; }
#kULSoTDo8iTtdoiRCsEPCZxhnhm6Vfp5 { position:absolute;display:block;z-index:15026;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:3.125rem;width:3.125rem;top:25.2998046875rem;left:39.25rem;overflow:hidden;display:block; }
#QQBttGzwMEZtMn7UyGdZguNstN0JtWc2 { position:absolute;display:block;z-index:15027;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:3.125rem;width:3.125rem;top:30.412109375rem;left:39.25rem;overflow:hidden;display:block; }
#CN6t8mVrxTygMBvoDGJmuUHWNUadQ0fb { position:absolute;display:block;z-index:15028;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:3.125rem;width:3.125rem;top:15.25rem;left:57.625rem;overflow:hidden;display:block; }
#Ia9TA7rbmIZbhXQQTAQC5uF5HNtbbJGq { position:absolute;display:block;z-index:15029;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:3.125rem;width:3.125rem;top:19.9375rem;left:57.625rem;overflow:hidden;display:block; }
#ocSgLMdEKFOcZgNVARVm1BU20q6TBMQT { position:absolute;display:block;z-index:15030;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:3.125rem;width:3.125rem;top:25.2998046875rem;left:57.625rem;overflow:hidden;display:block; }
#VQdKFKU7kBzMkFsXMtqG8SOTQTvokDA2 { position:absolute;display:block;z-index:15031;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:3.125rem;width:3.125rem;top:30.412109375rem;left:57.625rem;overflow:hidden;display:block; }
#IooDF7vCQ10cMWJWGtaRMT98PRNNRg0p { color:#ffffff;display:block;width:54.5rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:4.4521484375rem;left:2.3125rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ri6zQ7lT8EeAwDpBrlbqiEReO9bnvoNG { position:absolute;display:block;z-index:15002;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e8e8e8;border-left:0.0625rem solid #e8e8e8;border-right:0.0625rem solid #e8e8e8;border-bottom:0.0625rem solid #e8e8e8;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(121,121,121,0.3) ;height:20.3125rem;width:70.25rem;top:13.9990234375rem;left:2.3125rem;display:block; }
#ha6n1P7F5F8thUmRA8cRaHGguDTAaioQ { position:absolute;display:block;z-index:15017;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:3.125rem;width:3.125rem;top:15.25rem;left:21.25rem;overflow:hidden;display:block; }
#gudfaGR5R518wF4oSBDvoIiceLAASNHy { position:absolute;display:block;z-index:15003;background-color:#12b058;background-image:url("https://images.assets-landingi.com/uc/0df92570-b06e-4a06-a411-30fdb992db8b/image42.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:4.8125rem;width:60.1875rem;top:3.0751953125rem;left:0rem;display:block; }#gudfaGR5R518wF4oSBDvoIiceLAASNHy.adaptive-delivery-prevent-bg, #gudfaGR5R518wF4oSBDvoIiceLAASNHy.lazyload, #gudfaGR5R518wF4oSBDvoIiceLAASNHy.lazyloading { background-image: none; }
#mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0eff5;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; } #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection *:focus-visible, #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection input[type="text"]:focus-visible, #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection input[type="email"]:focus-visible, #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection input[type="tel"]:focus-visible, #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection textarea:focus-visible { outline: none; } #WTQg1SErFqbnhA1p7BT7wtUkzJ5TG3fR > .row .container { background-color: transparent; background-image: none; }#WTQg1SErFqbnhA1p7BT7wtUkzJ5TG3fR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTQg1SErFqbnhA1p7BT7wtUkzJ5TG3fR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTQg1SErFqbnhA1p7BT7wtUkzJ5TG3fR > .row .container > .video-iframe-container { display: none; }#WTQg1SErFqbnhA1p7BT7wtUkzJ5TG3fR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTQg1SErFqbnhA1p7BT7wtUkzJ5TG3fR > .row > .video-iframe-container { display: none; }#WTQg1SErFqbnhA1p7BT7wtUkzJ5TG3fR > .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); }#WTQg1SErFqbnhA1p7BT7wtUkzJ5TG3fR > .row .container { border-width: 0; border-radius: 0; }#WTQg1SErFqbnhA1p7BT7wtUkzJ5TG3fR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WTQg1SErFqbnhA1p7BT7wtUkzJ5TG3fR > .row .container { font-size:0.875rem;font-family:arial;height:27.625rem;width:75rem;position:relative;display:block; }#b9eb171bfc878f1275ded6bd5ea075fe.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dd4c3022-a758-4fab-b54e-71c3941961cd/conn.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#b9eb171bfc878f1275ded6bd5ea075fe.widget-smartsection.adaptive-delivery-prevent-bg, #b9eb171bfc878f1275ded6bd5ea075fe.widget-smartsection.lazyload, #b9eb171bfc878f1275ded6bd5ea075fe.widget-smartsection.lazyloading { background-image: none; } #b9eb171bfc878f1275ded6bd5ea075fe.widget-smartsection *:focus-visible, #b9eb171bfc878f1275ded6bd5ea075fe.widget-smartsection input[type="text"]:focus-visible, #b9eb171bfc878f1275ded6bd5ea075fe.widget-smartsection input[type="email"]:focus-visible, #b9eb171bfc878f1275ded6bd5ea075fe.widget-smartsection input[type="tel"]:focus-visible, #b9eb171bfc878f1275ded6bd5ea075fe.widget-smartsection textarea:focus-visible { outline: none; } #iF39pkdsN1RCX5HrMUuU0Pefw5KKAlsI > .row .container { background-color: transparent; background-image: none; }#iF39pkdsN1RCX5HrMUuU0Pefw5KKAlsI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iF39pkdsN1RCX5HrMUuU0Pefw5KKAlsI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iF39pkdsN1RCX5HrMUuU0Pefw5KKAlsI > .row .container > .video-iframe-container { display: none; }#iF39pkdsN1RCX5HrMUuU0Pefw5KKAlsI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iF39pkdsN1RCX5HrMUuU0Pefw5KKAlsI > .row > .video-iframe-container { display: none; }#iF39pkdsN1RCX5HrMUuU0Pefw5KKAlsI > .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); }#iF39pkdsN1RCX5HrMUuU0Pefw5KKAlsI > .row .container { border-width: 0; border-radius: 0; }#iF39pkdsN1RCX5HrMUuU0Pefw5KKAlsI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iF39pkdsN1RCX5HrMUuU0Pefw5KKAlsI > .row .container { font-size:0.875rem;font-family:arial;height:24.0625rem;width:75rem;position:relative;display:block; }#vKdfODKHLzcascRE9kmDM37gsInALZaR { 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; }#vKdfODKHLzcascRE9kmDM37gsInALZaR > .row .container { background-color: transparent; background-image: none; }#vKdfODKHLzcascRE9kmDM37gsInALZaR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKdfODKHLzcascRE9kmDM37gsInALZaR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKdfODKHLzcascRE9kmDM37gsInALZaR > .row .container > .video-iframe-container { display: none; }#vKdfODKHLzcascRE9kmDM37gsInALZaR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKdfODKHLzcascRE9kmDM37gsInALZaR > .row > .video-iframe-container { display: none; }#vKdfODKHLzcascRE9kmDM37gsInALZaR > .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); }#vKdfODKHLzcascRE9kmDM37gsInALZaR > .row .container { border-width: 0; border-radius: 0; }#vKdfODKHLzcascRE9kmDM37gsInALZaR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vKdfODKHLzcascRE9kmDM37gsInALZaR > .row .container { font-size:0.875rem;font-family:arial;height:16.625rem;width:75rem;position:relative;display:block; }#V123Wz1or1s4UKxRVdT8CBbOvxmHTZHk { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4f1340cf-5af3-4048-8bc0-9ee9084c90fc/858Convertido1.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;height:9.6875rem;width:63.5rem;top:4.5rem;left:5.75rem;display:block; }#V123Wz1or1s4UKxRVdT8CBbOvxmHTZHk.adaptive-delivery-prevent-bg, #V123Wz1or1s4UKxRVdT8CBbOvxmHTZHk.lazyload, #V123Wz1or1s4UKxRVdT8CBbOvxmHTZHk.lazyloading { background-image: none; }
#ETIxSIhGytaZlhxLu6NH8TRHUMic9PHm { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:9.875rem;top:2.1875rem;left:7.0625rem;overflow:hidden;display:block; }
#hlZHSbXdvqVrCxNWXIuywXPtyT2heUTR { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff9d00, #e77320);background-image: -moz-linear-gradient(90deg, #ff9d00, #e77320);background-image: -ms-linear-gradient(90deg, #ff9d00, #e77320);background-image: -o-linear-gradient(90deg, #ff9d00, #e77320);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9d00', endColorstr='#e77320' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9d00', endColorstr='#e77320' );";background-image: linear-gradient(90deg, #ff9d00, #e77320);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:7.625rem;left:50.8125rem;display:block; }
#sx6STGMrZhLwJyQ9Ty2fBtO4NurISitS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N8g8EwVW1DeaAE1dndqrXxQMrbgfI69h { color:#ffffff;display:block;width:24.124rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:7.375rem;left:23rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Xn5K4JpCGL02zuHI0WIV8Q0Rq9eW8xzm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#662483;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; }#Xn5K4JpCGL02zuHI0WIV8Q0Rq9eW8xzm > .row .container { background-color: transparent; background-image: none; }#Xn5K4JpCGL02zuHI0WIV8Q0Rq9eW8xzm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xn5K4JpCGL02zuHI0WIV8Q0Rq9eW8xzm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xn5K4JpCGL02zuHI0WIV8Q0Rq9eW8xzm > .row .container > .video-iframe-container { display: none; }#Xn5K4JpCGL02zuHI0WIV8Q0Rq9eW8xzm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xn5K4JpCGL02zuHI0WIV8Q0Rq9eW8xzm > .row > .video-iframe-container { display: none; }#Xn5K4JpCGL02zuHI0WIV8Q0Rq9eW8xzm > .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); }#Xn5K4JpCGL02zuHI0WIV8Q0Rq9eW8xzm > .row .container { border-width: 0; border-radius: 0; }#Xn5K4JpCGL02zuHI0WIV8Q0Rq9eW8xzm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xn5K4JpCGL02zuHI0WIV8Q0Rq9eW8xzm > .row .container { font-size:0.875rem;font-family:arial;height:1.5rem;width:75rem;position:relative;display:block; }#HALaTAJuwt5Ebee9dzVAdTK9mKOO0OVn { color:#ffffff;display:block;width:39.1875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:0.25rem;left:17.90625rem;height:1.05625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dbVsS5wxkGnOVizOXVwv5IMgKgNq6g4T { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#dbVsS5wxkGnOVizOXVwv5IMgKgNq6g4T { background-color: transparent; background-image: none; }#dbVsS5wxkGnOVizOXVwv5IMgKgNq6g4T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dbVsS5wxkGnOVizOXVwv5IMgKgNq6g4T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dbVsS5wxkGnOVizOXVwv5IMgKgNq6g4T > .row .container > .video-iframe-container { display: none; }#dbVsS5wxkGnOVizOXVwv5IMgKgNq6g4T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dbVsS5wxkGnOVizOXVwv5IMgKgNq6g4T > .row > .video-iframe-container { display: none; }#dbVsS5wxkGnOVizOXVwv5IMgKgNq6g4T > .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); }#dbVsS5wxkGnOVizOXVwv5IMgKgNq6g4T { border-width: 0; border-radius: 0; }#dbVsS5wxkGnOVizOXVwv5IMgKgNq6g4T > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dbVsS5wxkGnOVizOXVwv5IMgKgNq6g4T > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:3.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#QJIItg4AQ3G3B8FbC9oFTrwhhy67u76l { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #8c00b2, #b700ff);background-image: -moz-linear-gradient(115deg, #8c00b2, #b700ff);background-image: -ms-linear-gradient(115deg, #8c00b2, #b700ff);background-image: -o-linear-gradient(115deg, #8c00b2, #b700ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c00b2', endColorstr='#b700ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c00b2', endColorstr='#b700ff' );";background-image: linear-gradient(115deg, #8c00b2, #b700ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:3.0625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0rem;left:2.5rem;display:block; }
#Boksl738pTd3uR7Rw15kIUgnnbtZRomd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hgt1icuSv0QhnPB3ZWXMLOkSy3E2H27J { display:block; }#hgt1icuSv0QhnPB3ZWXMLOkSy3E2H27J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #smLRJ15SrFQ6qespATDk9ttr3o5KSdCK { top:3.5rem;left:13.75rem;width:8.125rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GI4P01dr1sJmvySNS0oZMS5fHTC7RRmI { top:2.375rem;left:4.5rem;width:18.5rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozGuBaR7Oe0pRSXnqBNeMm6H94PdeByh { top:1rem;left:0rem;width:17.4375rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3FF79JLU0PHnM6TvDy59GsWMnJk1fLa { top:2.5rem;left:36.5625rem;width:11.1875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wn9mITxioSFL6iuR3Ec1zrHqELPlvo66 { top:2.75rem;left:5.6875rem;width:6.125rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1Dz6mUGdogIGTqZm4eSalq58XJJdLms { display:block; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tEVtxxtgFWvqR5qdHrpfyPE19cXtMGPZ { top:12.3125rem;left:0rem;width:36.6875rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #utiV7ELhtVBGrSycvQARPn8w28rzRZ8b { top:21.25rem;left:0rem;width:11.3125rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdFfHBVF4IJvEgy8mA2Zkqhpp9GQ86Tb { top:21.8125rem;left:18.0625rem;width:13.25rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoyU3vb8Xhpe0DkaQxfo2KJbKZhI198C { top:27.4375rem;left:0rem;width:10.125rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8AUX7fxT91cVarkqKtv8gcVU3udKdE0 { top:19.8125rem;left:11.4375rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqO0vtf9k3dabZCsatbe5Kxmvwd00dgB { top:26.625rem;left:0rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s32Kzk9nfrprwcXRZwA8yDHGcxOJZ1y6 { top:20.75rem;left:0rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOTevne3nqyMKdHPspXKQBy5tcAb5idE { top:6.8125rem;left:0rem;width:44.3125rem;height:5rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUWlzfNFQ5h5n5ATiBHtAIzWK1gdf2Fw { width:21.125rem;height:5.0625rem;top:19.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CX1gK0MGOlD1nMrhgsT5mLOiCwHS5iZ7 { width:21.125rem;height:5.0625rem;top:19.875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUkkExfrtbaf3dGCVxqgtecq9PZeLuMK { width:21.125rem;height:5.0625rem;top:26.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrdOTIQQ3hGIgKx918lyWnlPB0Tn1rB0 { width:15.25rem;height:4rem;top:44.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qwi6aOMPzqtsvVxTb3TiZvsuiGERZKps { display:block; }
 }@media only screen and (max-width: 763px) { #oP85QMJ6PB76mzqcH0KR4t1vVFLB49X9 { top:42.0625rem;left:0rem;width:14.1875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKaAXBwCWVaqNqSrNB7kDTOThzsJOHSv { top:42.75rem;left:0rem;width:14.1875rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gi84AhT9ESLLJFdxoEMEATxb1w2MQHcV { top:32.6875rem;left:0rem;width:34.9375rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTJS4GHR6tA1ghTiyF2gCNZMJUyXFhe2 { top:34.5rem;left:0rem;width:21.1875rem;height:4.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaTqTDgA7fqIAe2TNfR6UvXCC7S1qAH6 { top:5.4375rem;left:19.625rem;width:25rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKO5JS3PIquNgKKSpbNrcSvZdZNVFOvA { display:block; }#oKO5JS3PIquNgKKSpbNrcSvZdZNVFOvA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #upQVxoqy2X5sudTyxffrmpRg0NBbq70W { top:10.3125rem;left:11.375rem;width:25.4375rem;height:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #agohv7wVkp7a4TA9mnInqqWKBLOs7ydh { top:21.5rem;left:37.8125rem;width:9.9375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUbbTpOlrwkVtCrTmiKzZaf4zhrtRJ2H { top:37rem;left:5rem;width:37.75rem;height:5.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBUSWdX9KSpBFkCedNtczHy5AfODpcFH { top:21rem;left:0rem;width:10.75rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARs3q4B2QGk4CTAqPuqcXLIQEBFlnqNn { top:5.5625rem;left:0rem;width:22.8125rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQhzDgUcnMcpwOdDBS3F9KTStmrryMXH { top:18.9375rem;left:20.9375rem;width:26.8125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRH7fXnJmhyqpiIQGymO4qDHSOLE1E4q { top:4.1875rem;left:0rem;width:28.0625rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET4Gug2ubBA9i5N6ZI9RVMtc31Umrmni { width:24.25rem;height:24.25rem;top:10.3125rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxQ3Wncbrd4P7KTdVguHfoKWZtWpS9Sb { top:18.875rem;left:0rem;width:26.8125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJmmRkFhsJWCS1SmzP5uhG92Qy67IPkh { display:block; }#HJmmRkFhsJWCS1SmzP5uhG92Qy67IPkh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UAdx8SwQ2kZvTMMrCWX2rxnO4lTNmi1u { top:17.75rem;left:0rem;width:17.0625rem;height:6.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgsqIptiuMcAbOyTVWKc3MEcLnIbFPb7 { top:12.9375rem;left:0rem;width:14.4375rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vs7i30MEfQyacOuawW6ygyZUA4ODqtgp { top:17.75rem;left:31.3125rem;width:16.4375rem;height:6.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGGDMgI1n1hlrUGskdugCKJeLZzhbsQ3 { top:12.9375rem;left:31.25rem;width:16.5rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTg6iJAa87iV6lNk1nqzgROWcKyWQvwB { top:34.8125rem;left:0rem;width:16.5rem;height:6.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeopB8xpH2A43ZFaPxJFQhtZo73Liq67 { top:29.9375rem;left:0rem;width:17rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhnAhq2noc4bBeSpsipPUOrSlHJZbghe { top:34.8125rem;left:14.6875rem;width:17.875rem;height:6.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXaK6JCgn6PJxKJFq3zF88gvz3wfi8tt { top:17.75rem;left:14.9375rem;width:16.6875rem;height:6.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQTkf9hUkqrNcNZTXkHMQqC1kXCpgwGH { top:29.9375rem;left:15.71875rem;width:15.8125rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWqq2TvwdxXW9F5EJXdWTvSPiUFNXg6C { top:12.125rem;left:14.375rem;width:17.8125rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVNCMslxbutIsOBRRA8LS7QOQutZc8gb { top:5.4375rem;left:0rem;width:14.5625rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3sPH4SDvLIyAsNxPS52PedABlH4Du5T { top:4.0625rem;left:0rem;width:20.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHx7ak94H1l9SrhISd1ncDKBuR1qOL3m { width:21.4375rem;height:14.75rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRhCHuKPvI4rnwJbtIxkJubBy8qwaEQT { top:11.25rem;left:0rem;width:21.5625rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkWbMs7xz3p4KsHJJVODOIgwAOqBrFGm { width:21.4375rem;height:14.75rem;top:11.25rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7mPS3ekFrWUUAA6kwReT4I7szd3ttno { top:11.25rem;left:12.4375rem;width:21.5625rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMO7Gm03wCR19RxP5v0DNvZ2zJeTvTdT { width:21.4375rem;height:14.75rem;top:11.3125rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #olrRRJIpQRRotwGMTHaa7TiUJP7TQHkU { top:11.25rem;left:26.1875rem;width:21.5625rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWVgXO0Ql02CHipne3PBsTuX4KPA1ZX7 { width:21.4375rem;height:14.75rem;top:28.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4I2z3NOHdNB5MwxrSzOyOQE7oIKbt0C { top:28.1875rem;left:0rem;width:21.5625rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKi5o7hpxyit6mRu56ONdmRCk5DQEgyg { width:21.4375rem;height:14.75rem;top:28.25rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3L5O7Xb2xOeEMdTCOJDM4y54ZbXPbrm { top:28.25rem;left:12.4375rem;width:21.5625rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEP5RVNKKiyRBMuV98duWwJKBl7WtSdK { top:34.6875rem;left:31.8125rem;width:15.9375rem;height:5.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyINa4rfvafWxQfOn2wFew8EfiUwfAxu { width:21.4375rem;height:14.75rem;top:28.25rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sn3wfA40hfv5OWrwRV5T4ZqTGGH6aTLX { top:28.25rem;left:26.1875rem;width:21.5625rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCTie3bLTeJ8I2w3kKyzx3TZrdvN77ex { top:30rem;left:30.5625rem;width:17.1875rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iC4K1EOs05nADWWqQHR6q9Z5FEbX9lIQ { display:block; }#iC4K1EOs05nADWWqQHR6q9Z5FEbX9lIQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zfeBPrDt7Kf2ZTULIT8fbkrbTamnJTUC { top:8.5rem;left:0rem;width:33.6875rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfeXuqPqOnsTTdZI2Bz3k0XqEapWHpgT { top:3.4375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBlgB6ZmTr2aG8FHnarHNtDDDOdlDzlS { top:11.8125rem;left:16.9375rem;width:27.5rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fipFNx3UlEX03QTs5Qx5AduZ8Tc4qThg { display:block; }#fipFNx3UlEX03QTs5Qx5AduZ8Tc4qThg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X5yv648Tn1kto0PozIR9pBeiaLIlceSM { top:17.8125rem;left:1.96875rem;width:8rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uN0wm3FBAU2oNsRAIwU86gJQrebXtHPS { top:20.6875rem;left:0.375rem;width:11.1875rem;height:5.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5IQzZOsN30mGiXHwnHO1w0sVR8675Xb { top:20.6875rem;left:12.46875rem;width:10.875rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOKFTimXzZqdoKQNg5Haz5zhh4TuzFiv { top:17.8125rem;left:10.4375rem;width:13.4375rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2B6alozcmQT5PWTEUTtnOwxT9PJKAqJ { top:21rem;left:24.21875rem;width:11.25rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQskHS57zA8JZCzUPr54soTXwEhucAgQ { top:17.8125rem;left:22.375rem;width:13.4375rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVfCCnSe2SqS03kSOFqc52V3vOfnrUS8 { top:21.0625rem;left:35.375rem;width:12.375rem;height:5.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #paW3ctQvPfT4offKOxEkALLH9Pcqoy3Z { top:17.8125rem;left:34.3125rem;width:13.4375rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftK0SkaeO6UV56elcIc1HIoqpriDU03G { top:12.0625rem;left:4.375rem;width:3.1875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDqk4Ep4BRBvNNt4u0Ox0c1av8JbbdGt { top:12.0625rem;left:15.96875rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6a4dyXpBHLVMfpT4TKr7A2PEpKK4BD0 { top:12.1875rem;left:27.90625rem;width:3.875rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6tvZT11k8yB4iBf4bRt2BAhTlTozSpx { top:12.0625rem;left:39.84375rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqSocT8NfWgDxTHUpPyNfvXb99JayFBZ { width:5.5rem;height:5.5rem;top:11.1875rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZRTykQdZTHI7QmQDt2nw1PbuWvw46Fm { top:5.1875rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyxhXwc2o68zu7rgGdz2uTeipW1sVPZd { width:5.5rem;height:5.5rem;top:11.25rem;left:15.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kmw1mz09mElcAzCuguiAx20X7aGTLaHn { width:5.5rem;height:5.5rem;top:11.25rem;left:27.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSUg6Ovgc6HFuU91ZV44QNQCHFGlz1xR { width:5.5rem;height:5.5rem;top:11.25rem;left:39.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ck5S7TEmgxKvDRRz6B6r24TApoXkTFJb { top:3.8125rem;left:0rem;width:47.75rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMtK5wNoIZIAG5fyThme1sxFqilO54uW { width:13.875rem;height:13.1875rem;top:14.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFpQmZTQOL0ri9VToco0rLTJxpb4SuN5 { width:13.875rem;height:13.1875rem;top:14.625rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7vTaAeT0sGpP4J2VyPqvyM98xs0tBft { width:13.875rem;height:13.1875rem;top:14.625rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxeVX9kqSTTZuEJiTIEKMo7xZsrE27KT { width:13.875rem;height:13.1875rem;top:14.625rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g76lMOPL7T6Gm9ZsOwFxkpa1CNnTwW0p { display:block; }#g76lMOPL7T6Gm9ZsOwFxkpa1CNnTwW0p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oWX6bs4stPzfnHXlwl6Zgz3XhALIetUz { top:4.4375rem;left:0rem;width:47.0625rem;height:2.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsfOvlvJ2l1vynI7x3Ixq0BCIJRvXALo { top:3.0625rem;left:0rem;width:47.75rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEF5R9yCMbPZdVp2fNrzIf87oU86rPww { width:47.75rem;height:22.375rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UM1DWTTkNlUqBx9FzpuTpr5mZlkmy4Nr { top:19.9375rem;left:17.375rem;width:13.3125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #arq5Zx79dfhktzo7UoTsZyBtrkl35lTb { top:11.5625rem;left:0rem;width:20.5rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBuTyKHy4aOkJN4tqZTdlAuB32yc6V7J { width:5.5rem;height:5.5rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xi99MQylG7cxXsU0vGTRf360vxCfCr0b { top:12.0625rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUw2eoOdWRobIOcNo6dXwFkiryTX11pA { top:12.5625rem;left:1.625rem;width:8.875rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mx3BZZkVyxkhKyvheNAAzXsKV5ZZQCTp { top:18.125rem;left:0rem;width:20.5rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e992nvZSrtp07VTSAZFxB09OGN09EHSp { width:5.5rem;height:5.5rem;top:17.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtz21IgtLWOTEDtiLrwdrxRand8igcOA { top:18.625rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ha8M53hpMJ5SrJOryx0139bRA85T7pLQ { top:19.25rem;left:1.625rem;width:12.625rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #anBO87acyRLfovg7ZLkoan3n89DCo9d1 { top:24.75rem;left:0rem;width:20.5rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqSX9T0ecbnzHOItrGAdnbq993ec4qqS { width:5.5rem;height:5.5rem;top:24.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eu9ZD6HsTpofgA8NM2CKpKIDCmfMbiWS { top:25.25rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pptqT2Nt05LaTgZLCyT2qLzGg6dZDUmL { top:25.8125rem;left:1.625rem;width:10.125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #enXEXVLVNW9LwLvWTLF8ZDeUnbSt5tgl { top:24.75rem;left:27.25rem;width:20.5rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcAytzwc26uDmGBS17Z6hv7DHR1EnJvX { top:25.8125rem;left:34.625rem;width:13.125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0dtTzHXtai2iIdIveeEnpSvDQnow34b { top:18.125rem;left:27.25rem;width:20.5rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVreoCvP8QNi5iSeGNlcZkC7RwBLhsa4 { top:19.25rem;left:35.4375rem;width:12.3125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPmG7ohPCJ0XrkXAnK6RTCzxHWgbxcIr { width:5.5rem;height:5.5rem;top:17.8125rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GppET0N2cRS7qFQnRmzUakZqnf9Q9I9q { width:5.5rem;height:5.5rem;top:24.4375rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuU8cTUWyXfNPtoEoV4XifTlmJoCO3PT { top:18.625rem;left:32.875rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxTCKXX3UIZee6rKl3UUDhQMnU1cqmz5 { top:25.25rem;left:32.875rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUuVgqPH1sfHhr2c8Kvqxbiz47sUyaLT { width:5.5rem;height:5.5rem;top:11.25rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #byhzG10qRssWNstl5emBdQcmcShpIbtN { top:11.5625rem;left:27.25rem;width:20.5rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTQ7rG0LXohgsp6nZEZ1p5KLvMUXDZa1 { top:12.0625rem;left:32.875rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnHrdrgeTkaqBJdII5kxyqUKEf88PS5H { top:13.25rem;left:35.125rem;width:12.625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIro5J8rXAWBe2sJIo72MlwJOVEqiyD4 { display:block; }#OIro5J8rXAWBe2sJIo72MlwJOVEqiyD4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y7wLIJqV3W5tEQTJ095yfuWcgTDyaK2T { top:5.375rem;left:0rem;width:47.75rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #blTB7ZacrkdlFi2VxoO0d92KQJS3zKwn { top:2.375rem;left:0rem;width:10.5rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #itFEZ0E9FZ95SeesfZwLmZkACbVv1vs0 { width:15.625rem;height:3.4375rem;top:8.5rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAMQiyDu2TEVXTmgSDV2rrOnkx4LH6vh { display:block; }
 }@media only screen and (max-width: 763px) { #wKcJ0Al906vZSc3slblNSwBXKwZZcNe1 { top:9.0625rem;left:7.5rem;width:26.3125rem;height:2.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pqt0Aepyv3TsFt3Ca3BlQ3PBvFJNirWO { display:block; }#Pqt0Aepyv3TsFt3Ca3BlQ3PBvFJNirWO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MvKMkSDvWd23xscm1e6ANEVg7DPKu3WT { top:12.375rem;left:38.21875rem;width:7.125rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFBoxSQx66ku1BZLzwEr9t3WqKGTxrss { top:4.875rem;left:0rem;width:33.8125rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMr15RkaTvI6ua2c7ivi3761kDHP2Mwp { top:13.1875rem;left:0rem;width:18.125rem;height:;font-size:0.8125rem;display:block; }#BMr15RkaTvI6ua2c7ivi3761kDHP2Mwp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ed30515b-18e4-4627-8d83-105ff3a7d19f/ICONS_Mesadetrabajo1copia5.svg); }
 }@media only screen and (max-width: 763px) { #acm8KRkhrsKJ1UC9Kn6UApBhdrVTMAfb { top:24.8125rem;left:30.625rem;width:17.125rem;height:;font-size:0.8125rem;display:block; }#acm8KRkhrsKJ1UC9Kn6UApBhdrVTMAfb li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ed30515b-18e4-4627-8d83-105ff3a7d19f/ICONS_Mesadetrabajo1copia5.svg); }
 }@media only screen and (max-width: 763px) { #KdHzee0WfwkUqM0ndWBXS5v0n3WwtRyG { top:11.5625rem;left:37.09375rem;width:9.4375rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PO7LKpWzqEQgMiouEQnSCrvEhT4KSNRd { top:21.9375rem;left:36.3125rem;width:10.9375rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5Kew0r71yB0OdanNos5txtt06mxlhzg { width:27.25rem;height:30.3125rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElX0o7WRiKPH8uifIOS81tRuvsWLrX3a { top:12.1875rem;left:0rem;width:26.125rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLs4ZTQSed2Smb0xu62T3X6SsH4i5W9Q { top:23.875rem;left:0rem;width:20.625rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgvqLzhbXdn7mMMoVakCDBFhrBfcBTsR { top:24.8125rem;left:0rem;width:18.875rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #me4qWiJk9CT0dxCETIoiUhrGCeuwKxGz { top:3.5rem;left:0rem;width:45.75rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2NXz7Sxqia4ThfT80kVJCXx2pGcFKcM { display:block; }#i2NXz7Sxqia4ThfT80kVJCXx2pGcFKcM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fvRhudNsDlPZHbPCIBhl33n32GvvLBko { top:6.25rem;left:4.09375rem;width:3.75rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIXqQkMmmszsNKtlS9W6sTKSiDiQ58TH { top:17rem;left:0rem;width:28.875rem;height:9.8125rem;font-size:0.8125rem;display:block; }#GIXqQkMmmszsNKtlS9W6sTKSiDiQ58TH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5eee8fcb-fa75-421c-9d00-a590f448db26/BULLETS_Mesadetrabajo1copia10.svg); }
 }@media only screen and (max-width: 763px) { #umfwSwcRtAszk87l0mN2LgftWmRTTkWd { top:2.625rem;left:8.25rem;width:27.5625rem;height:3.125rem;font-size:0.8125rem;display:block; }#umfwSwcRtAszk87l0mN2LgftWmRTTkWd li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ed30515b-18e4-4627-8d83-105ff3a7d19f/ICONS_Mesadetrabajo1copia5.svg); }
 }@media only screen and (max-width: 763px) { #mdoTmoBolFEJLxQdI7kFdxrQ6ITKvAPH { top:15.5625rem;left:0rem;width:33.3125rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvVmqP6ZEe1fdoCUUuH0N7VaMr6VxfP1 { top:9.75rem;left:5.5625rem;width:30.25rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6acM7odHxLdnm4rVLSumB1cgnKe3mSr { width:7.1875rem;height:7.1875rem;top:4.375rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbWLpekTmbCDVXtIhNvDMWK2TeJah8cS { width:7.1875rem;height:7.1875rem;top:4.25rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4fECdswX57WGnxtAHR1TAUyVAgkkkwg { width:7.1875rem;height:7.1875rem;top:4.25rem;left:13.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLwQol1xla7HmJzal2QCxBTzDgNhnqCt { top:6.125rem;left:8.1875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ltd77T7lTpQ6ILJ75TXRrVNN8MyCwpEt { top:6.125rem;left:15.5625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sv0TOZemXiO9mho3ZKz2yGxhxpoV7KsT { top:12.75rem;left:2.21875rem;width:7.5625rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mx2dOmadnktzT0USA8Gd0taBTlSOvrCs { top:13.3125rem;left:4.375rem;width:7.5625rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUM1b8isqJk8rPzv2KlZneoFILQu2FbT { top:12.75rem;left:14.15625rem;width:7.5625rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #baHf5QEO1Dd6kVSrwvmyTg4rTbU5r6rk { width:30.9375rem;height:15rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMADwrRJF89R6TTSm2MWXzV5zEeOdMzk { width:32.6875rem;height:6.125rem;top:1.125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #iu0eTq6nQIO7hV0eKHnVgXUO7yWIQBZh { width:7.1875rem;height:7.1875rem;top:3rem;left:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WLNkKdzNolQ3fg5oS20NPd5ZpaVhuhHq { width:7.1875rem;height:7.1875rem;top:3rem;left:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kpZ2GaRZ6TcfGFFJT6WGudSLThzrP8i3 { display:block; }#kpZ2GaRZ6TcfGFFJT6WGudSLThzrP8i3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zDiaSVGZo7SsvffbdQqmNdsEgKy5izrp { top:9.3125rem;left:0rem;width:47.75rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qd7JrN82KJKFJaSTO0m0JRZRqk9zW6Iu { top:15.25rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWk4P2mFxhGnoifODZL81uJVQT1eoq9n { top:19.9375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZnxaCoFP8qTrHKdTN1CIEudHWsZKTpF { top:16.1875rem;left:0rem;width:8.1875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8f9LDcWUQiJXTWRT5Xi5d5W8xgXWc3x { top:20.25rem;left:0rem;width:8.1875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nb2N2y0QLLBe5VvOnTpSoHgzgDcE5z7U { top:26.25rem;left:0rem;width:8.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fioCCxknqy7lLrhGqVnKFcikAKMStDrA { top:30.375rem;left:0rem;width:8.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJaBLp5dvN0h0CiQDPusf4AIZcDRM5XF { top:16.1875rem;left:12.0625rem;width:8.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmCrTarMxHggXW6bUUG5pQohLIpTK9wi { top:20.25rem;left:12.0625rem;width:8.1875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXMbJZgfhHTfrUIBUBVU5RTJQAIIoGJ1 { top:25.625rem;left:12.0625rem;width:8.1875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4ssHcTUCRK1GQndMZdBG0REbdGA2RbS { top:31.3125rem;left:12.0625rem;width:8.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5L5rcSGA9KNnpt2M3Cp1OgDEHIKhN5o { top:16.1875rem;left:30rem;width:8.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IctTEXrnPtkNpltNSchIRWRBxt5TvwBk { top:20.875rem;left:30rem;width:8.1875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #onkr6Hz4HK7gH01yqlbR8KJtMPCwyh6u { top:25.625rem;left:30rem;width:7.625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRv6KyNpn0rSspOUS5UoMeJeiZlKIxXH { top:31.3125rem;left:30rem;width:10.0625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGXumcKbLmJ422nSewK8PWEiSDKNxUn1 { top:15.5625rem;left:37.9375rem;width:9.8125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AA64uRkPHqUrLHe1Q8ICtrw4y7IOHHxH { top:20.875rem;left:37.9375rem;width:9.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEaL7p62TxGePtEydnT9UMlAHIyOdrOq { top:26.25rem;left:37.9375rem;width:9.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #liGTRCbmzesdx98XxuPL4oyosl2zRfJE { top:30.9375rem;left:37.9375rem;width:9.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vD0PglKTIRBeSvFFxVhDpUXyAGqK7J84 { top:25.25rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAPsHMAuBdrdS8HyvPglCbditV3xoXSW { top:30.125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT1Fiqe2JbmXbMoGTpkUPVwJlIr9AUFE { top:14rem;left:6.375rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7glKrniFlze3qfd1MxA2KdVnp8Nk51u { top:19.9375rem;left:7.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGhFNsSGayZT6XdmLV9KU2sOCSzTiqoo { top:25.25rem;left:7.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4PlWos4e5SOiuBLe9J2DLsBTowwlO2A { top:30.375rem;left:7.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOHfCtCSIOAlfr3g12q3uSvNTK06JOGv { top:15.25rem;left:25.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPF20hiuAd081eELGWbfJsUiSttRSZeF { top:19.9375rem;left:25.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kULSoTDo8iTtdoiRCsEPCZxhnhm6Vfp5 { top:25.25rem;left:25.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQBttGzwMEZtMn7UyGdZguNstN0JtWc2 { top:30.375rem;left:25.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN6t8mVrxTygMBvoDGJmuUHWNUadQ0fb { top:15.25rem;left:44rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ia9TA7rbmIZbhXQQTAQC5uF5HNtbbJGq { top:19.9375rem;left:44rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocSgLMdEKFOcZgNVARVm1BU20q6TBMQT { top:25.25rem;left:44rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQdKFKU7kBzMkFsXMtqG8SOTQTvokDA2 { top:30.375rem;left:44rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IooDF7vCQ10cMWJWGtaRMT98PRNNRg0p { top:4.4375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ri6zQ7lT8EeAwDpBrlbqiEReO9bnvoNG { width:47.625rem;height:20.3125rem;top:13.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ha6n1P7F5F8thUmRA8cRaHGguDTAaioQ { top:15.25rem;left:7.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gudfaGR5R518wF4oSBDvoIiceLAASNHy { top:3.0625rem;left:0rem;width:47.75rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection { display:block; } #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection *:focus-visible, #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection input[type="text"]:focus-visible, #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection input[type="email"]:focus-visible, #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection input[type="tel"]:focus-visible, #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection textarea:focus-visible { outline: none; } #WTQg1SErFqbnhA1p7BT7wtUkzJ5TG3fR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b9eb171bfc878f1275ded6bd5ea075fe.widget-smartsection { display:block; } #b9eb171bfc878f1275ded6bd5ea075fe.widget-smartsection *:focus-visible, #b9eb171bfc878f1275ded6bd5ea075fe.widget-smartsection input[type="text"]:focus-visible, #b9eb171bfc878f1275ded6bd5ea075fe.widget-smartsection input[type="email"]:focus-visible, #b9eb171bfc878f1275ded6bd5ea075fe.widget-smartsection input[type="tel"]:focus-visible, #b9eb171bfc878f1275ded6bd5ea075fe.widget-smartsection textarea:focus-visible { outline: none; } #iF39pkdsN1RCX5HrMUuU0Pefw5KKAlsI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vKdfODKHLzcascRE9kmDM37gsInALZaR { display:block; }#vKdfODKHLzcascRE9kmDM37gsInALZaR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V123Wz1or1s4UKxRVdT8CBbOvxmHTZHk { top:4.5rem;left:0rem;width:47.75rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETIxSIhGytaZlhxLu6NH8TRHUMic9PHm { top:2.1875rem;left:0rem;width:9.875rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlZHSbXdvqVrCxNWXIuywXPtyT2heUTR { width:15.625rem;height:3.4375rem;top:7.625rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sx6STGMrZhLwJyQ9Ty2fBtO4NurISitS { display:block; }
 }@media only screen and (max-width: 763px) { #N8g8EwVW1DeaAE1dndqrXxQMrbgfI69h { top:7.375rem;left:9.375rem;width:24.0625rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xn5K4JpCGL02zuHI0WIV8Q0Rq9eW8xzm { display:block; }#Xn5K4JpCGL02zuHI0WIV8Q0Rq9eW8xzm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HALaTAJuwt5Ebee9dzVAdTK9mKOO0OVn { top:0.25rem;left:4.28125rem;width:39.1875rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbVsS5wxkGnOVizOXVwv5IMgKgNq6g4T { display:block; }#dbVsS5wxkGnOVizOXVwv5IMgKgNq6g4T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QJIItg4AQ3G3B8FbC9oFTrwhhy67u76l { width:17.6875rem;height:3.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Boksl738pTd3uR7Rw15kIUgnnbtZRomd { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hgt1icuSv0QhnPB3ZWXMLOkSy3E2H27J { background-color:rgba(255,255,255,0.87);background-image:url("https://images.assets-landingi.com/uc/ecd57626-8f58-40cb-ab40-333db0537876/fondoblanco52525252.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#hgt1icuSv0QhnPB3ZWXMLOkSy3E2H27J.adaptive-delivery-prevent-bg, #hgt1icuSv0QhnPB3ZWXMLOkSy3E2H27J.lazyload, #hgt1icuSv0QhnPB3ZWXMLOkSy3E2H27J.lazyloading { background-image: none; }#hgt1icuSv0QhnPB3ZWXMLOkSy3E2H27J > .row .container { background-color: transparent; background-image: none; }#hgt1icuSv0QhnPB3ZWXMLOkSy3E2H27J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hgt1icuSv0QhnPB3ZWXMLOkSy3E2H27J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hgt1icuSv0QhnPB3ZWXMLOkSy3E2H27J > .row .container > .video-iframe-container { display: none; }#hgt1icuSv0QhnPB3ZWXMLOkSy3E2H27J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hgt1icuSv0QhnPB3ZWXMLOkSy3E2H27J > .row > .video-iframe-container { display: none; }#hgt1icuSv0QhnPB3ZWXMLOkSy3E2H27J > .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); }#hgt1icuSv0QhnPB3ZWXMLOkSy3E2H27J > .row .container { width:20rem;height:18.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #smLRJ15SrFQ6qespATDk9ttr3o5KSdCK { width:6.1875rem;height:0.625rem;top:8.53125rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GI4P01dr1sJmvySNS0oZMS5fHTC7RRmI { width:19.75rem;height:4.8125rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozGuBaR7Oe0pRSXnqBNeMm6H94PdeByh { width:14.5625rem;height:4.9375rem;top:0.6123046875rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3FF79JLU0PHnM6TvDy59GsWMnJk1fLa { width:16.1875rem;height:4.125rem;top:13.3125rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wn9mITxioSFL6iuR3Ec1zrHqELPlvo66 { width:5.8125rem;height:2.1875rem;top:7.75rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1Dz6mUGdogIGTqZm4eSalq58XJJdLms { background-color:#f0eff5;background-image:url("https://images.assets-landingi.com/uc/4523d3cd-2839-4c7a-adc9-2c0d8e802cdd/backingforheaders_Soluthead1copia7.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms.adaptive-delivery-prevent-bg, #D1Dz6mUGdogIGTqZm4eSalq58XJJdLms.lazyload, #D1Dz6mUGdogIGTqZm4eSalq58XJJdLms.lazyloading { background-image: none; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row .container { background-color: transparent; background-image: none; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row .container > .video-iframe-container { display: none; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row > .video-iframe-container { display: none; }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .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); }#D1Dz6mUGdogIGTqZm4eSalq58XJJdLms > .row .container { width:20rem;height:100.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tEVtxxtgFWvqR5qdHrpfyPE19cXtMGPZ { width:18rem;height:9.098625rem;top:6.7666015625rem;left:1.40625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #utiV7ELhtVBGrSycvQARPn8w28rzRZ8b { width:5.5rem;height:1.5rem;top:21.1875rem;left:2.125rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #fdFfHBVF4IJvEgy8mA2Zkqhpp9GQ86Tb { width:5.9375rem;height:1.5rem;top:21.5rem;left:12.25rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #aoyU3vb8Xhpe0DkaQxfo2KJbKZhI198C { width:5.5625rem;height:1.5rem;top:31.9375rem;left:7.25rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #f8AUX7fxT91cVarkqKtv8gcVU3udKdE0 { width:3.25rem;height:3.25rem;top:16.875rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqO0vtf9k3dabZCsatbe5Kxmvwd00dgB { width:3.375rem;height:3.375rem;top:27.5625rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s32Kzk9nfrprwcXRZwA8yDHGcxOJZ1y6 { width:3.4375rem;height:3.4375rem;top:16.875rem;left:3.1875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #pOTevne3nqyMKdHPspXKQBy5tcAb5idE { width:20rem;height:2.11230625rem;top:3.9375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MUWlzfNFQ5h5n5ATiBHtAIzWK1gdf2Fw { width:9.5rem;height:7.375rem;top:16.5625rem;left:0rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #CX1gK0MGOlD1nMrhgsT5mLOiCwHS5iZ7 { width:9.5rem;height:7.375rem;top:16.5625rem;left:10.375rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #WUkkExfrtbaf3dGCVxqgtecq9PZeLuMK { width:9.5rem;height:7.375rem;top:26.6875rem;left:5.1875rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #FrdOTIQQ3hGIgKx918lyWnlPB0Tn1rB0 { width:15.25rem;height:4rem;top:89.4375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qwi6aOMPzqtsvVxTb3TiZvsuiGERZKps { display:block; }
 }@media only screen and (max-width: 763px) { #oP85QMJ6PB76mzqcH0KR4t1vVFLB49X9 { width:14.625rem;height:4.75rem;top:86.8125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKaAXBwCWVaqNqSrNB7kDTOThzsJOHSv { width:14.1875rem;height:0.9746125rem;top:87.6875rem;left:2.90625rem;font-size:0.8125rem;color:#595d68;display:block; }
 }@media only screen and (max-width: 763px) { #Gi84AhT9ESLLJFdxoEMEATxb1w2MQHcV { width:20rem;height:4.7942754919499rem;top:94.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTJS4GHR6tA1ghTiyF2gCNZMJUyXFhe2 { width:13rem;height:2.625rem;top:95.583984375rem;left:3.5rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OaTqTDgA7fqIAe2TNfR6UvXCC7S1qAH6 { width:20rem;height:29.125rem;top:37.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKO5JS3PIquNgKKSpbNrcSvZdZNVFOvA { background-color:#f0eff5;background-image:none;display:block; }#oKO5JS3PIquNgKKSpbNrcSvZdZNVFOvA > .row .container { background-color: transparent; background-image: none; }#oKO5JS3PIquNgKKSpbNrcSvZdZNVFOvA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKO5JS3PIquNgKKSpbNrcSvZdZNVFOvA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKO5JS3PIquNgKKSpbNrcSvZdZNVFOvA > .row .container > .video-iframe-container { display: none; }#oKO5JS3PIquNgKKSpbNrcSvZdZNVFOvA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKO5JS3PIquNgKKSpbNrcSvZdZNVFOvA > .row > .video-iframe-container { display: none; }#oKO5JS3PIquNgKKSpbNrcSvZdZNVFOvA > .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); }#oKO5JS3PIquNgKKSpbNrcSvZdZNVFOvA > .row .container { width:20rem;height:44.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #upQVxoqy2X5sudTyxffrmpRg0NBbq70W { width:20rem;height:20rem;top:17rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #agohv7wVkp7a4TA9mnInqqWKBLOs7ydh { width:11.3125rem;height:3.3125rem;top:36.9375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUbbTpOlrwkVtCrTmiKzZaf4zhrtRJ2H { width:17.75rem;height:7.347625rem;top:7.853515625rem;left:1.125rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#595d68;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #tBUSWdX9KSpBFkCedNtczHy5AfODpcFH { width:9.5625rem;height:3.625rem;top:42.9375rem;left:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ARs3q4B2QGk4CTAqPuqcXLIQEBFlnqNn { width:16.9375rem;height:1.58105625rem;top:3.208984375rem;left:1.53125rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UQhzDgUcnMcpwOdDBS3F9KTStmrryMXH { width:18.5625rem;height:16.375rem;top:24.5rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRH7fXnJmhyqpiIQGymO4qDHSOLE1E4q { width:20rem;height:4.8125rem;top:1.5945129394531rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #ET4Gug2ubBA9i5N6ZI9RVMtc31Umrmni { width:19.875rem;height:19.875rem;top:17rem;left:0rem;border-top-left-radius:17.1875rem;border-top-right-radius:17.1875rem;border-bottom-left-radius:17.1875rem;border-bottom-right-radius:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxQ3Wncbrd4P7KTdVguHfoKWZtWpS9Sb { width:20rem;height:8.3125rem;top:36.936912536621rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HJmmRkFhsJWCS1SmzP5uhG92Qy67IPkh { display:block; }#HJmmRkFhsJWCS1SmzP5uhG92Qy67IPkh > .row .container { width:20rem;height:88.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UAdx8SwQ2kZvTMMrCWX2rxnO4lTNmi1u { width:17.625rem;height:4.467775rem;top:15.374816894531rem;left:1.1875rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RgsqIptiuMcAbOyTVWKc3MEcLnIbFPb7 { width:17.5625rem;height:1.3808625rem;top:11.375rem;left:1.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;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; }
 }@media only screen and (max-width: 763px) { #Vs7i30MEfQyacOuawW6ygyZUA4ODqtgp { width:17.5625rem;height:4.467775rem;top:39.9375rem;left:1.21875rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fGGDMgI1n1hlrUGskdugCKJeLZzhbsQ3 { width:14.75rem;height:1.3808625rem;top:35.400970458984rem;left:2.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;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; }
 }@media only screen and (max-width: 763px) { #nTg6iJAa87iV6lNk1nqzgROWcKyWQvwB { width:18.0625rem;height:3.57421875rem;top:52.8740234375rem;left:0.96875rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eeopB8xpH2A43ZFaPxJFQhtZo73Liq67 { width:18.3125rem;height:1.48730625rem;top:48.411712646484rem;left:0.84375rem;font-size:1.0625rem;text-align:center;text-align-last:center;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; }
 }@media only screen and (max-width: 763px) { #xhnAhq2noc4bBeSpsipPUOrSlHJZbghe { width:17.625rem;height:5.361325rem;top:64.812683105469rem;left:1.1875rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iXaK6JCgn6PJxKJFq3zF88gvz3wfi8tt { width:15.9375rem;height:4.467775rem;top:28.0625rem;left:2.03125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lQTkf9hUkqrNcNZTXkHMQqC1kXCpgwGH { width:16rem;height:1.48730625rem;top:60.975189208984rem;left:2rem;font-size:1.0625rem;text-align:center;text-align-last:center;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; }
 }@media only screen and (max-width: 763px) { #mWqq2TvwdxXW9F5EJXdWTvSPiUFNXg6C { width:17.1875rem;height:2.76171875rem;top:22.837890625rem;left:1.40625rem;font-size:1.0625rem;text-align:center;text-align-last:center;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; }
 }@media only screen and (max-width: 763px) { #RVNCMslxbutIsOBRRA8LS7QOQutZc8gb { width:10.8125rem;height:1.71875rem;top:2.9353485107422rem;left:4.59375rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m3sPH4SDvLIyAsNxPS52PedABlH4Du5T { width:19.25rem;height:4.8125rem;top:1.3894348144531rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #iHx7ak94H1l9SrhISd1ncDKBuR1qOL3m { width:19.875rem;height:11.125rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRhCHuKPvI4rnwJbtIxkJubBy8qwaEQT { width:20rem;height:4.0625rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkWbMs7xz3p4KsHJJVODOIgwAOqBrFGm { width:19.875rem;height:11.125rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7mPS3ekFrWUUAA6kwReT4I7szd3ttno { width:20rem;height:4.0625rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMO7Gm03wCR19RxP5v0DNvZ2zJeTvTdT { width:19.875rem;height:11.125rem;top:34.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #olrRRJIpQRRotwGMTHaa7TiUJP7TQHkU { width:20rem;height:4.0625rem;top:34.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWVgXO0Ql02CHipne3PBsTuX4KPA1ZX7 { width:19.875rem;height:11.125rem;top:47.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4I2z3NOHdNB5MwxrSzOyOQE7oIKbt0C { width:20rem;height:4.0625rem;top:47.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKi5o7hpxyit6mRu56ONdmRCk5DQEgyg { width:19.875rem;height:11.125rem;top:59.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3L5O7Xb2xOeEMdTCOJDM4y54ZbXPbrm { width:20rem;height:4.0625rem;top:59.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEP5RVNKKiyRBMuV98duWwJKBl7WtSdK { width:16.4375rem;height:3.57421875rem;top:77.625rem;left:1.78125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XyINa4rfvafWxQfOn2wFew8EfiUwfAxu { width:19.875rem;height:12.0625rem;top:72.1875rem;left:0rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #Sn3wfA40hfv5OWrwRV5T4ZqTGGH6aTLX { width:20rem;height:4.125rem;top:72.1875rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #WCTie3bLTeJ8I2w3kKyzx3TZrdvN77ex { width:16.25rem;height:1.3808625rem;top:74.122032165525rem;left:1.875rem;font-size:1.0625rem;text-align:center;text-align-last:center;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; }
 }@media only screen and (max-width: 763px) { #iC4K1EOs05nADWWqQHR6q9Z5FEbX9lIQ { display:block; }#iC4K1EOs05nADWWqQHR6q9Z5FEbX9lIQ > .row .container { width:20rem;height:24.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zfeBPrDt7Kf2ZTULIT8fbkrbTamnJTUC { width:19.4375rem;height:8.8125rem;top:11rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfeXuqPqOnsTTdZI2Bz3k0XqEapWHpgT { width:16.875rem;height:2.75rem;top:4.6875rem;left:1.5625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CBlgB6ZmTr2aG8FHnarHNtDDDOdlDzlS { width:10.0625rem;height:5.0625rem;top:16rem;left:8.3336776859506rem;display:block; }
 }@media only screen and (max-width: 763px) { #fipFNx3UlEX03QTs5Qx5AduZ8Tc4qThg { display:block; }#fipFNx3UlEX03QTs5Qx5AduZ8Tc4qThg > .row .container { width:20rem;height:51.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X5yv648Tn1kto0PozIR9pBeiaLIlceSM { width:7.5625rem;height:2rem;top:10.5625rem;left:7.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uN0wm3FBAU2oNsRAIwU86gJQrebXtHPS { width:10.9375rem;height:3.57421875rem;top:12.6875rem;left:7.25rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c5IQzZOsN30mGiXHwnHO1w0sVR8675Xb { width:10.9375rem;height:2.6806625rem;top:23.1875rem;left:7.25rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gOKFTimXzZqdoKQNg5Haz5zhh4TuzFiv { width:9.1875rem;height:2rem;top:20.9375rem;left:7.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V2B6alozcmQT5PWTEUTtnOwxT9PJKAqJ { width:9.875rem;height:3.57421875rem;top:32.8125rem;left:7.25rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AQskHS57zA8JZCzUPr54soTXwEhucAgQ { width:8.8125rem;height:2.125rem;top:30.4375rem;left:7.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lVfCCnSe2SqS03kSOFqc52V3vOfnrUS8 { width:10.75rem;height:4.467775rem;top:42.8125rem;left:7.25rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #paW3ctQvPfT4offKOxEkALLH9Pcqoy3Z { width:8.75rem;height:2.125rem;top:40.5625rem;left:7.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ftK0SkaeO6UV56elcIc1HIoqpriDU03G { width:3.625rem;height:4.375rem;top:11.0625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDqk4Ep4BRBvNNt4u0Ox0c1av8JbbdGt { width:4.375rem;height:4.375rem;top:21.5rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6a4dyXpBHLVMfpT4TKr7A2PEpKK4BD0 { width:4.375rem;height:4.0625rem;top:31.125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6tvZT11k8yB4iBf4bRt2BAhTlTozSpx { width:4.375rem;height:4.375rem;top:41.125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqSocT8NfWgDxTHUpPyNfvXb99JayFBZ { width:17.375rem;height:8.1875rem;top:9.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZRTykQdZTHI7QmQDt2nw1PbuWvw46Fm { width:16rem;height:3.7119125rem;top:3.01953125rem;left:2rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AyxhXwc2o68zu7rgGdz2uTeipW1sVPZd { width:17.375rem;height:8.1875rem;top:29.0625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kmw1mz09mElcAzCuguiAx20X7aGTLaHn { width:5.5rem;height:5.5rem;top:79.405275rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #SSUg6Ovgc6HFuU91ZV44QNQCHFGlz1xR { width:5.5rem;height:5.5rem;top:93.842775rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ck5S7TEmgxKvDRRz6B6r24TApoXkTFJb { width:20rem;height:5.75rem;top:2rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #fMtK5wNoIZIAG5fyThme1sxFqilO54uW { width:17.375rem;height:8.1875rem;top:19.568359375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFpQmZTQOL0ri9VToco0rLTJxpb4SuN5 { width:17.375rem;height:9.1875rem;top:39.21875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7vTaAeT0sGpP4J2VyPqvyM98xs0tBft { width:13.875rem;height:13.1875rem;top:82.280275rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SxeVX9kqSTTZuEJiTIEKMo7xZsrE27KT { width:13.875rem;height:13.1875rem;top:96.717775rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #g76lMOPL7T6Gm9ZsOwFxkpa1CNnTwW0p { background-color:#f0eff5;background-image:none;display:block; }#g76lMOPL7T6Gm9ZsOwFxkpa1CNnTwW0p > .row .container { background-color: transparent; background-image: none; }#g76lMOPL7T6Gm9ZsOwFxkpa1CNnTwW0p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g76lMOPL7T6Gm9ZsOwFxkpa1CNnTwW0p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g76lMOPL7T6Gm9ZsOwFxkpa1CNnTwW0p > .row .container > .video-iframe-container { display: none; }#g76lMOPL7T6Gm9ZsOwFxkpa1CNnTwW0p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g76lMOPL7T6Gm9ZsOwFxkpa1CNnTwW0p > .row > .video-iframe-container { display: none; }#g76lMOPL7T6Gm9ZsOwFxkpa1CNnTwW0p > .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); }#g76lMOPL7T6Gm9ZsOwFxkpa1CNnTwW0p > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oWX6bs4stPzfnHXlwl6Zgz3XhALIetUz { width:15.6875rem;height:2.61230625rem;top:4.474609375rem;left:2.15625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bsfOvlvJ2l1vynI7x3Ixq0BCIJRvXALo { width:20rem;height:4.8125rem;top:3.375rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #UEF5R9yCMbPZdVp2fNrzIf87oU86rPww { width:20rem;height:10.1875rem;top:5.6875rem;left:0rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #UM1DWTTkNlUqBx9FzpuTpr5mZlkmy4Nr { width:13.3125rem;height:1.25rem;top:31.4365234375rem;left:3.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #arq5Zx79dfhktzo7UoTsZyBtrkl35lTb { width:19.125rem;height:4.8125rem;top:10.875rem;left:0.4375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #QBuTyKHy4aOkJN4tqZTdlAuB32yc6V7J { width:5.5rem;height:5.5rem;top:10.53125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xi99MQylG7cxXsU0vGTRf360vxCfCr0b { width:3.875rem;height:3.875rem;top:11.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUw2eoOdWRobIOcNo6dXwFkiryTX11pA { width:12.625rem;height:1.3808625rem;top:12.58984375rem;left:6.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mx3BZZkVyxkhKyvheNAAzXsKV5ZZQCTp { width:19.125rem;height:4.8125rem;top:23.1875rem;left:0.4375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #e992nvZSrtp07VTSAZFxB09OGN09EHSp { width:5.5rem;height:5.5rem;top:22.8125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtz21IgtLWOTEDtiLrwdrxRand8igcOA { width:3.875rem;height:3.875rem;top:23.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ha8M53hpMJ5SrJOryx0139bRA85T7pLQ { width:10.125rem;height:4.142575rem;top:23.521484375rem;left:6.78125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #anBO87acyRLfovg7ZLkoan3n89DCo9d1 { width:19.125rem;height:4.8125rem;top:40.375rem;left:0.4375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #NqSX9T0ecbnzHOItrGAdnbq993ec4qqS { width:5.5rem;height:5.5rem;top:40.03125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eu9ZD6HsTpofgA8NM2CKpKIDCmfMbiWS { width:3.875rem;height:3.875rem;top:40.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pptqT2Nt05LaTgZLCyT2qLzGg6dZDUmL { width:10.125rem;height:2.76171875rem;top:41.4375rem;left:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #enXEXVLVNW9LwLvWTLF8ZDeUnbSt5tgl { width:19.125rem;height:4.8125rem;top:46.3125rem;left:0.4375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #PcAytzwc26uDmGBS17Z6hv7DHR1EnJvX { width:11.6875rem;height:4.142575rem;top:46.646484375rem;left:6.59375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0dtTzHXtai2iIdIveeEnpSvDQnow34b { width:19.125rem;height:4.8125rem;top:34.4375rem;left:0.4375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #XVreoCvP8QNi5iSeGNlcZkC7RwBLhsa4 { width:11.8125rem;height:4.142575rem;top:34.771484375rem;left:6.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPmG7ohPCJ0XrkXAnK6RTCzxHWgbxcIr { width:5.5rem;height:5.5rem;top:34.125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GppET0N2cRS7qFQnRmzUakZqnf9Q9I9q { width:5.5rem;height:5.5rem;top:45.96875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuU8cTUWyXfNPtoEoV4XifTlmJoCO3PT { width:3.875rem;height:3.875rem;top:34.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxTCKXX3UIZee6rKl3UUDhQMnU1cqmz5 { width:3.875rem;height:3.875rem;top:46.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUuVgqPH1sfHhr2c8Kvqxbiz47sUyaLT { width:5.5rem;height:5.5rem;top:16.8125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #byhzG10qRssWNstl5emBdQcmcShpIbtN { width:19.125rem;height:4.8125rem;top:17.125rem;left:0.4375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #sTQ7rG0LXohgsp6nZEZ1p5KLvMUXDZa1 { width:3.875rem;height:3.875rem;top:17.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnHrdrgeTkaqBJdII5kxyqUKEf88PS5H { width:12.625rem;height:1.3808625rem;top:18.8125rem;left:7rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIro5J8rXAWBe2sJIo72MlwJOVEqiyD4 { background-color:#ffffff;background-image:none;display:block; }#OIro5J8rXAWBe2sJIo72MlwJOVEqiyD4 > .row .container { background-color: transparent; background-image: none; }#OIro5J8rXAWBe2sJIo72MlwJOVEqiyD4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OIro5J8rXAWBe2sJIo72MlwJOVEqiyD4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OIro5J8rXAWBe2sJIo72MlwJOVEqiyD4 > .row .container > .video-iframe-container { display: none; }#OIro5J8rXAWBe2sJIo72MlwJOVEqiyD4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OIro5J8rXAWBe2sJIo72MlwJOVEqiyD4 > .row > .video-iframe-container { display: none; }#OIro5J8rXAWBe2sJIo72MlwJOVEqiyD4 > .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); }#OIro5J8rXAWBe2sJIo72MlwJOVEqiyD4 > .row .container { width:20rem;height:24.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y7wLIJqV3W5tEQTJ095yfuWcgTDyaK2T { width:20rem;height:11.1875rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #blTB7ZacrkdlFi2VxoO0d92KQJS3zKwn { width:6.75rem;height:7.5625rem;top:4.875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #itFEZ0E9FZ95SeesfZwLmZkACbVv1vs0 { width:15.625rem;height:3.4375rem;top:17.75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAMQiyDu2TEVXTmgSDV2rrOnkx4LH6vh { display:block; }
 }@media only screen and (max-width: 763px) { #wKcJ0Al906vZSc3slblNSwBXKwZZcNe1 { width:13.0625rem;height:1.86865rem;top:14.354949951172rem;left:3.46875rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pqt0Aepyv3TsFt3Ca3BlQ3PBvFJNirWO { display:block; }#Pqt0Aepyv3TsFt3Ca3BlQ3PBvFJNirWO > .row .container { width:20rem;height:91.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MvKMkSDvWd23xscm1e6ANEVg7DPKu3WT { width:5.625rem;height:5.625rem;top:65.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFBoxSQx66ku1BZLzwEr9t3WqKGTxrss { width:11.3125rem;height:3.0244125rem;top:3.5810546875rem;left:3.4375rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BMr15RkaTvI6ua2c7ivi3761kDHP2Mwp { width:17.625rem;height:9.07425rem;top:11.0625rem;left:1.1875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#BMr15RkaTvI6ua2c7ivi3761kDHP2Mwp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ed30515b-18e4-4627-8d83-105ff3a7d19f/ICONS_Mesadetrabajo1copia5.svg); }
 }@media only screen and (max-width: 763px) { #acm8KRkhrsKJ1UC9Kn6UApBhdrVTMAfb { width:18.375rem;height:13.9081875rem;top:76.375rem;left:1.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#acm8KRkhrsKJ1UC9Kn6UApBhdrVTMAfb li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ed30515b-18e4-4627-8d83-105ff3a7d19f/ICONS_Mesadetrabajo1copia5.svg); }
 }@media only screen and (max-width: 763px) { #KdHzee0WfwkUqM0ndWBXS5v0n3WwtRyG { width:9.4375rem;height:8.75rem;top:63.6875rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PO7LKpWzqEQgMiouEQnSCrvEhT4KSNRd { width:10.9375rem;height:1.1875rem;top:73.6875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5Kew0r71yB0OdanNos5txtt06mxlhzg { width:19.875rem;height:23.6875rem;top:36.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElX0o7WRiKPH8uifIOS81tRuvsWLrX3a { width:20rem;height:22.727272727272rem;top:36.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLs4ZTQSed2Smb0xu62T3X6SsH4i5W9Q { width:20rem;height:14.5625rem;top:20.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgvqLzhbXdn7mMMoVakCDBFhrBfcBTsR { width:18.875rem;height:12.75rem;top:21.46875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #me4qWiJk9CT0dxCETIoiUhrGCeuwKxGz { width:20rem;height:4.8125rem;top:2.6868896484375rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #i2NXz7Sxqia4ThfT80kVJCXx2pGcFKcM { display:block; }#i2NXz7Sxqia4ThfT80kVJCXx2pGcFKcM > .row .container { width:20rem;height:59rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fvRhudNsDlPZHbPCIBhl33n32GvvLBko { width:3.25rem;height:3.0625rem;top:3.029296875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIXqQkMmmszsNKtlS9W6sTKSiDiQ58TH { width:17.3125rem;height:16.1548125rem;top:13.33203125rem;left:1.34375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#GIXqQkMmmszsNKtlS9W6sTKSiDiQ58TH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5eee8fcb-fa75-421c-9d00-a590f448db26/BULLETS_Mesadetrabajo1copia10.svg); }
 }@media only screen and (max-width: 763px) { #umfwSwcRtAszk87l0mN2LgftWmRTTkWd { width:17.3125rem;height:6.82325rem;top:36.812255859375rem;left:1.34375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#umfwSwcRtAszk87l0mN2LgftWmRTTkWd li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ed30515b-18e4-4627-8d83-105ff3a7d19f/ICONS_Mesadetrabajo1copia5.svg); }
 }@media only screen and (max-width: 763px) { #mdoTmoBolFEJLxQdI7kFdxrQ6ITKvAPH { width:20rem;height:19.6875rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvVmqP6ZEe1fdoCUUuH0N7VaMr6VxfP1 { width:17.5625rem;height:11.5625rem;top:45.1953125rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6acM7odHxLdnm4rVLSumB1cgnKe3mSr { width:7.1875rem;height:7.1875rem;top:33.257598876953rem;left:6.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sbWLpekTmbCDVXtIhNvDMWK2TeJah8cS { width:4.625rem;height:4.625rem;top:2.4363403320312rem;left:1.4375rem;background-color:#ffffff;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) { #o4fECdswX57WGnxtAHR1TAUyVAgkkkwg { width:7.1875rem;height:7.1875rem;top:46.5703125rem;left:11.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QLwQol1xla7HmJzal2QCxBTzDgNhnqCt { width:3.25rem;height:3.25rem;top:3.1865234375rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ltd77T7lTpQ6ILJ75TXRrVNN8MyCwpEt { width:3.25rem;height:3.25rem;top:3.1865234375rem;left:14.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sv0TOZemXiO9mho3ZKz2yGxhxpoV7KsT { width:5.625rem;height:1.92480625rem;top:7.9365234375rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #mx2dOmadnktzT0USA8Gd0taBTlSOvrCs { width:5rem;height:1.92480625rem;top:7.9365234375rem;left:7.5rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #zUM1b8isqJk8rPzv2KlZneoFILQu2FbT { width:5.6875rem;height:2.88720625rem;top:7.4990234375rem;left:13.375rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #baHf5QEO1Dd6kVSrwvmyTg4rTbU5r6rk { width:18.75rem;height:15.5rem;top:1.0849609375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMADwrRJF89R6TTSm2MWXzV5zEeOdMzk { width:19.875rem;height:16.5rem;top:33.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iu0eTq6nQIO7hV0eKHnVgXUO7yWIQBZh { width:4.625rem;height:4.625rem;top:2.4365234375rem;left:7.625rem;z-index:15005;background-color:#ffffff;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) { #WLNkKdzNolQ3fg5oS20NPd5ZpaVhuhHq { width:4.625rem;height:4.625rem;top:2.4365234375rem;left:13.78125rem;z-index:15006;background-color:#ffffff;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) { #kpZ2GaRZ6TcfGFFJT6WGudSLThzrP8i3 { display:block; }#kpZ2GaRZ6TcfGFFJT6WGudSLThzrP8i3 > .row .container { width:20rem;height:62.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zDiaSVGZo7SsvffbdQqmNdsEgKy5izrp { width:18.625rem;height:9.505375rem;top:9.625rem;left:0.6875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qd7JrN82KJKFJaSTO0m0JRZRqk9zW6Iu { width:3.125rem;height:3.125rem;top:22.875rem;left:1.375rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #IWk4P2mFxhGnoifODZL81uJVQT1eoq9n { width:3.125rem;height:3.125rem;top:22.875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZnxaCoFP8qTrHKdTN1CIEudHWsZKTpF { width:5.5625rem;height:1.94921875rem;top:25.9375rem;left:0.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B8f9LDcWUQiJXTWRT5Xi5d5W8xgXWc3x { width:5.5625rem;height:1.94921875rem;top:25.9375rem;left:7.4375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nb2N2y0QLLBe5VvOnTpSoHgzgDcE5z7U { width:5.3125rem;height:1.5rem;top:32.1748046875rem;left:14.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #fioCCxknqy7lLrhGqVnKFcikAKMStDrA { width:6.3125rem;height:2.25rem;top:38.0625rem;left:13.5rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #qJaBLp5dvN0h0CiQDPusf4AIZcDRM5XF { width:4.625rem;height:0.9746125rem;top:26rem;left:14.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kmCrTarMxHggXW6bUUG5pQohLIpTK9wi { width:5.4375rem;height:1.94921875rem;top:38.3251953125rem;left:0.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lXMbJZgfhHTfrUIBUBVU5RTJQAIIoGJ1 { width:5.3125rem;height:1.6494125rem;top:44.125rem;left:0.375rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #V4ssHcTUCRK1GQndMZdBG0REbdGA2RbS { width:4.125rem;height:0.9746125rem;top:44.4375rem;left:14.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u5L5rcSGA9KNnpt2M3Cp1OgDEHIKhN5o { width:6.25rem;height:0.9746125rem;top:32.4365234375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IctTEXrnPtkNpltNSchIRWRBxt5TvwBk { width:4.75rem;height:1.94921875rem;top:44rem;left:7.875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #onkr6Hz4HK7gH01yqlbR8KJtMPCwyh6u { width:6.1875rem;height:1.51171875rem;top:50.1904296875rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #WRv6KyNpn0rSspOUS5UoMeJeiZlKIxXH { width:6.125rem;height:0.89355625rem;top:50.5rem;left:6.9375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aGXumcKbLmJ422nSewK8PWEiSDKNxUn1 { width:6.25rem;height:1.51171875rem;top:32.0625rem;left:7.3125rem;font-size:0.6875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #AA64uRkPHqUrLHe1Q8ICtrw4y7IOHHxH { width:5.1875rem;height:0.9746125rem;top:38.3251953125rem;left:7.59375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oEaL7p62TxGePtEydnT9UMlAHIyOdrOq { width:4.875rem;height:0.9746125rem;top:50.5rem;left:14.4375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #liGTRCbmzesdx98XxuPL4oyosl2zRfJE { width:6.9375rem;height:0.9746125rem;top:56.375rem;left:6.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vD0PglKTIRBeSvFFxVhDpUXyAGqK7J84 { width:3.125rem;height:3.125rem;top:28.5rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAPsHMAuBdrdS8HyvPglCbditV3xoXSW { width:3.125rem;height:3.125rem;top:34.3125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT1Fiqe2JbmXbMoGTpkUPVwJlIr9AUFE { width:4rem;height:4rem;top:18.8125rem;left:14.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #q7glKrniFlze3qfd1MxA2KdVnp8Nk51u { width:3.125rem;height:3.125rem;top:35rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGhFNsSGayZT6XdmLV9KU2sOCSzTiqoo { width:3.125rem;height:3.125rem;top:40.9375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4PlWos4e5SOiuBLe9J2DLsBTowwlO2A { width:3.125rem;height:3.125rem;top:40.9375rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOHfCtCSIOAlfr3g12q3uSvNTK06JOGv { width:3.125rem;height:3.125rem;top:29.1123046875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPF20hiuAd081eELGWbfJsUiSttRSZeF { width:3.125rem;height:3.125rem;top:40.9375rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kULSoTDo8iTtdoiRCsEPCZxhnhm6Vfp5 { width:3.125rem;height:3.125rem;top:46.5rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQBttGzwMEZtMn7UyGdZguNstN0JtWc2 { width:3.125rem;height:3.125rem;top:47.125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN6t8mVrxTygMBvoDGJmuUHWNUadQ0fb { width:3.125rem;height:3.125rem;top:29.0625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ia9TA7rbmIZbhXQQTAQC5uF5HNtbbJGq { width:3.125rem;height:3.125rem;top:35rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocSgLMdEKFOcZgNVARVm1BU20q6TBMQT { width:4rem;height:4rem;top:46.625rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQdKFKU7kBzMkFsXMtqG8SOTQTvokDA2 { width:3.125rem;height:3.125rem;top:53.3125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IooDF7vCQ10cMWJWGtaRMT98PRNNRg0p { width:17.75rem;height:2.4746125rem;top:4.54296875rem;left:1.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ri6zQ7lT8EeAwDpBrlbqiEReO9bnvoNG { width:19.875rem;height:37.375rem;top:21.1240234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ha6n1P7F5F8thUmRA8cRaHGguDTAaioQ { width:3.125rem;height:3.125rem;top:22.875rem;left:15.0625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #gudfaGR5R518wF4oSBDvoIiceLAASNHy { width:20rem;height:4.8125rem;top:3.375rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection { display:block; } #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection *:focus-visible, #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection input[type="text"]:focus-visible, #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection input[type="email"]:focus-visible, #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection input[type="tel"]:focus-visible, #mFu6hDv0NJ3XBshHw7i0MJf5bk3NBXOo.widget-smartsection textarea:focus-visible { outline: none; } #WTQg1SErFqbnhA1p7BT7wtUkzJ5TG3fR > .row .container { width:20rem;height:54.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b9eb171bfc878f1275ded6bd5ea075fe.widget-smartsection { display:block; } #b9eb171bfc878f1275ded6bd5ea075fe.widget-smartsection *:focus-visible, #b9eb171bfc878f1275ded6bd5ea075fe.widget-smartsection input[type="text"]:focus-visible, #b9eb171bfc878f1275ded6bd5ea075fe.widget-smartsection input[type="email"]:focus-visible, #b9eb171bfc878f1275ded6bd5ea075fe.widget-smartsection input[type="tel"]:focus-visible, #b9eb171bfc878f1275ded6bd5ea075fe.widget-smartsection textarea:focus-visible { outline: none; } #iF39pkdsN1RCX5HrMUuU0Pefw5KKAlsI > .row .container { width:20rem;height:33.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vKdfODKHLzcascRE9kmDM37gsInALZaR { background-color:#ffffff;background-image:none;display:block; }#vKdfODKHLzcascRE9kmDM37gsInALZaR > .row .container { background-color: transparent; background-image: none; }#vKdfODKHLzcascRE9kmDM37gsInALZaR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKdfODKHLzcascRE9kmDM37gsInALZaR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKdfODKHLzcascRE9kmDM37gsInALZaR > .row .container > .video-iframe-container { display: none; }#vKdfODKHLzcascRE9kmDM37gsInALZaR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKdfODKHLzcascRE9kmDM37gsInALZaR > .row > .video-iframe-container { display: none; }#vKdfODKHLzcascRE9kmDM37gsInALZaR > .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); }#vKdfODKHLzcascRE9kmDM37gsInALZaR > .row .container { width:20rem;height:27.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V123Wz1or1s4UKxRVdT8CBbOvxmHTZHk { width:20rem;height:14.625rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETIxSIhGytaZlhxLu6NH8TRHUMic9PHm { width:6.3125rem;height:7.0625rem;top:5.125rem;left:6.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlZHSbXdvqVrCxNWXIuywXPtyT2heUTR { width:15.625rem;height:3.4375rem;top:19.3125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sx6STGMrZhLwJyQ9Ty2fBtO4NurISitS { display:block; }
 }@media only screen and (max-width: 763px) { #N8g8EwVW1DeaAE1dndqrXxQMrbgfI69h { width:17.6875rem;height:5.1181625rem;top:13.1875rem;left:2.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xn5K4JpCGL02zuHI0WIV8Q0Rq9eW8xzm { display:block; }#Xn5K4JpCGL02zuHI0WIV8Q0Rq9eW8xzm > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HALaTAJuwt5Ebee9dzVAdTK9mKOO0OVn { width:20rem;height:1.13720625rem;top:0.3125rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dbVsS5wxkGnOVizOXVwv5IMgKgNq6g4T { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#dbVsS5wxkGnOVizOXVwv5IMgKgNq6g4T > .row .container { width:20rem;height:2.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QJIItg4AQ3G3B8FbC9oFTrwhhy67u76l { width:11.0625rem;height:2.25rem;top:0rem;left:4.46875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Boksl738pTd3uR7Rw15kIUgnnbtZRomd { display:block; }
 }