.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:219,229,255;--color-primary-1:148,178,255;--color-primary-2:77,127,255;--color-primary-3:35,87,219;--color-primary-4:15,25,51;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"GT Walsheim";--paragraphs-font-family:"GT Walsheim"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}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/93ff869e-e9a7-47e0-b745-7efcde87b706/11959895_1.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-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(var(--color-tertiary-4),0.55); }#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(var(--color-tertiary-4),0.55); }#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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:49.75rem;width:60rem;overflow:visible;position:relative;display:block; }#BFGEzyuZC8ye7vtpChwB5GHDszCNeul5 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:8.8119668960569rem;left:0rem;height:3.65589375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fTLI29nTdL1x6zElXx4u8EQxsnEiZCwx { color:rgba(var(--color-tertiary-0),1);display:block;width:34.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:11.6875rem;left:0rem;height:4.874825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NordyqwUvMJtVZv3BKO9Nu6iiE2prlAP { color:rgba(var(--color-tertiary-0),1);display:block;width:34.9360625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:17.247690200806rem;left:0rem;height:6.18696875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nTxetrlxe4nhcvgdfxXU00U7wKtyX4Oa { color:rgba(var(--color-tertiary-0),0.82);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:25.059658050537rem;left:0rem;height:4.8739375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gN8SrDvkAI7ruVfDkPU4JouWVTNlTrG7 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.8118125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:34.10404586792rem;left:1.3707389831543rem;height:1.62464375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ee26FL9HF6gK3CGUwkBbgBXk1UE2ta0r { background-color:rgba(var(--color-primary-3),1);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-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(30,30,30,0.12) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:39.434303283691rem;left:3.7491130828858rem;display:block; }
#SOtpZWZuTgA3ZHrJP8JgxU9cwrrgbZ77 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#muhuSgKHWGIqsNesSyCW9GUCspKLzKzW { color:rgba(var(--color-tertiary-0),1);display:block;width:11.312125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:35.5625rem;left:10.125rem;height:3.73668125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dGTbTcxgFU650uOaFTBqq95fl0xprcS8 { color:#ed2c2c;display:block;width:5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:36.6875rem;left:4.375rem;height:2.2745rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#kbM9OqfLXBTQzzH8VCnkvog993bJtdpG { color:rgba(var(--color-tertiary-2),1);display:block;width:14.2489375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.375rem #000000;top:43.958618164062rem;left:4.1228694915771rem;height:2.24964375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#doNfTmMZtrgo7dmRby3NPIdLtawZp26W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b7b36fc3-6299-4f24-bb21-f7295111504f/BG_template_Ebook_2.jpg");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; }#doNfTmMZtrgo7dmRby3NPIdLtawZp26W.adaptive-delivery-prevent-bg, #doNfTmMZtrgo7dmRby3NPIdLtawZp26W.lazyload, #doNfTmMZtrgo7dmRby3NPIdLtawZp26W.lazyloading { background-image: none; }#doNfTmMZtrgo7dmRby3NPIdLtawZp26W > .row .container { background-color: transparent; background-image: none; }#doNfTmMZtrgo7dmRby3NPIdLtawZp26W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doNfTmMZtrgo7dmRby3NPIdLtawZp26W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doNfTmMZtrgo7dmRby3NPIdLtawZp26W > .row .container > .video-iframe-container { display: none; }#doNfTmMZtrgo7dmRby3NPIdLtawZp26W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doNfTmMZtrgo7dmRby3NPIdLtawZp26W > .row > .video-iframe-container { display: none; }#doNfTmMZtrgo7dmRby3NPIdLtawZp26W > .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); }#doNfTmMZtrgo7dmRby3NPIdLtawZp26W > .row .container { border-width: 0; border-radius: 0; }#doNfTmMZtrgo7dmRby3NPIdLtawZp26W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#doNfTmMZtrgo7dmRby3NPIdLtawZp26W > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:60rem;position:relative;display:block; }#wWoS3Eb8Bfg0BDiTBEhTLgiytlE0wwhh { position:absolute;display:block;z-index:15000;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:1.3125rem;width:1.6875rem;top:4.5rem;left:0rem;overflow:hidden;display:block; }
#IJh8HzKOKN4U3R55OnkXzDvx9D7cGZ70 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:5.4375rem;left:2.375rem;height:7rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#hFXsEd5KFxp3ODUPHFJRz8UQyJKgcPBt { color:rgba(var(--color-tertiary-4),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:13.5rem;left:2.375rem;height:1.57486875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#EHWQgVLrH7dhToTiWy9G5TnJhuTGzeSq { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);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:0.0625rem;width:4.375rem;top:14.25rem;left:15.625rem;display:block; }
#T2t40k1qXIN05hMKVzt9dph5uvTpvZwE { color:rgba(var(--color-tertiary-4),0.7);display:block;width:27.3118125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:17.248756408691rem;left:2.3748226165771rem;height:14.16641875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TJapXWlMa64Vi8NHsXFcVPCUTvZmGHVQ { position:absolute;display:block;z-index:14999;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:30rem;width:27.3125rem;top:3.6550045013427rem;left:32.626064300537rem;overflow:hidden;display:block; }
#TmoiEe6OV5VKVFJLKWFCl4oS66JhKxKR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b7b36fc3-6299-4f24-bb21-f7295111504f/BG_template_Ebook_2.jpg");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; }#TmoiEe6OV5VKVFJLKWFCl4oS66JhKxKR.adaptive-delivery-prevent-bg, #TmoiEe6OV5VKVFJLKWFCl4oS66JhKxKR.lazyload, #TmoiEe6OV5VKVFJLKWFCl4oS66JhKxKR.lazyloading { background-image: none; }#TmoiEe6OV5VKVFJLKWFCl4oS66JhKxKR > .row .container { background-color: transparent; background-image: none; }#TmoiEe6OV5VKVFJLKWFCl4oS66JhKxKR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmoiEe6OV5VKVFJLKWFCl4oS66JhKxKR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmoiEe6OV5VKVFJLKWFCl4oS66JhKxKR > .row .container > .video-iframe-container { display: none; }#TmoiEe6OV5VKVFJLKWFCl4oS66JhKxKR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmoiEe6OV5VKVFJLKWFCl4oS66JhKxKR > .row > .video-iframe-container { display: none; }#TmoiEe6OV5VKVFJLKWFCl4oS66JhKxKR > .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); }#TmoiEe6OV5VKVFJLKWFCl4oS66JhKxKR > .row .container { border-width: 0; border-radius: 0; }#TmoiEe6OV5VKVFJLKWFCl4oS66JhKxKR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TmoiEe6OV5VKVFJLKWFCl4oS66JhKxKR > .row .container { font-size:0.875rem;font-family:arial;height:29.1875rem;width:60rem;position:relative;display:block; }#hSxTeW4zM0EgPTTcZ0Rhp7u0eFRCUT9I { color:rgba(var(--color-tertiary-4),1);display:block;width:46.6868125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:4.7602996826172rem;left:2.2824935913086rem;height:2.76278125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MnhlyEagyB6OSzskszkFnJus1A6Orc7o { color:rgba(var(--color-tertiary-4),1);display:block;width:38.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:9.4375rem;left:5.5625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lX6r6NSkkxsr3EQg6QURCNpyyTlVJEQD { color:rgba(var(--color-tertiary-4),1);display:block;width:43.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:10.186434745789rem;left:5.5619678497314rem;height:;font-style:normal;display:block; }#lX6r6NSkkxsr3EQg6QURCNpyyTlVJEQD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lX6r6NSkkxsr3EQg6QURCNpyyTlVJEQD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_264551e42dfd0bb78e4d4a0f7b2785f7.svg); }
#ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6 > .row .container { background-color: transparent; background-image: none; }#ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6 > .row .container > .video-iframe-container { display: none; }#ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6 > .row > .video-iframe-container { display: none; }#ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6 > .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); }#ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6 > .row .container { border-width: 0; border-radius: 0; }#ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6 > .row .container { font-size:0.875rem;font-family:arial;height:45.625rem;width:60rem;position:relative;display:block; }#NLkz55dnB7H89rzqe4IdN3HKvd0H79Ep { color:rgba(var(--color-tertiary-4),0.7);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:4.8741111755371rem;left:7.5rem;height:1.3997375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wo1pqIJEiUvCg2UmTWmAdAgrt5kT60he { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);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:0.0625rem;width:6.25rem;top:5.4369678497314rem;left:0rem;display:block; }
#KDF1VecMyOsI9vUh2M1x8ibk10RWFvon { color:rgba(var(--color-tertiary-4),1);display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.8109054565431rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#g702P3PnpLFyKbZrAV1vO6iiuTMvaESc { 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:16.5625rem;width:16.5625rem;top:19.091445922851rem;left:1.71875rem;overflow:hidden;display:block; }
#leuJ7VLnaBQFlxvzL0gZXyqsKUOumeTT { 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:1.875rem;width:1.875rem;top:4.7492904663086rem;left:20rem;overflow:hidden;display:block; }
#sH6Qqtc7WgThpbU1FDdTRXBbtxs5R2MS { color:rgba(var(--color-secondary-4),1);display:block;width:16.5625rem;position:absolute;font-family:"gt walsheim";font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:7.8121490478512rem;left:22.5rem;height:13.1596125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OxTcI0840TQaFi4mmRSrTHKdNOotoIlZ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:4.8123245239258rem;left:22.436965942382rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FlTWvJ2SHtfGzFRluF5fPTlswTKQE0W7 { 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:1.875rem;width:1.875rem;top:24.999465942382rem;left:20rem;overflow:hidden;display:block; }
#tLC0NARKvGPF2pgLPIAWGhzufaekJROp { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:25.123756408691rem;left:22.5rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wqw93pP6VorKutyLxm4OQRUMveJS3ZE2 { color:rgba(var(--color-secondary-4),1);display:block;width:16.5625rem;position:absolute;font-family:"gt walsheim";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:28.124465942382rem;left:22.5rem;height:11.697425rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Ls53DN5dL2HN5H471nfn1PeazLE5MByM { color:rgba(var(--color-secondary-4),1);display:block;width:15.625rem;position:absolute;font-family:"gt walsheim";font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:7.8116121292112rem;left:43.312320709229rem;height:14.62179375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zDcFOWWghei5GtJDpIErNOxWeN57mRQb { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:4.8123245239258rem;left:43.312320709229rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RibmXyWzH2AIEG7mdhzUTl0C6XAQzt2X { 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:1.875rem;width:1.875rem;top:4.7492904663086rem;left:40.87446975708rem;overflow:hidden;display:block; }
#wnrELTHQ1LacKhUA1SL3gDk5zLANuX8V { position:absolute;display:block;z-index:15024;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:1.875rem;width:1.875rem;top:24.999465942382rem;left:40.87446975708rem;overflow:hidden;display:block; }
#XTOpCtv3WUlSOUUZWhxU7P0arJgt7rrk { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:25.123756408691rem;left:43.37446975708rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cAoH9ksBgfxFSz8otnf36wk4vzhxhbsp { color:rgba(var(--color-secondary-4),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:28.124465942382rem;left:43.37446975708rem;height:13.1596rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt > .row .container { background-color: transparent; background-image: none; }#yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt > .row .container > .video-iframe-container { display: none; }#yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt > .row > .video-iframe-container { display: none; }#yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt > .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); }#yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt > .row .container { border-width: 0; border-radius: 0; }#yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:60rem;position:relative;display:block; }#tgr3UJthTtsGyidxOqmzseirZBdgH5WX { color:rgba(var(--color-tertiary-0),1);display:block;width:35.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.2412996292112rem;left:22.278942108154rem;height:3.65625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nZxwAtz5nIxGLPzC8F3qUwfomIu7lBpa { color:rgba(var(--color-tertiary-0),0.8);display:block;width:33.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:14.123757362366rem;left:22.372158050537rem;height:25.30181875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IN7H6TwTpOdD4IkOWMyK4hSt38b8BMgq { color:rgba(var(--color-tertiary-0),1);display:block;width:35.2494375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:5.8061075210571rem;left:22.311790466309rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Jt51yalwXIW3V0aJigN0glOMI7UKGVCE { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top: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:14.375rem;width:14.375rem;top:5.6862573623658rem;left:3.8432178497314rem;overflow:hidden;display:block; }
#f3ZPyyPlINeUsSsmUB0vcHJTaDw8O0Rv { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top: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.9375rem;width:13.625rem;top:42.620737075806rem;left:40.27876663208rem;overflow:hidden;display:block; }
#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi > .row .container { background-color: transparent; background-image: none; }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi > .row .container > .video-iframe-container { display: none; }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi > .row > .video-iframe-container { display: none; }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi > .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); }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi > .row .container { border-width: 0; border-radius: 0; }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi > .row .container { font-size:0.875rem;font-family:arial;height:39.5rem;width:60rem;position:relative;display:block; }#wzrtXoqpr6BlfMJQulZFzHa0TKTwN5es { color:rgba(var(--color-tertiary-4),1);display:block;width:42.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.8721580505371rem;left:1.9309310913086rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OFFP1QDzXOiBeuSPqvVHaXN8ioqTQOlD { color:rgba(var(--color-tertiary-4),1);display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:9.546875rem;left:1.9309310913086rem;height:25.1846875rem;display:block; }
#mQyZcXoFFFLhFKiDcqWfyT7v6zKH2eHK { color:rgba(var(--color-tertiary-4),1);display:block;width:25.999625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:9.6028022766112rem;left:32.990943908691rem;height:25.18466875rem;display:block; }
#VHGZTWknNylAhWTKsvwt0h8MebAyx7Nu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),0.7);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#VHGZTWknNylAhWTKsvwt0h8MebAyx7Nu > .row .container { border-width: 0; border-radius: 0; }#VHGZTWknNylAhWTKsvwt0h8MebAyx7Nu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VHGZTWknNylAhWTKsvwt0h8MebAyx7Nu > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:60rem;position:relative;display:none; }#Pkp3ZJ43AuTx8Dqan06fL4Q1WDQHW39V { color:rgba(var(--color-tertiary-4),1);display:block;width:36.4994375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:12.9375rem;left:10.9375rem;height:3.14808125rem;display:block; }
#nn6zBqPcLkP8ueQSSQQ48AoWBi1a87dF { color:rgba(var(--color-tertiary-4),1);display:block;width:30.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:5rem;left:5.6875rem;height:2.92480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#etT90XT7SJ6wXLiiypyOMMtwP7bWNnyw { color:rgba(var(--color-tertiary-4),1);display:block;width:38.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:10rem;left:10.9375rem;height:2.1937125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LquWtT9qsoeUiadkJZgh5afVbwqSF1Hb { color:rgba(var(--color-tertiary-4),1);display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:20.75rem;left:11.0625rem;height:4.722125rem;display:block; }
#A2QVT4ocKRP9lWEroezLhVpb0gtcF9X4 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:17.8125rem;left:10.9375rem;height:2.1937125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eOX4HgvUhWsKRoIGU0rhQiOt78FUmgM2 { 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:1.875rem;width:1.875rem;top:10.1875rem;left:8.1875rem;overflow:hidden;display:block; }
#yxFwhgMqcyKden4a4TKSsKUVwnckd4uG { position:absolute;display:block;z-index:15011;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:1.875rem;width:1.875rem;top:17.9375rem;left:8.1875rem;overflow:hidden;display:block; }
#IrCTngR4hNQCxUbuHkyZau8KBkdV22ES { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b7b36fc3-6299-4f24-bb21-f7295111504f/BG_template_Ebook_2.jpg");background-position:top left !important;background-repeat: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; }#IrCTngR4hNQCxUbuHkyZau8KBkdV22ES.adaptive-delivery-prevent-bg, #IrCTngR4hNQCxUbuHkyZau8KBkdV22ES.lazyload, #IrCTngR4hNQCxUbuHkyZau8KBkdV22ES.lazyloading { background-image: none; }#IrCTngR4hNQCxUbuHkyZau8KBkdV22ES > .row .container { background-color: transparent; background-image: none; }#IrCTngR4hNQCxUbuHkyZau8KBkdV22ES::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IrCTngR4hNQCxUbuHkyZau8KBkdV22ES > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IrCTngR4hNQCxUbuHkyZau8KBkdV22ES > .row .container > .video-iframe-container { display: none; }#IrCTngR4hNQCxUbuHkyZau8KBkdV22ES > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IrCTngR4hNQCxUbuHkyZau8KBkdV22ES > .row > .video-iframe-container { display: none; }#IrCTngR4hNQCxUbuHkyZau8KBkdV22ES > .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); }#IrCTngR4hNQCxUbuHkyZau8KBkdV22ES > .row .container { border-width: 0; border-radius: 0; }#IrCTngR4hNQCxUbuHkyZau8KBkdV22ES > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IrCTngR4hNQCxUbuHkyZau8KBkdV22ES > .row .container { font-size:0.875rem;font-family:arial;height:33.8125rem;width:60rem;position:relative;display:block; }#eRbiNml31hOOR8DWlBG5O3WG3dtIDucZ { position:absolute;display:block;z-index:15000;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:22.874625rem;width:22.874625rem;top:4.6480827331543rem;left:5.0074577331543rem;overflow:hidden;display:block; }
#qcsJKKXLbgP9s6944pf1SJ2zOBpi4NRC { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:13.399322509766rem;left:30.843395233154rem;height:1.62464375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V1QKzvzyVDtDWSNS8leFHWTMS3RgTSsk { color:rgba(var(--color-tertiary-4),1);display:block;width:19.8739375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:18.275573730469rem;left:30.437675476074rem;height:1.62464375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xv22nV16Pq3CC5qzJL4z2GxZGOPlSdrk { color:rgba(var(--color-tertiary-4),1);display:block;width:7.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:19.655548095703rem;left:39.24857711792rem;height:3.73668125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H3wSE6S3kyBvWZ7cdOP4ig6uPEk1DCNU { background-color:rgba(var(--color-primary-3),1);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-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(30,30,30,0.12) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.8742875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:23.702935695648rem;left:32.874645233154rem;display:block; }
#TTMLFMDdtlB1eZfyNq3eGblPEAwQVbel { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XOv4gM9vUfeLkGmI9dFGQ2dGC5O7p0IO { color:rgba(var(--color-tertiary-4),1);display:block;width:23.187125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:5.0623168945312rem;left:28.561790466309rem;height:3.65589375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gHhaLClgrlblfr7Xuomd60xm66eNMRFS { color:rgba(var(--color-tertiary-4),1);display:block;width:23.6869375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:8.124267578125rem;left:28.561790466309rem;height:4.874825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LRCRaDZ2evyLL6DbCzE5v61LTVLcUOlP { color:#ed2c2c;display:block;width:4.1867875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:20.749298095703rem;left:34.311611175537rem;height:2.2745rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#xHSeQPTkuGVs7lOX7bWW7K9mT7PPyadi { color:rgba(var(--color-tertiary-3),1);display:block;width:14.2498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:28.25rem;left:33.0625rem;height:2.24964375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Pr5ieGZwG8nhNkKf8piPazZpZqcUTUnJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),0.7);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Pr5ieGZwG8nhNkKf8piPazZpZqcUTUnJ > .row .container { background-color: transparent; background-image: none; }#Pr5ieGZwG8nhNkKf8piPazZpZqcUTUnJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pr5ieGZwG8nhNkKf8piPazZpZqcUTUnJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pr5ieGZwG8nhNkKf8piPazZpZqcUTUnJ > .row .container > .video-iframe-container { display: none; }#Pr5ieGZwG8nhNkKf8piPazZpZqcUTUnJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pr5ieGZwG8nhNkKf8piPazZpZqcUTUnJ > .row > .video-iframe-container { display: none; }#Pr5ieGZwG8nhNkKf8piPazZpZqcUTUnJ > .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); }#Pr5ieGZwG8nhNkKf8piPazZpZqcUTUnJ > .row .container { border-width: 0; border-radius: 0; }#Pr5ieGZwG8nhNkKf8piPazZpZqcUTUnJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pr5ieGZwG8nhNkKf8piPazZpZqcUTUnJ > .row .container { font-size:0.875rem;font-family:arial;height:74.1875rem;width:60rem;position:relative;display:block; }#N2N6GbTS1frmkoqRR7qqt8ornDHgdFIp { color:rgba(var(--color-tertiary-4),1);display:block;width:49.1868125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:12.93678855896rem;left:5.4057178497314rem;height:48.795325rem;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; }
#cLI0tsCfxlO4TeL1kVVBQ6et3EUMnKSn { color:rgba(var(--color-tertiary-4),1);display:block;width:43.6869375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:5.4375rem;left:5.3746452331543rem;height:4.7993625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TGKt7UAFKrMM3UegJ9IQwfVEvleE1mfb { background-color:rgba(var(--color-primary-3),1);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-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(30,30,30,0.12) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.8734rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:65.382633209231rem;left:22.5rem;display:block; }
#hPBiZn0WUr3CyeogCmUPaAs2get1tz1v { display:block;position:absolute;top:50%;left:0rem;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) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BFGEzyuZC8ye7vtpChwB5GHDszCNeul5 { width:34.875rem;height:3.625rem;top:8.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTLI29nTdL1x6zElXx4u8EQxsnEiZCwx { width:34.875rem;height:4.8125rem;top:11.6875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NordyqwUvMJtVZv3BKO9Nu6iiE2prlAP { width:34.875rem;height:6.125rem;top:17.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTxetrlxe4nhcvgdfxXU00U7wKtyX4Oa { width:30rem;height:4.8125rem;top:25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gN8SrDvkAI7ruVfDkPU4JouWVTNlTrG7 { width:19.75rem;height:1.5625rem;top:34.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ee26FL9HF6gK3CGUwkBbgBXk1UE2ta0r { width:15rem;height:3.8125rem;top:39.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOtpZWZuTgA3ZHrJP8JgxU9cwrrgbZ77 { display:block; }
 }@media only screen and (max-width: 763px) { #muhuSgKHWGIqsNesSyCW9GUCspKLzKzW { width:11.25rem;height:3.6875rem;top:35.5625rem;left:4rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGTbTcxgFU650uOaFTBqq95fl0xprcS8 { width:5rem;height:2.25rem;top:36.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbM9OqfLXBTQzzH8VCnkvog993bJtdpG { width:14.1875rem;height:2.1875rem;top:43.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #doNfTmMZtrgo7dmRby3NPIdLtawZp26W { display:block; }#doNfTmMZtrgo7dmRby3NPIdLtawZp26W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wWoS3Eb8Bfg0BDiTBEhTLgiytlE0wwhh { width:1.625rem;height:1.2640795558125rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJh8HzKOKN4U3R55OnkXzDvx9D7cGZ70 { width:27.25rem;height:6.9375rem;top:5.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFXsEd5KFxp3ODUPHFJRz8UQyJKgcPBt { width:27.25rem;height:1.5625rem;top:13.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHWQgVLrH7dhToTiWy9G5TnJhuTGzeSq { width:4.375rem;height:0;top:14.25rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2t40k1qXIN05hMKVzt9dph5uvTpvZwE { width:27.25rem;height:14.125rem;top:17.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJapXWlMa64Vi8NHsXFcVPCUTvZmGHVQ { width:27.3125rem;height:30rem;top:3.625rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmoiEe6OV5VKVFJLKWFCl4oS66JhKxKR { display:block; }#TmoiEe6OV5VKVFJLKWFCl4oS66JhKxKR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hSxTeW4zM0EgPTTcZ0Rhp7u0eFRCUT9I { width:46.625rem;height:2.75rem;top:4.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnhlyEagyB6OSzskszkFnJus1A6Orc7o { width:38.125rem;height:;top:9.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX6r6NSkkxsr3EQg6QURCNpyyTlVJEQD { top:10.125rem;left:0rem;width:43.1875rem;height:;font-size:1.125rem;display:block; }#lX6r6NSkkxsr3EQg6QURCNpyyTlVJEQD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_264551e42dfd0bb78e4d4a0f7b2785f7.svg); }
 }@media only screen and (max-width: 763px) { #ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6 { display:block; }#ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NLkz55dnB7H89rzqe4IdN3HKvd0H79Ep { width:9.5rem;height:1.375rem;top:4.8125rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wo1pqIJEiUvCg2UmTWmAdAgrt5kT60he { width:6.25rem;height:0;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDF1VecMyOsI9vUh2M1x8ibk10RWFvon { width:18.4375rem;height:;top:8.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g702P3PnpLFyKbZrAV1vO6iiuTMvaESc { width:16.5625rem;height:16.5625rem;top:19.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #leuJ7VLnaBQFlxvzL0gZXyqsKUOumeTT { width:1.875rem;height:1.875rem;top:4.6875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sH6Qqtc7WgThpbU1FDdTRXBbtxs5R2MS { width:16.5625rem;height:13.125rem;top:7.75rem;left:15.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxTcI0840TQaFi4mmRSrTHKdNOotoIlZ { width:15.625rem;height:1.625rem;top:4.75rem;left:16.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlTWvJ2SHtfGzFRluF5fPTlswTKQE0W7 { width:1.875rem;height:1.875rem;top:24.9375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLC0NARKvGPF2pgLPIAWGhzufaekJROp { width:15.625rem;height:1.625rem;top:25.0625rem;left:16.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqw93pP6VorKutyLxm4OQRUMveJS3ZE2 { width:16.5625rem;height:11.6875rem;top:28.0625rem;left:15.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ls53DN5dL2HN5H471nfn1PeazLE5MByM { width:15.625rem;height:14.5625rem;top:7.75rem;left:32rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDcFOWWghei5GtJDpIErNOxWeN57mRQb { width:15.625rem;height:1.625rem;top:4.75rem;left:32rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RibmXyWzH2AIEG7mdhzUTl0C6XAQzt2X { width:1.875rem;height:1.875rem;top:4.6875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnrELTHQ1LacKhUA1SL3gDk5zLANuX8V { width:1.875rem;height:1.875rem;top:24.9375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTOpCtv3WUlSOUUZWhxU7P0arJgt7rrk { width:15.625rem;height:1.625rem;top:25.0625rem;left:32rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAoH9ksBgfxFSz8otnf36wk4vzhxhbsp { width:15.6875rem;height:13.125rem;top:28.0625rem;left:31.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt { display:block; }#yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tgr3UJthTtsGyidxOqmzseirZBdgH5WX { width:35.3125rem;height:3.625rem;top:8.1875rem;left:12.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZxwAtz5nIxGLPzC8F3qUwfomIu7lBpa { width:33.8125rem;height:25.25rem;top:14.0625rem;left:13.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IN7H6TwTpOdD4IkOWMyK4hSt38b8BMgq { width:35.1875rem;height:2.375rem;top:5.75rem;left:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jt51yalwXIW3V0aJigN0glOMI7UKGVCE { top:5.625rem;left:0rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3ZPyyPlINeUsSsmUB0vcHJTaDw8O0Rv { top:42.5625rem;left:33.6875rem;width:13.625rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi { display:block; }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wzrtXoqpr6BlfMJQulZFzHa0TKTwN5es { width:42.1875rem;height:;top:3.8125rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFFP1QDzXOiBeuSPqvVHaXN8ioqTQOlD { top:9.5rem;left:0rem;width:28.625rem;height:25.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQyZcXoFFFLhFKiDcqWfyT7v6zKH2eHK { top:9.5625rem;left:21.8125rem;width:25.9375rem;height:25.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHGZTWknNylAhWTKsvwt0h8MebAyx7Nu { display:block; }#VHGZTWknNylAhWTKsvwt0h8MebAyx7Nu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pkp3ZJ43AuTx8Dqan06fL4Q1WDQHW39V { top:12.9375rem;left:4.8125rem;width:36.4375rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn6zBqPcLkP8ueQSSQQ48AoWBi1a87dF { width:30.375rem;height:2.875rem;top:5rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #etT90XT7SJ6wXLiiypyOMMtwP7bWNnyw { width:38.125rem;height:2.1875rem;top:10rem;left:4.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LquWtT9qsoeUiadkJZgh5afVbwqSF1Hb { top:20.6875rem;left:4.9367904663086rem;width:36.25rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2QVT4ocKRP9lWEroezLhVpb0gtcF9X4 { width:36.875rem;height:;top:17.8125rem;left:4.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOX4HgvUhWsKRoIGU0rhQiOt78FUmgM2 { width:1.875rem;height:1.875rem;top:10.1875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxFwhgMqcyKden4a4TKSsKUVwnckd4uG { width:1.875rem;height:1.875rem;top:17.9375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrCTngR4hNQCxUbuHkyZau8KBkdV22ES { display:block; }#IrCTngR4hNQCxUbuHkyZau8KBkdV22ES > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eRbiNml31hOOR8DWlBG5O3WG3dtIDucZ { width:22.8125rem;height:22.8125rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcsJKKXLbgP9s6944pf1SJ2zOBpi4NRC { width:19.0625rem;height:1.5625rem;top:13.375rem;left:24.718395233154rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1QKzvzyVDtDWSNS8leFHWTMS3RgTSsk { width:19.8125rem;height:1.5625rem;top:18.25rem;left:24.312675476074rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xv22nV16Pq3CC5qzJL4z2GxZGOPlSdrk { width:7.3125rem;height:3.75rem;top:19.625rem;left:33.12357711792rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3wSE6S3kyBvWZ7cdOP4ig6uPEk1DCNU { width:15rem;height:3.8125rem;top:23.6875rem;left:26.749645233154rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTMLFMDdtlB1eZfyNq3eGblPEAwQVbel { display:block; }
 }@media only screen and (max-width: 763px) { #XOv4gM9vUfeLkGmI9dFGQ2dGC5O7p0IO { width:23.125rem;height:3.625rem;top:5rem;left:22.436790466309rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHhaLClgrlblfr7Xuomd60xm66eNMRFS { width:23.625rem;height:4.8125rem;top:8.0625rem;left:22.436790466309rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRCRaDZ2evyLL6DbCzE5v61LTVLcUOlP { width:4.125rem;height:2.25rem;top:20.6875rem;left:28.186611175537rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHSeQPTkuGVs7lOX7bWW7K9mT7PPyadi { width:14.1875rem;height:2.1875rem;top:28.25rem;left:26.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pr5ieGZwG8nhNkKf8piPazZpZqcUTUnJ { display:block; }#Pr5ieGZwG8nhNkKf8piPazZpZqcUTUnJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N2N6GbTS1frmkoqRR7qqt8ornDHgdFIp { top:12.875rem;left:0rem;width:47.75rem;height:48.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLI0tsCfxlO4TeL1kVVBQ6et3EUMnKSn { width:43.625rem;height:4.75rem;top:5.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGKt7UAFKrMM3UegJ9IQwfVEvleE1mfb { width:15rem;height:3.8125rem;top:65.375rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPBiZn0WUr3CyeogCmUPaAs2get1tz1v { 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.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BFGEzyuZC8ye7vtpChwB5GHDszCNeul5 { width:19.9369375rem;height:2.43696875rem;top:2.8032670021057rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTLI29nTdL1x6zElXx4u8EQxsnEiZCwx { width:19.9369375rem;height:2.76278125rem;top:4.93359375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NordyqwUvMJtVZv3BKO9Nu6iiE2prlAP { width:19.125rem;height:6.321rem;top:8.7466259002688rem;left:0.49893468618393rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTxetrlxe4nhcvgdfxXU00U7wKtyX4Oa { width:20rem;height:6.175425rem;top:16.810369491577rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gN8SrDvkAI7ruVfDkPU4JouWVTNlTrG7 { width:12.3118125rem;height:1.54385625rem;top:27.064096450806rem;left:3.8423295617104rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ee26FL9HF6gK3CGUwkBbgBXk1UE2ta0r { width:15rem;height:3.8734rem;top:31.988456726074rem;left:2.4991121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOtpZWZuTgA3ZHrJP8JgxU9cwrrgbZ77 { display:block; }
 }@media only screen and (max-width: 763px) { #muhuSgKHWGIqsNesSyCW9GUCspKLzKzW { width:6.5625rem;height:3.2492875rem;top:28.550958633423rem;left:8.8064628243444rem;text-align:left;text-align-last:left;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGTbTcxgFU650uOaFTBqq95fl0xprcS8 { width:3.37446875rem;height:1.7871125rem;top:29.662641525269rem;left:4.5291190743446rem;text-align:right;text-align-last:right;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbM9OqfLXBTQzzH8VCnkvog993bJtdpG { width:14.1868125rem;height:0;top:37.117362976074rem;left:2.9057171940804rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.2;color:rgba(var(--color-tertiary-2),1);display:none; }
 }@media only screen and (max-width: 763px) { #doNfTmMZtrgo7dmRby3NPIdLtawZp26W { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b7b36fc3-6299-4f24-bb21-f7295111504f/BG_template_Ebook_2.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#doNfTmMZtrgo7dmRby3NPIdLtawZp26W.adaptive-delivery-prevent-bg, #doNfTmMZtrgo7dmRby3NPIdLtawZp26W.lazyload, #doNfTmMZtrgo7dmRby3NPIdLtawZp26W.lazyloading { background-image: none; }#doNfTmMZtrgo7dmRby3NPIdLtawZp26W > .row .container { background-color: transparent; background-image: none; }#doNfTmMZtrgo7dmRby3NPIdLtawZp26W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doNfTmMZtrgo7dmRby3NPIdLtawZp26W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doNfTmMZtrgo7dmRby3NPIdLtawZp26W > .row .container > .video-iframe-container { display: none; }#doNfTmMZtrgo7dmRby3NPIdLtawZp26W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doNfTmMZtrgo7dmRby3NPIdLtawZp26W > .row > .video-iframe-container { display: none; }#doNfTmMZtrgo7dmRby3NPIdLtawZp26W > .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); }#doNfTmMZtrgo7dmRby3NPIdLtawZp26W > .row .container { width:20rem;height:62.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wWoS3Eb8Bfg0BDiTBEhTLgiytlE0wwhh { width:1.6867875rem;height:1.31214375rem;top:2.5625rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJh8HzKOKN4U3R55OnkXzDvx9D7cGZ70 { width:20rem;height:8.749125rem;top:5.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFXsEd5KFxp3ODUPHFJRz8UQyJKgcPBt { width:20rem;height:1.4870375rem;top:15.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHWQgVLrH7dhToTiWy9G5TnJhuTGzeSq { width:4.375rem;height:0.062144875rem;top:17.75rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2t40k1qXIN05hMKVzt9dph5uvTpvZwE { width:18.9994375rem;height:20.46254375rem;top:20.37464427948rem;left:0.49893468618393rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJapXWlMa64Vi8NHsXFcVPCUTvZmGHVQ { width:15.875rem;height:17.4375rem;top:42.620376586914rem;left:1.9984019398689rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmoiEe6OV5VKVFJLKWFCl4oS66JhKxKR { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b7b36fc3-6299-4f24-bb21-f7295111504f/BG_template_Ebook_2.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TmoiEe6OV5VKVFJLKWFCl4oS66JhKxKR.adaptive-delivery-prevent-bg, #TmoiEe6OV5VKVFJLKWFCl4oS66JhKxKR.lazyload, #TmoiEe6OV5VKVFJLKWFCl4oS66JhKxKR.lazyloading { background-image: none; }#TmoiEe6OV5VKVFJLKWFCl4oS66JhKxKR > .row .container { background-color: transparent; background-image: none; }#TmoiEe6OV5VKVFJLKWFCl4oS66JhKxKR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmoiEe6OV5VKVFJLKWFCl4oS66JhKxKR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmoiEe6OV5VKVFJLKWFCl4oS66JhKxKR > .row .container > .video-iframe-container { display: none; }#TmoiEe6OV5VKVFJLKWFCl4oS66JhKxKR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmoiEe6OV5VKVFJLKWFCl4oS66JhKxKR > .row > .video-iframe-container { display: none; }#TmoiEe6OV5VKVFJLKWFCl4oS66JhKxKR > .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); }#TmoiEe6OV5VKVFJLKWFCl4oS66JhKxKR > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hSxTeW4zM0EgPTTcZ0Rhp7u0eFRCUT9I { width:17.1244375rem;height:5.625rem;top:2.8046875rem;left:1.4373224377632rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #MnhlyEagyB6OSzskszkFnJus1A6Orc7o { width:20rem;height:1.62464375rem;top:7.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #lX6r6NSkkxsr3EQg6QURCNpyyTlVJEQD { width:20rem;height:21.7205rem;top:10.619857788086rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }#lX6r6NSkkxsr3EQg6QURCNpyyTlVJEQD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_264551e42dfd0bb78e4d4a0f7b2785f7.svg); }
 }@media only screen and (max-width: 763px) { #ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6 { display:block; }#ZdJyfIPZk1Wwk1i8dSCnTR57fzdbpIb6 > .row .container { width:20rem;height:113rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NLkz55dnB7H89rzqe4IdN3HKvd0H79Ep { width:9.5623125rem;height:1.39915rem;top:3.9355449676514rem;left:5.1873221993446rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wo1pqIJEiUvCg2UmTWmAdAgrt5kT60he { width:6.25rem;height:0.062144875rem;top:3.3123207092285rem;left:6.8749995827675rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDF1VecMyOsI9vUh2M1x8ibk10RWFvon { width:18.9994375rem;height:6.82175rem;top:7.27272605896rem;left:0.49893468618393rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g702P3PnpLFyKbZrAV1vO6iiuTMvaESc { width:13.3744375rem;height:13.3744375rem;top:15.73828125rem;left:3.3105469346046rem;display:block; }
 }@media only screen and (max-width: 763px) { #leuJ7VLnaBQFlxvzL0gZXyqsKUOumeTT { width:1.875rem;height:1.875rem;top:32.311611175537rem;left:9.1246448159219rem;display:block; }
 }@media only screen and (max-width: 763px) { #sH6Qqtc7WgThpbU1FDdTRXBbtxs5R2MS { width:18.125rem;height:13.1596125rem;top:37.43518948555rem;left:0.93749994039537rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #OxTcI0840TQaFi4mmRSrTHKdNOotoIlZ { width:15.625rem;height:1.6867875rem;top:34.624996185302rem;left:2.2496448159218rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #FlTWvJ2SHtfGzFRluF5fPTlswTKQE0W7 { width:1.875rem;height:1.875rem;top:53.561610460281rem;left:9.1246448159219rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLC0NARKvGPF2pgLPIAWGhzufaekJROp { width:15.625rem;height:1.6867875rem;top:77rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wqw93pP6VorKutyLxm4OQRUMveJS3ZE2 { width:17.874625rem;height:11.697425rem;top:79.75rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #Ls53DN5dL2HN5H471nfn1PeazLE5MByM { width:17.7494375rem;height:13.15960625rem;top:58.624820232391rem;left:1.1248224377632rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #zDcFOWWghei5GtJDpIErNOxWeN57mRQb { width:15.625rem;height:1.6867875rem;top:55.874465465546rem;left:2.2496448159218rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RibmXyWzH2AIEG7mdhzUTl0C6XAQzt2X { width:1.875rem;height:1.875rem;top:74.686964035031rem;left:9.0624995827675rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnrELTHQ1LacKhUA1SL3gDk5zLANuX8V { width:1.875rem;height:1.875rem;top:93.874107360837rem;left:9.1246448159219rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTOpCtv3WUlSOUUZWhxU7P0arJgt7rrk { width:15.625rem;height:1.6867875rem;top:96.187492370606rem;left:2.2496448159218rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cAoH9ksBgfxFSz8otnf36wk4vzhxhbsp { width:17.6873125rem;height:10.2352625rem;top:98.936965942381rem;left:1.1550070643425rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;color:rgba(var(--color-secondary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt { display:block; }#yRwRMvpdBsL3gV3f5apGUkGFmepc6cmt > .row .container { width:20rem;height:69.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tgr3UJthTtsGyidxOqmzseirZBdgH5WX { width:20rem;height:2.43696875rem;top:19.499824523926rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZxwAtz5nIxGLPzC8F3qUwfomIu7lBpa { width:20rem;height:36.65215rem;top:23.186798095703rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IN7H6TwTpOdD4IkOWMyK4hSt38b8BMgq { width:15.625rem;height:1.9504625rem;top:16.311790466309rem;left:2.1874998211861rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jt51yalwXIW3V0aJigN0glOMI7UKGVCE { width:10rem;height:10rem;top:3.7686433792114rem;left:4.9991121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3ZPyyPlINeUsSsmUB0vcHJTaDw8O0Rv { width:11.3125rem;height:3.3125rem;top:62.710401535031rem;left:4.0935721993446rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi { display:block; }#KWnDiTvgLFFTLm6PeMeBDZVQSooTNNDi > .row .container { width:20rem;height:68.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wzrtXoqpr6BlfMJQulZFzHa0TKTwN5es { width:13.75rem;height:3.75rem;top:2.9367899894714rem;left:3.1241121888161rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #OFFP1QDzXOiBeuSPqvVHaXN8ioqTQOlD { width:20rem;height:29.00923125rem;top:9.0086975097656rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #mQyZcXoFFFLhFKiDcqWfyT7v6zKH2eHK { width:20rem;height:27.6278375rem;top:38.017044067382rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #VHGZTWknNylAhWTKsvwt0h8MebAyx7Nu { display:none; }#VHGZTWknNylAhWTKsvwt0h8MebAyx7Nu > .row .container { width:20rem;height:40.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Pkp3ZJ43AuTx8Dqan06fL4Q1WDQHW39V { width:20rem;height:5.84871875rem;top:15.312149047851rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nn6zBqPcLkP8ueQSSQQ48AoWBi1a87dF { width:19.3110625rem;height:4.12464375rem;top:3.3117980957031rem;left:0.31249994039536rem;text-align:center;text-align-last:center;font-size:2.0625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #etT90XT7SJ6wXLiiypyOMMtwP7bWNnyw { width:17.9368125rem;height:1.62464375rem;top:12.81072473526rem;left:1.0307173132896rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #LquWtT9qsoeUiadkJZgh5afVbwqSF1Hb { width:20rem;height:5.84871875rem;top:30.686965942382rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #A2QVT4ocKRP9lWEroezLhVpb0gtcF9X4 { width:17.874625rem;height:3.125rem;top:26.186789035797rem;left:1.0617896914482rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #eOX4HgvUhWsKRoIGU0rhQiOt78FUmgM2 { width:1.875rem;height:1.875rem;top:10.3125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxFwhgMqcyKden4a4TKSsKUVwnckd4uG { width:1.875rem;height:1.875rem;top:23.624649047851rem;left:9.0624995827675rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrCTngR4hNQCxUbuHkyZau8KBkdV22ES { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b7b36fc3-6299-4f24-bb21-f7295111504f/BG_template_Ebook_2.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#IrCTngR4hNQCxUbuHkyZau8KBkdV22ES.adaptive-delivery-prevent-bg, #IrCTngR4hNQCxUbuHkyZau8KBkdV22ES.lazyload, #IrCTngR4hNQCxUbuHkyZau8KBkdV22ES.lazyloading { background-image: none; }#IrCTngR4hNQCxUbuHkyZau8KBkdV22ES > .row .container { background-color: transparent; background-image: none; }#IrCTngR4hNQCxUbuHkyZau8KBkdV22ES::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IrCTngR4hNQCxUbuHkyZau8KBkdV22ES > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IrCTngR4hNQCxUbuHkyZau8KBkdV22ES > .row .container > .video-iframe-container { display: none; }#IrCTngR4hNQCxUbuHkyZau8KBkdV22ES > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IrCTngR4hNQCxUbuHkyZau8KBkdV22ES > .row > .video-iframe-container { display: none; }#IrCTngR4hNQCxUbuHkyZau8KBkdV22ES > .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); }#IrCTngR4hNQCxUbuHkyZau8KBkdV22ES > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eRbiNml31hOOR8DWlBG5O3WG3dtIDucZ { width:15.3125rem;height:15.3125rem;top:1.9900512695312rem;left:2.3428621888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcsJKKXLbgP9s6944pf1SJ2zOBpi4NRC { width:12.8125rem;height:2.9989375rem;top:23.346954345703rem;left:3.5937500596046rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #V1QKzvzyVDtDWSNS8leFHWTMS3RgTSsk { width:15.9375rem;height:1.54385625rem;top:30.136719226837rem;left:2.0303621888161rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Xv22nV16Pq3CC5qzJL4z2GxZGOPlSdrk { width:6.4375rem;height:3.2492875rem;top:31.623229980469rem;left:9.0621448159219rem;text-align:left;text-align-last:left;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3wSE6S3kyBvWZ7cdOP4ig6uPEk1DCNU { width:13.75rem;height:3.8742875rem;top:34.936788320541rem;left:3.3105469346046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTMLFMDdtlB1eZfyNq3eGblPEAwQVbel { display:block; }
 }@media only screen and (max-width: 763px) { #XOv4gM9vUfeLkGmI9dFGQ2dGC5O7p0IO { width:18.75rem;height:2.59943125rem;top:17.873931884766rem;left:0.62411218881607rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHhaLClgrlblfr7Xuomd60xm66eNMRFS { width:20rem;height:2.76278125rem;top:20.060546875rem;left:0rem;text-align:center;text-align-last:center;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRCRaDZ2evyLL6DbCzE5v61LTVLcUOlP { width:3.5609rem;height:1.7871125rem;top:32.728149414062rem;left:4.6542969346046rem;text-align:right;text-align-last:right;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHSeQPTkuGVs7lOX7bWW7K9mT7PPyadi { width:14.1868125rem;height:0;top:39.562144994736rem;left:3.0619671940804rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #Pr5ieGZwG8nhNkKf8piPazZpZqcUTUnJ { display:block; }#Pr5ieGZwG8nhNkKf8piPazZpZqcUTUnJ > .row .container { width:20rem;height:110rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N2N6GbTS1frmkoqRR7qqt8ornDHgdFIp { width:20rem;height:86.2685625rem;top:12.998046875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #cLI0tsCfxlO4TeL1kVVBQ6et3EUMnKSn { width:19.3093125rem;height:5.77415rem;top:4.4966526031494rem;left:0.34357243776321rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TGKt7UAFKrMM3UegJ9IQwfVEvleE1mfb { width:15rem;height:3.8125rem;top:101.70187759399rem;left:2.4991121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPBiZn0WUr3CyeogCmUPaAs2get1tz1v { display:block; }
 }