.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:#ff4ab1;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:54.5rem;position:absolute;font-family:"pt sans";font-size:1.6875rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:0.68359375rem;left:10.25rem;height:2.1933625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FkfpTfLfsXXzFH5wGbwEoOJGp6o2dVO0 { position:relative;display:block; }#FkfpTfLfsXXzFH5wGbwEoOJGp6o2dVO0 { 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 { border-width: 0; border-radius: 0; }#FkfpTfLfsXXzFH5wGbwEoOJGp6o2dVO0 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(246,233,236,0.56);background-image:none;font-size:0.875rem;font-family:arial;height:36.3125rem;width:75rem;position:relative;display:block; }#ru5Fs4eiwSCiJNuOcFzb0MTCI50hnrBt { color:#000000;display:block;width:26.875rem;position:absolute;font-family:"pt sans";font-size:2.4375rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:19.625rem;left:1.09375rem;height:12.671875rem;display:block; }
#rUGRWEgbstRpek7sA01g8C8d2IctVvhL { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.8125rem;width:32rem;top:21.375rem;left:43rem;overflow:hidden;display:block; }
#vsqvmFTDrwCge7XUbt95J314rfaJlWwd { color:#ec4c8c;display:block;width:31.0625rem;position:absolute;font-family:"pt sans";font-size:3.6875rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:0.96875rem;left:0.5rem;height:14.37890625rem;font-style:normal;display:block; }
#glOVdphxn5hLuCdaHMkoKVirRuVV94ll { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.5625rem;width:26.1875rem;top:1.875rem;left:45.90625rem;overflow:hidden;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:18.8125rem;width:75rem;position:relative;display:block; }#BWu37IwDKaQQXf4u27QkPaku0nUlCRmW { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:22.375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#HTRin0lh6zT8XQBbJcNda0Si7fhuvNcG { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.625rem;width:13.875rem;top:1.6875rem;left:30.5625rem;overflow:hidden;display:block; }
#MmicfQagfJoHHGyOJg4u3e71Wwr9cJaU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b2540;background-image:none;position:relative;display:block; }#MmicfQagfJoHHGyOJg4u3e71Wwr9cJaU > .row .container { background-color: transparent; background-image: none; }#MmicfQagfJoHHGyOJg4u3e71Wwr9cJaU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmicfQagfJoHHGyOJg4u3e71Wwr9cJaU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmicfQagfJoHHGyOJg4u3e71Wwr9cJaU > .row .container > .video-iframe-container { display: none; }#MmicfQagfJoHHGyOJg4u3e71Wwr9cJaU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MmicfQagfJoHHGyOJg4u3e71Wwr9cJaU > .row > .video-iframe-container { display: none; }#MmicfQagfJoHHGyOJg4u3e71Wwr9cJaU > .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); }#MmicfQagfJoHHGyOJg4u3e71Wwr9cJaU > .row .container { border-width: 0; border-radius: 0; }#MmicfQagfJoHHGyOJg4u3e71Wwr9cJaU > .row .container { font-size:0.875rem;font-family:arial;height:22.125rem;width:75rem;position:relative;display:block; }#wDryOotg4HaTCITDR6LBIwLmSZBWznT0 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.125rem;width:22.375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#X1JtKTT87XMPxbSRzB29hqMq0tB9FWpJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b2540;background-image:none;position:relative;display:block; }#X1JtKTT87XMPxbSRzB29hqMq0tB9FWpJ > .row .container { background-color: transparent; background-image: none; }#X1JtKTT87XMPxbSRzB29hqMq0tB9FWpJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X1JtKTT87XMPxbSRzB29hqMq0tB9FWpJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X1JtKTT87XMPxbSRzB29hqMq0tB9FWpJ > .row .container > .video-iframe-container { display: none; }#X1JtKTT87XMPxbSRzB29hqMq0tB9FWpJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X1JtKTT87XMPxbSRzB29hqMq0tB9FWpJ > .row > .video-iframe-container { display: none; }#X1JtKTT87XMPxbSRzB29hqMq0tB9FWpJ > .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); }#X1JtKTT87XMPxbSRzB29hqMq0tB9FWpJ > .row .container { border-width: 0; border-radius: 0; }#X1JtKTT87XMPxbSRzB29hqMq0tB9FWpJ > .row .container { font-size:0.875rem;font-family:arial;height:22.125rem;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:22.0625rem;width:26.3125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#fXhxrnv0ZFFf7bV56K03ye3NGNAL8cB0 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.625rem;width:13.875rem;top:1.125rem;left:32.21875rem;overflow:hidden;display:block; }
#R4OEby9A7dzfUMnC8CWip6xMKO8lLktF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b2540;background-image:none;position:relative;display:block; }#R4OEby9A7dzfUMnC8CWip6xMKO8lLktF > .row .container { background-color: transparent; background-image: none; }#R4OEby9A7dzfUMnC8CWip6xMKO8lLktF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4OEby9A7dzfUMnC8CWip6xMKO8lLktF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4OEby9A7dzfUMnC8CWip6xMKO8lLktF > .row .container > .video-iframe-container { display: none; }#R4OEby9A7dzfUMnC8CWip6xMKO8lLktF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4OEby9A7dzfUMnC8CWip6xMKO8lLktF > .row > .video-iframe-container { display: none; }#R4OEby9A7dzfUMnC8CWip6xMKO8lLktF > .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); }#R4OEby9A7dzfUMnC8CWip6xMKO8lLktF > .row .container { border-width: 0; border-radius: 0; }#R4OEby9A7dzfUMnC8CWip6xMKO8lLktF > .row .container { font-size:0.875rem;font-family:arial;height:22.125rem;width:75rem;position:relative;display:block; }#hnAFMcArNtBIRO8qyWfkwJkO3RhZFL8m { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.0625rem;width:28.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#aApBya71TgQOrQEwGpAqcFgoLTkw7nhz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b2540;background-image:none;position:relative;display:block; }#aApBya71TgQOrQEwGpAqcFgoLTkw7nhz > .row .container { background-color: transparent; background-image: none; }#aApBya71TgQOrQEwGpAqcFgoLTkw7nhz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aApBya71TgQOrQEwGpAqcFgoLTkw7nhz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aApBya71TgQOrQEwGpAqcFgoLTkw7nhz > .row .container > .video-iframe-container { display: none; }#aApBya71TgQOrQEwGpAqcFgoLTkw7nhz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aApBya71TgQOrQEwGpAqcFgoLTkw7nhz > .row > .video-iframe-container { display: none; }#aApBya71TgQOrQEwGpAqcFgoLTkw7nhz > .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); }#aApBya71TgQOrQEwGpAqcFgoLTkw7nhz > .row .container { border-width: 0; border-radius: 0; }#aApBya71TgQOrQEwGpAqcFgoLTkw7nhz > .row .container { font-size:0.875rem;font-family:arial;height:22.125rem;width:75rem;position:relative;display:block; }#rrEDP3epAuRrHdq5gdBPQqOnmMkrnJN3 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.125rem;width:26.4375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#emFt72k4SknspN7v9o3gNqRogzEhIzw0 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.625rem;width:13.875rem;top:1.1875rem;left:31.09375rem;overflow:hidden;display:block; }
#z0aJUDgSbnhewkASvTzB05rlus9gNQls { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b2540;background-image:none;position:relative;display:block; }#z0aJUDgSbnhewkASvTzB05rlus9gNQls > .row .container { background-color: transparent; background-image: none; }#z0aJUDgSbnhewkASvTzB05rlus9gNQls::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0aJUDgSbnhewkASvTzB05rlus9gNQls > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0aJUDgSbnhewkASvTzB05rlus9gNQls > .row .container > .video-iframe-container { display: none; }#z0aJUDgSbnhewkASvTzB05rlus9gNQls > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0aJUDgSbnhewkASvTzB05rlus9gNQls > .row > .video-iframe-container { display: none; }#z0aJUDgSbnhewkASvTzB05rlus9gNQls > .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); }#z0aJUDgSbnhewkASvTzB05rlus9gNQls > .row .container { border-width: 0; border-radius: 0; }#z0aJUDgSbnhewkASvTzB05rlus9gNQls > .row .container { font-size:0.875rem;font-family:arial;height:22.125rem;width:75rem;position:relative;display:block; }#EnZHe3gVcTquAA5F6sgK6Cf7Tlz3Fysu { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.5rem;width:28.375rem;top:0rem;left:0rem;overflow:hidden;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:17.375rem;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.9746125rem;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:17.375rem;top:4.1875rem;left:27.09375rem;overflow:hidden;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:17.375rem;top:4.1875rem;left:52.09375rem;overflow:hidden;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:26.8125rem;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.733375rem;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.4619125rem;display:block; }
#g2oHLlbvApzGT8TegAMiVdk7sQ6xn1Wi { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.75rem;width:20.6875rem;top:0.875rem;left:41.46875rem;overflow:hidden;display:block; }
#WciTaBJ9P3CBXOGZTylPuKGhVzuxDuAs { background-color:#ff4ab1;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.375rem;height:4.125rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:21.9609375rem;left:39.625rem;display:block; }
#dCB2GvUBLcmUDQCZKpakKzGyH7qSLEEw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tmE7OD4POSCnTNg47IyQVpLe9O51NS9J { color:#2f2f2f;display:block;width:24.4375rem;position:absolute;font-family:"pt sans";font-size:1.6875rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:16.7587890625rem;left:39.59375rem;height:4.38671875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#n9bpDOxc1IvxXb2XyaQtXgn6vf1gtOhp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff4ab1;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 #070707;border-left:0.125rem solid #070707;border-right:0.125rem solid #070707;border-bottom:0.125rem solid #070707;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; }
#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.25rem;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:#ff4ab1;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:0.3125rem;left:6.25rem;overflow:hidden;display:block; }
#MVUmtlg8i20d3tQu4EkZaz7RQh57cD3m { color:#f7f7ff;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:14.125rem;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:17.75rem;left:3.125rem;display:block; }
#TuamIUe1SabqSKv6Xw9bPWz9TkM882um { color:#ffffff;display:block;width:20.3125rem;position:absolute;font-family:"pt sans";font-size:1.125rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:19.8125rem;left:2.34375rem;height:20.4668125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#fL0tGlZG0wGTxc8VTadyXw4k9nSc9SOq { position:absolute;display:block;z-index:100001;background-color:#ff4ab1;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:0.3125rem;left:31.25rem;overflow:hidden;display:block; }
#J5f9uiUMihvVQX0g3cceZuAZT6a5LnMD { color:#f7f7ff;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:14.125rem;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:17.75rem;left:28.125rem;display:block; }
#XEpytD5me0fResyuCV5oExeOmPNr6Eig { position:absolute;display:block;z-index:100002;background-color:#ff4ab1;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; }
#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:14.125rem;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:17.75rem;left:53.125rem;display:block; }
#pAWsu2brx0XsnHTKEQEo7cu9dnoTN3NX { color:#ffffff;display:block;width:20.3125rem;position:absolute;font-family:"pt sans";font-size:1.125rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:19.8115234375rem;left:27.34375rem;height:19.004875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#NuWofKPcCZda4qK1afAs27TkJoZE0z9d { color:#ffffff;display:block;width:20.3125rem;position:absolute;font-family:"pt sans";font-size:1.125rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:19.8115234375rem;left:52.34375rem;height:20.4668125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#npZrBpuy0xGpgSUewwss5e2p5LooiVtO { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;height:12.5rem;width:12.5rem;top:0.375rem;left:56.25rem;overflow:hidden;display:block; }
#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:23.625rem;width:75rem;position:relative;display:block; }#cF2MT0xgZnlT1xL1PnnMf2UHKSvgfnzy { background-color:#ff4ab1;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;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:2.3125rem;left:25.3125rem;display:block; }
#qOv2hlUuNV7TgD13St6y251Jll6AxkJL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#o1uLsyARAmmm0MHk1fE7JvtlUrl4cBbz { color:#2f2f2f;display:block;width:24.4375rem;position:absolute;font-family:"pt sans";font-size:1.9375rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:7.62890625rem;left:25.3125rem;height:5.0371125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#T42h9fdCC4Dfv6qeHvTJTcd0c7HEQEy2 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.0625rem;width:19.5625rem;top:13.875rem;left:27.71875rem;overflow:hidden;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:;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:2.0625rem;left:16.375rem;height:5.5234375rem;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:22.5625rem;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:17.375rem;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:17.375rem;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:17.375rem;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:28rem;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:17.375rem;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:17.375rem;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:17.375rem;top:4.1875rem;left:52.09375rem;overflow:hidden;display:block; }
#tbOzOlbHTdGPAynSlHk1Eoc7MFMwDExW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(28,28,50,0.1);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:22.4375rem;width:75rem;position:relative;display:block; }#UiRkq7ClaK3RnqFlNLHIvUoTBuTHCWk7 { color:#000000;display:block;width:43.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:3.0625rem;left:8.90625rem;height:2.76171875rem;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:8rem;left:8.90625rem;height:12.9980625rem;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:13.625rem;width:75rem;position:relative;display:block; }#FxfcQdzzpa1AI7QP2uETgWIfuhf2tDHZ { color:#e7007a;display:block;width:24.4375rem;position:absolute;font-family:"pt sans";font-size:1.3125rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:6.78515625rem;left:25.28125rem;height:5.1181625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#i1fbeG2BC5Zz5XfhTpDuH7FVBsrzRX5p { background-color:#ff4ab1;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;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:1.625rem;left:25.3125rem;display:block; }
#pRmxsDzyTaQTI59EDp4C4AlbG4MkC9lP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BsW9NrH3J8TyF00oPwTQsZb12hVzfLq8 { position:relative;display:block; }#BsW9NrH3J8TyF00oPwTQsZb12hVzfLq8 { 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 { border-width: 0; border-radius: 0; }#BsW9NrH3J8TyF00oPwTQsZb12hVzfLq8 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2f2f2f;background-image:none;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.76171875rem;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:;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:#ff4ab1;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:26.5rem;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.76171875rem;font-style:normal;display:none; }
#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); }
#or8NO8sQf3CLmbhrduivDgfpmXxUp9Mn { background-color:#ff4ab1;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;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.375rem;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:50.369140625rem;left:25.3125rem;display:block; }
#QWl5M5K2yHZfUMrSrAvoRuQznJBG6KDT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BeC3ImTWDyCTdEGBAwx57EV5QTUdAGPP { color:#000000;display:block;width:29.8125rem;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:2.3125rem;left:22.59375rem;height:0;font-style:normal;display:none; }
#trC5tTnlo4CS7WO1489kVgQmhdSV8Kcr { color:#000000;display:block;width:34.875rem;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:28.3125rem;left:20.0625rem;height:2.76171875rem;font-style:normal;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:4.1650390625rem;left:3.5625rem;height:2.76171875rem;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:6.9267578125rem;left:3.5625rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C2pXhT6iM4oLfc6io0ST4RFwVDZnrMTb { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.25rem;border-top-right-radius:4.25rem;border-bottom-left-radius:4.25rem;border-bottom-right-radius:4.25rem;height:30.75rem;width:32.8125rem;top:8.1142578125rem;left:39.84375rem;overflow:hidden;display:block; }
#uHDBms5cdJPJaHSNbg6EplGnpFuUiHIm { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"pt sans";font-size:1.6875rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:14rem;left:2.25rem;height:6.5800625rem;font-style:normal;text-align:center;text-align-last:center;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:22.125rem;left:2.8125rem;height:20.4667875rem;display:block; }
#yuDSiuSMy4Jex2GQOuH045htAwbMP6se { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3d3d3;background-image:none;position:relative;display:block; }#yuDSiuSMy4Jex2GQOuH045htAwbMP6se > .row .container { background-color: transparent; background-image: none; }#yuDSiuSMy4Jex2GQOuH045htAwbMP6se::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yuDSiuSMy4Jex2GQOuH045htAwbMP6se > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yuDSiuSMy4Jex2GQOuH045htAwbMP6se > .row .container > .video-iframe-container { display: none; }#yuDSiuSMy4Jex2GQOuH045htAwbMP6se > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yuDSiuSMy4Jex2GQOuH045htAwbMP6se > .row > .video-iframe-container { display: none; }#yuDSiuSMy4Jex2GQOuH045htAwbMP6se > .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); }#yuDSiuSMy4Jex2GQOuH045htAwbMP6se > .row .container { border-width: 0; border-radius: 0; }#yuDSiuSMy4Jex2GQOuH045htAwbMP6se > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz .widget-form-header {  }
#N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#000000;width:15rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz .widget-input-text {padding-top: 0; padding-bottom: 0;}#N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz .widget-input-select {padding-top: 0; padding-bottom: 0;}#N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz .widget-input-button { border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;background-color:#f8f3f3;background-image:none;border-top:0.5rem solid #ff4ab1;border-left:0.5rem solid #ff4ab1;border-right:0.5rem solid #ff4ab1;border-bottom:0.5rem solid #ff4ab1;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:2.5rem;font-weight:bold;color:#ff00d3;width:15rem;height:6.25rem;font-family:"open sans";overflow:hidden;line-height:.9;text-align:center;text-align-last:center; }
#N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz [class*="-text"]:-moz-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz [class*="-text"]::-moz-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:13.8125rem;overflow:hidden;font-style:normal; }
#N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz .widget-container:first-of-type{padding-top:0;}#N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz .widget-container:last-of-type{padding-bottom:0;}#N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:28.75rem;top:6.8623046875rem;z-index:100000;position:absolute; }
#N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15rem;display:block;vertical-align:top; }
#N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz {display:block;}#N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:28.75rem;top:6.8623046875rem;z-index:100000;position:absolute; }
#N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz #F0I66Il6VTt9giozTsKfJMfBawdewHrM { position:relative; }
#N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz #vePKyZSXxWq3bIe7kpAADhGubOlOdQvT { position:relative; }
#N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz #n7vLbpn2pfXWiuhoG2Mp0D6xP2iGHbbJ { position:relative; }
#N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz #MLl2A5tB2FFEqKDK4JAcVThNOHVftvAE { position:relative; }
#N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz #cwZBxFf4W85Tn4MfwOxZIU2duGGXMt1F { position:relative; }
#N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz #N6VmyOXT6PBcl7azZuEqSyhb9xO70eKP { position:relative; }
#N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz #eTRJuGUBkNS4lIaTeKcpiIrnkbkBNqdD { position:relative; }
#N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz #ul688RkhvuQk0GXT0vQmHr9Wod4gIvZZ { position:relative; }
#N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz #wUyL2PHlZSQTF5tIMwCZdJh1a50zCi5X { position:relative; }
#N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz #XuiDTie0XVGaNTOindKqEvEOZsBbKoIb { position:relative; }
#N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz #XzQdmQpQoo6ef8Qfwv0tv4exr8eTnUXO { position:relative; }
#N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz #LFnE3imI48J40eTOFiyzGvrx6cD2FArs { position:relative; }
#N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz #f9I4bSiTasT4mpafspqWuriVUdE9aqOt { position:relative; }
#N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz #DMUvO31xmS0VPqoITtRcUHdVJzUE4H4G { position:relative; }
#JxcFCQorwR2g6yvG8H8RhrrKrSbQe6Tk { display:block;width:48.5rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.125rem;left:13.25rem;height:5.19921875rem;font-style:normal;color:#ff4ab1;text-align:center;text-align-last:center;display:block; }
#yqJU22LL1Kkx6AZMOlMhB4CUaehPKNWr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#070707;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.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UJ65AaB7Mn61d4O8mMkpGOOfAHMlrJq4 { position:absolute;display:block;z-index:100001;background-color:#c0ff96;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.11230625rem;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.8994125rem;display:block; }
#IItu1BpDJS4vipCcXB3EgbC3BTVRrQTA { position:absolute;display:block;z-index:100002;background-color:#c0ff96;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.11230625rem;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.499rem;display:block; }
#gkBpQFo0W5sZHlqZ6FZsdAv3PqSiUG4u { position:absolute;display:block;z-index:100003;background-color:#c0ff96;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.11230625rem;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.8994125rem;display:block; }
#VSNfNxKt3I9rL0lWXchonINRgJIXgG8i { position:absolute;display:block;z-index:100004;background-color:#c0ff96;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.11230625rem;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.8994125rem;display:block; }
#yvUZXP2KKy6RGGoDgDLCGaknsT5NergE { position:absolute;display:block;z-index:100009;background-color:#ff00e8;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:79.125rem;left:3.75rem;height:6.82228125rem;text-align:center;text-align-last:center;display:block; }
#k6TD1lsfU0oITG1WS7FhD637V5TBBXvr { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.25rem;width:15.6875rem;top:71.125rem;left:29.65625rem;overflow:hidden;display:block; }
#irTHzBCTCkTAy6pEiDKMTQbmGDbtns91 { background-color:#ff4ab1;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;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:100009;text-align:center;text-align-last:center;top:61.125rem;left:25.3125rem;display:block; }
#TDfwtlU6iR1sB4lFgf6tDN6V1T6KZqyu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KARXhNfZf87gQoIgPxHryhn3PDXE94PT { color:#ffffff;display:block;width:50.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:87.375rem;left:0rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#cX3qR80UtoFVknsFXKe8VkK64VlVX1WQ { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:87.375rem;left:43.15625rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#CqQoHs3wqulEtS7vSUUgDGsy9agmoaUk { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:87.375rem;left:36.15625rem;height:1.13671875rem;text-align:center;text-align-last:center;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.625rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.6875rem;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) { #ru5Fs4eiwSCiJNuOcFzb0MTCI50hnrBt { top:19.625rem;left:0rem;width:26.875rem;height:12.625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUGRWEgbstRpek7sA01g8C8d2IctVvhL { top:21.375rem;left:15.75rem;width:32rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsqvmFTDrwCge7XUbt95J314rfaJlWwd { top:0.9375rem;left:0rem;width:31.0625rem;height:14.375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #glOVdphxn5hLuCdaHMkoKVirRuVV94ll { top:1.875rem;left:21.5625rem;width:26.1875rem;height:19.5625rem;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) { #BWu37IwDKaQQXf4u27QkPaku0nUlCRmW { top:0rem;left:0rem;width:22.375rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTRin0lh6zT8XQBbJcNda0Si7fhuvNcG { top:1.6875rem;left:16.9375rem;width:13.875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmicfQagfJoHHGyOJg4u3e71Wwr9cJaU { display:block; }#MmicfQagfJoHHGyOJg4u3e71Wwr9cJaU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wDryOotg4HaTCITDR6LBIwLmSZBWznT0 { top:0rem;left:0rem;width:22.375rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1JtKTT87XMPxbSRzB29hqMq0tB9FWpJ { display:block; }#X1JtKTT87XMPxbSRzB29hqMq0tB9FWpJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QuGJT72vS991PLdJ6wRVnMpe6mUfvgFb { top:0rem;left:0rem;width:26.3125rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXhxrnv0ZFFf7bV56K03ye3NGNAL8cB0 { top:1.125rem;left:18.59375rem;width:13.875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4OEby9A7dzfUMnC8CWip6xMKO8lLktF { display:block; }#R4OEby9A7dzfUMnC8CWip6xMKO8lLktF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hnAFMcArNtBIRO8qyWfkwJkO3RhZFL8m { top:0rem;left:0rem;width:28.75rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aApBya71TgQOrQEwGpAqcFgoLTkw7nhz { display:block; }#aApBya71TgQOrQEwGpAqcFgoLTkw7nhz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rrEDP3epAuRrHdq5gdBPQqOnmMkrnJN3 { top:0rem;left:0rem;width:26.4375rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #emFt72k4SknspN7v9o3gNqRogzEhIzw0 { top:1.1875rem;left:17.46875rem;width:13.875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0aJUDgSbnhewkASvTzB05rlus9gNQls { display:block; }#z0aJUDgSbnhewkASvTzB05rlus9gNQls > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EnZHe3gVcTquAA5F6sgK6Cf7Tlz3Fysu { top:0rem;left:0rem;width:28.375rem;height:23.5rem;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:17.375rem;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:17.375rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g68xB7846DgzwD3SaPBcglW5prdFmVi7 { top:4.1875rem;left:26.8125rem;width:17.375rem;height:14.5625rem;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:0.875rem;left:23.875rem;width:20.6875rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WciTaBJ9P3CBXOGZTylPuKGhVzuxDuAs { width:24.375rem;height:4.125rem;top:21.9375rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCB2GvUBLcmUDQCZKpakKzGyH7qSLEEw { display:block; }
 }@media only screen and (max-width: 763px) { #tmE7OD4POSCnTNg47IyQVpLe9O51NS9J { top:16.75rem;left:23.3125rem;width:24.4375rem;height:4.375rem;font-size:1.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) { #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:0.3125rem;left:1.6875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVUmtlg8i20d3tQu4EkZaz7RQh57cD3m { top:14.125rem;left:1.6875rem;width:12.5rem;height:3.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWtrVmmq5pUUQQ16oLGcqNaOvCsfUa2X { top:17.75rem;left:0rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuamIUe1SabqSKv6Xw9bPWz9TkM882um { top:19.8125rem;left:0rem;width:20.3125rem;height:20.4375rem;font-size:1.125rem;display:block; }
 }@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:0.3125rem;left:17.5625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5f9uiUMihvVQX0g3cceZuAZT6a5LnMD { top:14.125rem;left:17.5625rem;width:12.5rem;height:3.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kg0TgEZdgbxVkH8UZognONs2KOPqT2qE { top:17.75rem;left:13rem;width:18.75rem;height:0.125rem;display:block; }
 }@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) { #RvM0QmBPLmpIAAzFs4un0o58MqloJNUk { top:14.125rem;left:27.9375rem;width:19.6875rem;height:3.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgoRANvM11bc93BvUs4JiGnfqTDCX2TQ { top:17.75rem;left:28.875rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAWsu2brx0XsnHTKEQEo7cu9dnoTN3NX { top:19.75rem;left:11.4375rem;width:20.3125rem;height:19rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuWofKPcCZda4qK1afAs27TkJoZE0z9d { top:19.75rem;left:27.3125rem;width:20.3125rem;height:20.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #npZrBpuy0xGpgSUewwss5e2p5LooiVtO { top:0.375rem;left:33.4375rem;width:12.5rem;height:12.5rem;display:block; }
 }@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) { #cF2MT0xgZnlT1xL1PnnMf2UHKSvgfnzy { width:24.375rem;height:3.8125rem;top:2.3125rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOv2hlUuNV7TgD13St6y251Jll6AxkJL { display:block; }
 }@media only screen and (max-width: 763px) { #o1uLsyARAmmm0MHk1fE7JvtlUrl4cBbz { top:7.625rem;left:11.6875rem;width:24.4375rem;height:5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T42h9fdCC4Dfv6qeHvTJTcd0c7HEQEy2 { top:13.875rem;left:14.09375rem;width:19.5625rem;height:9.0625rem;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:;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:2.0625rem;left:2.75rem;width:42.25rem;height:5.5rem;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:17.375rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVu5hczS0u38IJZRZ4VovyvvWOpaXysD { top:4.1875rem;left:10.9375rem;width:17.375rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f83J3GV28D3MsTunKgLyWtf98ESS3Q6k { top:4.1875rem;left:26.8125rem;width:17.375rem;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:17.375rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1inqcA4n8NDHzfMd8amuBixFxpFwOPA { top:4.1875rem;left:10.9375rem;width:17.375rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQKT7dRqNufmGQckZf5tXnr8qIwKco22 { top:4.1875rem;left:26.8125rem;width:17.375rem;height:14.5625rem;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) { #UiRkq7ClaK3RnqFlNLHIvUoTBuTHCWk7 { top:3.0625rem;left:0rem;width:43.125rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXWLKH7DhCSeZrgwiroG6Sx1hQRH2l2f { top:8rem;left:0rem;width:47.75rem;height:12.9375rem;font-size:1rem;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) { #FxfcQdzzpa1AI7QP2uETgWIfuhf2tDHZ { top:6.75rem;left:11.65625rem;width:24.4375rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1fbeG2BC5Zz5XfhTpDuH7FVBsrzRX5p { width:24.375rem;height:3.8125rem;top:1.625rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRmxsDzyTaQTI59EDp4C4AlbG4MkC9lP { 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:;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:26.5rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLDxcPQTfiiSRsnLGGy5QJA2ynVd6FB0 { top:34.0625rem;left:0rem;width:18.625rem;height:5.1875rem;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) { #or8NO8sQf3CLmbhrduivDgfpmXxUp9Mn { width:24.375rem;height:3.8125rem;top:50.3125rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWl5M5K2yHZfUMrSrAvoRuQznJBG6KDT { display:block; }
 }@media only screen and (max-width: 763px) { #BeC3ImTWDyCTdEGBAwx57EV5QTUdAGPP { top:71.0625rem;left:0rem;width:20rem;height:5.1875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #trC5tTnlo4CS7WO1489kVgQmhdSV8Kcr { top:28.3125rem;left:6.4375rem;width:34.875rem;height:2.75rem;font-size:2.125rem;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:4.125rem;left:0rem;width:8.9375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2Nfa6Hq47VtaE227uQc9R61NhvT4Ura { top:6.875rem;left:0rem;width:32.75rem;height:6.5rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2pXhT6iM4oLfc6io0ST4RFwVDZnrMTb { top:8.0625rem;left:14.9375rem;width:32.8125rem;height:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHDBms5cdJPJaHSNbg6EplGnpFuUiHIm { top:14rem;left:0rem;width:31.5rem;height:6.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKPdeCKrcnUongMhTJGlW2TuzyescMFR { top:22.125rem;left:0rem;width:31.875rem;height:20.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuDSiuSMy4Jex2GQOuH045htAwbMP6se { display:block; }#yuDSiuSMy4Jex2GQOuH045htAwbMP6se > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz .widget-regular-label { width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz .widget-input-text {padding-top: 0; padding-bottom: 0;}#N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz .widget-input-select {padding-top: 0; padding-bottom: 0;}#N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz  { width:15rem;height:24.25rem;top:6.8125rem;left:15.125rem; }
#N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz {display:block;}#N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz { width:15rem;height:24.25rem;top:6.8125rem;left:15.125rem; }
 }@media only screen and (max-width: 763px) { #N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz #F0I66Il6VTt9giozTsKfJMfBawdewHrM {  }
 }@media only screen and (max-width: 763px) { #N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz #vePKyZSXxWq3bIe7kpAADhGubOlOdQvT {  }
 }@media only screen and (max-width: 763px) { #N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz #n7vLbpn2pfXWiuhoG2Mp0D6xP2iGHbbJ {  }
 }@media only screen and (max-width: 763px) { #N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz #MLl2A5tB2FFEqKDK4JAcVThNOHVftvAE {  }
 }@media only screen and (max-width: 763px) { #N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz #cwZBxFf4W85Tn4MfwOxZIU2duGGXMt1F {  }
 }@media only screen and (max-width: 763px) { #N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz #N6VmyOXT6PBcl7azZuEqSyhb9xO70eKP {  }
 }@media only screen and (max-width: 763px) { #N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz #eTRJuGUBkNS4lIaTeKcpiIrnkbkBNqdD {  }
 }@media only screen and (max-width: 763px) { #N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz #ul688RkhvuQk0GXT0vQmHr9Wod4gIvZZ {  }
 }@media only screen and (max-width: 763px) { #N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz #wUyL2PHlZSQTF5tIMwCZdJh1a50zCi5X {  }
 }@media only screen and (max-width: 763px) { #N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz #XuiDTie0XVGaNTOindKqEvEOZsBbKoIb {  }
 }@media only screen and (max-width: 763px) { #N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz #XzQdmQpQoo6ef8Qfwv0tv4exr8eTnUXO {  }
 }@media only screen and (max-width: 763px) { #N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz #LFnE3imI48J40eTOFiyzGvrx6cD2FArs {  }
 }@media only screen and (max-width: 763px) { #N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz #f9I4bSiTasT4mpafspqWuriVUdE9aqOt {  }
 }@media only screen and (max-width: 763px) { #N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz #DMUvO31xmS0VPqoITtRcUHdVJzUE4H4G {  }
 }@media only screen and (max-width: 763px) { #JxcFCQorwR2g6yvG8H8RhrrKrSbQe6Tk { width:47.75rem;height:5.1875rem;top:1.125rem;left:0rem;font-size:1.5rem;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:79.125rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6TD1lsfU0oITG1WS7FhD637V5TBBXvr { top:71.125rem;left:16.03125rem;width:15.6875rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #irTHzBCTCkTAy6pEiDKMTQbmGDbtns91 { width:24.375rem;height:3.8125rem;top:61.125rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDfwtlU6iR1sB4lFgf6tDN6V1T6KZqyu { display:block; }
 }@media only screen and (max-width: 763px) { #KARXhNfZf87gQoIgPxHryhn3PDXE94PT { top:87.375rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cX3qR80UtoFVknsFXKe8VkK64VlVX1WQ { top:87.375rem;left:29.53125rem;width:12.5rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqQoHs3wqulEtS7vSUUgDGsy9agmoaUk { top:87.375rem;left:22.53125rem;width:12.5rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:#ff4ab1;background-image:none;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 { width:20rem;height:4.5rem;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:rgba(243,219,225,0.48);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#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 { width:20rem;height:37.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ru5Fs4eiwSCiJNuOcFzb0MTCI50hnrBt { width:20rem;height:5.60449375rem;top:11.08203125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rUGRWEgbstRpek7sA01g8C8d2IctVvhL { width:9.5rem;height:4.375rem;top:32.6875rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsqvmFTDrwCge7XUbt95J314rfaJlWwd { width:20rem;height:9.50390625rem;top:0.875rem;left:0rem;font-size:2.4375rem;text-align:center;text-align-last:center;color:#ec4c8c;display:block; }
 }@media only screen and (max-width: 763px) { #glOVdphxn5hLuCdaHMkoKVirRuVV94ll { width:20rem;height:14.940334128878rem;top:17.498046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #biBJtZ78aMiIiwoFmRi9K2yGLNNpQ95A { display:block; }#biBJtZ78aMiIiwoFmRi9K2yGLNNpQ95A > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BWu37IwDKaQQXf4u27QkPaku0nUlCRmW { width:20rem;height:16.75rem;top:0.6875rem;left:0.0078125rem;overflow:hidden;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTRin0lh6zT8XQBbJcNda0Si7fhuvNcG { width:9.375rem;height:1.875rem;top:18rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmicfQagfJoHHGyOJg4u3e71Wwr9cJaU { display:block; }#MmicfQagfJoHHGyOJg4u3e71Wwr9cJaU > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wDryOotg4HaTCITDR6LBIwLmSZBWznT0 { width:20rem;height:19.75rem;top:0.6875rem;left:0.0078125rem;overflow:hidden;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1JtKTT87XMPxbSRzB29hqMq0tB9FWpJ { display:block; }#X1JtKTT87XMPxbSRzB29hqMq0tB9FWpJ > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QuGJT72vS991PLdJ6wRVnMpe6mUfvgFb { width:20rem;height:16.75rem;top:1.375rem;left:0rem;overflow:hidden;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXhxrnv0ZFFf7bV56K03ye3NGNAL8cB0 { width:9.375rem;height:1.875rem;top:18.6875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4OEby9A7dzfUMnC8CWip6xMKO8lLktF { display:block; }#R4OEby9A7dzfUMnC8CWip6xMKO8lLktF > .row .container { width:20rem;height:16.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hnAFMcArNtBIRO8qyWfkwJkO3RhZFL8m { width:20rem;height:15.3125rem;top:0.6875rem;left:0.0087780898876275rem;overflow:hidden;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aApBya71TgQOrQEwGpAqcFgoLTkw7nhz { display:block; }#aApBya71TgQOrQEwGpAqcFgoLTkw7nhz > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rrEDP3epAuRrHdq5gdBPQqOnmMkrnJN3 { width:19.75rem;height:16.5625rem;top:0.6875rem;left:0.0078125rem;overflow:hidden;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #emFt72k4SknspN7v9o3gNqRogzEhIzw0 { width:9.375rem;height:1.875rem;top:17.75rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0aJUDgSbnhewkASvTzB05rlus9gNQls { display:block; }#z0aJUDgSbnhewkASvTzB05rlus9gNQls > .row .container { width:20rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EnZHe3gVcTquAA5F6sgK6Cf7Tlz3Fysu { width:20rem;height:16.5625rem;top:0.6875rem;left:0.0078125rem;overflow:hidden;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:16.75rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #H47JaoNtReh2LA4oGKV16RfFWsN9twVb { width:19.3125rem;height:0.9746125rem;top:0rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpTclfLokoyzTzJxFBMn5n69XbGQhwJN { width:20rem;height:16.75rem;top:18.7177734375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #g68xB7846DgzwD3SaPBcglW5prdFmVi7 { width:20rem;height:16.75rem;top:36.185546875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TO1lWDfOUcAVzA4XlmuOLkirA0hy2CR7 { display:block; }#TO1lWDfOUcAVzA4XlmuOLkirA0hy2CR7 > .row .container { width:20rem;height:54.25rem;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.65725rem;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.4619125rem;top:23.55078125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2oHLlbvApzGT8TegAMiVdk7sQ6xn1Wi { width:20rem;height:13.3125rem;top:27.31740625rem;left:0rem;overflow:hidden;border-top-left-radius:7.5625rem;border-top-right-radius:7.5625rem;border-bottom-left-radius:7.5625rem;border-bottom-right-radius:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WciTaBJ9P3CBXOGZTylPuKGhVzuxDuAs { width:19rem;height:5.5rem;top:41.8798828125rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCB2GvUBLcmUDQCZKpakKzGyH7qSLEEw { display:block; }
 }@media only screen and (max-width: 763px) { #tmE7OD4POSCnTNg47IyQVpLe9O51NS9J { width:20rem;height:4.38671875rem;top:48.6298828125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9bpDOxc1IvxXb2XyaQtXgn6vf1gtOhp { background-color:#ff4ab1;background-image:none;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 { 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;border-top:0.125rem solid #070707;border-left:0.125rem solid #070707;border-right:0.125rem solid #070707;border-bottom:0.125rem solid #070707;display:block; }
 }@media only screen and (max-width: 763px) { #XoBoBK2A1pGC7H5uBDnHnVB2lG4BgTyW { width:20rem;height:12.9980625rem;top:2.3125rem;left:0rem;font-size:2rem;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.5996125rem;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:135.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VKpEfn0lM57DVNIbFwKNfcLH08aggX6F { width:20rem;height:36.875rem;top:6.1875rem;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.84375rem;top:13.3681640625rem;left:3.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWtrVmmq5pUUQQ16oLGcqNaOvCsfUa2X { width:18.75rem;height:0.125rem;top:16.1552734375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuamIUe1SabqSKv6Xw9bPWz9TkM882um { width:18.25rem;height:24.8525625rem;top:17.09375rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fL0tGlZG0wGTxc8VTadyXw4k9nSc9SOq { width:20rem;height:36.875rem;top:51.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGUx6ZCrSbnVZWtpGTbKg51KN3OvbvbI { width:12.5rem;height:12.5rem;top:45.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5f9uiUMihvVQX0g3cceZuAZT6a5LnMD { width:12.5rem;height:2.84375rem;top:59.306640625rem;left:3.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kg0TgEZdgbxVkH8UZognONs2KOPqT2qE { width:18.75rem;height:0.125rem;top:62.03125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEpytD5me0fResyuCV5oExeOmPNr6Eig { width:20rem;height:36.875rem;top:97.5869140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvM0QmBPLmpIAAzFs4un0o58MqloJNUk { width:16.125rem;height:2.84375rem;top:104.96875rem;left:1.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgoRANvM11bc93BvUs4JiGnfqTDCX2TQ { width:18.75rem;height:0.125rem;top:107.65625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAWsu2brx0XsnHTKEQEo7cu9dnoTN3NX { width:18.125rem;height:20.4668125rem;top:63.2470703125rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuWofKPcCZda4qK1afAs27TkJoZE0z9d { width:17.8125rem;height:23.390625rem;top:108.9091796875rem;left:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #npZrBpuy0xGpgSUewwss5e2p5LooiVtO { width:12.5rem;height:12.5rem;top:91.3994140625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGhroQOTOmsGa2U07lkQcKzdnLSByq7L { display:block; }#MGhroQOTOmsGa2U07lkQcKzdnLSByq7L > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cF2MT0xgZnlT1xL1PnnMf2UHKSvgfnzy { width:19rem;height:3.8125rem;top:12rem;left:0.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOv2hlUuNV7TgD13St6y251Jll6AxkJL { display:block; }
 }@media only screen and (max-width: 763px) { #o1uLsyARAmmm0MHk1fE7JvtlUrl4cBbz { width:20rem;height:3.4121125rem;top:17.0791015625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T42h9fdCC4Dfv6qeHvTJTcd0c7HEQEy2 { width:19.8125rem;height:9.25rem;top:0.75rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ATs7UEh27blX4AHPsFgueNlWrGltzl6q { display:block; }#ATs7UEh27blX4AHPsFgueNlWrGltzl6q > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FnnH3D89oag47soms9M1wITtxMddKdR5 { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZweWo1C4hukNDxoiTZmmhsxQQLqLfiL { width:20rem;height:10.0595625rem;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:9.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hqebihVzGMJqzDlCTxC7EFTW8eePcFHU { width:20rem;height:7.7988125rem;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:54.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ekgZ7tSgbdm3d5srTqR6a95azVqU31dG { width:20rem;height:16.75rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVu5hczS0u38IJZRZ4VovyvvWOpaXysD { width:20rem;height:16.75rem;top:18.3681640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f83J3GV28D3MsTunKgLyWtf98ESS3Q6k { width:20rem;height:16.75rem;top:36.2353515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5hUZQIOK4ZTRSeLoBrKM7i2TOVPdpiu { display:block; }#y5hUZQIOK4ZTRSeLoBrKM7i2TOVPdpiu > .row .container { width:20rem;height:53.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X6wWEf1g6vNEPuxBvXgQF50I89xX433v { width:20rem;height:16.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1inqcA4n8NDHzfMd8amuBixFxpFwOPA { width:20rem;height:16.75rem;top:17.9306640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQKT7dRqNufmGQckZf5tXnr8qIwKco22 { width:20rem;height:16.75rem;top:35.923828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbOzOlbHTdGPAynSlHk1Eoc7MFMwDExW { display:block; }#tbOzOlbHTdGPAynSlHk1Eoc7MFMwDExW > .row .container { width:20rem;height:37.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UiRkq7ClaK3RnqFlNLHIvUoTBuTHCWk7 { width:18.125rem;height:7.3125rem;top:0.8818359375rem;left:0.9375rem;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HXWLKH7DhCSeZrgwiroG6Sx1hQRH2l2f { width:20rem;height:25.9960625rem;top:9.5439453125rem;left:0rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mySnrTlv9hB7tzwnbeHGv1PX4ZOJ7e4d { display:block; }#mySnrTlv9hB7tzwnbeHGv1PX4ZOJ7e4d > .row .container { width:20rem;height:14.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FxfcQdzzpa1AI7QP2uETgWIfuhf2tDHZ { width:20rem;height:6.82425rem;top:6.3125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1fbeG2BC5Zz5XfhTpDuH7FVBsrzRX5p { width:19rem;height:3.8125rem;top:1.25rem;left:0.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRmxsDzyTaQTI59EDp4C4AlbG4MkC9lP { display:block; }
 }@media only screen and (max-width: 763px) { #BsW9NrH3J8TyF00oPwTQsZb12hVzfLq8 { display:block; }#BsW9NrH3J8TyF00oPwTQsZb12hVzfLq8 > .row .container { width:20rem;height:77.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fT7zKRrbnk3BHxrehQGz8Ugi0rc3R457 { width:18.75rem;height:0;top:7.5654296875rem;left:1.25rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #hhBm6dkFauSnn7EXnJgEqg46e1L7NJsM { width:18.875rem;height:28.390625rem;top:7.302734375rem;left:0.5625rem;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:38.0771484375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLDxcPQTfiiSRsnLGGy5QJA2ynVd6FB0 { width:18.625rem;height:5.199225rem;top:40.6904296875rem;left:0.6875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dLqGNPMwPJMWpfwuZ3xbf8qyL3I4DlZi { width:18.5rem;height:22.543rem;top:47.0146484375rem;left:0.75rem;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) { #or8NO8sQf3CLmbhrduivDgfpmXxUp9Mn { width:19rem;height:3.8125rem;top:71.7578125rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWl5M5K2yHZfUMrSrAvoRuQznJBG6KDT { display:block; }
 }@media only screen and (max-width: 763px) { #BeC3ImTWDyCTdEGBAwx57EV5QTUdAGPP { width:18.4375rem;height:5.199225rem;top:1.103515625rem;left:0.78125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #trC5tTnlo4CS7WO1489kVgQmhdSV8Kcr { width:20rem;height:auto;top:28.3125rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #uRWlR4K3d4wlT6sva4JN9XvP2L0uzV0r { display:block; }#uRWlR4K3d4wlT6sva4JN9XvP2L0uzV0r > .row .container { width:20rem;height:66.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X4R516mC05w6pvAuXxs5LLA5QtSGmoK5 { width:8.9375rem;height:2.5996125rem;top:1.1865234375rem;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:3.4931625rem;top:3.724609375rem;left:0rem;font-size:2.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C2pXhT6iM4oLfc6io0ST4RFwVDZnrMTb { width:20rem;height:18.75rem;top:7.26171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHDBms5cdJPJaHSNbg6EplGnpFuUiHIm { width:20rem;height:7.796875rem;top:26.5888671875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKPdeCKrcnUongMhTJGlW2TuzyescMFR { width:20rem;height:30.7002rem;top:34.9248046875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuDSiuSMy4Jex2GQOuH045htAwbMP6se { display:block; }#yuDSiuSMy4Jex2GQOuH045htAwbMP6se > .row .container { width:20rem;height:35.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz  { width:15rem;height:auto;top:8.3125rem;left:1.25rem; }
#N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz {display:block;}#N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz { width:15rem;height:auto;top:8.3125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz #F0I66Il6VTt9giozTsKfJMfBawdewHrM {  }
 }@media only screen and (max-width: 763px) { #N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz #vePKyZSXxWq3bIe7kpAADhGubOlOdQvT {  }
 }@media only screen and (max-width: 763px) { #N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz #n7vLbpn2pfXWiuhoG2Mp0D6xP2iGHbbJ {  }
 }@media only screen and (max-width: 763px) { #N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz #MLl2A5tB2FFEqKDK4JAcVThNOHVftvAE {  }
 }@media only screen and (max-width: 763px) { #N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz #cwZBxFf4W85Tn4MfwOxZIU2duGGXMt1F {  }
 }@media only screen and (max-width: 763px) { #N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz #N6VmyOXT6PBcl7azZuEqSyhb9xO70eKP {  }
 }@media only screen and (max-width: 763px) { #N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz #eTRJuGUBkNS4lIaTeKcpiIrnkbkBNqdD {  }
 }@media only screen and (max-width: 763px) { #N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz #ul688RkhvuQk0GXT0vQmHr9Wod4gIvZZ {  }
 }@media only screen and (max-width: 763px) { #N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz #wUyL2PHlZSQTF5tIMwCZdJh1a50zCi5X {  }
 }@media only screen and (max-width: 763px) { #N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz #XuiDTie0XVGaNTOindKqEvEOZsBbKoIb {  }
 }@media only screen and (max-width: 763px) { #N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz #XzQdmQpQoo6ef8Qfwv0tv4exr8eTnUXO {  }
 }@media only screen and (max-width: 763px) { #N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz #LFnE3imI48J40eTOFiyzGvrx6cD2FArs {  }
 }@media only screen and (max-width: 763px) { #N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz #f9I4bSiTasT4mpafspqWuriVUdE9aqOt {  }
 }@media only screen and (max-width: 763px) { #N3Orv59IB8bwC5ReDBLO4pq5qgmNnKUz #DMUvO31xmS0VPqoITtRcUHdVJzUE4H4G {  }
 }@media only screen and (max-width: 763px) { #JxcFCQorwR2g6yvG8H8RhrrKrSbQe6Tk { width:20rem;height:5.84765625rem;top:0.8896484375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqJU22LL1Kkx6AZMOlMhB4CUaehPKNWr { display:block; }#yqJU22LL1Kkx6AZMOlMhB4CUaehPKNWr > .row .container { width:20rem;height:117.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AvmmDMNEHHCJxaDU8FQlEBzRMklf57RZ { width:20rem;height:5.19921875rem;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;background-color:#c0ff96;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #iyB6z5FvZKMdAezvueVo2lGAi3BgSN9f { width:17.8125rem;height:2.11230625rem;top:8.673828125rem;left:1.09375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlXAMmRJbHT1wTSamfC2Ou57bf9xNgwH { width:20rem;height:7.7988125rem;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;background-color:#c0ff96;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Jer89dGbSrDWNtRxdbfeWP3HEzbUu6AE { width:20rem;height:2.11230625rem;top:23.034203125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNmCJiSU5h6IZ8WvVGZfCqBmrqFmdsnz { width:20rem;height:15.597625rem;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;background-color:#c0ff96;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #cKKDkJW8VZg92vONUx0QrT6mLfHombeG { width:20rem;height:4.2246125rem;top:44.4501953125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XmZHPN0rvTDUwx1Cl9XfoLynEGA5ecfq { width:20rem;height:9.098625rem;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;background-color:#c0ff96;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #yvAhKyBhmLDQKaqI4yyDlSTHMT2odOHl { width:20rem;height:2.11230625rem;top:61.9902375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fEk90csLHMh1eTqDm5f2G53FqwxMn4Gl { width:20rem;height:9.098625rem;top:66.328128125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvUZXP2KKy6RGGoDgDLCGaknsT5NergE { width:20rem;height:0.0625rem;top:82.1884765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPTSLDU47DCZehTLJkEKTCJXwX1a5eKS { width:20rem;height:16.56835rem;top:92.5009765625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6TD1lsfU0oITG1WS7FhD637V5TBBXvr { width:15.6875rem;height:7.25rem;top:83.716796875rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #irTHzBCTCkTAy6pEiDKMTQbmGDbtns91 { width:19rem;height:3.8125rem;top:77.591796875rem;left:0.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDfwtlU6iR1sB4lFgf6tDN6V1T6KZqyu { display:block; }
 }@media only screen and (max-width: 763px) { #KARXhNfZf87gQoIgPxHryhn3PDXE94PT { width:20rem;height:0.9746125rem;top:110.3183515625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cX3qR80UtoFVknsFXKe8VkK64VlVX1WQ { width:12.5rem;height:0.9746125rem;top:114.7675765625rem;left:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqQoHs3wqulEtS7vSUUgDGsy9agmoaUk { width:12.5rem;height:0.9746125rem;top:112.5429640625rem;left:3.75rem;font-size:0.75rem;display:block; }
 }