.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 { background-color:rgba(255,255,255,0.91);background-image:url("https://images.assets-landingi.com/uc/7fe13a06-8352-46c8-9002-3d13422faeee/d193bd96504a4fcf855d24ce61e0f007.preview.mirror.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040.adaptive-delivery-prevent-bg, #XT4fZvODSBLTCkpK8JnblGK0dO1xL040.lazyload, #XT4fZvODSBLTCkpK8JnblGK0dO1xL040.lazyloading { background-image: none; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container { background-color: transparent; background-image: none; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container > .video-iframe-container { display: none; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row > .video-iframe-container { display: none; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .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); }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container { border-width: 0; border-radius: 0; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container { font-size:14px;font-family:"open sans";height:800px;width:1200px;overflow:visible;position:relative;display:block; }#G8g1J0Hgy2hTtrnet0GLJm7r0LrArNSA { color:#1c1c1c;display:block;width:382px;position:absolute;font-family:ubuntu;font-size:37px;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:178.10606384277px;left:0px;height:162.765px;font-style:normal;display:block; }
#JU7hcipVdpF8iTyV38LPugoOQkyyAuNX { color:rgba(28,28,28,0.8);display:block;width:365.994px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:364.98107910156px;left:0px;height:91.7898px;font-style:normal;display:block; }
#TpMPv4NaFmTcECBarlKKDNzErN5rz67U { 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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:ubuntu;font-size:16px;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:190px;height:43px;text-decoration:none;z-index:15012;text-align:right;text-align-last:right;top:196px;left:977px;display:block; }
#FPtX3siTkFcEJxQuTlCndRvTtKnF9Lpo { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#MQTKtiQyQbEZ1F4A7GwJZUklsBoTto7b { 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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:ubuntu;font-size:16px;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:190px;height:43px;text-decoration:none;z-index:15007;text-align:right;text-align-last:right;top:238px;left:977px;display:block; }
#MbRS3ppbDPmFFvLGacNupCx9g3cmgbHN { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Exe6BCosC261L2tzK5wG4npL97RB28ZJ { position:absolute;display:block;z-index:14999;background-color:#ffffff;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;height:578px;width:468px;top:162.5px;left:0px;display:block; }
#CUQVUTUEdVQ9bVFy5ZzaBpKikznWLuMs { position:absolute;display:block;z-index:14998;background-color:#e2007c;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:214px;width:217px;top:151px;left:972.00004005432px;display:block; }
#yl5JJF3GLOrIPr04a7AiFG0PtqE7CvBZ { position:absolute;display:block;z-index:15000;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:1px solid #e2007c;border-left:1px solid #e2007c;border-right:1px solid #e2007c;border-bottom:1px solid #e2007c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:451.998px;width:293.996px;top:262.97348022461px;left:154.54545593262px;display:block; }
#Wawc0swkgezDsCSRzAcDTTa9skvADWlS { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:347px;width:285px;top:214.5px;left:14.000001907349px;display:block; }
#fv7QaMTHqtKuQ8beRqKiVn4M9rQStUR4 { position:absolute;display:block;z-index:14999;background-color:rgba(226,0,124,0.6);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:300px;width:1px;top:152px;left:960px;display:block; }
#tJzZ6siNkZwWZimLS1m0Mf4DQyNGJtu3 { 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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:ubuntu;font-size:16px;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:190px;height:43px;text-decoration:none;z-index:15009;text-align:right;text-align-last:right;top:280px;left:977.00004005432px;display:block; }
#rAkTQeW0WTVNl21LGQihkiRsGiS4M88V { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ln5KecozUQ3hxxrgTs3dhsE444mS6TWE { background-color:#e2007c;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#f0eaed;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:ubuntu;font-size:24px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:215.99px;height:50px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:541.16667175293px;left:194.16666603088px;display:block; }
#plrStLQ7xENKVqCTAi2Q9iaAaPO5stV6 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#lRMu9hqroTqR3TIUslRVpM9hHR15fytI { position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.78);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:130px;width:214px;top:0px;left:0px;display:block; }
#NIeboImZymNakOm7JWVO4HySTxc3AHP6 { position:absolute;display:block;z-index:15014;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:84px;width:215px;top:0px;left:0px;overflow:hidden;display:block; }
#a6q7snPs1cCy0v6nyJtFWU83pTXX4MXx { background-color:#e2007c;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#f0eaed;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:ubuntu;font-size:24px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:333px;height:50px;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:615.16667175293px;left:76.500001907349px;display:block; }
#NevPzMTHls5VF1byWwZTV8N9EP9CXTSi { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#242728;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row .container { background-color: transparent; background-image: none; }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row .container > .video-iframe-container { display: none; }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row > .video-iframe-container { display: none; }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .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); }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row .container { border-width: 0; border-radius: 0; }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row .container { font-size:14px;font-family:arial;height:973px;width:1200px;position:relative;display:block; }#w3fR2E6LdkfgCOaTbkysAr7VC5FEak5E { color:#eaeff1;display:block;width:439px;position:absolute;font-family:ubuntu;font-size:36px;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:105px;left:708px;height:43.2008px;font-style:normal;display:block; }
#TCJTThaaHfAfkm0xTCnPsCnhVggIPD27 { color:rgba(239,245,246,0.8);display:block;width:524px;position:absolute;font-family:ubuntu;font-size:16px;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:190.1875px;left:676px;height:108.826px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CMIqBtGJUkzf1mbgbuF4hnwNGNcyTI17 { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/561af037-18d1-45db-99b6-d08cb46c5f7d/kidssmilingchildtherapistinroswellga30076.jpg");background-position:bottom 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;height:390px;width:542px;top:82.59375px;left:0px;display:block; }#CMIqBtGJUkzf1mbgbuF4hnwNGNcyTI17.adaptive-delivery-prevent-bg, #CMIqBtGJUkzf1mbgbuF4hnwNGNcyTI17.lazyload, #CMIqBtGJUkzf1mbgbuF4hnwNGNcyTI17.lazyloading { background-image: none; }
#OoswSlXdTD4ZRrzADIpWDPHLrvdcDTMS { position:absolute;display:block;z-index:14999;background-color:#e2007c;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:88px;width:1px;top:82.59375px;left:676px;display:block; }
#rraT4Jf2l8Ttu8GHJCPEOTUOZyVH3vGK { color:#f8f3f4;display:block;width:551px;position:absolute;font-family:ubuntu;font-size:36px;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:600.39585876465px;left:50.000001907349px;height:43.2008px;font-style:normal;display:block; }
#MmEicN5d3ThhlOiFxdXu9g5T1zSWuMM6 { color:rgba(244,238,239,0.8);display:block;width:586px;position:absolute;font-family:ubuntu;font-size:16px;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:680.98962402344px;left:59.000001907349px;height:163.2384px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QZZvRI6Vn29VpZwaxoHbUoNkIlTofP2p { position:absolute;display:block;z-index:15002;background-color:#e2007c;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:118px;width:1px;top:563px;left:0px;display:block; }
#ysJ0Hz0bCCodOU1Of58xog4rfXTqNUGm { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/eadb69cd-3a14-40bf-9487-33e43a1d0e02/OIP.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;height:256px;width:350px;top:634.58333587646px;left:819.75004005432px;display:block; }#ysJ0Hz0bCCodOU1Of58xog4rfXTqNUGm.adaptive-delivery-prevent-bg, #ysJ0Hz0bCCodOU1Of58xog4rfXTqNUGm.lazyload, #ysJ0Hz0bCCodOU1Of58xog4rfXTqNUGm.lazyloading { background-image: none; }
#zFphdG6BX15CCH6AyTzJPrW1amXbxdP8 { background-color:#e2007c;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#f0eaed;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:ubuntu;font-size:24px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:215.99px;height:50px;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:872.66668701172px;left:80.666666030884px;display:block; }
#zPWsZl7MXl9oV6EtQsDg2D1d9a9mPnqo { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#WytLf4faeIZ96xagCnI3owlmmNboEvKC { position:relative;display:block; }#WytLf4faeIZ96xagCnI3owlmmNboEvKC { background-color: transparent; background-image: none; }#WytLf4faeIZ96xagCnI3owlmmNboEvKC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .row .container > .video-iframe-container { display: none; }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .row > .video-iframe-container { display: none; }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .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); }#WytLf4faeIZ96xagCnI3owlmmNboEvKC { border-width: 0; border-radius: 0; }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:128px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FdM9rqtKFZh0DQPmya4fol5w1U8fLdZz { position:absolute;display:block;z-index:15001;background-color:#e2007c;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:88px;width:1px;top:32px;left:0px;display:block; }
#rcTykTFgTu1U2wondefRDPPrfCuNgKvC { color:#1c1c1c;display:block;width:1170px;position:absolute;font-family:ubuntu;font-size:36px;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:53.40625px;left:30.000001907349px;height:43.2008px;font-style:normal;display:block; }
#ScxarVoLtL49v0PTNiAn6kZxt1Am8857 { position:relative;display:block; }#ScxarVoLtL49v0PTNiAn6kZxt1Am8857 { background-color: transparent; background-image: none; }#ScxarVoLtL49v0PTNiAn6kZxt1Am8857::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ScxarVoLtL49v0PTNiAn6kZxt1Am8857 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ScxarVoLtL49v0PTNiAn6kZxt1Am8857 > .row .container > .video-iframe-container { display: none; }#ScxarVoLtL49v0PTNiAn6kZxt1Am8857 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ScxarVoLtL49v0PTNiAn6kZxt1Am8857 > .row > .video-iframe-container { display: none; }#ScxarVoLtL49v0PTNiAn6kZxt1Am8857 > .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); }#ScxarVoLtL49v0PTNiAn6kZxt1Am8857 { border-width: 0; border-radius: 0; }#ScxarVoLtL49v0PTNiAn6kZxt1Am8857 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ScxarVoLtL49v0PTNiAn6kZxt1Am8857 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:739px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mqwgl8rUDQPhxhAJIlTrS1TpBIo2kLer { color:#2f2f2f;display:block;width:350px;position:absolute;font-family:ubuntu;font-size:26px;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:149px;left:50.666666030884px;height:31.2027px;font-style:normal;display:block; }
#igL6P8PNKiFHSU5AkhPVlpkR5dCtaP2D { color:rgba(47,47,47,0.8);display:block;width:350px;position:absolute;font-family:ubuntu;font-size:16px;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:201.5px;left:42.000001907349px;height:144.034px;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; }
#zkX4rlb3T7vJMWxSPPvqsFVtM2STeKvb { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/27da1851-4ecd-43d3-87ab-1c58ee53b858/happyman.webp");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;height:335px;width:400px;top:404px;left:0px;display:block; }#zkX4rlb3T7vJMWxSPPvqsFVtM2STeKvb.adaptive-delivery-prevent-bg, #zkX4rlb3T7vJMWxSPPvqsFVtM2STeKvb.lazyload, #zkX4rlb3T7vJMWxSPPvqsFVtM2STeKvb.lazyloading { background-image: none; }
#zkX4rlb3T7vJMWxSPPvqsFVtM2STeKvb::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#zkX4rlb3T7vJMWxSPPvqsFVtM2STeKvb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(226,0,124,0.6); }#STUru5gfU086KBuUsufyXidzMSBn5n7h { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/663adb2d-0402-44bd-9d2d-92ea1cb5fd71/D985_59_572_1200.jpg");background-position:center right !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;height:335px;width:400px;top:69.666709899902px;left:400.00000953674px;display:block; }#STUru5gfU086KBuUsufyXidzMSBn5n7h.adaptive-delivery-prevent-bg, #STUru5gfU086KBuUsufyXidzMSBn5n7h.lazyload, #STUru5gfU086KBuUsufyXidzMSBn5n7h.lazyloading { background-image: none; }
#STUru5gfU086KBuUsufyXidzMSBn5n7h::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#STUru5gfU086KBuUsufyXidzMSBn5n7h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(226,0,124,0.6); }#c5t36ifgCw3JFu91M2Se65a2zDqJV9Qu { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/82008674-df74-48c1-a2e7-06055cc7ef89/istockphoto1484179548170667a.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;height:335px;width:400px;top:404px;left:800px;display:block; }#c5t36ifgCw3JFu91M2Se65a2zDqJV9Qu.adaptive-delivery-prevent-bg, #c5t36ifgCw3JFu91M2Se65a2zDqJV9Qu.lazyload, #c5t36ifgCw3JFu91M2Se65a2zDqJV9Qu.lazyloading { background-image: none; }
#c5t36ifgCw3JFu91M2Se65a2zDqJV9Qu::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#c5t36ifgCw3JFu91M2Se65a2zDqJV9Qu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(226,0,124,0.6); }#zmTC7vVKX5KT4ZNFIWAiW9gcryF0u5MI { color:#2f2f2f;display:block;width:350px;position:absolute;font-family:ubuntu;font-size:26px;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:149px;left:850px;height:31.2027px;font-style:normal;display:block; }
#TXqssqVUFUsNKrq9AdPbFH8sBlHysR9I { color:rgba(47,47,47,0.8);display:block;width:350px;position:absolute;font-family:ubuntu;font-size:16px;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:191.00012207031px;left:850.00004005432px;height:192.045px;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; }
#zPLm0q8bV7ATnDNlRgWFPbOruPtq7D8D { color:#2f2f2f;display:block;width:320px;position:absolute;font-family:ubuntu;font-size:26px;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:474.31259155273px;left:440.00000953674px;height:62.4053px;font-style:normal;display:block; }
#GT8HodDZnL8ifvJXTqgg6ZAbgTJpiqcJ { color:rgba(47,47,47,0.8);display:block;width:320px;position:absolute;font-family:ubuntu;font-size:16px;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:547.5px;left:440px;height:144.034px;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; }
#fS4Ft5CJwJum8aJg3HgwUVdaoGcKQskg { position:relative;display:block; }#fS4Ft5CJwJum8aJg3HgwUVdaoGcKQskg { background-color: transparent; background-image: none; }#fS4Ft5CJwJum8aJg3HgwUVdaoGcKQskg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fS4Ft5CJwJum8aJg3HgwUVdaoGcKQskg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fS4Ft5CJwJum8aJg3HgwUVdaoGcKQskg > .row .container > .video-iframe-container { display: none; }#fS4Ft5CJwJum8aJg3HgwUVdaoGcKQskg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fS4Ft5CJwJum8aJg3HgwUVdaoGcKQskg > .row > .video-iframe-container { display: none; }#fS4Ft5CJwJum8aJg3HgwUVdaoGcKQskg > .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); }#fS4Ft5CJwJum8aJg3HgwUVdaoGcKQskg { border-width: 0; border-radius: 0; }#fS4Ft5CJwJum8aJg3HgwUVdaoGcKQskg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fS4Ft5CJwJum8aJg3HgwUVdaoGcKQskg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:130px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#242728;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 > .row .container { background-color: transparent; background-image: none; }#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 > .row .container > .video-iframe-container { display: none; }#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 > .row > .video-iframe-container { display: none; }#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 > .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); }#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 > .row .container { border-width: 0; border-radius: 0; }#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 > .row .container { font-size:14px;font-family:arial;height:150px;width:1200px;position:relative;display:block; }#dZ4CDTUGTWJWmBZ89rP5OoRw4ZO4leHk { position:absolute;display:block;z-index:15001;background-color:#e2007c;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:88px;width:1px;top:32px;left:0px;display:block; }
#TOz8GmZwqTCfICmftHnS0PU7yT8cVy6r { color:#ffffff;display:block;width:1170px;position:absolute;font-family:ubuntu;font-size:36px;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:54px;left:30px;height:43.2008px;font-style:normal;display:block; }
#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#242728;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h > .row .container { background-color: transparent; background-image: none; }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h > .row .container > .video-iframe-container { display: none; }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h > .row > .video-iframe-container { display: none; }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h > .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); }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h > .row .container { border-width: 0; border-radius: 0; }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h > .row .container { font-size:14px;font-family:arial;height:514px;width:1200px;position:relative;display:block; }#P0PKAWGeKXgDTM5iF9DrCBICiyzLfkfG { position:absolute;display:block;z-index:15001;background-color:#242728;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 20px #242728 ;height:400px;width:595px;top:0px;left:0px;display:block; }
#NEKOcUSM8Hq5OFT4RPvT5BLAx7DlV1KR { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/ILip77SbmOE/unsplash/albert-dera-ILip77SbmOE-photo-1506794778202-cad84cf45f1d.jpg");background-position:top 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;height:205px;width:205px;top:30px;left:30px;display:block; }#NEKOcUSM8Hq5OFT4RPvT5BLAx7DlV1KR.adaptive-delivery-prevent-bg, #NEKOcUSM8Hq5OFT4RPvT5BLAx7DlV1KR.lazyload, #NEKOcUSM8Hq5OFT4RPvT5BLAx7DlV1KR.lazyloading { background-image: none; }
#JI9QcO2e0r25uLATPNt6yR6QQXHqiRKK { color:#ffffff;display:block;width:268px;position:absolute;font-family:ubuntu;font-size:26px;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:78px;left:270.5px;height:33.7973px;font-style:normal;display:block; }
#IEn0wWSvUmSgad9MR6a4vTcHw5GsmII7 { color:#ffffff;display:block;width:221px;position:absolute;font-family:ubuntu;font-size:16px;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:124px;left:270.5px;height:24.0057px;font-style:normal;display:block; }
#FLuTlebTgE92nllsILsgWwbt5ERcmIZs { color:#ffffff;display:block;width:513px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:300;z-index:15026;line-height:1.7;letter-spacing:0;top:266.3125px;left:30px;height:214.176px;font-style:normal;display:block; }
#muasE60T4xnRJq4l0NPIO2LIhMhTzvb9 { position:absolute;display:block;z-index:15006;background-color:#242728;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 20px rgba(0,0,0,0.05) ;height:400px;width:592px;top:0px;left:608px;display:block; }
#UOZofqqCgNTHNyl3TKvybMrEiBc0sJAD { color:#ffffff;display:block;width:268px;position:absolute;font-family:ubuntu;font-size:26px;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:78px;left:879px;height:33.7973px;font-style:normal;display:block; }
#zcKTBFoQhr8eXscRMsnBkVPygp0AVGZu { color:#ffffff;display:block;width:221px;position:absolute;font-family:ubuntu;font-size:16px;font-weight:300;z-index:15032;line-height:1.5;letter-spacing:0;top:124px;left:879px;height:48.0114px;font-style:normal;display:block; }
#hTEezF0gKZzAX6c0C39B07uVH0WbkWU9 { color:#ffffff;display:block;width:530px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:300;z-index:15031;line-height:1.7;letter-spacing:0;top:266px;left:638px;height:152.983px;font-style:normal;display:block; }
#ZXxB8RddPa8vTEIF2VvOLNcXKQko3Rik { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/i2hoD-C2RUA/unsplash/prince-akachi-i2hoD-C2RUA-photo-1530785602389-07594beb8b73.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;height:205px;width:205px;top:30px;left:638px;display:block; }#ZXxB8RddPa8vTEIF2VvOLNcXKQko3Rik.adaptive-delivery-prevent-bg, #ZXxB8RddPa8vTEIF2VvOLNcXKQko3Rik.lazyload, #ZXxB8RddPa8vTEIF2VvOLNcXKQko3Rik.lazyloading { background-image: none; }
#XZG1y378R8sknaBCScvGKbEN641wmdte { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.8);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XZG1y378R8sknaBCScvGKbEN641wmdte > .row .container { background-color: transparent; background-image: none; }#XZG1y378R8sknaBCScvGKbEN641wmdte::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZG1y378R8sknaBCScvGKbEN641wmdte > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZG1y378R8sknaBCScvGKbEN641wmdte > .row .container > .video-iframe-container { display: none; }#XZG1y378R8sknaBCScvGKbEN641wmdte > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZG1y378R8sknaBCScvGKbEN641wmdte > .row > .video-iframe-container { display: none; }#XZG1y378R8sknaBCScvGKbEN641wmdte > .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); }#XZG1y378R8sknaBCScvGKbEN641wmdte > .row .container { border-width: 0; border-radius: 0; }#XZG1y378R8sknaBCScvGKbEN641wmdte > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XZG1y378R8sknaBCScvGKbEN641wmdte > .row .container { font-size:14px;font-family:arial;height:173px;width:1200px;position:relative;display:block; }#W3eC5Ax0qxos4kaDOboFTVcXaDrycL9H { color:#ffffff;display:block;width:1170px;position:absolute;font-family:ubuntu;font-size:36px;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:65px;left:30px;height:;font-style:normal;display:block; }
#ZRPWga78H6aM75n3vqm38cJWa3U5ESHI { position:absolute;display:block;z-index:15001;background-color:#e2007c;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:88px;width:1px;top:42.5px;left:0px;display:block; }
#hr4AKTgsJekJ66DShCIl9LHvMRcI0JsU { color:#000000;display:block;width:567px;position:absolute;font-family:ubuntu;font-size:36px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:109.0000038147px;left:316.50000953674px;height:46.7992px;text-align:center;text-align-last:center;display:block; }
#x3QfpiwXpFvGTKTOfa1QfdHuTHZCaBcZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x3QfpiwXpFvGTKTOfa1QfdHuTHZCaBcZ > .row .container { background-color: transparent; background-image: none; }#x3QfpiwXpFvGTKTOfa1QfdHuTHZCaBcZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3QfpiwXpFvGTKTOfa1QfdHuTHZCaBcZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3QfpiwXpFvGTKTOfa1QfdHuTHZCaBcZ > .row .container > .video-iframe-container { display: none; }#x3QfpiwXpFvGTKTOfa1QfdHuTHZCaBcZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3QfpiwXpFvGTKTOfa1QfdHuTHZCaBcZ > .row > .video-iframe-container { display: none; }#x3QfpiwXpFvGTKTOfa1QfdHuTHZCaBcZ > .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); }#x3QfpiwXpFvGTKTOfa1QfdHuTHZCaBcZ > .row .container { border-width: 0; border-radius: 0; }#x3QfpiwXpFvGTKTOfa1QfdHuTHZCaBcZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x3QfpiwXpFvGTKTOfa1QfdHuTHZCaBcZ > .row .container { font-size:14px;font-family:arial;height:557px;width:1200px;position:relative;display:block; }#bTABapudgofD786qdPM2scuBQA7yDoPS { position:absolute;display:block;z-index:15035;background-color:#e2007c;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:163px;top:121px;left:850px;display:block; }
#vyh1lWoFnKCqTnJlf5pEqbBc5nMdiTLI { color:#242728;display:block;width:350px;position:absolute;font-family:ubuntu;font-size:26px;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:82px;left:850px;height:31.2027px;font-style:normal;display:block; }
#hEC0G2uFIlkfITcMOwuf6Pg2fDmA4swn { color:#242728;display:block;width:308px;position:absolute;font-family:ubuntu;font-size:16px;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:141.99984741211px;left:862.00004005432px;height:111.023px;font-style:normal;display:block; }#hEC0G2uFIlkfITcMOwuf6Pg2fDmA4swn li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#hEC0G2uFIlkfITcMOwuf6Pg2fDmA4swn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_12ae7133f258ace481623dfa77cd4b32468b5b3b.svg); }
#QmiB9iZJso1TeGe7GzmHg4bgMfpPu8Kf { position:absolute;display:block;z-index:15036;background-color:#e2007c;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:163px;top:121.00009155273px;left:497.00004005432px;display:block; }
#oi5WzJ455fgMBH3mQvzEZC7PuHpJIpyV { color:#242728;display:block;width:204px;position:absolute;font-family:ubuntu;font-size:26px;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:82.000091552734px;left:474.00000953674px;height:31.2027px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i1Q22XcRbTwb2K1oDl6H3OPp3y4LLEIT { color:#242728;display:block;width:350px;position:absolute;font-family:ubuntu;font-size:16px;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:213px;left:474px;height:24.0057px;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; }
#ZVhXNImOQbRCdt6TcVlukTKCvXzHGbu9 { color:#242728;display:block;width:350px;position:absolute;font-family:ubuntu;font-size:16px;font-weight:300;z-index:15007;line-height:1.1;letter-spacing:0;top:151px;left:474px;height:35.2084px;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; }
#niq7HvVKVQ4i5UTaNWUTuCWiQb8ipsJ6 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:28px;width:28px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:154.59371948242px;left:432.16666603088px; }
#KsxrxvTDdRlsQCEoMK94o0cRKWDar0lt { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:26px;width:26px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:211.99996948242px;left:433.16666603088px; }
#aIDi9RfZDbDFGkdulqzHcs5KpQ7hickf { color:#242728;display:block;width:273px;position:absolute;font-family:ubuntu;font-size:16px;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:158.66667175293px;left:43.000001907349px;height:264.062px;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; }
#mGpghAXbyWfFw84gCPrnZDbXfIvtK8Um { position:absolute;display:block;z-index:15039;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:53px;width:77px;top:468.50002288818px;left:56.500001907349px;overflow:hidden;display:block; }
#KT8CNMSnDLdd81AaTnUR1pdUHHx8C7bG { background-color:#e2007c;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-sizing:border-box;color:#f0eaed;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:ubuntu;font-size:24px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:215.99px;height:50px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:399.66668701172px;left:862.00004005432px;display:block; }
#EQdJ8tnHnA7NktBoOxLU0mQXCSTPdoD3 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#h3SzwriXDBwH8iMXJWWRi0U1z11ETkHP { position:absolute;display:block;z-index:15016;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:204px;width:204px;top:0px;left:43.000001907349px;overflow:hidden;display:block; }
#okGGVUIxOMnWtBWHA5aNDZftuz8Jl6ri { position:absolute;display:block;z-index:15040;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:159px;width:389px;top:379.00002288818px;left:384.00000953674px;overflow:hidden;display:block; }
#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/44468174-b29d-4d33-936a-7b38aafef4da/cze63xy7.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b.adaptive-delivery-prevent-bg, #xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b.lazyload, #xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b.lazyloading { background-image: none; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row .container { background-color: transparent; background-image: none; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(226,0,124,0.8); }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row .container > .video-iframe-container { display: none; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(226,0,124,0.8); }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row > .video-iframe-container { display: none; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .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); }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row .container { border-width: 0; border-radius: 0; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row .container { font-size:14px;font-family:arial;height:714px;width:1200px;position:relative;display:block; }#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-form-header {  }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:14px;font-weight:400;color:#1c1c1c;width:391px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;line-height:1;overflow:hidden; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:1px solid rgba(28,28,28,0.48);border-left:1px solid rgba(28,28,28,0.48);border-right:1px solid rgba(28,28,28,0.48);border-bottom:1px solid rgba(28,28,28,0.48);padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:391px;box-sizing:border-box;height:41px;color:#2d3137;font-size:14px;overflow:hidden;font-family:ubuntu; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:1px solid rgba(28,28,28,0.48);border-left:1px solid rgba(28,28,28,0.48);border-right:1px solid rgba(28,28,28,0.48);border-bottom:1px solid rgba(28,28,28,0.48);padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:391px;box-sizing:border-box;height:70px;color:#2d3137;font-size:14px;overflow:hidden;font-family:ubuntu; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:1px solid rgba(28,28,28,0.48);border-left:1px solid rgba(28,28,28,0.48);border-right:1px solid rgba(28,28,28,0.48);border-bottom:1px solid rgba(28,28,28,0.48);padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:391px;box-sizing:border-box;height:40px;color:#2d3137;font-family:ubuntu;font-size:14px;overflow:hidden; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#1c1c1c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:235px;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:16px;font-weight:700;color:#ffffff;width:211px;height:55px;font-family:ubuntu;overflow:hidden;font-style:normal; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:14px; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:14px; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:14px; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:14px; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:ubuntu;line-height:1.2;font-size:12px;font-weight:300;color:#2d3137;vertical-align:top;width:423px;overflow:hidden;font-style:normal; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:ubuntu;font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-container { padding-top:3px;padding-right:0;padding-bottom:2px;padding-left:0;width:100%;font-size:0;height:auto; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-container:first-of-type{padding-top:0;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-container:last-of-type{padding-bottom:0;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2  { background-color:rgba(0,0,0,0);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:446px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:247.59375762939px;left:79.500001907349px; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:391px; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 {display:block;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 { background-color:rgba(0,0,0,0);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:446px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:247.59375762939px;left:79.500001907349px; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #Xbl1cVy9m82xgkyQniZBQFuCHatqHELJ { position:relative; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #lZ7TVCI5MkAwJG7pmo8hWqPfOvb0RT0f { position:relative;display:block; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #yZU5tBg4e2QCiVam0xZu6SmsOdJ2a6Ka { position:relative; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #HQPxCOGLNeiP0vMvLOUTT2sZ3GLuXppv { position:relative; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #Mif5z8W83fc4ptQBauaTVu1BGpDE6M7m { position:relative;display:block; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #Jm4HDDepqgZVVl27ZkRygL6dzuMF2rL5 { position:relative; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #qqWH691zG7cPqyPzQMKOEgIfBxSR02xT { position:relative; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #bV9kxSxyyqfr2o8FO7oFERcJ494pBOlM { position:relative;display:block; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #I2vEx4VmRR4qC3TOCInmMWLMtuRGM2uM { position:relative; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #GCrQ8HTWXA3hrM1XnZDsSPB3X68c35KT { position:relative; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #ycrsIy2KHRlKVz0IKLhqTmtlpx86mkdh { position:relative;z-index:2; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #VUXzrFsmH95EMqX4AoEnV0OL74TDf1ot { position:relative; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #O8TUq2WqftVDUIMTX4lznbcundkC6wkE { position:relative; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #WbdJoKx6WhHGDKVMZoq4p7yhTlOp8dnc { position:relative; }
#xk6mKoqLT2qIV5s5Fpboi0H6EKLE24iQ { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:450px;width:600px;top:131.32314300537px;left:598.66666603088px;display:block; }
#iTuJTwAs4raayoVf0lFE8mpTW6BLk1mz { color:#ffffff;display:block;width:439px;position:absolute;font-family:ubuntu;font-size:36px;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:100.2812538147px;left:68.166666030884px;height:86.4015px;font-style:normal;display:block; }
#RVz6pKyzJII0TLevXE3n7Tmeb5Pcr8K3 { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:88px;width:1px;top:30px;left:1px;display:block; }
#cHTv337IWTeUG9qxWrLF35VkkFDF89as { color:#ffffff;display:block;width:347px;position:absolute;font-family:ubuntu;font-size:60px;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:233.59397888184px;left:692.00004005432px;height:144px;font-style:normal;display:block; }
#t2RwfMkkGsDSFCUatnMfTcm8SR9vOdy9 { color:#ffffff;display:block;width:347px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:400;z-index:15027;line-height:1.7;letter-spacing:0;top:333.00018310547px;left:837.00004005432px;height:61.1932px;font-style:normal;display:block; }
#EiHCS1Mi6VeDqXXDTBvoyzQK5nnmc89O { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:397px;width:574px;top:194px;left:0px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XT4fZvODSBLTCkpK8JnblGK0dO1xL040 { display:block; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G8g1J0Hgy2hTtrnet0GLJm7r0LrArNSA { top:178px;left:0px;width:382px;height:163px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #JU7hcipVdpF8iTyV38LPugoOQkyyAuNX { top:364px;left:0px;width:365px;height:91px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TpMPv4NaFmTcECBarlKKDNzErN5rz67U { width:190px;height:43px;top:196px;left:574px;display:block; }
 }@media only screen and (max-width: 763px) { #FPtX3siTkFcEJxQuTlCndRvTtKnF9Lpo { display:block; }
 }@media only screen and (max-width: 763px) { #MQTKtiQyQbEZ1F4A7GwJZUklsBoTto7b { width:190px;height:43px;top:238px;left:574px;display:block; }
 }@media only screen and (max-width: 763px) { #MbRS3ppbDPmFFvLGacNupCx9g3cmgbHN { display:block; }
 }@media only screen and (max-width: 763px) { #Exe6BCosC261L2tzK5wG4npL97RB28ZJ { top:162px;left:0px;width:468px;height:578px;display:block; }
 }@media only screen and (max-width: 763px) { #CUQVUTUEdVQ9bVFy5ZzaBpKikznWLuMs { top:151px;left:547px;width:217px;height:214px;display:block; }
 }@media only screen and (max-width: 763px) { #yl5JJF3GLOrIPr04a7AiFG0PtqE7CvBZ { top:262px;left:0px;width:293px;height:451px;display:block; }
 }@media only screen and (max-width: 763px) { #Wawc0swkgezDsCSRzAcDTTa9skvADWlS { top:214px;left:0px;width:285px;height:347px;display:block; }
 }@media only screen and (max-width: 763px) { #fv7QaMTHqtKuQ8beRqKiVn4M9rQStUR4 { top:152px;left:742px;width:1px;height:300px;display:block; }
 }@media only screen and (max-width: 763px) { #tJzZ6siNkZwWZimLS1m0Mf4DQyNGJtu3 { width:190px;height:43px;top:280px;left:574px;display:block; }
 }@media only screen and (max-width: 763px) { #rAkTQeW0WTVNl21LGQihkiRsGiS4M88V { display:block; }
 }@media only screen and (max-width: 763px) { #ln5KecozUQ3hxxrgTs3dhsE444mS6TWE { width:215px;height:50px;top:541px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #plrStLQ7xENKVqCTAi2Q9iaAaPO5stV6 { display:block; }
 }@media only screen and (max-width: 763px) { #lRMu9hqroTqR3TIUslRVpM9hHR15fytI { top:0px;left:0px;width:214px;height:130px;display:block; }
 }@media only screen and (max-width: 763px) { #NIeboImZymNakOm7JWVO4HySTxc3AHP6 { top:0px;left:0px;width:215px;height:84px;display:block; }
 }@media only screen and (max-width: 763px) { #a6q7snPs1cCy0v6nyJtFWU83pTXX4MXx { width:333px;height:50px;top:615px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #NevPzMTHls5VF1byWwZTV8N9EP9CXTSi { display:block; }
 }@media only screen and (max-width: 763px) { #lZpPmvaEJgxbChCwGiwKsf64RbR32NQk { display:block; }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w3fR2E6LdkfgCOaTbkysAr7VC5FEak5E { top:105px;left:325px;width:439px;height:43px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #TCJTThaaHfAfkm0xTCnPsCnhVggIPD27 { top:190px;left:240px;width:524px;height:108px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CMIqBtGJUkzf1mbgbuF4hnwNGNcyTI17 { top:82px;left:0px;width:542px;height:390px;display:block; }
 }@media only screen and (max-width: 763px) { #OoswSlXdTD4ZRrzADIpWDPHLrvdcDTMS { top:82px;left:458px;width:1px;height:88px;display:block; }
 }@media only screen and (max-width: 763px) { #rraT4Jf2l8Ttu8GHJCPEOTUOZyVH3vGK { top:600px;left:0px;width:551px;height:43px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #MmEicN5d3ThhlOiFxdXu9g5T1zSWuMM6 { top:680px;left:0px;width:586px;height:163px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #QZZvRI6Vn29VpZwaxoHbUoNkIlTofP2p { top:563px;left:0px;width:1px;height:118px;display:block; }
 }@media only screen and (max-width: 763px) { #ysJ0Hz0bCCodOU1Of58xog4rfXTqNUGm { top:634px;left:404px;width:350px;height:256px;display:block; }
 }@media only screen and (max-width: 763px) { #zFphdG6BX15CCH6AyTzJPrW1amXbxdP8 { width:215px;height:50px;top:872px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #zPWsZl7MXl9oV6EtQsDg2D1d9a9mPnqo { display:block; }
 }@media only screen and (max-width: 763px) { #WytLf4faeIZ96xagCnI3owlmmNboEvKC { display:block; }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FdM9rqtKFZh0DQPmya4fol5w1U8fLdZz { top:32px;left:0px;width:1px;height:88px;display:block; }
 }@media only screen and (max-width: 763px) { #rcTykTFgTu1U2wondefRDPPrfCuNgKvC { top:53px;left:0px;width:764px;height:43px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #ScxarVoLtL49v0PTNiAn6kZxt1Am8857 { display:block; }#ScxarVoLtL49v0PTNiAn6kZxt1Am8857 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mqwgl8rUDQPhxhAJIlTrS1TpBIo2kLer { top:149px;left:0px;width:350px;height:31px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #igL6P8PNKiFHSU5AkhPVlpkR5dCtaP2D { top:201px;left:0px;width:350px;height:144px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #zkX4rlb3T7vJMWxSPPvqsFVtM2STeKvb { top:404px;left:0px;width:400px;height:335px;display:block; }
 }@media only screen and (max-width: 763px) { #STUru5gfU086KBuUsufyXidzMSBn5n7h { top:69px;left:182.00000953674px;width:400px;height:335px;display:block; }
 }@media only screen and (max-width: 763px) { #c5t36ifgCw3JFu91M2Se65a2zDqJV9Qu { top:404px;left:364px;width:400px;height:335px;display:block; }
 }@media only screen and (max-width: 763px) { #zmTC7vVKX5KT4ZNFIWAiW9gcryF0u5MI { top:149px;left:414px;width:350px;height:31px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #TXqssqVUFUsNKrq9AdPbFH8sBlHysR9I { top:191px;left:414px;width:350px;height:192px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #zPLm0q8bV7ATnDNlRgWFPbOruPtq7D8D { top:474px;left:222.00000953674px;width:320px;height:62px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #GT8HodDZnL8ifvJXTqgg6ZAbgTJpiqcJ { top:547px;left:222.00000953674px;width:320px;height:144px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #fS4Ft5CJwJum8aJg3HgwUVdaoGcKQskg { display:block; }#fS4Ft5CJwJum8aJg3HgwUVdaoGcKQskg > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 { display:block; }#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dZ4CDTUGTWJWmBZ89rP5OoRw4ZO4leHk { top:32px;left:0px;width:1px;height:88px;display:block; }
 }@media only screen and (max-width: 763px) { #TOz8GmZwqTCfICmftHnS0PU7yT8cVy6r { top:54px;left:0px;width:764px;height:43px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h { display:block; }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P0PKAWGeKXgDTM5iF9DrCBICiyzLfkfG { top:0px;left:0px;width:595px;height:400px;display:block; }
 }@media only screen and (max-width: 763px) { #NEKOcUSM8Hq5OFT4RPvT5BLAx7DlV1KR { top:30px;left:0px;width:205px;height:205px;display:block; }
 }@media only screen and (max-width: 763px) { #JI9QcO2e0r25uLATPNt6yR6QQXHqiRKK { top:78px;left:52.500009536743px;width:268px;height:33px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #IEn0wWSvUmSgad9MR6a4vTcHw5GsmII7 { top:124px;left:52.500009536743px;width:221px;height:24px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #FLuTlebTgE92nllsILsgWwbt5ERcmIZs { top:266px;left:0px;width:513px;height:214px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #muasE60T4xnRJq4l0NPIO2LIhMhTzvb9 { top:0px;left:169px;width:592px;height:400px;display:block; }
 }@media only screen and (max-width: 763px) { #UOZofqqCgNTHNyl3TKvybMrEiBc0sJAD { top:78px;left:496px;width:268px;height:33px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #zcKTBFoQhr8eXscRMsnBkVPygp0AVGZu { top:124px;left:543px;width:221px;height:48px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hTEezF0gKZzAX6c0C39B07uVH0WbkWU9 { top:266px;left:234px;width:530px;height:152px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #ZXxB8RddPa8vTEIF2VvOLNcXKQko3Rik { top:30px;left:420px;width:205px;height:205px;display:block; }
 }@media only screen and (max-width: 763px) { #XZG1y378R8sknaBCScvGKbEN641wmdte { display:block; }#XZG1y378R8sknaBCScvGKbEN641wmdte > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W3eC5Ax0qxos4kaDOboFTVcXaDrycL9H { top:65px;left:0px;width:764px;height:;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #ZRPWga78H6aM75n3vqm38cJWa3U5ESHI { top:42px;left:0px;width:1px;height:88px;display:block; }
 }@media only screen and (max-width: 763px) { #hr4AKTgsJekJ66DShCIl9LHvMRcI0JsU { top:109px;left:98.500009536743px;width:567px;height:46px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #x3QfpiwXpFvGTKTOfa1QfdHuTHZCaBcZ { display:block; }#x3QfpiwXpFvGTKTOfa1QfdHuTHZCaBcZ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTABapudgofD786qdPM2scuBQA7yDoPS { top:121px;left:601px;width:163px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #vyh1lWoFnKCqTnJlf5pEqbBc5nMdiTLI { top:82px;left:414px;width:350px;height:31px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #hEC0G2uFIlkfITcMOwuf6Pg2fDmA4swn { top:141px;left:456px;width:308px;height:111px;font-size:16px;display:block; }#hEC0G2uFIlkfITcMOwuf6Pg2fDmA4swn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_12ae7133f258ace481623dfa77cd4b32468b5b3b.svg); }
 }@media only screen and (max-width: 763px) { #QmiB9iZJso1TeGe7GzmHg4bgMfpPu8Kf { top:121px;left:279.00004005432px;width:163px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #oi5WzJ455fgMBH3mQvzEZC7PuHpJIpyV { top:82px;left:256.00000953674px;width:204px;height:31px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #i1Q22XcRbTwb2K1oDl6H3OPp3y4LLEIT { top:213px;left:256px;width:350px;height:24px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ZVhXNImOQbRCdt6TcVlukTKCvXzHGbu9 { top:151px;left:256px;width:350px;height:35px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #niq7HvVKVQ4i5UTaNWUTuCWiQb8ipsJ6 { top:154px;left:214.16666603088px;width:28px;height:28px;display:block; }
 }@media only screen and (max-width: 763px) { #KsxrxvTDdRlsQCEoMK94o0cRKWDar0lt { top:211px;left:215.16666603088px;width:26px;height:26px;display:block; }
 }@media only screen and (max-width: 763px) { #aIDi9RfZDbDFGkdulqzHcs5KpQ7hickf { top:158px;left:0px;width:273px;height:264px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #mGpghAXbyWfFw84gCPrnZDbXfIvtK8Um { top:468px;left:0px;width:77px;height:53px;display:block; }
 }@media only screen and (max-width: 763px) { #KT8CNMSnDLdd81AaTnUR1pdUHHx8C7bG { width:215px;height:50px;top:399px;left:549px;display:block; }
 }@media only screen and (max-width: 763px) { #EQdJ8tnHnA7NktBoOxLU0mQXCSTPdoD3 { display:block; }
 }@media only screen and (max-width: 763px) { #h3SzwriXDBwH8iMXJWWRi0U1z11ETkHP { top:0px;left:0px;width:204px;height:204px;display:block; }
 }@media only screen and (max-width: 763px) { #okGGVUIxOMnWtBWHA5aNDZftuz8Jl6ri { top:379px;left:166.00000953674px;width:389px;height:159px;display:block; }
 }@media only screen and (max-width: 763px) { #xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b { display:block; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-regular-label { width:446px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-text { width:446px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-textarea { width:446px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-select { width:446px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-button { width:240px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-checkbox-label { width:424px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2  { width:446px;height:288px;top:247px;left:0px; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .radio-container { width:446px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 {display:block;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 { width:446px;height:288px;top:247px;left:0px; }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #Xbl1cVy9m82xgkyQniZBQFuCHatqHELJ {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #lZ7TVCI5MkAwJG7pmo8hWqPfOvb0RT0f { display:block; }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #yZU5tBg4e2QCiVam0xZu6SmsOdJ2a6Ka {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #HQPxCOGLNeiP0vMvLOUTT2sZ3GLuXppv {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #Mif5z8W83fc4ptQBauaTVu1BGpDE6M7m { display:block; }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #Jm4HDDepqgZVVl27ZkRygL6dzuMF2rL5 {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #qqWH691zG7cPqyPzQMKOEgIfBxSR02xT {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #bV9kxSxyyqfr2o8FO7oFERcJ494pBOlM { display:block; }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #I2vEx4VmRR4qC3TOCInmMWLMtuRGM2uM {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #GCrQ8HTWXA3hrM1XnZDsSPB3X68c35KT {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #ycrsIy2KHRlKVz0IKLhqTmtlpx86mkdh {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #VUXzrFsmH95EMqX4AoEnV0OL74TDf1ot {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #O8TUq2WqftVDUIMTX4lznbcundkC6wkE {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #WbdJoKx6WhHGDKVMZoq4p7yhTlOp8dnc {  }
 }@media only screen and (max-width: 763px) { #xk6mKoqLT2qIV5s5Fpboi0H6EKLE24iQ { top:131px;left:162px;width:600px;height:450px;display:block; }
 }@media only screen and (max-width: 763px) { #iTuJTwAs4raayoVf0lFE8mpTW6BLk1mz { top:100px;left:0px;width:439px;height:86px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #RVz6pKyzJII0TLevXE3n7Tmeb5Pcr8K3 { top:30px;left:0px;width:1px;height:88px;display:block; }
 }@media only screen and (max-width: 763px) { #cHTv337IWTeUG9qxWrLF35VkkFDF89as { top:233px;left:417px;width:347px;height:144px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #t2RwfMkkGsDSFCUatnMfTcm8SR9vOdy9 { top:333px;left:417px;width:347px;height:61px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #EiHCS1Mi6VeDqXXDTBvoyzQK5nnmc89O { top:194px;left:0px;width:574px;height:397px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XT4fZvODSBLTCkpK8JnblGK0dO1xL040 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7fe13a06-8352-46c8-9002-3d13422faeee/d193bd96504a4fcf855d24ce61e0f007.preview.mirror.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040.adaptive-delivery-prevent-bg, #XT4fZvODSBLTCkpK8JnblGK0dO1xL040.lazyload, #XT4fZvODSBLTCkpK8JnblGK0dO1xL040.lazyloading { background-image: none; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container { background-color: transparent; background-image: none; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(171,108,131,0.66); }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container > .video-iframe-container { display: none; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(171,108,131,0.66); }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row > .video-iframe-container { display: none; }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .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); }#XT4fZvODSBLTCkpK8JnblGK0dO1xL040 > .row .container { width:320px;height:1122px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G8g1J0Hgy2hTtrnet0GLJm7r0LrArNSA { width:260px;height:115.152px;top:167.5px;left:30.000001907349px;font-size:24px;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JU7hcipVdpF8iTyV38LPugoOQkyyAuNX { width:260px;height:96.0227px;top:303.49432373047px;left:30.000000953674px;font-size:16px;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TpMPv4NaFmTcECBarlKKDNzErN5rz67U { width:132px;height:43px;top:711.66665649414px;left:126.32291603088px;display:block; }
 }@media only screen and (max-width: 763px) { #FPtX3siTkFcEJxQuTlCndRvTtKnF9Lpo { display:block; }
 }@media only screen and (max-width: 763px) { #MQTKtiQyQbEZ1F4A7GwJZUklsBoTto7b { width:202px;height:43px;top:754.66668701172px;left:59.000001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #MbRS3ppbDPmFFvLGacNupCx9g3cmgbHN { display:block; }
 }@media only screen and (max-width: 763px) { #Exe6BCosC261L2tzK5wG4npL97RB28ZJ { width:320px;height:405px;top:49.166912078857px;left:0px;background-color:#fafbfb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #CUQVUTUEdVQ9bVFy5ZzaBpKikznWLuMs { width:255px;height:277px;top:699px;left:32.500001907349px;background-color:rgba(226,0,124,0.8);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) { #yl5JJF3GLOrIPr04a7AiFG0PtqE7CvBZ { width:289px;height:309px;top:286.33349609375px;left:31px;display:none; }
 }@media only screen and (max-width: 763px) { #Wawc0swkgezDsCSRzAcDTTa9skvADWlS { width:197px;height:105px;top:232px;left:14.000001907349px;display:none; }
 }@media only screen and (max-width: 763px) { #fv7QaMTHqtKuQ8beRqKiVn4M9rQStUR4 { width:1px;height:309px;top:446px;left:159px;display:none; }
 }@media only screen and (max-width: 763px) { #tJzZ6siNkZwWZimLS1m0Mf4DQyNGJtu3 { width:190px;height:43px;top:797.66668701172px;left:68.989587783813px;display:block; }
 }@media only screen and (max-width: 763px) { #rAkTQeW0WTVNl21LGQihkiRsGiS4M88V { display:block; }
 }@media only screen and (max-width: 763px) { #ln5KecozUQ3hxxrgTs3dhsE444mS6TWE { width:215px;height:50px;top:528.86462402344px;left:43.989583969116px;z-index:15012;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #plrStLQ7xENKVqCTAi2Q9iaAaPO5stV6 { display:block; }
 }@media only screen and (max-width: 763px) { #lRMu9hqroTqR3TIUslRVpM9hHR15fytI { width:214px;height:130px;top:0px;left:53px;display:none; }
 }@media only screen and (max-width: 763px) { #NIeboImZymNakOm7JWVO4HySTxc3AHP6 { width:215px;height:84px;top:64.16667175293px;left:52.500001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #a6q7snPs1cCy0v6nyJtFWU83pTXX4MXx { width:320px;height:48px;top:592px;left:0px;z-index:15012;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #NevPzMTHls5VF1byWwZTV8N9EP9CXTSi { display:block; }
 }@media only screen and (max-width: 763px) { #lZpPmvaEJgxbChCwGiwKsf64RbR32NQk { display:block; }#lZpPmvaEJgxbChCwGiwKsf64RbR32NQk > .row .container { width:320px;height:1395px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w3fR2E6LdkfgCOaTbkysAr7VC5FEak5E { width:256px;height:33.5985px;top:368px;left:32px;font-size:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TCJTThaaHfAfkm0xTCnPsCnhVggIPD27 { width:320px;height:163.239px;top:421.5938px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CMIqBtGJUkzf1mbgbuF4hnwNGNcyTI17 { width:320px;height:199px;top:19px;left:0px;background-color:#1d1e20;background-image:url("https://images.assets-landingi.com/uc/7fe13a06-8352-46c8-9002-3d13422faeee/d193bd96504a4fcf855d24ce61e0f007.preview.mirror.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#CMIqBtGJUkzf1mbgbuF4hnwNGNcyTI17.adaptive-delivery-prevent-bg, #CMIqBtGJUkzf1mbgbuF4hnwNGNcyTI17.lazyload, #CMIqBtGJUkzf1mbgbuF4hnwNGNcyTI17.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #OoswSlXdTD4ZRrzADIpWDPHLrvdcDTMS { width:1px;height:33px;top:367.92734715234px;left:50.666666030884px;display:block; }
 }@media only screen and (max-width: 763px) { #rraT4Jf2l8Ttu8GHJCPEOTUOZyVH3vGK { width:279px;height:33.5985px;top:739.9688px;left:20px;font-size:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MmEicN5d3ThhlOiFxdXu9g5T1zSWuMM6 { width:320px;height:272.0644px;top:793.5626px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QZZvRI6Vn29VpZwaxoHbUoNkIlTofP2p { width:1px;height:39px;top:733.89585301172px;left:49.666666030884px;display:block; }
 }@media only screen and (max-width: 763px) { #ysJ0Hz0bCCodOU1Of58xog4rfXTqNUGm { width:320px;height:220px;top:1155.5316px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #zFphdG6BX15CCH6AyTzJPrW1amXbxdP8 { width:215px;height:50px;top:1085.5316px;left:52px;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #zPWsZl7MXl9oV6EtQsDg2D1d9a9mPnqo { display:block; }
 }@media only screen and (max-width: 763px) { #WytLf4faeIZ96xagCnI3owlmmNboEvKC { display:block; }#WytLf4faeIZ96xagCnI3owlmmNboEvKC > .row .container { width:320px;height:246px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FdM9rqtKFZh0DQPmya4fol5w1U8fLdZz { width:1px;height:88px;top:141.41667175293px;left:23.666666030884px;display:block; }
 }@media only screen and (max-width: 763px) { #rcTykTFgTu1U2wondefRDPPrfCuNgKvC { width:243px;height:100.795px;top:135.01042175293px;left:38.500001907349px;font-size:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ScxarVoLtL49v0PTNiAn6kZxt1Am8857 { display:block; }#ScxarVoLtL49v0PTNiAn6kZxt1Am8857 > .row .container { width:320px;height:1022px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mqwgl8rUDQPhxhAJIlTrS1TpBIo2kLer { width:189px;height:57.5833px;top:43.97917175293px;left:0px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #igL6P8PNKiFHSU5AkhPVlpkR5dCtaP2D { width:320px;height:168.04px;top:175.1458px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zkX4rlb3T7vJMWxSPPvqsFVtM2STeKvb { width:100px;height:100px;top:43.96883392334px;left:193.00000953674px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/27da1851-4ecd-43d3-87ab-1c58ee53b858/happyman.webp");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zkX4rlb3T7vJMWxSPPvqsFVtM2STeKvb.adaptive-delivery-prevent-bg, #zkX4rlb3T7vJMWxSPPvqsFVtM2STeKvb.lazyload, #zkX4rlb3T7vJMWxSPPvqsFVtM2STeKvb.lazyloading { background-image: none; }
#zkX4rlb3T7vJMWxSPPvqsFVtM2STeKvb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(226,0,124,0.6); } }@media only screen and (max-width: 763px) { #STUru5gfU086KBuUsufyXidzMSBn5n7h { width:100px;height:100px;top:381.32292175293px;left:10.666666030884px;display:block; }
 }@media only screen and (max-width: 763px) { #c5t36ifgCw3JFu91M2Se65a2zDqJV9Qu { width:100px;height:100px;top:716.52084350586px;left:193.00000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #zmTC7vVKX5KT4ZNFIWAiW9gcryF0u5MI { width:193px;height:57.5833px;top:402.54182434082px;left:127.00000953674px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TXqssqVUFUsNKrq9AdPbFH8sBlHysR9I { width:320px;height:216.051px;top:481.13542175293px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zPLm0q8bV7ATnDNlRgWFPbOruPtq7D8D { width:172px;height:100.795px;top:716.14576721191px;left:0px;font-size:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GT8HodDZnL8ifvJXTqgg6ZAbgTJpiqcJ { width:311px;height:144.034px;top:869.91668701172px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fS4Ft5CJwJum8aJg3HgwUVdaoGcKQskg { display:block; }#fS4Ft5CJwJum8aJg3HgwUVdaoGcKQskg > .row .container { width:320px;height:100px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 { display:block; }#i6uGf62U9xiFdVFgF2V3sf7grGkoZqD9 > .row .container { width:320px;height:155px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dZ4CDTUGTWJWmBZ89rP5OoRw4ZO4leHk { width:1px;height:30px;top:63.5px;left:80.000001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #TOz8GmZwqTCfICmftHnS0PU7yT8cVy6r { width:266px;height:33.5985px;top:61.6875px;left:27.000001907349px;font-size:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h { display:block; }#NxC7Hp1FQeTlG3UDGvSCMPrN7sTSRR1h > .row .container { width:320px;height:1015.000244140625px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P0PKAWGeKXgDTM5iF9DrCBICiyzLfkfG { width:320px;height:371px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #NEKOcUSM8Hq5OFT4RPvT5BLAx7DlV1KR { width:132px;height:205px;top:50px;left:30.000001907349px;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/ILip77SbmOE/unsplash/albert-dera-ILip77SbmOE-photo-1506794778202-cad84cf45f1d.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#NEKOcUSM8Hq5OFT4RPvT5BLAx7DlV1KR.adaptive-delivery-prevent-bg, #NEKOcUSM8Hq5OFT4RPvT5BLAx7DlV1KR.lazyload, #NEKOcUSM8Hq5OFT4RPvT5BLAx7DlV1KR.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #JI9QcO2e0r25uLATPNt6yR6QQXHqiRKK { width:133px;height:57.178px;top:98px;left:187px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #IEn0wWSvUmSgad9MR6a4vTcHw5GsmII7 { width:133px;height:24.0057px;top:144px;left:187px;font-size:16px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #FLuTlebTgE92nllsILsgWwbt5ERcmIZs { width:281px;height:237.879px;top:286.31253051758px;left:30.000001907349px;font-size:14px;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #muasE60T4xnRJq4l0NPIO2LIhMhTzvb9 { width:320px;height:386px;top:559px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #UOZofqqCgNTHNyl3TKvybMrEiBc0sJAD { width:133px;height:57.178px;top:588.46878051758px;left:187.00000953674px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #zcKTBFoQhr8eXscRMsnBkVPygp0AVGZu { width:127px;height:72.017px;top:645.00003051758px;left:193.00000953674px;font-size:16px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #hTEezF0gKZzAX6c0C39B07uVH0WbkWU9 { width:281px;height:190.303px;top:825px;left:30px;font-size:14px;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #ZXxB8RddPa8vTEIF2VvOLNcXKQko3Rik { width:132px;height:205px;top:589px;left:30px;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/i2hoD-C2RUA/unsplash/prince-akachi-i2hoD-C2RUA-photo-1530785602389-07594beb8b73.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ZXxB8RddPa8vTEIF2VvOLNcXKQko3Rik.adaptive-delivery-prevent-bg, #ZXxB8RddPa8vTEIF2VvOLNcXKQko3Rik.lazyload, #ZXxB8RddPa8vTEIF2VvOLNcXKQko3Rik.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #XZG1y378R8sknaBCScvGKbEN641wmdte { background-color:#ffffff;background-image:none;display:block; }#XZG1y378R8sknaBCScvGKbEN641wmdte > .row .container { background-color: transparent; background-image: none; }#XZG1y378R8sknaBCScvGKbEN641wmdte::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZG1y378R8sknaBCScvGKbEN641wmdte > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZG1y378R8sknaBCScvGKbEN641wmdte > .row .container > .video-iframe-container { display: none; }#XZG1y378R8sknaBCScvGKbEN641wmdte > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZG1y378R8sknaBCScvGKbEN641wmdte > .row > .video-iframe-container { display: none; }#XZG1y378R8sknaBCScvGKbEN641wmdte > .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); }#XZG1y378R8sknaBCScvGKbEN641wmdte > .row .container { width:320px;height:171px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W3eC5Ax0qxos4kaDOboFTVcXaDrycL9H { width:286px;height:0;top:41px;left:17px;font-size:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZRPWga78H6aM75n3vqm38cJWa3U5ESHI { width:1px;height:79px;top:63.09375px;left:16.666666030884px;display:block; }
 }@media only screen and (max-width: 763px) { #hr4AKTgsJekJ66DShCIl9LHvMRcI0JsU { width:320px;height:83.1875px;top:61px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x3QfpiwXpFvGTKTOfa1QfdHuTHZCaBcZ { background-color:#ffffff;background-image:none;display:block; }#x3QfpiwXpFvGTKTOfa1QfdHuTHZCaBcZ > .row .container { background-color: transparent; background-image: none; }#x3QfpiwXpFvGTKTOfa1QfdHuTHZCaBcZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3QfpiwXpFvGTKTOfa1QfdHuTHZCaBcZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3QfpiwXpFvGTKTOfa1QfdHuTHZCaBcZ > .row .container > .video-iframe-container { display: none; }#x3QfpiwXpFvGTKTOfa1QfdHuTHZCaBcZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x3QfpiwXpFvGTKTOfa1QfdHuTHZCaBcZ > .row > .video-iframe-container { display: none; }#x3QfpiwXpFvGTKTOfa1QfdHuTHZCaBcZ > .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); }#x3QfpiwXpFvGTKTOfa1QfdHuTHZCaBcZ > .row .container { width:320px;height:1362px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTABapudgofD786qdPM2scuBQA7yDoPS { width:50px;height:1px;top:415px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #vyh1lWoFnKCqTnJlf5pEqbBc5nMdiTLI { width:320px;height:28.7917px;top:753px;left:0px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hEC0G2uFIlkfITcMOwuf6Pg2fDmA4swn { width:320px;height:111.023px;top:795px;left:0px;font-size:16px;display:block; }#hEC0G2uFIlkfITcMOwuf6Pg2fDmA4swn li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_12ae7133f258ace481623dfa77cd4b32468b5b3b.svg); }
 }@media only screen and (max-width: 763px) { #QmiB9iZJso1TeGe7GzmHg4bgMfpPu8Kf { width:163px;height:1px;top:121px;left:78px;display:none; }
 }@media only screen and (max-width: 763px) { #oi5WzJ455fgMBH3mQvzEZC7PuHpJIpyV { width:320px;height:28.7917px;top:540.87501525879px;left:0px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i1Q22XcRbTwb2K1oDl6H3OPp3y4LLEIT { width:320px;height:24.0057px;top:657px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZVhXNImOQbRCdt6TcVlukTKCvXzHGbu9 { width:260px;height:52.8125px;top:585px;left:42px;font-size:16px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#242728;display:block; }
 }@media only screen and (max-width: 763px) { #niq7HvVKVQ4i5UTaNWUTuCWiQb8ipsJ6 { display:flex;width:28px;height:28px;top:585px;left:10px; }
 }@media only screen and (max-width: 763px) { #KsxrxvTDdRlsQCEoMK94o0cRKWDar0lt { display:flex;width:26px;height:26px;top:656px;left:11px; }
 }@media only screen and (max-width: 763px) { #aIDi9RfZDbDFGkdulqzHcs5KpQ7hickf { width:273px;height:264.062px;top:176.00000572205px;left:23.500001907349px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mGpghAXbyWfFw84gCPrnZDbXfIvtK8Um { width:81px;height:56px;top:474.32292175293px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #KT8CNMSnDLdd81AaTnUR1pdUHHx8C7bG { width:215px;height:50px;top:1156px;left:53px;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #EQdJ8tnHnA7NktBoOxLU0mQXCSTPdoD3 { display:block; }
 }@media only screen and (max-width: 763px) { #h3SzwriXDBwH8iMXJWWRi0U1z11ETkHP { width:204px;height:204px;top:20px;left:58px;display:block; }
 }@media only screen and (max-width: 763px) { #okGGVUIxOMnWtBWHA5aNDZftuz8Jl6ri { width:320px;height:130.792px;top:972px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b { background-color:transparent;background-image:url("https://images.assets-landingi.com/-uHVRvDr7pg/unsplash/brooke-cagle--uHVRvDr7pg-photo-1543269865-cbf427effbad.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b.adaptive-delivery-prevent-bg, #xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b.lazyload, #xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b.lazyloading { background-image: none; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row .container { background-color: transparent; background-image: none; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(226,0,124,0.8); }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row .container > .video-iframe-container { display: none; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(226,0,124,0.8); }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row > .video-iframe-container { display: none; }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .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); }#xCmQeco3bXW8ZuzlqkhAZcFmE1GoLQ4b > .row .container { width:320px;height:965px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-input-button { width:151px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:64px; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .widget-checkbox-label { width:258px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2  { width:280px;height:auto;top:288.36459350586px;left:0px; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 {display:block;}#CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 { width:280px;height:auto;top:288.36459350586px;left:0px; }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #Xbl1cVy9m82xgkyQniZBQFuCHatqHELJ {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #lZ7TVCI5MkAwJG7pmo8hWqPfOvb0RT0f { display:block; }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #yZU5tBg4e2QCiVam0xZu6SmsOdJ2a6Ka {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #HQPxCOGLNeiP0vMvLOUTT2sZ3GLuXppv {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #Mif5z8W83fc4ptQBauaTVu1BGpDE6M7m { display:block; }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #Jm4HDDepqgZVVl27ZkRygL6dzuMF2rL5 {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #qqWH691zG7cPqyPzQMKOEgIfBxSR02xT {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #bV9kxSxyyqfr2o8FO7oFERcJ494pBOlM { display:block; }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #I2vEx4VmRR4qC3TOCInmMWLMtuRGM2uM {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #GCrQ8HTWXA3hrM1XnZDsSPB3X68c35KT {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #ycrsIy2KHRlKVz0IKLhqTmtlpx86mkdh {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #VUXzrFsmH95EMqX4AoEnV0OL74TDf1ot {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #O8TUq2WqftVDUIMTX4lznbcundkC6wkE {  }
 }@media only screen and (max-width: 763px) { #CgvJWwZVAJdSNlU5EpvoxsxTXDfbBbd2 #WbdJoKx6WhHGDKVMZoq4p7yhTlOp8dnc {  }
 }@media only screen and (max-width: 763px) { #xk6mKoqLT2qIV5s5Fpboi0H6EKLE24iQ { width:320px;height:187px;top:663.15675px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #iTuJTwAs4raayoVf0lFE8mpTW6BLk1mz { width:271px;height:100.795px;top:76.999694824219px;left:24.500001907349px;font-size:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RVz6pKyzJII0TLevXE3n7Tmeb5Pcr8K3 { width:1px;height:88px;top:83.375px;left:14.65625px;background-color:#ffffff;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) { #cHTv337IWTeUG9qxWrLF35VkkFDF89as { width:270px;height:38.3958px;top:722.09338378906px;left:14.65625px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #t2RwfMkkGsDSFCUatnMfTcm8SR9vOdy9 { width:272px;height:81.6193px;top:759.81253051758px;left:50.000001907349px;font-size:16px;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EiHCS1Mi6VeDqXXDTBvoyzQK5nnmc89O { width:318px;height:362px;top:248.771px;left:1px;display:block; }
 }