.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;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#edeff0;background-image:url("https://images.assets-landingi.com/uc/a922ebfe-d539-4d52-b3be-4fa5814fd589/ifyourereadybg.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:190px;width:1200px;overflow:visible;position:relative;display:block; }#wfVfdpQWrlxiFCUM3GBLT93znDzerETD { color:#ffffff;display:block;width:1045px;position:absolute;font-family:"montserrat black";font-size:50px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:28px;left:77.5px;height:195px;text-align:center;text-align-last:center;display:block; }
#T9hJDnovGArSRSw4NE6HPkwQLO2h7RVq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f0f0;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; }#T9hJDnovGArSRSw4NE6HPkwQLO2h7RVq > .row .container { background-color: transparent; background-image: none; }#T9hJDnovGArSRSw4NE6HPkwQLO2h7RVq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9hJDnovGArSRSw4NE6HPkwQLO2h7RVq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9hJDnovGArSRSw4NE6HPkwQLO2h7RVq > .row .container > .video-iframe-container { display: none; }#T9hJDnovGArSRSw4NE6HPkwQLO2h7RVq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9hJDnovGArSRSw4NE6HPkwQLO2h7RVq > .row > .video-iframe-container { display: none; }#T9hJDnovGArSRSw4NE6HPkwQLO2h7RVq > .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); }#T9hJDnovGArSRSw4NE6HPkwQLO2h7RVq > .row .container { border-width: 0; border-radius: 0; }#T9hJDnovGArSRSw4NE6HPkwQLO2h7RVq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T9hJDnovGArSRSw4NE6HPkwQLO2h7RVq > .row .container { font-size:14px;font-family:arial;height:660px;width:1200px;position:relative;display:block; }#uSLnitTokTiBWD3JdoDbhSMGwhoEoFsr { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:548px;width:333px;top:55px;left:200.5px;overflow:hidden;display:block; }
#V5bKFgPOES8AkzzJOWfTSCQlKtxTIAfn { color:#000000;display:block;width:597px;position:absolute;font-family:montserrat;font-size:30px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:121px;left:600px;height:390px;text-align:center;text-align-last:center;display:block; }
#Fuah2K8Q4gLFJASHxMMXEAnOatdztXb9 { color:#000000;display:block;width:379px;position:absolute;font-family:"white star";font-size:50px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:558px;left:710.5px;height:65px;text-align:center;text-align-last:center;display:block; }
#ChqWvnvGgvlUekfKWG17ZxCR2nQRG4z5 { position:relative;display:block; }#ChqWvnvGgvlUekfKWG17ZxCR2nQRG4z5 { background-color: transparent; background-image: none; }#ChqWvnvGgvlUekfKWG17ZxCR2nQRG4z5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChqWvnvGgvlUekfKWG17ZxCR2nQRG4z5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChqWvnvGgvlUekfKWG17ZxCR2nQRG4z5 > .row .container > .video-iframe-container { display: none; }#ChqWvnvGgvlUekfKWG17ZxCR2nQRG4z5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChqWvnvGgvlUekfKWG17ZxCR2nQRG4z5 > .row > .video-iframe-container { display: none; }#ChqWvnvGgvlUekfKWG17ZxCR2nQRG4z5 > .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); }#ChqWvnvGgvlUekfKWG17ZxCR2nQRG4z5 { border-width: 0; border-radius: 0; }#ChqWvnvGgvlUekfKWG17ZxCR2nQRG4z5 > .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; }#ChqWvnvGgvlUekfKWG17ZxCR2nQRG4z5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1938862e-4207-4201-b465-015c4332c373/testimonial2bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:14px;font-family:arial;height:555px;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; }#ChqWvnvGgvlUekfKWG17ZxCR2nQRG4z5 > .row .container.adaptive-delivery-prevent-bg, #ChqWvnvGgvlUekfKWG17ZxCR2nQRG4z5 > .row .container.lazyload, #ChqWvnvGgvlUekfKWG17ZxCR2nQRG4z5 > .row .container.lazyloading { background-image: none; }#OKuKaboNfpa7zRq1VouLlso8KMcpCBhr { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:136px;width:402px;top:44px;left:99px;display:block; }
#FeQrDBBtbtTGyewDItLbiqH26wLWKqNl { position:absolute;display:block;z-index:15002;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:42px;width:402px;top:44px;left:99px;display:block; }
#pzDPdUiZFDk9ad4hq32w7gT0r8UTBidO { color:#ffffff;display:block;width:90px;position:absolute;font-family:"montserrat black";font-size:23px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:50.0625px;left:255px;height:29.9px;display:block; }
#vKzlnldr3rCBT6qenRuSoUiy5iqnZTZi { color:#000000;display:block;width:367px;position:absolute;font-family:montserrat;font-size:22px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:107.109375px;left:116.5px;height:57.2px;text-align:center;text-align-last:center;display:block; }
#VBV34wNawa65FLk0amNPrgwlPP8kRC3V { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:199px;width:152px;top:212px;left:224px;overflow:hidden;display:block; }
#ayIw4mrmuVNOOby1g6xdqeXhtJ7KyzmZ { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:136px;width:402px;top:44px;left:699px;display:block; }
#Jom8yX9cAAza0qh8Tc0y8h1A3zNyDZWw { position:absolute;display:block;z-index:15003;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:42px;width:402px;top:44px;left:699px;display:block; }
#VwTls1Q7S1fCQzFS8fRXLnHmtLUQ17GR { color:#ffffff;display:block;width:90px;position:absolute;font-family:"montserrat black";font-size:23px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:50.0625px;left:855px;height:29.9px;display:block; }
#ocnoACfgrWIotZzMnBVskw9KGdTtr7uo { color:#000000;display:block;width:367px;position:absolute;font-family:montserrat;font-size:22px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:107.109375px;left:716.5px;height:57.2px;text-align:center;text-align-last:center;display:block; }
#TbPeQxBk16BpFZwumHVCJPeRkBQRJUez { position:absolute;display:block;z-index:15009;border-top:5px solid #000000;border-left:5px solid #000000;border-right:5px solid #000000;border-bottom:5px solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 2px 2px rgba(0,0,0,0.5) ;height:160px;width:241px;top:226.5px;left:774.5px;overflow:hidden;display:block; }
#ImhZk4gNN6WS1hETAZI8KEl2OEJcntuu { background-color:#dab74f;background-image:none;background-position:center !important;background-repeat:no-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:54px;border-top-right-radius:54px;border-bottom-left-radius:54px;border-bottom-right-radius:54px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"montserrat bold";font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:181px;height:55px;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:455px;left:209.5px;display:block; }
#PDMyGCD0TTax6ViFKmVgNN9eyRC8l2Mt { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#MsGekGBsWEsdWmaEV7a2CIkvspc8y9Kq { box-sizing:content-box;color:#5d92ff;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:438.5px;left:865px; }
#gfFrhvV7pJofdZZyOG2R8SG88ikXTRvn { box-sizing:content-box;color:#5d92ff;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:438.5px;left:916px; }
#iB2a6oQCqfx97BzKFzOnrTw2uoVVUBPU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1580039d-688d-44f6-b8a0-8a7458143216/the2023newyear.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iB2a6oQCqfx97BzKFzOnrTw2uoVVUBPU.adaptive-delivery-prevent-bg, #iB2a6oQCqfx97BzKFzOnrTw2uoVVUBPU.lazyload, #iB2a6oQCqfx97BzKFzOnrTw2uoVVUBPU.lazyloading { background-image: none; }#iB2a6oQCqfx97BzKFzOnrTw2uoVVUBPU > .row .container { background-color: transparent; background-image: none; }#iB2a6oQCqfx97BzKFzOnrTw2uoVVUBPU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iB2a6oQCqfx97BzKFzOnrTw2uoVVUBPU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iB2a6oQCqfx97BzKFzOnrTw2uoVVUBPU > .row .container > .video-iframe-container { display: none; }#iB2a6oQCqfx97BzKFzOnrTw2uoVVUBPU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iB2a6oQCqfx97BzKFzOnrTw2uoVVUBPU > .row > .video-iframe-container { display: none; }#iB2a6oQCqfx97BzKFzOnrTw2uoVVUBPU > .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); }#iB2a6oQCqfx97BzKFzOnrTw2uoVVUBPU > .row .container { border-width: 0; border-radius: 0; }#iB2a6oQCqfx97BzKFzOnrTw2uoVVUBPU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iB2a6oQCqfx97BzKFzOnrTw2uoVVUBPU > .row .container { font-size:14px;font-family:arial;height:299px;width:1200px;position:relative;display:block; }#iaKPnxov1357G1NT6eBJpb0O5oEIxlIo { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:187px;width:376px;top:56px;left:111.99305725098px;overflow:hidden;display:block; }
#d484GZSq8ZQbsePALaJ0GlrWEf6irk3M { color:#d2a82a;display:block;width:200px;position:absolute;font-family:"montserrat black";font-size:25px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:67px;left:800px;height:65px;display:block; }
#b21hib1WXHoZUB2KD36RmX7huSpvSm6c { color:#000000;display:block;width:200px;position:absolute;font-family:montserrat;font-size:16px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:119.59375px;left:800px;height:124.7916px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iSLmE67S5wMHXEvbsJBWhON05hF2E6cf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a922ebfe-d539-4d52-b3be-4fa5814fd589/ifyourereadybg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#iSLmE67S5wMHXEvbsJBWhON05hF2E6cf.adaptive-delivery-prevent-bg, #iSLmE67S5wMHXEvbsJBWhON05hF2E6cf.lazyload, #iSLmE67S5wMHXEvbsJBWhON05hF2E6cf.lazyloading { background-image: none; }#iSLmE67S5wMHXEvbsJBWhON05hF2E6cf > .row .container { background-color: transparent; background-image: none; }#iSLmE67S5wMHXEvbsJBWhON05hF2E6cf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSLmE67S5wMHXEvbsJBWhON05hF2E6cf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSLmE67S5wMHXEvbsJBWhON05hF2E6cf > .row .container > .video-iframe-container { display: none; }#iSLmE67S5wMHXEvbsJBWhON05hF2E6cf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSLmE67S5wMHXEvbsJBWhON05hF2E6cf > .row > .video-iframe-container { display: none; }#iSLmE67S5wMHXEvbsJBWhON05hF2E6cf > .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); }#iSLmE67S5wMHXEvbsJBWhON05hF2E6cf > .row .container { border-width: 0; border-radius: 0; }#iSLmE67S5wMHXEvbsJBWhON05hF2E6cf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iSLmE67S5wMHXEvbsJBWhON05hF2E6cf > .row .container { font-size:14px;font-family:arial;height:54px;width:1200px;position:relative;display:block; }#cSX6Q12JDetC62qayU24bsMcQhLODxyu { color:#000000;display:block;width:238px;position:absolute;font-family:"montserrat black";font-size:23px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:12.0625px;left:481px;height:29.9px;display:block; }
#T2pSMJ8NncgXW40HUWcIHlOSeXBZ0Qc9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#T2pSMJ8NncgXW40HUWcIHlOSeXBZ0Qc9 > .row .container { background-color: transparent; background-image: none; }#T2pSMJ8NncgXW40HUWcIHlOSeXBZ0Qc9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2pSMJ8NncgXW40HUWcIHlOSeXBZ0Qc9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2pSMJ8NncgXW40HUWcIHlOSeXBZ0Qc9 > .row .container > .video-iframe-container { display: none; }#T2pSMJ8NncgXW40HUWcIHlOSeXBZ0Qc9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2pSMJ8NncgXW40HUWcIHlOSeXBZ0Qc9 > .row > .video-iframe-container { display: none; }#T2pSMJ8NncgXW40HUWcIHlOSeXBZ0Qc9 > .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); }#T2pSMJ8NncgXW40HUWcIHlOSeXBZ0Qc9 > .row .container { border-width: 0; border-radius: 0; }#T2pSMJ8NncgXW40HUWcIHlOSeXBZ0Qc9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T2pSMJ8NncgXW40HUWcIHlOSeXBZ0Qc9 > .row .container { font-size:14px;font-family:arial;height:126px;width:1200px;position:relative;display:block; }#JPp9LB4gxviEPUepTQqUhUJEEr51toqR { color:#000000;display:block;width:482px;position:absolute;font-family:montserrat;font-size:15px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:44px;left:359px;height:39px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wfVfdpQWrlxiFCUM3GBLT93znDzerETD { top:28px;left:0px;width:764px;height:130px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #T9hJDnovGArSRSw4NE6HPkwQLO2h7RVq { display:block; }#T9hJDnovGArSRSw4NE6HPkwQLO2h7RVq > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uSLnitTokTiBWD3JdoDbhSMGwhoEoFsr { top:55px;left:49px;width:333px;height:548px;display:block; }
 }@media only screen and (max-width: 763px) { #V5bKFgPOES8AkzzJOWfTSCQlKtxTIAfn { top:121px;left:167px;width:597px;height:390px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #Fuah2K8Q4gLFJASHxMMXEAnOatdztXb9 { top:558px;left:383.5px;width:379px;height:65px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #ChqWvnvGgvlUekfKWG17ZxCR2nQRG4z5 { display:block; }#ChqWvnvGgvlUekfKWG17ZxCR2nQRG4z5 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OKuKaboNfpa7zRq1VouLlso8KMcpCBhr { top:44px;left:0px;width:402px;height:136px;display:block; }
 }@media only screen and (max-width: 763px) { #FeQrDBBtbtTGyewDItLbiqH26wLWKqNl { top:44px;left:0px;width:402px;height:42px;display:block; }
 }@media only screen and (max-width: 763px) { #pzDPdUiZFDk9ad4hq32w7gT0r8UTBidO { top:50px;left:146px;width:90px;height:29px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #vKzlnldr3rCBT6qenRuSoUiy5iqnZTZi { top:107px;left:7.5px;width:367px;height:57px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #VBV34wNawa65FLk0amNPrgwlPP8kRC3V { top:212px;left:115px;width:152px;height:199px;display:block; }
 }@media only screen and (max-width: 763px) { #ayIw4mrmuVNOOby1g6xdqeXhtJ7KyzmZ { top:44px;left:362px;width:402px;height:136px;display:block; }
 }@media only screen and (max-width: 763px) { #Jom8yX9cAAza0qh8Tc0y8h1A3zNyDZWw { top:44px;left:362px;width:402px;height:42px;display:block; }
 }@media only screen and (max-width: 763px) { #VwTls1Q7S1fCQzFS8fRXLnHmtLUQ17GR { top:50px;left:528px;width:90px;height:29px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #ocnoACfgrWIotZzMnBVskw9KGdTtr7uo { top:107px;left:389.5px;width:367px;height:57px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #TbPeQxBk16BpFZwumHVCJPeRkBQRJUez { top:226px;left:447.5px;width:241px;height:160px;display:block; }
 }@media only screen and (max-width: 763px) { #ImhZk4gNN6WS1hETAZI8KEl2OEJcntuu { width:181px;height:55px;top:455px;left:100.5px;display:block; }
 }@media only screen and (max-width: 763px) { #PDMyGCD0TTax6ViFKmVgNN9eyRC8l2Mt { display:block; }
 }@media only screen and (max-width: 763px) { #MsGekGBsWEsdWmaEV7a2CIkvspc8y9Kq { top:438px;left:538px;width:30px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #gfFrhvV7pJofdZZyOG2R8SG88ikXTRvn { top:438px;left:589px;width:30px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #iB2a6oQCqfx97BzKFzOnrTw2uoVVUBPU { display:block; }#iB2a6oQCqfx97BzKFzOnrTw2uoVVUBPU > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iaKPnxov1357G1NT6eBJpb0O5oEIxlIo { top:56px;left:2.9930572509766px;width:376px;height:187px;display:block; }
 }@media only screen and (max-width: 763px) { #d484GZSq8ZQbsePALaJ0GlrWEf6irk3M { top:67px;left:473px;width:200px;height:0;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #b21hib1WXHoZUB2KD36RmX7huSpvSm6c { top:119px;left:473px;width:200px;height:124px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #iSLmE67S5wMHXEvbsJBWhON05hF2E6cf { display:block; }#iSLmE67S5wMHXEvbsJBWhON05hF2E6cf > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cSX6Q12JDetC62qayU24bsMcQhLODxyu { top:12px;left:263px;width:238px;height:29px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #T2pSMJ8NncgXW40HUWcIHlOSeXBZ0Qc9 { display:block; }#T2pSMJ8NncgXW40HUWcIHlOSeXBZ0Qc9 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JPp9LB4gxviEPUepTQqUhUJEEr51toqR { top:44px;left:140.99998474121px;width:482px;height:39px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#edeff0;background-image:url("https://images.assets-landingi.com/uc/a922ebfe-d539-4d52-b3be-4fa5814fd589/ifyourereadybg.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:282px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wfVfdpQWrlxiFCUM3GBLT93znDzerETD { width:320px;height:207.986px;top:37px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #T9hJDnovGArSRSw4NE6HPkwQLO2h7RVq { display:block; }#T9hJDnovGArSRSw4NE6HPkwQLO2h7RVq > .row .container { width:320px;height:1311px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uSLnitTokTiBWD3JdoDbhSMGwhoEoFsr { width:320px;height:526.60660660661px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #V5bKFgPOES8AkzzJOWfTSCQlKtxTIAfn { width:300px;height:663px;top:566.59375px;left:10px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #Fuah2K8Q4gLFJASHxMMXEAnOatdztXb9 { width:320px;height:41.5972px;top:1249.594px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #ChqWvnvGgvlUekfKWG17ZxCR2nQRG4z5 { display:block; }#ChqWvnvGgvlUekfKWG17ZxCR2nQRG4z5 { background-color: transparent; background-image: none; }#ChqWvnvGgvlUekfKWG17ZxCR2nQRG4z5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChqWvnvGgvlUekfKWG17ZxCR2nQRG4z5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChqWvnvGgvlUekfKWG17ZxCR2nQRG4z5 > .row .container > .video-iframe-container { display: none; }#ChqWvnvGgvlUekfKWG17ZxCR2nQRG4z5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChqWvnvGgvlUekfKWG17ZxCR2nQRG4z5 > .row > .video-iframe-container { display: none; }#ChqWvnvGgvlUekfKWG17ZxCR2nQRG4z5 > .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); }#ChqWvnvGgvlUekfKWG17ZxCR2nQRG4z5 > .row .container { width:320px;height:1013px;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1938862e-4207-4201-b465-015c4332c373/testimonial2bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#ChqWvnvGgvlUekfKWG17ZxCR2nQRG4z5 > .row .container.adaptive-delivery-prevent-bg, #ChqWvnvGgvlUekfKWG17ZxCR2nQRG4z5 > .row .container.lazyload, #ChqWvnvGgvlUekfKWG17ZxCR2nQRG4z5 > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #OKuKaboNfpa7zRq1VouLlso8KMcpCBhr { width:300px;height:154px;top:20px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #FeQrDBBtbtTGyewDItLbiqH26wLWKqNl { width:300px;height:42px;top:20px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #pzDPdUiZFDk9ad4hq32w7gT0r8UTBidO { width:90px;height:29.8958px;top:26.0625px;left:115px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #vKzlnldr3rCBT6qenRuSoUiy5iqnZTZi { width:287px;height:85.7917px;top:71.234375px;left:16.5px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #VBV34wNawa65FLk0amNPrgwlPP8kRC3V { width:152px;height:199px;top:222.625px;left:84px;display:block; }
 }@media only screen and (max-width: 763px) { #ayIw4mrmuVNOOby1g6xdqeXhtJ7KyzmZ { width:300px;height:148px;top:540.640625px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #Jom8yX9cAAza0qh8Tc0y8h1A3zNyDZWw { width:300px;height:42px;top:540.640625px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #VwTls1Q7S1fCQzFS8fRXLnHmtLUQ17GR { width:90px;height:29.8958px;top:546.703125px;left:115px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #ocnoACfgrWIotZzMnBVskw9KGdTtr7uo { width:274px;height:85.7917px;top:591.875px;left:23px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #TbPeQxBk16BpFZwumHVCJPeRkBQRJUez { width:200px;height:133px;top:739.28125px;left:55px;display:block; }
 }@media only screen and (max-width: 763px) { #ImhZk4gNN6WS1hETAZI8KEl2OEJcntuu { width:181px;height:55px;top:446.640625px;left:69.5px;display:block; }
 }@media only screen and (max-width: 763px) { #PDMyGCD0TTax6ViFKmVgNN9eyRC8l2Mt { display:block; }
 }@media only screen and (max-width: 763px) { #MsGekGBsWEsdWmaEV7a2CIkvspc8y9Kq { width:30px;height:30px;top:926.28125px;left:115px;display:block; }
 }@media only screen and (max-width: 763px) { #gfFrhvV7pJofdZZyOG2R8SG88ikXTRvn { width:30px;height:30px;top:926.28125px;left:176px;display:block; }
 }@media only screen and (max-width: 763px) { #iB2a6oQCqfx97BzKFzOnrTw2uoVVUBPU { display:block; }#iB2a6oQCqfx97BzKFzOnrTw2uoVVUBPU > .row .container { width:320px;height:364px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iaKPnxov1357G1NT6eBJpb0O5oEIxlIo { width:246px;height:123px;top:25px;left:37.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #d484GZSq8ZQbsePALaJ0GlrWEf6irk3M { width:200px;height:32.5px;top:163.906px;left:60px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #b21hib1WXHoZUB2KD36RmX7huSpvSm6c { width:200px;height:124.7916px;top:216.406px;left:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #iSLmE67S5wMHXEvbsJBWhON05hF2E6cf { display:block; }#iSLmE67S5wMHXEvbsJBWhON05hF2E6cf > .row .container { width:320px;height:69px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cSX6Q12JDetC62qayU24bsMcQhLODxyu { width:238px;height:29.8958px;top:20px;left:41px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #T2pSMJ8NncgXW40HUWcIHlOSeXBZ0Qc9 { display:block; }#T2pSMJ8NncgXW40HUWcIHlOSeXBZ0Qc9 > .row .container { width:320px;height:147px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JPp9LB4gxviEPUepTQqUhUJEEr51toqR { width:300px;height:78px;top:33px;left:10px;font-size:15px;display:block; }
 }