.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#8dcee0;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wp7Jd41nMRIyTuooMprTsLiE3JFPEFHG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8dcee0, #fecd4d);background-image: -moz-linear-gradient(180deg, #8dcee0, #fecd4d);background-image: -ms-linear-gradient(180deg, #8dcee0, #fecd4d);background-image: -o-linear-gradient(180deg, #8dcee0, #fecd4d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dcee0', endColorstr='#fecd4d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dcee0', endColorstr='#fecd4d' );";background-image: linear-gradient(180deg, #8dcee0, #fecd4d);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; }#wp7Jd41nMRIyTuooMprTsLiE3JFPEFHG > .row .container { background-color: transparent; background-image: none; }#wp7Jd41nMRIyTuooMprTsLiE3JFPEFHG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wp7Jd41nMRIyTuooMprTsLiE3JFPEFHG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wp7Jd41nMRIyTuooMprTsLiE3JFPEFHG > .row .container > .video-iframe-container { display: none; }#wp7Jd41nMRIyTuooMprTsLiE3JFPEFHG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wp7Jd41nMRIyTuooMprTsLiE3JFPEFHG > .row > .video-iframe-container { display: none; }#wp7Jd41nMRIyTuooMprTsLiE3JFPEFHG > .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); }#wp7Jd41nMRIyTuooMprTsLiE3JFPEFHG > .row .container { border-width: 0; border-radius: 0; }#wp7Jd41nMRIyTuooMprTsLiE3JFPEFHG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wp7Jd41nMRIyTuooMprTsLiE3JFPEFHG > .row .container { font-size:14px;font-family:arial;height:599px;width:1200px;position:relative;display:block; }#XphNVw1vilqDIKldb9NNkHmPBBlvv2xu { color:#000000;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:61px;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:61.984375px;left:0px;height:79.2917px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TVrH9oydETqanC5yJ30I8kwtufxUD8b4 { color:#000000;display:block;width:1013px;position:absolute;font-family:"open sans";font-size:27px;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:190px;left:120px;height:35.1px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MqkTG6fyOwvF4fhsVW1NbtzRRpJTBr8N { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:260px;left:160px; }
#Ubr5NdgdSBbrna2rhN8x94cxw5fG7Tfb { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:340px;left:160px; }
#otJQLtdT3QnmkX2fIlGAgnH7nuChvI2k { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:420px;left:160px; }
#wgXrhSESRzXgmuBA0fOMv04n0gNqfv5v { color:#000000;display:block;width:795px;position:absolute;font-family:"open sans";font-size:24px;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:270.6015625px;left:229px;height:28.8px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VFy8GEZK2Vfv7l1hANzPvAy2f601CyMv { color:#000000;display:block;width:932.986px;position:absolute;font-family:"open sans";font-size:24px;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:336.21530151367px;left:228.99310302734px;height:57.5833px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CQLsx55VmwbGuq9C8yuPaoQn4887hslC { color:#000000;display:block;width:795px;position:absolute;font-family:"open sans";font-size:24px;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:429.40625px;left:229px;height:31.1944px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lt7mEk7HTBeZA4RT1ttns2TNVgSe05eI { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:500px;left:160px; }
#V135mxBhpR7PwR4KLJT3egbNT6fEs2lN { color:#000000;display:block;width:795px;position:absolute;font-family:"open sans";font-size:24px;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:509.40625px;left:229px;height:31.1944px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SHpZT6FRVvL2RkTLqvuN06qItP6zMTSc { 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;box-shadow: none;height:148px;width:668px;top:32.640625px;left:243px;overflow:hidden;display:block; }
#S0q4ZmZI04GTIR9xRPcyRflNWcgVzgAV { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:478px;width:604px;top:88px;left:198px;overflow:hidden;display:block; }
#TRgaAKLEIk79ZWtcgmCypdBFBFp65wFw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fecd4d;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; }#TRgaAKLEIk79ZWtcgmCypdBFBFp65wFw > .row .container { background-color: transparent; background-image: none; }#TRgaAKLEIk79ZWtcgmCypdBFBFp65wFw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRgaAKLEIk79ZWtcgmCypdBFBFp65wFw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRgaAKLEIk79ZWtcgmCypdBFBFp65wFw > .row .container > .video-iframe-container { display: none; }#TRgaAKLEIk79ZWtcgmCypdBFBFp65wFw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRgaAKLEIk79ZWtcgmCypdBFBFp65wFw > .row > .video-iframe-container { display: none; }#TRgaAKLEIk79ZWtcgmCypdBFBFp65wFw > .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); }#TRgaAKLEIk79ZWtcgmCypdBFBFp65wFw > .row .container { border-width: 0; border-radius: 0; }#TRgaAKLEIk79ZWtcgmCypdBFBFp65wFw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TRgaAKLEIk79ZWtcgmCypdBFBFp65wFw > .row .container { font-size:14px;font-family:arial;height:128px;width:1200px;position:relative;display:block; }#RI2vRMTXbmho2pabyPWyHxZRJtB6zrKT { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:85px;width:289px;top:0px;left:456px;overflow:hidden;display:block; }
#XHznCG8yz5tDneK13Rt5eaxX8ESVmVSf { position:absolute;display:block;z-index:15033;height:72px;width:245px;top:0px;left:456px;display:block; }
#nFGN1sJZCp3iZ0Ur2XdFsoSLxyVNRkVK { color:#5d5324;display:block;width:200px;position:absolute;font-family:roboto;font-size:24px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;height:31.1944px;top:18.5px;left:479px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vQixm1JxG4fWQ8ola7yDhgdVSMgVwhJw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fecd4d, #8dcee0);background-image: -moz-linear-gradient(180deg, #fecd4d, #8dcee0);background-image: -ms-linear-gradient(180deg, #fecd4d, #8dcee0);background-image: -o-linear-gradient(180deg, #fecd4d, #8dcee0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fecd4d', endColorstr='#8dcee0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fecd4d', endColorstr='#8dcee0' );";background-image: linear-gradient(180deg, #fecd4d, #8dcee0);background-size:auto !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; }#vQixm1JxG4fWQ8ola7yDhgdVSMgVwhJw > .row .container { background-color: transparent; background-image: none; }#vQixm1JxG4fWQ8ola7yDhgdVSMgVwhJw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vQixm1JxG4fWQ8ola7yDhgdVSMgVwhJw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vQixm1JxG4fWQ8ola7yDhgdVSMgVwhJw > .row .container > .video-iframe-container { display: none; }#vQixm1JxG4fWQ8ola7yDhgdVSMgVwhJw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vQixm1JxG4fWQ8ola7yDhgdVSMgVwhJw > .row > .video-iframe-container { display: none; }#vQixm1JxG4fWQ8ola7yDhgdVSMgVwhJw > .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); }#vQixm1JxG4fWQ8ola7yDhgdVSMgVwhJw > .row .container { border-width: 0; border-radius: 0; }#vQixm1JxG4fWQ8ola7yDhgdVSMgVwhJw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vQixm1JxG4fWQ8ola7yDhgdVSMgVwhJw > .row .container { font-size:14px;font-family:arial;height:657px;width:1200px;position:relative;display:block; }#RuJ38adObUhnJLK98M47lp7A9S79v0To { color:#000000;display:block;width:895.99px;position:absolute;font-family:"open sans";font-size:24px;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:160.00009155273px;left:151.97918701172px;height:124.7777px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AOkbcBwwUR6wX21f4imIDKSzxpJQiaKi { background-color:#6fd6df;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:4px solid #404040;border-left:4px solid #404040;border-right:4px solid #404040;border-bottom:4px solid #404040;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:19px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:325px;height:55px;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:327px;left:793px;display:block; }
#v1Nre4Q2g71tNRUhLRixwcTsGObTLK7G { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#fS4mmTW3ENiNVsHE2mNLqZMaq8rOxOZQ { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:36px;width:36px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:336px;left:1073px; }
#a2m2VWkO8CRBmaRDwUv7uL1T6v3FzHn1 { background-color:#6fd6df;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:4px solid #404040;border-left:4px solid #404040;border-right:4px solid #404040;border-bottom:4px solid #404040;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:325px;height:55px;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:546px;left:162px;display:block; }
#BiHhCIeXVfJBp2JRTT9rOTnBKpxvoKnh { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#J4t6tUI85RmdhZek7wZXJZC0ryRtC3C7 { color:#000000;display:block;width:628px;position:absolute;font-family:"open sans";font-size:24px;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:339px;left:81px;height:31.1944px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#V6ieMpXSASI99rgP5vlClkVTTVPVxPkw { color:#000000;display:block;width:987.986px;position:absolute;font-family:"open sans";font-size:24px;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:466.99658203125px;left:105.98962402344px;height:31.1944px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MQAcM7NENlEzc2WFQGNBGk4mfXWlxVry { background-color:#6fd6df;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:4px solid #404040;border-left:4px solid #404040;border-right:4px solid #404040;border-bottom:4px solid #404040;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:325px;height:55px;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:546px;left:794px;display:block; }
#VvWwOWUC6nhKT30yeraevP76tB7plTt7 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#uxoOHxzJZE7kb0qi0hEC817sGZsQLWX5 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:36px;width:36px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:555px;left:1071px; }
#ptLAdwuh2nddo3pek1hU68zb54kAo6iQ { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:36px;width:36px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:555px;left:437px; }
#zpcsHBubgcxbC1c9zEtBsQJ02HOvt9Cx { color:#000000;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:39px;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:43.972229003906px;left:0px;height:50.6944px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uaqyhowT5H2JJlS7DfuaTVtZTTEQVKqw { box-sizing:content-box;height:5px;width:300px;position:absolute;display:block;z-index:15027;background-color:#6fd6df;background-image:none;top:121.22222900391px;left:450px;display:block; }
#EWGvHbTwG4NzbQhKLPCTr25RqSwPSmSz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8dcee0;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; }#EWGvHbTwG4NzbQhKLPCTr25RqSwPSmSz > .row .container { background-color: transparent; background-image: none; }#EWGvHbTwG4NzbQhKLPCTr25RqSwPSmSz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWGvHbTwG4NzbQhKLPCTr25RqSwPSmSz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWGvHbTwG4NzbQhKLPCTr25RqSwPSmSz > .row .container > .video-iframe-container { display: none; }#EWGvHbTwG4NzbQhKLPCTr25RqSwPSmSz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWGvHbTwG4NzbQhKLPCTr25RqSwPSmSz > .row > .video-iframe-container { display: none; }#EWGvHbTwG4NzbQhKLPCTr25RqSwPSmSz > .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); }#EWGvHbTwG4NzbQhKLPCTr25RqSwPSmSz > .row .container { border-width: 0; border-radius: 0; }#EWGvHbTwG4NzbQhKLPCTr25RqSwPSmSz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EWGvHbTwG4NzbQhKLPCTr25RqSwPSmSz > .row .container { font-size:14px;font-family:arial;height:116px;width:1200px;position:relative;display:block; }#Vft2T87x8Og4IdD8mOgGPu9zPEr7k9QX { color:#000000;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:39px;font-weight:700;z-index:14994;line-height:1.3;letter-spacing:0;top:45.989624023438px;left:0px;height:50.6944px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZX66WNg6OFSDN1zrg173vHNbC3qTM47e { position:relative;display:block; }#ZX66WNg6OFSDN1zrg173vHNbC3qTM47e { background-color: transparent; background-image: none; }#ZX66WNg6OFSDN1zrg173vHNbC3qTM47e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZX66WNg6OFSDN1zrg173vHNbC3qTM47e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZX66WNg6OFSDN1zrg173vHNbC3qTM47e > .row .container > .video-iframe-container { display: none; }#ZX66WNg6OFSDN1zrg173vHNbC3qTM47e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZX66WNg6OFSDN1zrg173vHNbC3qTM47e > .row > .video-iframe-container { display: none; }#ZX66WNg6OFSDN1zrg173vHNbC3qTM47e > .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); }#ZX66WNg6OFSDN1zrg173vHNbC3qTM47e { border-width: 0; border-radius: 0; }#ZX66WNg6OFSDN1zrg173vHNbC3qTM47e > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZX66WNg6OFSDN1zrg173vHNbC3qTM47e > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:796px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LHgGwXZ3oMftSPSIsMNNxw77Ts8rM7aI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LHgGwXZ3oMftSPSIsMNNxw77Ts8rM7aI > .row .container { background-color: transparent; background-image: none; }#LHgGwXZ3oMftSPSIsMNNxw77Ts8rM7aI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHgGwXZ3oMftSPSIsMNNxw77Ts8rM7aI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHgGwXZ3oMftSPSIsMNNxw77Ts8rM7aI > .row .container > .video-iframe-container { display: none; }#LHgGwXZ3oMftSPSIsMNNxw77Ts8rM7aI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHgGwXZ3oMftSPSIsMNNxw77Ts8rM7aI > .row > .video-iframe-container { display: none; }#LHgGwXZ3oMftSPSIsMNNxw77Ts8rM7aI > .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); }#LHgGwXZ3oMftSPSIsMNNxw77Ts8rM7aI > .row .container { border-width: 0; border-radius: 0; }#LHgGwXZ3oMftSPSIsMNNxw77Ts8rM7aI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LHgGwXZ3oMftSPSIsMNNxw77Ts8rM7aI > .row .container { font-size:14px;font-family:arial;height:139px;width:1200px;position:relative;display:block; }#wDbDw97oF9HBHrO3TcfZo7i2bE2umUXX { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:85px;width:289px;top:39px;left:456px;overflow:hidden;display:block; }
#zswQpBuivLVwBUfL3nSoxfuRevlydssu { position:absolute;display:block;z-index:15033;height:72px;width:245px;top:39px;left:456px;display:block; }
#W8B6E8LuMW1M65dJyN5cSbOVd13rp5z0 { color:#5d5324;display:block;width:200px;position:absolute;font-family:roboto;font-size:24px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;height:31.1944px;top:58px;left:479px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iHqaB5569ER8BZ5UDZUSllhZpWtCNfXM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iHqaB5569ER8BZ5UDZUSllhZpWtCNfXM > .row .container { background-color: transparent; background-image: none; }#iHqaB5569ER8BZ5UDZUSllhZpWtCNfXM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iHqaB5569ER8BZ5UDZUSllhZpWtCNfXM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iHqaB5569ER8BZ5UDZUSllhZpWtCNfXM > .row .container > .video-iframe-container { display: none; }#iHqaB5569ER8BZ5UDZUSllhZpWtCNfXM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iHqaB5569ER8BZ5UDZUSllhZpWtCNfXM > .row > .video-iframe-container { display: none; }#iHqaB5569ER8BZ5UDZUSllhZpWtCNfXM > .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); }#iHqaB5569ER8BZ5UDZUSllhZpWtCNfXM > .row .container { border-width: 0; border-radius: 0; }#iHqaB5569ER8BZ5UDZUSllhZpWtCNfXM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iHqaB5569ER8BZ5UDZUSllhZpWtCNfXM > .row .container { font-size:14px;font-family:arial;height:90px;width:1200px;position:relative;display:block; }#x5a0323f9c235f4cd0338b7633963773 { color:#000000;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:31px;font-weight:400;z-index:14994;line-height:1.3;letter-spacing:0;top:24.84375px;left:0px;height:40.2951px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aOU4F08xVzhnOzSnuqZrFiIoZSbI5K02 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aOU4F08xVzhnOzSnuqZrFiIoZSbI5K02 > .row .container { background-color: transparent; background-image: none; }#aOU4F08xVzhnOzSnuqZrFiIoZSbI5K02::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOU4F08xVzhnOzSnuqZrFiIoZSbI5K02 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOU4F08xVzhnOzSnuqZrFiIoZSbI5K02 > .row .container > .video-iframe-container { display: none; }#aOU4F08xVzhnOzSnuqZrFiIoZSbI5K02 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOU4F08xVzhnOzSnuqZrFiIoZSbI5K02 > .row > .video-iframe-container { display: none; }#aOU4F08xVzhnOzSnuqZrFiIoZSbI5K02 > .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); }#aOU4F08xVzhnOzSnuqZrFiIoZSbI5K02 > .row .container { border-width: 0; border-radius: 0; }#aOU4F08xVzhnOzSnuqZrFiIoZSbI5K02 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aOU4F08xVzhnOzSnuqZrFiIoZSbI5K02 > .row .container { font-size:14px;font-family:arial;height:236px;width:1200px;position:relative;display:block; }#ZeGxtZvPcV61LJV97ofM66FdvlXqNz9G { position:absolute;display:block;z-index:15030;height:216.969px;width:390px;top:15.5078125px;left:405px;display:block; }
#rwTSuFJT5QMwmbDLdEwSpG6B1dhrTRmh { position:absolute;display:block;z-index:14987;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e67a3f70-4caa-4f8f-a357-d32336df1699/Yarlin.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:217px;width:390px;top:14.5px;left:404px;display:block; }#rwTSuFJT5QMwmbDLdEwSpG6B1dhrTRmh.adaptive-delivery-prevent-bg, #rwTSuFJT5QMwmbDLdEwSpG6B1dhrTRmh.lazyload, #rwTSuFJT5QMwmbDLdEwSpG6B1dhrTRmh.lazyloading { background-image: none; }
#f37PkCWnFsd2V0SyJPF26dN4a0TykOc6 { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/029deb0e-4d73-48e4-b87a-3fe8daa353dc/Yari.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:217px;width:390px;top:15px;left:804px;display:block; }#f37PkCWnFsd2V0SyJPF26dN4a0TykOc6.adaptive-delivery-prevent-bg, #f37PkCWnFsd2V0SyJPF26dN4a0TykOc6.lazyload, #f37PkCWnFsd2V0SyJPF26dN4a0TykOc6.lazyloading { background-image: none; }
#cx7U3gWcFv0OidqZTuEU2BfrV8EwuRQV { position:absolute;display:block;z-index:14981;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5e3a8a57-b1db-4bb9-b78a-1207457079e0/Zenya_y_Armando.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:217px;width:390px;top:15px;left:4px;display:block; }#cx7U3gWcFv0OidqZTuEU2BfrV8EwuRQV.adaptive-delivery-prevent-bg, #cx7U3gWcFv0OidqZTuEU2BfrV8EwuRQV.lazyload, #cx7U3gWcFv0OidqZTuEU2BfrV8EwuRQV.lazyloading { background-image: none; }
#CZDhD2mivhP7lZmdgg90Ic6KLPGdPkZb { position:absolute;display:block;z-index:15031;height:216.969px;width:390px;top:16.0234375px;left:5px;display:block; }
#RXaHhoXVMPK0mcpKWDcAJyeZqPnqlULT { position:absolute;display:block;z-index:15026;height:216.969px;width:390px;top:15.5078125px;left:805px;display:block; }
#O1AUH3zsHMhwKalZvrSXxOaeIHKSylRD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O1AUH3zsHMhwKalZvrSXxOaeIHKSylRD > .row .container { background-color: transparent; background-image: none; }#O1AUH3zsHMhwKalZvrSXxOaeIHKSylRD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1AUH3zsHMhwKalZvrSXxOaeIHKSylRD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1AUH3zsHMhwKalZvrSXxOaeIHKSylRD > .row .container > .video-iframe-container { display: none; }#O1AUH3zsHMhwKalZvrSXxOaeIHKSylRD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1AUH3zsHMhwKalZvrSXxOaeIHKSylRD > .row > .video-iframe-container { display: none; }#O1AUH3zsHMhwKalZvrSXxOaeIHKSylRD > .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); }#O1AUH3zsHMhwKalZvrSXxOaeIHKSylRD > .row .container { border-width: 0; border-radius: 0; }#O1AUH3zsHMhwKalZvrSXxOaeIHKSylRD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O1AUH3zsHMhwKalZvrSXxOaeIHKSylRD > .row .container { font-size:14px;font-family:arial;height:226px;width:1200px;position:relative;display:block; }#Naca864c632d0dc03a89ac3faa194424 { position:absolute;display:block;z-index:14987;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8f1f23a7-27ec-4dbf-a6f9-07b0a9b143a0/Lucia.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:217px;width:390px;top:3.5px;left:404px;display:block; }#Naca864c632d0dc03a89ac3faa194424.adaptive-delivery-prevent-bg, #Naca864c632d0dc03a89ac3faa194424.lazyload, #Naca864c632d0dc03a89ac3faa194424.lazyloading { background-image: none; }
#d3824b45ed26107957aaebf2b23aa9a1 { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/904a555d-0ae2-42f8-9c74-b0e758d8ef76/Lorena.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:217px;width:390px;top:3.5px;left:804px;display:block; }#d3824b45ed26107957aaebf2b23aa9a1.adaptive-delivery-prevent-bg, #d3824b45ed26107957aaebf2b23aa9a1.lazyload, #d3824b45ed26107957aaebf2b23aa9a1.lazyloading { background-image: none; }
#G77e85d276243e82baa79ac69cff63d7 { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/7a66e3e2-4c67-41dc-88af-3ce8f5073ac1/Tracey.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:217px;width:390px;top:3.5px;left:4px;display:block; }#G77e85d276243e82baa79ac69cff63d7.adaptive-delivery-prevent-bg, #G77e85d276243e82baa79ac69cff63d7.lazyload, #G77e85d276243e82baa79ac69cff63d7.lazyloading { background-image: none; }
#Mc391467503ce73997818e03be2d94e7 { position:absolute;display:block;z-index:15031;height:216.977px;width:390px;top:4.5078125px;left:804px;display:block; }
#n36ef47760b8090ddd0616f89719e236 { position:absolute;display:block;z-index:15026;height:216.977px;width:390px;top:4.5078125px;left:405px;display:block; }
#d3fb1d871f20efde96ccab10030d1e46 { position:absolute;display:block;z-index:15029;height:216.992px;width:390px;top:4.5px;left:5px;display:block; }
#FaOTgE4aotHvTlhZkblW0UndgKIsRCmk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FaOTgE4aotHvTlhZkblW0UndgKIsRCmk > .row .container { background-color: transparent; background-image: none; }#FaOTgE4aotHvTlhZkblW0UndgKIsRCmk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FaOTgE4aotHvTlhZkblW0UndgKIsRCmk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FaOTgE4aotHvTlhZkblW0UndgKIsRCmk > .row .container > .video-iframe-container { display: none; }#FaOTgE4aotHvTlhZkblW0UndgKIsRCmk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FaOTgE4aotHvTlhZkblW0UndgKIsRCmk > .row > .video-iframe-container { display: none; }#FaOTgE4aotHvTlhZkblW0UndgKIsRCmk > .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); }#FaOTgE4aotHvTlhZkblW0UndgKIsRCmk > .row .container { border-width: 0; border-radius: 0; }#FaOTgE4aotHvTlhZkblW0UndgKIsRCmk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FaOTgE4aotHvTlhZkblW0UndgKIsRCmk > .row .container { font-size:14px;font-family:arial;height:226px;width:1200px;position:relative;display:block; }#Pea6a1a04d9d878f37fbdf20d86ab617 { position:absolute;display:block;z-index:15019;height:216.992px;width:390px;top:4.5px;left:405px;display:block; }
#a10da76842cdc600429a60b9dc8ed661 { position:absolute;display:block;z-index:14987;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/93b04707-2d2c-4264-8e9b-0f1fd4e1b3f9/Juli_.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:217px;width:390px;top:3.5px;left:404px;display:block; }#a10da76842cdc600429a60b9dc8ed661.adaptive-delivery-prevent-bg, #a10da76842cdc600429a60b9dc8ed661.lazyload, #a10da76842cdc600429a60b9dc8ed661.lazyloading { background-image: none; }
#m9d24ff98563d489f98495be28d4dc07 { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/4886b725-e92d-405b-b766-df117eacb731/Dulce_Israel.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:217px;width:390px;top:3.5px;left:804px;display:block; }#m9d24ff98563d489f98495be28d4dc07.adaptive-delivery-prevent-bg, #m9d24ff98563d489f98495be28d4dc07.lazyload, #m9d24ff98563d489f98495be28d4dc07.lazyloading { background-image: none; }
#a71fc6e8150d458cd803d583af13ea84 { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b84255a5-ce3b-438b-b8a5-c053d23dc3e7/Kenia_Testimonio.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:217px;width:390px;top:5px;left:4px;display:block; }#a71fc6e8150d458cd803d583af13ea84.adaptive-delivery-prevent-bg, #a71fc6e8150d458cd803d583af13ea84.lazyload, #a71fc6e8150d458cd803d583af13ea84.lazyloading { background-image: none; }
#b7fef2f6cd4922afbc0c8d14cb15ee72 { position:absolute;display:block;z-index:15026;height:216.992px;width:390px;top:4.5px;left:805px;display:block; }
#L608aed8831ce576cfda99ee694f9cbf { position:absolute;display:block;z-index:15023;height:216.992px;width:390px;top:6px;left:5px;display:block; }
#Ie3PdotrKai94g2OBDV893384Quyh7k3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ie3PdotrKai94g2OBDV893384Quyh7k3 > .row .container { background-color: transparent; background-image: none; }#Ie3PdotrKai94g2OBDV893384Quyh7k3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ie3PdotrKai94g2OBDV893384Quyh7k3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ie3PdotrKai94g2OBDV893384Quyh7k3 > .row .container > .video-iframe-container { display: none; }#Ie3PdotrKai94g2OBDV893384Quyh7k3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ie3PdotrKai94g2OBDV893384Quyh7k3 > .row > .video-iframe-container { display: none; }#Ie3PdotrKai94g2OBDV893384Quyh7k3 > .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); }#Ie3PdotrKai94g2OBDV893384Quyh7k3 > .row .container { border-width: 0; border-radius: 0; }#Ie3PdotrKai94g2OBDV893384Quyh7k3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ie3PdotrKai94g2OBDV893384Quyh7k3 > .row .container { font-size:14px;font-family:arial;height:226px;width:1200px;position:relative;display:block; }#flN0uidMbD7B3NGnlNALNGciwUbCqCFm { position:absolute;display:block;z-index:14987;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/835e5263-239a-49ca-96a4-4eeead312e6a/Claudia__Baiden.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:217px;width:390px;top:5px;left:404px;display:block; }#flN0uidMbD7B3NGnlNALNGciwUbCqCFm.adaptive-delivery-prevent-bg, #flN0uidMbD7B3NGnlNALNGciwUbCqCFm.lazyload, #flN0uidMbD7B3NGnlNALNGciwUbCqCFm.lazyloading { background-image: none; }
#sIo6GpDLM58oOeMkfgz5EUKzWk1DzZtJ { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e36d3aee-6b09-4b04-b16d-e180878fad18/Alex_testimonio.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:217px;width:390px;top:5px;left:804px;display:block; }#sIo6GpDLM58oOeMkfgz5EUKzWk1DzZtJ.adaptive-delivery-prevent-bg, #sIo6GpDLM58oOeMkfgz5EUKzWk1DzZtJ.lazyload, #sIo6GpDLM58oOeMkfgz5EUKzWk1DzZtJ.lazyloading { background-image: none; }
#oKyroT0i1iethTxFeLrEPhBnWwPxI49D { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/2385448d-f72a-496a-85a2-7e415a67c4a9/Dianelys.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:217px;width:390px;top:5px;left:4px;display:block; }#oKyroT0i1iethTxFeLrEPhBnWwPxI49D.adaptive-delivery-prevent-bg, #oKyroT0i1iethTxFeLrEPhBnWwPxI49D.lazyload, #oKyroT0i1iethTxFeLrEPhBnWwPxI49D.lazyloading { background-image: none; }
#zVUEpDF9DZVyR6rzWkQTtoOAqX2WuQ22 { position:absolute;display:block;z-index:15019;height:216.992px;width:390px;top:6.015625px;left:805px;display:block; }
#VcDPmg3FwTzfPz6p2cBuM9kKnv4Ttrxl { position:absolute;display:block;z-index:15019;height:216.992px;width:390px;top:5px;left:5px;display:block; }
#qNKSGVlSdcf6AQzHy928CT9Hf2yJ23VK { position:absolute;display:block;z-index:15022;height:216.992px;width:390px;top:6px;left:406px;display:block; }
#G7lLFl28edclQy1vF4iDDarhkBGV0nK8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#G7lLFl28edclQy1vF4iDDarhkBGV0nK8 > .row .container { background-color: transparent; background-image: none; }#G7lLFl28edclQy1vF4iDDarhkBGV0nK8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G7lLFl28edclQy1vF4iDDarhkBGV0nK8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G7lLFl28edclQy1vF4iDDarhkBGV0nK8 > .row .container > .video-iframe-container { display: none; }#G7lLFl28edclQy1vF4iDDarhkBGV0nK8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G7lLFl28edclQy1vF4iDDarhkBGV0nK8 > .row > .video-iframe-container { display: none; }#G7lLFl28edclQy1vF4iDDarhkBGV0nK8 > .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); }#G7lLFl28edclQy1vF4iDDarhkBGV0nK8 > .row .container { border-width: 0; border-radius: 0; }#G7lLFl28edclQy1vF4iDDarhkBGV0nK8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G7lLFl28edclQy1vF4iDDarhkBGV0nK8 > .row .container { font-size:14px;font-family:arial;height:225px;width:1200px;position:relative;display:block; }#N457b3f74ce3d056679fbc21a03d26cf { color:#000000;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:400;z-index:14994;line-height:1.3;letter-spacing:0;top:38.888916015625px;left:0px;height:83.1667px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wp7Jd41nMRIyTuooMprTsLiE3JFPEFHG { display:block; }#wp7Jd41nMRIyTuooMprTsLiE3JFPEFHG > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XphNVw1vilqDIKldb9NNkHmPBBlvv2xu { top:61px;left:0px;width:764px;height:79px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #TVrH9oydETqanC5yJ30I8kwtufxUD8b4 { top:190px;left:0px;width:764px;height:35px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #MqkTG6fyOwvF4fhsVW1NbtzRRpJTBr8N { top:260px;left:0px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #Ubr5NdgdSBbrna2rhN8x94cxw5fG7Tfb { top:340px;left:0px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #otJQLtdT3QnmkX2fIlGAgnH7nuChvI2k { top:420px;left:0px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #wgXrhSESRzXgmuBA0fOMv04n0gNqfv5v { top:270px;left:0px;width:764px;height:28px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #VFy8GEZK2Vfv7l1hANzPvAy2f601CyMv { top:336px;left:0px;width:764px;height:57px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #CQLsx55VmwbGuq9C8yuPaoQn4887hslC { top:429px;left:0px;width:764px;height:31px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #lt7mEk7HTBeZA4RT1ttns2TNVgSe05eI { top:500px;left:0px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #V135mxBhpR7PwR4KLJT3egbNT6fEs2lN { top:509px;left:0px;width:764px;height:31px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #SHpZT6FRVvL2RkTLqvuN06qItP6zMTSc { top:32px;left:25px;width:668px;height:148px;display:block; }
 }@media only screen and (max-width: 763px) { #S0q4ZmZI04GTIR9xRPcyRflNWcgVzgAV { top:88px;left:0px;width:604px;height:478px;display:block; }
 }@media only screen and (max-width: 763px) { #TRgaAKLEIk79ZWtcgmCypdBFBFp65wFw { display:none; }#TRgaAKLEIk79ZWtcgmCypdBFBFp65wFw > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RI2vRMTXbmho2pabyPWyHxZRJtB6zrKT { top:0px;left:238px;width:289px;height:85px;display:block; }
 }@media only screen and (max-width: 763px) { #XHznCG8yz5tDneK13Rt5eaxX8ESVmVSf { top:0px;left:238px;width:245px;height:72px;display:block; }
 }@media only screen and (max-width: 763px) { #nFGN1sJZCp3iZ0Ur2XdFsoSLxyVNRkVK { top:18px;left:261px;width:200px;height:31px;font-size:24px;display:none; }
 }@media only screen and (max-width: 763px) { #vQixm1JxG4fWQ8ola7yDhgdVSMgVwhJw { display:block; }#vQixm1JxG4fWQ8ola7yDhgdVSMgVwhJw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RuJ38adObUhnJLK98M47lp7A9S79v0To { top:160px;left:0px;width:764px;height:124px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #AOkbcBwwUR6wX21f4imIDKSzxpJQiaKi { width:323px;height:53px;top:327px;left:439px;display:block; }
 }@media only screen and (max-width: 763px) { #v1Nre4Q2g71tNRUhLRixwcTsGObTLK7G { display:block; }
 }@media only screen and (max-width: 763px) { #fS4mmTW3ENiNVsHE2mNLqZMaq8rOxOZQ { top:336px;left:728px;width:36px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #a2m2VWkO8CRBmaRDwUv7uL1T6v3FzHn1 { width:324px;height:54px;top:546px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #BiHhCIeXVfJBp2JRTT9rOTnBKpxvoKnh { display:block; }
 }@media only screen and (max-width: 763px) { #J4t6tUI85RmdhZek7wZXJZC0ryRtC3C7 { top:339px;left:0px;width:628px;height:31px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #V6ieMpXSASI99rgP5vlClkVTTVPVxPkw { top:466px;left:0px;width:764px;height:31px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #MQAcM7NENlEzc2WFQGNBGk4mfXWlxVry { width:324px;height:54px;top:546px;left:440px;display:block; }
 }@media only screen and (max-width: 763px) { #VvWwOWUC6nhKT30yeraevP76tB7plTt7 { display:block; }
 }@media only screen and (max-width: 763px) { #uxoOHxzJZE7kb0qi0hEC817sGZsQLWX5 { top:555px;left:729px;width:35px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #ptLAdwuh2nddo3pek1hU68zb54kAo6iQ { top:555px;left:219px;width:35px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #zpcsHBubgcxbC1c9zEtBsQJ02HOvt9Cx { top:43px;left:0px;width:764px;height:50px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #uaqyhowT5H2JJlS7DfuaTVtZTTEQVKqw { top:121px;left:232px;width:300px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #EWGvHbTwG4NzbQhKLPCTr25RqSwPSmSz { display:block; }#EWGvHbTwG4NzbQhKLPCTr25RqSwPSmSz > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vft2T87x8Og4IdD8mOgGPu9zPEr7k9QX { top:45px;left:0px;width:764px;height:50px;font-size:39px;display:block; }
 }@media only screen and (max-width: 763px) { #ZX66WNg6OFSDN1zrg173vHNbC3qTM47e { display:block; }#ZX66WNg6OFSDN1zrg173vHNbC3qTM47e > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LHgGwXZ3oMftSPSIsMNNxw77Ts8rM7aI { display:none; }#LHgGwXZ3oMftSPSIsMNNxw77Ts8rM7aI > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wDbDw97oF9HBHrO3TcfZo7i2bE2umUXX { top:39px;left:238px;width:288px;height:84.70793410221px;display:block; }
 }@media only screen and (max-width: 763px) { #zswQpBuivLVwBUfL3nSoxfuRevlydssu { top:39px;left:238px;width:245px;height:71px;display:block; }
 }@media only screen and (max-width: 763px) { #W8B6E8LuMW1M65dJyN5cSbOVd13rp5z0 { top:58px;left:261px;width:200px;height:31px;font-size:24px;display:none; }
 }@media only screen and (max-width: 763px) { #iHqaB5569ER8BZ5UDZUSllhZpWtCNfXM { display:block; }#iHqaB5569ER8BZ5UDZUSllhZpWtCNfXM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x5a0323f9c235f4cd0338b7633963773 { top:24px;left:0px;width:764px;height:40px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #aOU4F08xVzhnOzSnuqZrFiIoZSbI5K02 { display:block; }#aOU4F08xVzhnOzSnuqZrFiIoZSbI5K02 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZeGxtZvPcV61LJV97ofM66FdvlXqNz9G { top:15px;left:118px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #rwTSuFJT5QMwmbDLdEwSpG6B1dhrTRmh { top:14px;left:116px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #f37PkCWnFsd2V0SyJPF26dN4a0TykOc6 { top:15px;left:370px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #cx7U3gWcFv0OidqZTuEU2BfrV8EwuRQV { top:15px;left:0px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #CZDhD2mivhP7lZmdgg90Ic6KLPGdPkZb { top:16px;left:0px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #RXaHhoXVMPK0mcpKWDcAJyeZqPnqlULT { top:15px;left:372px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #O1AUH3zsHMhwKalZvrSXxOaeIHKSylRD { display:block; }#O1AUH3zsHMhwKalZvrSXxOaeIHKSylRD > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Naca864c632d0dc03a89ac3faa194424 { top:3px;left:116px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #d3824b45ed26107957aaebf2b23aa9a1 { top:3px;left:370px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #G77e85d276243e82baa79ac69cff63d7 { top:3px;left:0px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #Mc391467503ce73997818e03be2d94e7 { top:4px;left:372px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #n36ef47760b8090ddd0616f89719e236 { top:4px;left:118px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #d3fb1d871f20efde96ccab10030d1e46 { top:4px;left:0px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #FaOTgE4aotHvTlhZkblW0UndgKIsRCmk { display:block; }#FaOTgE4aotHvTlhZkblW0UndgKIsRCmk > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pea6a1a04d9d878f37fbdf20d86ab617 { top:4px;left:118px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #a10da76842cdc600429a60b9dc8ed661 { top:3px;left:116px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #m9d24ff98563d489f98495be28d4dc07 { top:3px;left:370px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #a71fc6e8150d458cd803d583af13ea84 { top:5px;left:0px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #b7fef2f6cd4922afbc0c8d14cb15ee72 { top:4px;left:372px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #L608aed8831ce576cfda99ee694f9cbf { top:6px;left:0px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #Ie3PdotrKai94g2OBDV893384Quyh7k3 { display:block; }#Ie3PdotrKai94g2OBDV893384Quyh7k3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #flN0uidMbD7B3NGnlNALNGciwUbCqCFm { top:5px;left:116px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #sIo6GpDLM58oOeMkfgz5EUKzWk1DzZtJ { top:5px;left:370px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #oKyroT0i1iethTxFeLrEPhBnWwPxI49D { top:5px;left:0px;width:390px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #zVUEpDF9DZVyR6rzWkQTtoOAqX2WuQ22 { top:6px;left:372px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #VcDPmg3FwTzfPz6p2cBuM9kKnv4Ttrxl { top:5px;left:0px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #qNKSGVlSdcf6AQzHy928CT9Hf2yJ23VK { top:6px;left:118px;width:390px;height:216px;display:block; }
 }@media only screen and (max-width: 763px) { #G7lLFl28edclQy1vF4iDDarhkBGV0nK8 { display:block; }#G7lLFl28edclQy1vF4iDDarhkBGV0nK8 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N457b3f74ce3d056679fbc21a03d26cf { top:38px;left:0px;width:764px;height:83px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wp7Jd41nMRIyTuooMprTsLiE3JFPEFHG { display:block; }#wp7Jd41nMRIyTuooMprTsLiE3JFPEFHG > .row .container { width:320px;height:485px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XphNVw1vilqDIKldb9NNkHmPBBlvv2xu { width:320px;height:49px;top:42.59375px;left:0px;font-size:35px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TVrH9oydETqanC5yJ30I8kwtufxUD8b4 { width:294px;height:64.7917px;top:101.59375px;left:13px;font-size:18px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MqkTG6fyOwvF4fhsVW1NbtzRRpJTBr8N { display:flex;width:40px;height:40px;top:191px;left:5px;font-size:28px; }
 }@media only screen and (max-width: 763px) { #Ubr5NdgdSBbrna2rhN8x94cxw5fG7Tfb { display:flex;width:40px;height:40px;top:252px;left:6px;font-size:28px; }
 }@media only screen and (max-width: 763px) { #otJQLtdT3QnmkX2fIlGAgnH7nuChvI2k { display:flex;width:40px;height:40px;top:359px;left:6px;font-size:28px; }
 }@media only screen and (max-width: 763px) { #wgXrhSESRzXgmuBA0fOMv04n0gNqfv5v { width:249px;height:33px;top:193.40625px;left:55px;font-size:15px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #VFy8GEZK2Vfv7l1hANzPvAy2f601CyMv { width:253px;height:82.4653px;top:255.5px;left:55px;font-size:15px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #CQLsx55VmwbGuq9C8yuPaoQn4887hslC { width:265px;height:32.9861px;top:362px;left:55px;font-size:15px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #lt7mEk7HTBeZA4RT1ttns2TNVgSe05eI { display:flex;width:40px;height:40px;top:419px;left:7px;font-size:28px; }
 }@media only screen and (max-width: 763px) { #V135mxBhpR7PwR4KLJT3egbNT6fEs2lN { width:267px;height:32.9861px;top:422px;left:53px;font-size:15px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #SHpZT6FRVvL2RkTLqvuN06qItP6zMTSc { width:311px;height:68px;top:36.796875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #S0q4ZmZI04GTIR9xRPcyRflNWcgVzgAV { width:320px;height:253px;top:40px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TRgaAKLEIk79ZWtcgmCypdBFBFp65wFw { display:block; }#TRgaAKLEIk79ZWtcgmCypdBFBFp65wFw > .row .container { width:320px;height:120px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RI2vRMTXbmho2pabyPWyHxZRJtB6zrKT { width:289px;height:85px;top:2px;left:16px;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #XHznCG8yz5tDneK13Rt5eaxX8ESVmVSf { width:245px;height:72px;top:0px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #nFGN1sJZCp3iZ0Ur2XdFsoSLxyVNRkVK { top:21px;left:33px;width:200px;height:31.1875px;z-index:14998;font-family:roboto;font-size:24px;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vQixm1JxG4fWQ8ola7yDhgdVSMgVwhJw { display:block; }#vQixm1JxG4fWQ8ola7yDhgdVSMgVwhJw > .row .container { width:320px;height:740px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RuJ38adObUhnJLK98M47lp7A9S79v0To { width:320px;height:131.9444px;top:187.98608398438px;left:0px;font-size:15px;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AOkbcBwwUR6wX21f4imIDKSzxpJQiaKi { width:304px;height:55px;top:376.99652099609px;left:7.9861116409302px;display:block; }
 }@media only screen and (max-width: 763px) { #v1Nre4Q2g71tNRUhLRixwcTsGObTLK7G { display:block; }
 }@media only screen and (max-width: 763px) { #fS4mmTW3ENiNVsHE2mNLqZMaq8rOxOZQ { display:flex;width:30px;height:30px;top:388.99304199219px;left:275.98960971832px;font-size:21px; }
 }@media only screen and (max-width: 763px) { #a2m2VWkO8CRBmaRDwUv7uL1T6v3FzHn1 { width:304px;height:55px;top:562.98608398438px;left:7.9861116409302px;display:block; }
 }@media only screen and (max-width: 763px) { #BiHhCIeXVfJBp2JRTT9rOTnBKpxvoKnh { display:block; }
 }@media only screen and (max-width: 763px) { #J4t6tUI85RmdhZek7wZXJZC0ryRtC3C7 { width:320px;height:16.4931px;top:343.99304199219px;left:0px;font-size:15px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #V6ieMpXSASI99rgP5vlClkVTTVPVxPkw { width:320px;height:49.4792px;top:478.99304199219px;left:0px;font-size:15px;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MQAcM7NENlEzc2WFQGNBGk4mfXWlxVry { width:296px;height:55px;top:640.98962402344px;left:11.996527671814px;display:block; }
 }@media only screen and (max-width: 763px) { #VvWwOWUC6nhKT30yeraevP76tB7plTt7 { display:block; }
 }@media only screen and (max-width: 763px) { #uxoOHxzJZE7kb0qi0hEC817sGZsQLWX5 { display:flex;width:36px;height:36px;top:650px;left:255.98960971832px;font-size:21px; }
 }@media only screen and (max-width: 763px) { #ptLAdwuh2nddo3pek1hU68zb54kAo6iQ { display:flex;width:36px;height:36px;top:571.99658203125px;left:255.98960971832px;font-size:21px; }
 }@media only screen and (max-width: 763px) { #zpcsHBubgcxbC1c9zEtBsQJ02HOvt9Cx { width:320px;height:113.385px;top:27.986083984375px;left:0px;font-size:27px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #uaqyhowT5H2JJlS7DfuaTVtZTTEQVKqw { width:300px;height:5px;top:160px;left:10.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #EWGvHbTwG4NzbQhKLPCTr25RqSwPSmSz { display:block; }#EWGvHbTwG4NzbQhKLPCTr25RqSwPSmSz > .row .container { width:320px;height:60px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vft2T87x8Og4IdD8mOgGPu9zPEr7k9QX { width:317.969px;height:28.5938px;top:29.666687011719px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZX66WNg6OFSDN1zrg173vHNbC3qTM47e { display:block; }#ZX66WNg6OFSDN1zrg173vHNbC3qTM47e > .row .container { width:320px;height:310px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LHgGwXZ3oMftSPSIsMNNxw77Ts8rM7aI { display:block; }#LHgGwXZ3oMftSPSIsMNNxw77Ts8rM7aI > .row .container { width:320px;height:120px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wDbDw97oF9HBHrO3TcfZo7i2bE2umUXX { width:289px;height:85px;top:26px;left:16px;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #zswQpBuivLVwBUfL3nSoxfuRevlydssu { width:245px;height:72px;top:24px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #W8B6E8LuMW1M65dJyN5cSbOVd13rp5z0 { top:45px;left:33px;width:200px;height:31.1806px;z-index:14998;font-family:roboto;font-size:24px;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iHqaB5569ER8BZ5UDZUSllhZpWtCNfXM { display:block; }#iHqaB5569ER8BZ5UDZUSllhZpWtCNfXM > .row .container { width:320px;height:80px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x5a0323f9c235f4cd0338b7633963773 { width:317.994px;height:51.9792px;top:13.996887207031px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aOU4F08xVzhnOzSnuqZrFiIoZSbI5K02 { display:block; }#aOU4F08xVzhnOzSnuqZrFiIoZSbI5K02 > .row .container { width:320px;height:701px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZeGxtZvPcV61LJV97ofM66FdvlXqNz9G { width:320px;height:217px;top:247px;left:0px;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #rwTSuFJT5QMwmbDLdEwSpG6B1dhrTRmh { width:318px;height:217px;top:245px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #f37PkCWnFsd2V0SyJPF26dN4a0TykOc6 { width:318px;height:217px;top:482px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cx7U3gWcFv0OidqZTuEU2BfrV8EwuRQV { width:318px;height:217px;top:9px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #CZDhD2mivhP7lZmdgg90Ic6KLPGdPkZb { width:320px;height:217px;top:10px;left:0px;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #RXaHhoXVMPK0mcpKWDcAJyeZqPnqlULT { width:320px;height:217px;top:483px;left:0px;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #O1AUH3zsHMhwKalZvrSXxOaeIHKSylRD { display:block; }#O1AUH3zsHMhwKalZvrSXxOaeIHKSylRD > .row .container { width:320px;height:710px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Naca864c632d0dc03a89ac3faa194424 { width:318px;height:217px;top:255px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #d3824b45ed26107957aaebf2b23aa9a1 { width:318px;height:217px;top:491px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #G77e85d276243e82baa79ac69cff63d7 { width:318px;height:217px;top:18px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Mc391467503ce73997818e03be2d94e7 { width:320px;height:217px;top:493px;left:0px;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #n36ef47760b8090ddd0616f89719e236 { width:320px;height:217px;top:255px;left:0px;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #d3fb1d871f20efde96ccab10030d1e46 { width:320px;height:217px;top:19px;left:0px;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #FaOTgE4aotHvTlhZkblW0UndgKIsRCmk { display:block; }#FaOTgE4aotHvTlhZkblW0UndgKIsRCmk > .row .container { width:320px;height:715px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pea6a1a04d9d878f37fbdf20d86ab617 { width:320px;height:217px;top:258px;left:0px;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #a10da76842cdc600429a60b9dc8ed661 { width:318px;height:217px;top:258px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #m9d24ff98563d489f98495be28d4dc07 { width:318px;height:217px;top:495px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #a71fc6e8150d458cd803d583af13ea84 { width:318px;height:217px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #b7fef2f6cd4922afbc0c8d14cb15ee72 { width:320px;height:217px;top:497px;left:0px;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #L608aed8831ce576cfda99ee694f9cbf { width:320px;height:217px;top:20px;left:0px;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #Ie3PdotrKai94g2OBDV893384Quyh7k3 { display:block; }#Ie3PdotrKai94g2OBDV893384Quyh7k3 > .row .container { width:320px;height:730px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #flN0uidMbD7B3NGnlNALNGciwUbCqCFm { width:318px;height:217px;top:260px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #sIo6GpDLM58oOeMkfgz5EUKzWk1DzZtJ { width:318px;height:217px;top:498px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #oKyroT0i1iethTxFeLrEPhBnWwPxI49D { width:318px;height:217px;top:22px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #zVUEpDF9DZVyR6rzWkQTtoOAqX2WuQ22 { width:320px;height:217px;top:500px;left:0px;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #VcDPmg3FwTzfPz6p2cBuM9kKnv4Ttrxl { width:320px;height:217px;top:22px;left:0px;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #qNKSGVlSdcf6AQzHy928CT9Hf2yJ23VK { width:320px;height:217px;top:260px;left:0px;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #G7lLFl28edclQy1vF4iDDarhkBGV0nK8 { display:block; }#G7lLFl28edclQy1vF4iDDarhkBGV0nK8 > .row .container { width:320px;height:365px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N457b3f74ce3d056679fbc21a03d26cf { width:320px;height:228.785px;top:30.468627929688px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }