.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OkyqOoCNPqxhJ8nz9nfE6aQtWIrsIbeV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/02ed1e32-6d97-49a0-9ad1-058616f9390f/lp_Prancheta102.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OkyqOoCNPqxhJ8nz9nfE6aQtWIrsIbeV.adaptive-delivery-prevent-bg, #OkyqOoCNPqxhJ8nz9nfE6aQtWIrsIbeV.lazyload, #OkyqOoCNPqxhJ8nz9nfE6aQtWIrsIbeV.lazyloading { background-image: none; }#OkyqOoCNPqxhJ8nz9nfE6aQtWIrsIbeV > .row .container { background-color: transparent; background-image: none; }#OkyqOoCNPqxhJ8nz9nfE6aQtWIrsIbeV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OkyqOoCNPqxhJ8nz9nfE6aQtWIrsIbeV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OkyqOoCNPqxhJ8nz9nfE6aQtWIrsIbeV > .row .container > .video-iframe-container { display: none; }#OkyqOoCNPqxhJ8nz9nfE6aQtWIrsIbeV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OkyqOoCNPqxhJ8nz9nfE6aQtWIrsIbeV > .row > .video-iframe-container { display: none; }#OkyqOoCNPqxhJ8nz9nfE6aQtWIrsIbeV > .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); }#OkyqOoCNPqxhJ8nz9nfE6aQtWIrsIbeV > .row .container { border-width: 0; border-radius: 0; }#OkyqOoCNPqxhJ8nz9nfE6aQtWIrsIbeV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OkyqOoCNPqxhJ8nz9nfE6aQtWIrsIbeV > .row .container { font-size:14px;font-family:arial;height:590px;width:960px;position:relative;display:block; }#lnsWN9Xmz9mvmkFvx3cJTGZ7Zh2ASgM0 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:77px;width:263px;top:46px;left:29px;overflow:hidden;display:block; }
#W15d9Gpsgh5Fy95vIhDUiIuv3zbpgfcr { background-color:rgba(255,255,255,0.36);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-left-radius:13px;border-top-right-radius:13px;border-bottom-left-radius:13px;border-bottom-right-radius:13px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:gotham;font-size:19px;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:450px;left:29px;display:block; }
#TFI6v5RMU88cBPnggbNnlUgsND2QAQMc { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Uc06yL1PM4ULJS2Dn5XqTOW6oziFXFJL { color:#ffffff;display:block;width:284px;position:absolute;font-family:nunito;font-size:21px;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:361.66662597656px;left:29px;height:75.5937px;text-align:center;text-align-last:center;display:block; }
#Rl5u4hBEgdp1se35D9t3aOKLLW1QMeHc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#37434e;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; }#Rl5u4hBEgdp1se35D9t3aOKLLW1QMeHc > .row .container { background-color: transparent; background-image: none; }#Rl5u4hBEgdp1se35D9t3aOKLLW1QMeHc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rl5u4hBEgdp1se35D9t3aOKLLW1QMeHc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rl5u4hBEgdp1se35D9t3aOKLLW1QMeHc > .row .container > .video-iframe-container { display: none; }#Rl5u4hBEgdp1se35D9t3aOKLLW1QMeHc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rl5u4hBEgdp1se35D9t3aOKLLW1QMeHc > .row > .video-iframe-container { display: none; }#Rl5u4hBEgdp1se35D9t3aOKLLW1QMeHc > .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); }#Rl5u4hBEgdp1se35D9t3aOKLLW1QMeHc > .row .container { border-width: 0; border-radius: 0; }#Rl5u4hBEgdp1se35D9t3aOKLLW1QMeHc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rl5u4hBEgdp1se35D9t3aOKLLW1QMeHc > .row .container { font-size:14px;font-family:arial;height:631px;width:960px;position:relative;display:block; }#wNEGl0cagyruvLQbUrnvZ2E7zDzFs0b5 { color:#ffffff;display:block;width:784px;position:absolute;font-family:gotham;font-size:36px;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:75.979187011719px;left:35.32292175293px;height:46.7969px;font-style:normal;display:block; }
#t77vmsDOkI0V7eNgG9lmMrgluJS965z8 { color:#ffffff;display:block;width:912px;position:absolute;font-family:nunito;font-size:25px;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:174px;left:35.32292175293px;height:375px;font-style:normal;display:block; }
#t2LCWmbdUqenpzhLCxO6rXJ3pyKzoSK6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#bcbec0;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; }#t2LCWmbdUqenpzhLCxO6rXJ3pyKzoSK6 > .row .container { background-color: transparent; background-image: none; }#t2LCWmbdUqenpzhLCxO6rXJ3pyKzoSK6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2LCWmbdUqenpzhLCxO6rXJ3pyKzoSK6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2LCWmbdUqenpzhLCxO6rXJ3pyKzoSK6 > .row .container > .video-iframe-container { display: none; }#t2LCWmbdUqenpzhLCxO6rXJ3pyKzoSK6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2LCWmbdUqenpzhLCxO6rXJ3pyKzoSK6 > .row > .video-iframe-container { display: none; }#t2LCWmbdUqenpzhLCxO6rXJ3pyKzoSK6 > .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); }#t2LCWmbdUqenpzhLCxO6rXJ3pyKzoSK6 > .row .container { border-width: 0; border-radius: 0; }#t2LCWmbdUqenpzhLCxO6rXJ3pyKzoSK6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t2LCWmbdUqenpzhLCxO6rXJ3pyKzoSK6 > .row .container { font-size:14px;font-family:arial;height:929px;width:960px;position:relative;display:block; }#RtEhFvylFHQfoiql7RSnyiLeTZPfoyL0 { color:#37434e;display:block;width:790px;position:absolute;font-family:gotham;font-size:27px;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:68.46875px;left:85px;height:70.1875px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PyHJQxsNOohvBNHS3XMvUzIp7uKmVBaG { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:14px;width:30px;top:177.33332824707px;left:465.00001525879px;overflow:hidden;display:block; }
#BMGGM1V87MpQFyvzUTHwkCn76HNMTEzk { position:absolute;display:block;z-index:15003;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;height:298px;width:298px;top:237.47912597656px;left:33.66667175293px;overflow:hidden;display:block; }
#f8Rflu0M27r9nEg0FT7aBmbWUq4iQQf7 { position:absolute;display:block;z-index:15004;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;height:298px;width:298px;top:237.47912597656px;left:331.00001525879px;overflow:hidden;display:block; }
#gCfbbo7PXuiq42Z9h4BPXApDNWuTNGeT { position:absolute;display:block;z-index:15005;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;height:298px;width:298px;top:237.47912597656px;left:629.00001525879px;overflow:hidden;display:block; }
#dwmwNrQPhwKObB38qHnpz4ooZaToUpER { position:absolute;display:block;z-index:15007;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;height:298px;width:298px;top:567px;left:331px;overflow:hidden;display:block; }
#U6GAkcAJ6PcK8elFXZi1UO8C2AvQDfuI { position:absolute;display:block;z-index:15008;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;height:297px;width:297px;top:567px;left:629px;overflow:hidden;display:block; }
#NuEAGatwghgnnVg1meoVSZZuhJMH9Zhg { position:absolute;display:block;z-index:15006;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;height:298px;width:298px;top:567px;left:33px;overflow:hidden;display:block; }
#FW2QIUocFOmmbXCouamCci8BQyfOEVSk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#37434e;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; }#FW2QIUocFOmmbXCouamCci8BQyfOEVSk > .row .container { background-color: transparent; background-image: none; }#FW2QIUocFOmmbXCouamCci8BQyfOEVSk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FW2QIUocFOmmbXCouamCci8BQyfOEVSk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FW2QIUocFOmmbXCouamCci8BQyfOEVSk > .row .container > .video-iframe-container { display: none; }#FW2QIUocFOmmbXCouamCci8BQyfOEVSk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FW2QIUocFOmmbXCouamCci8BQyfOEVSk > .row > .video-iframe-container { display: none; }#FW2QIUocFOmmbXCouamCci8BQyfOEVSk > .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); }#FW2QIUocFOmmbXCouamCci8BQyfOEVSk > .row .container { border-width: 0; border-radius: 0; }#FW2QIUocFOmmbXCouamCci8BQyfOEVSk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FW2QIUocFOmmbXCouamCci8BQyfOEVSk > .row .container { font-size:14px;font-family:arial;height:373px;width:960px;position:relative;display:block; }#LiQ6T5BxftOcnGaKygtNhgcwhPuBSITf { color:#ffffff;display:block;width:879px;position:absolute;font-family:gotham;font-size:22px;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:223.98960113525px;left:47.97917175293px;height:28.5938px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rCFfHm4ta7fSmxWLJm3ZypnrfxNoL7UX { background-color:rgba(255,255,255,0.36);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-left-radius:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:gotham;font-size:16px;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225.666666px;height:42.666666px;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:277.98960113525px;left:47.97917175293px;display:block; }
#ygXSF4SZTbJ0uaTZUEWkpvRCxzZiBS1e { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#wUiZl4bVs9KI2s2aTwkMysVwztSl1c4d { color:#ffffff;display:block;width:912px;position:absolute;font-family:nunito;font-size:21px;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:48.645835876465px;left:47.98957824707px;height:157.5px;font-style:normal;display:block; }
#sSUxGop2NOud2wVhSnvLkGwoBN49oy0g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#69c5aa;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; }#sSUxGop2NOud2wVhSnvLkGwoBN49oy0g > .row .container { background-color: transparent; background-image: none; }#sSUxGop2NOud2wVhSnvLkGwoBN49oy0g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSUxGop2NOud2wVhSnvLkGwoBN49oy0g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSUxGop2NOud2wVhSnvLkGwoBN49oy0g > .row .container > .video-iframe-container { display: none; }#sSUxGop2NOud2wVhSnvLkGwoBN49oy0g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSUxGop2NOud2wVhSnvLkGwoBN49oy0g > .row > .video-iframe-container { display: none; }#sSUxGop2NOud2wVhSnvLkGwoBN49oy0g > .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); }#sSUxGop2NOud2wVhSnvLkGwoBN49oy0g > .row .container { border-width: 0; border-radius: 0; }#sSUxGop2NOud2wVhSnvLkGwoBN49oy0g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sSUxGop2NOud2wVhSnvLkGwoBN49oy0g > .row .container { font-size:14px;font-family:arial;height:551px;width:960px;position:relative;display:block; }#KzBlaTZcEAieiFf5T7bkEE1xPOH2UKkN { color:#2d2d2d;display:block;width:549px;position:absolute;font-family:gotham;font-size:33px;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:113px;left:408.98957824707px;height:85.7916px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b5bCPE59r3M2AeIkK3hkSdnrgpMGkwvQ { position:absolute;display:block;z-index:15001;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;height:182px;width:251px;top:253.66664886475px;left:557.98957824707px;overflow:hidden;display:block; }
#SLar7OprtCHqkZhO450LyfEnOENF5EwT { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:551px;width:439px;top:0px;left:-151px;overflow:hidden;display:block; }
#R7yQNBh11zpk88AqaEuKcedR3R1cOgxs { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:252px;height:75px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:253.65618896484px;left:557.98957824707px;display:block; }
#GupEeIhwwyDGsnpBbDwAWSJKfBJa74aM { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#vxhP8pRxfQ8447mcW852CLl6IIBS2hI8 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:252px;height:75px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:360.3229265213px;left:557.48957824707px;display:block; }
#M35RzHsxg0zswlubdJKy93Eo12kKgQrT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#l47rDQezVpfqhQlzGdMyokO8zrpHMOku { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e7e8;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; }#l47rDQezVpfqhQlzGdMyokO8zrpHMOku > .row .container { background-color: transparent; background-image: none; }#l47rDQezVpfqhQlzGdMyokO8zrpHMOku::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l47rDQezVpfqhQlzGdMyokO8zrpHMOku > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l47rDQezVpfqhQlzGdMyokO8zrpHMOku > .row .container > .video-iframe-container { display: none; }#l47rDQezVpfqhQlzGdMyokO8zrpHMOku > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l47rDQezVpfqhQlzGdMyokO8zrpHMOku > .row > .video-iframe-container { display: none; }#l47rDQezVpfqhQlzGdMyokO8zrpHMOku > .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); }#l47rDQezVpfqhQlzGdMyokO8zrpHMOku > .row .container { border-width: 0; border-radius: 0; }#l47rDQezVpfqhQlzGdMyokO8zrpHMOku > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l47rDQezVpfqhQlzGdMyokO8zrpHMOku > .row .container { font-size:14px;font-family:arial;height:94px;width:960px;position:relative;display:block; }#AbFciuz47c2Rwk3U56C1R0G6SiS5LOWV { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:34px;width:116px;top:30px;left:422.00001525879px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OkyqOoCNPqxhJ8nz9nfE6aQtWIrsIbeV { display:block; }#OkyqOoCNPqxhJ8nz9nfE6aQtWIrsIbeV > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lnsWN9Xmz9mvmkFvx3cJTGZ7Zh2ASgM0 { top:46px;left:0px;width:263px;height:77px;display:block; }
 }@media only screen and (max-width: 763px) { #W15d9Gpsgh5Fy95vIhDUiIuv3zbpgfcr { width:280px;height:55px;top:450px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TFI6v5RMU88cBPnggbNnlUgsND2QAQMc { display:block; }
 }@media only screen and (max-width: 763px) { #Uc06yL1PM4ULJS2Dn5XqTOW6oziFXFJL { top:361px;left:0px;width:284px;height:75px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #Rl5u4hBEgdp1se35D9t3aOKLLW1QMeHc { display:block; }#Rl5u4hBEgdp1se35D9t3aOKLLW1QMeHc > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wNEGl0cagyruvLQbUrnvZ2E7zDzFs0b5 { top:75px;left:0px;width:764px;height:46px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #t77vmsDOkI0V7eNgG9lmMrgluJS965z8 { top:174px;left:0px;width:764px;height:375px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #t2LCWmbdUqenpzhLCxO6rXJ3pyKzoSK6 { display:block; }#t2LCWmbdUqenpzhLCxO6rXJ3pyKzoSK6 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RtEhFvylFHQfoiql7RSnyiLeTZPfoyL0 { top:68px;left:0px;width:764px;height:70px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #PyHJQxsNOohvBNHS3XMvUzIp7uKmVBaG { top:177px;left:367.00001525879px;width:30px;height:14px;display:block; }
 }@media only screen and (max-width: 763px) { #BMGGM1V87MpQFyvzUTHwkCn76HNMTEzk { top:237px;left:0px;width:298px;height:298px;display:block; }
 }@media only screen and (max-width: 763px) { #f8Rflu0M27r9nEg0FT7aBmbWUq4iQQf7 { top:237px;left:233.00001525879px;width:298px;height:298px;display:block; }
 }@media only screen and (max-width: 763px) { #gCfbbo7PXuiq42Z9h4BPXApDNWuTNGeT { top:237px;left:466px;width:298px;height:298px;display:block; }
 }@media only screen and (max-width: 763px) { #dwmwNrQPhwKObB38qHnpz4ooZaToUpER { top:567px;left:233px;width:298px;height:298px;display:block; }
 }@media only screen and (max-width: 763px) { #U6GAkcAJ6PcK8elFXZi1UO8C2AvQDfuI { top:567px;left:466px;width:297px;height:297px;display:block; }
 }@media only screen and (max-width: 763px) { #NuEAGatwghgnnVg1meoVSZZuhJMH9Zhg { top:567px;left:0px;width:298px;height:298px;display:block; }
 }@media only screen and (max-width: 763px) { #FW2QIUocFOmmbXCouamCci8BQyfOEVSk { display:block; }#FW2QIUocFOmmbXCouamCci8BQyfOEVSk > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LiQ6T5BxftOcnGaKygtNhgcwhPuBSITf { top:223px;left:0px;width:764px;height:28px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #rCFfHm4ta7fSmxWLJm3ZypnrfxNoL7UX { width:225px;height:42px;top:277px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ygXSF4SZTbJ0uaTZUEWkpvRCxzZiBS1e { display:block; }
 }@media only screen and (max-width: 763px) { #wUiZl4bVs9KI2s2aTwkMysVwztSl1c4d { top:48px;left:0px;width:764px;height:157px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #sSUxGop2NOud2wVhSnvLkGwoBN49oy0g { display:block; }#sSUxGop2NOud2wVhSnvLkGwoBN49oy0g > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KzBlaTZcEAieiFf5T7bkEE1xPOH2UKkN { top:113px;left:215px;width:549px;height:85px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #b5bCPE59r3M2AeIkK3hkSdnrgpMGkwvQ { top:253px;left:459.98957824707px;width:251px;height:182px;display:block; }
 }@media only screen and (max-width: 763px) { #SLar7OprtCHqkZhO450LyfEnOENF5EwT { top:0px;left:0px;width:439px;height:551px;display:block; }
 }@media only screen and (max-width: 763px) { #R7yQNBh11zpk88AqaEuKcedR3R1cOgxs { width:252px;height:75px;top:253px;left:459.98957824707px;display:block; }
 }@media only screen and (max-width: 763px) { #GupEeIhwwyDGsnpBbDwAWSJKfBJa74aM { display:block; }
 }@media only screen and (max-width: 763px) { #vxhP8pRxfQ8447mcW852CLl6IIBS2hI8 { width:252px;height:75px;top:360px;left:459.48957824707px;display:block; }
 }@media only screen and (max-width: 763px) { #M35RzHsxg0zswlubdJKy93Eo12kKgQrT { display:block; }
 }@media only screen and (max-width: 763px) { #l47rDQezVpfqhQlzGdMyokO8zrpHMOku { display:block; }#l47rDQezVpfqhQlzGdMyokO8zrpHMOku > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AbFciuz47c2Rwk3U56C1R0G6SiS5LOWV { top:30px;left:324.00001525879px;width:116px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OkyqOoCNPqxhJ8nz9nfE6aQtWIrsIbeV { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5293dbef-1a57-4412-a2cc-53e88be14d27/Semttulo103.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OkyqOoCNPqxhJ8nz9nfE6aQtWIrsIbeV.adaptive-delivery-prevent-bg, #OkyqOoCNPqxhJ8nz9nfE6aQtWIrsIbeV.lazyload, #OkyqOoCNPqxhJ8nz9nfE6aQtWIrsIbeV.lazyloading { background-image: none; }#OkyqOoCNPqxhJ8nz9nfE6aQtWIrsIbeV > .row .container { background-color: transparent; background-image: none; }#OkyqOoCNPqxhJ8nz9nfE6aQtWIrsIbeV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OkyqOoCNPqxhJ8nz9nfE6aQtWIrsIbeV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OkyqOoCNPqxhJ8nz9nfE6aQtWIrsIbeV > .row .container > .video-iframe-container { display: none; }#OkyqOoCNPqxhJ8nz9nfE6aQtWIrsIbeV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OkyqOoCNPqxhJ8nz9nfE6aQtWIrsIbeV > .row > .video-iframe-container { display: none; }#OkyqOoCNPqxhJ8nz9nfE6aQtWIrsIbeV > .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); }#OkyqOoCNPqxhJ8nz9nfE6aQtWIrsIbeV > .row .container { width:320px;height:543px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lnsWN9Xmz9mvmkFvx3cJTGZ7Zh2ASgM0 { width:156px;height:45px;top:26px;left:80.000004768372px;display:block; }
 }@media only screen and (max-width: 763px) { #W15d9Gpsgh5Fy95vIhDUiIuv3zbpgfcr { width:215.666666px;height:41px;top:469px;left:51.500000953674px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TFI6v5RMU88cBPnggbNnlUgsND2QAQMc { display:block; }
 }@media only screen and (max-width: 763px) { #Uc06yL1PM4ULJS2Dn5XqTOW6oziFXFJL { width:242px;height:68.375px;top:384px;left:39.000000953674px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #Rl5u4hBEgdp1se35D9t3aOKLLW1QMeHc { display:block; }#Rl5u4hBEgdp1se35D9t3aOKLLW1QMeHc > .row .container { width:320px;height:658px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wNEGl0cagyruvLQbUrnvZ2E7zDzFs0b5 { width:320px;height:70.1875px;top:40px;left:0px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #t77vmsDOkI0V7eNgG9lmMrgluJS965z8 { width:295px;height:484.5px;top:143.1875px;left:0px;font-size:17px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t2LCWmbdUqenpzhLCxO6rXJ3pyKzoSK6 { display:block; }#t2LCWmbdUqenpzhLCxO6rXJ3pyKzoSK6 > .row .container { width:320px;height:1681px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RtEhFvylFHQfoiql7RSnyiLeTZPfoyL0 { width:320px;height:62.375px;top:40.447917938232px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #PyHJQxsNOohvBNHS3XMvUzIp7uKmVBaG { width:30px;height:14px;top:126.89584350586px;left:145.00000476837px;display:block; }
 }@media only screen and (max-width: 763px) { #BMGGM1V87MpQFyvzUTHwkCn76HNMTEzk { width:247px;height:247px;top:168.89587402344px;left:36.500000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #f8Rflu0M27r9nEg0FT7aBmbWUq4iQQf7 { width:247px;height:247px;top:415.89583587646px;left:36.500000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #gCfbbo7PXuiq42Z9h4BPXApDNWuTNGeT { width:247px;height:247px;top:662.88543701172px;left:36.500000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #dwmwNrQPhwKObB38qHnpz4ooZaToUpER { width:247px;height:247px;top:1156.8646240234px;left:36.500000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #U6GAkcAJ6PcK8elFXZi1UO8C2AvQDfuI { width:246px;height:246px;top:1403.8645935059px;left:36.500000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #NuEAGatwghgnnVg1meoVSZZuhJMH9Zhg { width:247px;height:247px;top:909.87502288818px;left:36.500000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #FW2QIUocFOmmbXCouamCci8BQyfOEVSk { display:block; }#FW2QIUocFOmmbXCouamCci8BQyfOEVSk > .row .container { width:320px;height:677px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LiQ6T5BxftOcnGaKygtNhgcwhPuBSITf { width:320px;height:74.0938px;top:490.00001907349px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #rCFfHm4ta7fSmxWLJm3ZypnrfxNoL7UX { width:200.333666px;height:37.666666px;top:593.18751525879px;left:0px;font-size:16px;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }
 }@media only screen and (max-width: 763px) { #ygXSF4SZTbJ0uaTZUEWkpvRCxzZiBS1e { display:block; }
 }@media only screen and (max-width: 763px) { #wUiZl4bVs9KI2s2aTwkMysVwztSl1c4d { width:320px;height:441px;top:29.166679382324px;left:0px;font-size:21px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sSUxGop2NOud2wVhSnvLkGwoBN49oy0g { display:block; }#sSUxGop2NOud2wVhSnvLkGwoBN49oy0g > .row .container { width:320px;height:667px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KzBlaTZcEAieiFf5T7bkEE1xPOH2UKkN { width:320px;height:41.5834px;top:435.625px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #b5bCPE59r3M2AeIkK3hkSdnrgpMGkwvQ { width:169px;height:122px;top:501.625px;left:75.000004768372px;display:block; }
 }@media only screen and (max-width: 763px) { #SLar7OprtCHqkZhO450LyfEnOENF5EwT { width:320px;height:401.64009111617px;top:10px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #R7yQNBh11zpk88AqaEuKcedR3R1cOgxs { width:169px;height:49px;top:502.62508392334px;left:77.682881872768px;display:block; }
 }@media only screen and (max-width: 763px) { #GupEeIhwwyDGsnpBbDwAWSJKfBJa74aM { display:block; }
 }@media only screen and (max-width: 763px) { #vxhP8pRxfQ8447mcW852CLl6IIBS2hI8 { width:170px;height:50px;top:572.29168701172px;left:74.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #M35RzHsxg0zswlubdJKy93Eo12kKgQrT { display:block; }
 }@media only screen and (max-width: 763px) { #l47rDQezVpfqhQlzGdMyokO8zrpHMOku { display:block; }#l47rDQezVpfqhQlzGdMyokO8zrpHMOku > .row .container { width:320px;height:70px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AbFciuz47c2Rwk3U56C1R0G6SiS5LOWV { width:85px;height:25px;top:22.5px;left:117.50000476837px;overflow:hidden;display:block; }
 }