.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
@media only screen and (max-width: 763px) { 
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#mszcsMANSEbCLt6E4TfZsTtqr25ineFz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e7e8;background-image:url("https://images.assets-landingi.com/PFY8PlJL/Sin_t_tulo_5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }
#mszcsMANSEbCLt6E4TfZsTtqr25ineFz.adaptive-delivery-prevent-bg { background-image: none; }#mszcsMANSEbCLt6E4TfZsTtqr25ineFz > .row .container { background-color: transparent; background-image: none; }#mszcsMANSEbCLt6E4TfZsTtqr25ineFz::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mszcsMANSEbCLt6E4TfZsTtqr25ineFz > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mszcsMANSEbCLt6E4TfZsTtqr25ineFz > .row .container > .video-iframe-container { display: none; }#mszcsMANSEbCLt6E4TfZsTtqr25ineFz > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mszcsMANSEbCLt6E4TfZsTtqr25ineFz > .row > .video-iframe-container { display: none; }#mszcsMANSEbCLt6E4TfZsTtqr25ineFz > .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); }#mszcsMANSEbCLt6E4TfZsTtqr25ineFz > .row .container { border-width: 0; border-radius: 0; }#mszcsMANSEbCLt6E4TfZsTtqr25ineFz > .row .container { font-size:14px;font-family:arial;height:285px;width:1200px;position:relative;display:block; }#w2crEMMuPlOp4OU9lU3mgJpfBHMNuzOd { color:#383333;display:block;width:677.988px;position:absolute;font-family:rajdhani;font-size:46px;font-weight:700;z-index:100003;line-height:.9;letter-spacing:0;text-shadow:3px -2px 3px rgba(0,0,0,0.5);top:211.96875px;left:277.484375px;height:41.3867px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LZfKbvaMgmf8AKzZzKE2AyLEanc1Dmnb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f2f3;background-image:none;position:relative;display:block; }#LZfKbvaMgmf8AKzZzKE2AyLEanc1Dmnb > .row .container { background-color: transparent; background-image: none; }#LZfKbvaMgmf8AKzZzKE2AyLEanc1Dmnb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LZfKbvaMgmf8AKzZzKE2AyLEanc1Dmnb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LZfKbvaMgmf8AKzZzKE2AyLEanc1Dmnb > .row .container > .video-iframe-container { display: none; }#LZfKbvaMgmf8AKzZzKE2AyLEanc1Dmnb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LZfKbvaMgmf8AKzZzKE2AyLEanc1Dmnb > .row > .video-iframe-container { display: none; }#LZfKbvaMgmf8AKzZzKE2AyLEanc1Dmnb > .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); }#LZfKbvaMgmf8AKzZzKE2AyLEanc1Dmnb > .row .container { border-width: 0; border-radius: 0; }#LZfKbvaMgmf8AKzZzKE2AyLEanc1Dmnb > .row .container { font-size:14px;font-family:arial;height:280px;width:1200px;position:relative;display:block; }#UyT6ldK4VCCOfV7c0V6TS4fSJZcJdgZD { color:#000000;display:block;width:290px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:112px;top:123px;left:14px;display:none; }
#CGUtPhQyXiSufJsQrzNT6BBze7MDasb0 { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:278px;width:1166px;top:0px;left:0px;overflow:hidden;display:block; }
#NTlvx4DaqROOB5Js1c9G8M0k8vPMm7Vz { color:#f5f5f5;display:block;width:346.992px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:100000;line-height:1.5;letter-spacing:0;top:127.984375px;left:72.96875px;height:104.98px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MnoXLwGnWoVBvVXgzt33pZkF0CNHZ9fB { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1481px;width:840px;display:none; }
#d5VzcqgMH7nSaNvQthmSkm5eOcuhQ9bh { color:#383333;display:block;width:555px;position:absolute;font-family:"open sans";font-size:27px;font-weight:300;z-index:100012;line-height:1.3;letter-spacing:0;top:40.96875px;left:72.96875px;height:70.1562px;font-style:normal;display:block; }
#K25Q3XT87CEVtJ4pX4CDt8qbUvPBFBcP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e7e8;background-image:none;position:relative;display:block; }#K25Q3XT87CEVtJ4pX4CDt8qbUvPBFBcP > .row .container { background-color: transparent; background-image: none; }#K25Q3XT87CEVtJ4pX4CDt8qbUvPBFBcP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#K25Q3XT87CEVtJ4pX4CDt8qbUvPBFBcP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#K25Q3XT87CEVtJ4pX4CDt8qbUvPBFBcP > .row .container > .video-iframe-container { display: none; }#K25Q3XT87CEVtJ4pX4CDt8qbUvPBFBcP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#K25Q3XT87CEVtJ4pX4CDt8qbUvPBFBcP > .row > .video-iframe-container { display: none; }#K25Q3XT87CEVtJ4pX4CDt8qbUvPBFBcP > .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); }#K25Q3XT87CEVtJ4pX4CDt8qbUvPBFBcP > .row .container { border-width: 0; border-radius: 0; }#K25Q3XT87CEVtJ4pX4CDt8qbUvPBFBcP > .row .container { font-size:14px;font-family:arial;height:338px;width:1200px;position:relative;display:block; }#SZwUHGMDWx2mNOR7zv6EOfUCgBvZLC3N { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:73px;width:73px;top:120px;left:335px;overflow:hidden;display:block; }
#ErFkTNbQnOTMK7yhE5cJFIcbAKadT2Le { color:#000000;display:block;width:163px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:100002;line-height:1.5;letter-spacing:0;top:125px;left:156px;height:63.9883px;text-align:right;text-align-last:right;display:block; }
#VVa6fouD4ZWLxganQAfZhs96IesQ5gUM { color:#000000;display:block;width:183px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:151.9921875px;left:885px;height:42.9922px;text-align:left;text-align-last:left;display:block; }
#QWTWPotfPHdDpEKpx6PqcueUTFTisS8r { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:73px;width:73px;top:132px;left:775px;overflow:hidden;display:block; }
#JelAPpc62OiGaAyXPBRT1vJJaoWpd36O { color:#1a1c2e;display:block;width:598.965px;position:absolute;font-family:rajdhani;font-size:28px;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:57.96875px;left:287.265625px;height:36.4062px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zl4zq3MIsVndoxxFLEF64VRfXfzVIy5s { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:73px;width:73px;top:263px;left:961px;overflow:hidden;display:block; }
#keUcGBtDC20rk5W6369vp8FX6NES2kUI { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:73px;width:73px;top:263px;left:156px;overflow:hidden;display:block; }
#r8FWCznAonoqlIUXnLKPrm81ftJVRX4B { color:#000000;display:block;width:141px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:100005;line-height:1.5;letter-spacing:0;top:263px;left:1050px;height:62.9883px;text-align:left;text-align-last:left;display:block; }
#uOBShFKPTNMvWfxFklud22aBdq3x7K8k { color:#000000;display:block;width:163px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:100002;line-height:1.5;letter-spacing:0;top:161px;left:138px;height:63px;text-align:right;text-align-last:right;display:none; }
#wEVCh7UfDEGGJZP9MoDW5lG9LHzbw4yw { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:297px;width:536px;top:241.46484375px;left:317.96875px;display:block; }
#gDZNk5ZzKa96OtfAN59ENy0DTHufz4FT { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:407.988px;width:786.992px;top:208.984375px;left:191.42578125px;overflow:hidden;display:block; }
#Fr7H3VSxLigNIdogL4TE2nUitSuBWiES { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e7e8;background-image:none;position:relative;display:block; }#Fr7H3VSxLigNIdogL4TE2nUitSuBWiES > .row .container { background-color: transparent; background-image: none; }#Fr7H3VSxLigNIdogL4TE2nUitSuBWiES::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Fr7H3VSxLigNIdogL4TE2nUitSuBWiES > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Fr7H3VSxLigNIdogL4TE2nUitSuBWiES > .row .container > .video-iframe-container { display: none; }#Fr7H3VSxLigNIdogL4TE2nUitSuBWiES > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Fr7H3VSxLigNIdogL4TE2nUitSuBWiES > .row > .video-iframe-container { display: none; }#Fr7H3VSxLigNIdogL4TE2nUitSuBWiES > .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); }#Fr7H3VSxLigNIdogL4TE2nUitSuBWiES > .row .container { border-width: 0; border-radius: 0; }#Fr7H3VSxLigNIdogL4TE2nUitSuBWiES > .row .container { font-size:14px;font-family:arial;height:283px;width:1200px;position:relative;display:block; }#QpzeC05cfadLhHgRzeI82XumBgy6TTQ7 { color:#000000;display:block;width:245px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:100002;line-height:1.5;letter-spacing:0;top:188px;left:11px;height:62.9883px;text-align:center;text-align-last:center;display:block; }
#k5vmsDocz5gbbIySAVygropPoq7spTWP { color:#000000;display:block;width:137px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:100005;line-height:1.5;letter-spacing:0;top:169px;left:1031px;height:42.9922px;text-align:center;text-align-last:center;display:block; }
#CouDPvpsez5vDpEdIM1apTXqqD229dhl { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:73px;width:73px;top:83px;left:1063px;overflow:hidden;display:block; }
#nX5pGgW2Ta8B4P2F5BFVq3yrA23240oW { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:73px;width:73px;top:96px;left:97px;overflow:hidden;display:block; }
#lGoC68ROL9QnNSMpwmX5F9xBmvnXdGQT { color:#000000;display:block;width:283px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:15px;left:44px;height:41.9922px;text-align:center;text-align-last:center;display:block; }
#yuULoSdJaQxmvPN17WoNVc0dhRaP2DBx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e7e8;background-image:none;position:relative;display:block; }#yuULoSdJaQxmvPN17WoNVc0dhRaP2DBx > .row .container { background-color: transparent; background-image: none; }#yuULoSdJaQxmvPN17WoNVc0dhRaP2DBx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yuULoSdJaQxmvPN17WoNVc0dhRaP2DBx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yuULoSdJaQxmvPN17WoNVc0dhRaP2DBx > .row .container > .video-iframe-container { display: none; }#yuULoSdJaQxmvPN17WoNVc0dhRaP2DBx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yuULoSdJaQxmvPN17WoNVc0dhRaP2DBx > .row > .video-iframe-container { display: none; }#yuULoSdJaQxmvPN17WoNVc0dhRaP2DBx > .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); }#yuULoSdJaQxmvPN17WoNVc0dhRaP2DBx > .row .container { border-width: 0; border-radius: 0; }#yuULoSdJaQxmvPN17WoNVc0dhRaP2DBx > .row .container { font-size:14px;font-family:arial;height:450px;width:1200px;position:relative;display:block; }#XBrVCPyLeESlTcbak8kb8NdyIb5AMxty { color:#1a1c2e;display:block;width:267px;position:absolute;font-family:rajdhani;font-size:30px;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:53.99609375px;left:25.99609375px;height:77.9688px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OxdPCpVPglyrEXD2XCEp7EakEt7gQVU0 { color:#000000;display:block;width:193.984px;position:absolute;font-family:"open sans";font-size:14px;font-weight:300;z-index:100003;line-height:1.5;letter-spacing:0;top:134.47265625px;left:25.99609375px;height:83.9844px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PTfqHl2JNM9gAiVrAMwAFLoTpZbyWsxP { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:52px;width:59px;top:68px;left:685px;overflow:hidden;display:block; }
#kAG0Eg1Rb0Mcqvvriazg17dkZ6Fg0OPc { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:51px;width:130px;top:149px;left:651px;overflow:hidden;display:block; }
#ZUsQKDOnvHVV9oCvqPK4fculnyHPIEp4 { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28px;width:84px;top:336.984375px;left:671.484375px;overflow:hidden;display:block; }
#y470t3Xn5fD8nLwqFbo02oUT8lIOBWvx { color:#000000;display:block;width:132px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:236.984375px;left:650px;height:47.9688px;text-align:center;text-align-last:center;display:block; }
#CRSCsbff1ecPTPltamkIS5JwcKtH6TTp { color:#33383c;display:block;width:246px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:68px;left:818px;height:42.9922px;text-align:left;text-align-last:left;display:block; }
#w7v0bhX8DQvPFbah40iviHOZQHuJC9Ic { color:#33383c;display:block;width:230px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:164.47265625px;left:817.98828125px;height:42.9922px;text-align:left;text-align-last:left;display:block; }
#IWpILVZ82m6E5xF6r3tu8eEgM27gtob0 { color:#33383c;display:block;width:286px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:100005;line-height:1.5;letter-spacing:0;top:239.9921875px;left:817.98828125px;height:42.9922px;text-align:left;text-align-last:left;display:block; }
#aGD2DHM60WwwTZX1FTVr0HlKD9barQkz { color:#33383c;display:block;width:354px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:340.98828125px;left:817.98828125px;height:20.9961px;text-align:left;text-align-last:left;display:block; }
#HJpdrQuHkNrQP1iSt3lhNTGNFKCGzZA6 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:529px;width:528px;top:-80.01171875px;left:70px;overflow:hidden;display:block; }
#O45BxkKglEBZtaJZkeMXlskIHpP9nC6a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e7e8;background-image:none;position:relative;display:block; }#O45BxkKglEBZtaJZkeMXlskIHpP9nC6a > .row .container { background-color: transparent; background-image: none; }#O45BxkKglEBZtaJZkeMXlskIHpP9nC6a::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#O45BxkKglEBZtaJZkeMXlskIHpP9nC6a > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#O45BxkKglEBZtaJZkeMXlskIHpP9nC6a > .row .container > .video-iframe-container { display: none; }#O45BxkKglEBZtaJZkeMXlskIHpP9nC6a > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#O45BxkKglEBZtaJZkeMXlskIHpP9nC6a > .row > .video-iframe-container { display: none; }#O45BxkKglEBZtaJZkeMXlskIHpP9nC6a > .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); }#O45BxkKglEBZtaJZkeMXlskIHpP9nC6a > .row .container { border-width: 0; border-radius: 0; }#O45BxkKglEBZtaJZkeMXlskIHpP9nC6a > .row .container { font-size:14px;font-family:arial;height:313px;width:1200px;position:relative;display:block; }#Xtw1dgGtFWS0lX4HOmbM6Hnh1Tio85LL { color:#cb1e40;display:block;width:1200px;position:absolute;font-family:rajdhani;font-size:30px;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:41px;left:0px;height:38.9844px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uv6W0EwlfW8SXDBEwCX8Ryx1PC3QLf3T { color:#202020;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:90px;left:0px;height:20.9961px;text-align:center;text-align-last:center;display:block; }
#AsT96ps0kTR2thfv7nSgKTnBuB9wBvJH { color:#33383c;display:block;width:184px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:243px;left:88px;height:20.9961px;text-align:center;text-align-last:center;display:block; }
#cb0sHA4kLuuGqZstC9k5o3mQl8GL6Ane { color:#33383c;display:block;width:184px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:100005;line-height:1.5;letter-spacing:0;top:243px;left:379px;height:20.9961px;text-align:center;text-align-last:center;display:block; }
#hOd745ulhQwTGd5an0ev1Cl0BpTFIbsD { color:#33383c;display:block;width:184px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:100006;line-height:1.5;letter-spacing:0;top:243px;left:685px;height:20.9961px;text-align:center;text-align-last:center;display:block; }
#h6hFQt2IFvFOGbsUKyB13VHzMyvCez5C { color:#33383c;display:block;width:220px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:242.98828125px;left:934.99609375px;height:20.9961px;text-align:center;text-align-last:center;display:block; }
#bNkRGBlhXFuu9HGinv5VQI7H5zFII0AB { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:73px;width:73px;top:153px;left:146px;overflow:hidden;display:block; }
#bybRVvMIMW0165xriAZz3sl3JbZAdbMd { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:68px;width:68px;top:156px;left:439px;overflow:hidden;display:block; }
#sKEIFgGp4uvp5wtUDBd323DXEZCKfGmx { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:62px;width:62px;top:159px;left:748px;overflow:hidden;display:block; }
#HmFcENOCK32B4yCSP1BFJO97VrX6a2mL { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:62px;width:62px;top:159px;left:1029px;overflow:hidden;display:block; }
#LsRKUl7GEJ9DPlWK86ln4DexeiXgRbtN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#33383c;background-image:none;position:relative;display:block; }#LsRKUl7GEJ9DPlWK86ln4DexeiXgRbtN > .row .container { background-color: transparent; background-image: none; }#LsRKUl7GEJ9DPlWK86ln4DexeiXgRbtN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LsRKUl7GEJ9DPlWK86ln4DexeiXgRbtN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LsRKUl7GEJ9DPlWK86ln4DexeiXgRbtN > .row .container > .video-iframe-container { display: none; }#LsRKUl7GEJ9DPlWK86ln4DexeiXgRbtN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LsRKUl7GEJ9DPlWK86ln4DexeiXgRbtN > .row > .video-iframe-container { display: none; }#LsRKUl7GEJ9DPlWK86ln4DexeiXgRbtN > .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); }#LsRKUl7GEJ9DPlWK86ln4DexeiXgRbtN > .row .container { border-width: 0; border-radius: 0; }#LsRKUl7GEJ9DPlWK86ln4DexeiXgRbtN > .row .container { font-size:14px;font-family:arial;height:126px;width:1200px;position:relative;display:block; }#urxIrHb37pRmOvnwtRdkBDMgpPPVtfei { color:#ffffff;display:block;width:1200px;position:absolute;font-family:rajdhani;font-size:28px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:33.984375px;left:0.484375px;height:36.4062px;text-align:center;text-align-last:center;display:block; }
#fPFFLD9Wb3yT7ikWhtB2TGX2BfTHUCOL { color:#555555;display:block;width:1199px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:75px;left:1px;height:20.7812px;text-align:center;text-align-last:center;display:block; }
#s1mWAd7dF7FbHTVTqgDKK0K91aFVZB53 { position:relative;display:none; }#s1mWAd7dF7FbHTVTqgDKK0K91aFVZB53 { border-width: 0; border-radius: 0; }#s1mWAd7dF7FbHTVTqgDKK0K91aFVZB53 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:543px;width:1200px;position:relative;display:none; }#TIDrzgOCnQltJZEIWyuXce51MNxbOnc0 { color:#cb1e40;display:block;width:1200px;position:absolute;font-family:rajdhani;font-size:28px;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:37px;left:0px;height:36.25px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x6CAaEv9AsS3ipftZ4RfgzKdKaQRB3sI { color:#000000;display:block;width:535px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:100006;line-height:1.5;letter-spacing:0;top:106px;left:32.5px;height:380px;text-align:justify;text-align-last:initial;display:block; }
#JgvgzCyGOigdkLQzSnsz1B6KEAft0UoS { color:#000000;display:block;width:539px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:105.99609375px;left:640px;height:320px;text-align:justify;text-align-last:initial;display:block; }
#TaxM3GOAEASBP4qbyCCHUCdlJ9Eqm5BL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#TaxM3GOAEASBP4qbyCCHUCdlJ9Eqm5BL > .row .container { border-width: 0; border-radius: 0; }#TaxM3GOAEASBP4qbyCCHUCdlJ9Eqm5BL > .row .container { font-size:14px;font-family:arial;height:405px;width:1200px;position:relative;display:none; }#lAQ5e5xQfS2w98D6ZODvMrZQ4mzytCVU { color:#5d5d5f;display:block;width:320px;position:absolute;font-family:rajdhani;font-size:40px;font-weight:700;z-index:100000;line-height:1;letter-spacing:0;top:181.953125px;left:650.99609375px;height:80px;font-style:normal;display:block; }
#CWgMEyoz75wEnRDQpdQPLsIiVAcaZXoM { color:#383333;display:block;width:497.988px;position:absolute;font-family:"open sans";font-size:15px;font-weight:300;z-index:100001;line-height:1.5;letter-spacing:0;top:260.95703125px;left:650.99609375px;height:112.5px;font-style:normal;display:block; }
#TA2sLQN7Z9poPmPfucKzPXqJVmequfsx { position:absolute;display:block;z-index:99998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:355.996px;width:648.984px;top:24.4921875px;left:0px;overflow:hidden;display:block; }
#x3cIAtmyiqcFFuD0lfK6ycv60XX1VSUZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f2f3;background-image:none;position:relative;display:none; }#x3cIAtmyiqcFFuD0lfK6ycv60XX1VSUZ > .row .container { border-width: 0; border-radius: 0; }#x3cIAtmyiqcFFuD0lfK6ycv60XX1VSUZ > .row .container { font-size:14px;font-family:arial;height:452px;width:1200px;position:relative;display:none; }#HKTfBfRGrMBO7mSMvi7MHKTFHDga6PAg { color:#5d5d5f;display:block;width:420.996px;position:absolute;font-family:rajdhani;font-size:40px;font-weight:700;z-index:100004;line-height:1;letter-spacing:0;top:173.4765625px;left:140.46875px;height:80px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#xGPGJvBF4NEs6y73F2G7Bd7MxDFxTxco { color:#383333;display:block;width:520.996px;position:absolute;font-family:"open sans";font-size:15px;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:264.98046875px;left:39.4921875px;height:157.5px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#K6cFX6L93RdegySw8mRyS0HsusqJLD3f { position:absolute;display:block;z-index:99997;border-top:0;border-left:0;border-right:0;border-bottom:0;height:370px;width:640px;top:51.484375px;left:560px;overflow:hidden;display:block; }
#fTXX4OPMI1EG6LDuMIPaZAhsQHfp6uSK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#fTXX4OPMI1EG6LDuMIPaZAhsQHfp6uSK > .row .container { border-width: 0; border-radius: 0; }#fTXX4OPMI1EG6LDuMIPaZAhsQHfp6uSK > .row .container { font-size:14px;font-family:arial;height:359px;width:1200px;position:relative;display:none; }#ETgaRnOG8zPITxTrt87NlQUoJVDM8pAl { color:#5d5d5f;display:block;width:333.984px;position:absolute;font-family:rajdhani;font-size:40px;font-weight:700;z-index:100005;line-height:1;letter-spacing:0;top:139.47265625px;left:631.97265625px;height:80px;font-style:normal;display:block; }
#UN9gJTnbtizsBTkNgxPRTkTShl09kQie { color:#383333;display:block;width:420px;position:absolute;font-family:"open sans";font-size:15px;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:227.98828125px;left:631.97265625px;height:90px;font-style:normal;display:block; }
#aV486TGT12yv29TaoxXHmTevnaqiQxAm { position:absolute;display:block;z-index:99998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:278px;width:481px;top:228px;left:60px;overflow:hidden;display:none; }
#AfTcuiKUFROLMw6rPi8TqxVFNVEXWxDi { position:absolute;display:block;z-index:99995;border-top:0;border-left:0;border-right:0;border-bottom:0;height:323px;width:557px;top:17.96875px;left:0px;overflow:hidden;display:block; }
#n5IgVwehzO9C5coTxMTfxttzKddlWm8D { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:368px;width:640px;top:361.960937px;left:558.69982127084px;overflow:hidden;display:block; }
#g2wnEA00AM7J0V0L1DADmWanFf0ncpmy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f2f3;background-image:none;position:relative;display:none; }#g2wnEA00AM7J0V0L1DADmWanFf0ncpmy > .row .container { border-width: 0; border-radius: 0; }#g2wnEA00AM7J0V0L1DADmWanFf0ncpmy > .row .container { font-size:14px;font-family:arial;height:373px;width:1200px;position:relative;display:none; }#oWSVL6y1NiogTE7HJ3orprpJCdfvSBFQ { color:#383333;display:block;width:335.996px;position:absolute;font-family:rajdhani;font-size:40px;font-weight:700;z-index:100001;line-height:1;letter-spacing:0;top:137.48046875px;left:219.453125px;height:80px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#tQrHi5bbchbLNG59AtgyVdlsKiOT6Hoh { color:#383333;display:block;width:385px;position:absolute;font-family:"open sans";font-size:15px;font-weight:300;z-index:100002;line-height:1.5;letter-spacing:0;top:228.4765625px;left:171.42578125px;height:112.5px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#h12yqKeDn88qACeIuCN4drfWMW1KR7zo { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:323px;width:557px;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mszcsMANSEbCLt6E4TfZsTtqr25ineFz { display:block; }#mszcsMANSEbCLt6E4TfZsTtqr25ineFz > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w2crEMMuPlOp4OU9lU3mgJpfBHMNuzOd { top:211px;left:59.484375px;width:677px;height:41px;font-size:46px;display:block; }
 }@media only screen and (max-width: 763px) { #LZfKbvaMgmf8AKzZzKE2AyLEanc1Dmnb { display:block; }#LZfKbvaMgmf8AKzZzKE2AyLEanc1Dmnb > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UyT6ldK4VCCOfV7c0V6TS4fSJZcJdgZD { top:123px;left:0px;width:290px;height:112px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #CGUtPhQyXiSufJsQrzNT6BBze7MDasb0 { top:0px;left:0px;width:764px;height:182.15437392796px;display:block; }
 }@media only screen and (max-width: 763px) { #NTlvx4DaqROOB5Js1c9G8M0k8vPMm7Vz { top:127px;left:0px;width:346px;height:120px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #MnoXLwGnWoVBvVXgzt33pZkF0CNHZ9fB { width:764px;height:1347px;display:none; }
 }@media only screen and (max-width: 763px) { #d5VzcqgMH7nSaNvQthmSkm5eOcuhQ9bh { top:40px;left:0px;width:555px;height:69px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #K25Q3XT87CEVtJ4pX4CDt8qbUvPBFBcP { display:block; }#K25Q3XT87CEVtJ4pX4CDt8qbUvPBFBcP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SZwUHGMDWx2mNOR7zv6EOfUCgBvZLC3N { top:120px;left:191px;width:72px;height:72px;display:block; }
 }@media only screen and (max-width: 763px) { #ErFkTNbQnOTMK7yhE5cJFIcbAKadT2Le { top:125px;left:29px;width:162px;height:60px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #VVa6fouD4ZWLxganQAfZhs96IesQ5gUM { top:151px;left:418px;width:183px;height:40px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #QWTWPotfPHdDpEKpx6PqcueUTFTisS8r { top:132px;left:500px;width:73px;height:73px;display:block; }
 }@media only screen and (max-width: 763px) { #JelAPpc62OiGaAyXPBRT1vJJaoWpd36O { top:57px;left:0px;width:598px;height:36px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #Zl4zq3MIsVndoxxFLEF64VRfXfzVIy5s { top:263px;left:579.5px;width:73px;height:73px;display:block; }
 }@media only screen and (max-width: 763px) { #keUcGBtDC20rk5W6369vp8FX6NES2kUI { top:263px;left:101.5px;width:73px;height:73px;display:block; }
 }@media only screen and (max-width: 763px) { #r8FWCznAonoqlIUXnLKPrm81ftJVRX4B { top:262px;left:624px;width:140px;height:60px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #uOBShFKPTNMvWfxFklud22aBdq3x7K8k { top:385px;left:0px;width:253px;height:42px;font-size:10px;display:none; }
 }@media only screen and (max-width: 763px) { #wEVCh7UfDEGGJZP9MoDW5lG9LHzbw4yw { top:241px;left:0px;width:536px;height:297px;display:block; }
 }@media only screen and (max-width: 763px) { #gDZNk5ZzKa96OtfAN59ENy0DTHufz4FT { top:208px;left:0px;width:764px;height:396.06861569114px;display:block; }
 }@media only screen and (max-width: 763px) { #Fr7H3VSxLigNIdogL4TE2nUitSuBWiES { display:block; }#Fr7H3VSxLigNIdogL4TE2nUitSuBWiES > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QpzeC05cfadLhHgRzeI82XumBgy6TTQ7 { top:187px;left:0px;width:245px;height:60px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #k5vmsDocz5gbbIySAVygropPoq7spTWP { top:168px;left:628px;width:136px;height:40px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #CouDPvpsez5vDpEdIM1apTXqqD229dhl { top:83px;left:681.5px;width:73px;height:73px;display:block; }
 }@media only screen and (max-width: 763px) { #nX5pGgW2Ta8B4P2F5BFVq3yrA23240oW { top:96px;left:42.5px;width:73px;height:73px;display:block; }
 }@media only screen and (max-width: 763px) { #lGoC68ROL9QnNSMpwmX5F9xBmvnXdGQT { top:15px;left:0px;width:282px;height:40px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #yuULoSdJaQxmvPN17WoNVc0dhRaP2DBx { display:block; }#yuULoSdJaQxmvPN17WoNVc0dhRaP2DBx > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XBrVCPyLeESlTcbak8kb8NdyIb5AMxty { top:53px;left:0px;width:266px;height:77px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #OxdPCpVPglyrEXD2XCEp7EakEt7gQVU0 { top:134px;left:0px;width:193px;height:100px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #PTfqHl2JNM9gAiVrAMwAFLoTpZbyWsxP { top:68px;left:382px;width:59px;height:52px;display:block; }
 }@media only screen and (max-width: 763px) { #kAG0Eg1Rb0Mcqvvriazg17dkZ6Fg0OPc { top:149px;left:382px;width:130px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { #ZUsQKDOnvHVV9oCvqPK4fculnyHPIEp4 { top:336px;left:382px;width:84px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { #y470t3Xn5fD8nLwqFbo02oUT8lIOBWvx { top:236px;left:382px;width:132px;height:48px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CRSCsbff1ecPTPltamkIS5JwcKtH6TTp { top:67px;left:490.98828125px;width:245px;height:60px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #w7v0bhX8DQvPFbah40iviHOZQHuJC9Ic { top:164px;left:490.98828125px;width:230px;height:40px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #IWpILVZ82m6E5xF6r3tu8eEgM27gtob0 { top:239px;left:479px;width:285px;height:40px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #aGD2DHM60WwwTZX1FTVr0HlKD9barQkz { top:340px;left:411px;width:353px;height:40px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #HJpdrQuHkNrQP1iSt3lhNTGNFKCGzZA6 { top:-80px;left:0px;width:528px;height:529px;display:block; }
 }@media only screen and (max-width: 763px) { #O45BxkKglEBZtaJZkeMXlskIHpP9nC6a { display:block; }#O45BxkKglEBZtaJZkeMXlskIHpP9nC6a > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xtw1dgGtFWS0lX4HOmbM6Hnh1Tio85LL { top:40px;left:0px;width:764px;height:38px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #uv6W0EwlfW8SXDBEwCX8Ryx1PC3QLf3T { top:90px;left:0px;width:764px;height:20px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #AsT96ps0kTR2thfv7nSgKTnBuB9wBvJH { top:242px;left:0px;width:183px;height:20px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #cb0sHA4kLuuGqZstC9k5o3mQl8GL6Ane { top:243px;left:161.00003051758px;width:184px;height:20px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #hOd745ulhQwTGd5an0ev1Cl0BpTFIbsD { top:242px;left:467px;width:183px;height:20px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #h6hFQt2IFvFOGbsUKyB13VHzMyvCez5C { top:242px;left:544px;width:220px;height:20px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #bNkRGBlhXFuu9HGinv5VQI7H5zFII0AB { top:153px;left:0px;width:73px;height:73px;display:block; }
 }@media only screen and (max-width: 763px) { #bybRVvMIMW0165xriAZz3sl3JbZAdbMd { top:156px;left:221px;width:68px;height:68px;display:block; }
 }@media only screen and (max-width: 763px) { #sKEIFgGp4uvp5wtUDBd323DXEZCKfGmx { top:159px;left:530px;width:62px;height:62px;display:block; }
 }@media only screen and (max-width: 763px) { #HmFcENOCK32B4yCSP1BFJO97VrX6a2mL { top:159px;left:702px;width:62px;height:62px;display:block; }
 }@media only screen and (max-width: 763px) { #LsRKUl7GEJ9DPlWK86ln4DexeiXgRbtN { display:block; }#LsRKUl7GEJ9DPlWK86ln4DexeiXgRbtN > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #urxIrHb37pRmOvnwtRdkBDMgpPPVtfei { top:33px;left:0px;width:764px;height:36px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #fPFFLD9Wb3yT7ikWhtB2TGX2BfTHUCOL { top:75px;left:0px;width:764px;height:20px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #s1mWAd7dF7FbHTVTqgDKK0K91aFVZB53 { display:block; }#s1mWAd7dF7FbHTVTqgDKK0K91aFVZB53 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIDrzgOCnQltJZEIWyuXce51MNxbOnc0 { top:36px;left:0px;width:764px;height:36px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #x6CAaEv9AsS3ipftZ4RfgzKdKaQRB3sI { top:105px;left:0px;width:535px;height:380px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #JgvgzCyGOigdkLQzSnsz1B6KEAft0UoS { top:105px;left:226px;width:538px;height:320px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #TaxM3GOAEASBP4qbyCCHUCdlJ9Eqm5BL { display:block; }#TaxM3GOAEASBP4qbyCCHUCdlJ9Eqm5BL > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lAQ5e5xQfS2w98D6ZODvMrZQ4mzytCVU { top:181px;left:382px;width:320px;height:80px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #CWgMEyoz75wEnRDQpdQPLsIiVAcaZXoM { top:260px;left:267px;width:497px;height:112px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #TA2sLQN7Z9poPmPfucKzPXqJVmequfsx { top:24px;left:0px;width:648px;height:355.45623312747px;display:block; }
 }@media only screen and (max-width: 763px) { #x3cIAtmyiqcFFuD0lfK6ycv60XX1VSUZ { display:block; }#x3cIAtmyiqcFFuD0lfK6ycv60XX1VSUZ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HKTfBfRGrMBO7mSMvi7MHKTFHDga6PAg { top:173px;left:0px;width:420px;height:80px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #xGPGJvBF4NEs6y73F2G7Bd7MxDFxTxco { top:264px;left:0px;width:520px;height:157px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #K6cFX6L93RdegySw8mRyS0HsusqJLD3f { top:51px;left:0px;width:640px;height:370px;display:block; }
 }@media only screen and (max-width: 763px) { #fTXX4OPMI1EG6LDuMIPaZAhsQHfp6uSK { display:block; }#fTXX4OPMI1EG6LDuMIPaZAhsQHfp6uSK > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETgaRnOG8zPITxTrt87NlQUoJVDM8pAl { top:139px;left:382px;width:333px;height:80px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #UN9gJTnbtizsBTkNgxPRTkTShl09kQie { top:227px;left:344px;width:420px;height:90px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #aV486TGT12yv29TaoxXHmTevnaqiQxAm { top:228px;left:0px;width:481px;height:278px;display:block; }
 }@media only screen and (max-width: 763px) { #AfTcuiKUFROLMw6rPi8TqxVFNVEXWxDi { top:17px;left:0px;width:557px;height:323px;display:block; }
 }@media only screen and (max-width: 763px) { #n5IgVwehzO9C5coTxMTfxttzKddlWm8D { top:361px;left:0px;width:640px;height:368px;display:block; }
 }@media only screen and (max-width: 763px) { #g2wnEA00AM7J0V0L1DADmWanFf0ncpmy { display:block; }#g2wnEA00AM7J0V0L1DADmWanFf0ncpmy > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oWSVL6y1NiogTE7HJ3orprpJCdfvSBFQ { top:137px;left:46px;width:335px;height:80px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #tQrHi5bbchbLNG59AtgyVdlsKiOT6Hoh { top:228px;left:0px;width:385px;height:112px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #h12yqKeDn88qACeIuCN4drfWMW1KR7zo { width:200px;height:115px;top:0px;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mszcsMANSEbCLt6E4TfZsTtqr25ineFz { background-color:#e6e7e8;background-image:url("https://images.assets-landingi.com/PFY8PlJL/Sin_t_tulo_5.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#mszcsMANSEbCLt6E4TfZsTtqr25ineFz.adaptive-delivery-prevent-bg { background-image: none; }#mszcsMANSEbCLt6E4TfZsTtqr25ineFz > .row .container { background-color: transparent; background-image: none; }#mszcsMANSEbCLt6E4TfZsTtqr25ineFz::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mszcsMANSEbCLt6E4TfZsTtqr25ineFz > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mszcsMANSEbCLt6E4TfZsTtqr25ineFz > .row .container > .video-iframe-container { display: none; }#mszcsMANSEbCLt6E4TfZsTtqr25ineFz > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mszcsMANSEbCLt6E4TfZsTtqr25ineFz > .row > .video-iframe-container { display: none; }#mszcsMANSEbCLt6E4TfZsTtqr25ineFz > .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); }#mszcsMANSEbCLt6E4TfZsTtqr25ineFz > .row .container { border-width: 0; border-radius: 0; }#mszcsMANSEbCLt6E4TfZsTtqr25ineFz > .row .container { width:320px;height:80px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w2crEMMuPlOp4OU9lU3mgJpfBHMNuzOd { width:296.992px;height:21.1111px;top:42.5px;left:11.50390625px;font-size:24px;text-align:center;text-align-last:center;text-shadow:3px -1px 1px rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #LZfKbvaMgmf8AKzZzKE2AyLEanc1Dmnb { background-color:#e6e7e8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#LZfKbvaMgmf8AKzZzKE2AyLEanc1Dmnb > .row .container { background-color: transparent; background-image: none; }#LZfKbvaMgmf8AKzZzKE2AyLEanc1Dmnb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LZfKbvaMgmf8AKzZzKE2AyLEanc1Dmnb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LZfKbvaMgmf8AKzZzKE2AyLEanc1Dmnb > .row .container > .video-iframe-container { display: none; }#LZfKbvaMgmf8AKzZzKE2AyLEanc1Dmnb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LZfKbvaMgmf8AKzZzKE2AyLEanc1Dmnb > .row > .video-iframe-container { display: none; }#LZfKbvaMgmf8AKzZzKE2AyLEanc1Dmnb > .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); }#LZfKbvaMgmf8AKzZzKE2AyLEanc1Dmnb > .row .container { border-width: 0; border-radius: 0; }#LZfKbvaMgmf8AKzZzKE2AyLEanc1Dmnb > .row .container { width:320px;height:275px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UyT6ldK4VCCOfV7c0V6TS4fSJZcJdgZD { top:123.98828125px;left:14.98046875px;width:290px;height:113.333px;z-index:100005;color:#f5f5f5;line-height:1.4;font-size:14px;text-align:justify;text-align-last:initial;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) { #CGUtPhQyXiSufJsQrzNT6BBze7MDasb0 { width:320px;height:74px;top:427.53292075472px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #NTlvx4DaqROOB5Js1c9G8M0k8vPMm7Vz { width:320px;height:auto;top:127px;left:0px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #MnoXLwGnWoVBvVXgzt33pZkF0CNHZ9fB { top:0px;left:0px;width:320px;height:566px;z-index:99998;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #d5VzcqgMH7nSaNvQthmSkm5eOcuhQ9bh { width:230.958px;height:80px;top:24.958335876465px;left:44.000000953674px;font-size:21px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K25Q3XT87CEVtJ4pX4CDt8qbUvPBFBcP { display:block; }#K25Q3XT87CEVtJ4pX4CDt8qbUvPBFBcP > .row .container { width:320px;height:515px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SZwUHGMDWx2mNOR7zv6EOfUCgBvZLC3N { width:45px;height:42.9883px;top:73.94921875px;left:66.97265625px;display:block; }
 }@media only screen and (max-width: 763px) { #ErFkTNbQnOTMK7yhE5cJFIcbAKadT2Le { width:120.996px;height:43.3333px;top:143.984375px;left:28.9453125px;font-size:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VVa6fouD4ZWLxganQAfZhs96IesQ5gUM { width:98.9844px;height:43.3333px;top:264.98046875px;left:39.9609375px;font-size:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QWTWPotfPHdDpEKpx6PqcueUTFTisS8r { width:50px;height:50px;top:201.97265625px;left:66.97265625px;display:block; }
 }@media only screen and (max-width: 763px) { #JelAPpc62OiGaAyXPBRT1vJJaoWpd36O { width:320px;height:20px;top:18.984375px;left:0px;font-size:21px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Zl4zq3MIsVndoxxFLEF64VRfXfzVIy5s { width:45px;height:45px;top:205.9609375px;left:214.75703016667px;display:block; }
 }@media only screen and (max-width: 763px) { #keUcGBtDC20rk5W6369vp8FX6NES2kUI { width:43.9844px;height:42.9883px;top:75px;left:218px;display:block; }
 }@media only screen and (max-width: 763px) { #r8FWCznAonoqlIUXnLKPrm81ftJVRX4B { width:107.988px;height:43.3333px;top:264.98046875px;left:186.9140625px;font-size:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uOBShFKPTNMvWfxFklud22aBdq3x7K8k { width:103.984px;height:43.3333px;top:143.984375px;left:188.96484375px;font-size:10px;text-align:center;text-align-last:center;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #wEVCh7UfDEGGJZP9MoDW5lG9LHzbw4yw { height:118px;width:218px;top:358px;left:51px;display:block; }
 }@media only screen and (max-width: 763px) { #gDZNk5ZzKa96OtfAN59ENy0DTHufz4FT { width:320px;height:165.89261390205px;top:343px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Fr7H3VSxLigNIdogL4TE2nUitSuBWiES { display:block; }#Fr7H3VSxLigNIdogL4TE2nUitSuBWiES > .row .container { width:320px;height:155px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QpzeC05cfadLhHgRzeI82XumBgy6TTQ7 { width:137.988px;height:57.7778px;top:84.98046875px;left:22.01171875px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #k5vmsDocz5gbbIySAVygropPoq7spTWP { width:77.9883px;height:43.3333px;top:86.015625px;left:190.99609375px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #CouDPvpsez5vDpEdIM1apTXqqD229dhl { width:45.9961px;height:45px;top:29.015625px;left:214.00390625px;display:block; }
 }@media only screen and (max-width: 763px) { #nX5pGgW2Ta8B4P2F5BFVq3yrA23240oW { width:50px;height:46px;top:27.01171875px;left:67px;display:block; }
 }@media only screen and (max-width: 763px) { #lGoC68ROL9QnNSMpwmX5F9xBmvnXdGQT { width:301px;height:0;top:21px;left:19px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #yuULoSdJaQxmvPN17WoNVc0dhRaP2DBx { display:block; }#yuULoSdJaQxmvPN17WoNVc0dhRaP2DBx > .row .container { width:320px;height:355px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XBrVCPyLeESlTcbak8kb8NdyIb5AMxty { width:320px;height:20px;top:18.02734375px;left:0px;font-size:21px;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OxdPCpVPglyrEXD2XCEp7EakEt7gQVU0 { width:282.988px;height:53.3333px;top:45.52734375px;left:20px;font-size:12px;text-align:center;text-align-last:center;color:#33383c;display:block; }
 }@media only screen and (max-width: 763px) { #PTfqHl2JNM9gAiVrAMwAFLoTpZbyWsxP { width:59px;height:52px;top:118.02734375px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #kAG0Eg1Rb0Mcqvvriazg17dkZ6Fg0OPc { width:122.988px;height:46.9922px;top:250.01953125px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ZUsQKDOnvHVV9oCvqPK4fculnyHPIEp4 { width:84px;height:28px;top:258.02734375px;left:200px;display:block; }
 }@media only screen and (max-width: 763px) { #y470t3Xn5fD8nLwqFbo02oUT8lIOBWvx { width:174px;height:46.6666px;top:118.02734375px;left:146px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CRSCsbff1ecPTPltamkIS5JwcKtH6TTp { width:106.992px;height:57.7778px;top:178.02734375px;left:40px;font-size:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w7v0bhX8DQvPFbah40iviHOZQHuJC9Ic { width:103.984px;height:43.3333px;top:298.02734375px;left:35px;font-size:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IWpILVZ82m6E5xF6r3tu8eEgM27gtob0 { width:118.984px;height:57.7778px;top:178.02734375px;left:180px;font-size:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aGD2DHM60WwwTZX1FTVr0HlKD9barQkz { width:113.984px;height:43.3333px;top:298.02734375px;left:180px;font-size:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HJpdrQuHkNrQP1iSt3lhNTGNFKCGzZA6 { width:211px;height:211px;top:984.0625px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #O45BxkKglEBZtaJZkeMXlskIHpP9nC6a { display:block; }#O45BxkKglEBZtaJZkeMXlskIHpP9nC6a > .row .container { width:320px;height:260px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xtw1dgGtFWS0lX4HOmbM6Hnh1Tio85LL { width:320px;height:20px;top:19.04296875px;left:0px;font-size:21px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #uv6W0EwlfW8SXDBEwCX8Ryx1PC3QLf3T { width:320px;height:17.7778px;top:42.54296875px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #AsT96ps0kTR2thfv7nSgKTnBuB9wBvJH { width:183.984px;height:14.4444px;top:144.04296875px;left:0px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #cb0sHA4kLuuGqZstC9k5o3mQl8GL6Ane { width:183.984px;height:14.4444px;top:144.04296875px;left:136.015625px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #hOd745ulhQwTGd5an0ev1Cl0BpTFIbsD { width:183.984px;height:14.4444px;top:239.04296875px;left:0px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #h6hFQt2IFvFOGbsUKyB13VHzMyvCez5C { width:183.984px;height:14.4444px;top:239.04296875px;left:136.015625px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #bNkRGBlhXFuu9HGinv5VQI7H5zFII0AB { width:72.9883px;height:72.9883px;top:79.04296875px;left:46.9921875px;display:block; }
 }@media only screen and (max-width: 763px) { #bybRVvMIMW0165xriAZz3sl3JbZAdbMd { width:67.9883px;height:67.9883px;top:79.04296875px;left:200px;display:block; }
 }@media only screen and (max-width: 763px) { #sKEIFgGp4uvp5wtUDBd323DXEZCKfGmx { width:61.9922px;height:61.9922px;top:179.04296875px;left:56.9921875px;display:block; }
 }@media only screen and (max-width: 763px) { #HmFcENOCK32B4yCSP1BFJO97VrX6a2mL { width:61.9922px;height:61.9922px;top:179.04296875px;left:200px;display:block; }
 }@media only screen and (max-width: 763px) { #LsRKUl7GEJ9DPlWK86ln4DexeiXgRbtN { display:block; }#LsRKUl7GEJ9DPlWK86ln4DexeiXgRbtN > .row .container { width:320px;height:105px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #urxIrHb37pRmOvnwtRdkBDMgpPPVtfei { width:301px;height:26.6667px;top:23px;left:9.5px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #fPFFLD9Wb3yT7ikWhtB2TGX2BfTHUCOL { width:320px;height:31.1111px;top:58.53125px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #s1mWAd7dF7FbHTVTqgDKK0K91aFVZB53 { display:none; }#s1mWAd7dF7FbHTVTqgDKK0K91aFVZB53 > .row .container { width:320px;height:1465px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TIDrzgOCnQltJZEIWyuXce51MNxbOnc0 { width:320px;height:27.5px;top:37px;left:0px;font-size:28px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #x6CAaEv9AsS3ipftZ4RfgzKdKaQRB3sI { width:297px;height:736.25px;top:78px;left:11px;font-size:14px;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #JgvgzCyGOigdkLQzSnsz1B6KEAft0UoS { width:297.988px;height:593.75px;top:846.9921875px;left:10.99609375px;font-size:14px;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #TaxM3GOAEASBP4qbyCCHUCdlJ9Eqm5BL { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#TaxM3GOAEASBP4qbyCCHUCdlJ9Eqm5BL > .row .container { border-width: 0; border-radius: 0; }#TaxM3GOAEASBP4qbyCCHUCdlJ9Eqm5BL > .row .container { width:320px;height:520px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lAQ5e5xQfS2w98D6ZODvMrZQ4mzytCVU { width:235.977px;height:52.5px;top:241.25px;left:28.0078125px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #CWgMEyoz75wEnRDQpdQPLsIiVAcaZXoM { width:263.965px;height:180px;top:301.953125px;left:28.0078125px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TA2sLQN7Z9poPmPfucKzPXqJVmequfsx { width:320px;height:182.969px;top:33.984375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #x3cIAtmyiqcFFuD0lfK6ycv60XX1VSUZ { background-color:#f4f2f3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#x3cIAtmyiqcFFuD0lfK6ycv60XX1VSUZ > .row .container { border-width: 0; border-radius: 0; }#x3cIAtmyiqcFFuD0lfK6ycv60XX1VSUZ > .row .container { width:320px;height:575px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HKTfBfRGrMBO7mSMvi7MHKTFHDga6PAg { width:280px;height:55px;top:218.984375px;left:20px;font-size:28px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xGPGJvBF4NEs6y73F2G7Bd7MxDFxTxco { width:266.973px;height:260px;top:288.984375px;left:25.9765625px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K6cFX6L93RdegySw8mRyS0HsusqJLD3f { width:320px;height:185px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #fTXX4OPMI1EG6LDuMIPaZAhsQHfp6uSK { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#fTXX4OPMI1EG6LDuMIPaZAhsQHfp6uSK > .row .container { border-width: 0; border-radius: 0; }#fTXX4OPMI1EG6LDuMIPaZAhsQHfp6uSK > .row .container { width:320px;height:465px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ETgaRnOG8zPITxTrt87NlQUoJVDM8pAl { width:246.973px;height:60px;top:215.95703125px;left:36.50390625px;font-size:31px;line-height:1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UN9gJTnbtizsBTkNgxPRTkTShl09kQie { width:248.965px;height:135px;top:296.953125px;left:34.98046875px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #aV486TGT12yv29TaoxXHmTevnaqiQxAm { width:320px;height:185px;top:20px;left:0px;z-index:99998;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AfTcuiKUFROLMw6rPi8TqxVFNVEXWxDi { width:320px;height:185px;top:576.890625px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #n5IgVwehzO9C5coTxMTfxttzKddlWm8D { width:320px;height:185px;top:692px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #g2wnEA00AM7J0V0L1DADmWanFf0ncpmy { display:none; }#g2wnEA00AM7J0V0L1DADmWanFf0ncpmy > .row .container { width:320px;height:465px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oWSVL6y1NiogTE7HJ3orprpJCdfvSBFQ { width:257.969px;height:55px;top:205.95703125px;left:30.99609375px;font-size:28px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tQrHi5bbchbLNG59AtgyVdlsKiOT6Hoh { width:257.969px;height:157.5px;top:278.75px;left:30.99609375px;font-size:15px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #h12yqKeDn88qACeIuCN4drfWMW1KR7zo { top:0px;left:0px;width:320px;height:185px;z-index:100003;overflow:hidden;display:block; }
 }