.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); }#aiMlOfRFZKpz4kcx6GcdKfcKKq0vobec { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7a54ef33-b173-4d8b-9564-672119300f4d/laptop2min.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#aiMlOfRFZKpz4kcx6GcdKfcKKq0vobec.adaptive-delivery-prevent-bg, #aiMlOfRFZKpz4kcx6GcdKfcKKq0vobec.lazyload, #aiMlOfRFZKpz4kcx6GcdKfcKKq0vobec.lazyloading { background-image: none; }#aiMlOfRFZKpz4kcx6GcdKfcKKq0vobec > .row .container { background-color: transparent; background-image: none; }#aiMlOfRFZKpz4kcx6GcdKfcKKq0vobec::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aiMlOfRFZKpz4kcx6GcdKfcKKq0vobec > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aiMlOfRFZKpz4kcx6GcdKfcKKq0vobec > .row .container > .video-iframe-container { display: none; }#aiMlOfRFZKpz4kcx6GcdKfcKKq0vobec > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aiMlOfRFZKpz4kcx6GcdKfcKKq0vobec > .row > .video-iframe-container { display: none; }#aiMlOfRFZKpz4kcx6GcdKfcKKq0vobec > .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); }#aiMlOfRFZKpz4kcx6GcdKfcKKq0vobec > .row .container { border-width: 0; border-radius: 0; }#aiMlOfRFZKpz4kcx6GcdKfcKKq0vobec > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aiMlOfRFZKpz4kcx6GcdKfcKKq0vobec > .row .container { font-size:14px;font-family:arial;height:662px;width:1200px;position:relative;display:block; }#rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv .widget-form-header { font-size:12px; }
#rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:12px;font-weight:bold;color:#909090;width:312px;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; }
#rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv .widget-input-text { 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:312px;box-sizing:border-box;height:41px;color:#161616;font-size:18px;overflow:hidden;font-family:"open sans";vertical-align:top;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px; }
#rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv .widget-input-text {padding-top: 0; padding-bottom: 0;}#rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv .widget-textarea { 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:312px;box-sizing:border-box;height:70px;color:#161616;font-size:18px;overflow:hidden;font-family:"open sans";vertical-align:top;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px; }
#rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:1px solid #d6d4d4;border-left: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:312px;box-sizing:border-box;height:40px;color:#646464;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv .widget-input-select {padding-top: 0; padding-bottom: 0;}#rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv .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; }
#rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv .widget-input-button { border-top-left-radius:42px;border-top-right-radius:42px;border-bottom-left-radius:42px;border-bottom-right-radius:42px;background-color:rgba(255,21,0,0.68);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:1px solid rgba(90,7,0,0.41);border-left:1px solid rgba(90,7,0,0.41);border-right:1px solid rgba(90,7,0,0.41);border-bottom:1px solid rgba(90,7,0,0.41);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:18px;font-weight:bold;color:#ffffff;width:312px;height:55px;font-family:"open sans";overflow:hidden;text-align:center;text-align-last:center; }
#rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:18px; }
#rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:18px; }
#rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:18px; }
#rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:18px; }
#rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv .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.2;font-size:11px;font-weight:300;color:#000000;vertical-align:top;width:292px;overflow:hidden;font-style:normal;float:none; }
#rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv .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; }
#rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv .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;float:none; }
#rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv .widget-container { padding-top:9px;padding-right:0;padding-bottom:9px;padding-left:0;width:100%;font-size:0;height:auto; }
#rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv .widget-container:first-of-type{padding-top:0;}#rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv .widget-container:last-of-type{padding-bottom:0;}#rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv  { background-color:#03bbb2;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:312px;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 2px 10px rgba(0,0,0,0.15) ;left:139.98611450195px;top:289.98614501953px;z-index:15015;position:absolute;font-size:12px; }
#rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:312px;display:block;vertical-align:top; }
#rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:11px;line-height:1.3;font-weight:700;color:#909090;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; }
#rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv {display:block;}#rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv { background-color:#03bbb2;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:312px;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 2px 10px rgba(0,0,0,0.15) ;left:139.98611450195px;top:289.98614501953px;z-index:15015;position:absolute;font-size:12px; }
#rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv #WsMxOohpGOBd2wZqdBr5bF5vbraoMElX { position:relative; }
#rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv #bJJwQ7GGnNeTq4QKSZ5eAFp56uW6S70F { position:relative;display:block; }
#rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv #cTAZ9qyJEtGdbkQWrv39uHQVT2fc9fr3 { position:relative; }
#rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv #cNTltZuKPkyn5mQ37dvELnG4cKc7L7gu { position:relative; }
#rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv #znfvRzSt20HPN09sU9UbwOsfyKcVzabX { position:relative;display:block; }
#rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv #hvniexsSKGDkZkny2SrobqyoPQyZQLy3 { position:relative; }
#rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv #T11whKwUyCMWKUH8pTnS76xqF8RiOtq7 { position:relative; }
#rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv #KnL8kXXTHTfnJTMnqDqGKm0k4bppTCia { position:relative;z-index:2; }
#rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv #ZRKXqZWwC0cUbcQUvRJ0qxtUJorqVHMm { position:relative; }
#E2ZSGiixbA4GUg3XW4RJGMagRaOuMXR7 { position:relative;display:block; }
#dBzaSOr1d5VOfAZ6myu2VQQdMhF5dR8g { position:relative;display:block; }
#V8VtIeOfxDbuxfhIGNK0QBvIW8h0iER4 { position:relative;display:block; }
#AWoAMWI0cSCNe1WyuDb1L05i8tXGWEfv { position:relative;display:block; }
#h0RdK8wKgAFFWJkAqQHU2O5slbaEThnK { position:relative;display:block; }
#Zfc2y9LIz13hfGtVVMfERgcXuusvhFWP { position:relative;display:block; }
#bLioelJGdR6nd6HcGvQg5LDwcK78SvB0 { position:relative;display:block; }
#rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv #kbWvTQMyXqwkpN5nCWWtZDvKzxehqZwZ { position:relative; }
#rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv #TbhtZMT6MxfM0MEoN5LXLhVZf7RZQiJi { position:relative; }
#IAgl80JNiFhJX8pBT3l9nvl8mPlvO2NA { color:#000000;display:block;width:363px;position:absolute;font-family:roboto;font-size:16px;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:219px;left:140px;height:41.5938px;font-style:normal;display:block; }
#TU6a9iBkiyDrrnV0XiZbhuxpbE1v8yUx { color:#000000;display:block;width:602px;position:absolute;font-family:roboto;font-size:40px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:100px;left:140px;height:104px;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#npGPHayDiQrUnaSy1Hx4Jle9hIPPcWwT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3b19050c-1ab9-434e-b628-ed60e36a020c/ribbons1min.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#npGPHayDiQrUnaSy1Hx4Jle9hIPPcWwT.adaptive-delivery-prevent-bg, #npGPHayDiQrUnaSy1Hx4Jle9hIPPcWwT.lazyload, #npGPHayDiQrUnaSy1Hx4Jle9hIPPcWwT.lazyloading { background-image: none; }#npGPHayDiQrUnaSy1Hx4Jle9hIPPcWwT > .row .container { background-color: transparent; background-image: none; }#npGPHayDiQrUnaSy1Hx4Jle9hIPPcWwT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#npGPHayDiQrUnaSy1Hx4Jle9hIPPcWwT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#npGPHayDiQrUnaSy1Hx4Jle9hIPPcWwT > .row .container > .video-iframe-container { display: none; }#npGPHayDiQrUnaSy1Hx4Jle9hIPPcWwT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#npGPHayDiQrUnaSy1Hx4Jle9hIPPcWwT > .row > .video-iframe-container { display: none; }#npGPHayDiQrUnaSy1Hx4Jle9hIPPcWwT > .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); }#npGPHayDiQrUnaSy1Hx4Jle9hIPPcWwT > .row .container { border-width: 0; border-radius: 0; }#npGPHayDiQrUnaSy1Hx4Jle9hIPPcWwT::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; }#npGPHayDiQrUnaSy1Hx4Jle9hIPPcWwT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#npGPHayDiQrUnaSy1Hx4Jle9hIPPcWwT > .row .container { font-size:14px;font-family:arial;height:540px;width:1200px;position:relative;display:block; }#pnwNyruKkn3RwvFF14goTIcMBNkIuw9R { color:#ff6a00;display:block;width:256px;position:absolute;font-family:"brittany signature";font-size:28px;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:402px;left:676px;height:36.3984px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aiyGT8CW957qCXxSqvHVmQ9osPtNGz65 { position:absolute;display:block;z-index:15041;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e90432ba-be17-47eb-800f-bebf1493e4a9/MahiraHabes.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-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -20px -20px 0 #03bbb2 ;height:256px;width:256px;top:120px;left:676px;display:block; }#aiyGT8CW957qCXxSqvHVmQ9osPtNGz65.adaptive-delivery-prevent-bg, #aiyGT8CW957qCXxSqvHVmQ9osPtNGz65.lazyload, #aiyGT8CW957qCXxSqvHVmQ9osPtNGz65.lazyloading { background-image: none; }
#Cyq0cvpQ28CfiKJFFccJTTqvfFKQAA0u { color:rgba(0,0,0,0.78);display:block;width:278px;position:absolute;font-family:roboto;font-size:19px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:276.65625px;left:226px;height:24.7031px;font-style:normal;display:block; }
#BHaL3iOGMCR8K2OBWfPclbhXF6LrwrSM { color:rgba(0,0,0,0.78);display:block;width:306px;position:absolute;font-family:roboto;font-size:19px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:200.65625px;left:226px;height:24.7031px;font-style:normal;display:block; }
#qk3ab5BG2PTxIGgDO28Gik12hensO1Ma { color:rgba(0,0,0,0.78);display:block;width:327px;position:absolute;font-family:roboto;font-size:19px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:359.65625px;left:226px;height:24.7031px;font-style:normal;display:block; }
#JPDzekbkVhTmMSOeDwI61KGxahqkAihW { color:rgba(0,0,0,0.78);display:block;width:278px;position:absolute;font-family:roboto;font-size:19px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:120px;left:226px;height:24.7031px;font-style:normal;display:block; }
#ZaGAUKRTKhb3zQ46NJr83MEc8aMgPtyN { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:84px;width:84px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:171px;left:128px; }
#wXRAke0tUkffGtvSCtSuZUElHhx87bOL { position:absolute;display:block;z-index:15042;background-color:#ff1500;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:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;height:60px;width:60px;top:342px;left:140px;display:block; }
#PTIh5FcVnShxtdlZ2vRDEJV2VTHLBqQ5 { position:absolute;display:block;z-index:15043;background-color:#ff7f00;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:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;height:60px;width:60px;top:259px;left:140px;display:block; }
#lAxvFec5Za1ODVDxU9HKJshN3ozyS1US { position:absolute;display:block;z-index:15044;background-color:#ff6a00;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:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;height:60px;width:60px;top:183px;left:140px;display:block; }
#i69P8gOcImlBawGM7LXMU1qO4HGAnKXB { position:absolute;display:block;z-index:15045;background-color:#ff4a00;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:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;height:60px;width:60px;top:102px;left:140px;display:block; }
#cUbP5y57aTxNgHpblNEHggizxv4VKXFM { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:41px;width:41px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:112px;left:150px; }
#QKZnJs4rQB4sTO47a1MzhB3qV86IC7wC { box-sizing:content-box;color:#5d92ff;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:352px;left:150px; }
#INBQrw6HP9z2iaQofzJgihdS16Zkxg9Q { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:43px;width:43px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:267.5px;left:148.5px; }
#HOhnAZ8riua571q1vs36EJxk5TntZgl0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8a1c516d-7987-4195-ab3a-8f5a6ccce44b/bottomribbonmin.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#HOhnAZ8riua571q1vs36EJxk5TntZgl0.adaptive-delivery-prevent-bg, #HOhnAZ8riua571q1vs36EJxk5TntZgl0.lazyload, #HOhnAZ8riua571q1vs36EJxk5TntZgl0.lazyloading { background-image: none; }#HOhnAZ8riua571q1vs36EJxk5TntZgl0 > .row .container { background-color: transparent; background-image: none; }#HOhnAZ8riua571q1vs36EJxk5TntZgl0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #03bbb2; }#HOhnAZ8riua571q1vs36EJxk5TntZgl0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HOhnAZ8riua571q1vs36EJxk5TntZgl0 > .row .container > .video-iframe-container { display: none; }#HOhnAZ8riua571q1vs36EJxk5TntZgl0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #03bbb2; }#HOhnAZ8riua571q1vs36EJxk5TntZgl0 > .row > .video-iframe-container { display: none; }#HOhnAZ8riua571q1vs36EJxk5TntZgl0 > .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); }#HOhnAZ8riua571q1vs36EJxk5TntZgl0 > .row .container { border-width: 0; border-radius: 0; }#HOhnAZ8riua571q1vs36EJxk5TntZgl0::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; }#HOhnAZ8riua571q1vs36EJxk5TntZgl0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HOhnAZ8riua571q1vs36EJxk5TntZgl0 > .row .container { font-size:14px;font-family:arial;height:128px;width:1200px;position:relative;display:block; }#KB05m7rTB3PGIrBbygzNSliNB7HI2NTq { color:#000000;display:block;width:1200px;position:absolute;font-family:roboto;font-size:12px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:23.8125px;left:0px;height:31.1944px;text-align:center;text-align-last:center;display:block; }
#NWENKDw4ltIWr56fLlHlnnldoaLxWq4s { color:#000000;display:block;width:1200px;position:absolute;font-family:roboto;font-size:12px;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:56.1953125px;left:0px;height:15.5972px;text-align:center;text-align-last:center;display:block; }
#RuVPT2VBNmc5b8ClpmLAkVBuamrFC89w { z-index:15005;top:70px;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-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;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; }
#g9m3bNATynQAL77HgCh6Hk03tK6B6Gd4 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aiMlOfRFZKpz4kcx6GcdKfcKKq0vobec { display:block; }#aiMlOfRFZKpz4kcx6GcdKfcKKq0vobec > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv .widget-regular-label { display:block; }
#rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv .widget-checkbox-label { width:220px; }
#rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv  { width:240px;height:auto; }
#rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv {display:block;}#rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv { width:240px;height:auto; }
 }@media only screen and (max-width: 763px) { #rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv #WsMxOohpGOBd2wZqdBr5bF5vbraoMElX {  }
 }@media only screen and (max-width: 763px) { #rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv #bJJwQ7GGnNeTq4QKSZ5eAFp56uW6S70F { display:block; }
 }@media only screen and (max-width: 763px) { #rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv #cTAZ9qyJEtGdbkQWrv39uHQVT2fc9fr3 {  }
 }@media only screen and (max-width: 763px) { #rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv #cNTltZuKPkyn5mQ37dvELnG4cKc7L7gu {  }
 }@media only screen and (max-width: 763px) { #rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv #znfvRzSt20HPN09sU9UbwOsfyKcVzabX { display:block; }
 }@media only screen and (max-width: 763px) { #rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv #hvniexsSKGDkZkny2SrobqyoPQyZQLy3 {  }
 }@media only screen and (max-width: 763px) { #rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv #T11whKwUyCMWKUH8pTnS76xqF8RiOtq7 {  }
 }@media only screen and (max-width: 763px) { #rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv #KnL8kXXTHTfnJTMnqDqGKm0k4bppTCia { z-index:2; }
 }@media only screen and (max-width: 763px) { #rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv #ZRKXqZWwC0cUbcQUvRJ0qxtUJorqVHMm {  }
 }@media only screen and (max-width: 763px) { #E2ZSGiixbA4GUg3XW4RJGMagRaOuMXR7 { display:block; }
 }@media only screen and (max-width: 763px) { #dBzaSOr1d5VOfAZ6myu2VQQdMhF5dR8g { display:block; }
 }@media only screen and (max-width: 763px) { #V8VtIeOfxDbuxfhIGNK0QBvIW8h0iER4 { display:block; }
 }@media only screen and (max-width: 763px) { #AWoAMWI0cSCNe1WyuDb1L05i8tXGWEfv { display:block; }
 }@media only screen and (max-width: 763px) { #h0RdK8wKgAFFWJkAqQHU2O5slbaEThnK { display:block; }
 }@media only screen and (max-width: 763px) { #Zfc2y9LIz13hfGtVVMfERgcXuusvhFWP { display:block; }
 }@media only screen and (max-width: 763px) { #bLioelJGdR6nd6HcGvQg5LDwcK78SvB0 { display:block; }
 }@media only screen and (max-width: 763px) { #rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv #kbWvTQMyXqwkpN5nCWWtZDvKzxehqZwZ {  }
 }@media only screen and (max-width: 763px) { #rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv #TbhtZMT6MxfM0MEoN5LXLhVZf7RZQiJi {  }
 }@media only screen and (max-width: 763px) { #IAgl80JNiFhJX8pBT3l9nvl8mPlvO2NA { top:219px;left:0px;width:363px;height:41px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #TU6a9iBkiyDrrnV0XiZbhuxpbE1v8yUx { top:100px;left:0px;width:602px;height:104px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #npGPHayDiQrUnaSy1Hx4Jle9hIPPcWwT { display:block; }#npGPHayDiQrUnaSy1Hx4Jle9hIPPcWwT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pnwNyruKkn3RwvFF14goTIcMBNkIuw9R { top:402px;left:457.984375px;width:255px;height:36px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #aiyGT8CW957qCXxSqvHVmQ9osPtNGz65 { top:120px;left:458px;width:256px;height:256px;display:block; }
 }@media only screen and (max-width: 763px) { #Cyq0cvpQ28CfiKJFFccJTTqvfFKQAA0u { top:276px;left:8px;width:278px;height:24px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #BHaL3iOGMCR8K2OBWfPclbhXF6LrwrSM { top:200px;left:8px;width:306px;height:24px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #qk3ab5BG2PTxIGgDO28Gik12hensO1Ma { top:359px;left:8px;width:327px;height:24px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #JPDzekbkVhTmMSOeDwI61KGxahqkAihW { top:120px;left:8px;width:278px;height:24px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #ZaGAUKRTKhb3zQ46NJr83MEc8aMgPtyN { top:171px;left:0px;width:84px;height:84px;display:block; }
 }@media only screen and (max-width: 763px) { #wXRAke0tUkffGtvSCtSuZUElHhx87bOL { top:342px;left:0px;width:60px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #PTIh5FcVnShxtdlZ2vRDEJV2VTHLBqQ5 { top:259px;left:0px;width:60px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #lAxvFec5Za1ODVDxU9HKJshN3ozyS1US { top:183px;left:0px;width:60px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #i69P8gOcImlBawGM7LXMU1qO4HGAnKXB { top:102px;left:0px;width:60px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #cUbP5y57aTxNgHpblNEHggizxv4VKXFM { top:112px;left:0px;width:41px;height:41px;display:block; }
 }@media only screen and (max-width: 763px) { #QKZnJs4rQB4sTO47a1MzhB3qV86IC7wC { top:352px;left:0px;width:40px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #INBQrw6HP9z2iaQofzJgihdS16Zkxg9Q { top:267px;left:0px;width:43px;height:43px;display:block; }
 }@media only screen and (max-width: 763px) { #HOhnAZ8riua571q1vs36EJxk5TntZgl0 { display:block; }#HOhnAZ8riua571q1vs36EJxk5TntZgl0 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KB05m7rTB3PGIrBbygzNSliNB7HI2NTq { top:23px;left:0px;width:764px;height:31px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #NWENKDw4ltIWr56fLlHlnnldoaLxWq4s { top:56px;left:0px;width:764px;height:15px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #RuVPT2VBNmc5b8ClpmLAkVBuamrFC89w { top:70px;left:236px;width:292px;height:37px;display:block; }
 }@media only screen and (max-width: 763px) { #g9m3bNATynQAL77HgCh6Hk03tK6B6Gd4 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/eb9981ec-e8fe-41d9-8254-5282bb328e8f/nordwoodthemeskRNZiGKtz48photo1513530534585c7b1394c6d51.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); } }@media only screen and (max-width: 763px) { #aiMlOfRFZKpz4kcx6GcdKfcKKq0vobec { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7a54ef33-b173-4d8b-9564-672119300f4d/laptop2min.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#aiMlOfRFZKpz4kcx6GcdKfcKKq0vobec.adaptive-delivery-prevent-bg, #aiMlOfRFZKpz4kcx6GcdKfcKKq0vobec.lazyload, #aiMlOfRFZKpz4kcx6GcdKfcKKq0vobec.lazyloading { background-image: none; }#aiMlOfRFZKpz4kcx6GcdKfcKKq0vobec > .row .container { background-color: transparent; background-image: none; }#aiMlOfRFZKpz4kcx6GcdKfcKKq0vobec::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aiMlOfRFZKpz4kcx6GcdKfcKKq0vobec > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aiMlOfRFZKpz4kcx6GcdKfcKKq0vobec > .row .container > .video-iframe-container { display: none; }#aiMlOfRFZKpz4kcx6GcdKfcKKq0vobec > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aiMlOfRFZKpz4kcx6GcdKfcKKq0vobec > .row > .video-iframe-container { display: none; }#aiMlOfRFZKpz4kcx6GcdKfcKKq0vobec > .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); }#aiMlOfRFZKpz4kcx6GcdKfcKKq0vobec > .row .container { width:320px;height:600px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv .widget-regular-label { display:block;width:258px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv .widget-input-text { width:258px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:17px;overflow:hidden; }
#rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv .widget-input-text {padding-top: 0; padding-bottom: 0;}#rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv .widget-textarea { width:258px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:17px;overflow:hidden; }
#rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv .widget-input-select { width:258px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv .widget-input-select {padding-top: 0; padding-bottom: 0;}#rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv .widget-input-button { width:258px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:18px;overflow:hidden; }
#rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv [class*="-text"]:-moz-placeholder { font-size:17px; }
#rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv [class*="-text"]::-moz-placeholder { font-size:17px; }
#rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv [class*="-text"]:-ms-input-placeholder { font-size:17px; }
#rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv [class*="-text"]::-webkit-input-placeholder { font-size:17px; }
#rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv .widget-checkbox-label { width:238px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:10px;overflow:hidden;height:auto; }
#rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv  { width:258px;height:auto;top:247px;left:11px; }
#rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv .radio-container { width:258px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv {display:block;}#rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv { width:258px;height:auto;top:247px;left:11px; }
 }@media only screen and (max-width: 763px) { #rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv #WsMxOohpGOBd2wZqdBr5bF5vbraoMElX {  }
 }@media only screen and (max-width: 763px) { #rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv #bJJwQ7GGnNeTq4QKSZ5eAFp56uW6S70F { display:block; }
 }@media only screen and (max-width: 763px) { #rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv #cTAZ9qyJEtGdbkQWrv39uHQVT2fc9fr3 {  }
 }@media only screen and (max-width: 763px) { #rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv #cNTltZuKPkyn5mQ37dvELnG4cKc7L7gu {  }
 }@media only screen and (max-width: 763px) { #rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv #znfvRzSt20HPN09sU9UbwOsfyKcVzabX { display:block; }
 }@media only screen and (max-width: 763px) { #rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv #hvniexsSKGDkZkny2SrobqyoPQyZQLy3 {  }
 }@media only screen and (max-width: 763px) { #rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv #T11whKwUyCMWKUH8pTnS76xqF8RiOtq7 {  }
 }@media only screen and (max-width: 763px) { #rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv #KnL8kXXTHTfnJTMnqDqGKm0k4bppTCia { z-index:2; }
 }@media only screen and (max-width: 763px) { #rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv #ZRKXqZWwC0cUbcQUvRJ0qxtUJorqVHMm {  }
 }@media only screen and (max-width: 763px) { #E2ZSGiixbA4GUg3XW4RJGMagRaOuMXR7 { display:block; }
 }@media only screen and (max-width: 763px) { #dBzaSOr1d5VOfAZ6myu2VQQdMhF5dR8g { display:block; }
 }@media only screen and (max-width: 763px) { #V8VtIeOfxDbuxfhIGNK0QBvIW8h0iER4 { display:block; }
 }@media only screen and (max-width: 763px) { #AWoAMWI0cSCNe1WyuDb1L05i8tXGWEfv { display:block; }
 }@media only screen and (max-width: 763px) { #h0RdK8wKgAFFWJkAqQHU2O5slbaEThnK { display:block; }
 }@media only screen and (max-width: 763px) { #Zfc2y9LIz13hfGtVVMfERgcXuusvhFWP { display:block; }
 }@media only screen and (max-width: 763px) { #bLioelJGdR6nd6HcGvQg5LDwcK78SvB0 { display:block; }
 }@media only screen and (max-width: 763px) { #rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv #kbWvTQMyXqwkpN5nCWWtZDvKzxehqZwZ {  }
 }@media only screen and (max-width: 763px) { #rT17vhvHWsNE5t6pWSMAIHn4GtxEaICv #TbhtZMT6MxfM0MEoN5LXLhVZf7RZQiJi {  }
 }@media only screen and (max-width: 763px) { #IAgl80JNiFhJX8pBT3l9nvl8mPlvO2NA { width:258px;height:39px;top:176px;left:11px;font-size:15px;text-align:left;text-align-last:left;color:#000000;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TU6a9iBkiyDrrnV0XiZbhuxpbE1v8yUx { width:281px;height:117px;top:49px;left:8.5px;font-size:30px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #npGPHayDiQrUnaSy1Hx4Jle9hIPPcWwT { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3b19050c-1ab9-434e-b628-ed60e36a020c/ribbons1min.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#npGPHayDiQrUnaSy1Hx4Jle9hIPPcWwT.adaptive-delivery-prevent-bg, #npGPHayDiQrUnaSy1Hx4Jle9hIPPcWwT.lazyload, #npGPHayDiQrUnaSy1Hx4Jle9hIPPcWwT.lazyloading { background-image: none; }#npGPHayDiQrUnaSy1Hx4Jle9hIPPcWwT > .row .container { background-color: transparent; background-image: none; }#npGPHayDiQrUnaSy1Hx4Jle9hIPPcWwT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#npGPHayDiQrUnaSy1Hx4Jle9hIPPcWwT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#npGPHayDiQrUnaSy1Hx4Jle9hIPPcWwT > .row .container > .video-iframe-container { display: none; }#npGPHayDiQrUnaSy1Hx4Jle9hIPPcWwT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#npGPHayDiQrUnaSy1Hx4Jle9hIPPcWwT > .row > .video-iframe-container { display: none; }#npGPHayDiQrUnaSy1Hx4Jle9hIPPcWwT > .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); }#npGPHayDiQrUnaSy1Hx4Jle9hIPPcWwT > .row .container { width:320px;height:612px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pnwNyruKkn3RwvFF14goTIcMBNkIuw9R { width:320px;height:25.9688px;top:267.1875px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #aiyGT8CW957qCXxSqvHVmQ9osPtNGz65 { width:191px;height:191px;top:59px;left:63px;display:block; }
 }@media only screen and (max-width: 763px) { #Cyq0cvpQ28CfiKJFFccJTTqvfFKQAA0u { width:249px;height:19.5px;top:454.75px;left:63px;font-size:15px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BHaL3iOGMCR8K2OBWfPclbhXF6LrwrSM { width:249px;height:19.5px;top:394.75px;left:63px;font-size:15px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qk3ab5BG2PTxIGgDO28Gik12hensO1Ma { width:249px;height:19.5px;top:515.75px;left:63px;font-size:15px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JPDzekbkVhTmMSOeDwI61KGxahqkAihW { width:249px;height:19.5px;top:333px;left:64px;font-size:15px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZaGAUKRTKhb3zQ46NJr83MEc8aMgPtyN { width:42px;height:42px;top:383.5px;left:10.5px;display:block; }
 }@media only screen and (max-width: 763px) { #wXRAke0tUkffGtvSCtSuZUElHhx87bOL { width:45px;height:45px;top:503px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #PTIh5FcVnShxtdlZ2vRDEJV2VTHLBqQ5 { width:45px;height:45px;top:442px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #lAxvFec5Za1ODVDxU9HKJshN3ozyS1US { width:45px;height:45px;top:382px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #i69P8gOcImlBawGM7LXMU1qO4HGAnKXB { width:45px;height:45px;top:320px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #cUbP5y57aTxNgHpblNEHggizxv4VKXFM { width:30px;height:30px;top:327px;left:15px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #QKZnJs4rQB4sTO47a1MzhB3qV86IC7wC { width:30px;height:30px;top:510.5px;left:15.5px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #INBQrw6HP9z2iaQofzJgihdS16Zkxg9Q { width:30px;height:30px;top:449.5px;left:15.5px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #HOhnAZ8riua571q1vs36EJxk5TntZgl0 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8a1c516d-7987-4195-ab3a-8f5a6ccce44b/bottomribbonmin.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HOhnAZ8riua571q1vs36EJxk5TntZgl0.adaptive-delivery-prevent-bg, #HOhnAZ8riua571q1vs36EJxk5TntZgl0.lazyload, #HOhnAZ8riua571q1vs36EJxk5TntZgl0.lazyloading { background-image: none; }#HOhnAZ8riua571q1vs36EJxk5TntZgl0 > .row .container { background-color: transparent; background-image: none; }#HOhnAZ8riua571q1vs36EJxk5TntZgl0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(3,187,178,0.99); }#HOhnAZ8riua571q1vs36EJxk5TntZgl0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HOhnAZ8riua571q1vs36EJxk5TntZgl0 > .row .container > .video-iframe-container { display: none; }#HOhnAZ8riua571q1vs36EJxk5TntZgl0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(3,187,178,0.99); }#HOhnAZ8riua571q1vs36EJxk5TntZgl0 > .row > .video-iframe-container { display: none; }#HOhnAZ8riua571q1vs36EJxk5TntZgl0 > .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); }#HOhnAZ8riua571q1vs36EJxk5TntZgl0 > .row .container { width:320px;height:126px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KB05m7rTB3PGIrBbygzNSliNB7HI2NTq { width:320px;height:28.5468px;top:18px;left:0px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #NWENKDw4ltIWr56fLlHlnnldoaLxWq4s { width:320px;height:28.5469px;top:52px;left:0px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #RuVPT2VBNmc5b8ClpmLAkVBuamrFC89w { top:83px;left:14px;width:292px;height:37px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #g9m3bNATynQAL77HgCh6Hk03tK6B6Gd4 { display:block; }
 }