.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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c0dda29b-3a4c-41a5-a8c1-66573f0c6303/6511.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.53); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.53); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:"open sans";height:49.875rem;width:75rem;overflow:visible;position:relative;display:block; }#FKbzflsktpx8SS3a01iyIf8nGQAxDiIT { color:#ffffff;display:block;width:29.5625rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:9.5625rem;left:5.375rem;height:8.7744375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IxAgqmOHVr79FFT7KBLEzP3QrC7SaPTF { color:#ffffff;display:block;width:25.625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:18.25rem;left:5.375rem;height:5.361325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RsrMMiHzgTQICDyrE8Ah4mENMKACq6yT { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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:27.25rem;width:23.875rem;top:5.625rem;left:45.125rem;display:block; }
#xzzknfbAKpnXvACFoLP4A9M2RTt0B8Ga { color:#fc65af;display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:10.21875rem;left:48.59375rem;height:4.38671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AUJHDTZKSLVl7BK4zli8CicG2hLzm2qI { color:#33383e;display:block;width:19.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:15.0625rem;left:47.5625rem;height:1.625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-form-header {  }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:19.25rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #fc65af;border-left:0.0625rem solid #fc65af;border-right:0.0625rem solid #fc65af;border-bottom:0.0625rem solid #fc65af;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-input-text {padding-top: 0; padding-bottom: 0;}#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #fc65af;border-left:0.0625rem solid #fc65af;border-right:0.0625rem solid #fc65af;border-bottom:0.0625rem solid #fc65af;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.25rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #fc65af;border-left:0.0625rem solid #fc65af;border-right:0.0625rem solid #fc65af;border-bottom:0.0625rem solid #fc65af;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-input-select {padding-top: 0; padding-bottom: 0;}#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#fc65af;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.875rem;font-weight:bold;color:#33383e;width:19.25rem;height:2.8125rem;font-family:"open sans";overflow:hidden;text-align:center;text-align-last:center; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD [class*="-text"]:-moz-placeholder { color:#33383e;font-family:"open sans";font-size:1rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD [class*="-text"]::-moz-placeholder { color:#33383e;font-family:"open sans";font-size:1rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD [class*="-text"]:-ms-input-placeholder { color:#33383e;font-family:"open sans";font-size:1rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD [class*="-text"]::-webkit-input-placeholder { color:#33383e;font-family:"open sans";font-size:1rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .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";font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:18.25rem;overflow:hidden;font-style:normal;float:none; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-container:first-of-type{padding-top:0;}#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-container:last-of-type{padding-bottom:0;}#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:16.4375rem;left:46.0625rem; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.25rem;display:block;vertical-align:top; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD {display:block;}#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:16.4375rem;left:46.0625rem; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #zBke0AyhTT8OiqaWIXdmhfJ70tpXguUs { position:relative; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #enQZyokt4klIkXhy6PwTSUFrvbk9sTFT { position:relative;display:none; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #sPlSwUDEG1r6v9ag6zcAzhaTtmRbTtTn { position:relative; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #HwpWVygpJAvxgSTBLJ6vvxuo5OrPdndf { position:relative; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #rVbvOZr4xSB3Gf6hgohri8zmgaG3v3UC { position:relative;display:none; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #XmHpg8UFzpT2iZUO2Qg4tUlTX4No9nEd { position:relative; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #uGe8QasJLusxFUIVfJc09Rk5TdroMJiL { position:relative; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #HtbwfmGVXIfUfzoPdKp9855WTht1Q8cn { position:relative;display:none; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #ebcX5ukNKGvsoNTVvqBJN8zq16vD2iL4 { position:relative; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #rUqONMJ2P0vrCDZPowIyNpWW4hRkML2U { position:relative; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #TFFquQwA8uzWKrekv9FR4iW3TeXSZbhg { position:relative; }
#ydtMfvSglUe0tp2wu2eweL0pfwD2CXhR { position:absolute;display:block;z-index:15009;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:2.3125rem;width:8.4375rem;top:7.25rem;left:52.84375rem;overflow:hidden;display:block; }
#zoRTfp8v5Oh5tMZd1VRr0BggUNBPMvoQ { color:#000000;display:block;width:16.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:29.25rem;left:48.875rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Qc2gtGGLkrrwmJJCHyrD8PRIUTQXGCP2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fc65af;background-image:url("https://images.assets-landingi.com/uc/12420406-e023-469b-bc68-44fe72d85c4a/6992.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Qc2gtGGLkrrwmJJCHyrD8PRIUTQXGCP2.adaptive-delivery-prevent-bg, #Qc2gtGGLkrrwmJJCHyrD8PRIUTQXGCP2.lazyload, #Qc2gtGGLkrrwmJJCHyrD8PRIUTQXGCP2.lazyloading { background-image: none; }#Qc2gtGGLkrrwmJJCHyrD8PRIUTQXGCP2 > .row .container { background-color: transparent; background-image: none; }#Qc2gtGGLkrrwmJJCHyrD8PRIUTQXGCP2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qc2gtGGLkrrwmJJCHyrD8PRIUTQXGCP2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qc2gtGGLkrrwmJJCHyrD8PRIUTQXGCP2 > .row .container > .video-iframe-container { display: none; }#Qc2gtGGLkrrwmJJCHyrD8PRIUTQXGCP2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qc2gtGGLkrrwmJJCHyrD8PRIUTQXGCP2 > .row > .video-iframe-container { display: none; }#Qc2gtGGLkrrwmJJCHyrD8PRIUTQXGCP2 > .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); }#Qc2gtGGLkrrwmJJCHyrD8PRIUTQXGCP2 > .row .container { border-width: 0; border-radius: 0; }#Qc2gtGGLkrrwmJJCHyrD8PRIUTQXGCP2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qc2gtGGLkrrwmJJCHyrD8PRIUTQXGCP2 > .row .container { font-size:0.875rem;font-family:arial;height:41.375rem;width:75rem;position:relative;display:block; }#lKETQBvxXF5Va2A5vJHQlQ9Eux5oHyp0 { color:#ffffff;display:block;width:41.375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.375rem;left:15rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y316sET6r0wlT4gwPVKKoETOSLJC0xgb { color:#ffffff;display:block;width:39.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:8.6875rem;left:15rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HpyCdCELmtFMFHr641tmdBE1O5LikwvK { position:absolute;display:block;z-index:15006;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:6.25rem;width:6.25rem;top:18.875rem;left:15rem;overflow:hidden;display:block; }
#ogcJa8TyE1kSntOgycuozLILN810ctuc { color:#ffffff;display:block;width:6.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:26.4375rem;left:15rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#ZeocE2SGH2rxCTllPmt4MBXwNzrK9ws5 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:18.875rem;left:27.5rem;overflow:hidden;display:block; }
#gg2VlMZgPdtKydeC0SxvDFFEt9nk78OF { color:#ffffff;display:block;width:6.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:26.4375rem;left:27.5rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#hWV3C4Loq6S7xTyx843CWo30TWLxqdh6 { position:absolute;display:block;z-index:15010;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:6.25rem;width:6.25rem;top:18.875rem;left:40rem;overflow:hidden;display:block; }
#wTM6JBk6PJfnBdptqdh1eR7deeW3tRTz { color:#ffffff;display:block;width:6.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:26.4375rem;left:40rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#GUMal92e3OhP7gm7csZVpwB1xUpABTu5 { position:absolute;display:block;z-index:15012;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:6.25rem;width:6.25rem;top:18.875rem;left:52.5rem;overflow:hidden;display:block; }
#aGbAXIs6K6JkHMSatV5Z4PLZ1wEw8cUe { color:#ffffff;display:block;width:6.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:26.4375rem;left:52.5rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#An000SBuTg4Qi6K5aaI92EZE3Rwn0dTw { background-color:rgba(0,0,0,0.55);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #fc65af;border-left:0.0625rem solid #fc65af;border-right:0.0625rem solid #fc65af;border-bottom:0.0625rem solid #fc65af;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#fc65af;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:30.125rem;left:27.5rem;display:block; }
#AIAvk3FqynU8nINgp345NpekCKR2RlOQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oac2iTMl8e4T2I0UdvJTpfTrqLuiumM6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a7aea362-6c8c-4dfe-984a-4907d0a8e5df/eBookMockup.png");background-position:top 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; }#oac2iTMl8e4T2I0UdvJTpfTrqLuiumM6.adaptive-delivery-prevent-bg, #oac2iTMl8e4T2I0UdvJTpfTrqLuiumM6.lazyload, #oac2iTMl8e4T2I0UdvJTpfTrqLuiumM6.lazyloading { background-image: none; }#oac2iTMl8e4T2I0UdvJTpfTrqLuiumM6 > .row .container { background-color: transparent; background-image: none; }#oac2iTMl8e4T2I0UdvJTpfTrqLuiumM6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oac2iTMl8e4T2I0UdvJTpfTrqLuiumM6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oac2iTMl8e4T2I0UdvJTpfTrqLuiumM6 > .row .container > .video-iframe-container { display: none; }#oac2iTMl8e4T2I0UdvJTpfTrqLuiumM6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oac2iTMl8e4T2I0UdvJTpfTrqLuiumM6 > .row > .video-iframe-container { display: none; }#oac2iTMl8e4T2I0UdvJTpfTrqLuiumM6 > .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); }#oac2iTMl8e4T2I0UdvJTpfTrqLuiumM6 > .row .container { border-width: 0; border-radius: 0; }#oac2iTMl8e4T2I0UdvJTpfTrqLuiumM6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oac2iTMl8e4T2I0UdvJTpfTrqLuiumM6 > .row .container { font-size:0.875rem;font-family:arial;height:37.5625rem;width:75rem;position:relative;display:block; }#uAgxmMwUVkNDnJFP1PGFw13OZLPfaQgs { color:#ffffff;display:block;width:25.4375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.25rem;left:3.75rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qCSvKA0zKdkGq65otzLAMCoS2QbKOMqn { position:absolute;display:block;z-index:15006;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:3.125rem;width:3.125rem;top:11.25rem;left:3.75rem;overflow:hidden;display:block; }
#iCXt8VCXCprQNwATnTsJ1HWUDLEFguEu { color:#ffffff;display:block;width:27.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:11.8125rem;left:7.5rem;height:2.2734375rem;text-align:left;text-align-last:left;display:block; }
#MkgkF7yxi79VcKoW8SWEwMrsL25moLfX { background-color:rgba(0,0,0,0.55);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #fc65af;border-left:0.0625rem solid #fc65af;border-right:0.0625rem solid #fc65af;border-bottom:0.0625rem solid #fc65af;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#fc65af;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:28.75rem;left:3.75rem;display:block; }
#JhdQGUz1CeIgIFrEw1GLH4FZVh7305pP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KgcenVOWxbuUrOi0eMNI77ab6q3MSv5X { color:#ffffff;display:block;width:25.4375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:8.0625rem;left:3.75rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dHTMTWGo3C4bfaNlT6l6NEXHroXWiue0 { color:#ffffff;display:block;width:27.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:16.8125rem;left:7.5rem;height:1.13671875rem;text-align:left;text-align-last:left;display:block; }
#S7x5V6X2cGAxyLJ7oWM9oxANAAbiRxQJ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:16.25rem;left:3.75rem;overflow:hidden;display:block; }
#EHTHvSiyXsVISXWsdcIN8WmbOLRZZgiO { color:#ffffff;display:block;width:27.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:21.8125rem;left:7.5rem;height:2.2734375rem;text-align:left;text-align-last:left;display:block; }
#obgLe5gCANvWBJAUbBRNs2m3MThHgTWy { position:absolute;display:block;z-index:15010;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:3.125rem;width:3.125rem;top:21.25rem;left:3.75rem;overflow:hidden;display:block; }
#CqTwc09AEECSydcRxioVpZGUIg6boial { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e944f59e-b391-41d3-b9a7-e66d17981949/6882Large.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; }#CqTwc09AEECSydcRxioVpZGUIg6boial.adaptive-delivery-prevent-bg, #CqTwc09AEECSydcRxioVpZGUIg6boial.lazyload, #CqTwc09AEECSydcRxioVpZGUIg6boial.lazyloading { background-image: none; }#CqTwc09AEECSydcRxioVpZGUIg6boial > .row .container { background-color: transparent; background-image: none; }#CqTwc09AEECSydcRxioVpZGUIg6boial::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqTwc09AEECSydcRxioVpZGUIg6boial > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqTwc09AEECSydcRxioVpZGUIg6boial > .row .container > .video-iframe-container { display: none; }#CqTwc09AEECSydcRxioVpZGUIg6boial > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqTwc09AEECSydcRxioVpZGUIg6boial > .row > .video-iframe-container { display: none; }#CqTwc09AEECSydcRxioVpZGUIg6boial > .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); }#CqTwc09AEECSydcRxioVpZGUIg6boial > .row .container { border-width: 0; border-radius: 0; }#CqTwc09AEECSydcRxioVpZGUIg6boial > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CqTwc09AEECSydcRxioVpZGUIg6boial > .row .container { font-size:0.875rem;font-family:arial;height:53.1875rem;width:75rem;position:relative;display:block; }#NNF4BXSpDlNxpQZvLxawN88zeWpF0OPE { color:#ffffff;display:block;width:25.4375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.9375rem;left:8.75rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sAFQaEdPGRA6D4CXWuerdtXa4ioDKFoQ { background-color:rgba(0,0,0,0.55);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #fc65af;border-left:0.0625rem solid #fc65af;border-right:0.0625rem solid #fc65af;border-bottom:0.0625rem solid #fc65af;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#fc65af;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:39.9375rem;left:28.75rem;display:block; }
#JWm5qNDciJiBaKD4AD00THLGziOENClE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZPcuITIetBh7aCBr2F9HnTlwEOGzv1tH { color:#ffffff;display:block;width:39.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:7.4375rem;left:8.75rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rA2rZ7wkrkxurAsF9O7hIxsTULLofAh5 { position:absolute;display:block;z-index:15015;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:19rem;width:7.5rem;top:16.1875rem;left:13.75rem;overflow:hidden;display:block; }
#g5vZdzcnQhK8ax3hfezebIJUdOOMsvE5 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19rem;width:7.4375rem;top:16.1875rem;left:21.25rem;overflow:hidden;display:block; }
#TmXxT8MTE2OBoU94UmiqEFdWfz5w411B { position:absolute;display:block;z-index:15017;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:19rem;width:7.4375rem;top:16.1875rem;left:28.75rem;overflow:hidden;display:block; }
#Pwhk2P7URsqDADJS4hk08usAvzyx5xoG { position:absolute;display:block;z-index:15018;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:19rem;width:7.4375rem;top:16.1875rem;left:36.25rem;overflow:hidden;display:block; }
#dvDunonMWrVsUAlLTCIzkWGrJTnCNnM2 { position:absolute;display:block;z-index:15019;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:19rem;width:7.4375rem;top:16.1875rem;left:43.75rem;overflow:hidden;display:block; }
#vSuXXBFBMNdkhSIAJrRSWPflvJiPQF66 { position:absolute;display:block;z-index:15020;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:19rem;width:7.4375rem;top:16.1875rem;left:51.25rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FKbzflsktpx8SS3a01iyIf8nGQAxDiIT { width:29.5625rem;height:8.75rem;top:9.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxAgqmOHVr79FFT7KBLEzP3QrC7SaPTF { width:25.625rem;height:7.125rem;top:18.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsrMMiHzgTQICDyrE8Ah4mENMKACq6yT { width:23.875rem;height:27.25rem;top:5.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzzknfbAKpnXvACFoLP4A9M2RTt0B8Ga { width:16.9375rem;height:4.375rem;top:10.1875rem;left:30.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUJHDTZKSLVl7BK4zli8CicG2hLzm2qI { width:19.625rem;height:1.625rem;top:15.0625rem;left:28.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-regular-label { width:19.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-input-text { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-input-text {padding-top: 0; padding-bottom: 0;}#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-textarea { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-input-select { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-input-select {padding-top: 0; padding-bottom: 0;}#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-input-button { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-checkbox-label { width:18.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD  { width:19.25rem;height:auto;top:16.4375rem;left:26rem; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .radio-container { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD {display:block;}#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD { width:19.25rem;height:auto;top:16.4375rem;left:26rem; }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #zBke0AyhTT8OiqaWIXdmhfJ70tpXguUs {  }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #enQZyokt4klIkXhy6PwTSUFrvbk9sTFT { display:none; }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #sPlSwUDEG1r6v9ag6zcAzhaTtmRbTtTn {  }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #HwpWVygpJAvxgSTBLJ6vvxuo5OrPdndf {  }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #rVbvOZr4xSB3Gf6hgohri8zmgaG3v3UC { display:none; }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #XmHpg8UFzpT2iZUO2Qg4tUlTX4No9nEd {  }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #uGe8QasJLusxFUIVfJc09Rk5TdroMJiL {  }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #HtbwfmGVXIfUfzoPdKp9855WTht1Q8cn { display:none; }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #ebcX5ukNKGvsoNTVvqBJN8zq16vD2iL4 {  }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #rUqONMJ2P0vrCDZPowIyNpWW4hRkML2U {  }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #TFFquQwA8uzWKrekv9FR4iW3TeXSZbhg {  }
 }@media only screen and (max-width: 763px) { #ydtMfvSglUe0tp2wu2eweL0pfwD2CXhR { width:8.4375rem;height:2.3125rem;top:7.25rem;left:39.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoRTfp8v5Oh5tMZd1VRr0BggUNBPMvoQ { width:16.375rem;height:1.875rem;top:29.25rem;left:31.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qc2gtGGLkrrwmJJCHyrD8PRIUTQXGCP2 { display:block; }#Qc2gtGGLkrrwmJJCHyrD8PRIUTQXGCP2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lKETQBvxXF5Va2A5vJHQlQ9Eux5oHyp0 { width:41.375rem;height:1.9375rem;top:6.375rem;left:1.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y316sET6r0wlT4gwPVKKoETOSLJC0xgb { width:39.3125rem;height:5.1875rem;top:8.6875rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpyCdCELmtFMFHr641tmdBE1O5LikwvK { width:6.25rem;height:6.25rem;top:18.875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogcJa8TyE1kSntOgycuozLILN810ctuc { width:6.25rem;height:1.125rem;top:26.4375rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeocE2SGH2rxCTllPmt4MBXwNzrK9ws5 { width:6.25rem;height:6.25rem;top:18.875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gg2VlMZgPdtKydeC0SxvDFFEt9nk78OF { width:6.25rem;height:1.125rem;top:26.4375rem;left:13.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWV3C4Loq6S7xTyx843CWo30TWLxqdh6 { width:6.25rem;height:6.25rem;top:18.875rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTM6JBk6PJfnBdptqdh1eR7deeW3tRTz { width:6.25rem;height:1.125rem;top:26.4375rem;left:26.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUMal92e3OhP7gm7csZVpwB1xUpABTu5 { width:6.25rem;height:6.25rem;top:18.875rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGbAXIs6K6JkHMSatV5Z4PLZ1wEw8cUe { width:6.25rem;height:1.125rem;top:26.4375rem;left:38.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #An000SBuTg4Qi6K5aaI92EZE3Rwn0dTw { width:17.5rem;height:3.4375rem;top:30.125rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIAvk3FqynU8nINgp345NpekCKR2RlOQ { display:block; }
 }@media only screen and (max-width: 763px) { #oac2iTMl8e4T2I0UdvJTpfTrqLuiumM6 { display:block; }#oac2iTMl8e4T2I0UdvJTpfTrqLuiumM6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uAgxmMwUVkNDnJFP1PGFw13OZLPfaQgs { width:25.4375rem;height:1.9375rem;top:6.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCSvKA0zKdkGq65otzLAMCoS2QbKOMqn { width:3.125rem;height:3.125rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCXt8VCXCprQNwATnTsJ1HWUDLEFguEu { width:27.5625rem;height:2.25rem;top:11.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkgkF7yxi79VcKoW8SWEwMrsL25moLfX { width:17.5rem;height:3.4375rem;top:28.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhdQGUz1CeIgIFrEw1GLH4FZVh7305pP { display:block; }
 }@media only screen and (max-width: 763px) { #KgcenVOWxbuUrOi0eMNI77ab6q3MSv5X { width:25.4375rem;height:1.9375rem;top:8.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHTMTWGo3C4bfaNlT6l6NEXHroXWiue0 { width:27.5625rem;height:2.25rem;top:16.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7x5V6X2cGAxyLJ7oWM9oxANAAbiRxQJ { width:3.125rem;height:3.125rem;top:16.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHTHvSiyXsVISXWsdcIN8WmbOLRZZgiO { width:27.5625rem;height:2.25rem;top:21.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #obgLe5gCANvWBJAUbBRNs2m3MThHgTWy { width:3.125rem;height:3.125rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqTwc09AEECSydcRxioVpZGUIg6boial { display:block; }#CqTwc09AEECSydcRxioVpZGUIg6boial > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NNF4BXSpDlNxpQZvLxawN88zeWpF0OPE { width:25.4375rem;height:1.9375rem;top:4.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAFQaEdPGRA6D4CXWuerdtXa4ioDKFoQ { width:17.5rem;height:3.4375rem;top:39.9375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWm5qNDciJiBaKD4AD00THLGziOENClE { display:block; }
 }@media only screen and (max-width: 763px) { #ZPcuITIetBh7aCBr2F9HnTlwEOGzv1tH { width:39.3125rem;height:5.1875rem;top:7.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rA2rZ7wkrkxurAsF9O7hIxsTULLofAh5 { width:7.5rem;height:19rem;top:16.1875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5vZdzcnQhK8ax3hfezebIJUdOOMsvE5 { width:7.4375rem;height:19rem;top:16.1875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmXxT8MTE2OBoU94UmiqEFdWfz5w411B { width:7.4375rem;height:19rem;top:16.1875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pwhk2P7URsqDADJS4hk08usAvzyx5xoG { width:7.4375rem;height:19rem;top:16.1875rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvDunonMWrVsUAlLTCIzkWGrJTnCNnM2 { width:7.4375rem;height:19rem;top:16.1875rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSuXXBFBMNdkhSIAJrRSWPflvJiPQF66 { width:7.4375rem;height:19rem;top:16.1875rem;left:37.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:40.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FKbzflsktpx8SS3a01iyIf8nGQAxDiIT { width:17.5625rem;height:5.84765625rem;top:1.25rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxAgqmOHVr79FFT7KBLEzP3QrC7SaPTF { width:20rem;height:3.8994125rem;top:7.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsrMMiHzgTQICDyrE8Ah4mENMKACq6yT { width:20rem;height:26.5625rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzzknfbAKpnXvACFoLP4A9M2RTt0B8Ga { width:18.25rem;height:1.13671875rem;top:17.3125rem;left:0.875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUJHDTZKSLVl7BK4zli8CicG2hLzm2qI { width:16.75rem;height:1.3808625rem;top:18.5rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-input-text {padding-top: 0; padding-bottom: 0;}#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-input-select {padding-top: 0; padding-bottom: 0;}#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD  { width:17.5rem;height:auto;top:19.125rem;left:0rem; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD {display:block;}#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD { width:17.5rem;height:auto;top:19.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #zBke0AyhTT8OiqaWIXdmhfJ70tpXguUs {  }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #enQZyokt4klIkXhy6PwTSUFrvbk9sTFT { display:none; }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #sPlSwUDEG1r6v9ag6zcAzhaTtmRbTtTn {  }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #HwpWVygpJAvxgSTBLJ6vvxuo5OrPdndf {  }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #rVbvOZr4xSB3Gf6hgohri8zmgaG3v3UC { display:none; }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #XmHpg8UFzpT2iZUO2Qg4tUlTX4No9nEd {  }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #uGe8QasJLusxFUIVfJc09Rk5TdroMJiL {  }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #HtbwfmGVXIfUfzoPdKp9855WTht1Q8cn { display:none; }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #ebcX5ukNKGvsoNTVvqBJN8zq16vD2iL4 {  }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #rUqONMJ2P0vrCDZPowIyNpWW4hRkML2U {  }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #TFFquQwA8uzWKrekv9FR4iW3TeXSZbhg {  }
 }@media only screen and (max-width: 763px) { #ydtMfvSglUe0tp2wu2eweL0pfwD2CXhR { width:8.4375rem;height:2.3125rem;top:14.25rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoRTfp8v5Oh5tMZd1VRr0BggUNBPMvoQ { width:16.375rem;height:1.94921875rem;top:34.75rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qc2gtGGLkrrwmJJCHyrD8PRIUTQXGCP2 { display:block; }#Qc2gtGGLkrrwmJJCHyrD8PRIUTQXGCP2 > .row .container { width:20rem;height:50.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lKETQBvxXF5Va2A5vJHQlQ9Eux5oHyp0 { width:20rem;height:5.84765625rem;top:1.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y316sET6r0wlT4gwPVKKoETOSLJC0xgb { width:20rem;height:10.3984375rem;top:8.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpyCdCELmtFMFHr641tmdBE1O5LikwvK { width:6.25rem;height:6.25rem;top:21.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogcJa8TyE1kSntOgycuozLILN810ctuc { width:6.25rem;height:1.13671875rem;top:28.625rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeocE2SGH2rxCTllPmt4MBXwNzrK9ws5 { width:6.25rem;height:6.25rem;top:21.6875rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gg2VlMZgPdtKydeC0SxvDFFEt9nk78OF { width:6.25rem;height:1.13671875rem;top:28.625rem;left:11.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWV3C4Loq6S7xTyx843CWo30TWLxqdh6 { width:6.25rem;height:6.25rem;top:31.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTM6JBk6PJfnBdptqdh1eR7deeW3tRTz { width:6.25rem;height:1.13671875rem;top:38.75rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUMal92e3OhP7gm7csZVpwB1xUpABTu5 { width:6.25rem;height:6.25rem;top:31.6875rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGbAXIs6K6JkHMSatV5Z4PLZ1wEw8cUe { width:6.25rem;height:1.13671875rem;top:38.75rem;left:11.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #An000SBuTg4Qi6K5aaI92EZE3Rwn0dTw { width:17.5rem;height:3.4375rem;top:41.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIAvk3FqynU8nINgp345NpekCKR2RlOQ { display:block; }
 }@media only screen and (max-width: 763px) { #oac2iTMl8e4T2I0UdvJTpfTrqLuiumM6 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a7aea362-6c8c-4dfe-984a-4907d0a8e5df/eBookMockup.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#oac2iTMl8e4T2I0UdvJTpfTrqLuiumM6.adaptive-delivery-prevent-bg, #oac2iTMl8e4T2I0UdvJTpfTrqLuiumM6.lazyload, #oac2iTMl8e4T2I0UdvJTpfTrqLuiumM6.lazyloading { background-image: none; }#oac2iTMl8e4T2I0UdvJTpfTrqLuiumM6 > .row .container { background-color: transparent; background-image: none; }#oac2iTMl8e4T2I0UdvJTpfTrqLuiumM6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.78); }#oac2iTMl8e4T2I0UdvJTpfTrqLuiumM6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oac2iTMl8e4T2I0UdvJTpfTrqLuiumM6 > .row .container > .video-iframe-container { display: none; }#oac2iTMl8e4T2I0UdvJTpfTrqLuiumM6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.78); }#oac2iTMl8e4T2I0UdvJTpfTrqLuiumM6 > .row > .video-iframe-container { display: none; }#oac2iTMl8e4T2I0UdvJTpfTrqLuiumM6 > .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); }#oac2iTMl8e4T2I0UdvJTpfTrqLuiumM6 > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uAgxmMwUVkNDnJFP1PGFw13OZLPfaQgs { width:20rem;height:1.625rem;top:5rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCSvKA0zKdkGq65otzLAMCoS2QbKOMqn { width:3.125rem;height:3.125rem;top:11.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCXt8VCXCprQNwATnTsJ1HWUDLEFguEu { width:13.8125rem;height:3.41015625rem;top:11.25rem;left:5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkgkF7yxi79VcKoW8SWEwMrsL25moLfX { width:17.5rem;height:3.4375rem;top:28.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhdQGUz1CeIgIFrEw1GLH4FZVh7305pP { display:block; }
 }@media only screen and (max-width: 763px) { #KgcenVOWxbuUrOi0eMNI77ab6q3MSv5X { width:20rem;height:1.625rem;top:6.75rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHTMTWGo3C4bfaNlT6l6NEXHroXWiue0 { width:13.6875rem;height:3.41015625rem;top:16.25rem;left:5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7x5V6X2cGAxyLJ7oWM9oxANAAbiRxQJ { width:3.125rem;height:3.125rem;top:16.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHTHvSiyXsVISXWsdcIN8WmbOLRZZgiO { width:14rem;height:4.546875rem;top:21.25rem;left:5.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #obgLe5gCANvWBJAUbBRNs2m3MThHgTWy { width:3.125rem;height:3.125rem;top:21.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqTwc09AEECSydcRxioVpZGUIg6boial { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e944f59e-b391-41d3-b9a7-e66d17981949/6882Large.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#CqTwc09AEECSydcRxioVpZGUIg6boial.adaptive-delivery-prevent-bg, #CqTwc09AEECSydcRxioVpZGUIg6boial.lazyload, #CqTwc09AEECSydcRxioVpZGUIg6boial.lazyloading { background-image: none; }#CqTwc09AEECSydcRxioVpZGUIg6boial > .row .container { background-color: transparent; background-image: none; }#CqTwc09AEECSydcRxioVpZGUIg6boial::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.78); }#CqTwc09AEECSydcRxioVpZGUIg6boial > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqTwc09AEECSydcRxioVpZGUIg6boial > .row .container > .video-iframe-container { display: none; }#CqTwc09AEECSydcRxioVpZGUIg6boial > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.78); }#CqTwc09AEECSydcRxioVpZGUIg6boial > .row > .video-iframe-container { display: none; }#CqTwc09AEECSydcRxioVpZGUIg6boial > .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); }#CqTwc09AEECSydcRxioVpZGUIg6boial > .row .container { width:20rem;height:55.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NNF4BXSpDlNxpQZvLxawN88zeWpF0OPE { width:20rem;height:1.94921875rem;top:2.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAFQaEdPGRA6D4CXWuerdtXa4ioDKFoQ { width:17.5rem;height:3.4375rem;top:48.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWm5qNDciJiBaKD4AD00THLGziOENClE { display:block; }
 }@media only screen and (max-width: 763px) { #ZPcuITIetBh7aCBr2F9HnTlwEOGzv1tH { width:20rem;height:9.098625rem;top:4.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rA2rZ7wkrkxurAsF9O7hIxsTULLofAh5 { width:5rem;height:12.625rem;top:17.1875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5vZdzcnQhK8ax3hfezebIJUdOOMsvE5 { width:5rem;height:12.75rem;top:17.1875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmXxT8MTE2OBoU94UmiqEFdWfz5w411B { width:5rem;height:12.75rem;top:17.1875rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pwhk2P7URsqDADJS4hk08usAvzyx5xoG { width:5rem;height:12.75rem;top:32.1875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvDunonMWrVsUAlLTCIzkWGrJTnCNnM2 { width:5rem;height:12.75rem;top:32.1875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSuXXBFBMNdkhSIAJrRSWPflvJiPQF66 { width:5rem;height:12.75rem;top:32.1875rem;left:12.5rem;display:block; }
 }