.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-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/6de32K6d/main_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#qSDidXDNdCXVDVghU4sxo6MttGPNklUg::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#qSDidXDNdCXVDVghU4sxo6MttGPNklUg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#qSDidXDNdCXVDVghU4sxo6MttGPNklUg > .row > .video-iframe-container { display: none; }#qSDidXDNdCXVDVghU4sxo6MttGPNklUg > .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); }#Ciy3OltWFMDJG27XSKSVvQtPiTDHqMxV { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d424b90f-1155-42ab-9caa-641b42ec8dba/Untitleddesign9.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#Ciy3OltWFMDJG27XSKSVvQtPiTDHqMxV.adaptive-delivery-prevent-bg, #Ciy3OltWFMDJG27XSKSVvQtPiTDHqMxV.lazyload, #Ciy3OltWFMDJG27XSKSVvQtPiTDHqMxV.lazyloading { background-image: none; }#Ciy3OltWFMDJG27XSKSVvQtPiTDHqMxV > .row .container { background-color: transparent; background-image: none; }#Ciy3OltWFMDJG27XSKSVvQtPiTDHqMxV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ciy3OltWFMDJG27XSKSVvQtPiTDHqMxV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ciy3OltWFMDJG27XSKSVvQtPiTDHqMxV > .row .container > .video-iframe-container { display: none; }#Ciy3OltWFMDJG27XSKSVvQtPiTDHqMxV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ciy3OltWFMDJG27XSKSVvQtPiTDHqMxV > .row > .video-iframe-container { display: none; }#Ciy3OltWFMDJG27XSKSVvQtPiTDHqMxV > .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); }#Ciy3OltWFMDJG27XSKSVvQtPiTDHqMxV > .row .container { border-width: 0; border-radius: 0; }#Ciy3OltWFMDJG27XSKSVvQtPiTDHqMxV > .row > .video-iframe-container {  }#Ciy3OltWFMDJG27XSKSVvQtPiTDHqMxV > .row .container { font-size:14px;font-family:"open sans";height:698px;width:960px;overflow:visible;position:relative;display:block; }#bhnJNsmIlM6RPbzTcy1iVJsdE6n5MqPR { color:rgba(48,48,48,0.5);display:block;width:960px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:42px;left:0px;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ynq1sRfOtIpk2DAKGvKWzh6lw6rFcFJ8 { color:#303030;display:block;width:213px;position:absolute;font-family:oswald;font-size:50px;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:100px;left:413px;height:165px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#W4N9ZPcQwbqrPXR0cA7B1dm9yfgicwHq { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15px;width:19px;top:115px;left:324px;overflow:hidden;display:block; }
#Rbo0nlw9iMxzwG2qkIETyOtApMvRXJL3 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15px;width:19px;top:225px;left:705px;overflow:hidden;display:block; }
#WO7C1TNSDHc4J2FwG7of6TN1k8xOM5vR { background-color:#7bd598;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: 1px 4px 10px rgba(48,48,48,0.12) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:237px;height:50px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:334px;left:361.5px;display:block; }
#AqnJx086Ta2BtgzK7crEAZIT3xM96Us3 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#QgHOblpB7lJZ98GvVy1WzHv5TbVsnppJ { position:absolute;display:block;z-index:15005;background-color:#dbdbdb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30px;width:2px;top:412px;left:479px;display:block; }
#gUIEm0ROXwc8TSH9TzTh58aNDobTlJz2 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:rgba(48,48,48,0.8);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:22px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:501px;height:116px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:571px;left:229.5px;display:block; }
#TIAbRE0t3POGvTc5SQP26x1Jh6Fs9Gzd { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#yOTKZaqhyHz0fh6XZkWqFl6Df798t5do { position:absolute;display:block;z-index:15006;background-color:rgba(48,48,48,0.8);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1px;width:90px;top:652px;left:435px;display:block; }
#OTZTm5P44KaRL0C7oFxDAr9SpOB1Uy6o { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:399px;width:399px;top:217px;left:561px;overflow:hidden;display:block; }
#ANBTLQMh5SGsZIltOWOxBI365TCJTSd7 { color:#303030;display:block;width:960px;position:absolute;font-family:oswald;font-size:93px;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:205px;left:0px;height:102.297px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UzKKUJ2TPgZDT5ZRKfr07tzIT6WL083u { color:#303030;display:block;width:112px;position:absolute;font-family:oswald;font-size:125px;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:86px;left:324px;height:137.5px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ibgfMZJHnkyLBkB6gChdV9qEtLxqDKgF { display:block;width:269px;position:absolute;font-family:raleway;font-size:22px;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:457.8046875px;left:345.5px;height:;font-style:normal;color:#333333;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ke6yeNaHRsqEWm8SdrL5QXBb84ccTVvq { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;background-image:none;position:relative;display:block; }#Ke6yeNaHRsqEWm8SdrL5QXBb84ccTVvq > .row .container { background-color: transparent; background-image: none; }#Ke6yeNaHRsqEWm8SdrL5QXBb84ccTVvq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ke6yeNaHRsqEWm8SdrL5QXBb84ccTVvq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ke6yeNaHRsqEWm8SdrL5QXBb84ccTVvq > .row .container > .video-iframe-container { display: none; }#Ke6yeNaHRsqEWm8SdrL5QXBb84ccTVvq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ke6yeNaHRsqEWm8SdrL5QXBb84ccTVvq > .row > .video-iframe-container { display: none; }#Ke6yeNaHRsqEWm8SdrL5QXBb84ccTVvq > .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); }#Ke6yeNaHRsqEWm8SdrL5QXBb84ccTVvq > .row .container { border-width: 0; border-radius: 0; }#Ke6yeNaHRsqEWm8SdrL5QXBb84ccTVvq > .row > .video-iframe-container {  }#Ke6yeNaHRsqEWm8SdrL5QXBb84ccTVvq > .row .container { font-size:14px;font-family:arial;height:1562px;width:960px;position:relative;display:block; }#wJsGseW1IXLGO3sIPlIrTNHX55qzrgVX { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a2b63b7e-806b-40e1-9420-22a95f11558c/2.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;height:300px;width:450px;position:absolute;display:block;z-index:15000;top:690px;left:510px;box-shadow: 2px 2px 15px rgba(0,0,0,0.05) ;display:block; }#wJsGseW1IXLGO3sIPlIrTNHX55qzrgVX.adaptive-delivery-prevent-bg, #wJsGseW1IXLGO3sIPlIrTNHX55qzrgVX.lazyload, #wJsGseW1IXLGO3sIPlIrTNHX55qzrgVX.lazyloading { background-image: none; }
#LMuSA4hO9GTsMAK6pBZPbMyk5WA34sMX { display:block;width:470px;position:absolute;font-family:raleway;font-size:30px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:628px;left:0px;height:39px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;display:block; }
#uqToe9epFeVvEST1lgMfFTQBwHa44TPX { display:block;width:470px;position:absolute;font-family:raleway;font-size:18px;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:690px;left:0px;height:336.5312px;color:#333333;display:block; }
#z6mDZKdXJOQDVMBD9amIInLFXA9mE3qv { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 0 10px 15px rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:319px;height:70px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1458px;left:350.5px;display:block; }
#qTOJRM8rghw3kGifpGuXUqxkl50E7K4T { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#vLUG7CcXMO261TMEdBy7emFGWHLVbH1h { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/cacb3693-e85b-4971-a640-dd097c406610/1.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:300px;width:450px;position:absolute;display:block;z-index:15000;top:202px;left:0px;box-shadow: 2px 2px 15px rgba(0,0,0,0.05) ;display:none; }#vLUG7CcXMO261TMEdBy7emFGWHLVbH1h.adaptive-delivery-prevent-bg, #vLUG7CcXMO261TMEdBy7emFGWHLVbH1h.lazyload, #vLUG7CcXMO261TMEdBy7emFGWHLVbH1h.lazyloading { background-image: none; }
#lTgVehWSruuDJFJcHLApAoXdnrCy1tAX { display:block;width:469px;position:absolute;font-family:raleway;font-size:30px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:202px;left:491px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;display:block; }
#EWOuIa1dnRuwJNezAzwFSlT5o2flbFJi { display:block;width:470px;position:absolute;font-family:raleway;font-size:18px;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:251px;left:490px;height:305.9374px;color:#333333;display:block; }
#RNWS5TNA8l77bQ8QtfrDcnaae5eRqIFC { display:block;width:960px;position:absolute;font-family:raleway;font-size:48px;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:47px;left:0px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#wFXXMpNiIMTsABm0R9V6X3gKoAwlsJT3 { display:block;width:960px;position:absolute;font-family:raleway;font-size:24px;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:118px;left:0px;height:31.1953px;font-style:normal;color:#333333;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iw3hnJEtEIb5eruqE9qGAWhqr2CPuARk { display:block;width:470px;position:absolute;font-family:raleway;font-size:30px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1065px;left:245px;height:39px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#Tpp2F4ikQkXrtQ0cow112tuTb8i9EFGn { display:block;width:724px;position:absolute;font-family:raleway;font-size:18px;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:1129px;left:118px;height:275.3439px;color:#333333;text-align:center;text-align-last:center;display:block; }
#obmPxdIouvHgPTCpTADw4sGVsyTze0eA { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/cacb3693-e85b-4971-a640-dd097c406610/1.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;height:300px;width:450px;position:absolute;display:block;z-index:15001;top:253.9609375px;left:10px;box-shadow: 2px 2px 15px rgba(0,0,0,0.05) ;display:block; }#obmPxdIouvHgPTCpTADw4sGVsyTze0eA.adaptive-delivery-prevent-bg, #obmPxdIouvHgPTCpTADw4sGVsyTze0eA.lazyload, #obmPxdIouvHgPTCpTADw4sGVsyTze0eA.lazyloading { background-image: none; }
#MukCvcQba8RiP9NQuTFRgmtOKEhdH8A2 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/cacb3693-e85b-4971-a640-dd097c406610/1.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:300px;width:450px;position:absolute;display:block;z-index:15000;top:253.9609375px;left:10px;box-shadow: 2px 2px 15px rgba(0,0,0,0.05) ;display:block; }#MukCvcQba8RiP9NQuTFRgmtOKEhdH8A2.adaptive-delivery-prevent-bg, #MukCvcQba8RiP9NQuTFRgmtOKEhdH8A2.lazyload, #MukCvcQba8RiP9NQuTFRgmtOKEhdH8A2.lazyloading { background-image: none; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #Ciy3OltWFMDJG27XSKSVvQtPiTDHqMxV { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d424b90f-1155-42ab-9caa-641b42ec8dba/Untitleddesign9.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Ciy3OltWFMDJG27XSKSVvQtPiTDHqMxV.adaptive-delivery-prevent-bg, #Ciy3OltWFMDJG27XSKSVvQtPiTDHqMxV.lazyload, #Ciy3OltWFMDJG27XSKSVvQtPiTDHqMxV.lazyloading { background-image: none; }#Ciy3OltWFMDJG27XSKSVvQtPiTDHqMxV > .row .container { background-color: transparent; background-image: none; }#Ciy3OltWFMDJG27XSKSVvQtPiTDHqMxV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ciy3OltWFMDJG27XSKSVvQtPiTDHqMxV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ciy3OltWFMDJG27XSKSVvQtPiTDHqMxV > .row .container > .video-iframe-container { display: none; }#Ciy3OltWFMDJG27XSKSVvQtPiTDHqMxV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ciy3OltWFMDJG27XSKSVvQtPiTDHqMxV > .row > .video-iframe-container { display: none; }#Ciy3OltWFMDJG27XSKSVvQtPiTDHqMxV > .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); }#Ciy3OltWFMDJG27XSKSVvQtPiTDHqMxV > .row .container { width:764px;height:661px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #bhnJNsmIlM6RPbzTcy1iVJsdE6n5MqPR { width:764px;height:;top:42px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #ynq1sRfOtIpk2DAKGvKWzh6lw6rFcFJ8 { width:213px;height:77px;top:107px;left:315px;font-size:35px;display:block; }
 }@media only screen and (max-width: 959px) { #W4N9ZPcQwbqrPXR0cA7B1dm9yfgicwHq { width:19px;height:15px;top:112px;left:245px;display:block; }
 }@media only screen and (max-width: 959px) { #Rbo0nlw9iMxzwG2qkIETyOtApMvRXJL3 { width:19px;height:15px;top:197px;left:553px;display:block; }
 }@media only screen and (max-width: 959px) { #WO7C1TNSDHc4J2FwG7of6TN1k8xOM5vR { width:237px;height:50px;top:289px;left:264px;display:block; }
 }@media only screen and (max-width: 959px) { #AqnJx086Ta2BtgzK7crEAZIT3xM96Us3 { display:block; }
 }@media only screen and (max-width: 959px) { #QgHOblpB7lJZ98GvVy1WzHv5TbVsnppJ { width:2px;height:30px;top:362px;left:381px;display:block; }
 }@media only screen and (max-width: 959px) { #gUIEm0ROXwc8TSH9TzTh58aNDobTlJz2 { width:501px;height:116px;top:497px;left:131.5px;display:block; }
 }@media only screen and (max-width: 959px) { #TIAbRE0t3POGvTc5SQP26x1Jh6Fs9Gzd { display:block; }
 }@media only screen and (max-width: 959px) { #yOTKZaqhyHz0fh6XZkWqFl6Df798t5do { width:90px;height:1px;top:592px;left:337px;display:block; }
 }@media only screen and (max-width: 959px) { #OTZTm5P44KaRL0C7oFxDAr9SpOB1Uy6o { width:399px;height:399px;top:217px;left:365px;display:none; }
 }@media only screen and (max-width: 959px) { #ANBTLQMh5SGsZIltOWOxBI365TCJTSd7 { width:764px;height:77px;top:184px;left:0px;font-size:70px;display:block; }
 }@media only screen and (max-width: 959px) { #UzKKUJ2TPgZDT5ZRKfr07tzIT6WL083u { width:112px;height:90.1953px;top:96px;left:235px;font-size:82px;z-index:14998;display:block; }
 }@media only screen and (max-width: 959px) { #ibgfMZJHnkyLBkB6gChdV9qEtLxqDKgF { width:379px;height:79.7812px;top:403px;left:193px;font-size:19px;display:block; }
 }@media only screen and (max-width: 959px) { #Ke6yeNaHRsqEWm8SdrL5QXBb84ccTVvq { display:block; }#Ke6yeNaHRsqEWm8SdrL5QXBb84ccTVvq > .row .container { width:764px;height:1707px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #wJsGseW1IXLGO3sIPlIrTNHX55qzrgVX { width:361px;height:457px;top:751px;left:403px;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/59bb637c-a266-4025-a654-a3ab5e3e0431/1.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#wJsGseW1IXLGO3sIPlIrTNHX55qzrgVX.adaptive-delivery-prevent-bg, #wJsGseW1IXLGO3sIPlIrTNHX55qzrgVX.lazyload, #wJsGseW1IXLGO3sIPlIrTNHX55qzrgVX.lazyloading { background-image: none; }
 }@media only screen and (max-width: 959px) { #LMuSA4hO9GTsMAK6pBZPbMyk5WA34sMX { width:372px;height:39px;top:745px;left:242.5px;display:block; }
 }@media only screen and (max-width: 959px) { #uqToe9epFeVvEST1lgMfFTQBwHa44TPX { width:465px;height:336.5312px;top:792px;left:196px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #z6mDZKdXJOQDVMBD9amIInLFXA9mE3qv { width:257px;height:58px;top:1609px;left:300px;display:block; }
 }@media only screen and (max-width: 959px) { #qTOJRM8rghw3kGifpGuXUqxkl50E7K4T { display:block; }
 }@media only screen and (max-width: 959px) { #vLUG7CcXMO261TMEdBy7emFGWHLVbH1h { width:361px;height:436px;top:229px;left:0px;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/572e7dd4-a149-4c14-b21f-7ae7e27f2713/2.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#vLUG7CcXMO261TMEdBy7emFGWHLVbH1h.adaptive-delivery-prevent-bg, #vLUG7CcXMO261TMEdBy7emFGWHLVbH1h.lazyload, #vLUG7CcXMO261TMEdBy7emFGWHLVbH1h.lazyloading { background-image: none; }
 }@media only screen and (max-width: 959px) { #lTgVehWSruuDJFJcHLApAoXdnrCy1tAX { width:372px;height:78px;top:229px;left:392px;display:block; }
 }@media only screen and (max-width: 959px) { #EWOuIa1dnRuwJNezAzwFSlT5o2flbFJi { width:372px;height:336.5312px;top:359px;left:392px;display:block; }
 }@media only screen and (max-width: 959px) { #RNWS5TNA8l77bQ8QtfrDcnaae5eRqIFC { width:764px;height:45.5px;top:21px;left:0px;font-size:35px;display:block; }
 }@media only screen and (max-width: 959px) { #wFXXMpNiIMTsABm0R9V6X3gKoAwlsJT3 { width:764px;height:67.5938px;top:76.5px;left:0px;font-size:26px;display:block; }
 }@media only screen and (max-width: 959px) { #iw3hnJEtEIb5eruqE9qGAWhqr2CPuARk { width:372px;height:78px;top:1155.5px;left:242.5px;display:block; }
 }@media only screen and (max-width: 959px) { #Tpp2F4ikQkXrtQ0cow112tuTb8i9EFGn { width:587px;height:336.5313px;top:1268px;left:135px;display:block; }
 }@media only screen and (max-width: 959px) { #obmPxdIouvHgPTCpTADw4sGVsyTze0eA { width:361px;height:457px;top:751px;left:403px;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/59bb637c-a266-4025-a654-a3ab5e3e0431/1.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#obmPxdIouvHgPTCpTADw4sGVsyTze0eA.adaptive-delivery-prevent-bg, #obmPxdIouvHgPTCpTADw4sGVsyTze0eA.lazyload, #obmPxdIouvHgPTCpTADw4sGVsyTze0eA.lazyloading { background-image: none; }
 }@media only screen and (max-width: 959px) { #MukCvcQba8RiP9NQuTFRgmtOKEhdH8A2 { width:361px;height:436px;top:761px;left:403px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a2b63b7e-806b-40e1-9420-22a95f11558c/2.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15001;display:none; }#MukCvcQba8RiP9NQuTFRgmtOKEhdH8A2.adaptive-delivery-prevent-bg, #MukCvcQba8RiP9NQuTFRgmtOKEhdH8A2.lazyload, #MukCvcQba8RiP9NQuTFRgmtOKEhdH8A2.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ciy3OltWFMDJG27XSKSVvQtPiTDHqMxV { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Cb7APa3X/Bg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#Ciy3OltWFMDJG27XSKSVvQtPiTDHqMxV.adaptive-delivery-prevent-bg, #Ciy3OltWFMDJG27XSKSVvQtPiTDHqMxV.lazyload, #Ciy3OltWFMDJG27XSKSVvQtPiTDHqMxV.lazyloading { background-image: none; }#Ciy3OltWFMDJG27XSKSVvQtPiTDHqMxV > .row .container { background-color: transparent; background-image: none; }#Ciy3OltWFMDJG27XSKSVvQtPiTDHqMxV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ciy3OltWFMDJG27XSKSVvQtPiTDHqMxV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ciy3OltWFMDJG27XSKSVvQtPiTDHqMxV > .row .container > .video-iframe-container { display: none; }#Ciy3OltWFMDJG27XSKSVvQtPiTDHqMxV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ciy3OltWFMDJG27XSKSVvQtPiTDHqMxV > .row > .video-iframe-container { display: none; }#Ciy3OltWFMDJG27XSKSVvQtPiTDHqMxV > .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); }#Ciy3OltWFMDJG27XSKSVvQtPiTDHqMxV > .row .container { width:320px;height:566px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bhnJNsmIlM6RPbzTcy1iVJsdE6n5MqPR { width:320px;height:41.5938px;top:16.1953125px;left:0px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ynq1sRfOtIpk2DAKGvKWzh6lw6rFcFJ8 { width:155px;height:66px;top:102px;left:123px;text-align:left;text-align-last:left;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #W4N9ZPcQwbqrPXR0cA7B1dm9yfgicwHq { width:19px;height:15px;top:105px;left:57px;display:block; }
 }@media only screen and (max-width: 763px) { #Rbo0nlw9iMxzwG2qkIETyOtApMvRXJL3 { width:19px;height:15px;top:168px;left:282px;display:block; }
 }@media only screen and (max-width: 763px) { #WO7C1TNSDHc4J2FwG7of6TN1k8xOM5vR { width:170px;height:50px;top:251px;left:75px;display:block; }
 }@media only screen and (max-width: 763px) { #AqnJx086Ta2BtgzK7crEAZIT3xM96Us3 { display:block; }
 }@media only screen and (max-width: 763px) { #QgHOblpB7lJZ98GvVy1WzHv5TbVsnppJ { width:1px;height:30px;top:416px;left:159.5px;display:block; }
 }@media only screen and (max-width: 763px) { #gUIEm0ROXwc8TSH9TzTh58aNDobTlJz2 { width:320px;height:52px;top:472.5px;left:1.5px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #TIAbRE0t3POGvTc5SQP26x1Jh6Fs9Gzd { display:block; }
 }@media only screen and (max-width: 763px) { #yOTKZaqhyHz0fh6XZkWqFl6Df798t5do { width:90px;height:1px;top:520.5px;left:115px;display:block; }
 }@media only screen and (max-width: 763px) { #OTZTm5P44KaRL0C7oFxDAr9SpOB1Uy6o { width:196px;height:196px;top:280.09375px;left:11.5px;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #ANBTLQMh5SGsZIltOWOxBI365TCJTSd7 { width:320px;height:56.0938px;top:164px;left:0px;text-align:center;text-align-last:center;font-size:51px;display:block; }
 }@media only screen and (max-width: 763px) { #UzKKUJ2TPgZDT5ZRKfr07tzIT6WL083u { width:112px;height:80.2969px;top:91px;left:43px;text-align:center;text-align-last:center;font-size:73px;display:block; }
 }@media only screen and (max-width: 763px) { #ibgfMZJHnkyLBkB6gChdV9qEtLxqDKgF { width:269px;height:58.7812px;top:323.8046875px;left:25.5px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Ke6yeNaHRsqEWm8SdrL5QXBb84ccTVvq { display:block; }#Ke6yeNaHRsqEWm8SdrL5QXBb84ccTVvq > .row .container { width:320px;height:1690px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wJsGseW1IXLGO3sIPlIrTNHX55qzrgVX { width:300px;height:157px;top:541px;left:10px;display:none; }
 }@media only screen and (max-width: 763px) { #LMuSA4hO9GTsMAK6pBZPbMyk5WA34sMX { width:300px;height:31.1953px;top:709px;left:10px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #uqToe9epFeVvEST1lgMfFTQBwHa44TPX { width:300px;height:382.5px;top:753.25px;left:10px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #z6mDZKdXJOQDVMBD9amIInLFXA9mE3qv { width:257px;height:58px;top:1617px;left:31.5px;display:block; }
 }@media only screen and (max-width: 763px) { #qTOJRM8rghw3kGifpGuXUqxkl50E7K4T { display:block; }
 }@media only screen and (max-width: 763px) { #vLUG7CcXMO261TMEdBy7emFGWHLVbH1h { width:300px;height:157px;top:201px;left:10px;display:none; }
 }@media only screen and (max-width: 763px) { #lTgVehWSruuDJFJcHLApAoXdnrCy1tAX { width:300px;height:62.3906px;top:338px;left:10px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #EWOuIa1dnRuwJNezAzwFSlT5o2flbFJi { width:300px;height:280.5px;top:412px;left:10px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #RNWS5TNA8l77bQ8QtfrDcnaae5eRqIFC { width:300px;height:126px;top:63px;left:10px;text-align:center;text-align-last:center;font-size:35px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wFXXMpNiIMTsABm0R9V6X3gKoAwlsJT3 { width:276px;height:78px;top:202px;left:22px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #iw3hnJEtEIb5eruqE9qGAWhqr2CPuARk { width:320px;height:31.1953px;top:1158.5px;left:0px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #Tpp2F4ikQkXrtQ0cow112tuTb8i9EFGn { width:320px;height:408px;top:1197.6875px;left:0px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #obmPxdIouvHgPTCpTADw4sGVsyTze0eA { width:320px;height:300px;top:253px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #MukCvcQba8RiP9NQuTFRgmtOKEhdH8A2 { width:300px;height:157px;top:201px;left:10px;display:none; }
 }