.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;
}
.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff414d;background-image:none;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:75rem;position:relative;display:block; }#HXFsaBpH3qLFWUH6SuUIVSV1VGusq7CE { color:#000000;display:block;width:36.375rem;position:absolute;font-family:"pt sans";font-size:1.25rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:0.96875rem;left:19.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FkfpTfLfsXXzFH5wGbwEoOJGp6o2dVO0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f0176e04-1a68-4c71-9edb-edabe910e906/BethFINALS0006.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#FkfpTfLfsXXzFH5wGbwEoOJGp6o2dVO0.adaptive-delivery-prevent-bg, #FkfpTfLfsXXzFH5wGbwEoOJGp6o2dVO0.lazyload, #FkfpTfLfsXXzFH5wGbwEoOJGp6o2dVO0.lazyloading { background-image: none; }#FkfpTfLfsXXzFH5wGbwEoOJGp6o2dVO0 > .row .container { background-color: transparent; background-image: none; }#FkfpTfLfsXXzFH5wGbwEoOJGp6o2dVO0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkfpTfLfsXXzFH5wGbwEoOJGp6o2dVO0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkfpTfLfsXXzFH5wGbwEoOJGp6o2dVO0 > .row .container > .video-iframe-container { display: none; }#FkfpTfLfsXXzFH5wGbwEoOJGp6o2dVO0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkfpTfLfsXXzFH5wGbwEoOJGp6o2dVO0 > .row > .video-iframe-container { display: none; }#FkfpTfLfsXXzFH5wGbwEoOJGp6o2dVO0 > .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); }#FkfpTfLfsXXzFH5wGbwEoOJGp6o2dVO0 > .row .container { border-width: 0; border-radius: 0; }#FkfpTfLfsXXzFH5wGbwEoOJGp6o2dVO0 > .row .container { font-size:0.875rem;font-family:arial;height:45.1875rem;width:75rem;position:relative;display:block; }#gPZLJcxeWQ59aZ1gfIuNqGkrUw8HpH66 { color:#ffffff;display:block;width:33.9375rem;position:absolute;font-family:"pt sans";font-size:2.875rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.75rem;left:50.562501907349rem;height:18.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lEmcBJGLEKbDPUQ84HRZnbLkMoXEMGsS { position:absolute;display:block;z-index:100001;background-color:#000000;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;height:0.1875rem;width:3.75rem;top:17rem;left:4.21875rem;display:block; }
#ru5Fs4eiwSCiJNuOcFzb0MTCI50hnrBt { color:#ffffff;display:block;width:32rem;position:absolute;font-family:"pt sans";font-size:1.4375rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:25.643751144409rem;left:53.687501907349rem;height:5.60625rem;display:block; }
#GO11bUqNx6rosUPl86p9QGmI4seEIbMP { background-color:#00a88e;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:"pt sans";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:3.8125rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:34.874999237247rem;left:57.250001907349rem;display:block; }
#vfLu07TZvwmqbk2LPBGI9AL99nL0V7fE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#biBJtZ78aMiIiwoFmRi9K2yGLNNpQ95A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b2540;background-image:none;position:relative;display:block; }#biBJtZ78aMiIiwoFmRi9K2yGLNNpQ95A > .row .container { background-color: transparent; background-image: none; }#biBJtZ78aMiIiwoFmRi9K2yGLNNpQ95A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#biBJtZ78aMiIiwoFmRi9K2yGLNNpQ95A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#biBJtZ78aMiIiwoFmRi9K2yGLNNpQ95A > .row .container > .video-iframe-container { display: none; }#biBJtZ78aMiIiwoFmRi9K2yGLNNpQ95A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#biBJtZ78aMiIiwoFmRi9K2yGLNNpQ95A > .row > .video-iframe-container { display: none; }#biBJtZ78aMiIiwoFmRi9K2yGLNNpQ95A > .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); }#biBJtZ78aMiIiwoFmRi9K2yGLNNpQ95A > .row .container { border-width: 0; border-radius: 0; }#biBJtZ78aMiIiwoFmRi9K2yGLNNpQ95A > .row .container { font-size:0.875rem;font-family:arial;height:16.875rem;width:75rem;position:relative;display:block; }#QuGJT72vS991PLdJ6wRVnMpe6mUfvgFb { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10rem;width:10rem;top:2.25rem;left:11.46875rem;overflow:hidden;display:block; }
#X9bmO8PV0vA8fQrW0CKHI8FkTbZmaTqP { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:9.375rem;top:2.875rem;left:26.34375rem;overflow:hidden;display:block; }
#zGUp6g0MBNzT4HGXsn04X41R02crEGnu { color:#000000;display:block;width:22.375rem;position:absolute;font-family:"pt sans";font-size:1.875rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:5.4375rem;left:25.71875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TdZUHzBKEVVZdvFSiDFJZoJI8Ly7GIxC { color:#000000;display:block;width:40.8125rem;position:absolute;font-family:"pt sans";font-size:1.125rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:8.6875rem;left:26.34375rem;height:2.925rem;text-align:left;text-align-last:left;display:block; }
#b58iuFqw3cn0htg0L00lBGKHsGuLli32 { color:#a4a4a4;display:block;width:12.5rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:12.875rem;left:26.34375rem;height:1.3rem;font-style:normal;display:block; }
#BMHLvfde64uwTm0ohCe0b7vElklmi4ZT { position:relative;display:block; }#BMHLvfde64uwTm0ohCe0b7vElklmi4ZT { background-color: transparent; background-image: none; }#BMHLvfde64uwTm0ohCe0b7vElklmi4ZT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMHLvfde64uwTm0ohCe0b7vElklmi4ZT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMHLvfde64uwTm0ohCe0b7vElklmi4ZT > .row .container > .video-iframe-container { display: none; }#BMHLvfde64uwTm0ohCe0b7vElklmi4ZT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMHLvfde64uwTm0ohCe0b7vElklmi4ZT > .row > .video-iframe-container { display: none; }#BMHLvfde64uwTm0ohCe0b7vElklmi4ZT > .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); }#BMHLvfde64uwTm0ohCe0b7vElklmi4ZT { border-width: 0; border-radius: 0; }#BMHLvfde64uwTm0ohCe0b7vElklmi4ZT > .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:22.9375rem;width:75rem;position:relative;display:block; }#bStndVPgR69LSMVLaTqOW8B9pIXmFrHo { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.5625rem;width:20.8125rem;top:3.8125rem;left:2.09375rem;overflow:hidden;display:block; }
#H47JaoNtReh2LA4oGKV16RfFWsN9twVb { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:"pt sans";font-size:0.75rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:19.4375rem;left:2.09375rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#LpTclfLokoyzTzJxFBMn5n69XbGQhwJN { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.5625rem;width:20.8125rem;top:4.1875rem;left:27.09375rem;overflow:hidden;display:block; }
#ec5UfFJPHuothpqpTFdA5PGXbHUtKn5d { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:"pt sans";font-size:0.75rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:19.4375rem;left:27.09375rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#g68xB7846DgzwD3SaPBcglW5prdFmVi7 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.5625rem;width:20.8125rem;top:4.1875rem;left:52.09375rem;overflow:hidden;display:block; }
#MZZH9R77Zipg0PEyN4i72LeAg643BGp9 { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:"pt sans";font-size:0.75rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:19.4375rem;left:52.09375rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#TO1lWDfOUcAVzA4XlmuOLkirA0hy2CR7 { position:relative;display:block; }#TO1lWDfOUcAVzA4XlmuOLkirA0hy2CR7 { background-color: transparent; background-image: none; }#TO1lWDfOUcAVzA4XlmuOLkirA0hy2CR7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TO1lWDfOUcAVzA4XlmuOLkirA0hy2CR7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TO1lWDfOUcAVzA4XlmuOLkirA0hy2CR7 > .row .container > .video-iframe-container { display: none; }#TO1lWDfOUcAVzA4XlmuOLkirA0hy2CR7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TO1lWDfOUcAVzA4XlmuOLkirA0hy2CR7 > .row > .video-iframe-container { display: none; }#TO1lWDfOUcAVzA4XlmuOLkirA0hy2CR7 > .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); }#TO1lWDfOUcAVzA4XlmuOLkirA0hy2CR7 { border-width: 0; border-radius: 0; }#TO1lWDfOUcAVzA4XlmuOLkirA0hy2CR7 > .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:29.4375rem;width:75rem;position:relative;display:block; }#TnraW96tTPQxuf0mtI90pi8Dn4Qkklqs { color:#000000;display:block;width:29.875rem;position:absolute;font-family:"pt sans";font-size:2.8125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:3.1875rem;left:7.6875rem;height:3.65625rem;font-style:normal;display:block; }
#MHn0fHIq9QSnzHixRXAGNymTBcGQTbz0 { color:#000000;display:block;width:27.875rem;position:absolute;font-family:"pt sans";font-size:1.125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:8.3505859375rem;left:7.6875rem;height:12.7375rem;display:block; }#MHn0fHIq9QSnzHixRXAGNymTBcGQTbz0 li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#MHn0fHIq9QSnzHixRXAGNymTBcGQTbz0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Tfvy3ZK3/download.png); }
#TODkCzJnQTUgd6S5xQBbzIurSlZdJ8sZ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"pt sans";font-size:1.125rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:23.5625rem;left:7.6875rem;height:1.4625rem;display:block; }
#g2oHLlbvApzGT8TegAMiVdk7sQ6xn1Wi { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.6875rem;width:20.6875rem;top:3.1875rem;left:41.46875rem;overflow:hidden;display:block; }
#n9bpDOxc1IvxXb2XyaQtXgn6vf1gtOhp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00d3a1;background-image:none;position:relative;display:block; }#n9bpDOxc1IvxXb2XyaQtXgn6vf1gtOhp > .row .container { background-color: transparent; background-image: none; }#n9bpDOxc1IvxXb2XyaQtXgn6vf1gtOhp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9bpDOxc1IvxXb2XyaQtXgn6vf1gtOhp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9bpDOxc1IvxXb2XyaQtXgn6vf1gtOhp > .row .container > .video-iframe-container { display: none; }#n9bpDOxc1IvxXb2XyaQtXgn6vf1gtOhp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9bpDOxc1IvxXb2XyaQtXgn6vf1gtOhp > .row > .video-iframe-container { display: none; }#n9bpDOxc1IvxXb2XyaQtXgn6vf1gtOhp > .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); }#n9bpDOxc1IvxXb2XyaQtXgn6vf1gtOhp > .row .container { border-width: 0; border-radius: 0; }#n9bpDOxc1IvxXb2XyaQtXgn6vf1gtOhp > .row .container { font-size:0.875rem;font-family:arial;height:14.625rem;width:75rem;position:relative;display:block; }#IURIT9TuzcF3XNneReRAdWcFzOgndMvN { position:absolute;display:block;z-index:100000;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.125rem solid #b3f2e3;border-left:0.125rem solid #b3f2e3;border-right:0.125rem solid #b3f2e3;border-bottom:0.125rem solid #b3f2e3;height:9.6875rem;width:59.75rem;top:2.3125rem;left:10.15625rem;display:block; }
#XoBoBK2A1pGC7H5uBDnHnVB2lG4BgTyW { color:#000000;display:block;width:49.5625rem;position:absolute;font-family:"pt sans";font-size:2.5rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:3.90625rem;left:15.375rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rVuyIfu5y75liyPIikLMIHo3T631PL07 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:none;position:relative;display:block; }#rVuyIfu5y75liyPIikLMIHo3T631PL07 > .row .container { background-color: transparent; background-image: none; }#rVuyIfu5y75liyPIikLMIHo3T631PL07::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rVuyIfu5y75liyPIikLMIHo3T631PL07 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rVuyIfu5y75liyPIikLMIHo3T631PL07 > .row .container > .video-iframe-container { display: none; }#rVuyIfu5y75liyPIikLMIHo3T631PL07 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rVuyIfu5y75liyPIikLMIHo3T631PL07 > .row > .video-iframe-container { display: none; }#rVuyIfu5y75liyPIikLMIHo3T631PL07 > .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); }#rVuyIfu5y75liyPIikLMIHo3T631PL07 > .row .container { border-width: 0; border-radius: 0; }#rVuyIfu5y75liyPIikLMIHo3T631PL07 > .row .container { font-size:0.875rem;font-family:arial;height:44.0625rem;width:75rem;position:relative;display:block; }#C2pXhT6iM4oLfc6io0ST4RFwVDZnrMTb { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35.625rem;width:32.8125rem;top:4.15625rem;left:2.34375rem;overflow:hidden;display:block; }
#uHDBms5cdJPJaHSNbg6EplGnpFuUiHIm { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"pt sans";font-size:1.5rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:10.75rem;left:40.5rem;height:5.85rem;font-style:normal;display:block; }
#DKPdeCKrcnUongMhTJGlW2TuzyescMFR { color:#000000;display:block;width:31.875rem;position:absolute;font-family:"pt sans";font-size:1.125rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:18.3369140625rem;left:40.3125rem;height:14.625rem;display:block; }
#TUogDWQb3Jo6Wm1ikUUcqXHAgOi4pr3m { position:relative;display:block; }#TUogDWQb3Jo6Wm1ikUUcqXHAgOi4pr3m { background-color: transparent; background-image: none; }#TUogDWQb3Jo6Wm1ikUUcqXHAgOi4pr3m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUogDWQb3Jo6Wm1ikUUcqXHAgOi4pr3m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUogDWQb3Jo6Wm1ikUUcqXHAgOi4pr3m > .row .container > .video-iframe-container { display: none; }#TUogDWQb3Jo6Wm1ikUUcqXHAgOi4pr3m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUogDWQb3Jo6Wm1ikUUcqXHAgOi4pr3m > .row > .video-iframe-container { display: none; }#TUogDWQb3Jo6Wm1ikUUcqXHAgOi4pr3m > .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); }#TUogDWQb3Jo6Wm1ikUUcqXHAgOi4pr3m { border-width: 0; border-radius: 0; }#TUogDWQb3Jo6Wm1ikUUcqXHAgOi4pr3m > .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:7.1875rem;width:75rem;position:relative;display:block; }#l0diTERMeflqlxATdh6mKRHXdZtTflWl { color:#000000;display:block;width:24.5625rem;position:absolute;font-family:"pt sans";font-size:2.8125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:3.453125rem;left:25.21875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TpLRvdvcTTpn2U9u9JdJZ2T4Dh6K2LFl { position:relative;display:block; }#TpLRvdvcTTpn2U9u9JdJZ2T4Dh6K2LFl { background-color: transparent; background-image: none; }#TpLRvdvcTTpn2U9u9JdJZ2T4Dh6K2LFl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpLRvdvcTTpn2U9u9JdJZ2T4Dh6K2LFl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpLRvdvcTTpn2U9u9JdJZ2T4Dh6K2LFl > .row .container > .video-iframe-container { display: none; }#TpLRvdvcTTpn2U9u9JdJZ2T4Dh6K2LFl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpLRvdvcTTpn2U9u9JdJZ2T4Dh6K2LFl > .row > .video-iframe-container { display: none; }#TpLRvdvcTTpn2U9u9JdJZ2T4Dh6K2LFl > .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); }#TpLRvdvcTTpn2U9u9JdJZ2T4Dh6K2LFl { border-width: 0; border-radius: 0; }#TpLRvdvcTTpn2U9u9JdJZ2T4Dh6K2LFl > .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:44.0625rem;width:75rem;position:relative;display:block; }#VKpEfn0lM57DVNIbFwKNfcLH08aggX6F { position:absolute;display:block;z-index:100000;background-color:#00d3a1;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.5) ;height:36.875rem;width:22.875rem;top:5.03125rem;left:0.84375rem;display:block; }
#lr9oBFRgIg2gRwW3E1OGofvRcHe4kWC0 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;top:2.5rem;left:6.25rem;overflow:hidden;display:block; }
#MVUmtlg8i20d3tQu4EkZaz7RQh57cD3m { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"pt sans";font-size:2.5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:17.1875rem;left:6.25rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pWtrVmmq5pUUQQ16oLGcqNaOvCsfUa2X { position:absolute;display:block;z-index:100003;background-color:#66e5c7;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;height:0.125rem;width:18.75rem;top:21.5625rem;left:3.125rem;display:block; }
#TuamIUe1SabqSKv6Xw9bPWz9TkM882um { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:"pt sans";font-size:1.125rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:23.75rem;left:2.875rem;height:16.2875rem;display:block; }#TuamIUe1SabqSKv6Xw9bPWz9TkM882um li:not(:first-child){ padding-top:1.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#TuamIUe1SabqSKv6Xw9bPWz9TkM882um li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/KVPBvYv2/toppng.com_white_check_mark_symbol_565x584.png); }
#fL0tGlZG0wGTxc8VTadyXw4k9nSc9SOq { position:absolute;display:block;z-index:100001;background-color:#00d3a1;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.5) ;height:36.875rem;width:22.875rem;top:5.03125rem;left:26.0625rem;display:block; }
#dGUx6ZCrSbnVZWtpGTbKg51KN3OvbvbI { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;top:2.5rem;left:31.25rem;overflow:hidden;display:block; }
#J5f9uiUMihvVQX0g3cceZuAZT6a5LnMD { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"pt sans";font-size:2.5rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:17.1875rem;left:31.25rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kg0TgEZdgbxVkH8UZognONs2KOPqT2qE { position:absolute;display:block;z-index:100004;background-color:#66e5c7;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;height:0.125rem;width:18.75rem;top:21.5625rem;left:28.125rem;display:block; }
#CF1zsgAAS6LbKaUaUcx7PmpOh9UlnITd { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:"pt sans";font-size:1.125rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:23.75rem;left:29.53125rem;height:13.3625rem;display:block; }#CF1zsgAAS6LbKaUaUcx7PmpOh9UlnITd li:not(:first-child){ padding-top:1.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#CF1zsgAAS6LbKaUaUcx7PmpOh9UlnITd li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/KVPBvYv2/toppng.com_white_check_mark_symbol_565x584.png); }
#XEpytD5me0fResyuCV5oExeOmPNr6Eig { position:absolute;display:block;z-index:100002;background-color:#00d3a1;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.5) ;height:36.875rem;width:22.875rem;top:5.03125rem;left:51.0625rem;display:block; }
#ywuUKo8FMbZMLk2o5iTmCeKx3UMF9Clu { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;top:2.5rem;left:56.25rem;overflow:hidden;display:block; }
#RvM0QmBPLmpIAAzFs4un0o58MqloJNUk { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:"pt sans";font-size:2.5rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:17.1875rem;left:52.65625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sgoRANvM11bc93BvUs4JiGnfqTDCX2TQ { position:absolute;display:block;z-index:100005;background-color:#66e5c7;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;height:0.125rem;width:18.75rem;top:21.5625rem;left:53.125rem;display:block; }
#IWTdaysAUhPTERUuMvRduc1k58VghsOu { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:"pt sans";font-size:1.125rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:23.75rem;left:53.125rem;height:;display:block; }#IWTdaysAUhPTERUuMvRduc1k58VghsOu li:not(:first-child){ padding-top:1.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#IWTdaysAUhPTERUuMvRduc1k58VghsOu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/KVPBvYv2/toppng.com_white_check_mark_symbol_565x584.png); }
#MGhroQOTOmsGa2U07lkQcKzdnLSByq7L { position:relative;display:block; }#MGhroQOTOmsGa2U07lkQcKzdnLSByq7L { background-color: transparent; background-image: none; }#MGhroQOTOmsGa2U07lkQcKzdnLSByq7L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MGhroQOTOmsGa2U07lkQcKzdnLSByq7L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MGhroQOTOmsGa2U07lkQcKzdnLSByq7L > .row .container > .video-iframe-container { display: none; }#MGhroQOTOmsGa2U07lkQcKzdnLSByq7L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MGhroQOTOmsGa2U07lkQcKzdnLSByq7L > .row > .video-iframe-container { display: none; }#MGhroQOTOmsGa2U07lkQcKzdnLSByq7L > .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); }#MGhroQOTOmsGa2U07lkQcKzdnLSByq7L { border-width: 0; border-radius: 0; }#MGhroQOTOmsGa2U07lkQcKzdnLSByq7L > .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:8.4375rem;width:75rem;position:relative;display:block; }#T42h9fdCC4Dfv6qeHvTJTcd0c7HEQEy2 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29.4375rem;width:32.8125rem;top:4.75rem;left:37.625rem;overflow:hidden;display:block; }
#WfX56MizPGTHtETt9l7XTLA2rcICTaax { background-color:#00d3a1;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:"pt sans";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.375rem;height:3.8125rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:2.3125rem;left:25.3125rem;display:block; }
#tC1p42O2OtzUITutrhBTDurAJsFH32FT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ATs7UEh27blX4AHPsFgueNlWrGltzl6q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:none;position:relative;display:block; }#ATs7UEh27blX4AHPsFgueNlWrGltzl6q > .row .container { background-color: transparent; background-image: none; }#ATs7UEh27blX4AHPsFgueNlWrGltzl6q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATs7UEh27blX4AHPsFgueNlWrGltzl6q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATs7UEh27blX4AHPsFgueNlWrGltzl6q > .row .container > .video-iframe-container { display: none; }#ATs7UEh27blX4AHPsFgueNlWrGltzl6q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATs7UEh27blX4AHPsFgueNlWrGltzl6q > .row > .video-iframe-container { display: none; }#ATs7UEh27blX4AHPsFgueNlWrGltzl6q > .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); }#ATs7UEh27blX4AHPsFgueNlWrGltzl6q > .row .container { border-width: 0; border-radius: 0; }#ATs7UEh27blX4AHPsFgueNlWrGltzl6q > .row .container { font-size:0.875rem;font-family:arial;height:25.8125rem;width:75rem;position:relative;display:block; }#FnnH3D89oag47soms9M1wITtxMddKdR5 { color:#000000;display:block;width:25.25rem;position:absolute;font-family:"source sans pro";font-size:2.8125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:4.1875rem;left:6.125rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KZweWo1C4hukNDxoiTZmmhsxQQLqLfiL { color:#000000;display:block;width:27.3125rem;position:absolute;font-family:"pt sans";font-size:1.125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:9.6875rem;left:6.125rem;height:10.0625rem;font-style:normal;display:block; }#KZweWo1C4hukNDxoiTZmmhsxQQLqLfiL li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#KZweWo1C4hukNDxoiTZmmhsxQQLqLfiL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/5FjpysZH/screenshot_alicia.clickfunnels.com_2022.01.28_17_14_30.png); }
#UU6tG12qpeQyAdQmnTqLfhtWJLRab1Fi { position:relative;display:block; }#UU6tG12qpeQyAdQmnTqLfhtWJLRab1Fi { background-color: transparent; background-image: none; }#UU6tG12qpeQyAdQmnTqLfhtWJLRab1Fi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UU6tG12qpeQyAdQmnTqLfhtWJLRab1Fi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UU6tG12qpeQyAdQmnTqLfhtWJLRab1Fi > .row .container > .video-iframe-container { display: none; }#UU6tG12qpeQyAdQmnTqLfhtWJLRab1Fi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UU6tG12qpeQyAdQmnTqLfhtWJLRab1Fi > .row > .video-iframe-container { display: none; }#UU6tG12qpeQyAdQmnTqLfhtWJLRab1Fi > .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); }#UU6tG12qpeQyAdQmnTqLfhtWJLRab1Fi { border-width: 0; border-radius: 0; }#UU6tG12qpeQyAdQmnTqLfhtWJLRab1Fi > .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:8.625rem;width:75rem;position:relative;display:block; }#hqebihVzGMJqzDlCTxC7EFTW8eePcFHU { color:#000000;display:block;width:42.25rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:4.25rem;left:16.375rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s0hTA4VSlV5sJ8ng63xJRSePVsX1kQ00 { position:relative;display:block; }#s0hTA4VSlV5sJ8ng63xJRSePVsX1kQ00 { background-color: transparent; background-image: none; }#s0hTA4VSlV5sJ8ng63xJRSePVsX1kQ00::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0hTA4VSlV5sJ8ng63xJRSePVsX1kQ00 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0hTA4VSlV5sJ8ng63xJRSePVsX1kQ00 > .row .container > .video-iframe-container { display: none; }#s0hTA4VSlV5sJ8ng63xJRSePVsX1kQ00 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0hTA4VSlV5sJ8ng63xJRSePVsX1kQ00 > .row > .video-iframe-container { display: none; }#s0hTA4VSlV5sJ8ng63xJRSePVsX1kQ00 > .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); }#s0hTA4VSlV5sJ8ng63xJRSePVsX1kQ00 { border-width: 0; border-radius: 0; }#s0hTA4VSlV5sJ8ng63xJRSePVsX1kQ00 > .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:20.9375rem;width:75rem;position:relative;display:block; }#ekgZ7tSgbdm3d5srTqR6a95azVqU31dG { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.5625rem;width:20.8125rem;top:3.8125rem;left:2.09375rem;overflow:hidden;display:block; }
#qVu5hczS0u38IJZRZ4VovyvvWOpaXysD { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.5625rem;width:20.8125rem;top:4.1875rem;left:27.09375rem;overflow:hidden;display:block; }
#f83J3GV28D3MsTunKgLyWtf98ESS3Q6k { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.5625rem;width:20.8125rem;top:4.1875rem;left:52.09375rem;overflow:hidden;display:block; }
#y5hUZQIOK4ZTRSeLoBrKM7i2TOVPdpiu { position:relative;display:block; }#y5hUZQIOK4ZTRSeLoBrKM7i2TOVPdpiu { background-color: transparent; background-image: none; }#y5hUZQIOK4ZTRSeLoBrKM7i2TOVPdpiu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y5hUZQIOK4ZTRSeLoBrKM7i2TOVPdpiu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y5hUZQIOK4ZTRSeLoBrKM7i2TOVPdpiu > .row .container > .video-iframe-container { display: none; }#y5hUZQIOK4ZTRSeLoBrKM7i2TOVPdpiu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y5hUZQIOK4ZTRSeLoBrKM7i2TOVPdpiu > .row > .video-iframe-container { display: none; }#y5hUZQIOK4ZTRSeLoBrKM7i2TOVPdpiu > .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); }#y5hUZQIOK4ZTRSeLoBrKM7i2TOVPdpiu { border-width: 0; border-radius: 0; }#y5hUZQIOK4ZTRSeLoBrKM7i2TOVPdpiu > .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:25.6875rem;width:75rem;position:relative;display:block; }#X6wWEf1g6vNEPuxBvXgQF50I89xX433v { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.5625rem;width:20.8125rem;top:3.8125rem;left:2.09375rem;overflow:hidden;display:block; }
#n1inqcA4n8NDHzfMd8amuBixFxpFwOPA { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.5625rem;width:20.8125rem;top:4.1875rem;left:27.09375rem;overflow:hidden;display:block; }
#BQKT7dRqNufmGQckZf5tXnr8qIwKco22 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.5625rem;width:20.8125rem;top:4.1875rem;left:52.09375rem;overflow:hidden;display:block; }
#WadOpzGrbi0m82Q8Co5dQm7LfgTbXXgH { position:absolute;display:block;z-index:100000;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.125rem solid #00d3a1;border-left:0.125rem solid #00d3a1;border-right:0.125rem solid #00d3a1;border-bottom:0.125rem solid #00d3a1;height:38.0625rem;width:71.875rem;top:23.25rem;left:1.46875rem;display:block; }
#tbOzOlbHTdGPAynSlHk1Eoc7MFMwDExW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c32;background-image:none;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#tbOzOlbHTdGPAynSlHk1Eoc7MFMwDExW > .row .container { background-color: transparent; background-image: none; }#tbOzOlbHTdGPAynSlHk1Eoc7MFMwDExW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tbOzOlbHTdGPAynSlHk1Eoc7MFMwDExW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tbOzOlbHTdGPAynSlHk1Eoc7MFMwDExW > .row .container > .video-iframe-container { display: none; }#tbOzOlbHTdGPAynSlHk1Eoc7MFMwDExW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tbOzOlbHTdGPAynSlHk1Eoc7MFMwDExW > .row > .video-iframe-container { display: none; }#tbOzOlbHTdGPAynSlHk1Eoc7MFMwDExW > .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); }#tbOzOlbHTdGPAynSlHk1Eoc7MFMwDExW > .row .container { border-width: 0; border-radius: 0; }#tbOzOlbHTdGPAynSlHk1Eoc7MFMwDExW > .row .container { font-size:0.875rem;font-family:arial;height:48.875rem;width:75rem;position:relative;display:block; }#lDDRsADIc43NGee6eRh1H7QzLl5yJbxU { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.9375rem;left:28.75rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mXMhs8R3eWKIGGTi9s27OpVGlQd9Tgqz { color:#000000;display:block;width:47.3125rem;position:absolute;font-family:"source sans pro";font-size:5rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:5.4375rem;left:13.84375rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UiRkq7ClaK3RnqFlNLHIvUoTBuTHCWk7 { color:#000000;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:12.9375rem;left:28.4375rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HXWLKH7DhCSeZrgwiroG6Sx1hQRH2l2f { color:#000000;display:block;width:57.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:17.5rem;left:8.90625rem;height:13rem;display:block; }
#KLUqdqo5AfcAyxs50wTGMHAKHI9b5zCN { position:absolute;display:block;z-index:100000;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.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:17.5rem;width:53.875rem;top:45.75rem;left:10.5625rem;display:block; }
#Z8EXUvFQolo8C6aJQt6Oza3J1NFK0bWq { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10rem;width:10rem;top:47rem;left:11.53125rem;overflow:hidden;display:block; }
#MekpgT7JzIFq2VOpvEeTa1HHAG0xKf6I { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:9.375rem;top:47rem;left:22.96875rem;overflow:hidden;display:block; }
#y7i1Bv7WleO1iw5s0K7duvls3xEpHrTF { background-color:#00d3a1;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:"pt sans";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.375rem;height:3.8125rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:38.75rem;left:25.3125rem;display:block; }
#mGoxIlVxvcsdnBzRpgOfPmK2bzQTsHbI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mySnrTlv9hB7tzwnbeHGv1PX4ZOJ7e4d { position:relative;display:block; }#mySnrTlv9hB7tzwnbeHGv1PX4ZOJ7e4d { background-color: transparent; background-image: none; }#mySnrTlv9hB7tzwnbeHGv1PX4ZOJ7e4d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mySnrTlv9hB7tzwnbeHGv1PX4ZOJ7e4d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mySnrTlv9hB7tzwnbeHGv1PX4ZOJ7e4d > .row .container > .video-iframe-container { display: none; }#mySnrTlv9hB7tzwnbeHGv1PX4ZOJ7e4d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mySnrTlv9hB7tzwnbeHGv1PX4ZOJ7e4d > .row > .video-iframe-container { display: none; }#mySnrTlv9hB7tzwnbeHGv1PX4ZOJ7e4d > .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); }#mySnrTlv9hB7tzwnbeHGv1PX4ZOJ7e4d { border-width: 0; border-radius: 0; }#mySnrTlv9hB7tzwnbeHGv1PX4ZOJ7e4d > .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:18.6875rem;width:75rem;position:relative;display:block; }#Q1AJ17k3cP0tzKGQTfZZkwhGJo0t5tvq { color:#000000;display:block;width:37.9375rem;position:absolute;font-family:"pt sans";font-size:1.875rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:0.9375rem;left:23.28125rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W6M2a9m1BX61Qm5HNM8rp4qcD6WdmQFR { color:#000000;display:block;width:40.125rem;position:absolute;font-family:"pt sans";font-size:1.125rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:6.625rem;left:23.28125rem;height:2.925rem;text-align:left;text-align-last:left;display:block; }
#bsvghk8XeZWCglEdnUWd1tlqky9Tt9mq { color:#a4a4a4;display:block;width:12.5rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:10.8125rem;left:23.28125rem;height:1.3rem;font-style:normal;display:block; }
#e5JwqlAJq9aTPygt2sCcmwaCtpSFcwdJ { position:relative;display:block; }#e5JwqlAJq9aTPygt2sCcmwaCtpSFcwdJ { background-color: transparent; background-image: none; }#e5JwqlAJq9aTPygt2sCcmwaCtpSFcwdJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e5JwqlAJq9aTPygt2sCcmwaCtpSFcwdJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e5JwqlAJq9aTPygt2sCcmwaCtpSFcwdJ > .row .container > .video-iframe-container { display: none; }#e5JwqlAJq9aTPygt2sCcmwaCtpSFcwdJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e5JwqlAJq9aTPygt2sCcmwaCtpSFcwdJ > .row > .video-iframe-container { display: none; }#e5JwqlAJq9aTPygt2sCcmwaCtpSFcwdJ > .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); }#e5JwqlAJq9aTPygt2sCcmwaCtpSFcwdJ { border-width: 0; border-radius: 0; }#e5JwqlAJq9aTPygt2sCcmwaCtpSFcwdJ > .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.9375rem;width:75rem;position:relative;display:block; }#DKbl2g4WQ9SzTVmBDdSvIwyZ2pStQVSu { color:#000000;display:block;width:27rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:3.375rem;left:24rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Su27hWH14z3iLocHh27V5bhwL2wHKlpa { color:#000000;display:block;width:47.3125rem;position:absolute;font-family:"source sans pro";font-size:5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.84375rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BJ5G1rDIPhTs8l53dD4kgLaIiFTsne90 { position:relative;display:block; }#BJ5G1rDIPhTs8l53dD4kgLaIiFTsne90 { background-color: transparent; background-image: none; }#BJ5G1rDIPhTs8l53dD4kgLaIiFTsne90::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJ5G1rDIPhTs8l53dD4kgLaIiFTsne90 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJ5G1rDIPhTs8l53dD4kgLaIiFTsne90 > .row .container > .video-iframe-container { display: none; }#BJ5G1rDIPhTs8l53dD4kgLaIiFTsne90 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJ5G1rDIPhTs8l53dD4kgLaIiFTsne90 > .row > .video-iframe-container { display: none; }#BJ5G1rDIPhTs8l53dD4kgLaIiFTsne90 > .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); }#BJ5G1rDIPhTs8l53dD4kgLaIiFTsne90 { border-width: 0; border-radius: 0; }#BJ5G1rDIPhTs8l53dD4kgLaIiFTsne90 > .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:18.75rem;width:75rem;position:relative;display:block; }#mdoavNSt5Xn3XagQS35feA1zFUSfyTKa { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.125rem;width:6.625rem;top:2.25rem;left:9.76953125rem;overflow:hidden;display:block; }
#l6SAhJSB7wPB84Ur0rZceMnskMDqatCU { color:#000000;display:block;width:6.3125rem;position:absolute;font-family:"pt sans";font-size:1.625rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:7.0625rem;left:9.34375rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h42kKgJA2I4pKsmuffb99bCNm5vvlRch { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:10.625rem;left:2.71875rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#kkDDNN6I9CISV0lvipMKcUDb05eRUBFF { box-sizing:content-box;color:#00d3a1;font-size:2.875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:2.25rem;left:35.4375rem;display:block; }
#wFHfKLAuJCZr46h4h4fdSLK4htfmJdfx { color:#000000;display:block;width:6.3125rem;position:absolute;font-family:"pt sans";font-size:1.625rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:7.0625rem;left:34.34375rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FMKL28f3A8FoanuRqT7yrKmQu01ZoRId { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:10.625rem;left:27.71875rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#N1WzNNmlFxWIPJye8IK815drNF0M9WZS { box-sizing:content-box;color:#00d3a1;font-size:2.875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:2.25rem;left:60.4375rem;display:block; }
#DSToNTt7CfmK8ATuUB1oTiTqz8xOBKzK { color:#000000;display:block;width:6.3125rem;position:absolute;font-family:"pt sans";font-size:1.625rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:7.0625rem;left:59.34375rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d4OeozDCl4hiQMnLtQL6sfwsmLkHiTap { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:10.625rem;left:52.71875rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#l3EWG1NTZWOdzefNdsp60Ac97ygcdT1A { position:relative;display:block; }#l3EWG1NTZWOdzefNdsp60Ac97ygcdT1A { background-color: transparent; background-image: none; }#l3EWG1NTZWOdzefNdsp60Ac97ygcdT1A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3EWG1NTZWOdzefNdsp60Ac97ygcdT1A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3EWG1NTZWOdzefNdsp60Ac97ygcdT1A > .row .container > .video-iframe-container { display: none; }#l3EWG1NTZWOdzefNdsp60Ac97ygcdT1A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3EWG1NTZWOdzefNdsp60Ac97ygcdT1A > .row > .video-iframe-container { display: none; }#l3EWG1NTZWOdzefNdsp60Ac97ygcdT1A > .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); }#l3EWG1NTZWOdzefNdsp60Ac97ygcdT1A { border-width: 0; border-radius: 0; }#l3EWG1NTZWOdzefNdsp60Ac97ygcdT1A > .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:18.75rem;width:75rem;position:relative;display:block; }#IwKLcJ913OuDMrcH4sWibIENANkoMT5g { color:#000000;display:block;width:6.3125rem;position:absolute;font-family:"pt sans";font-size:1.625rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:7.0625rem;left:9.34375rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iTTTXwTTAL0k6W5Jie0IFtpvtbhky06F { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:10.625rem;left:2.71875rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#zPIo2FxiTqhvv9EcgVCoGElSZTv3FkIG { box-sizing:content-box;color:#00d3a1;font-size:3.5rem;font-weight:400;line-height:1;height:5.0625rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:2.0625rem;left:34.96875rem;display:block; }
#ezCh21qEv7KT8lwus3g1ffNQMUhfOeHx { color:#000000;display:block;width:6.3125rem;position:absolute;font-family:"pt sans";font-size:1.625rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:7.0625rem;left:34.34375rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pNm57hSG9AokIZQEemCRK2584SkgJv8a { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:10.625rem;left:27.71875rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#HUhSsppa1qbTVKEi1LO87VERePd2rgg0 { box-sizing:content-box;color:#00d3a1;font-size:3.5rem;font-weight:400;line-height:1;height:5.0625rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:2.0625rem;left:59.96875rem;display:block; }
#XvNQ0835WlEVM085riaft96y2b5GsGl2 { color:#000000;display:block;width:6.3125rem;position:absolute;font-family:"pt sans";font-size:1.625rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:7.0625rem;left:59.34375rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bsU0nGSupqzDFRGMAvATTmsNTugTcD9H { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:10.625rem;left:52.71875rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#xaFgUlgbkJRtwfZtb9MvbdXxWWVZZLcD { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.0625rem;width:6.5rem;top:2.0625rem;left:9.25rem;overflow:hidden;display:block; }
#JTW7B6OT0uVDyUcG18A8w6Dkao028FOq { position:relative;display:block; }#JTW7B6OT0uVDyUcG18A8w6Dkao028FOq { background-color: transparent; background-image: none; }#JTW7B6OT0uVDyUcG18A8w6Dkao028FOq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTW7B6OT0uVDyUcG18A8w6Dkao028FOq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTW7B6OT0uVDyUcG18A8w6Dkao028FOq > .row .container > .video-iframe-container { display: none; }#JTW7B6OT0uVDyUcG18A8w6Dkao028FOq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTW7B6OT0uVDyUcG18A8w6Dkao028FOq > .row > .video-iframe-container { display: none; }#JTW7B6OT0uVDyUcG18A8w6Dkao028FOq > .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); }#JTW7B6OT0uVDyUcG18A8w6Dkao028FOq { border-width: 0; border-radius: 0; }#JTW7B6OT0uVDyUcG18A8w6Dkao028FOq > .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:18.75rem;width:75rem;position:relative;display:block; }#rfMoPApO4dOCVusEvQesHOBBFqH7MxxC { color:#000000;display:block;width:6.3125rem;position:absolute;font-family:"pt sans";font-size:1.625rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:7.125rem;left:9.34375rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x6UatPH9KHb6AdSRTUtPkzWxAHGRwWHS { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:10.625rem;left:2.71875rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#TsP9e11iE84e2kkwVuAKdpRWnlpXOxQr { color:#000000;display:block;width:6.3125rem;position:absolute;font-family:"pt sans";font-size:1.625rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:7.125rem;left:34.34375rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w9qJmNVmfJszCK8by7hLBdQt5IAFxgNV { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:10.625rem;left:27.71875rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#Z6BsPBHTLlW3TmelPgMNU2VPWHmeCmmv { box-sizing:content-box;color:#00d3a1;font-size:3.5rem;font-weight:400;line-height:1;height:5.0625rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:2.0625rem;left:59.96875rem;display:block; }
#OiHhTFyyoo3rfzlQ8DQGUVVS9Iz9Tzpv { color:#000000;display:block;width:6.3125rem;position:absolute;font-family:"pt sans";font-size:1.625rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:7.1875rem;left:59.34375rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IdD4qVUJ4VpQLZvFsFcdGNoG7FvywrXT { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:10.625rem;left:52.71875rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#UIQhS8988q2UQfcf50PRxyd1icOBx1nH { box-sizing:content-box;color:#00d3a1;font-size:3.5rem;font-weight:400;line-height:1;height:5.0625rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:2.0625rem;left:9.96875rem;display:block; }
#V2OHz4WoOatIxLXdEKetTR25aDmSCrcX { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.0625rem;width:4.1875rem;top:2.125rem;left:35.40625rem;overflow:hidden;display:block; }
#q4wzRSKFLqs1KqRcOSGpJJoOqNw7UUTh { position:relative;display:block; }#q4wzRSKFLqs1KqRcOSGpJJoOqNw7UUTh { background-color: transparent; background-image: none; }#q4wzRSKFLqs1KqRcOSGpJJoOqNw7UUTh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q4wzRSKFLqs1KqRcOSGpJJoOqNw7UUTh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q4wzRSKFLqs1KqRcOSGpJJoOqNw7UUTh > .row .container > .video-iframe-container { display: none; }#q4wzRSKFLqs1KqRcOSGpJJoOqNw7UUTh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q4wzRSKFLqs1KqRcOSGpJJoOqNw7UUTh > .row > .video-iframe-container { display: none; }#q4wzRSKFLqs1KqRcOSGpJJoOqNw7UUTh > .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); }#q4wzRSKFLqs1KqRcOSGpJJoOqNw7UUTh { border-width: 0; border-radius: 0; }#q4wzRSKFLqs1KqRcOSGpJJoOqNw7UUTh > .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:18.75rem;width:75rem;position:relative;display:block; }#bbJ38h17kakNJyJWdJ6AZonPGUTPK3dw { color:#000000;display:block;width:6.3125rem;position:absolute;font-family:"pt sans";font-size:1.625rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:7.125rem;left:9.34375rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zoZL5TwqzGD2pJXxLwEUUltyu7k1TOis { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:10.625rem;left:2.71875rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#yfBBLpRtotZLytHoaahR5Qs8DrdGZUbG { color:#000000;display:block;width:6.3125rem;position:absolute;font-family:"pt sans";font-size:1.625rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:7.125rem;left:34.34375rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XZrTRwo1MECf3DWqXNzoigTQE9meCUoI { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:10.625rem;left:27.71875rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#WRg3MxBPbEomOIqdsKJ29CZTXMmIwAT2 { box-sizing:content-box;color:#00d3a1;font-size:3.5rem;font-weight:400;line-height:1;height:5.0625rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:2.0625rem;left:59.96875rem;display:block; }
#vgC7VT0pVpLxxMcWlxoNe98JDc1EcTmR { color:#000000;display:block;width:6.3125rem;position:absolute;font-family:"pt sans";font-size:1.625rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:7.1875rem;left:59.34375rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pXNnIp9VmCkSZGf42966v2gMiLRNvBpp { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:10.625rem;left:52.71875rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#DG5BXoOJLnyHs5IEoCDuMrprzqrgTKEi { box-sizing:content-box;color:#00d3a1;font-size:3.5rem;font-weight:400;line-height:1;height:5.0625rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:2.0625rem;left:9.96875rem;display:block; }
#rIlnT1iS2Ts46wGN3ur9zgp9rPVi6ZIc { box-sizing:content-box;color:#00d3a1;font-size:3.5rem;font-weight:400;line-height:1;height:5.0625rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:2.0625rem;left:34.96875rem;display:block; }
#LfA9IsdQqQOJVTtV6s9MIIeAX4U6EpaU { position:relative;display:block; }#LfA9IsdQqQOJVTtV6s9MIIeAX4U6EpaU { background-color: transparent; background-image: none; }#LfA9IsdQqQOJVTtV6s9MIIeAX4U6EpaU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfA9IsdQqQOJVTtV6s9MIIeAX4U6EpaU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfA9IsdQqQOJVTtV6s9MIIeAX4U6EpaU > .row .container > .video-iframe-container { display: none; }#LfA9IsdQqQOJVTtV6s9MIIeAX4U6EpaU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfA9IsdQqQOJVTtV6s9MIIeAX4U6EpaU > .row > .video-iframe-container { display: none; }#LfA9IsdQqQOJVTtV6s9MIIeAX4U6EpaU > .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); }#LfA9IsdQqQOJVTtV6s9MIIeAX4U6EpaU { border-width: 0; border-radius: 0; }#LfA9IsdQqQOJVTtV6s9MIIeAX4U6EpaU > .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:10.6875rem;width:75rem;position:relative;display:block; }#C6iEbpAffBJptZksUXpZMLbBicU66QnT { background-color:#00d3a1;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:"pt sans";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.375rem;height:3.8125rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:3.4375rem;left:25.3125rem;display:block; }
#NtlwC3PGHGPbsXvIKiliKyeO3Eziro9N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BsW9NrH3J8TyF00oPwTQsZb12hVzfLq8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/HrdyRCcs/fitness_woman.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#BsW9NrH3J8TyF00oPwTQsZb12hVzfLq8.adaptive-delivery-prevent-bg, #BsW9NrH3J8TyF00oPwTQsZb12hVzfLq8.lazyload, #BsW9NrH3J8TyF00oPwTQsZb12hVzfLq8.lazyloading { background-image: none; }#BsW9NrH3J8TyF00oPwTQsZb12hVzfLq8 > .row .container { background-color: transparent; background-image: none; }#BsW9NrH3J8TyF00oPwTQsZb12hVzfLq8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BsW9NrH3J8TyF00oPwTQsZb12hVzfLq8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BsW9NrH3J8TyF00oPwTQsZb12hVzfLq8 > .row .container > .video-iframe-container { display: none; }#BsW9NrH3J8TyF00oPwTQsZb12hVzfLq8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BsW9NrH3J8TyF00oPwTQsZb12hVzfLq8 > .row > .video-iframe-container { display: none; }#BsW9NrH3J8TyF00oPwTQsZb12hVzfLq8 > .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); }#BsW9NrH3J8TyF00oPwTQsZb12hVzfLq8 > .row .container { border-width: 0; border-radius: 0; }#BsW9NrH3J8TyF00oPwTQsZb12hVzfLq8 > .row .container { font-size:0.875rem;font-family:arial;height:58.25rem;width:75rem;position:relative;display:block; }#fT7zKRrbnk3BHxrehQGz8Ugi0rc3R457 { color:#000000;display:block;width:29.8125rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:5.5625rem;left:22.59375rem;height:2.7625rem;font-style:normal;display:block; }
#hhBm6dkFauSnn7EXnJgEqg46e1L7NJsM { color:#000000;display:block;width:52.25rem;position:absolute;font-family:"pt sans";font-size:1.125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:10.1875rem;left:11.375rem;height:11.0625rem;font-style:normal;display:block; }#hhBm6dkFauSnn7EXnJgEqg46e1L7NJsM li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#hhBm6dkFauSnn7EXnJgEqg46e1L7NJsM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Z1SPUHyu/ezgif.com_gif_maker_17_.png); }
#zT1Lg8UG2NNdXP6sOIV1VdeuDXnKTpky { position:absolute;display:block;z-index:100002;background-color:#00d3a1;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;height:0.125rem;width:50rem;top:24.9375rem;left:12.5rem;display:block; }
#FLDxcPQTfiiSRsnLGGy5QJA2ynVd6FB0 { color:#000000;display:block;width:34.3125rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:27.744140625rem;left:20.34375rem;height:2.7625rem;font-style:normal;display:block; }
#dLqGNPMwPJMWpfwuZ3xbf8qyL3I4DlZi { color:#000000;display:block;width:52rem;position:absolute;font-family:"pt sans";font-size:1.125rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:33.0625rem;left:11.375rem;height:;font-style:normal;display:block; }#dLqGNPMwPJMWpfwuZ3xbf8qyL3I4DlZi li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#dLqGNPMwPJMWpfwuZ3xbf8qyL3I4DlZi li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/jo5WvvFA/download_removebg_preview.png); }
#tLctfnXOK7uKEQTH4wODq43Cf4ZOZpq1 { background-color:#00d3a1;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:"pt sans";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.375rem;height:3.8125rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:50.0625rem;left:25.3125rem;display:block; }
#DFGXi2W9meqQT8OsOClKlAWODNJGpItc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#uRWlR4K3d4wlT6sva4JN9XvP2L0uzV0r { position:relative;display:block; }#uRWlR4K3d4wlT6sva4JN9XvP2L0uzV0r { background-color: transparent; background-image: none; }#uRWlR4K3d4wlT6sva4JN9XvP2L0uzV0r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRWlR4K3d4wlT6sva4JN9XvP2L0uzV0r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRWlR4K3d4wlT6sva4JN9XvP2L0uzV0r > .row .container > .video-iframe-container { display: none; }#uRWlR4K3d4wlT6sva4JN9XvP2L0uzV0r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRWlR4K3d4wlT6sva4JN9XvP2L0uzV0r > .row > .video-iframe-container { display: none; }#uRWlR4K3d4wlT6sva4JN9XvP2L0uzV0r > .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); }#uRWlR4K3d4wlT6sva4JN9XvP2L0uzV0r { border-width: 0; border-radius: 0; }#uRWlR4K3d4wlT6sva4JN9XvP2L0uzV0r > .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:45.25rem;width:75rem;position:relative;display:block; }#X4R516mC05w6pvAuXxs5LLA5QtSGmoK5 { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:15.8125rem;left:3.5625rem;height:2.7625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P2Nfa6Hq47VtaE227uQc9R61NhvT4Ura { color:#000000;display:block;width:32.75rem;position:absolute;font-family:"source sans pro";font-size:5rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:18.51171875rem;left:3.5625rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RrFcCe4OoJNSIT8LIZ4koBzpoFRQH6WC { color:#000000;display:block;width:32.9375rem;position:absolute;font-family:"pt sans";font-size:1.125rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:27.1884765625rem;left:3.5625rem;height:8.775rem;display:block; }
#GkElM0y4QcixarQou1DxbhnvQcMSPWdp { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:36.3125rem;width:33.4375rem;top:3.0625rem;left:39.53125rem;overflow:hidden;display:block; }
#yqJU22LL1Kkx6AZMOlMhB4CUaehPKNWr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c32;background-image:none;position:relative;display:block; }#yqJU22LL1Kkx6AZMOlMhB4CUaehPKNWr > .row .container { background-color: transparent; background-image: none; }#yqJU22LL1Kkx6AZMOlMhB4CUaehPKNWr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqJU22LL1Kkx6AZMOlMhB4CUaehPKNWr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqJU22LL1Kkx6AZMOlMhB4CUaehPKNWr > .row .container > .video-iframe-container { display: none; }#yqJU22LL1Kkx6AZMOlMhB4CUaehPKNWr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqJU22LL1Kkx6AZMOlMhB4CUaehPKNWr > .row > .video-iframe-container { display: none; }#yqJU22LL1Kkx6AZMOlMhB4CUaehPKNWr > .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); }#yqJU22LL1Kkx6AZMOlMhB4CUaehPKNWr > .row .container { border-width: 0; border-radius: 0; }#yqJU22LL1Kkx6AZMOlMhB4CUaehPKNWr > .row .container { font-size:0.875rem;font-family:arial;height:89.4375rem;width:75rem;position:relative;display:block; }#AvmmDMNEHHCJxaDU8FQlEBzRMklf57RZ { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:4.4375rem;left:21.75rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UJ65AaB7Mn61d4O8mMkpGOOfAHMlrJq4 { position:absolute;display:block;z-index:100001;background-color:#00d3a1;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;height:4.0625rem;width:48.625rem;top:10.5615234375rem;left:13.1875rem;display:block; }
#iyB6z5FvZKMdAezvueVo2lGAi3BgSN9f { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:"pt sans";font-size:1.625rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:11.5361328125rem;left:14.03125rem;height:2.1125rem;font-style:normal;display:block; }
#FlXAMmRJbHT1wTSamfC2Ou57bf9xNgwH { color:#000000;display:block;width:50.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:15.375rem;left:13.1875rem;height:3.9rem;display:block; }
#IItu1BpDJS4vipCcXB3EgbC3BTVRrQTA { position:absolute;display:block;z-index:100002;background-color:#00d3a1;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;height:4.0625rem;width:48.625rem;top:20.9375rem;left:13.1875rem;display:block; }
#Jer89dGbSrDWNtRxdbfeWP3HEzbUu6AE { color:#000000;display:block;width:20.875rem;position:absolute;font-family:"pt sans";font-size:1.625rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:21.912109375rem;left:14.03125rem;height:2.1125rem;font-style:normal;display:block; }
#TNmCJiSU5h6IZ8WvVGZfCqBmrqFmdsnz { color:#000000;display:block;width:50.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:26.3125rem;left:13.1875rem;height:6.5rem;display:block; }
#gkBpQFo0W5sZHlqZ6FZsdAv3PqSiUG4u { position:absolute;display:block;z-index:100003;background-color:#00d3a1;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;height:4.0625rem;width:48.625rem;top:35.3125rem;left:13.1875rem;display:block; }
#cKKDkJW8VZg92vONUx0QrT6mLfHombeG { color:#000000;display:block;width:22.125rem;position:absolute;font-family:"pt sans";font-size:1.625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:36.287109375rem;left:14.03125rem;height:2.1125rem;font-style:normal;display:block; }
#XmZHPN0rvTDUwx1Cl9XfoLynEGA5ecfq { color:#000000;display:block;width:50.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:40.8125rem;left:13.1875rem;height:3.9rem;display:block; }
#VSNfNxKt3I9rL0lWXchonINRgJIXgG8i { position:absolute;display:block;z-index:100004;background-color:#00d3a1;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;height:4.0625rem;width:48.625rem;top:47.125rem;left:13.1875rem;display:block; }
#yvAhKyBhmLDQKaqI4yyDlSTHMT2odOHl { color:#000000;display:block;width:22.125rem;position:absolute;font-family:"pt sans";font-size:1.625rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:48.099609375rem;left:14.03125rem;height:2.1125rem;font-style:normal;display:block; }
#fEk90csLHMh1eTqDm5f2G53FqwxMn4Gl { color:#000000;display:block;width:50.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:52.625rem;left:13.1875rem;height:3.9rem;display:block; }
#yvUZXP2KKy6RGGoDgDLCGaknsT5NergE { position:absolute;display:block;z-index:100009;background-color:#708086;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;height:0.0625rem;width:68.75rem;top:70.3125rem;left:3.125rem;display:block; }
#rPTSLDU47DCZehTLJkEKTCJXwX1a5eKS { color:#000000;display:block;width:67.5rem;position:absolute;font-family:"pt sans";font-size:0.75rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:73.0625rem;left:3.75rem;height:6.825rem;text-align:center;text-align-last:center;display:block; }
#cNiKtZJcOUnIaCThMZ5s0rCRR8W21qrq { color:#000000;display:block;width:22.75rem;position:absolute;font-family:"pt sans";font-size:0.875rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:83rem;left:26.125rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#RcmiIrbBAeWpTKf5TF0feDHsfSKpA9gk { background-color:#00d3a1;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:"pt sans";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.375rem;height:3.8125rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:60.875rem;left:25.3125rem;display:block; }
#gCtlAkTdzwbWnZWqHAzp3ElTpLFqlTAw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HXFsaBpH3qLFWUH6SuUIVSV1VGusq7CE { top:0.9375rem;left:5.6875rem;width:36.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkfpTfLfsXXzFH5wGbwEoOJGp6o2dVO0 { display:block; }#FkfpTfLfsXXzFH5wGbwEoOJGp6o2dVO0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gPZLJcxeWQ59aZ1gfIuNqGkrUw8HpH66 { top:1.75rem;left:13.8125rem;width:33.9375rem;height:18.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEmcBJGLEKbDPUQ84HRZnbLkMoXEMGsS { top:17rem;left:0rem;width:3.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ru5Fs4eiwSCiJNuOcFzb0MTCI50hnrBt { top:25.625rem;left:0rem;width:32rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GO11bUqNx6rosUPl86p9QGmI4seEIbMP { width:23.75rem;height:3.8125rem;top:34.8125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfLu07TZvwmqbk2LPBGI9AL99nL0V7fE { display:block; }
 }@media only screen and (max-width: 763px) { #biBJtZ78aMiIiwoFmRi9K2yGLNNpQ95A { display:block; }#biBJtZ78aMiIiwoFmRi9K2yGLNNpQ95A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QuGJT72vS991PLdJ6wRVnMpe6mUfvgFb { top:2.25rem;left:0rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9bmO8PV0vA8fQrW0CKHI8FkTbZmaTqP { top:2.875rem;left:12.71875rem;width:9.375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGUp6g0MBNzT4HGXsn04X41R02crEGnu { top:5.4375rem;left:12.09375rem;width:22.375rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdZUHzBKEVVZdvFSiDFJZoJI8Ly7GIxC { top:8.6875rem;left:6.9375rem;width:40.8125rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b58iuFqw3cn0htg0L00lBGKHsGuLli32 { top:12.875rem;left:12.71875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMHLvfde64uwTm0ohCe0b7vElklmi4ZT { display:block; }#BMHLvfde64uwTm0ohCe0b7vElklmi4ZT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bStndVPgR69LSMVLaTqOW8B9pIXmFrHo { top:3.8125rem;left:0rem;width:20.8125rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H47JaoNtReh2LA4oGKV16RfFWsN9twVb { top:19.4375rem;left:0rem;width:19.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpTclfLokoyzTzJxFBMn5n69XbGQhwJN { top:4.1875rem;left:10.9375rem;width:20.8125rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec5UfFJPHuothpqpTFdA5PGXbHUtKn5d { top:19.4375rem;left:12.4375rem;width:19.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g68xB7846DgzwD3SaPBcglW5prdFmVi7 { top:4.1875rem;left:26.8125rem;width:20.8125rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZZH9R77Zipg0PEyN4i72LeAg643BGp9 { top:19.4375rem;left:28.3125rem;width:19.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO1lWDfOUcAVzA4XlmuOLkirA0hy2CR7 { display:block; }#TO1lWDfOUcAVzA4XlmuOLkirA0hy2CR7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TnraW96tTPQxuf0mtI90pi8Dn4Qkklqs { top:3.1875rem;left:0rem;width:29.875rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHn0fHIq9QSnzHixRXAGNymTBcGQTbz0 { top:8.3125rem;left:0rem;width:27.875rem;height:12.6875rem;font-size:1.125rem;display:block; }#MHn0fHIq9QSnzHixRXAGNymTBcGQTbz0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Tfvy3ZK3/download.png); }
 }@media only screen and (max-width: 763px) { #TODkCzJnQTUgd6S5xQBbzIurSlZdJ8sZ { top:23.5625rem;left:0.875rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2oHLlbvApzGT8TegAMiVdk7sQ6xn1Wi { top:3.1875rem;left:23.875rem;width:20.6875rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9bpDOxc1IvxXb2XyaQtXgn6vf1gtOhp { display:block; }#n9bpDOxc1IvxXb2XyaQtXgn6vf1gtOhp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IURIT9TuzcF3XNneReRAdWcFzOgndMvN { top:2.3125rem;left:0rem;width:47.5rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoBoBK2A1pGC7H5uBDnHnVB2lG4BgTyW { top:3.875rem;left:0rem;width:47.75rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVuyIfu5y75liyPIikLMIHo3T631PL07 { display:block; }#rVuyIfu5y75liyPIikLMIHo3T631PL07 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C2pXhT6iM4oLfc6io0ST4RFwVDZnrMTb { top:4.125rem;left:0rem;width:32.8125rem;height:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHDBms5cdJPJaHSNbg6EplGnpFuUiHIm { top:10.75rem;left:16.25rem;width:31.5rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKPdeCKrcnUongMhTJGlW2TuzyescMFR { top:18.3125rem;left:15.875rem;width:31.875rem;height:14.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUogDWQb3Jo6Wm1ikUUcqXHAgOi4pr3m { display:block; }#TUogDWQb3Jo6Wm1ikUUcqXHAgOi4pr3m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l0diTERMeflqlxATdh6mKRHXdZtTflWl { top:3.4375rem;left:11.59375rem;width:24.5625rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpLRvdvcTTpn2U9u9JdJZ2T4Dh6K2LFl { display:block; }#TpLRvdvcTTpn2U9u9JdJZ2T4Dh6K2LFl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VKpEfn0lM57DVNIbFwKNfcLH08aggX6F { top:5rem;left:0rem;width:22.875rem;height:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lr9oBFRgIg2gRwW3E1OGofvRcHe4kWC0 { top:2.5rem;left:1.6875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVUmtlg8i20d3tQu4EkZaz7RQh57cD3m { top:17.1875rem;left:1.6875rem;width:12.5rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWtrVmmq5pUUQQ16oLGcqNaOvCsfUa2X { top:21.5625rem;left:0rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuamIUe1SabqSKv6Xw9bPWz9TkM882um { top:23.75rem;left:0rem;width:15.9375rem;height:16.25rem;font-size:1.125rem;display:block; }#TuamIUe1SabqSKv6Xw9bPWz9TkM882um li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/KVPBvYv2/toppng.com_white_check_mark_symbol_565x584.png); }
 }@media only screen and (max-width: 763px) { #fL0tGlZG0wGTxc8VTadyXw4k9nSc9SOq { top:5rem;left:8.875rem;width:22.875rem;height:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGUx6ZCrSbnVZWtpGTbKg51KN3OvbvbI { top:2.5rem;left:17.5625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5f9uiUMihvVQX0g3cceZuAZT6a5LnMD { top:17.1875rem;left:17.5625rem;width:12.5rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kg0TgEZdgbxVkH8UZognONs2KOPqT2qE { top:21.5625rem;left:13rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CF1zsgAAS6LbKaUaUcx7PmpOh9UlnITd { top:23.75rem;left:15.8125rem;width:15.9375rem;height:13.3125rem;font-size:1.125rem;display:block; }#CF1zsgAAS6LbKaUaUcx7PmpOh9UlnITd li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/KVPBvYv2/toppng.com_white_check_mark_symbol_565x584.png); }
 }@media only screen and (max-width: 763px) { #XEpytD5me0fResyuCV5oExeOmPNr6Eig { top:5rem;left:24.75rem;width:22.875rem;height:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywuUKo8FMbZMLk2o5iTmCeKx3UMF9Clu { top:2.5rem;left:33.4375rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvM0QmBPLmpIAAzFs4un0o58MqloJNUk { top:17.1875rem;left:27.9375rem;width:19.6875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgoRANvM11bc93BvUs4JiGnfqTDCX2TQ { top:21.5625rem;left:28.875rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWTdaysAUhPTERUuMvRduc1k58VghsOu { top:23.75rem;left:31.6875rem;width:15.9375rem;height:;font-size:1.125rem;display:block; }#IWTdaysAUhPTERUuMvRduc1k58VghsOu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/KVPBvYv2/toppng.com_white_check_mark_symbol_565x584.png); }
 }@media only screen and (max-width: 763px) { #MGhroQOTOmsGa2U07lkQcKzdnLSByq7L { display:block; }#MGhroQOTOmsGa2U07lkQcKzdnLSByq7L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T42h9fdCC4Dfv6qeHvTJTcd0c7HEQEy2 { top:4.75rem;left:14.9375rem;width:32.8125rem;height:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfX56MizPGTHtETt9l7XTLA2rcICTaax { width:24.375rem;height:3.8125rem;top:2.3125rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tC1p42O2OtzUITutrhBTDurAJsFH32FT { display:block; }
 }@media only screen and (max-width: 763px) { #ATs7UEh27blX4AHPsFgueNlWrGltzl6q { display:block; }#ATs7UEh27blX4AHPsFgueNlWrGltzl6q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FnnH3D89oag47soms9M1wITtxMddKdR5 { top:4.1875rem;left:0rem;width:25.25rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZweWo1C4hukNDxoiTZmmhsxQQLqLfiL { top:9.6875rem;left:0rem;width:27.3125rem;height:10rem;font-size:1.125rem;display:block; }#KZweWo1C4hukNDxoiTZmmhsxQQLqLfiL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/5FjpysZH/screenshot_alicia.clickfunnels.com_2022.01.28_17_14_30.png); }
 }@media only screen and (max-width: 763px) { #UU6tG12qpeQyAdQmnTqLfhtWJLRab1Fi { display:block; }#UU6tG12qpeQyAdQmnTqLfhtWJLRab1Fi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hqebihVzGMJqzDlCTxC7EFTW8eePcFHU { top:4.25rem;left:2.75rem;width:42.25rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0hTA4VSlV5sJ8ng63xJRSePVsX1kQ00 { display:block; }#s0hTA4VSlV5sJ8ng63xJRSePVsX1kQ00 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ekgZ7tSgbdm3d5srTqR6a95azVqU31dG { top:3.8125rem;left:0rem;width:20.8125rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVu5hczS0u38IJZRZ4VovyvvWOpaXysD { top:4.1875rem;left:10.9375rem;width:20.8125rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f83J3GV28D3MsTunKgLyWtf98ESS3Q6k { top:4.1875rem;left:26.8125rem;width:20.8125rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5hUZQIOK4ZTRSeLoBrKM7i2TOVPdpiu { display:block; }#y5hUZQIOK4ZTRSeLoBrKM7i2TOVPdpiu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X6wWEf1g6vNEPuxBvXgQF50I89xX433v { top:3.8125rem;left:0rem;width:20.8125rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1inqcA4n8NDHzfMd8amuBixFxpFwOPA { top:4.1875rem;left:10.9375rem;width:20.8125rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQKT7dRqNufmGQckZf5tXnr8qIwKco22 { top:4.1875rem;left:26.8125rem;width:20.8125rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WadOpzGrbi0m82Q8Co5dQm7LfgTbXXgH { top:23.25rem;left:0rem;width:47.5rem;height:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbOzOlbHTdGPAynSlHk1Eoc7MFMwDExW { display:block; }#tbOzOlbHTdGPAynSlHk1Eoc7MFMwDExW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lDDRsADIc43NGee6eRh1H7QzLl5yJbxU { top:1.9375rem;left:15.125rem;width:17.5rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXMhs8R3eWKIGGTi9s27OpVGlQd9Tgqz { top:5.4375rem;left:0.21875rem;width:47.3125rem;height:6.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiRkq7ClaK3RnqFlNLHIvUoTBuTHCWk7 { top:12.9375rem;left:14.8125rem;width:18.125rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXWLKH7DhCSeZrgwiroG6Sx1hQRH2l2f { top:17.5rem;left:0rem;width:47.75rem;height:12.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLUqdqo5AfcAyxs50wTGMHAKHI9b5zCN { top:45.75rem;left:0rem;width:47.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8EXUvFQolo8C6aJQt6Oza3J1NFK0bWq { top:47rem;left:0rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #MekpgT7JzIFq2VOpvEeTa1HHAG0xKf6I { top:47rem;left:9.34375rem;width:9.375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7i1Bv7WleO1iw5s0K7duvls3xEpHrTF { width:24.375rem;height:3.8125rem;top:38.75rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGoxIlVxvcsdnBzRpgOfPmK2bzQTsHbI { display:block; }
 }@media only screen and (max-width: 763px) { #mySnrTlv9hB7tzwnbeHGv1PX4ZOJ7e4d { display:block; }#mySnrTlv9hB7tzwnbeHGv1PX4ZOJ7e4d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q1AJ17k3cP0tzKGQTfZZkwhGJo0t5tvq { top:0.9375rem;left:9.65625rem;width:37.9375rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6M2a9m1BX61Qm5HNM8rp4qcD6WdmQFR { top:6.625rem;left:7.625rem;width:40.125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsvghk8XeZWCglEdnUWd1tlqky9Tt9mq { top:10.8125rem;left:9.65625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5JwqlAJq9aTPygt2sCcmwaCtpSFcwdJ { display:block; }#e5JwqlAJq9aTPygt2sCcmwaCtpSFcwdJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DKbl2g4WQ9SzTVmBDdSvIwyZ2pStQVSu { top:3.375rem;left:10.375rem;width:27rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Su27hWH14z3iLocHh27V5bhwL2wHKlpa { top:7.5rem;left:0.21875rem;width:47.3125rem;height:6.5rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJ5G1rDIPhTs8l53dD4kgLaIiFTsne90 { display:block; }#BJ5G1rDIPhTs8l53dD4kgLaIiFTsne90 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mdoavNSt5Xn3XagQS35feA1zFUSfyTKa { top:2.25rem;left:5.20703125rem;width:6.625rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6SAhJSB7wPB84Ur0rZceMnskMDqatCU { top:7.0625rem;left:4.78125rem;width:6.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h42kKgJA2I4pKsmuffb99bCNm5vvlRch { top:10.625rem;left:0rem;width:19.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkDDNN6I9CISV0lvipMKcUDb05eRUBFF { top:2.25rem;left:21.75rem;width:4.125rem;height:4.125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFHfKLAuJCZr46h4h4fdSLK4htfmJdfx { top:7.0625rem;left:20.65625rem;width:6.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMKL28f3A8FoanuRqT7yrKmQu01ZoRId { top:10.625rem;left:12.1875rem;width:19.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1WzNNmlFxWIPJye8IK815drNF0M9WZS { top:2.25rem;left:37.625rem;width:4.125rem;height:4.125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSToNTt7CfmK8ATuUB1oTiTqz8xOBKzK { top:7.0625rem;left:36.53125rem;width:6.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4OeozDCl4hiQMnLtQL6sfwsmLkHiTap { top:10.625rem;left:28.0625rem;width:19.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3EWG1NTZWOdzefNdsp60Ac97ygcdT1A { display:block; }#l3EWG1NTZWOdzefNdsp60Ac97ygcdT1A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IwKLcJ913OuDMrcH4sWibIENANkoMT5g { top:7.0625rem;left:4.78125rem;width:6.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTTTXwTTAL0k6W5Jie0IFtpvtbhky06F { top:10.625rem;left:0rem;width:19.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPIo2FxiTqhvv9EcgVCoGElSZTv3FkIG { top:2.0625rem;left:21.28125rem;width:5.0625rem;height:5.0625rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezCh21qEv7KT8lwus3g1ffNQMUhfOeHx { top:7.0625rem;left:20.65625rem;width:6.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNm57hSG9AokIZQEemCRK2584SkgJv8a { top:10.625rem;left:12.1875rem;width:19.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUhSsppa1qbTVKEi1LO87VERePd2rgg0 { top:2.0625rem;left:37.15625rem;width:5.0625rem;height:5.0625rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvNQ0835WlEVM085riaft96y2b5GsGl2 { top:7.0625rem;left:36.53125rem;width:6.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsU0nGSupqzDFRGMAvATTmsNTugTcD9H { top:10.625rem;left:28.0625rem;width:19.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaFgUlgbkJRtwfZtb9MvbdXxWWVZZLcD { top:2.0625rem;left:4.6875rem;width:6.5rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTW7B6OT0uVDyUcG18A8w6Dkao028FOq { display:block; }#JTW7B6OT0uVDyUcG18A8w6Dkao028FOq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rfMoPApO4dOCVusEvQesHOBBFqH7MxxC { top:7.125rem;left:4.78125rem;width:6.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6UatPH9KHb6AdSRTUtPkzWxAHGRwWHS { top:10.625rem;left:0rem;width:19.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsP9e11iE84e2kkwVuAKdpRWnlpXOxQr { top:7.125rem;left:20.65625rem;width:6.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9qJmNVmfJszCK8by7hLBdQt5IAFxgNV { top:10.625rem;left:12.1875rem;width:19.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6BsPBHTLlW3TmelPgMNU2VPWHmeCmmv { top:2.0625rem;left:37.15625rem;width:5.0625rem;height:5.0625rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiHhTFyyoo3rfzlQ8DQGUVVS9Iz9Tzpv { top:7.1875rem;left:36.53125rem;width:6.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdD4qVUJ4VpQLZvFsFcdGNoG7FvywrXT { top:10.625rem;left:28.0625rem;width:19.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIQhS8988q2UQfcf50PRxyd1icOBx1nH { top:2.0625rem;left:5.40625rem;width:5.0625rem;height:5.0625rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2OHz4WoOatIxLXdEKetTR25aDmSCrcX { top:2.125rem;left:21.71875rem;width:4.1875rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4wzRSKFLqs1KqRcOSGpJJoOqNw7UUTh { display:block; }#q4wzRSKFLqs1KqRcOSGpJJoOqNw7UUTh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bbJ38h17kakNJyJWdJ6AZonPGUTPK3dw { top:7.125rem;left:4.78125rem;width:6.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoZL5TwqzGD2pJXxLwEUUltyu7k1TOis { top:10.625rem;left:0rem;width:19.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfBBLpRtotZLytHoaahR5Qs8DrdGZUbG { top:7.125rem;left:20.65625rem;width:6.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZrTRwo1MECf3DWqXNzoigTQE9meCUoI { top:10.625rem;left:12.1875rem;width:19.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRg3MxBPbEomOIqdsKJ29CZTXMmIwAT2 { top:2.0625rem;left:37.15625rem;width:5.0625rem;height:5.0625rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgC7VT0pVpLxxMcWlxoNe98JDc1EcTmR { top:7.1875rem;left:36.53125rem;width:6.3125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXNnIp9VmCkSZGf42966v2gMiLRNvBpp { top:10.625rem;left:28.0625rem;width:19.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DG5BXoOJLnyHs5IEoCDuMrprzqrgTKEi { top:2.0625rem;left:5.40625rem;width:5.0625rem;height:5.0625rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIlnT1iS2Ts46wGN3ur9zgp9rPVi6ZIc { top:2.0625rem;left:21.28125rem;width:5.0625rem;height:5.0625rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfA9IsdQqQOJVTtV6s9MIIeAX4U6EpaU { display:block; }#LfA9IsdQqQOJVTtV6s9MIIeAX4U6EpaU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C6iEbpAffBJptZksUXpZMLbBicU66QnT { width:24.375rem;height:3.8125rem;top:3.4375rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtlwC3PGHGPbsXvIKiliKyeO3Eziro9N { display:block; }
 }@media only screen and (max-width: 763px) { #BsW9NrH3J8TyF00oPwTQsZb12hVzfLq8 { display:block; }#BsW9NrH3J8TyF00oPwTQsZb12hVzfLq8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fT7zKRrbnk3BHxrehQGz8Ugi0rc3R457 { top:5.5625rem;left:8.96875rem;width:29.8125rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhBm6dkFauSnn7EXnJgEqg46e1L7NJsM { top:10.1875rem;left:0rem;width:47.75rem;height:11rem;font-size:1.125rem;display:block; }#hhBm6dkFauSnn7EXnJgEqg46e1L7NJsM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Z1SPUHyu/ezgif.com_gif_maker_17_.png); }
 }@media only screen and (max-width: 763px) { #zT1Lg8UG2NNdXP6sOIV1VdeuDXnKTpky { top:24.9375rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLDxcPQTfiiSRsnLGGy5QJA2ynVd6FB0 { top:27.6875rem;left:6.71875rem;width:34.3125rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLqGNPMwPJMWpfwuZ3xbf8qyL3I4DlZi { top:33.0625rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }#dLqGNPMwPJMWpfwuZ3xbf8qyL3I4DlZi li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/jo5WvvFA/download_removebg_preview.png); }
 }@media only screen and (max-width: 763px) { #tLctfnXOK7uKEQTH4wODq43Cf4ZOZpq1 { width:24.375rem;height:3.8125rem;top:50.0625rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFGXi2W9meqQT8OsOClKlAWODNJGpItc { display:block; }
 }@media only screen and (max-width: 763px) { #uRWlR4K3d4wlT6sva4JN9XvP2L0uzV0r { display:block; }#uRWlR4K3d4wlT6sva4JN9XvP2L0uzV0r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X4R516mC05w6pvAuXxs5LLA5QtSGmoK5 { top:15.8125rem;left:0rem;width:8.9375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2Nfa6Hq47VtaE227uQc9R61NhvT4Ura { top:18.5rem;left:0rem;width:32.75rem;height:6.5rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrFcCe4OoJNSIT8LIZ4koBzpoFRQH6WC { top:27.1875rem;left:0rem;width:32.9375rem;height:8.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkElM0y4QcixarQou1DxbhnvQcMSPWdp { top:3.0625rem;left:14.3125rem;width:33.4375rem;height:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqJU22LL1Kkx6AZMOlMhB4CUaehPKNWr { display:block; }#yqJU22LL1Kkx6AZMOlMhB4CUaehPKNWr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AvmmDMNEHHCJxaDU8FQlEBzRMklf57RZ { top:4.4375rem;left:8.125rem;width:31.5rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJ65AaB7Mn61d4O8mMkpGOOfAHMlrJq4 { top:10.5rem;left:0rem;width:47.75rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyB6z5FvZKMdAezvueVo2lGAi3BgSN9f { top:11.5rem;left:0.40625rem;width:17.8125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlXAMmRJbHT1wTSamfC2Ou57bf9xNgwH { top:15.375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IItu1BpDJS4vipCcXB3EgbC3BTVRrQTA { top:20.9375rem;left:0rem;width:47.75rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jer89dGbSrDWNtRxdbfeWP3HEzbUu6AE { top:21.875rem;left:0.40625rem;width:20.875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNmCJiSU5h6IZ8WvVGZfCqBmrqFmdsnz { top:26.3125rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkBpQFo0W5sZHlqZ6FZsdAv3PqSiUG4u { top:35.3125rem;left:0rem;width:47.75rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKKDkJW8VZg92vONUx0QrT6mLfHombeG { top:36.25rem;left:0.40625rem;width:22.125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmZHPN0rvTDUwx1Cl9XfoLynEGA5ecfq { top:40.8125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSNfNxKt3I9rL0lWXchonINRgJIXgG8i { top:47.125rem;left:0rem;width:47.75rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvAhKyBhmLDQKaqI4yyDlSTHMT2odOHl { top:48.0625rem;left:0.40625rem;width:22.125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEk90csLHMh1eTqDm5f2G53FqwxMn4Gl { top:52.625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvUZXP2KKy6RGGoDgDLCGaknsT5NergE { top:70.3125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPTSLDU47DCZehTLJkEKTCJXwX1a5eKS { top:73.0625rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNiKtZJcOUnIaCThMZ5s0rCRR8W21qrq { top:83rem;left:12.5rem;width:22.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcmiIrbBAeWpTKf5TF0feDHsfSKpA9gk { width:24.375rem;height:3.8125rem;top:60.875rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCtlAkTdzwbWnZWqHAzp3ElTpLFqlTAw { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HXFsaBpH3qLFWUH6SuUIVSV1VGusq7CE { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkfpTfLfsXXzFH5wGbwEoOJGp6o2dVO0 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f0176e04-1a68-4c71-9edb-edabe910e906/BethFINALS0006.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#FkfpTfLfsXXzFH5wGbwEoOJGp6o2dVO0.adaptive-delivery-prevent-bg, #FkfpTfLfsXXzFH5wGbwEoOJGp6o2dVO0.lazyload, #FkfpTfLfsXXzFH5wGbwEoOJGp6o2dVO0.lazyloading { background-image: none; }#FkfpTfLfsXXzFH5wGbwEoOJGp6o2dVO0 > .row .container { background-color: transparent; background-image: none; }#FkfpTfLfsXXzFH5wGbwEoOJGp6o2dVO0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkfpTfLfsXXzFH5wGbwEoOJGp6o2dVO0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkfpTfLfsXXzFH5wGbwEoOJGp6o2dVO0 > .row .container > .video-iframe-container { display: none; }#FkfpTfLfsXXzFH5wGbwEoOJGp6o2dVO0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkfpTfLfsXXzFH5wGbwEoOJGp6o2dVO0 > .row > .video-iframe-container { display: none; }#FkfpTfLfsXXzFH5wGbwEoOJGp6o2dVO0 > .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); }#FkfpTfLfsXXzFH5wGbwEoOJGp6o2dVO0 > .row .container { width:20rem;height:53.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gPZLJcxeWQ59aZ1gfIuNqGkrUw8HpH66 { width:19.4375rem;height:8.9375rem;top:2.6875002384186rem;left:-0.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEmcBJGLEKbDPUQ84HRZnbLkMoXEMGsS { width:3.75rem;height:0.1875rem;top:1.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ru5Fs4eiwSCiJNuOcFzb0MTCI50hnrBt { width:18.75rem;height:8.125rem;top:37.75rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GO11bUqNx6rosUPl86p9QGmI4seEIbMP { width:19rem;height:3.8125rem;top:47.675001144409rem;left:0.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfLu07TZvwmqbk2LPBGI9AL99nL0V7fE { display:block; }
 }@media only screen and (max-width: 763px) { #biBJtZ78aMiIiwoFmRi9K2yGLNNpQ95A { display:block; }#biBJtZ78aMiIiwoFmRi9K2yGLNNpQ95A > .row .container { width:20rem;height:28.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QuGJT72vS991PLdJ6wRVnMpe6mUfvgFb { width:10rem;height:10rem;top:1.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9bmO8PV0vA8fQrW0CKHI8FkTbZmaTqP { width:9.375rem;height:1.875rem;top:12.5rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGUp6g0MBNzT4HGXsn04X41R02crEGnu { width:18.75rem;height:2.03125rem;top:15.25rem;left:0.625rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TdZUHzBKEVVZdvFSiDFJZoJI8Ly7GIxC { width:18.75rem;height:4.14375rem;top:18.5rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b58iuFqw3cn0htg0L00lBGKHsGuLli32 { width:12.5rem;height:1.3rem;top:24.5107421875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMHLvfde64uwTm0ohCe0b7vElklmi4ZT { display:block; }#BMHLvfde64uwTm0ohCe0b7vElklmi4ZT > .row .container { width:20rem;height:53.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bStndVPgR69LSMVLaTqOW8B9pIXmFrHo { width:20rem;height:13.993993993994rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H47JaoNtReh2LA4oGKV16RfFWsN9twVb { width:19.3125rem;height:0.975rem;top:16.4931875rem;left:0.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpTclfLokoyzTzJxFBMn5n69XbGQhwJN { width:20rem;height:13.993993993994rem;top:18.7178rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec5UfFJPHuothpqpTFdA5PGXbHUtKn5d { width:19.3125rem;height:0.975rem;top:33.9609875rem;left:0.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g68xB7846DgzwD3SaPBcglW5prdFmVi7 { width:20rem;height:13.993993993994rem;top:36.1856rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZZH9R77Zipg0PEyN4i72LeAg643BGp9 { width:19.3125rem;height:0.975rem;top:51.4287875rem;left:0.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO1lWDfOUcAVzA4XlmuOLkirA0hy2CR7 { display:block; }#TO1lWDfOUcAVzA4XlmuOLkirA0hy2CR7 > .row .container { width:20rem;height:50.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TnraW96tTPQxuf0mtI90pi8Dn4Qkklqs { width:20rem;height:2.4375rem;top:2.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHn0fHIq9QSnzHixRXAGNymTBcGQTbz0 { width:20rem;height:15.6625rem;top:5.57421875rem;left:0rem;font-size:1.125rem;display:block; }#MHn0fHIq9QSnzHixRXAGNymTBcGQTbz0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Tfvy3ZK3/download.png); }
 }@media only screen and (max-width: 763px) { #TODkCzJnQTUgd6S5xQBbzIurSlZdJ8sZ { width:12.5rem;height:1.4625rem;top:23.55078125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2oHLlbvApzGT8TegAMiVdk7sQ6xn1Wi { width:20rem;height:20rem;top:27.31740625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9bpDOxc1IvxXb2XyaQtXgn6vf1gtOhp { display:block; }#n9bpDOxc1IvxXb2XyaQtXgn6vf1gtOhp > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IURIT9TuzcF3XNneReRAdWcFzOgndMvN { width:19.75rem;height:14.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoBoBK2A1pGC7H5uBDnHnVB2lG4BgTyW { width:20rem;height:13rem;top:2.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVuyIfu5y75liyPIikLMIHo3T631PL07 { display:block; }#rVuyIfu5y75liyPIikLMIHo3T631PL07 > .row .container { width:20rem;height:59.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C2pXhT6iM4oLfc6io0ST4RFwVDZnrMTb { width:20rem;height:21.714285714286rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHDBms5cdJPJaHSNbg6EplGnpFuUiHIm { width:20rem;height:9.75rem;top:24.213875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKPdeCKrcnUongMhTJGlW2TuzyescMFR { width:20rem;height:23.4rem;top:35.21rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUogDWQb3Jo6Wm1ikUUcqXHAgOi4pr3m { display:block; }#TUogDWQb3Jo6Wm1ikUUcqXHAgOi4pr3m > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l0diTERMeflqlxATdh6mKRHXdZtTflWl { width:20rem;height:2.6rem;top:2.29296875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpLRvdvcTTpn2U9u9JdJZ2T4Dh6K2LFl { display:block; }#TpLRvdvcTTpn2U9u9JdJZ2T4Dh6K2LFl > .row .container { width:20rem;height:127.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VKpEfn0lM57DVNIbFwKNfcLH08aggX6F { width:20rem;height:36.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lr9oBFRgIg2gRwW3E1OGofvRcHe4kWC0 { width:12.5rem;height:12.5rem;top:0rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVUmtlg8i20d3tQu4EkZaz7RQh57cD3m { width:12.5rem;height:2.6rem;top:13.53125rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWtrVmmq5pUUQQ16oLGcqNaOvCsfUa2X { width:18.75rem;height:0.125rem;top:17.78125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuamIUe1SabqSKv6Xw9bPWz9TkM882um { width:15.9375rem;height:16.2875rem;top:19.46875rem;left:1.25rem;font-size:1.125rem;display:block; }#TuamIUe1SabqSKv6Xw9bPWz9TkM882um li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/KVPBvYv2/toppng.com_white_check_mark_symbol_565x584.png); }
 }@media only screen and (max-width: 763px) { #fL0tGlZG0wGTxc8VTadyXw4k9nSc9SOq { width:20rem;height:36.875rem;top:44.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGUx6ZCrSbnVZWtpGTbKg51KN3OvbvbI { width:12.5rem;height:12.5rem;top:41.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5f9uiUMihvVQX0g3cceZuAZT6a5LnMD { width:12.5rem;height:2.6rem;top:56.84375rem;left:4.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kg0TgEZdgbxVkH8UZognONs2KOPqT2qE { width:18.75rem;height:0.125rem;top:60.84375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CF1zsgAAS6LbKaUaUcx7PmpOh9UlnITd { width:15.9375rem;height:13.3625rem;top:62.84375rem;left:1.25rem;font-size:1.125rem;display:block; }#CF1zsgAAS6LbKaUaUcx7PmpOh9UlnITd li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/KVPBvYv2/toppng.com_white_check_mark_symbol_565x584.png); }
 }@media only screen and (max-width: 763px) { #XEpytD5me0fResyuCV5oExeOmPNr6Eig { width:20rem;height:36.875rem;top:86.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywuUKo8FMbZMLk2o5iTmCeKx3UMF9Clu { width:12.5rem;height:12.5rem;top:84.03125rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvM0QmBPLmpIAAzFs4un0o58MqloJNUk { width:16.125rem;height:2.6rem;top:99.40625rem;left:1.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgoRANvM11bc93BvUs4JiGnfqTDCX2TQ { width:18.75rem;height:0.125rem;top:104.03125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWTdaysAUhPTERUuMvRduc1k58VghsOu { width:15.9375rem;height:13.3625rem;top:106.34375rem;left:1.25rem;font-size:1.125rem;display:block; }#IWTdaysAUhPTERUuMvRduc1k58VghsOu li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/KVPBvYv2/toppng.com_white_check_mark_symbol_565x584.png); }
 }@media only screen and (max-width: 763px) { #MGhroQOTOmsGa2U07lkQcKzdnLSByq7L { display:block; }#MGhroQOTOmsGa2U07lkQcKzdnLSByq7L > .row .container { width:20rem;height:26.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T42h9fdCC4Dfv6qeHvTJTcd0c7HEQEy2 { width:20rem;height:17.942375rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfX56MizPGTHtETt9l7XTLA2rcICTaax { width:19rem;height:3.8125rem;top:1.12890625rem;left:0.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tC1p42O2OtzUITutrhBTDurAJsFH32FT { display:block; }
 }@media only screen and (max-width: 763px) { #ATs7UEh27blX4AHPsFgueNlWrGltzl6q { display:block; }#ATs7UEh27blX4AHPsFgueNlWrGltzl6q > .row .container { width:20rem;height:17.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FnnH3D89oag47soms9M1wITtxMddKdR5 { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZweWo1C4hukNDxoiTZmmhsxQQLqLfiL { width:20rem;height:10.0625rem;top:5.0996125rem;left:0rem;font-size:1.125rem;display:block; }#KZweWo1C4hukNDxoiTZmmhsxQQLqLfiL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/5FjpysZH/screenshot_alicia.clickfunnels.com_2022.01.28_17_14_30.png); }
 }@media only screen and (max-width: 763px) { #UU6tG12qpeQyAdQmnTqLfhtWJLRab1Fi { display:block; }#UU6tG12qpeQyAdQmnTqLfhtWJLRab1Fi > .row .container { width:20rem;height:10.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hqebihVzGMJqzDlCTxC7EFTW8eePcFHU { width:20rem;height:7.8rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0hTA4VSlV5sJ8ng63xJRSePVsX1kQ00 { display:block; }#s0hTA4VSlV5sJ8ng63xJRSePVsX1kQ00 > .row .container { width:20rem;height:46.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ekgZ7tSgbdm3d5srTqR6a95azVqU31dG { width:20rem;height:13.993993993994rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVu5hczS0u38IJZRZ4VovyvvWOpaXysD { width:20rem;height:13.993993993994rem;top:16.4931875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f83J3GV28D3MsTunKgLyWtf98ESS3Q6k { width:20rem;height:13.993993993994rem;top:31.736375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5hUZQIOK4ZTRSeLoBrKM7i2TOVPdpiu { display:block; }#y5hUZQIOK4ZTRSeLoBrKM7i2TOVPdpiu > .row .container { width:20rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X6wWEf1g6vNEPuxBvXgQF50I89xX433v { width:20rem;height:13.993993993994rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1inqcA4n8NDHzfMd8amuBixFxpFwOPA { width:20rem;height:13.9931875rem;top:17.3056640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQKT7dRqNufmGQckZf5tXnr8qIwKco22 { width:20rem;height:13.9931875rem;top:33.048828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WadOpzGrbi0m82Q8Co5dQm7LfgTbXXgH { width:19.75rem;height:0.9375rem;top:47.0419921875rem;left:0rem;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #tbOzOlbHTdGPAynSlHk1Eoc7MFMwDExW { display:block; }#tbOzOlbHTdGPAynSlHk1Eoc7MFMwDExW > .row .container { width:20rem;height:63.918762207031rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lDDRsADIc43NGee6eRh1H7QzLl5yJbxU { width:17.5rem;height:2.4375rem;top:1.25rem;left:1.25rem;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mXMhs8R3eWKIGGTi9s27OpVGlQd9Tgqz { width:20rem;height:2.7625rem;top:4.849609375rem;left:0rem;font-size:2.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UiRkq7ClaK3RnqFlNLHIvUoTBuTHCWk7 { width:18.125rem;height:2.4375rem;top:8.5693359375rem;left:0.9375rem;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HXWLKH7DhCSeZrgwiroG6Sx1hQRH2l2f { width:20rem;height:26rem;top:12.6064453125rem;left:0rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KLUqdqo5AfcAyxs50wTGMHAKHI9b5zCN { width:20rem;height:16.375rem;top:47.5439453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8EXUvFQolo8C6aJQt6Oza3J1NFK0bWq { width:10rem;height:10rem;top:48.7939453125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MekpgT7JzIFq2VOpvEeTa1HHAG0xKf6I { width:9.375rem;height:1.875rem;top:59.3564453125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7i1Bv7WleO1iw5s0K7duvls3xEpHrTF { width:19rem;height:3.8125rem;top:41.4814453125rem;left:0.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGoxIlVxvcsdnBzRpgOfPmK2bzQTsHbI { display:block; }
 }@media only screen and (max-width: 763px) { #mySnrTlv9hB7tzwnbeHGv1PX4ZOJ7e4d { display:block; }#mySnrTlv9hB7tzwnbeHGv1PX4ZOJ7e4d > .row .container { width:20rem;height:22.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q1AJ17k3cP0tzKGQTfZZkwhGJo0t5tvq { width:20rem;height:9.75rem;top:2.8125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W6M2a9m1BX61Qm5HNM8rp4qcD6WdmQFR { width:20rem;height:4.3875rem;top:13.0615234375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bsvghk8XeZWCglEdnUWd1tlqky9Tt9mq { width:12.5rem;height:1.3rem;top:18.2607421875rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e5JwqlAJq9aTPygt2sCcmwaCtpSFcwdJ { display:block; }#e5JwqlAJq9aTPygt2sCcmwaCtpSFcwdJ > .row .container { width:20rem;height:12.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DKbl2g4WQ9SzTVmBDdSvIwyZ2pStQVSu { width:20rem;height:5.525rem;top:5.0996125rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Su27hWH14z3iLocHh27V5bhwL2wHKlpa { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJ5G1rDIPhTs8l53dD4kgLaIiFTsne90 { display:block; }#BJ5G1rDIPhTs8l53dD4kgLaIiFTsne90 > .row .container { width:20rem;height:42.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mdoavNSt5Xn3XagQS35feA1zFUSfyTKa { width:6.625rem;height:4.125rem;top:1.25rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6SAhJSB7wPB84Ur0rZceMnskMDqatCU { width:6.3125rem;height:2.1125rem;top:6.625rem;left:6.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h42kKgJA2I4pKsmuffb99bCNm5vvlRch { width:19.5625rem;height:3.9rem;top:9.98730625rem;left:0.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkDDNN6I9CISV0lvipMKcUDb05eRUBFF { width:4.125rem;height:4.125rem;top:15.13574375rem;left:7.9375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFHfKLAuJCZr46h4h4fdSLK4htfmJdfx { width:6.3125rem;height:2.1125rem;top:20.51074375rem;left:6.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMKL28f3A8FoanuRqT7yrKmQu01ZoRId { width:19.5625rem;height:3.9rem;top:23.87305rem;left:0.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1WzNNmlFxWIPJye8IK815drNF0M9WZS { width:4.125rem;height:4.125rem;top:29.0214875rem;left:7.9375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSToNTt7CfmK8ATuUB1oTiTqz8xOBKzK { width:6.3125rem;height:2.1125rem;top:34.3964875rem;left:6.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4OeozDCl4hiQMnLtQL6sfwsmLkHiTap { width:19.5625rem;height:3.9rem;top:37.75879375rem;left:0.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3EWG1NTZWOdzefNdsp60Ac97ygcdT1A { display:block; }#l3EWG1NTZWOdzefNdsp60Ac97ygcdT1A > .row .container { width:20rem;height:45.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IwKLcJ913OuDMrcH4sWibIENANkoMT5g { width:6.3125rem;height:2.1125rem;top:7rem;left:6.84375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTTTXwTTAL0k6W5Jie0IFtpvtbhky06F { width:19.5625rem;height:3.9rem;top:10.92480625rem;left:0.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPIo2FxiTqhvv9EcgVCoGElSZTv3FkIG { width:5.0625rem;height:5.0625rem;top:16.123046875rem;left:7.46875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezCh21qEv7KT8lwus3g1ffNQMUhfOeHx { width:6.3125rem;height:2.1125rem;top:21.185546875rem;left:6.84375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNm57hSG9AokIZQEemCRK2584SkgJv8a { width:19.5625rem;height:3.9rem;top:25.74805rem;left:0.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUhSsppa1qbTVKEi1LO87VERePd2rgg0 { width:5.0625rem;height:5.0625rem;top:30.896484375rem;left:7.46875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvNQ0835WlEVM085riaft96y2b5GsGl2 { width:6.3125rem;height:2.1125rem;top:35.958984375rem;left:6.84375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsU0nGSupqzDFRGMAvATTmsNTugTcD9H { width:19.5625rem;height:3.9rem;top:40.57129375rem;left:0.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaFgUlgbkJRtwfZtb9MvbdXxWWVZZLcD { width:6.5rem;height:5.0625rem;top:1.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTW7B6OT0uVDyUcG18A8w6Dkao028FOq { display:block; }#JTW7B6OT0uVDyUcG18A8w6Dkao028FOq > .row .container { width:20rem;height:45.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rfMoPApO4dOCVusEvQesHOBBFqH7MxxC { width:6.3125rem;height:2.1125rem;top:6.3125rem;left:6.84375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6UatPH9KHb6AdSRTUtPkzWxAHGRwWHS { width:19.5625rem;height:3.9rem;top:9.9248046875rem;left:0.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsP9e11iE84e2kkwVuAKdpRWnlpXOxQr { width:6.3125rem;height:2.1125rem;top:21.818359375rem;left:6.84375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9qJmNVmfJszCK8by7hLBdQt5IAFxgNV { width:19.5625rem;height:3.9rem;top:25.74805rem;left:0.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6BsPBHTLlW3TmelPgMNU2VPWHmeCmmv { width:5.0625rem;height:5.0625rem;top:31.646484375rem;left:7.46875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiHhTFyyoo3rfzlQ8DQGUVVS9Iz9Tzpv { width:6.3125rem;height:2.1125rem;top:37.2089875rem;left:6.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdD4qVUJ4VpQLZvFsFcdGNoG7FvywrXT { width:19.5625rem;height:3.9rem;top:40.57129375rem;left:0.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIQhS8988q2UQfcf50PRxyd1icOBx1nH { width:5.0625rem;height:5.0625rem;top:1.25rem;left:7.4375rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2OHz4WoOatIxLXdEKetTR25aDmSCrcX { width:4.1875rem;height:5.0625rem;top:16.630859375rem;left:7.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4wzRSKFLqs1KqRcOSGpJJoOqNw7UUTh { display:block; }#q4wzRSKFLqs1KqRcOSGpJJoOqNw7UUTh > .row .container { width:20rem;height:45.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bbJ38h17kakNJyJWdJ6AZonPGUTPK3dw { width:7.6875rem;height:2.1125rem;top:6.3125rem;left:6.15625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoZL5TwqzGD2pJXxLwEUUltyu7k1TOis { width:19.5625rem;height:3.9rem;top:10.25rem;left:0.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfBBLpRtotZLytHoaahR5Qs8DrdGZUbG { width:8rem;height:2.1125rem;top:21.1357421875rem;left:6rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZrTRwo1MECf3DWqXNzoigTQE9meCUoI { width:19.5625rem;height:3.9rem;top:23.7607421875rem;left:0.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRg3MxBPbEomOIqdsKJ29CZTXMmIwAT2 { width:5.0625rem;height:5.0625rem;top:30.146484375rem;left:7.46875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgC7VT0pVpLxxMcWlxoNe98JDc1EcTmR { width:7.9375rem;height:2.1125rem;top:35.208984375rem;left:6.03125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXNnIp9VmCkSZGf42966v2gMiLRNvBpp { width:19.5625rem;height:3.9rem;top:37.896484375rem;left:0.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DG5BXoOJLnyHs5IEoCDuMrprzqrgTKEi { width:5.0625rem;height:5.0625rem;top:1.25rem;left:7.4375rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIlnT1iS2Ts46wGN3ur9zgp9rPVi6ZIc { width:5.0625rem;height:5.0625rem;top:16.07324375rem;left:7.4375rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfA9IsdQqQOJVTtV6s9MIIeAX4U6EpaU { display:block; }#LfA9IsdQqQOJVTtV6s9MIIeAX4U6EpaU > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C6iEbpAffBJptZksUXpZMLbBicU66QnT { width:19rem;height:3.8125rem;top:1.25rem;left:0.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtlwC3PGHGPbsXvIKiliKyeO3Eziro9N { display:block; }
 }@media only screen and (max-width: 763px) { #BsW9NrH3J8TyF00oPwTQsZb12hVzfLq8 { display:block; }#BsW9NrH3J8TyF00oPwTQsZb12hVzfLq8 > .row .container { width:20rem;height:68.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fT7zKRrbnk3BHxrehQGz8Ugi0rc3R457 { width:20rem;height:5.2rem;top:1.3154296875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhBm6dkFauSnn7EXnJgEqg46e1L7NJsM { width:20rem;height:22.7625rem;top:8.4375rem;left:0rem;font-size:1.125rem;display:block; }#hhBm6dkFauSnn7EXnJgEqg46e1L7NJsM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Z1SPUHyu/ezgif.com_gif_maker_17_.png); }
 }@media only screen and (max-width: 763px) { #zT1Lg8UG2NNdXP6sOIV1VdeuDXnKTpky { width:18.75rem;height:0.125rem;top:32.1396484375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLDxcPQTfiiSRsnLGGy5QJA2ynVd6FB0 { width:20rem;height:5.2rem;top:34.0654296875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLqGNPMwPJMWpfwuZ3xbf8qyL3I4DlZi { width:20rem;height:19.625rem;top:41.4521484375rem;left:0rem;font-size:1.125rem;display:block; }#dLqGNPMwPJMWpfwuZ3xbf8qyL3I4DlZi li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/jo5WvvFA/download_removebg_preview.png); }
 }@media only screen and (max-width: 763px) { #tLctfnXOK7uKEQTH4wODq43Cf4ZOZpq1 { width:19rem;height:3.8125rem;top:62.83203125rem;left:0.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFGXi2W9meqQT8OsOClKlAWODNJGpItc { display:block; }
 }@media only screen and (max-width: 763px) { #uRWlR4K3d4wlT6sva4JN9XvP2L0uzV0r { display:block; }#uRWlR4K3d4wlT6sva4JN9XvP2L0uzV0r > .row .container { width:20rem;height:46.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X4R516mC05w6pvAuXxs5LLA5QtSGmoK5 { width:8.9375rem;height:2.6rem;top:1.25rem;left:5.53125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P2Nfa6Hq47VtaE227uQc9R61NhvT4Ura { width:20rem;height:2.6rem;top:5.0996125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RrFcCe4OoJNSIT8LIZ4koBzpoFRQH6WC { width:20rem;height:13.1625rem;top:8.949225rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkElM0y4QcixarQou1DxbhnvQcMSPWdp { width:20rem;height:21.719626168224rem;top:23.418975rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqJU22LL1Kkx6AZMOlMhB4CUaehPKNWr { display:block; }#yqJU22LL1Kkx6AZMOlMhB4CUaehPKNWr > .row .container { width:20rem;height:110.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AvmmDMNEHHCJxaDU8FQlEBzRMklf57RZ { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJ65AaB7Mn61d4O8mMkpGOOfAHMlrJq4 { width:20rem;height:4.0625rem;top:7.69921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyB6z5FvZKMdAezvueVo2lGAi3BgSN9f { width:17.8125rem;height:2.1125rem;top:8.673828125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlXAMmRJbHT1wTSamfC2Ou57bf9xNgwH { width:20rem;height:7.8rem;top:13.01171875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IItu1BpDJS4vipCcXB3EgbC3BTVRrQTA { width:20rem;height:4.0625rem;top:22.05959375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jer89dGbSrDWNtRxdbfeWP3HEzbUu6AE { width:20rem;height:2.1125rem;top:23.034203125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNmCJiSU5h6IZ8WvVGZfCqBmrqFmdsnz { width:20rem;height:15.6rem;top:27.37209375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkBpQFo0W5sZHlqZ6FZsdAv3PqSiUG4u { width:20rem;height:4.6875rem;top:44.21875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKKDkJW8VZg92vONUx0QrT6mLfHombeG { width:20rem;height:4.225rem;top:44.4501953125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmZHPN0rvTDUwx1Cl9XfoLynEGA5ecfq { width:20rem;height:9.1rem;top:50.668003125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSNfNxKt3I9rL0lWXchonINRgJIXgG8i { width:20rem;height:4.0625rem;top:61.015628125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvAhKyBhmLDQKaqI4yyDlSTHMT2odOHl { width:20rem;height:2.1125rem;top:61.9902375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEk90csLHMh1eTqDm5f2G53FqwxMn4Gl { width:20rem;height:7.8rem;top:66.328128125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvUZXP2KKy6RGGoDgDLCGaknsT5NergE { width:20rem;height:0.0625rem;top:80.438503125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPTSLDU47DCZehTLJkEKTCJXwX1a5eKS { width:20rem;height:16.575rem;top:81.751003125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNiKtZJcOUnIaCThMZ5s0rCRR8W21qrq { width:20rem;height:2.275rem;top:99.568378125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcmiIrbBAeWpTKf5TF0feDHsfSKpA9gk { width:19rem;height:3.8125rem;top:103.091796875rem;left:0.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCtlAkTdzwbWnZWqHAzp3ElTpLFqlTAw { display:block; }
 }