.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); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(238deg, #000131, #02edf3);background-image: -moz-linear-gradient(238deg, #000131, #02edf3);background-image: -ms-linear-gradient(238deg, #000131, #02edf3);background-image: -o-linear-gradient(238deg, #000131, #02edf3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );";background-image: linear-gradient(238deg, #000131, #02edf3);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { background-color: transparent; background-image: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container > .video-iframe-container { display: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container { display: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .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); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { border-width: 0; border-radius: 0; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { font-size:14px;font-family:arial;height:734px;width:1200px;position:relative;display:block; }#DagxTdOJq9dgztip4HA4XInKwpO2N9SE { color:#000000;display:block;width:536px;position:absolute;font-family:oswald;font-size:71px;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:154px;left:18px;height:234.292px;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; }
#PFtcAdFEywdriBGQ60RWXeoKG5K4TgoS { position:absolute;display:block;z-index:15016;background-color:transparent;background-image:url("https://images.assets-landingi.com/2u64VAfM/pinklaptop.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250px;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: none;height:294px;width:449px;top:183px;left:731px;display:block; }#PFtcAdFEywdriBGQ60RWXeoKG5K4TgoS.adaptive-delivery-prevent-bg, #PFtcAdFEywdriBGQ60RWXeoKG5K4TgoS.lazyload, #PFtcAdFEywdriBGQ60RWXeoKG5K4TgoS.lazyloading { background-image: none; }
#SqxVAGP0lwxVqZGAe7vIJTHTasCpP6n7 { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/2u64VAfM/pinklaptop.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:200px;border-bottom-right-radius:0;box-shadow: none;height:217px;width:485px;top:451px;left:572px;display:block; }#SqxVAGP0lwxVqZGAe7vIJTHTasCpP6n7.adaptive-delivery-prevent-bg, #SqxVAGP0lwxVqZGAe7vIJTHTasCpP6n7.lazyload, #SqxVAGP0lwxVqZGAe7vIJTHTasCpP6n7.lazyloading { background-image: none; }
#iKrSbBLiu90gZ6MXPnzw5Fsf2Wf03x99 { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/2u64VAfM/pinklaptop.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:400px;border-top-right-radius:400px;border-bottom-left-radius:400px;border-bottom-right-radius:400px;box-shadow: none;height:80px;width:80px;top:128px;left:762.50001525879px;display:block; }#iKrSbBLiu90gZ6MXPnzw5Fsf2Wf03x99.adaptive-delivery-prevent-bg, #iKrSbBLiu90gZ6MXPnzw5Fsf2Wf03x99.lazyload, #iKrSbBLiu90gZ6MXPnzw5Fsf2Wf03x99.lazyloading { background-image: none; }
#Taabp0rRJTrf6zAaDLQTuRWtuUhHaUrs { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/2u64VAfM/pinklaptop.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:400px;border-top-right-radius:400px;border-bottom-left-radius:400px;border-bottom-right-radius:400px;box-shadow: none;height:145px;width:145px;top:49px;left:586.88888549805px;display:block; }#Taabp0rRJTrf6zAaDLQTuRWtuUhHaUrs.adaptive-delivery-prevent-bg, #Taabp0rRJTrf6zAaDLQTuRWtuUhHaUrs.lazyload, #Taabp0rRJTrf6zAaDLQTuRWtuUhHaUrs.lazyloading { background-image: none; }
#Vq3yQFghUWypKFRsb4upmwHbq9PgOeyP { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/2u64VAfM/pinklaptop.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:400px;border-top-right-radius:400px;border-bottom-left-radius:400px;border-bottom-right-radius:400px;box-shadow: none;height:65px;width:65px;top:344.50003051758px;left:636.00001525879px;display:block; }#Vq3yQFghUWypKFRsb4upmwHbq9PgOeyP.adaptive-delivery-prevent-bg, #Vq3yQFghUWypKFRsb4upmwHbq9PgOeyP.lazyload, #Vq3yQFghUWypKFRsb4upmwHbq9PgOeyP.lazyloading { background-image: none; }
#lcVD8MfXvGiJg1vbfKkBBJanwgE7CH7a { color:#000000;display:block;width:584px;position:absolute;font-family:lato;font-size:19px;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:128px;left:21px;height:24.6944px;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; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-form-header {  }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-regular-label { height:auto;display:block;font-family:lato;font-size:12px;font-weight:bold;color:#ffffff;width:372px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:372px;box-sizing:border-box;height:45px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-input-text {padding-top: 0; padding-bottom: 0;}#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:372px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:transparent;background-image:none;border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;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:372px;box-sizing:border-box;height:45px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-input-select {padding-top: 0; padding-bottom: 0;}#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-input-button { border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;background-color:transparent;background-image: -webkit-linear-gradient(83deg, #801dd1, #0002a8);background-image: -moz-linear-gradient(83deg, #801dd1, #0002a8);background-image: -ms-linear-gradient(83deg, #801dd1, #0002a8);background-image: -o-linear-gradient(83deg, #801dd1, #0002a8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#801dd1', endColorstr='#0002a8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#801dd1', endColorstr='#0002a8' );";background-image: linear-gradient(83deg, #801dd1, #0002a8);background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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;box-sizing:border-box;font-size:22px;font-weight:700;color:#f2f9ff;width:372px;height:65px;font-family:lato;overflow:hidden;box-shadow: 1px 1px 30px rgba(0,2,168,0.5) ;font-style:normal; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu [class*="-text"]:-moz-placeholder { color:#d2bca5;font-family:arial;font-size:14px;text-align:left;text-align-last:left; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu [class*="-text"]::-moz-placeholder { color:#d2bca5;font-family:arial;font-size:14px;text-align:left;text-align-last:left; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu [class*="-text"]:-ms-input-placeholder { color:#d2bca5;font-family:arial;font-size:14px;text-align:left;text-align-last:left; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu [class*="-text"]::-webkit-input-placeholder { color:#d2bca5;font-family:arial;font-size:14px;text-align:left;text-align-last:left; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .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:"open sans";line-height:1.3;font-size:11px;font-weight:300;color:#000000;vertical-align:top;width:352px;overflow:hidden;font-style:normal; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .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; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .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:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-container:first-of-type{padding-top:0;}#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-container:last-of-type{padding-bottom:0;}#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:372px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0px;top:409.97216796875px;z-index:15021;position:absolute; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:372px;display:block;vertical-align:top; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:11px;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu {display:block;}#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:372px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0px;top:409.97216796875px;z-index:15021;position:absolute; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu #JOF8qzB2lBIdkzaQWC5xBqhGX8azqVZF { position:relative; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu #IpVr6EPmtyzg4RydH6naH3K0SnDitn7B { position:relative;display:block; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu #ee1Cbypgh5QpyfDLAGgBIq26BUfvmzCf { position:relative; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu #onN1b0QQEZTexQtircDQkgT6lf6G11FW { position:relative; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu #REl3iFPTWiJ9fa6dZCVcnHJdH5DqUAw8 { position:relative;display:block; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu #pBL948sX57f7mC8WAiyuKWykpPCSFvBM { position:relative; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu #TTpwOHUep9RSvEDyTFbyDJmD2Fc3roLt { position:relative; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu #BNuq8pqu8rd1aS0kJ0v11Aiq4y6UTSge { position:relative;z-index:2; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu #S311IyUwXSplvt1V2lWUmpN3LAFcVX5k { position:relative; }
#ImI6MMR6lz3f6o4GdxzB6nzhyONoJMIQ { position:relative;display:block; }
#qf3ENBDICcl0yLsRWGCJbXTP8Ct8lOSg { position:relative;display:block; }
#It9nelb0GZqdwDkqJDUZO1B54SakxU6T { position:relative;display:block; }
#apIqLZCSTHRawJ2vlf8FcPfCwqspmxdw { position:relative;display:block; }
#Hg2CNeTr9NT9qTfTCmwgwCwzlLadp4ys { position:relative;display:block; }
#J8Z618ots0OM8ttBBNhKxP32NL5tt8qk { position:relative;display:block; }
#iUOPcRzRrTBsS6IExqCf7vnu2EM7uObR { position:relative;display:block; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu #PW46rzp2rCOAFFSDd0FnvEOKDRLxfiFU { position:relative; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu #OuUWy1sm2wrfW5XXLmyAmGIEf89Wep9U { position:relative; }
#JluI6VQwca51CBbByFCacig1F9AFKMVO { position:relative;display:block; }#JluI6VQwca51CBbByFCacig1F9AFKMVO { background-color: transparent; background-image: none; }#JluI6VQwca51CBbByFCacig1F9AFKMVO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JluI6VQwca51CBbByFCacig1F9AFKMVO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JluI6VQwca51CBbByFCacig1F9AFKMVO > .row .container > .video-iframe-container { display: none; }#JluI6VQwca51CBbByFCacig1F9AFKMVO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JluI6VQwca51CBbByFCacig1F9AFKMVO > .row > .video-iframe-container { display: none; }#JluI6VQwca51CBbByFCacig1F9AFKMVO > .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); }#JluI6VQwca51CBbByFCacig1F9AFKMVO { border-width: 0; border-radius: 0; }#JluI6VQwca51CBbByFCacig1F9AFKMVO > .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; }#JluI6VQwca51CBbByFCacig1F9AFKMVO > .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:1086px;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; }#X44ZT95FCBv0LsBdouAshhzhT3Gfq8vm { position:absolute;display:block;z-index:14997;background-color:#f1f4f7;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: none;height:135px;width:1158px;top:30px;left:21px;display:block; }
#yT8eTo1KmsqEyhQ2XwE1zuMln4M31OR8 { position:absolute;display:block;z-index:15033;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/efdc6019-a33a-4601-ba1d-5dac08570c08/JaidyApillanes.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:4px solid rgba(128,29,209,0.72);border-left:4px solid rgba(128,29,209,0.72);border-right:4px solid rgba(128,29,209,0.72);border-bottom:4px solid rgba(128,29,209,0.72);border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;height:147px;width:147px;top:20px;left:522px;display:block; }#yT8eTo1KmsqEyhQ2XwE1zuMln4M31OR8.adaptive-delivery-prevent-bg, #yT8eTo1KmsqEyhQ2XwE1zuMln4M31OR8.lazyload, #yT8eTo1KmsqEyhQ2XwE1zuMln4M31OR8.lazyloading { background-image: none; }
#vLg02VxVCUytOTVOmVayKirU8DebcUD0 { color:#801dd1;display:block;width:188px;position:absolute;font-family:"open sans";font-size:19px;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:180px;left:505px;height:24.6944px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ABsVLw4ZuxKUdHWSV3Emg2XIaatiAMHq { color:#801dd1;display:block;width:934px;position:absolute;font-family:"open sans";font-size:21px;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:246.51393127441px;left:133px;height:793.4998px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uwO51uwLlUPZoTG3ELM7cgWh2aBXfGRX { position:relative;display:block; }#uwO51uwLlUPZoTG3ELM7cgWh2aBXfGRX { background-color: transparent; background-image: none; }#uwO51uwLlUPZoTG3ELM7cgWh2aBXfGRX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uwO51uwLlUPZoTG3ELM7cgWh2aBXfGRX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uwO51uwLlUPZoTG3ELM7cgWh2aBXfGRX > .row .container > .video-iframe-container { display: none; }#uwO51uwLlUPZoTG3ELM7cgWh2aBXfGRX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uwO51uwLlUPZoTG3ELM7cgWh2aBXfGRX > .row > .video-iframe-container { display: none; }#uwO51uwLlUPZoTG3ELM7cgWh2aBXfGRX > .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); }#uwO51uwLlUPZoTG3ELM7cgWh2aBXfGRX { border-width: 0; border-radius: 0; }#uwO51uwLlUPZoTG3ELM7cgWh2aBXfGRX > .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; }#uwO51uwLlUPZoTG3ELM7cgWh2aBXfGRX > .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:197px;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; }#kUTgUMT3aMleQJeztwyDEkr6rzuFceHf { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:102.86112976074px;left:460.00003051758px;display:block; }
#OCdPge9bI1JmBl87p14Or5vhohCFTIG5 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#sSxCLsrfeFeoKxhTnl7GyiMfHeVwmBGH { color:#801dd1;display:block;width:376px;position:absolute;font-family:"open sans";font-size:24px;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:19.027816772461px;left:412.00003051758px;height:62.3888px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EBRAoztJTP2L8aDvaSay9h1AHUQb2hWr { 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; }#EBRAoztJTP2L8aDvaSay9h1AHUQb2hWr > .row .container { background-color: transparent; background-image: none; }#EBRAoztJTP2L8aDvaSay9h1AHUQb2hWr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EBRAoztJTP2L8aDvaSay9h1AHUQb2hWr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EBRAoztJTP2L8aDvaSay9h1AHUQb2hWr > .row .container > .video-iframe-container { display: none; }#EBRAoztJTP2L8aDvaSay9h1AHUQb2hWr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EBRAoztJTP2L8aDvaSay9h1AHUQb2hWr > .row > .video-iframe-container { display: none; }#EBRAoztJTP2L8aDvaSay9h1AHUQb2hWr > .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); }#EBRAoztJTP2L8aDvaSay9h1AHUQb2hWr > .row .container { border-width: 0; border-radius: 0; }#EBRAoztJTP2L8aDvaSay9h1AHUQb2hWr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EBRAoztJTP2L8aDvaSay9h1AHUQb2hWr > .row .container { font-size:14px;font-family:arial;height:307px;width:1200px;position:relative;display:block; }#xl1bzDHogLqqFz9MW4d37WUDlA39oHSC { color:#2a2a2a;display:block;width:1005px;position:absolute;font-family:lato;font-size:19px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:175px;left:98px;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IWpS18WGqRtBvfswHpeL55wuRX94B1tp { box-sizing:content-box;color:#5d92ff;font-size:31px;font-weight:400;line-height:1;height:45px;width:45px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:250px;left:578px; }
#wsToJXRM9VHGfJcdfPlB6Vhze6UJcGyO { color:#2a2a2a;display:block;width:1200px;position:absolute;font-family:oswald;font-size:142px;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:12px;left:0px;height:184.597px;text-align:center;text-align-last:center;display:block; }
#T7PpTRlHrMkeTfxDymynmHlTww4ROiJ2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/2u64VAfM/pinklaptop.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T7PpTRlHrMkeTfxDymynmHlTww4ROiJ2.adaptive-delivery-prevent-bg, #T7PpTRlHrMkeTfxDymynmHlTww4ROiJ2.lazyload, #T7PpTRlHrMkeTfxDymynmHlTww4ROiJ2.lazyloading { background-image: none; }#T7PpTRlHrMkeTfxDymynmHlTww4ROiJ2 > .row .container { background-color: transparent; background-image: none; }#T7PpTRlHrMkeTfxDymynmHlTww4ROiJ2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(128,29,209,0.72); }#T7PpTRlHrMkeTfxDymynmHlTww4ROiJ2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7PpTRlHrMkeTfxDymynmHlTww4ROiJ2 > .row .container > .video-iframe-container { display: none; }#T7PpTRlHrMkeTfxDymynmHlTww4ROiJ2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(128,29,209,0.72); }#T7PpTRlHrMkeTfxDymynmHlTww4ROiJ2 > .row > .video-iframe-container { display: none; }#T7PpTRlHrMkeTfxDymynmHlTww4ROiJ2 > .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); }#T7PpTRlHrMkeTfxDymynmHlTww4ROiJ2 > .row .container { border-width: 0; border-radius: 0; }#T7PpTRlHrMkeTfxDymynmHlTww4ROiJ2::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; }#T7PpTRlHrMkeTfxDymynmHlTww4ROiJ2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T7PpTRlHrMkeTfxDymynmHlTww4ROiJ2 > .row .container { font-size:14px;font-family:arial;height:846px;width:1200px;position:relative;display:block; }#JBlJBtEAzgtJlEoi3LrSsmQmuURLDtox { color:#000000;display:block;width:245.994px;position:absolute;font-family:lato;font-size:14px;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:200px;left:78px;height:78.3889px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gaAhmf0b13VDczCN57WHn7cRFiJe4QXF { color:#2a2a2a;display:block;width:264px;position:absolute;font-family:oswald;font-size:31px;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:146px;left:68px;height:40.2917px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hGBnXSDpTOUt9IaeXG2XsfnpL4EnZ75J { color:#2a2a2a;display:block;width:232px;position:absolute;font-family:oswald;font-size:31px;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:146px;left:484px;height:40.2917px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sPqio42pTbSacmmJmPNxEzxIntlwpzfo { color:#000000;display:block;width:245.987px;position:absolute;font-family:lato;font-size:14px;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:200px;left:476px;height:78.3889px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#M7N7P5fNLbAITHvTxsfsov8LbKkX38TA { color:#2a2a2a;display:block;width:235px;position:absolute;font-family:oswald;font-size:31px;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:146px;left:882px;height:40.2917px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XAaaNAPndeAItLFMBl4NkJeZpCyhwdaV { color:#000000;display:block;width:245.98px;position:absolute;font-family:lato;font-size:14px;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:200px;left:878px;height:78.3889px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IeXllXD7AD8IHywVsSoS68JGOg32u0u2 { position:absolute;display:block;z-index:15002;background-color:rgba(128,29,209,0.9);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:20px;border-bottom-right-radius:0;box-shadow: 1px 1px 19px rgba(0,0,0,0.32) ;height:261px;width:282px;top:52px;left:59px;display:block; }
#obQ7gvTBPXHwcb7latyGczTAWTqEJ63f { position:absolute;display:block;z-index:15003;background-color:#801dd1;background-image:none;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-shadow: 1px 1px 15px rgba(0,0,0,0.14) ;height:261px;width:282px;top:52px;left:458px;display:block; }
#nZM4fDsOTbc901X6v5s287m2JGEZVvbq { position:absolute;display:block;z-index:15004;background-color:rgba(128,29,209,0.9);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:20px;box-shadow: 1px 1px 16px rgba(0,0,0,0.16) ;height:261px;width:282px;top:52px;left:858px;display:block; }
#EaFJxsx5NpBsagkT7nuaTgRfbLRO4vQi { background-color:#801dd1;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-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:22px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:288.222222px;height:58.222222px;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:721.98611450195px;left:455.86111450195px;display:block; }
#DFOW9WhXIlSDNJS6dDs3mxNZD17Pukox { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#DBn8IlW8H7fTKPcrvLoqEHytkCqa7JW3 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:83px;left:575px; }
#xugzEUnJk1RbwPNKgL6SOs7L4st5kSeB { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:83px;left:175px; }
#bTGIz4ZORcLb2HbAMP73SVVi3mWWqQII { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;top:83px;left:975px; }
#zmIekkKACPXMAGTZEakwfvS4LMFMB6Ff { position:absolute;display:block;z-index:15006;background-color:rgba(128,29,209,0.9);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:20px;border-bottom-right-radius:0;box-shadow: 1px 1px 19px rgba(0,0,0,0.32) ;height:261px;width:282px;top:370px;left:59px;display:block; }
#y52QN2CJJJn8cBiyxVct3Tr0fnQkgXI5 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;top:401px;left:175px; }
#VOzf26LoywcZmucLQtcb2bqzg0pbBIFF { color:#2a2a2a;display:block;width:264px;position:absolute;font-family:oswald;font-size:31px;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:464px;left:68px;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UcX0xkyw4xZMGHzfOCxiXSZOVdS2Bmx3 { color:#000000;display:block;width:245.994px;position:absolute;font-family:lato;font-size:14px;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:518px;left:78px;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HLHm1S1qr8uLH1Ao1mdL2SzEyrWlRmeP { position:absolute;display:block;z-index:15007;background-color:#801dd1;background-image:none;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-shadow: 1px 1px 15px rgba(0,0,0,0.14) ;height:261px;width:282px;top:370px;left:459px;display:block; }
#DG7yT7TXXrTT5x39ZUWKko04Zdrz13e6 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:401px;left:576px; }
#Dqp5vKtmybMlmbTIfFQQXZBFmST0md3s { color:#2a2a2a;display:block;width:232px;position:absolute;font-family:oswald;font-size:31px;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:464px;left:485px;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#osxebGOScNWCxqTHsdxMc2sBzgUZXHdG { color:#000000;display:block;width:245.987px;position:absolute;font-family:lato;font-size:14px;font-weight:normal;z-index:15026;line-height:1.4;letter-spacing:0;top:518px;left:477px;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Fh9xFhd1slxu3rfwtiTIUb8geKQcZBUw { position:absolute;display:block;z-index:15008;background-color:rgba(128,29,209,0.9);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:20px;box-shadow: 1px 1px 16px rgba(0,0,0,0.16) ;height:261px;width:282px;top:354px;left:859px;display:block; }
#zOIGQ51qbgQdPkIPggTdMdXuCECRdBaM { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;top:385px;left:976px; }
#RsFIawmlWoxC0x6rpPf5AJ2r3MOSDI9J { color:#2a2a2a;display:block;width:235px;position:absolute;font-family:oswald;font-size:31px;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:448px;left:883px;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qZbMq70WRpsR3QvWSEZxzVG4qAet0MZi { color:#000000;display:block;width:245.98px;position:absolute;font-family:lato;font-size:14px;font-weight:normal;z-index:15027;line-height:1.4;letter-spacing:0;top:502px;left:879px;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xs1a2wMTmGgvxQqqJ5ydRAHlORoTIgI7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/2u64VAfM/pinklaptop.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xs1a2wMTmGgvxQqqJ5ydRAHlORoTIgI7.adaptive-delivery-prevent-bg, #xs1a2wMTmGgvxQqqJ5ydRAHlORoTIgI7.lazyload, #xs1a2wMTmGgvxQqqJ5ydRAHlORoTIgI7.lazyloading { background-image: none; }#xs1a2wMTmGgvxQqqJ5ydRAHlORoTIgI7 > .row .container { background-color: transparent; background-image: none; }#xs1a2wMTmGgvxQqqJ5ydRAHlORoTIgI7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.66); }#xs1a2wMTmGgvxQqqJ5ydRAHlORoTIgI7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xs1a2wMTmGgvxQqqJ5ydRAHlORoTIgI7 > .row .container > .video-iframe-container { display: none; }#xs1a2wMTmGgvxQqqJ5ydRAHlORoTIgI7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.66); }#xs1a2wMTmGgvxQqqJ5ydRAHlORoTIgI7 > .row > .video-iframe-container { display: none; }#xs1a2wMTmGgvxQqqJ5ydRAHlORoTIgI7 > .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); }#xs1a2wMTmGgvxQqqJ5ydRAHlORoTIgI7 > .row .container { border-width: 0; border-radius: 0; }#xs1a2wMTmGgvxQqqJ5ydRAHlORoTIgI7::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; }#xs1a2wMTmGgvxQqqJ5ydRAHlORoTIgI7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xs1a2wMTmGgvxQqqJ5ydRAHlORoTIgI7 > .row .container { font-size:14px;font-family:arial;height:406px;width:1200px;position:relative;display:block; }#Z1kXbOG2mnDIwqTTNbTP3RqPPAhV40wa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(238deg, #000131, #02edf3);background-image: -moz-linear-gradient(238deg, #000131, #02edf3);background-image: -ms-linear-gradient(238deg, #000131, #02edf3);background-image: -o-linear-gradient(238deg, #000131, #02edf3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );";background-image: linear-gradient(238deg, #000131, #02edf3);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Z1kXbOG2mnDIwqTTNbTP3RqPPAhV40wa > .row .container { background-color: transparent; background-image: none; }#Z1kXbOG2mnDIwqTTNbTP3RqPPAhV40wa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z1kXbOG2mnDIwqTTNbTP3RqPPAhV40wa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z1kXbOG2mnDIwqTTNbTP3RqPPAhV40wa > .row .container > .video-iframe-container { display: none; }#Z1kXbOG2mnDIwqTTNbTP3RqPPAhV40wa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z1kXbOG2mnDIwqTTNbTP3RqPPAhV40wa > .row > .video-iframe-container { display: none; }#Z1kXbOG2mnDIwqTTNbTP3RqPPAhV40wa > .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); }#Z1kXbOG2mnDIwqTTNbTP3RqPPAhV40wa > .row .container { border-width: 0; border-radius: 0; }#Z1kXbOG2mnDIwqTTNbTP3RqPPAhV40wa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z1kXbOG2mnDIwqTTNbTP3RqPPAhV40wa > .row .container { font-size:14px;font-family:arial;height:90px;width:1200px;position:relative;display:block; }#AAF96rnhMxmGdd8hVc6h6rGM0oKZXHsI { z-index:15001;top:45px;left:454px;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:12px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:292px;height:37px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#HZ8GJRz9u6QCg1a6o3EHhZkbeXQC8xr4 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#E90T3ye4gmTLTVb6gTVIih5FxErG5Uo3 { color:#ffffff;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:14px;left:0px;height:15.6px;text-align:center;text-align-last:center;display:block; }
#hTyNexTuc4XntwL7OTMTlrMfzqvKIBre { color:#ffffff;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:35px;left:0px;height:15.6px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW { display:block; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DagxTdOJq9dgztip4HA4XInKwpO2N9SE { top:154px;left:0px;width:536px;height:234px;font-size:49px;display:block; }
 }@media only screen and (max-width: 763px) { #PFtcAdFEywdriBGQ60RWXeoKG5K4TgoS { top:183px;left:315px;width:449px;height:294px;display:block; }
 }@media only screen and (max-width: 763px) { #SqxVAGP0lwxVqZGAe7vIJTHTasCpP6n7 { top:451px;left:279px;width:485px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #iKrSbBLiu90gZ6MXPnzw5Fsf2Wf03x99 { top:128px;left:544.50001525879px;width:80px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #Taabp0rRJTrf6zAaDLQTuRWtuUhHaUrs { top:49px;left:368.88888549805px;width:145px;height:145px;display:block; }
 }@media only screen and (max-width: 763px) { #Vq3yQFghUWypKFRsb4upmwHbq9PgOeyP { top:344px;left:418.00001525879px;width:65px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #lcVD8MfXvGiJg1vbfKkBBJanwgE7CH7a { top:128px;left:0px;width:584px;height:25px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-regular-label { width:372px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-input-text { width:372px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-input-text {padding-top: 0; padding-bottom: 0;}#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-textarea { width:372px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-input-select { width:372px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-input-select {padding-top: 0; padding-bottom: 0;}#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-input-button { width:372px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-checkbox-label { width:353px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu  { width:372px;height:auto;top:409px;left:0px; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .radio-container { width:372px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu {display:block;}#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu { width:372px;height:auto;top:409px;left:0px; }
 }@media only screen and (max-width: 763px) { #GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu #JOF8qzB2lBIdkzaQWC5xBqhGX8azqVZF {  }
 }@media only screen and (max-width: 763px) { #GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu #IpVr6EPmtyzg4RydH6naH3K0SnDitn7B { display:block; }
 }@media only screen and (max-width: 763px) { #GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu #ee1Cbypgh5QpyfDLAGgBIq26BUfvmzCf {  }
 }@media only screen and (max-width: 763px) { #GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu #onN1b0QQEZTexQtircDQkgT6lf6G11FW {  }
 }@media only screen and (max-width: 763px) { #GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu #REl3iFPTWiJ9fa6dZCVcnHJdH5DqUAw8 { display:block; }
 }@media only screen and (max-width: 763px) { #GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu #pBL948sX57f7mC8WAiyuKWykpPCSFvBM {  }
 }@media only screen and (max-width: 763px) { #GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu #TTpwOHUep9RSvEDyTFbyDJmD2Fc3roLt {  }
 }@media only screen and (max-width: 763px) { #GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu #BNuq8pqu8rd1aS0kJ0v11Aiq4y6UTSge {  }
 }@media only screen and (max-width: 763px) { #GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu #S311IyUwXSplvt1V2lWUmpN3LAFcVX5k {  }
 }@media only screen and (max-width: 763px) { #ImI6MMR6lz3f6o4GdxzB6nzhyONoJMIQ { display:block; }
 }@media only screen and (max-width: 763px) { #qf3ENBDICcl0yLsRWGCJbXTP8Ct8lOSg { display:block; }
 }@media only screen and (max-width: 763px) { #It9nelb0GZqdwDkqJDUZO1B54SakxU6T { display:block; }
 }@media only screen and (max-width: 763px) { #apIqLZCSTHRawJ2vlf8FcPfCwqspmxdw { display:block; }
 }@media only screen and (max-width: 763px) { #Hg2CNeTr9NT9qTfTCmwgwCwzlLadp4ys { display:block; }
 }@media only screen and (max-width: 763px) { #J8Z618ots0OM8ttBBNhKxP32NL5tt8qk { display:block; }
 }@media only screen and (max-width: 763px) { #iUOPcRzRrTBsS6IExqCf7vnu2EM7uObR { display:block; }
 }@media only screen and (max-width: 763px) { #GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu #PW46rzp2rCOAFFSDd0FnvEOKDRLxfiFU {  }
 }@media only screen and (max-width: 763px) { #GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu #OuUWy1sm2wrfW5XXLmyAmGIEf89Wep9U {  }
 }@media only screen and (max-width: 763px) { #JluI6VQwca51CBbByFCacig1F9AFKMVO { display:block; }#JluI6VQwca51CBbByFCacig1F9AFKMVO > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X44ZT95FCBv0LsBdouAshhzhT3Gfq8vm { top:30px;left:0px;width:764px;height:135px;display:block; }
 }@media only screen and (max-width: 763px) { #yT8eTo1KmsqEyhQ2XwE1zuMln4M31OR8 { top:20px;left:304px;width:147px;height:147px;display:block; }
 }@media only screen and (max-width: 763px) { #vLg02VxVCUytOTVOmVayKirU8DebcUD0 { top:180px;left:287px;width:188px;height:24px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ABsVLw4ZuxKUdHWSV3Emg2XIaatiAMHq { top:246px;left:0px;width:764px;height:793px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #uwO51uwLlUPZoTG3ELM7cgWh2aBXfGRX { display:block; }#uwO51uwLlUPZoTG3ELM7cgWh2aBXfGRX > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kUTgUMT3aMleQJeztwyDEkr6rzuFceHf { width:280px;height:55px;top:102px;left:242.00003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #OCdPge9bI1JmBl87p14Or5vhohCFTIG5 { display:block; }
 }@media only screen and (max-width: 763px) { #sSxCLsrfeFeoKxhTnl7GyiMfHeVwmBGH { top:19px;left:194.00003051758px;width:376px;height:62px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #EBRAoztJTP2L8aDvaSay9h1AHUQb2hWr { display:block; }#EBRAoztJTP2L8aDvaSay9h1AHUQb2hWr > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xl1bzDHogLqqFz9MW4d37WUDlA39oHSC { top:175px;left:0px;width:764px;height:;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #IWpS18WGqRtBvfswHpeL55wuRX94B1tp { width:45px;height:45px;top:250px;left:360px;display:block; }
 }@media only screen and (max-width: 763px) { #wsToJXRM9VHGfJcdfPlB6Vhze6UJcGyO { top:12px;left:0px;width:764px;height:184px;font-size:83px;display:block; }
 }@media only screen and (max-width: 763px) { #T7PpTRlHrMkeTfxDymynmHlTww4ROiJ2 { display:block; }#T7PpTRlHrMkeTfxDymynmHlTww4ROiJ2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JBlJBtEAzgtJlEoi3LrSsmQmuURLDtox { top:200px;left:5px;width:245px;height:78px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #gaAhmf0b13VDczCN57WHn7cRFiJe4QXF { top:146px;left:0px;width:264px;height:40px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #hGBnXSDpTOUt9IaeXG2XsfnpL4EnZ75J { top:146px;left:265px;width:232px;height:40px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #sPqio42pTbSacmmJmPNxEzxIntlwpzfo { top:200px;left:257px;width:245px;height:78px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #M7N7P5fNLbAITHvTxsfsov8LbKkX38TA { top:146px;left:517px;width:235px;height:40px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #XAaaNAPndeAItLFMBl4NkJeZpCyhwdaV { top:200px;left:513px;width:245px;height:78px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #IeXllXD7AD8IHywVsSoS68JGOg32u0u2 { top:52px;left:0px;width:282px;height:261px;display:block; }
 }@media only screen and (max-width: 763px) { #obQ7gvTBPXHwcb7latyGczTAWTqEJ63f { top:52px;left:226px;width:282px;height:261px;display:block; }
 }@media only screen and (max-width: 763px) { #nZM4fDsOTbc901X6v5s287m2JGEZVvbq { top:52px;left:480px;width:282px;height:261px;display:block; }
 }@media only screen and (max-width: 763px) { #EaFJxsx5NpBsagkT7nuaTgRfbLRO4vQi { width:288px;height:58px;top:721px;left:220px;display:block; }
 }@media only screen and (max-width: 763px) { #DFOW9WhXIlSDNJS6dDs3mxNZD17Pukox { display:block; }
 }@media only screen and (max-width: 763px) { #DBn8IlW8H7fTKPcrvLoqEHytkCqa7JW3 { top:83px;left:356px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #xugzEUnJk1RbwPNKgL6SOs7L4st5kSeB { top:83px;left:102px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #bTGIz4ZORcLb2HbAMP73SVVi3mWWqQII { top:83px;left:610px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #zmIekkKACPXMAGTZEakwfvS4LMFMB6Ff { top:370px;left:0px;width:282px;height:261px;display:block; }
 }@media only screen and (max-width: 763px) { #y52QN2CJJJn8cBiyxVct3Tr0fnQkgXI5 { top:401px;left:102px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #VOzf26LoywcZmucLQtcb2bqzg0pbBIFF { top:464px;left:0px;width:264px;height:;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #UcX0xkyw4xZMGHzfOCxiXSZOVdS2Bmx3 { top:518px;left:5px;width:245px;height:;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #HLHm1S1qr8uLH1Ao1mdL2SzEyrWlRmeP { top:370px;left:226px;width:282px;height:261px;display:block; }
 }@media only screen and (max-width: 763px) { #DG7yT7TXXrTT5x39ZUWKko04Zdrz13e6 { top:401px;left:357px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #Dqp5vKtmybMlmbTIfFQQXZBFmST0md3s { top:464px;left:266px;width:232px;height:;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #osxebGOScNWCxqTHsdxMc2sBzgUZXHdG { top:518px;left:258px;width:245px;height:;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Fh9xFhd1slxu3rfwtiTIUb8geKQcZBUw { top:354px;left:480px;width:282px;height:261px;display:block; }
 }@media only screen and (max-width: 763px) { #zOIGQ51qbgQdPkIPggTdMdXuCECRdBaM { top:385px;left:611px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #RsFIawmlWoxC0x6rpPf5AJ2r3MOSDI9J { top:448px;left:518px;width:235px;height:;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #qZbMq70WRpsR3QvWSEZxzVG4qAet0MZi { top:502px;left:514px;width:245px;height:;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #xs1a2wMTmGgvxQqqJ5ydRAHlORoTIgI7 { display:block; }#xs1a2wMTmGgvxQqqJ5ydRAHlORoTIgI7 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z1kXbOG2mnDIwqTTNbTP3RqPPAhV40wa { display:block; }#Z1kXbOG2mnDIwqTTNbTP3RqPPAhV40wa > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AAF96rnhMxmGdd8hVc6h6rGM0oKZXHsI { top:45px;left:236px;width:292px;height:37px;display:block; }
 }@media only screen and (max-width: 763px) { #HZ8GJRz9u6QCg1a6o3EHhZkbeXQC8xr4 { display:block; }
 }@media only screen and (max-width: 763px) { #E90T3ye4gmTLTVb6gTVIih5FxErG5Uo3 { top:14px;left:0px;width:764px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #hTyNexTuc4XntwL7OTMTlrMfzqvKIBre { top:35px;left:0px;width:764px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000131, #02edf3);background-image: -moz-linear-gradient(180deg, #000131, #02edf3);background-image: -ms-linear-gradient(180deg, #000131, #02edf3);background-image: -o-linear-gradient(180deg, #000131, #02edf3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000131', endColorstr='#02edf3' );";background-image: linear-gradient(180deg, #000131, #02edf3);background-size:auto !important;display:block; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { background-color: transparent; background-image: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container > .video-iframe-container { display: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row > .video-iframe-container { display: none; }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .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); }#b3IdiVJyemSzIdnI1vRz16ucMCP2zcfW > .row .container { width:320px;height:946px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DagxTdOJq9dgztip4HA4XInKwpO2N9SE { width:286px;height:215.556px;top:101px;left:19px;font-size:49px;display:block; }
 }@media only screen and (max-width: 763px) { #PFtcAdFEywdriBGQ60RWXeoKG5K4TgoS { width:242px;height:241px;top:371px;left:69px;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #SqxVAGP0lwxVqZGAe7vIJTHTasCpP6n7 { width:320px;height:217px;top:1202.56255px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #iKrSbBLiu90gZ6MXPnzw5Fsf2Wf03x99 { width:103px;height:103px;top:795.56255px;left:108px;display:none; }
 }@media only screen and (max-width: 763px) { #Taabp0rRJTrf6zAaDLQTuRWtuUhHaUrs { width:80px;height:80px;top:371px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #Vq3yQFghUWypKFRsb4upmwHbq9PgOeyP { width:65px;height:65px;top:1457.296925px;left:127px;display:none; }
 }@media only screen and (max-width: 763px) { #lcVD8MfXvGiJg1vbfKkBBJanwgE7CH7a { width:288px;height:46.7857px;top:43px;left:19px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-input-text {padding-top: 0; padding-bottom: 0;}#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-input-select {padding-top: 0; padding-bottom: 0;}#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:22px;overflow:hidden;font-weight:700;font-style:normal; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .widget-checkbox-label { width:260px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu  { width:280px;height:auto;top:612px;left:0px; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu {display:block;}#GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu { width:280px;height:auto;top:612px;left:0px; }
 }@media only screen and (max-width: 763px) { #GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu #JOF8qzB2lBIdkzaQWC5xBqhGX8azqVZF {  }
 }@media only screen and (max-width: 763px) { #GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu #IpVr6EPmtyzg4RydH6naH3K0SnDitn7B { display:block; }
 }@media only screen and (max-width: 763px) { #GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu #ee1Cbypgh5QpyfDLAGgBIq26BUfvmzCf {  }
 }@media only screen and (max-width: 763px) { #GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu #onN1b0QQEZTexQtircDQkgT6lf6G11FW {  }
 }@media only screen and (max-width: 763px) { #GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu #REl3iFPTWiJ9fa6dZCVcnHJdH5DqUAw8 { display:block; }
 }@media only screen and (max-width: 763px) { #GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu #pBL948sX57f7mC8WAiyuKWykpPCSFvBM {  }
 }@media only screen and (max-width: 763px) { #GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu #TTpwOHUep9RSvEDyTFbyDJmD2Fc3roLt {  }
 }@media only screen and (max-width: 763px) { #GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu #BNuq8pqu8rd1aS0kJ0v11Aiq4y6UTSge {  }
 }@media only screen and (max-width: 763px) { #GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu #S311IyUwXSplvt1V2lWUmpN3LAFcVX5k {  }
 }@media only screen and (max-width: 763px) { #ImI6MMR6lz3f6o4GdxzB6nzhyONoJMIQ { display:block; }
 }@media only screen and (max-width: 763px) { #qf3ENBDICcl0yLsRWGCJbXTP8Ct8lOSg { display:block; }
 }@media only screen and (max-width: 763px) { #It9nelb0GZqdwDkqJDUZO1B54SakxU6T { display:block; }
 }@media only screen and (max-width: 763px) { #apIqLZCSTHRawJ2vlf8FcPfCwqspmxdw { display:block; }
 }@media only screen and (max-width: 763px) { #Hg2CNeTr9NT9qTfTCmwgwCwzlLadp4ys { display:block; }
 }@media only screen and (max-width: 763px) { #J8Z618ots0OM8ttBBNhKxP32NL5tt8qk { display:block; }
 }@media only screen and (max-width: 763px) { #iUOPcRzRrTBsS6IExqCf7vnu2EM7uObR { display:block; }
 }@media only screen and (max-width: 763px) { #GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu #PW46rzp2rCOAFFSDd0FnvEOKDRLxfiFU {  }
 }@media only screen and (max-width: 763px) { #GgihVcdLacUw7pLQsTT3UrdqyEvfl8mu #OuUWy1sm2wrfW5XXLmyAmGIEf89Wep9U {  }
 }@media only screen and (max-width: 763px) { #JluI6VQwca51CBbByFCacig1F9AFKMVO { display:block; }#JluI6VQwca51CBbByFCacig1F9AFKMVO > .row .container { width:320px;height:1764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X44ZT95FCBv0LsBdouAshhzhT3Gfq8vm { width:320px;height:135px;top:30px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #yT8eTo1KmsqEyhQ2XwE1zuMln4M31OR8 { width:145px;height:145px;top:9px;left:83.500000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #vLg02VxVCUytOTVOmVayKirU8DebcUD0 { width:188px;height:20.7969px;top:182px;left:66.000000953674px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ABsVLw4ZuxKUdHWSV3Emg2XIaatiAMHq { width:312px;height:1516.0418px;top:222.7917px;left:6px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #uwO51uwLlUPZoTG3ELM7cgWh2aBXfGRX { display:block; }#uwO51uwLlUPZoTG3ELM7cgWh2aBXfGRX > .row .container { width:320px;height:197px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kUTgUMT3aMleQJeztwyDEkr6rzuFceHf { width:280px;height:55px;top:102.375px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #OCdPge9bI1JmBl87p14Or5vhohCFTIG5 { display:block; }
 }@media only screen and (max-width: 763px) { #sSxCLsrfeFeoKxhTnl7GyiMfHeVwmBGH { width:320px;height:62.3888px;top:20px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #EBRAoztJTP2L8aDvaSay9h1AHUQb2hWr { display:block; }#EBRAoztJTP2L8aDvaSay9h1AHUQb2hWr > .row .container { width:320px;height:484px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xl1bzDHogLqqFz9MW4d37WUDlA39oHSC { width:255px;height:172.861px;top:232.43751525879px;left:32.500000953674px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #IWpS18WGqRtBvfswHpeL55wuRX94B1tp { width:35px;height:35px;top:439.00003051758px;left:142.50000858307px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #wsToJXRM9VHGfJcdfPlB6Vhze6UJcGyO { width:320px;height:215.778px;top:8.2946434020996px;left:0px;font-size:83px;display:block; }
 }@media only screen and (max-width: 763px) { #T7PpTRlHrMkeTfxDymynmHlTww4ROiJ2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/2u64VAfM/pinklaptop.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#T7PpTRlHrMkeTfxDymynmHlTww4ROiJ2.adaptive-delivery-prevent-bg, #T7PpTRlHrMkeTfxDymynmHlTww4ROiJ2.lazyload, #T7PpTRlHrMkeTfxDymynmHlTww4ROiJ2.lazyloading { background-image: none; }#T7PpTRlHrMkeTfxDymynmHlTww4ROiJ2 > .row .container { background-color: transparent; background-image: none; }#T7PpTRlHrMkeTfxDymynmHlTww4ROiJ2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(128,29,209,0.74); }#T7PpTRlHrMkeTfxDymynmHlTww4ROiJ2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7PpTRlHrMkeTfxDymynmHlTww4ROiJ2 > .row .container > .video-iframe-container { display: none; }#T7PpTRlHrMkeTfxDymynmHlTww4ROiJ2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(128,29,209,0.74); }#T7PpTRlHrMkeTfxDymynmHlTww4ROiJ2 > .row > .video-iframe-container { display: none; }#T7PpTRlHrMkeTfxDymynmHlTww4ROiJ2 > .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); }#T7PpTRlHrMkeTfxDymynmHlTww4ROiJ2 > .row .container { width:320px;height:1922px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JBlJBtEAzgtJlEoi3LrSsmQmuURLDtox { width:245px;height:78.3929px;top:201px;left:38px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #gaAhmf0b13VDczCN57WHn7cRFiJe4QXF { width:166px;height:80.5938px;top:112px;left:77px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #hGBnXSDpTOUt9IaeXG2XsfnpL4EnZ75J { width:166px;height:80.5938px;top:409px;left:77px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #sPqio42pTbSacmmJmPNxEzxIntlwpzfo { width:245px;height:78.3929px;top:499px;left:38px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #M7N7P5fNLbAITHvTxsfsov8LbKkX38TA { width:166px;height:80.5938px;top:706px;left:77px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #XAaaNAPndeAItLFMBl4NkJeZpCyhwdaV { width:245px;height:78.3929px;top:796px;left:38px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #IeXllXD7AD8IHywVsSoS68JGOg32u0u2 { width:282px;height:261px;top:40px;left:19px;display:block; }
 }@media only screen and (max-width: 763px) { #obQ7gvTBPXHwcb7latyGczTAWTqEJ63f { width:282px;height:261px;top:336px;left:19px;display:block; }
 }@media only screen and (max-width: 763px) { #nZM4fDsOTbc901X6v5s287m2JGEZVvbq { width:282px;height:261px;top:632px;left:19px;display:block; }
 }@media only screen and (max-width: 763px) { #EaFJxsx5NpBsagkT7nuaTgRfbLRO4vQi { width:277.222222px;height:58.222222px;top:1812px;left:21px;display:block; }
 }@media only screen and (max-width: 763px) { #DFOW9WhXIlSDNJS6dDs3mxNZD17Pukox { display:block; }
 }@media only screen and (max-width: 763px) { #DBn8IlW8H7fTKPcrvLoqEHytkCqa7JW3 { width:50px;height:50px;top:360px;left:135px;display:block; }
 }@media only screen and (max-width: 763px) { #xugzEUnJk1RbwPNKgL6SOs7L4st5kSeB { width:50px;height:50px;top:52px;left:135px;display:block; }
 }@media only screen and (max-width: 763px) { #bTGIz4ZORcLb2HbAMP73SVVi3mWWqQII { width:50px;height:50px;top:647px;left:135px;display:block; }
 }@media only screen and (max-width: 763px) { #zmIekkKACPXMAGTZEakwfvS4LMFMB6Ff { width:282px;height:261px;top:927px;left:19px;display:block; }
 }@media only screen and (max-width: 763px) { #y52QN2CJJJn8cBiyxVct3Tr0fnQkgXI5 { width:50px;height:50px;top:958px;left:135px;display:block; }
 }@media only screen and (max-width: 763px) { #VOzf26LoywcZmucLQtcb2bqzg0pbBIFF { width:264px;height:40.2917px;top:1034px;left:28px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #UcX0xkyw4xZMGHzfOCxiXSZOVdS2Bmx3 { width:245px;height:58.7917px;top:1094px;left:37px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #HLHm1S1qr8uLH1Ao1mdL2SzEyrWlRmeP { width:282px;height:261px;top:1214px;left:19px;display:block; }
 }@media only screen and (max-width: 763px) { #DG7yT7TXXrTT5x39ZUWKko04Zdrz13e6 { width:50px;height:50px;top:1245px;left:136px;display:block; }
 }@media only screen and (max-width: 763px) { #Dqp5vKtmybMlmbTIfFQQXZBFmST0md3s { width:232px;height:40.2917px;top:1331px;left:45px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #osxebGOScNWCxqTHsdxMc2sBzgUZXHdG { width:245px;height:39.1944px;top:1391px;left:38px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Fh9xFhd1slxu3rfwtiTIUb8geKQcZBUw { width:282px;height:261px;top:1501px;left:19px;display:block; }
 }@media only screen and (max-width: 763px) { #zOIGQ51qbgQdPkIPggTdMdXuCECRdBaM { width:50px;height:50px;top:1532px;left:136px;display:block; }
 }@media only screen and (max-width: 763px) { #RsFIawmlWoxC0x6rpPf5AJ2r3MOSDI9J { width:235px;height:40.2917px;top:1602px;left:43px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #qZbMq70WRpsR3QvWSEZxzVG4qAet0MZi { width:245px;height:58.7917px;top:1662px;left:38px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #xs1a2wMTmGgvxQqqJ5ydRAHlORoTIgI7 { display:block; }#xs1a2wMTmGgvxQqqJ5ydRAHlORoTIgI7 > .row .container { width:320px;height:616px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z1kXbOG2mnDIwqTTNbTP3RqPPAhV40wa { display:block; }#Z1kXbOG2mnDIwqTTNbTP3RqPPAhV40wa > .row .container { width:320px;height:119px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AAF96rnhMxmGdd8hVc6h6rGM0oKZXHsI { top:72px;left:22px;width:277px;height:37px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #HZ8GJRz9u6QCg1a6o3EHhZkbeXQC8xr4 { display:block; }
 }@media only screen and (max-width: 763px) { #E90T3ye4gmTLTVb6gTVIih5FxErG5Uo3 { width:320px;height:15.5982px;top:18px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #hTyNexTuc4XntwL7OTMTlrMfzqvKIBre { width:320px;height:31.1964px;top:43px;left:0px;font-size:12px;display:block; }
 }