.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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); }#BUP8gkSCioTmwWKQXWDJGTpVHTxyuyKc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1abbb4;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; }#BUP8gkSCioTmwWKQXWDJGTpVHTxyuyKc > .row .container { background-color: transparent; background-image: none; }#BUP8gkSCioTmwWKQXWDJGTpVHTxyuyKc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BUP8gkSCioTmwWKQXWDJGTpVHTxyuyKc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BUP8gkSCioTmwWKQXWDJGTpVHTxyuyKc > .row .container > .video-iframe-container { display: none; }#BUP8gkSCioTmwWKQXWDJGTpVHTxyuyKc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BUP8gkSCioTmwWKQXWDJGTpVHTxyuyKc > .row > .video-iframe-container { display: none; }#BUP8gkSCioTmwWKQXWDJGTpVHTxyuyKc > .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); }#BUP8gkSCioTmwWKQXWDJGTpVHTxyuyKc > .row .container { border-width: 0; border-radius: 0; }#BUP8gkSCioTmwWKQXWDJGTpVHTxyuyKc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BUP8gkSCioTmwWKQXWDJGTpVHTxyuyKc > .row .container { font-size:0.875rem;font-family:arial;height:3.3125rem;width:75rem;position:relative;display:block; }#TSoKGIP2K2zacHkCJHTAUIN4rnT4M63Z { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"core circus";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5625rem;height:2.5625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.375rem;left:41.9375rem;display:block; }
#eVesGDwAW1LXXUmnF4TvF6NG1Tf9fdnr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rTPgtaZJFd9T8hy7RyGZT2c1M5roeeBX { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"core circus";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.375rem;height:2.5625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.375rem;left:52.0625rem;display:block; }
#B3N7UTMfRkt0Leyyv67NVgU70TFHJJkf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ftx30977OwrX323UzJZirpGQKJHbsvnz { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"core circus";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4rem;height:2.5625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.375rem;left:61.1875rem;display:block; }
#PiB6i5NIqOiMqbQZvMWNT6HB5dkxFlin { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qJ755TEUHmAA9zlPrd0wQnfPVRAASvL1 { 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:2.3125rem;width:12.25rem;top:0.5rem;left:0rem;overflow:hidden;display:block; }
#fh8F9IhboTophoHgG3B5ir4z26pr29ER { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:1.0625rem;left:1.875rem;display:block; }
#bTkx21IWK1A7wFgi9girLwRrWMwwDFQk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#01ad85;background-image:none;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 > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#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 > .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:46.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#thnJ0U0oTHWicET6TqOnxVnkC8UTJup4 { position:absolute;display:block;z-index:15001;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:41.6875rem;width:36.8125rem;top:2.71875rem;left:0rem;overflow:hidden;display:block; }
#T7DTHcwzP3T4qG3hs9wdv8nMCOPncqEy { color:#ffffff;display:block;width:34.75rem;position:absolute;font-family:"grey cliff";font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:23.8125rem;left:44.5rem;height:4rem;display:block; }
#uwhH5OwwgBhu9vnZLfIcQyJwwyzodQFl { color:#00a54b;display:block;width:12.5625rem;position:absolute;font-family:"magazine grotesque";font-size:1.6875rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:10.34375rem;left:45.125rem;height:2.53125rem;display:block; }
#IctNtKx5wSGM2FCL1yyT58TQ6WAQKXB6 { 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:7.1875rem;width:13.1875rem;top:8.015625rem;left:43.78125rem;overflow:hidden;display:block; }
#Q6T8LW6LMa0AJCZyEpcJcsb97RJzvSya { background-color:#ee48a3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.3125rem 0.8125rem 1.0625rem rgba(7,81,78,0.12) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"magazine grotesque";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:30.15625rem;left:44.5rem;display:block; }
#e4BwmMBzlzpnTODITh4fdTXPcEQbDmvy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uts1toQUAQzkcVn6SiQF722WiMm1X8HB { color:#f4e200;display:block;width:25.5rem;position:absolute;font-family:"magazine grotesque";font-size:3.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:17.8125rem;left:44.5rem;height:8.7744375rem;font-style:normal;display:block; }
#dqPiMTr063Xp0cGGLhJPTdLcs97aGVKu { position:absolute;display:block;z-index:15001;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:5.9375rem;width:10.375rem;top:35.65625rem;left:29rem;overflow:hidden;display:block; }
#Zl8g5dRWn0XubzskgCNpw1WHTmVsNd9Q { color:#00a54b;display:block;width:16.375rem;position:absolute;font-family:"magazine grotesque";font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:37.9375rem;left:26rem;height:1.375rem;text-align:center;text-align-last:center;display:block; }
#KNkyADHMwUXe9gKU9C9ArruChnMAIugJ { background-color:#ee48a3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.3125rem 0.8125rem 1.0625rem rgba(7,81,78,0.12) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"magazine grotesque";font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:30.15625rem;left:60.3125rem;display:block; }
#PKTS6TRV86JIqerb5fBnerMLEHpzITnS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Doxe2L6RVhqrJyBeihXr6FITHAESK7da { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#01ad85;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; }#Doxe2L6RVhqrJyBeihXr6FITHAESK7da > .row .container { background-color: transparent; background-image: none; }#Doxe2L6RVhqrJyBeihXr6FITHAESK7da::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Doxe2L6RVhqrJyBeihXr6FITHAESK7da > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Doxe2L6RVhqrJyBeihXr6FITHAESK7da > .row .container > .video-iframe-container { display: none; }#Doxe2L6RVhqrJyBeihXr6FITHAESK7da > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Doxe2L6RVhqrJyBeihXr6FITHAESK7da > .row > .video-iframe-container { display: none; }#Doxe2L6RVhqrJyBeihXr6FITHAESK7da > .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); }#Doxe2L6RVhqrJyBeihXr6FITHAESK7da > .row .container { border-width: 0; border-radius: 0; }#Doxe2L6RVhqrJyBeihXr6FITHAESK7da > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Doxe2L6RVhqrJyBeihXr6FITHAESK7da > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#QdhsNeT3awDHxPRBx8uelv5IPO32ipiu { color:#ffffff;display:block;width:64.5rem;position:absolute;font-family:"grey cliff";font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:0rem;left:4.625rem;height:12.597675rem;text-align:center;text-align-last:center;display:block; }
#OEEvTGHvk4LJGxmEZqcVH8Dl9qGCvaDv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#01ad85;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; }#OEEvTGHvk4LJGxmEZqcVH8Dl9qGCvaDv > .row .container { background-color: transparent; background-image: none; }#OEEvTGHvk4LJGxmEZqcVH8Dl9qGCvaDv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OEEvTGHvk4LJGxmEZqcVH8Dl9qGCvaDv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OEEvTGHvk4LJGxmEZqcVH8Dl9qGCvaDv > .row .container > .video-iframe-container { display: none; }#OEEvTGHvk4LJGxmEZqcVH8Dl9qGCvaDv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OEEvTGHvk4LJGxmEZqcVH8Dl9qGCvaDv > .row > .video-iframe-container { display: none; }#OEEvTGHvk4LJGxmEZqcVH8Dl9qGCvaDv > .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); }#OEEvTGHvk4LJGxmEZqcVH8Dl9qGCvaDv > .row .container { border-width: 0; border-radius: 0; }#OEEvTGHvk4LJGxmEZqcVH8Dl9qGCvaDv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OEEvTGHvk4LJGxmEZqcVH8Dl9qGCvaDv > .row .container { font-size:0.875rem;font-family:arial;height:56.375rem;width:75rem;position:relative;display:block; }#IA8seaoe8pGi7HaSw59AMRKNr2zreDuF { background-color:#ee48a3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.3125rem 0.8125rem 1.0625rem rgba(7,81,78,0.12) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"magazine grotesque";font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:50.375rem;left:29.71875rem;display:block; }
#p3TqEz4SckRpqEPV8VUWxq0y6hb3sho4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NQnHsGqszQuP4BKCnMQBAdP41Ia8KDTR { color:#ffffff;display:block;width:49.125rem;position:absolute;font-family:"grey cliff";font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:40.58740234375rem;left:12.9375rem;height:5.69970625rem;text-align:center;text-align-last:center;display:block; }
#THyZAEVyBoWgvx37F2OKfcnowH0hI4ve { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.75rem;width:33.5625rem;top:14.96875rem;left:2.59375rem;display:block; }
#uomPUUHybBC4aEVWvS7Js8shnTTadLAO { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.75rem;width:33.5625rem;top:14.96875rem;left:41.4375rem;display:block; }
#qN3LcL4VtilQtCFC9Gkg6qEQI9o8Ml42 { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:greycliff;font-size:1.375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:35.21728515625rem;left:8.28125rem;height:3.574225rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RnI7RzKZFBWbfzJw47mElHXcaLf5Gdde { color:#000000;display:block;width:23.3125rem;position:absolute;font-family:greycliff;font-size:1.375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:35.21728515625rem;left:46.5625rem;height:3.574225rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zL4N9RqbSGy5st7qf6Ovh8HqUOS6z2ZZ { position:relative;display:block; }#zL4N9RqbSGy5st7qf6Ovh8HqUOS6z2ZZ { background-color: transparent; background-image: none; }#zL4N9RqbSGy5st7qf6Ovh8HqUOS6z2ZZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zL4N9RqbSGy5st7qf6Ovh8HqUOS6z2ZZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zL4N9RqbSGy5st7qf6Ovh8HqUOS6z2ZZ > .row .container > .video-iframe-container { display: none; }#zL4N9RqbSGy5st7qf6Ovh8HqUOS6z2ZZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zL4N9RqbSGy5st7qf6Ovh8HqUOS6z2ZZ > .row > .video-iframe-container { display: none; }#zL4N9RqbSGy5st7qf6Ovh8HqUOS6z2ZZ > .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); }#zL4N9RqbSGy5st7qf6Ovh8HqUOS6z2ZZ { border-width: 0; border-radius: 0; }#zL4N9RqbSGy5st7qf6Ovh8HqUOS6z2ZZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zL4N9RqbSGy5st7qf6Ovh8HqUOS6z2ZZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:12.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ymQHLo3EdZAEoxwUMxnmfG1nV71GNPf1 { color:#01ad85;display:block;width:49.125rem;position:absolute;font-family:turbinado;font-size:5.6875rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:3.125rem;left:12.9375rem;height:13.6494375rem;text-align:center;text-align-last:center;display:block; }
#RNMsnvgMmpoHBWCyGxTozXJJPe6Jqd36 { position:relative;display:block; }#RNMsnvgMmpoHBWCyGxTozXJJPe6Jqd36 { background-color: transparent; background-image: none; }#RNMsnvgMmpoHBWCyGxTozXJJPe6Jqd36::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNMsnvgMmpoHBWCyGxTozXJJPe6Jqd36 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNMsnvgMmpoHBWCyGxTozXJJPe6Jqd36 > .row .container > .video-iframe-container { display: none; }#RNMsnvgMmpoHBWCyGxTozXJJPe6Jqd36 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNMsnvgMmpoHBWCyGxTozXJJPe6Jqd36 > .row > .video-iframe-container { display: none; }#RNMsnvgMmpoHBWCyGxTozXJJPe6Jqd36 > .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); }#RNMsnvgMmpoHBWCyGxTozXJJPe6Jqd36 { border-width: 0; border-radius: 0; }#RNMsnvgMmpoHBWCyGxTozXJJPe6Jqd36 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RNMsnvgMmpoHBWCyGxTozXJJPe6Jqd36 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OHQoJzkkicf3DrkD57k9mvZLTX7oc7Li { background-color:#01ad85;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"magazine grotesque";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:6.3125rem;left:2.25rem;display:block; }
#MwZ3NVZi1odQiA1ZbH00I84m9eKQMXzd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NknadGfxEDzrGtOUw6q68pB4MXNvcrh4 { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f8cbaaa6-dac4-49cf-a0ed-084fc4a4d0d7/amazonx500px.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:10.8125rem;top:0rem;left:3.6875rem;display:block; }#NknadGfxEDzrGtOUw6q68pB4MXNvcrh4.adaptive-delivery-prevent-bg, #NknadGfxEDzrGtOUw6q68pB4MXNvcrh4.lazyload, #NknadGfxEDzrGtOUw6q68pB4MXNvcrh4.lazyloading { background-image: none; }
#PthfHGTVve7yOC67wOAwod70GruixPwT { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/51c1282a-5422-422f-8862-3b8502f9c444/waterstonesx500px.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:10.8125rem;top:0rem;left:22.71875rem;display:block; }#PthfHGTVve7yOC67wOAwod70GruixPwT.adaptive-delivery-prevent-bg, #PthfHGTVve7yOC67wOAwod70GruixPwT.lazyload, #PthfHGTVve7yOC67wOAwod70GruixPwT.lazyloading { background-image: none; }
#tzd1yXo9NE47iXdGLrILAplitFai9iTR { background-color:#01ad85;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"magazine grotesque";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:6.3125rem;left:21rem;display:block; }
#MpGLWv0A3F6DiL2WGub9FtvdSO6tg25Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XN8bfZJcEQ1uXy3W39TLCo7xGsl24DKb { background-color:#01ad85;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"magazine grotesque";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:6.3125rem;left:39.75rem;display:block; }
#lgBTi7QiaSx7m8ryJ91LeuQOkHTxZhns { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FLlOoWomcJfUyL2mycu9zAyN7tKhIouP { background-color:#01ad85;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"magazine grotesque";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:6.3125rem;left:58.5rem;display:block; }
#uC6BZi8Khbbr9s4b599a0B3TyNAWh9QM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QTsTik2aTi0Et12k49JND0L6keksaoX0 { position:absolute;display:block;z-index:15011;background-color:transparent;background-image:url("https://images.assets-landingi.com/nItsCpT3/eason500x.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:10.8125rem;top:0rem;left:60.21875rem;display:block; }#QTsTik2aTi0Et12k49JND0L6keksaoX0.adaptive-delivery-prevent-bg, #QTsTik2aTi0Et12k49JND0L6keksaoX0.lazyload, #QTsTik2aTi0Et12k49JND0L6keksaoX0.lazyloading { background-image: none; }
#r5cg5cp9Es8TwrTD6BsS5cW9hxm6X2vI { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:10.1875rem;top:0.875rem;left:41.78125rem;overflow:hidden;display:block; }
#QDKxuxX9bKgNqtCUdSf0vntgawDfDsDX { position:relative;display:block; }#QDKxuxX9bKgNqtCUdSf0vntgawDfDsDX { background-color: transparent; background-image: none; }#QDKxuxX9bKgNqtCUdSf0vntgawDfDsDX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDKxuxX9bKgNqtCUdSf0vntgawDfDsDX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDKxuxX9bKgNqtCUdSf0vntgawDfDsDX > .row .container > .video-iframe-container { display: none; }#QDKxuxX9bKgNqtCUdSf0vntgawDfDsDX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDKxuxX9bKgNqtCUdSf0vntgawDfDsDX > .row > .video-iframe-container { display: none; }#QDKxuxX9bKgNqtCUdSf0vntgawDfDsDX > .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); }#QDKxuxX9bKgNqtCUdSf0vntgawDfDsDX { border-width: 0; border-radius: 0; }#QDKxuxX9bKgNqtCUdSf0vntgawDfDsDX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QDKxuxX9bKgNqtCUdSf0vntgawDfDsDX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:16.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bzaDFW79Z2gUOTCupvMIK5IUvaeMqQnu { background-color:#01ad85;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"magazine grotesque";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:6.5625rem;left:2.3125rem;display:block; }
#JeZVTgDtVPTiN706QK2u6yZrG0HlrURI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s8APgMBcaTZ2xFqPuacxsVwvRzmSsnrO { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/84c4b819-08ec-415a-aa11-f1cfe20c6120/ibooks.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:10.8125rem;top:0rem;left:4rem;display:block; }#s8APgMBcaTZ2xFqPuacxsVwvRzmSsnrO.adaptive-delivery-prevent-bg, #s8APgMBcaTZ2xFqPuacxsVwvRzmSsnrO.lazyload, #s8APgMBcaTZ2xFqPuacxsVwvRzmSsnrO.lazyloading { background-image: none; }
#DfoX1SHzfkUewvB1aB9BS4JaUJTtDCfG { background-color:#01ad85;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"magazine grotesque";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:6.5625rem;left:21.1875rem;display:block; }
#GZqPbczGTuABnRTzNT3ubz65ZqxEO3Vp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CPt5vSzcwBfaTrg92Ay2fxrokezWMvZL { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1f545202-ff4a-4893-91ec-ab053c898b32/blackwells_high_res.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:5.5rem;width:11.9375rem;top:0rem;left:22.3125rem;display:block; }#CPt5vSzcwBfaTrg92Ay2fxrokezWMvZL.adaptive-delivery-prevent-bg, #CPt5vSzcwBfaTrg92Ay2fxrokezWMvZL.lazyload, #CPt5vSzcwBfaTrg92Ay2fxrokezWMvZL.lazyloading { background-image: none; }
#o9OfbGsnsKdNl74WwXBqNB2drK3TMdTW { background-color:#01ad85;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"magazine grotesque";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:6.5625rem;left:39.75rem;display:block; }
#KVOC5QUg3ZaCehbTwyHmM2vrNqxwWdzH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KWXJzMJBWAH6NDUPEzrikqdkl0LdVnth { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ab87a532-1450-4c91-9951-2f42529ee662/Amazon_kindle.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:11.8125rem;top:0rem;left:40.9375rem;display:block; }#KWXJzMJBWAH6NDUPEzrikqdkl0LdVnth.adaptive-delivery-prevent-bg, #KWXJzMJBWAH6NDUPEzrikqdkl0LdVnth.lazyload, #KWXJzMJBWAH6NDUPEzrikqdkl0LdVnth.lazyloading { background-image: none; }
#glBKDqFKQ0ET6Gt4CWkP5RvwKLrrpKOZ { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/fPJZkRDo/foylesx500.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:11.8125rem;top:0rem;left:59.71875rem;display:block; }#glBKDqFKQ0ET6Gt4CWkP5RvwKLrrpKOZ.adaptive-delivery-prevent-bg, #glBKDqFKQ0ET6Gt4CWkP5RvwKLrrpKOZ.lazyload, #glBKDqFKQ0ET6Gt4CWkP5RvwKLrrpKOZ.lazyloading { background-image: none; }
#bedEdWBxaXLIpywZn2JhTHAgQMNarvWQ { background-color:#01ad85;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"magazine grotesque";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:6.53125rem;left:58.5rem;display:block; }
#cXtIr0qsOgq0GV7UsaTafKRMIqSBSZlh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iGVDhZgTh4U8DwVqfrgLx6T3sqyTvEl3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e87f615d-05c3-4914-9df6-d7f40a78f3ba/AirFryerLandingbackground.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iGVDhZgTh4U8DwVqfrgLx6T3sqyTvEl3.adaptive-delivery-prevent-bg, #iGVDhZgTh4U8DwVqfrgLx6T3sqyTvEl3.lazyload, #iGVDhZgTh4U8DwVqfrgLx6T3sqyTvEl3.lazyloading { background-image: none; }#iGVDhZgTh4U8DwVqfrgLx6T3sqyTvEl3 > .row .container { background-color: transparent; background-image: none; }#iGVDhZgTh4U8DwVqfrgLx6T3sqyTvEl3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f4e200; }#iGVDhZgTh4U8DwVqfrgLx6T3sqyTvEl3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iGVDhZgTh4U8DwVqfrgLx6T3sqyTvEl3 > .row .container > .video-iframe-container { display: none; }#iGVDhZgTh4U8DwVqfrgLx6T3sqyTvEl3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f4e200; }#iGVDhZgTh4U8DwVqfrgLx6T3sqyTvEl3 > .row > .video-iframe-container { display: none; }#iGVDhZgTh4U8DwVqfrgLx6T3sqyTvEl3 > .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); }#iGVDhZgTh4U8DwVqfrgLx6T3sqyTvEl3 > .row .container { border-width: 0; border-radius: 0; }#iGVDhZgTh4U8DwVqfrgLx6T3sqyTvEl3::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iGVDhZgTh4U8DwVqfrgLx6T3sqyTvEl3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iGVDhZgTh4U8DwVqfrgLx6T3sqyTvEl3 > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#uEM2XRPw2MZn5vowhElsF7HhOMXX3f6O { color:#00a54b;display:block;width:49.125rem;position:absolute;font-family:turbinado;font-size:6rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:2.375rem;left:12.9375rem;height:7.1996875rem;text-align:center;text-align-last:center;display:block; }
#n2fvpv0toctNW8ZeOegi9BApLosxrkJe { color:#000000;display:block;width:56.625rem;position:absolute;font-family:"grey cliff";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:10.6875rem;left:9.1875rem;height:24rem;text-align:center;text-align-last:center;display:block; }
#hcC0hxobi42E69c4P9ccvr2RFpeCDsoA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ee48a3;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; }#hcC0hxobi42E69c4P9ccvr2RFpeCDsoA > .row .container { background-color: transparent; background-image: none; }#hcC0hxobi42E69c4P9ccvr2RFpeCDsoA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hcC0hxobi42E69c4P9ccvr2RFpeCDsoA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hcC0hxobi42E69c4P9ccvr2RFpeCDsoA > .row .container > .video-iframe-container { display: none; }#hcC0hxobi42E69c4P9ccvr2RFpeCDsoA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hcC0hxobi42E69c4P9ccvr2RFpeCDsoA > .row > .video-iframe-container { display: none; }#hcC0hxobi42E69c4P9ccvr2RFpeCDsoA > .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); }#hcC0hxobi42E69c4P9ccvr2RFpeCDsoA > .row .container { border-width: 0; border-radius: 0; }#hcC0hxobi42E69c4P9ccvr2RFpeCDsoA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hcC0hxobi42E69c4P9ccvr2RFpeCDsoA > .row .container { font-size:0.875rem;font-family:arial;height:42rem;width:75rem;position:relative;display:block; }#hVJhxcAQPotgQxqqgViXS3GlOpIF8e7o { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:"grey cliff";font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.6;letter-spacing:0;top:18.9375rem;left:55.3125rem;height:0;text-align:center;text-align-last:center;display:block; }
#hDo5hk364cZC5DFHUpkvPNvzcBLfbmfw { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:"grey cliff";font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:23.333984375rem;left:27.53125rem;height:10.7988125rem;text-align:center;text-align-last:center;display:block; }
#KikGQry4HCZJc6roGcMFqQ1KKCDD6Dkt { color:#000000;display:block;width:19.1875rem;position:absolute;font-family:"grey cliff";font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:19.83544921875rem;left:1.9375rem;height:10.79880625rem;text-align:center;text-align-last:center;display:block; }
#AimTkJzVZ08trV6UEwKxC2l6fqwnvBOh { color:#ffffff;display:block;width:49.125rem;position:absolute;font-family:turbinado;font-size:6rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:3.125rem;left:12.9375rem;height:14.3994375rem;text-align:center;text-align-last:center;display:block; }
#mF8WHXawiQ7pgEmhVIgg9STCAs89eI8Q { color:#000000;display:block;width:18.25rem;position:absolute;font-family:"grey cliff";font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.6;letter-spacing:0;top:15.375rem;left:2.40625rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#ZqOn43XzcvmM0f2gt4cmLCbi4LOrfVq8 { color:#000000;display:block;width:18.25rem;position:absolute;font-family:"grey cliff";font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:15.375rem;left:28.375rem;height:4rem;text-align:center;text-align-last:center;display:block; }
#DKuLhdNVpdmZDZp1AlM0dcadP9OmcZbz { color:#000000;display:block;width:18.25rem;position:absolute;font-family:"grey cliff";font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;top:15.1875rem;left:54.59375rem;height:4rem;text-align:center;text-align-last:center;display:block; }
#ddHJPbNwglXtpJeovo9SRgCDCfRaSqUt { color:#000000;display:block;width:20.125rem;position:absolute;font-family:"grey cliff";font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;top:21.375rem;left:53.65625rem;height:5.3994125rem;text-align:center;text-align-last:center;display:block; }
#zX1hBEM8ltnIVRFh3qi4pPi6qu7vdQR4 { position:absolute;display:block;z-index:15012;background-color:#fcf8e5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.3125rem 0.8125rem 2.25rem rgba(7,81,78,0.12) ;height:22.375rem;width:23.0625rem;top:13.75rem;left:51.9375rem;display:block; }
#WGdmEUhoBNEbCzQqm01pwfT3AE3kWice { position:absolute;display:block;z-index:15013;background-color:#fcf8e5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.3125rem 0.8125rem 2.25rem rgba(7,81,78,0.12) ;height:22.375rem;width:23.0625rem;top:13.75rem;left:25.96875rem;display:block; }
#LQVwTTOh1tW77EKLiNmRMGcTesrZyLEE { position:absolute;display:block;z-index:15011;background-color:#fcf8e5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.3125rem 0.8125rem 2.25rem rgba(7,81,78,0.12) ;height:22.375rem;width:23.0625rem;top:14.04736328125rem;left:0rem;display:block; }
#heVvMH61OZthl1xmQewgaGJZmuhy1Gao { background-color:#01ad85;background-image:none;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; }#heVvMH61OZthl1xmQewgaGJZmuhy1Gao > .row .container { background-color: transparent; background-image: none; }#heVvMH61OZthl1xmQewgaGJZmuhy1Gao::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heVvMH61OZthl1xmQewgaGJZmuhy1Gao > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heVvMH61OZthl1xmQewgaGJZmuhy1Gao > .row .container > .video-iframe-container { display: none; }#heVvMH61OZthl1xmQewgaGJZmuhy1Gao > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heVvMH61OZthl1xmQewgaGJZmuhy1Gao > .row > .video-iframe-container { display: none; }#heVvMH61OZthl1xmQewgaGJZmuhy1Gao > .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); }#heVvMH61OZthl1xmQewgaGJZmuhy1Gao > .row .container { border-width: 0; border-radius: 0; }#heVvMH61OZthl1xmQewgaGJZmuhy1Gao > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#heVvMH61OZthl1xmQewgaGJZmuhy1Gao > .row .container { font-size:0.875rem;font-family:arial;height:33.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#nCXKuhTxNENPNITpOAM4wyrPzcpXZSzA { color:#f9e900;display:block;width:30.25rem;position:absolute;font-family:"magazine grotesque";font-size:3.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.75rem;left:37.625rem;height:5.0371125rem;display:block; }
#q0GS0F6Sbu2ouVzHg9DsvLrknxbqpWFV { position:absolute;display:block;z-index:15001;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:26.75rem;width:23.625rem;top:2.75rem;left:4.8125rem;overflow:hidden;display:block; }
#HqetOcl6eKhIqC3PP2MdOVgcEKLMtvBy { color:#ffffff;display:block;width:37.375rem;position:absolute;font-family:"grey cliff";font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:12.537109375rem;left:37.625rem;height:10rem;display:block; }
#AdnzV67rTZIAlBBkwavS1wElBAFmOuhk { background-color:#ee48a3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.3125rem 0.8125rem 1.0625rem rgba(7,81,78,0.12) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"magazine grotesque";font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:24.0625rem;left:37.625rem;display:block; }
#HrOsqXhX2lnWuamV2HFKyIemgMDuc9iM { 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) { #BUP8gkSCioTmwWKQXWDJGTpVHTxyuyKc { display:block; }#BUP8gkSCioTmwWKQXWDJGTpVHTxyuyKc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSoKGIP2K2zacHkCJHTAUIN4rnT4M63Z { width:8.5625rem;height:2.5625rem;top:0.375rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVesGDwAW1LXXUmnF4TvF6NG1Tf9fdnr { display:block; }
 }@media only screen and (max-width: 763px) { #rTPgtaZJFd9T8hy7RyGZT2c1M5roeeBX { width:6.375rem;height:2.5625rem;top:0.375rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3N7UTMfRkt0Leyyv67NVgU70TFHJJkf { display:block; }
 }@media only screen and (max-width: 763px) { #Ftx30977OwrX323UzJZirpGQKJHbsvnz { width:4rem;height:2.5625rem;top:0.375rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiB6i5NIqOiMqbQZvMWNT6HB5dkxFlin { display:block; }
 }@media only screen and (max-width: 763px) { #qJ755TEUHmAA9zlPrd0wQnfPVRAASvL1 { top:0.5rem;left:0rem;width:12.25rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fh8F9IhboTophoHgG3B5ir4z26pr29ER { top:1.0625rem;left:0rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTkx21IWK1A7wFgi9girLwRrWMwwDFQk { display:none; }
 }@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) { #thnJ0U0oTHWicET6TqOnxVnkC8UTJup4 { top:2.6875rem;left:0rem;width:36.8125rem;height:41.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7DTHcwzP3T4qG3hs9wdv8nMCOPncqEy { top:23.8125rem;left:13rem;width:34.75rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwhH5OwwgBhu9vnZLfIcQyJwwyzodQFl { top:10.3125rem;left:31.5rem;width:12.5625rem;height:2.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IctNtKx5wSGM2FCL1yyT58TQ6WAQKXB6 { top:8rem;left:30.15625rem;width:13.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6T8LW6LMa0AJCZyEpcJcsb97RJzvSya { width:13.8125rem;height:3.4375rem;top:30.125rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4BwmMBzlzpnTODITh4fdTXPcEQbDmvy { display:block; }
 }@media only screen and (max-width: 763px) { #uts1toQUAQzkcVn6SiQF722WiMm1X8HB { top:17.8125rem;left:22.25rem;width:25.5rem;height:4.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqPiMTr063Xp0cGGLhJPTdLcs97aGVKu { top:35.625rem;left:15.375rem;width:10.375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zl8g5dRWn0XubzskgCNpw1WHTmVsNd9Q { top:37.9375rem;left:12.375rem;width:16.375rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNkyADHMwUXe9gKU9C9ArruChnMAIugJ { width:13.8125rem;height:3.4375rem;top:30.125rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKTS6TRV86JIqerb5fBnerMLEHpzITnS { display:block; }
 }@media only screen and (max-width: 763px) { #Doxe2L6RVhqrJyBeihXr6FITHAESK7da { display:block; }#Doxe2L6RVhqrJyBeihXr6FITHAESK7da > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QdhsNeT3awDHxPRBx8uelv5IPO32ipiu { top:0rem;left:0rem;width:47.75rem;height:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEEvTGHvk4LJGxmEZqcVH8Dl9qGCvaDv { display:block; }#OEEvTGHvk4LJGxmEZqcVH8Dl9qGCvaDv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IA8seaoe8pGi7HaSw59AMRKNr2zreDuF { width:15.5625rem;height:3.4375rem;top:50.375rem;left:16.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3TqEz4SckRpqEPV8VUWxq0y6hb3sho4 { display:block; }
 }@media only screen and (max-width: 763px) { #NQnHsGqszQuP4BKCnMQBAdP41Ia8KDTR { top:40.5625rem;left:0rem;width:47.75rem;height:7.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THyZAEVyBoWgvx37F2OKfcnowH0hI4ve { top:14.9375rem;left:0rem;width:33.5625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uomPUUHybBC4aEVWvS7Js8shnTTadLAO { top:14.9375rem;left:14.1875rem;width:33.5625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qN3LcL4VtilQtCFC9Gkg6qEQI9o8Ml42 { top:35.1875rem;left:0rem;width:22.1875rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnI7RzKZFBWbfzJw47mElHXcaLf5Gdde { top:35.1875rem;left:24.4375rem;width:23.3125rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zL4N9RqbSGy5st7qf6Ovh8HqUOS6z2ZZ { display:block; }#zL4N9RqbSGy5st7qf6Ovh8HqUOS6z2ZZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ymQHLo3EdZAEoxwUMxnmfG1nV71GNPf1 { top:3.125rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNMsnvgMmpoHBWCyGxTozXJJPe6Jqd36 { display:block; }#RNMsnvgMmpoHBWCyGxTozXJJPe6Jqd36 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OHQoJzkkicf3DrkD57k9mvZLTX7oc7Li { width:14.25rem;height:3.4375rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwZ3NVZi1odQiA1ZbH00I84m9eKQMXzd { display:block; }
 }@media only screen and (max-width: 763px) { #NknadGfxEDzrGtOUw6q68pB4MXNvcrh4 { top:0rem;left:0.28125rem;width:10.8125rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PthfHGTVve7yOC67wOAwod70GruixPwT { top:0rem;left:12.5rem;width:10.8125rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzd1yXo9NE47iXdGLrILAplitFai9iTR { width:14.25rem;height:3.4375rem;top:6.3125rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpGLWv0A3F6DiL2WGub9FtvdSO6tg25Q { display:block; }
 }@media only screen and (max-width: 763px) { #XN8bfZJcEQ1uXy3W39TLCo7xGsl24DKb { width:14.25rem;height:3.4375rem;top:6.3125rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgBTi7QiaSx7m8ryJ91LeuQOkHTxZhns { display:block; }
 }@media only screen and (max-width: 763px) { #FLlOoWomcJfUyL2mycu9zAyN7tKhIouP { width:14.25rem;height:3.4375rem;top:6.3125rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uC6BZi8Khbbr9s4b599a0B3TyNAWh9QM { display:block; }
 }@media only screen and (max-width: 763px) { #QTsTik2aTi0Et12k49JND0L6keksaoX0 { top:0rem;left:36.375rem;width:10.8125rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5cg5cp9Es8TwrTD6BsS5cW9hxm6X2vI { top:0.875rem;left:24.75rem;width:10.1875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDKxuxX9bKgNqtCUdSf0vntgawDfDsDX { display:block; }#QDKxuxX9bKgNqtCUdSf0vntgawDfDsDX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bzaDFW79Z2gUOTCupvMIK5IUvaeMqQnu { width:14.25rem;height:3.4375rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeZVTgDtVPTiN706QK2u6yZrG0HlrURI { display:block; }
 }@media only screen and (max-width: 763px) { #s8APgMBcaTZ2xFqPuacxsVwvRzmSsnrO { top:0rem;left:0.59375rem;width:10.8125rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfoX1SHzfkUewvB1aB9BS4JaUJTtDCfG { width:14.25rem;height:3.4375rem;top:6.5625rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZqPbczGTuABnRTzNT3ubz65ZqxEO3Vp { display:block; }
 }@media only screen and (max-width: 763px) { #CPt5vSzcwBfaTrg92Ay2fxrokezWMvZL { top:0rem;left:11.9375rem;width:11.9375rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9OfbGsnsKdNl74WwXBqNB2drK3TMdTW { width:14.25rem;height:3.4375rem;top:6.5625rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVOC5QUg3ZaCehbTwyHmM2vrNqxwWdzH { display:block; }
 }@media only screen and (max-width: 763px) { #KWXJzMJBWAH6NDUPEzrikqdkl0LdVnth { top:0rem;left:23.90625rem;width:11.8125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #glBKDqFKQ0ET6Gt4CWkP5RvwKLrrpKOZ { top:0rem;left:35.875rem;width:11.8125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bedEdWBxaXLIpywZn2JhTHAgQMNarvWQ { width:14.25rem;height:3.4375rem;top:6.5rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXtIr0qsOgq0GV7UsaTafKRMIqSBSZlh { display:block; }
 }@media only screen and (max-width: 763px) { #iGVDhZgTh4U8DwVqfrgLx6T3sqyTvEl3 { display:block; }#iGVDhZgTh4U8DwVqfrgLx6T3sqyTvEl3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uEM2XRPw2MZn5vowhElsF7HhOMXX3f6O { top:2.375rem;left:0rem;width:47.75rem;height:7.1875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2fvpv0toctNW8ZeOegi9BApLosxrkJe { top:10.6875rem;left:0rem;width:47.75rem;height:24rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcC0hxobi42E69c4P9ccvr2RFpeCDsoA { display:block; }#hcC0hxobi42E69c4P9ccvr2RFpeCDsoA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hVJhxcAQPotgQxqqgViXS3GlOpIF8e7o { top:18.9375rem;left:30.8125rem;width:16.8125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDo5hk364cZC5DFHUpkvPNvzcBLfbmfw { top:23.3125rem;left:11.8125rem;width:19.9375rem;height:10.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KikGQry4HCZJc6roGcMFqQ1KKCDD6Dkt { top:19.8125rem;left:0rem;width:19.1875rem;height:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AimTkJzVZ08trV6UEwKxC2l6fqwnvBOh { top:3.125rem;left:0rem;width:47.75rem;height:7.1875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mF8WHXawiQ7pgEmhVIgg9STCAs89eI8Q { top:15.375rem;left:0rem;width:18.25rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqOn43XzcvmM0f2gt4cmLCbi4LOrfVq8 { top:15.375rem;left:13.5rem;width:18.25rem;height:6rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKuLhdNVpdmZDZp1AlM0dcadP9OmcZbz { top:15.1875rem;left:29.375rem;width:18.25rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddHJPbNwglXtpJeovo9SRgCDCfRaSqUt { top:21.375rem;left:27.5rem;width:20.125rem;height:7.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zX1hBEM8ltnIVRFh3qi4pPi6qu7vdQR4 { top:13.75rem;left:24.5625rem;width:23.0625rem;height:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGdmEUhoBNEbCzQqm01pwfT3AE3kWice { top:13.75rem;left:8.6875rem;width:23.0625rem;height:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQVwTTOh1tW77EKLiNmRMGcTesrZyLEE { top:14rem;left:0rem;width:23.0625rem;height:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #heVvMH61OZthl1xmQewgaGJZmuhy1Gao { display:block; }#heVvMH61OZthl1xmQewgaGJZmuhy1Gao > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nCXKuhTxNENPNITpOAM4wyrPzcpXZSzA { top:6.75rem;left:17.5rem;width:30.25rem;height:5rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0GS0F6Sbu2ouVzHg9DsvLrknxbqpWFV { top:2.75rem;left:0rem;width:23.625rem;height:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqetOcl6eKhIqC3PP2MdOVgcEKLMtvBy { top:12.5rem;left:10.375rem;width:37.375rem;height:10rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdnzV67rTZIAlBBkwavS1wElBAFmOuhk { width:15.5625rem;height:3.4375rem;top:24.0625rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrOsqXhX2lnWuamV2HFKyIemgMDuc9iM { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #BUP8gkSCioTmwWKQXWDJGTpVHTxyuyKc { display:block; }#BUP8gkSCioTmwWKQXWDJGTpVHTxyuyKc > .row .container { width:20rem;height:13.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSoKGIP2K2zacHkCJHTAUIN4rnT4M63Z { width:8.875rem;height:2.5625rem;top:5.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVesGDwAW1LXXUmnF4TvF6NG1Tf9fdnr { display:block; }
 }@media only screen and (max-width: 763px) { #rTPgtaZJFd9T8hy7RyGZT2c1M5roeeBX { width:8.8125rem;height:2.5625rem;top:7.875rem;left:0.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3N7UTMfRkt0Leyyv67NVgU70TFHJJkf { display:block; }
 }@media only screen and (max-width: 763px) { #Ftx30977OwrX323UzJZirpGQKJHbsvnz { width:6rem;height:2.5625rem;top:10.4375rem;left:0.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiB6i5NIqOiMqbQZvMWNT6HB5dkxFlin { display:block; }
 }@media only screen and (max-width: 763px) { #qJ755TEUHmAA9zlPrd0wQnfPVRAASvL1 { width:12.25rem;height:2.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fh8F9IhboTophoHgG3B5ir4z26pr29ER { width:0.3125rem;height:0.3125rem;top:1.5rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTkx21IWK1A7wFgi9girLwRrWMwwDFQk { top:0.84375rem;left:16.875rem;width:3.125rem;height:3.125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ee48a3;background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#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 { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #thnJ0U0oTHWicET6TqOnxVnkC8UTJup4 { width:18.1875rem;height:20.625rem;top:6.24609375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7DTHcwzP3T4qG3hs9wdv8nMCOPncqEy { width:19.375rem;height:6rem;top:35.9140625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uwhH5OwwgBhu9vnZLfIcQyJwwyzodQFl { width:11rem;height:2.25rem;top:4.5rem;left:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IctNtKx5wSGM2FCL1yyT58TQ6WAQKXB6 { width:10.625rem;height:6.1875rem;top:2.28125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6T8LW6LMa0AJCZyEpcJcsb97RJzvSya { width:15.5625rem;height:3.4375rem;top:43.0625rem;left:2.21875rem;background-color:#01ad85;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #e4BwmMBzlzpnTODITh4fdTXPcEQbDmvy { display:block; }
 }@media only screen and (max-width: 763px) { #uts1toQUAQzkcVn6SiQF722WiMm1X8HB { width:20rem;height:7.1494375rem;top:27.87109375rem;left:0rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dqPiMTr063Xp0cGGLhJPTdLcs97aGVKu { width:7.25rem;height:4.0625rem;top:23.80859375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zl8g5dRWn0XubzskgCNpw1WHTmVsNd9Q { width:5.75rem;height:1.125rem;top:25.43359375rem;left:12.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNkyADHMwUXe9gKU9C9ArruChnMAIugJ { width:13.8125rem;height:3.4375rem;top:48.0625rem;left:3.0625rem;background-color:#01ad85;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #PKTS6TRV86JIqerb5fBnerMLEHpzITnS { display:block; }
 }@media only screen and (max-width: 763px) { #Doxe2L6RVhqrJyBeihXr6FITHAESK7da { display:block; }#Doxe2L6RVhqrJyBeihXr6FITHAESK7da > .row .container { width:20rem;height:21.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QdhsNeT3awDHxPRBx8uelv5IPO32ipiu { width:20rem;height:17.99805rem;top:3.12646484375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEEvTGHvk4LJGxmEZqcVH8Dl9qGCvaDv { display:block; }#OEEvTGHvk4LJGxmEZqcVH8Dl9qGCvaDv > .row .container { width:20rem;height:57.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IA8seaoe8pGi7HaSw59AMRKNr2zreDuF { width:15.5625rem;height:3.4375rem;top:2.1982421875rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3TqEz4SckRpqEPV8VUWxq0y6hb3sho4 { display:block; }
 }@media only screen and (max-width: 763px) { #NQnHsGqszQuP4BKCnMQBAdP41Ia8KDTR { width:20rem;height:12.59861875rem;top:42.4560546875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THyZAEVyBoWgvx37F2OKfcnowH0hI4ve { height:11.172875rem;width:20rem;top:7.8857421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uomPUUHybBC4aEVWvS7Js8shnTTadLAO { height:11.172875rem;width:20rem;top:25.74609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qN3LcL4VtilQtCFC9Gkg6qEQI9o8Ml42 { width:20rem;height:2.9248rem;top:20.5849609375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnI7RzKZFBWbfzJw47mElHXcaLf5Gdde { width:20rem;height:2.9248rem;top:38.2216796875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zL4N9RqbSGy5st7qf6Ovh8HqUOS6z2ZZ { display:block; }#zL4N9RqbSGy5st7qf6Ovh8HqUOS6z2ZZ > .row .container { width:20rem;height:12.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ymQHLo3EdZAEoxwUMxnmfG1nV71GNPf1 { width:20rem;height:10.5rem;top:1.875rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNMsnvgMmpoHBWCyGxTozXJJPe6Jqd36 { display:block; }#RNMsnvgMmpoHBWCyGxTozXJJPe6Jqd36 > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OHQoJzkkicf3DrkD57k9mvZLTX7oc7Li { width:14.25rem;height:3.4375rem;top:7.5625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwZ3NVZi1odQiA1ZbH00I84m9eKQMXzd { display:block; }
 }@media only screen and (max-width: 763px) { #NknadGfxEDzrGtOUw6q68pB4MXNvcrh4 { width:10.8125rem;height:5.0625rem;top:1.25rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PthfHGTVve7yOC67wOAwod70GruixPwT { width:10.8125rem;height:5.0625rem;top:12.25rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzd1yXo9NE47iXdGLrILAplitFai9iTR { width:14.25rem;height:3.4375rem;top:18.5625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpGLWv0A3F6DiL2WGub9FtvdSO6tg25Q { display:block; }
 }@media only screen and (max-width: 763px) { #XN8bfZJcEQ1uXy3W39TLCo7xGsl24DKb { width:14.25rem;height:3.4375rem;top:29.5625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgBTi7QiaSx7m8ryJ91LeuQOkHTxZhns { display:block; }
 }@media only screen and (max-width: 763px) { #FLlOoWomcJfUyL2mycu9zAyN7tKhIouP { width:14.25rem;height:3.4375rem;top:40.5625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uC6BZi8Khbbr9s4b599a0B3TyNAWh9QM { display:block; }
 }@media only screen and (max-width: 763px) { #QTsTik2aTi0Et12k49JND0L6keksaoX0 { width:10.8125rem;height:5.0625rem;top:34.25rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5cg5cp9Es8TwrTD6BsS5cW9hxm6X2vI { width:10.1875rem;height:3.3125rem;top:24.625rem;left:4.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDKxuxX9bKgNqtCUdSf0vntgawDfDsDX { display:block; }#QDKxuxX9bKgNqtCUdSf0vntgawDfDsDX > .row .container { width:20rem;height:47.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bzaDFW79Z2gUOTCupvMIK5IUvaeMqQnu { width:14.25rem;height:3.4375rem;top:7.5625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeZVTgDtVPTiN706QK2u6yZrG0HlrURI { display:block; }
 }@media only screen and (max-width: 763px) { #s8APgMBcaTZ2xFqPuacxsVwvRzmSsnrO { width:10.8125rem;height:5.0625rem;top:1.25rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfoX1SHzfkUewvB1aB9BS4JaUJTtDCfG { width:14.25rem;height:3.4375rem;top:19.1875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZqPbczGTuABnRTzNT3ubz65ZqxEO3Vp { display:block; }
 }@media only screen and (max-width: 763px) { #CPt5vSzcwBfaTrg92Ay2fxrokezWMvZL { width:11.9375rem;height:5.5rem;top:12.625rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9OfbGsnsKdNl74WwXBqNB2drK3TMdTW { width:14.25rem;height:3.4375rem;top:30.875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVOC5QUg3ZaCehbTwyHmM2vrNqxwWdzH { display:block; }
 }@media only screen and (max-width: 763px) { #KWXJzMJBWAH6NDUPEzrikqdkl0LdVnth { width:11.8125rem;height:5.4375rem;top:23.6875rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #glBKDqFKQ0ET6Gt4CWkP5RvwKLrrpKOZ { width:11.8125rem;height:5.4375rem;top:35.375rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bedEdWBxaXLIpywZn2JhTHAgQMNarvWQ { width:14.25rem;height:3.4375rem;top:41.9375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXtIr0qsOgq0GV7UsaTafKRMIqSBSZlh { display:block; }
 }@media only screen and (max-width: 763px) { #iGVDhZgTh4U8DwVqfrgLx6T3sqyTvEl3 { display:block; }#iGVDhZgTh4U8DwVqfrgLx6T3sqyTvEl3 > .row .container { width:20rem;height:49rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uEM2XRPw2MZn5vowhElsF7HhOMXX3f6O { width:20rem;height:5.25rem;top:1.875rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2fvpv0toctNW8ZeOegi9BApLosxrkJe { width:19.75rem;height:39.595725rem;top:7.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcC0hxobi42E69c4P9ccvr2RFpeCDsoA { display:block; }#hcC0hxobi42E69c4P9ccvr2RFpeCDsoA > .row .container { width:20rem;height:79.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hVJhxcAQPotgQxqqgViXS3GlOpIF8e7o { width:16.8125rem;height:0;top:56.875rem;left:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDo5hk364cZC5DFHUpkvPNvzcBLfbmfw { width:18.25rem;height:12.598625rem;top:44.099609375rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KikGQry4HCZJc6roGcMFqQ1KKCDD6Dkt { width:16.9375rem;height:12.59861875rem;top:17.451171875rem;left:1.53125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AimTkJzVZ08trV6UEwKxC2l6fqwnvBOh { width:20rem;height:7.875rem;top:2.57421875rem;left:0rem;font-size:4.375rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #mF8WHXawiQ7pgEmhVIgg9STCAs89eI8Q { width:18.25rem;height:2rem;top:13.513671875rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqOn43XzcvmM0f2gt4cmLCbi4LOrfVq8 { width:18.25rem;height:6rem;top:36.5625rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKuLhdNVpdmZDZp1AlM0dcadP9OmcZbz { width:18.25rem;height:4rem;top:63rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddHJPbNwglXtpJeovo9SRgCDCfRaSqUt { width:19.0625rem;height:7.19925rem;top:68.0625rem;left:0.46875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zX1hBEM8ltnIVRFh3qi4pPi6qu7vdQR4 { width:20rem;height:14.8125rem;top:61.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGdmEUhoBNEbCzQqm01pwfT3AE3kWice { width:20rem;height:23.25rem;top:34.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQVwTTOh1tW77EKLiNmRMGcTesrZyLEE { width:20rem;height:19.5rem;top:12.18701171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #heVvMH61OZthl1xmQewgaGJZmuhy1Gao { background-color:#01ad85;background-image:none;display:block; }#heVvMH61OZthl1xmQewgaGJZmuhy1Gao > .row .container { background-color: transparent; background-image: none; }#heVvMH61OZthl1xmQewgaGJZmuhy1Gao::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heVvMH61OZthl1xmQewgaGJZmuhy1Gao > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heVvMH61OZthl1xmQewgaGJZmuhy1Gao > .row .container > .video-iframe-container { display: none; }#heVvMH61OZthl1xmQewgaGJZmuhy1Gao > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heVvMH61OZthl1xmQewgaGJZmuhy1Gao > .row > .video-iframe-container { display: none; }#heVvMH61OZthl1xmQewgaGJZmuhy1Gao > .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); }#heVvMH61OZthl1xmQewgaGJZmuhy1Gao > .row .container { width:20rem;height:49.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nCXKuhTxNENPNITpOAM4wyrPzcpXZSzA { width:20rem;height:3.49365rem;top:23.6875rem;left:0rem;font-size:2.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q0GS0F6Sbu2ouVzHg9DsvLrknxbqpWFV { width:18.1875rem;height:20.625rem;top:0.81201171875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqetOcl6eKhIqC3PP2MdOVgcEKLMtvBy { width:20rem;height:14rem;top:28.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AdnzV67rTZIAlBBkwavS1wElBAFmOuhk { width:15.5625rem;height:3.4375rem;top:44.4375rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrOsqXhX2lnWuamV2HFKyIemgMDuc9iM { display:block; }
 }