.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[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:#8abfac;background-image:none;position:relative;top:0px;left:0px;display:block; }
#dF0Jyl3kDmNuOAuTRvDfSzGgtuuPx5hR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dF0Jyl3kDmNuOAuTRvDfSzGgtuuPx5hR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dF0Jyl3kDmNuOAuTRvDfSzGgtuuPx5hR > .row > .video-iframe-container { display: none; }#dF0Jyl3kDmNuOAuTRvDfSzGgtuuPx5hR > .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); }#lhH5zCqSZep4M8lG1DwkWhEx4zRz3yr3 { display:block; }#lhH5zCqSZep4M8lG1DwkWhEx4zRz3yr3 { background-color: transparent; background-image: none; }#lhH5zCqSZep4M8lG1DwkWhEx4zRz3yr3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lhH5zCqSZep4M8lG1DwkWhEx4zRz3yr3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lhH5zCqSZep4M8lG1DwkWhEx4zRz3yr3 > .row .container > .video-iframe-container { display: none; }#lhH5zCqSZep4M8lG1DwkWhEx4zRz3yr3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lhH5zCqSZep4M8lG1DwkWhEx4zRz3yr3 > .row > .video-iframe-container { display: none; }#lhH5zCqSZep4M8lG1DwkWhEx4zRz3yr3 > .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); }#lhH5zCqSZep4M8lG1DwkWhEx4zRz3yr3 > .row .container { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;width:1200px;height:961px;font-size:14px;font-family:arial;position:relative;display:block; }#ERibrnRNZ6EQPT9ic0dsTKNpUBhH8PMK { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/ylveRpZ8L1s/unsplash/sincerely-media-ylveRpZ8L1s-photo-1545239351-ef35f43d514b.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:237px;width:237px;top:0px;left:122px;display:block; }#ERibrnRNZ6EQPT9ic0dsTKNpUBhH8PMK.adaptive-delivery-prevent-bg, #ERibrnRNZ6EQPT9ic0dsTKNpUBhH8PMK.lazyload, #ERibrnRNZ6EQPT9ic0dsTKNpUBhH8PMK.lazyloading { background-image: none; }
#sv2biaoPkb48sfpvcmlapN9TPzLHiIgE { position:absolute;display:block;z-index:15001;background-color:#f299ca;background-image:none;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: 1px 1px 3px rgba(0,0,0,0.5) ;height:237px;width:237px;top:0px;left:362px;display:block; }
#R3teR7ddJdlgzTUxSi25cVAgiTGZIm1t { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/WzQMAVWs/WFH_mountaing_bgpic.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:237px;width:237px;top:0px;left:602px;display:block; }#R3teR7ddJdlgzTUxSi25cVAgiTGZIm1t.adaptive-delivery-prevent-bg, #R3teR7ddJdlgzTUxSi25cVAgiTGZIm1t.lazyload, #R3teR7ddJdlgzTUxSi25cVAgiTGZIm1t.lazyloading { background-image: none; }
#BylAITA3rxmX85oJt71pM3NlHeiiJein { position:absolute;display:block;z-index:15003;background-color:#a62d37;background-image:none;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: 1px 1px 3px rgba(0,0,0,0.5) ;height:237px;width:237px;top:0px;left:841px;display:block; }
#yy9zZTRbNRv0XKmsLcpTwuvJkHZ5hHqM { position:absolute;display:block;z-index:15006;background-color:#6bbfa0;background-image:none;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: 1px 1px 3px rgba(0,0,0,0.5) ;height:237px;width:237px;top:241px;left:602px;display:block; }
#K4aomzuqbSrMoLMc8ctbsuZubeb1KxKO { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/KMn4VEeEPR8/unsplash/sean-oulashin-KMn4VEeEPR8-photo-1507525428034-b723cf961d3e.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:237px;width:237px;top:483px;left:602px;display:block; }#K4aomzuqbSrMoLMc8ctbsuZubeb1KxKO.adaptive-delivery-prevent-bg, #K4aomzuqbSrMoLMc8ctbsuZubeb1KxKO.lazyload, #K4aomzuqbSrMoLMc8ctbsuZubeb1KxKO.lazyloading { background-image: none; }
#SLemx2zFaTZGCIHkbhLKMEsoE21ZJlTp { position:absolute;display:block;z-index:15009;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;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:478px;width:477px;top:241px;left:122px;display:block; }
#U7uZoe3TJVNW9g8ZPA50MNX2fDiiMvV7 { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/608e5962-b0b5-4bf3-958c-02074124ed0e/rusticWFHpic_square2.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:237px;width:237px;top:723px;left:362px;display:block; }#U7uZoe3TJVNW9g8ZPA50MNX2fDiiMvV7.adaptive-delivery-prevent-bg, #U7uZoe3TJVNW9g8ZPA50MNX2fDiiMvV7.lazyload, #U7uZoe3TJVNW9g8ZPA50MNX2fDiiMvV7.lazyloading { background-image: none; }
#TRsH55a3OHg0yr5yWm6n2hk5lPK9oTvK { position:absolute;display:block;z-index:15011;background-color:#f299ca;background-image:none;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: 1px 1px 3px rgba(0,0,0,0.5) ;height:237px;width:237px;top:482px;left:841px;display:block; }
#gkUMQuM1lrhegViTgtXuWOy7fLi36nUh { color:#040404;display:block;width:327px;position:absolute;font-family:lato;font-size:44px;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:307px;left:197px;height:105.609px;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; }
#C4hPCtS5k5JTikrrrrWbLAPSTAACUcPO { position:absolute;display:block;z-index:15001;background-color:#a62d37;background-image:none;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: 1px 1px 3px rgba(0,0,0,0.5) ;height:237px;width:237px;top:723px;left:122px;display:block; }
#FRaPlh0ZPGtxEeShqKxDTh5gLFDPo5ID { position:absolute;display:block;z-index:15003;background-color:#6bbfa0;background-image:none;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: 1px 1px 3px rgba(0,0,0,0.5) ;height:237px;width:237px;top:723px;left:602px;display:block; }
#neRSsWX25RSSdomKy9z0mRHRasNBX745 { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/N7u4NxyK/mobilephone_vertical.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:237px;width:237px;top:723px;left:842px;display:block; }#neRSsWX25RSSdomKy9z0mRHRasNBX745.adaptive-delivery-prevent-bg, #neRSsWX25RSSdomKy9z0mRHRasNBX745.lazyload, #neRSsWX25RSSdomKy9z0mRHRasNBX745.lazyloading { background-image: none; }
#sGN1I5nitEPkzDHCssceb1cwKnrcec5C { color:#000000;display:block;width:154px;position:absolute;font-family:lato;font-size:21px;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:274px;left:284px;height:27.2969px;text-align:center;text-align-last:center;display:block; }
#yHdDP2pd17fl66GWxUCqtda3QNWCGPOJ { position:absolute;display:block;z-index:15017;background-color:#040404;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:1px;width:30px;top:286px;left:256px;display:block; }
#iLHq6Mrv59eEAZJTT0bmeSm6F0xA3pTO { position:absolute;display:block;z-index:15018;background-color:#040404;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:1px;width:30px;top:286px;left:438px;display:block; }
#M4bWOOB33cVtyk8gfwEhqZkiB3kowgm6 { color:#50947b;display:block;width:332px;position:absolute;font-family:lato;font-size:21px;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:445px;left:194.5px;height:117.562px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ml5G00KET4JVhCowBSl3Mk9zHWhz94PM { position:absolute;display:block;z-index:15007;background-color:#f6fbfa;background-image:url("https://images.assets-landingi.com/uc/27bb9a93-6858-4a3c-8fe2-457111c9318b/beachlaptop.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:237px;width:237px;top:241px;left:841px;display:block; }#Ml5G00KET4JVhCowBSl3Mk9zHWhz94PM.adaptive-delivery-prevent-bg, #Ml5G00KET4JVhCowBSl3Mk9zHWhz94PM.lazyload, #Ml5G00KET4JVhCowBSl3Mk9zHWhz94PM.lazyloading { background-image: none; }
#O1J74CCzkU9vsLFow3GF88TyMyaiCafs { background-color:#6bbfa0;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:603px;left:220px;display:block; }
#TJSn2KZq18u5H4LUQAzFdDIXrR94XpwD { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#tOXwSpO3b5IhSFK3C3JURTsMmGRvZ6QP { display:block; }#tOXwSpO3b5IhSFK3C3JURTsMmGRvZ6QP { background-color: transparent; background-image: none; }#tOXwSpO3b5IhSFK3C3JURTsMmGRvZ6QP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOXwSpO3b5IhSFK3C3JURTsMmGRvZ6QP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOXwSpO3b5IhSFK3C3JURTsMmGRvZ6QP > .row .container > .video-iframe-container { display: none; }#tOXwSpO3b5IhSFK3C3JURTsMmGRvZ6QP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOXwSpO3b5IhSFK3C3JURTsMmGRvZ6QP > .row > .video-iframe-container { display: none; }#tOXwSpO3b5IhSFK3C3JURTsMmGRvZ6QP > .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); }#tOXwSpO3b5IhSFK3C3JURTsMmGRvZ6QP > .row .container { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;width:1200px;height:487px;font-size:14px;font-family:arial;position:relative;display:block; }#bSZHRUhlfeSVAko3onBrfWW9h2l3e47c { color:#000000;display:block;width:92px;position:absolute;font-family:lato;font-size:21px;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:33px;left:794px;height:27.2969px;text-align:center;text-align-last:center;display:block; }
#tTBmiHdZXioRzcrXoVTgr6opsNHS5msA { position:absolute;display:block;z-index:15017;background-color:#040404;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:1px;width:30px;top:46px;left:763px;display:block; }
#rBRrOVJ3SnxgH1zTevwzmBJiL98NseFp { position:absolute;display:block;z-index:15018;background-color:#040404;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:1px;width:30px;top:46px;left:888px;display:block; }
#wMXBKrwe39cWvx1JDa16Zz4yPUZLDpSg { color:#50947b;display:block;width:407px;position:absolute;font-family:lato;font-size:21px;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:148px;left:636.5px;height:293.9056px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xveXx7lEbgxBAsSni86RcaB7rCItgHTS { position:absolute;display:block;z-index:15010;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;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:478px;width:475px;top:6.988639831543px;left:602.49289321899px;display:block; }
#m55vKv34TSWzISJnvktMHFa4uPxh7KnD { position:absolute;display:block;z-index:15011;background-color:#6bbfa0;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;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:478px;width:475px;top:6.984375px;left:122.3984375px;display:block; }
#lux4vPnB7ek5C9IprFmOP5cZ2Tai40ZT { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/70601f67-6815-4053-ac3e-eedac38d6be1/HangNguyen.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:6px solid #fdf8fb;border-left:6px solid #fdf8fb;border-right:6px solid #fdf8fb;border-bottom:6px solid #fdf8fb;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:260px;width:260px;top:44px;left:227px;display:block; }#lux4vPnB7ek5C9IprFmOP5cZ2Tai40ZT.adaptive-delivery-prevent-bg, #lux4vPnB7ek5C9IprFmOP5cZ2Tai40ZT.lazyload, #lux4vPnB7ek5C9IprFmOP5cZ2Tai40ZT.lazyloading { background-image: none; }
#RgmZfXcdBCZNgvb717cCTHQAomBLxXPe { color:#ffffff;display:block;width:211.992px;position:absolute;font-family:lato;font-size:21px;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:330.984375px;left:253.8828125px;height:27.2969px;text-align:center;text-align-last:center;display:block; }
#W5MXNiACTUXgEzcznToTrpOnDM5LTsfJ { color:#000000;display:block;width:475px;position:absolute;font-family:lato;font-size:44px;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:60.296875px;left:602.5px;height:57.1992px;text-align:center;text-align-last:center;display:block; }
#hG2JWeTl46BfclVCal6kTPlcL72iHQQX { position:absolute;display:block;z-index:15018;background-color:#040404;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:0.992188px;width:50px;top:368.9765625px;left:334.8984375px;display:block; }
#lVN5TDO5McZOTKnNrFnHICewv6qT29xp { color:#ffffff;display:block;width:260.992px;position:absolute;font-family:lato;font-size:16px;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:386.28125px;left:229.4765625px;height:47.9766px;text-align:center;text-align-last:center;font-style:italic;display:block; }
#pPBPTvrIuiZWNTTVq2s9eMg6tGBF1a4K { background-color:rgba(0,0,0,0);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;display:block; }#pPBPTvrIuiZWNTTVq2s9eMg6tGBF1a4K > .row .container { background-color: transparent; background-image: none; }#pPBPTvrIuiZWNTTVq2s9eMg6tGBF1a4K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pPBPTvrIuiZWNTTVq2s9eMg6tGBF1a4K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pPBPTvrIuiZWNTTVq2s9eMg6tGBF1a4K > .row .container > .video-iframe-container { display: none; }#pPBPTvrIuiZWNTTVq2s9eMg6tGBF1a4K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pPBPTvrIuiZWNTTVq2s9eMg6tGBF1a4K > .row > .video-iframe-container { display: none; }#pPBPTvrIuiZWNTTVq2s9eMg6tGBF1a4K > .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); }#pPBPTvrIuiZWNTTVq2s9eMg6tGBF1a4K > .row .container { border-width: 0; border-radius: 0; }#pPBPTvrIuiZWNTTVq2s9eMg6tGBF1a4K > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#pPBPTvrIuiZWNTTVq2s9eMg6tGBF1a4K > .row .container { width:1200px;height:233px;font-size:14px;font-family:arial;position:relative;display:block; }#SflbaVi5wUIbTnHgkeKWJFaRSiWKtzUP { display:block; }#SflbaVi5wUIbTnHgkeKWJFaRSiWKtzUP { background-color: transparent; background-image: none; }#SflbaVi5wUIbTnHgkeKWJFaRSiWKtzUP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SflbaVi5wUIbTnHgkeKWJFaRSiWKtzUP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SflbaVi5wUIbTnHgkeKWJFaRSiWKtzUP > .row .container > .video-iframe-container { display: none; }#SflbaVi5wUIbTnHgkeKWJFaRSiWKtzUP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SflbaVi5wUIbTnHgkeKWJFaRSiWKtzUP > .row > .video-iframe-container { display: none; }#SflbaVi5wUIbTnHgkeKWJFaRSiWKtzUP > .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); }#SflbaVi5wUIbTnHgkeKWJFaRSiWKtzUP > .row .container { background-color:#8abfac;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;width:1200px;height:3022px;font-size:14px;font-family:arial;position:relative;display:block; }#naVhNBeCKEpkfpxn24wz1ODXOuWXPwdb { position:absolute;display:block;z-index:15011;background-color:#f299ca;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;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:486px;width:432.996px;top:199.9921875px;left:141.92578125px;display:block; }
#pHQC4txA0I1dgNTZdPbZGhxRCc0HRJIR { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1123d1c0-65cb-45ca-95bc-fbc2ff2ed692/Kevin.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:159.984px;width:159.984px;top:99.24609375px;left:757.453125px;display:block; }#pHQC4txA0I1dgNTZdPbZGhxRCc0HRJIR.adaptive-delivery-prevent-bg, #pHQC4txA0I1dgNTZdPbZGhxRCc0HRJIR.lazyload, #pHQC4txA0I1dgNTZdPbZGhxRCc0HRJIR.lazyloading { background-image: none; }
#nepCuUwisksGdy6nf2N5sEG6CZC3bhVB { color:#020202;display:block;width:211.969px;position:absolute;font-family:lato;font-size:16px;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:300px;left:252.421875px;height:20.7969px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bFO8wp2pCn0eiDAU7OdUQQw2vgacmfJs { color:#ffffff;display:block;width:322px;position:absolute;font-family:lato;font-size:16px;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:362.2265625px;left:676.41796875px;height:246.3395px;text-align:center;text-align-last:center;font-style:italic;display:block; }
#nOGtVGtq4cIweqwS01Ph2sPUg8T5lUGV { position:absolute;display:block;z-index:15024;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4bef02d7-2b3f-4f00-8ea7-4b5913d54fde/NhuDoan.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:159.984px;width:159.984px;top:99.24609375px;left:278.42578125px;display:block; }#nOGtVGtq4cIweqwS01Ph2sPUg8T5lUGV.adaptive-delivery-prevent-bg, #nOGtVGtq4cIweqwS01Ph2sPUg8T5lUGV.lazyload, #nOGtVGtq4cIweqwS01Ph2sPUg8T5lUGV.lazyloading { background-image: none; }
#M6VWBFi1VATRNiQXfpKBpKZzNiAmPBhp { position:absolute;display:block;z-index:15016;background-color:#a62d37;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;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:486px;width:433px;top:199.9921875px;left:620.953125px;display:block; }
#QGU7LOqFO2IQKOwG6Mko4JPCUUaTMiLX { color:#ffffff;display:block;width:211.969px;position:absolute;font-family:lato;font-size:16px;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:300px;left:731.44921875px;height:20.7969px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m4ZCUn2X1TRZ37apy8TSEL24aIQzQFLg { position:absolute;display:block;z-index:15023;background-color:#f299ca;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:0.984375px;width:49.9922px;top:338.49609375px;left:812.4375px;display:block; }
#oLgbCfETeVKUk88X0TxRr8uN48n6UlD0 { color:#020202;display:block;width:321.996px;position:absolute;font-family:lato;font-size:16px;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:362.2265625px;left:197.4375px;height:335.9175px;text-align:center;text-align-last:center;font-style:italic;display:block; }
#yMWIpi8z3bKoMsqmsF3QgLCT9u6gf0Ne { position:absolute;display:block;z-index:15019;background-color:#a62d37;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:1.99219px;width:49.9922px;top:337.9921875px;left:333.41015625px;display:block; }
#Rkz0dpKV3TEVTsIXP93RRzAy1TEelwlh { color:#020202;display:block;width:956px;position:absolute;font-family:lato;font-size:27px;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:46px;left:121px;height:35.0977px;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; }
#HxktTNpDU0NCSJS4LpN3Hf87ZplxhhdR { position:absolute;display:block;z-index:15010;background-color:rgba(255,255,255,0.6);background-image:none;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: 1px 1px 3px rgba(0,0,0,0.5) ;height:528.996px;width:955.992px;top:178.48828125px;left:120.984375px;display:block; }
#v98LAaK5qrBp9KXSXlxDt2KIZclyXDxJ { position:absolute;display:block;z-index:15035;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0dabb2da-30ee-4e6c-993b-85e20dde39db/NamTruong.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:159.984px;width:159.984px;top:747px;left:278px;display:block; }#v98LAaK5qrBp9KXSXlxDt2KIZclyXDxJ.adaptive-delivery-prevent-bg, #v98LAaK5qrBp9KXSXlxDt2KIZclyXDxJ.lazyload, #v98LAaK5qrBp9KXSXlxDt2KIZclyXDxJ.lazyloading { background-image: none; }
#lOJzubk6lH7TZq748skEB7HL4kk0ySwK { position:absolute;display:block;z-index:15021;background-color:rgba(255,255,255,0.6);background-image:none;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: 1px 1px 3px rgba(0,0,0,0.5) ;height:577.992px;width:955.992px;top:824.953125px;left:120.9609375px;display:block; }
#WX2fqJLtHEs1rtrzgFPsaR5XOOwFImk6 { position:absolute;display:block;z-index:15022;background-color:#a62d37;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;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:532px;width:433px;top:848px;left:142px;display:block; }
#CuHuM9IzwstfZZJKnrZTuXUWn03sqBTo { color:#ffffff;display:block;width:211.969px;position:absolute;font-family:lato;font-size:16px;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:948px;left:252px;height:20.7969px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S8Ou0oBgUvXKTWb7R994fHr0TtEkwOJp { position:absolute;display:block;z-index:15027;background-color:#f299ca;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;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:532px;width:433px;top:848px;left:621px;display:block; }
#geI8zsOasV9hUV5uCJ92Ol1EAE9XyQAh { position:absolute;display:block;z-index:15030;background-color:#f299ca;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:1.99219px;width:49.9922px;top:986px;left:333px;display:block; }
#e9FXSglrl8iO23ckUISMpo1KUh4CAh7B { color:#020202;display:block;width:322px;position:absolute;font-family:lato;font-size:16px;font-weight:400;z-index:15037;line-height:1.4;letter-spacing:0;top:1010px;left:676px;height:403.102px;text-align:center;text-align-last:center;font-style:italic;display:block; }
#Ei9RouUMJ60PeKXfXomBaCO7nqKPJCEE { color:#ffffff;display:block;width:321.996px;position:absolute;font-family:lato;font-size:16px;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:1010px;left:197px;height:380.707px;text-align:center;text-align-last:center;font-style:italic;display:block; }
#Tmkr97cJTcxC3I2hI7CKPqHw8wtw5EAH { color:#020202;display:block;width:211.969px;position:absolute;font-family:lato;font-size:16px;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:948px;left:731px;height:20.7969px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NDiFlOgGHMkfmVhTan34N7DNMtFnl6bi { position:absolute;display:block;z-index:15030;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6ca837f6-713d-4efd-a0d4-850e4929f59f/PhuongBui.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:159.984px;width:159.984px;top:747px;left:757px;display:block; }#NDiFlOgGHMkfmVhTan34N7DNMtFnl6bi.adaptive-delivery-prevent-bg, #NDiFlOgGHMkfmVhTan34N7DNMtFnl6bi.lazyload, #NDiFlOgGHMkfmVhTan34N7DNMtFnl6bi.lazyloading { background-image: none; }
#LxXgUo9Z66S3rRegqSfhGsM52KnEpbJd { position:absolute;display:block;z-index:15034;background-color:#a62d37;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:0.984375px;width:49.9922px;top:986px;left:812px;display:block; }
#ZEd6Px1AV5W1g957A5uaBCnM220nEvsJ { position:absolute;display:block;z-index:15021;background-color:rgba(255,255,255,0.6);background-image:none;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: 1px 1px 3px rgba(0,0,0,0.5) ;height:592.992px;width:955.992px;top:1523.953125px;left:120.9609375px;display:block; }
#XKhokGWOu3Or9enF7KGRKT6Jo9wJ5ITn { position:absolute;display:block;z-index:15022;background-color:#f299ca;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;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:549px;width:433px;top:1546px;left:143px;display:block; }
#TrqPBA5rt02ToPBQJaSolQiDurKiEOhC { position:absolute;display:block;z-index:15035;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5ffc3fc8-6b6b-4a12-92ea-f50212687b3b/AnaOanhTrinh.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:159.984px;width:159.984px;top:1445px;left:280px;display:block; }#TrqPBA5rt02ToPBQJaSolQiDurKiEOhC.adaptive-delivery-prevent-bg, #TrqPBA5rt02ToPBQJaSolQiDurKiEOhC.lazyload, #TrqPBA5rt02ToPBQJaSolQiDurKiEOhC.lazyloading { background-image: none; }
#CEpU1O0OVkHkS4Ceo62iSSPzaRzw9xQ9 { position:absolute;display:block;z-index:15027;background-color:#a62d37;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;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:549px;width:433px;top:1546px;left:622px;display:block; }
#N2p0T9zm1NJ6gCgfFkeQ5ztTUvtcZTiM { position:absolute;display:block;z-index:15030;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2bb491a2-c60c-4d96-8626-a5aa1a7e06c8/TrangLeandTrietHuynh.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:159.984px;width:159.984px;top:1445px;left:759px;display:block; }#N2p0T9zm1NJ6gCgfFkeQ5ztTUvtcZTiM.adaptive-delivery-prevent-bg, #N2p0T9zm1NJ6gCgfFkeQ5ztTUvtcZTiM.lazyload, #N2p0T9zm1NJ6gCgfFkeQ5ztTUvtcZTiM.lazyloading { background-image: none; }
#iGoOWhDUhdeE3P8BABiPG3cPROsdBow6 { color:#020202;display:block;width:211.969px;position:absolute;font-family:lato;font-size:16px;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:1646px;left:254px;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BtL5Hz9UAaWcv92tlB4zr5CLIeGaThx6 { color:#ffffff;display:block;width:211.969px;position:absolute;font-family:lato;font-size:16px;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:1646px;left:733px;height:20.7969px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZTTAb5ngOX1qEZDXJa8f7ApFQxeHpoeu { position:absolute;display:block;z-index:15030;background-color:#a62d37;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:1.99219px;width:49.9922px;top:1684px;left:335px;display:block; }
#CBViwqXntGQDJ1qdipTnHs6OF68LV7qx { position:absolute;display:block;z-index:15034;background-color:#f299ca;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:0.984375px;width:49.9922px;top:1684px;left:814px;display:block; }
#BkkLxHNmBPA0b0zVgam9zeKCnekTGPov { color:#ffffff;display:block;width:322px;position:absolute;font-family:lato;font-size:16px;font-weight:400;z-index:15037;line-height:1.4;letter-spacing:0;top:1708px;left:678px;height:425.496px;text-align:center;text-align-last:center;font-style:italic;display:block; }
#CoZlDkqRVBZIJHskJaKzBGaysFVV2kQa { color:#020202;display:block;width:321.996px;position:absolute;font-family:lato;font-size:16px;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:1708px;left:199px;height:358.3123px;text-align:center;text-align-last:center;font-style:italic;display:block; }
#ITLJJHfPCT84B8TL8qOOQVAsE09uKAbK { position:absolute;display:block;z-index:15046;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7453d242-b106-4313-9005-d9174bbd85ad/SenHoang.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:159.984px;width:159.984px;top:2159px;left:278px;display:block; }#ITLJJHfPCT84B8TL8qOOQVAsE09uKAbK.adaptive-delivery-prevent-bg, #ITLJJHfPCT84B8TL8qOOQVAsE09uKAbK.lazyload, #ITLJJHfPCT84B8TL8qOOQVAsE09uKAbK.lazyloading { background-image: none; }
#fMaweyaLc0NyDqGR5roXeT1piBFWXmWy { position:absolute;display:block;z-index:15032;background-color:rgba(255,255,255,0.6);background-image:none;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: 1px 1px 3px rgba(0,0,0,0.5) ;height:732.984px;width:955.992px;top:2237.4609375px;left:120.9609375px;display:block; }
#LV7bkEfg38LLa0G809n0V2ZWTNn46CyO { position:absolute;display:block;z-index:15033;background-color:#a62d37;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;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:688px;width:433px;top:2260px;left:142px;display:block; }
#cNVkDXThIwBpJo4lyfiFZFQgbyWc9mVD { position:absolute;display:block;z-index:15038;background-color:#f299ca;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;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:688px;width:433px;top:2260px;left:621px;display:block; }
#vr2xXK6EpGuyLbNGQsHGPLSIOmB7dVWt { color:#ffffff;display:block;width:211.969px;position:absolute;font-family:lato;font-size:16px;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:2360px;left:252px;height:20.7969px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#muQ4urS8BzDW2CL1I2HRZUE5ZQKENTLG { position:absolute;display:block;z-index:15041;background-color:#f299ca;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:1.99219px;width:49.9922px;top:2398px;left:333px;display:block; }
#qJw1zxCTJorofQGd6sIgHLJD3DkTvFBA { color:#020202;display:block;width:322px;position:absolute;font-family:lato;font-size:16px;font-weight:400;z-index:15048;line-height:1.4;letter-spacing:0;top:2422px;left:676px;height:537.4686px;text-align:center;text-align-last:center;font-style:italic;display:block; }
#vK0llAeXuzwQhIbCJkQ0BFftDVWpiVqv { color:#ffffff;display:block;width:321.996px;position:absolute;font-family:lato;font-size:16px;font-weight:400;z-index:15043;line-height:1.4;letter-spacing:0;top:2422px;left:197px;height:537.469px;text-align:center;text-align-last:center;font-style:italic;display:block; }
#ttry3wzVQWlDsM0GHEhoWVfzfiRhv6GU { color:#020202;display:block;width:211.969px;position:absolute;font-family:lato;font-size:16px;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:2360px;left:731px;height:20.7969px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#apEMyFghiG1CMnxMnuicW1QBMZNtpBtR { position:absolute;display:block;z-index:15045;background-color:#a62d37;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:0.984375px;width:49.9922px;top:2398px;left:812px;display:block; }
#A5NnPFr6EFhixQwCTCdXmoBgLH5i6TbZ { position:absolute;display:block;z-index:15049;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:160px;width:160px;top:2158.984375px;left:757.4375px;overflow:hidden;display:block; }
#cebbZhdR4W4fa1fyHtQfErkuIIp4pgyP { position:absolute;display:block;z-index:15030;background-color:#a62d37;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:1.99219px;width:49.9922px;top:1684px;left:335px;display:none; }
#kVtTTwc2Zc7lxmAST4uaO2k7zt9mgiC1 { position:absolute;display:block;z-index:15030;background-color:#a62d37;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:1.99219px;width:49.9922px;top:1684px;left:335px;display:none; }
#Ckf6DX1hXhEaGWMG4C6g6p9JpEPPTiy3 { position:absolute;display:block;z-index:15030;background-color:#a62d37;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:1.99219px;width:49.9922px;top:1684px;left:335px;display:none; }
#tEsnhMbRaI8XEIpd7TkZm5sI277rBFpR { color:#ffffff;display:block;width:211.969px;position:absolute;font-family:lato;font-size:16px;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:2360px;left:252px;height:20.7969px;text-align:center;text-align-last:center;font-style:normal;display:none; }
#RnAQ9pomSniZJ4CqRJdIs7PgsHeO52Uk { position:absolute;display:block;z-index:15041;background-color:#f299ca;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:1.99219px;width:49.9922px;top:2398px;left:333px;display:none; }
#DmHoawoukVRL1COlSZ8S9GCPEcK6Gnr7 { position:relative;display:block; }#DmHoawoukVRL1COlSZ8S9GCPEcK6Gnr7 { background-color: transparent; background-image: none; }#DmHoawoukVRL1COlSZ8S9GCPEcK6Gnr7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmHoawoukVRL1COlSZ8S9GCPEcK6Gnr7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmHoawoukVRL1COlSZ8S9GCPEcK6Gnr7 > .row .container > .video-iframe-container { display: none; }#DmHoawoukVRL1COlSZ8S9GCPEcK6Gnr7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmHoawoukVRL1COlSZ8S9GCPEcK6Gnr7 > .row > .video-iframe-container { display: none; }#DmHoawoukVRL1COlSZ8S9GCPEcK6Gnr7 > .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); }#DmHoawoukVRL1COlSZ8S9GCPEcK6Gnr7 { border-width: 0; border-radius: 0; }#DmHoawoukVRL1COlSZ8S9GCPEcK6Gnr7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DmHoawoukVRL1COlSZ8S9GCPEcK6Gnr7 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8abfac;background-image:none;font-size:14px;font-family:arial;height:131px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#QStKLic0El3EVL1bWz8NM40zTTkATctG { z-index:15001;top:70px;left:2px;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1200px;height:37px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#w7ULCRrZ8nfrwTMBHhhOJUN8DLMqOhkI { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#LrTyynV1y2dhB5BRODuAGrTrtRm6VAxT { color:#ffffff;display:block;width:1200px;position:absolute;font-family:"source sans pro";font-size:16px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:24px;left:0px;height:20.7969px;text-align:center;text-align-last:center;display:block; }
#e1F8MroXMssBM6Da7UwsPMs6lWW8d7Qk { color:#ffffff;display:block;width:1200px;position:absolute;font-family:"source sans pro";font-size:16px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:52px;left:2px;height:20.7969px;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) { #lhH5zCqSZep4M8lG1DwkWhEx4zRz3yr3 { display:block; }#lhH5zCqSZep4M8lG1DwkWhEx4zRz3yr3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ERibrnRNZ6EQPT9ic0dsTKNpUBhH8PMK { width:237px;height:237px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #sv2biaoPkb48sfpvcmlapN9TPzLHiIgE { width:237px;height:237px;top:0px;left:144px;display:block; }
 }@media only screen and (max-width: 763px) { #R3teR7ddJdlgzTUxSi25cVAgiTGZIm1t { width:237px;height:237px;top:0px;left:384px;display:block; }
 }@media only screen and (max-width: 763px) { #BylAITA3rxmX85oJt71pM3NlHeiiJein { width:237px;height:237px;top:0px;left:527px;display:block; }
 }@media only screen and (max-width: 763px) { #yy9zZTRbNRv0XKmsLcpTwuvJkHZ5hHqM { width:237px;height:237px;top:241px;left:384px;display:block; }
 }@media only screen and (max-width: 763px) { #K4aomzuqbSrMoLMc8ctbsuZubeb1KxKO { width:237px;height:237px;top:483px;left:384px;display:block; }
 }@media only screen and (max-width: 763px) { #SLemx2zFaTZGCIHkbhLKMEsoE21ZJlTp { width:477px;height:478px;top:241px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #U7uZoe3TJVNW9g8ZPA50MNX2fDiiMvV7 { width:237px;height:237px;top:723px;left:144px;display:block; }
 }@media only screen and (max-width: 763px) { #TRsH55a3OHg0yr5yWm6n2hk5lPK9oTvK { width:237px;height:237px;top:482px;left:527px;display:block; }
 }@media only screen and (max-width: 763px) { #gkUMQuM1lrhegViTgtXuWOy7fLi36nUh { width:327px;height:105px;top:307px;left:0px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #C4hPCtS5k5JTikrrrrWbLAPSTAACUcPO { width:237px;height:237px;top:723px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #FRaPlh0ZPGtxEeShqKxDTh5gLFDPo5ID { width:237px;height:237px;top:723px;left:384px;display:block; }
 }@media only screen and (max-width: 763px) { #neRSsWX25RSSdomKy9z0mRHRasNBX745 { width:237px;height:237px;top:723px;left:527px;display:block; }
 }@media only screen and (max-width: 763px) { #sGN1I5nitEPkzDHCssceb1cwKnrcec5C { width:154px;height:27px;top:274px;left:66px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #yHdDP2pd17fl66GWxUCqtda3QNWCGPOJ { width:30px;height:1px;top:286px;left:38px;display:block; }
 }@media only screen and (max-width: 763px) { #iLHq6Mrv59eEAZJTT0bmeSm6F0xA3pTO { width:30px;height:1px;top:286px;left:220px;display:block; }
 }@media only screen and (max-width: 763px) { #M4bWOOB33cVtyk8gfwEhqZkiB3kowgm6 { width:332px;height:117px;top:445px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Ml5G00KET4JVhCowBSl3Mk9zHWhz94PM { width:237px;height:237px;top:241px;left:527px;display:block; }
 }@media only screen and (max-width: 763px) { #O1J74CCzkU9vsLFow3GF88TyMyaiCafs { width:280px;height:55px;top:603px;left:2px;display:block; }
 }@media only screen and (max-width: 763px) { #TJSn2KZq18u5H4LUQAzFdDIXrR94XpwD { display:block; }
 }@media only screen and (max-width: 763px) { #tOXwSpO3b5IhSFK3C3JURTsMmGRvZ6QP { display:block; }#tOXwSpO3b5IhSFK3C3JURTsMmGRvZ6QP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bSZHRUhlfeSVAko3onBrfWW9h2l3e47c { width:92px;height:27px;top:33px;left:576px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #tTBmiHdZXioRzcrXoVTgr6opsNHS5msA { width:30px;height:1px;top:46px;left:545px;display:block; }
 }@media only screen and (max-width: 763px) { #rBRrOVJ3SnxgH1zTevwzmBJiL98NseFp { width:30px;height:1px;top:46px;left:670px;display:block; }
 }@media only screen and (max-width: 763px) { #wMXBKrwe39cWvx1JDa16Zz4yPUZLDpSg { width:407px;height:293px;top:148px;left:357px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #xveXx7lEbgxBAsSni86RcaB7rCItgHTS { width:475px;height:478px;top:6px;left:289px;display:block; }
 }@media only screen and (max-width: 763px) { #m55vKv34TSWzISJnvktMHFa4uPxh7KnD { width:475px;height:478px;top:6px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #lux4vPnB7ek5C9IprFmOP5cZ2Tai40ZT { top:44px;left:9px;width:260px;height:260px;display:block; }
 }@media only screen and (max-width: 763px) { #RgmZfXcdBCZNgvb717cCTHQAomBLxXPe { width:211px;height:27px;top:330px;left:35.875px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #W5MXNiACTUXgEzcznToTrpOnDM5LTsfJ { width:475px;height:57px;top:60px;left:289px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #hG2JWeTl46BfclVCal6kTPlcL72iHQQX { width:50px;height:0;top:368px;left:116.8984375px;display:block; }
 }@media only screen and (max-width: 763px) { #lVN5TDO5McZOTKnNrFnHICewv6qT29xp { width:260px;height:48px;top:386px;left:11.4765625px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #pPBPTvrIuiZWNTTVq2s9eMg6tGBF1a4K { display:block; }#pPBPTvrIuiZWNTTVq2s9eMg6tGBF1a4K > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SflbaVi5wUIbTnHgkeKWJFaRSiWKtzUP { display:block; }#SflbaVi5wUIbTnHgkeKWJFaRSiWKtzUP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #naVhNBeCKEpkfpxn24wz1ODXOuWXPwdb { width:432px;height:486px;top:199px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #pHQC4txA0I1dgNTZdPbZGhxRCc0HRJIR { top:99px;left:539.453125px;width:159px;height:159px;display:block; }
 }@media only screen and (max-width: 763px) { #nepCuUwisksGdy6nf2N5sEG6CZC3bhVB { width:211px;height:20px;top:300px;left:34.421875px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #bFO8wp2pCn0eiDAU7OdUQQw2vgacmfJs { width:322px;height:223px;top:362px;left:442px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #nOGtVGtq4cIweqwS01Ph2sPUg8T5lUGV { top:99px;left:60.42578125px;width:159px;height:159px;display:block; }
 }@media only screen and (max-width: 763px) { #M6VWBFi1VATRNiQXfpKBpKZzNiAmPBhp { width:433px;height:486px;top:199px;left:331px;display:block; }
 }@media only screen and (max-width: 763px) { #QGU7LOqFO2IQKOwG6Mko4JPCUUaTMiLX { width:211px;height:20px;top:300px;left:513.44921875px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #m4ZCUn2X1TRZ37apy8TSEL24aIQzQFLg { width:49px;height:0;top:338px;left:594.4375px;display:block; }
 }@media only screen and (max-width: 763px) { #oLgbCfETeVKUk88X0TxRr8uN48n6UlD0 { width:321px;height:291px;top:362px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #yMWIpi8z3bKoMsqmsF3QgLCT9u6gf0Ne { width:49px;height:1px;top:337px;left:115.41015625px;display:block; }
 }@media only screen and (max-width: 763px) { #Rkz0dpKV3TEVTsIXP93RRzAy1TEelwlh { width:764px;height:35px;top:46px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #HxktTNpDU0NCSJS4LpN3Hf87ZplxhhdR { top:178px;left:0px;width:764px;height:528px;display:block; }
 }@media only screen and (max-width: 763px) { #v98LAaK5qrBp9KXSXlxDt2KIZclyXDxJ { top:747px;left:60px;width:159px;height:159px;display:block; }
 }@media only screen and (max-width: 763px) { #lOJzubk6lH7TZq748skEB7HL4kk0ySwK { top:824px;left:0px;width:764px;height:577px;display:block; }
 }@media only screen and (max-width: 763px) { #WX2fqJLtHEs1rtrzgFPsaR5XOOwFImk6 { width:433px;height:532px;top:848px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #CuHuM9IzwstfZZJKnrZTuXUWn03sqBTo { width:211px;height:20px;top:948px;left:34px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #S8Ou0oBgUvXKTWb7R994fHr0TtEkwOJp { width:433px;height:532px;top:848px;left:331px;display:block; }
 }@media only screen and (max-width: 763px) { #geI8zsOasV9hUV5uCJ92Ol1EAE9XyQAh { width:49px;height:1px;top:986px;left:115px;display:block; }
 }@media only screen and (max-width: 763px) { #e9FXSglrl8iO23ckUISMpo1KUh4CAh7B { width:322px;height:358px;top:1010px;left:442px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Ei9RouUMJ60PeKXfXomBaCO7nqKPJCEE { width:321px;height:358px;top:1010px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Tmkr97cJTcxC3I2hI7CKPqHw8wtw5EAH { width:211px;height:20px;top:948px;left:513px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #NDiFlOgGHMkfmVhTan34N7DNMtFnl6bi { top:747px;left:539px;width:159px;height:159px;display:block; }
 }@media only screen and (max-width: 763px) { #LxXgUo9Z66S3rRegqSfhGsM52KnEpbJd { width:49px;height:0;top:986px;left:594px;display:block; }
 }@media only screen and (max-width: 763px) { #ZEd6Px1AV5W1g957A5uaBCnM220nEvsJ { top:1523px;left:0px;width:764px;height:592px;display:block; }
 }@media only screen and (max-width: 763px) { #XKhokGWOu3Or9enF7KGRKT6Jo9wJ5ITn { width:433px;height:549px;top:1546px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TrqPBA5rt02ToPBQJaSolQiDurKiEOhC { top:1445px;left:62px;width:159px;height:159px;display:block; }
 }@media only screen and (max-width: 763px) { #CEpU1O0OVkHkS4Ceo62iSSPzaRzw9xQ9 { width:433px;height:549px;top:1546px;left:331px;display:block; }
 }@media only screen and (max-width: 763px) { #N2p0T9zm1NJ6gCgfFkeQ5ztTUvtcZTiM { top:1445px;left:541px;width:159px;height:159px;display:block; }
 }@media only screen and (max-width: 763px) { #iGoOWhDUhdeE3P8BABiPG3cPROsdBow6 { width:211px;height:;top:1646px;left:36px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #BtL5Hz9UAaWcv92tlB4zr5CLIeGaThx6 { width:211px;height:20px;top:1646px;left:515px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ZTTAb5ngOX1qEZDXJa8f7ApFQxeHpoeu { width:49px;height:1px;top:1684px;left:117px;display:block; }
 }@media only screen and (max-width: 763px) { #CBViwqXntGQDJ1qdipTnHs6OF68LV7qx { width:49px;height:0;top:1684px;left:596px;display:block; }
 }@media only screen and (max-width: 763px) { #BkkLxHNmBPA0b0zVgam9zeKCnekTGPov { width:321px;height:380px;top:1707px;left:442px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #CoZlDkqRVBZIJHskJaKzBGaysFVV2kQa { width:321px;height:335px;top:1707px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #ITLJJHfPCT84B8TL8qOOQVAsE09uKAbK { top:2159px;left:60px;width:159px;height:159px;display:block; }
 }@media only screen and (max-width: 763px) { #fMaweyaLc0NyDqGR5roXeT1piBFWXmWy { top:2237px;left:0px;width:764px;height:732px;display:block; }
 }@media only screen and (max-width: 763px) { #LV7bkEfg38LLa0G809n0V2ZWTNn46CyO { width:433px;height:688px;top:2260px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cNVkDXThIwBpJo4lyfiFZFQgbyWc9mVD { width:433px;height:688px;top:2260px;left:331px;display:block; }
 }@media only screen and (max-width: 763px) { #vr2xXK6EpGuyLbNGQsHGPLSIOmB7dVWt { width:211px;height:20px;top:2360px;left:34px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #muQ4urS8BzDW2CL1I2HRZUE5ZQKENTLG { width:49px;height:1px;top:2398px;left:115px;display:block; }
 }@media only screen and (max-width: 763px) { #qJw1zxCTJorofQGd6sIgHLJD3DkTvFBA { width:322px;height:492px;top:2422px;left:442px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #vK0llAeXuzwQhIbCJkQ0BFftDVWpiVqv { width:321px;height:492px;top:2422px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #ttry3wzVQWlDsM0GHEhoWVfzfiRhv6GU { width:211px;height:20px;top:2360px;left:513px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #apEMyFghiG1CMnxMnuicW1QBMZNtpBtR { width:49px;height:0;top:2398px;left:594px;display:block; }
 }@media only screen and (max-width: 763px) { #A5NnPFr6EFhixQwCTCdXmoBgLH5i6TbZ { top:2158px;left:539.4375px;width:160px;height:160px;display:block; }
 }@media only screen and (max-width: 763px) { #cebbZhdR4W4fa1fyHtQfErkuIIp4pgyP { width:49px;height:1px;top:1684px;left:117px;display:none; }
 }@media only screen and (max-width: 763px) { #kVtTTwc2Zc7lxmAST4uaO2k7zt9mgiC1 { width:49px;height:1px;top:1684px;left:117px;display:none; }
 }@media only screen and (max-width: 763px) { #Ckf6DX1hXhEaGWMG4C6g6p9JpEPPTiy3 { width:49px;height:1px;top:1684px;left:117px;display:none; }
 }@media only screen and (max-width: 763px) { #tEsnhMbRaI8XEIpd7TkZm5sI277rBFpR { width:210px;height:20px;top:4756px;left:0px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #RnAQ9pomSniZJ4CqRJdIs7PgsHeO52Uk { width:49px;height:1px;top:2398px;left:115px;display:none; }
 }@media only screen and (max-width: 763px) { #DmHoawoukVRL1COlSZ8S9GCPEcK6Gnr7 { display:block; }#DmHoawoukVRL1COlSZ8S9GCPEcK6Gnr7 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QStKLic0El3EVL1bWz8NM40zTTkATctG { top:70px;left:0px;width:748px;height:37px;display:block; }
 }@media only screen and (max-width: 763px) { #w7ULCRrZ8nfrwTMBHhhOJUN8DLMqOhkI { display:block; }
 }@media only screen and (max-width: 763px) { #LrTyynV1y2dhB5BRODuAGrTrtRm6VAxT { top:24px;left:0px;width:764px;height:20px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #e1F8MroXMssBM6Da7UwsPMs6lWW8d7Qk { top:52px;left:0px;width:764px;height:20px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lhH5zCqSZep4M8lG1DwkWhEx4zRz3yr3 { display:block; }#lhH5zCqSZep4M8lG1DwkWhEx4zRz3yr3 > .row .container { width:320px;height:666px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ERibrnRNZ6EQPT9ic0dsTKNpUBhH8PMK { width:102px;height:102px;top:0px;left:0px;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/WzQMAVWs/WFH_mountaing_bgpic.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ERibrnRNZ6EQPT9ic0dsTKNpUBhH8PMK.adaptive-delivery-prevent-bg, #ERibrnRNZ6EQPT9ic0dsTKNpUBhH8PMK.lazyload, #ERibrnRNZ6EQPT9ic0dsTKNpUBhH8PMK.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #sv2biaoPkb48sfpvcmlapN9TPzLHiIgE { width:102px;height:102px;top:109px;left:0px;background-color:#f299ca;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #R3teR7ddJdlgzTUxSi25cVAgiTGZIm1t { width:102px;height:102px;top:109px;left:109px;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/ylveRpZ8L1s/unsplash/sincerely-media-ylveRpZ8L1s-photo-1545239351-ef35f43d514b.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#R3teR7ddJdlgzTUxSi25cVAgiTGZIm1t.adaptive-delivery-prevent-bg, #R3teR7ddJdlgzTUxSi25cVAgiTGZIm1t.lazyload, #R3teR7ddJdlgzTUxSi25cVAgiTGZIm1t.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #BylAITA3rxmX85oJt71pM3NlHeiiJein { width:102px;height:102px;top:2px;left:218px;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/KMn4VEeEPR8/unsplash/sean-oulashin-KMn4VEeEPR8-photo-1507525428034-b723cf961d3e.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;display:block; }#BylAITA3rxmX85oJt71pM3NlHeiiJein.adaptive-delivery-prevent-bg, #BylAITA3rxmX85oJt71pM3NlHeiiJein.lazyload, #BylAITA3rxmX85oJt71pM3NlHeiiJein.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #yy9zZTRbNRv0XKmsLcpTwuvJkHZ5hHqM { width:144px;height:144px;top:940.97732543945px;left:14.000000953674px;background-color:#e3e3e3;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #K4aomzuqbSrMoLMc8ctbsuZubeb1KxKO { width:102px;height:102px;top:109px;left:218px;background-color:#6bbfa0;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #SLemx2zFaTZGCIHkbhLKMEsoE21ZJlTp { width:320px;height:337px;top:217px;left:0px;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #U7uZoe3TJVNW9g8ZPA50MNX2fDiiMvV7 { width:102px;height:102px;top:560px;left:0px;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/608e5962-b0b5-4bf3-958c-02074124ed0e/rusticWFHpic_square2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#U7uZoe3TJVNW9g8ZPA50MNX2fDiiMvV7.adaptive-delivery-prevent-bg, #U7uZoe3TJVNW9g8ZPA50MNX2fDiiMvV7.lazyload, #U7uZoe3TJVNW9g8ZPA50MNX2fDiiMvV7.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TRsH55a3OHg0yr5yWm6n2hk5lPK9oTvK { width:102px;height:102px;top:560px;left:109px;background-color:#a62d37;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #gkUMQuM1lrhegViTgtXuWOy7fLi36nUh { width:199px;height:64.7812px;top:282px;left:60.5px;font-size:27px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C4hPCtS5k5JTikrrrrWbLAPSTAACUcPO { width:102px;height:102px;top:0px;left:109px;display:block; }
 }@media only screen and (max-width: 763px) { #FRaPlh0ZPGtxEeShqKxDTh5gLFDPo5ID { width:144px;height:144px;top:1238px;left:15.000000953674px;display:none; }
 }@media only screen and (max-width: 763px) { #neRSsWX25RSSdomKy9z0mRHRasNBX745 { width:102px;height:102px;top:577px;left:218px;display:none; }
 }@media only screen and (max-width: 763px) { #sGN1I5nitEPkzDHCssceb1cwKnrcec5C { width:155px;height:20.7969px;top:249px;left:84px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yHdDP2pd17fl66GWxUCqtda3QNWCGPOJ { width:30px;height:1px;top:258px;left:63px;display:block; }
 }@media only screen and (max-width: 763px) { #iLHq6Mrv59eEAZJTT0bmeSm6F0xA3pTO { width:30px;height:1px;top:260px;left:233px;display:block; }
 }@media only screen and (max-width: 763px) { #M4bWOOB33cVtyk8gfwEhqZkiB3kowgm6 { width:252px;height:89.5781px;top:370px;left:34px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ml5G00KET4JVhCowBSl3Mk9zHWhz94PM { width:102px;height:102px;top:560px;left:218px;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/27bb9a93-6858-4a3c-8fe2-457111c9318b/beachlaptop.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#Ml5G00KET4JVhCowBSl3Mk9zHWhz94PM.adaptive-delivery-prevent-bg, #Ml5G00KET4JVhCowBSl3Mk9zHWhz94PM.lazyload, #Ml5G00KET4JVhCowBSl3Mk9zHWhz94PM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #O1J74CCzkU9vsLFow3GF88TyMyaiCafs { width:189px;height:42px;top:480px;left:65.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TJSn2KZq18u5H4LUQAzFdDIXrR94XpwD { display:block; }
 }@media only screen and (max-width: 763px) { #tOXwSpO3b5IhSFK3C3JURTsMmGRvZ6QP { display:block; }#tOXwSpO3b5IhSFK3C3JURTsMmGRvZ6QP > .row .container { width:320px;height:711px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bSZHRUhlfeSVAko3onBrfWW9h2l3e47c { width:79px;height:20.7969px;top:337px;left:121px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tTBmiHdZXioRzcrXoVTgr6opsNHS5msA { width:20px;height:1px;top:347px;left:102px;display:block; }
 }@media only screen and (max-width: 763px) { #rBRrOVJ3SnxgH1zTevwzmBJiL98NseFp { width:20px;height:1px;top:347px;left:200px;display:block; }
 }@media only screen and (max-width: 763px) { #wMXBKrwe39cWvx1JDa16Zz4yPUZLDpSg { width:251.992px;height:268.7345px;top:409.96875px;left:33.984375px;font-size:16px;text-align:center;text-align-last:center;color:#020202;display:block; }
 }@media only screen and (max-width: 763px) { #xveXx7lEbgxBAsSni86RcaB7rCItgHTS { width:320px;height:639px;top:67px;left:-1px;background-color:rgba(255,255,255,0.82);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #m55vKv34TSWzISJnvktMHFa4uPxh7KnD { width:280px;height:223px;top:83.3359375px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #lux4vPnB7ek5C9IprFmOP5cZ2Tai40ZT { width:160px;height:160px;top:25.6484375px;left:74px;display:block; }
 }@media only screen and (max-width: 763px) { #RgmZfXcdBCZNgvb717cCTHQAomBLxXPe { width:280px;height:20.7969px;top:210.140625px;left:20px;font-size:16px;text-align:center;text-align-last:center;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #W5MXNiACTUXgEzcznToTrpOnDM5LTsfJ { width:320px;height:35.0977px;top:357.796875px;left:0px;font-size:27px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hG2JWeTl46BfclVCal6kTPlcL72iHQQX { width:40px;height:0.992188px;top:241.875px;left:140px;display:block; }
 }@media only screen and (max-width: 763px) { #lVN5TDO5McZOTKnNrFnHICewv6qT29xp { width:233.977px;height:42px;top:250.8671875px;left:43.0078125px;font-size:14px;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pPBPTvrIuiZWNTTVq2s9eMg6tGBF1a4K { display:block; }#pPBPTvrIuiZWNTTVq2s9eMg6tGBF1a4K > .row .container { width:320px;height:460px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SflbaVi5wUIbTnHgkeKWJFaRSiWKtzUP { display:block; }#SflbaVi5wUIbTnHgkeKWJFaRSiWKtzUP > .row .container { width:320px;height:5371px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #naVhNBeCKEpkfpxn24wz1ODXOuWXPwdb { width:280px;height:432px;top:170.5px;left:20px;background-color:#f299ca;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #pHQC4txA0I1dgNTZdPbZGhxRCc0HRJIR { width:140px;height:140px;top:644px;left:90px;display:block; }
 }@media only screen and (max-width: 763px) { #nepCuUwisksGdy6nf2N5sEG6CZC3bhVB { width:280px;height:20.7969px;top:253px;left:20px;font-size:16px;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bFO8wp2pCn0eiDAU7OdUQQw2vgacmfJs { width:260px;height:215.6605px;top:848.765625px;left:30px;font-size:14px;text-align:center;text-align-last:center;color:#020202;display:block; }
 }@media only screen and (max-width: 763px) { #nOGtVGtq4cIweqwS01Ph2sPUg8T5lUGV { width:140px;height:140px;top:102px;left:90px;display:block; }
 }@media only screen and (max-width: 763px) { #M6VWBFi1VATRNiQXfpKBpKZzNiAmPBhp { width:280px;height:432px;top:715px;left:20px;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #QGU7LOqFO2IQKOwG6Mko4JPCUUaTMiLX { width:280px;height:20.7969px;top:798px;left:20px;font-size:16px;text-align:center;text-align-last:center;color:#020202;display:block; }
 }@media only screen and (max-width: 763px) { #m4ZCUn2X1TRZ37apy8TSEL24aIQzQFLg { width:39.9961px;height:1.99219px;top:829.9921875px;left:139.9921875px;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #oLgbCfETeVKUk88X0TxRr8uN48n6UlD0 { width:260px;height:294px;top:302px;left:30px;font-size:14px;text-align:center;text-align-last:center;color:#ffffff;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #yMWIpi8z3bKoMsqmsF3QgLCT9u6gf0Ne { width:50px;height:2px;top:1016px;left:135px;display:block; }
 }@media only screen and (max-width: 763px) { #Rkz0dpKV3TEVTsIXP93RRzAy1TEelwlh { width:271px;height:48px;top:24.5234375px;left:24.5px;font-size:20px;text-align:center;text-align-last:center;line-height:1.2;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HxktTNpDU0NCSJS4LpN3Hf87ZplxhhdR { width:320px;height:1150px;top:14px;left:0px;z-index:14999;background-color:rgba(255,255,255,0.82);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #v98LAaK5qrBp9KXSXlxDt2KIZclyXDxJ { width:159px;height:159px;top:1214px;left:80.5px;display:block; }
 }@media only screen and (max-width: 763px) { #lOJzubk6lH7TZq748skEB7HL4kk0ySwK { width:320px;height:1266px;top:1181.546875px;left:0px;z-index:14999;background-color:rgba(255,255,255,0.82);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #WX2fqJLtHEs1rtrzgFPsaR5XOOwFImk6 { width:280px;height:666px;top:3888.109375px;left:19.9921875px;background-color:#f299ca;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #CuHuM9IzwstfZZJKnrZTuXUWn03sqBTo { width:210.996px;height:20.7891px;top:1385.0390625px;left:54.46875px;font-size:16px;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #S8Ou0oBgUvXKTWb7R994fHr0TtEkwOJp { width:280px;height:513px;top:1291.046875px;left:20px;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #geI8zsOasV9hUV5uCJ92Ol1EAE9XyQAh { width:48.9961px;height:0.996094px;top:2038.078125px;left:135.4921875px;display:block; }
 }@media only screen and (max-width: 763px) { #e9FXSglrl8iO23ckUISMpo1KUh4CAh7B { width:259.992px;height:352.898px;top:2061.33984375px;left:29.98828125px;font-size:14px;text-align:center;text-align-last:center;color:#020202;display:block; }
 }@media only screen and (max-width: 763px) { #Ei9RouUMJ60PeKXfXomBaCO7nqKPJCEE { width:259.992px;height:357px;top:1439.0390625px;left:29.9765625px;font-size:14px;text-align:center;text-align-last:center;color:#ffffff;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Tmkr97cJTcxC3I2hI7CKPqHw8wtw5EAH { width:210.996px;height:20.7891px;top:2005.1953125px;left:54.46875px;font-size:16px;text-align:center;text-align-last:center;color:#020202;display:block; }
 }@media only screen and (max-width: 763px) { #NDiFlOgGHMkfmVhTan34N7DNMtFnl6bi { width:159px;height:159px;top:1837.546875px;left:80.5px;display:block; }
 }@media only screen and (max-width: 763px) { #LxXgUo9Z66S3rRegqSfhGsM52KnEpbJd { width:49px;height:0;top:1342.046875px;left:191px;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #ZEd6Px1AV5W1g957A5uaBCnM220nEvsJ { width:320px;height:1295px;top:2466px;left:0px;z-index:14999;background-color:rgba(255,255,255,0.82);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #XKhokGWOu3Or9enF7KGRKT6Jo9wJ5ITn { width:280px;height:530px;top:2573.890625px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #TrqPBA5rt02ToPBQJaSolQiDurKiEOhC { width:159px;height:159px;top:2495.390625px;left:80.5px;display:block; }
 }@media only screen and (max-width: 763px) { #CEpU1O0OVkHkS4Ceo62iSSPzaRzw9xQ9 { width:280px;height:513px;top:1918.046875px;left:20px;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #N2p0T9zm1NJ6gCgfFkeQ5ztTUvtcZTiM { width:159px;height:159px;top:3136px;left:80.5px;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #iGoOWhDUhdeE3P8BABiPG3cPROsdBow6 { width:211px;height:20.7969px;top:2663.09375px;left:54.5px;font-size:16px;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BtL5Hz9UAaWcv92tlB4zr5CLIeGaThx6 { width:211px;height:20.7969px;top:3306.53125px;left:54.5px;font-size:16px;text-align:center;text-align-last:center;color:#020202;display:block; }
 }@media only screen and (max-width: 763px) { #ZTTAb5ngOX1qEZDXJa8f7ApFQxeHpoeu { width:49px;height:1px;top:2699.09375px;left:135.5px;display:block; }
 }@media only screen and (max-width: 763px) { #CBViwqXntGQDJ1qdipTnHs6OF68LV7qx { width:49px;height:0;top:2296.046875px;left:192px;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #BkkLxHNmBPA0b0zVgam9zeKCnekTGPov { width:260px;height:372.504px;top:3360.078125px;left:30px;font-size:14px;text-align:center;text-align-last:center;color:#020202;display:block; }
 }@media only screen and (max-width: 763px) { #CoZlDkqRVBZIJHskJaKzBGaysFVV2kQa { width:260px;height:315px;top:2721.890625px;left:30px;font-size:14px;text-align:center;text-align-last:center;color:#ffffff;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ITLJJHfPCT84B8TL8qOOQVAsE09uKAbK { width:159px;height:159px;top:3808.453125px;left:80.484375px;display:block; }
 }@media only screen and (max-width: 763px) { #fMaweyaLc0NyDqGR5roXeT1piBFWXmWy { width:320px;height:1573px;top:3778.9921875px;left:0px;z-index:14999;background-color:rgba(255,255,255,0.82);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #LV7bkEfg38LLa0G809n0V2ZWTNn46CyO { width:280px;height:530px;top:3214.34375px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #cNVkDXThIwBpJo4lyfiFZFQgbyWc9mVD { width:279.996px;height:666px;top:4669.453125px;left:19.9921875px;z-index:15000;background-color:#a62d37;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #vr2xXK6EpGuyLbNGQsHGPLSIOmB7dVWt { width:211px;height:20.7891px;top:3977.53125px;left:54.5px;font-size:16px;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #muQ4urS8BzDW2CL1I2HRZUE5ZQKENTLG { width:49px;height:1px;top:3340.328125px;left:135.5px;display:block; }
 }@media only screen and (max-width: 763px) { #qJw1zxCTJorofQGd6sIgHLJD3DkTvFBA { width:259.992px;height:470.5314px;top:4818.328125px;left:29.9765625px;font-size:14px;text-align:center;text-align-last:center;color:#020202;display:block; }
 }@media only screen and (max-width: 763px) { #vK0llAeXuzwQhIbCJkQ0BFftDVWpiVqv { width:259.992px;height:504px;top:4036.20703125px;left:29.9765625px;font-size:14px;text-align:center;text-align-last:center;color:#ffffff;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ttry3wzVQWlDsM0GHEhoWVfzfiRhv6GU { width:211px;height:20.7969px;top:4724.328125px;left:54.5px;font-size:16px;text-align:center;text-align-last:center;color:#020202;display:block; }
 }@media only screen and (max-width: 763px) { #apEMyFghiG1CMnxMnuicW1QBMZNtpBtR { width:49px;height:0;top:3266.5390625px;left:191px;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #A5NnPFr6EFhixQwCTCdXmoBgLH5i6TbZ { width:159.996px;height:159.996px;top:4585.875px;left:79.9921875px;display:block; }
 }@media only screen and (max-width: 763px) { #cebbZhdR4W4fa1fyHtQfErkuIIp4pgyP { width:48.9961px;height:0.996094px;top:1420.03125px;left:135.4921875px;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #kVtTTwc2Zc7lxmAST4uaO2k7zt9mgiC1 { width:49px;height:2px;top:286px;left:135.5px;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #Ckf6DX1hXhEaGWMG4C6g6p9JpEPPTiy3 { width:48.9961px;height:0.996094px;top:4014.73828125px;left:135.4921875px;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #tEsnhMbRaI8XEIpd7TkZm5sI277rBFpR { width:210.996px;height:20.7891px;top:4756.734375px;left:54.4921875px;font-size:16px;text-align:center;text-align-last:center;color:#020202;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #RnAQ9pomSniZJ4CqRJdIs7PgsHeO52Uk { width:48.9961px;height:0.996094px;top:4792.74609375px;left:135.4921875px;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #DmHoawoukVRL1COlSZ8S9GCPEcK6Gnr7 { background-color:#8abfac;background-image:none;display:block; }#DmHoawoukVRL1COlSZ8S9GCPEcK6Gnr7 > .row .container { background-color: transparent; background-image: none; }#DmHoawoukVRL1COlSZ8S9GCPEcK6Gnr7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmHoawoukVRL1COlSZ8S9GCPEcK6Gnr7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmHoawoukVRL1COlSZ8S9GCPEcK6Gnr7 > .row .container > .video-iframe-container { display: none; }#DmHoawoukVRL1COlSZ8S9GCPEcK6Gnr7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmHoawoukVRL1COlSZ8S9GCPEcK6Gnr7 > .row > .video-iframe-container { display: none; }#DmHoawoukVRL1COlSZ8S9GCPEcK6Gnr7 > .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); }#DmHoawoukVRL1COlSZ8S9GCPEcK6Gnr7 > .row .container { width:320px;height:138px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QStKLic0El3EVL1bWz8NM40zTTkATctG { top:83px;left:0px;width:320px;height:37px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #w7ULCRrZ8nfrwTMBHhhOJUN8DLMqOhkI { display:block; }
 }@media only screen and (max-width: 763px) { #LrTyynV1y2dhB5BRODuAGrTrtRm6VAxT { width:320px;height:18.1992px;top:20px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #e1F8MroXMssBM6Da7UwsPMs6lWW8d7Qk { width:305px;height:36.3984px;top:47px;left:8px;font-size:14px;display:block; }
 }