.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:url("https://images.assets-landingi.com/O5KpG0yB/1.jpg");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#cZpgJnwQSaB2T57MCww2FETVhV5D3J42 { position:relative;display:block; }#cZpgJnwQSaB2T57MCww2FETVhV5D3J42 { background-color: transparent; background-image: none; }#cZpgJnwQSaB2T57MCww2FETVhV5D3J42::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cZpgJnwQSaB2T57MCww2FETVhV5D3J42 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cZpgJnwQSaB2T57MCww2FETVhV5D3J42 > .row .container > .video-iframe-container { display: none; }#cZpgJnwQSaB2T57MCww2FETVhV5D3J42 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cZpgJnwQSaB2T57MCww2FETVhV5D3J42 > .row > .video-iframe-container { display: none; }#cZpgJnwQSaB2T57MCww2FETVhV5D3J42 > .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); }#cZpgJnwQSaB2T57MCww2FETVhV5D3J42 { border-width: 0; border-radius: 0; }#cZpgJnwQSaB2T57MCww2FETVhV5D3J42 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:2.4375rem;width:75rem;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { 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 { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.39);background-image:none;font-size:0.875rem;font-family:arial;height:31.375rem;width:75rem;position:relative;display:block; }#riG24iNDdxGdxWSJPFORmKyV0xVShl1b { color:#fdfdfd;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.8125rem;left:0rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#cAeG1Z9x2rwnSc6n3cd7XcySB613ha1I { color:#040404;display:block;width:75rem;position:absolute;font-family:oswald;font-size:2rem;font-weight:normal;z-index:100001;line-height:1.5;letter-spacing:0;top:4.4603590965271rem;left:0rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#toRozymL97IUVEeLwT19gihgMXihQwO8 { color:#ca44bb;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:27.0625rem;left:0rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#lUVCmD9zSMbo7bQTHpbOFDtUe2wi7X7p { position:absolute;display:block;z-index:100002;border-top:0.0625rem solid #060707;border-left:0.0625rem solid #060707;border-right:0.0625rem solid #060707;border-bottom:0.0625rem solid #060707;height:20.875rem;width:24.9375rem;top:5.125rem;left:25rem;overflow:hidden;display:block; }
#IRJ9sB1TCBtOLVqNQgAq3vePg5hzSmpy { position:relative;display:block; }#IRJ9sB1TCBtOLVqNQgAq3vePg5hzSmpy { background-color: transparent; background-image: none; }#IRJ9sB1TCBtOLVqNQgAq3vePg5hzSmpy::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IRJ9sB1TCBtOLVqNQgAq3vePg5hzSmpy > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IRJ9sB1TCBtOLVqNQgAq3vePg5hzSmpy > .row .container > .video-iframe-container { display: none; }#IRJ9sB1TCBtOLVqNQgAq3vePg5hzSmpy > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IRJ9sB1TCBtOLVqNQgAq3vePg5hzSmpy > .row > .video-iframe-container { display: none; }#IRJ9sB1TCBtOLVqNQgAq3vePg5hzSmpy > .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); }#IRJ9sB1TCBtOLVqNQgAq3vePg5hzSmpy { border-width: 0; border-radius: 0; }#IRJ9sB1TCBtOLVqNQgAq3vePg5hzSmpy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:2.4375rem;width:75rem;position:relative;display:block; }#rlcVDnNcEA0FInwRI17obvpNUqByXJ47 { position:relative;display:block; }#rlcVDnNcEA0FInwRI17obvpNUqByXJ47 { background-color: transparent; background-image: none; }#rlcVDnNcEA0FInwRI17obvpNUqByXJ47::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rlcVDnNcEA0FInwRI17obvpNUqByXJ47 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rlcVDnNcEA0FInwRI17obvpNUqByXJ47 > .row .container > .video-iframe-container { display: none; }#rlcVDnNcEA0FInwRI17obvpNUqByXJ47 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rlcVDnNcEA0FInwRI17obvpNUqByXJ47 > .row > .video-iframe-container { display: none; }#rlcVDnNcEA0FInwRI17obvpNUqByXJ47 > .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); }#rlcVDnNcEA0FInwRI17obvpNUqByXJ47 { border-width: 0; border-radius: 0; }#rlcVDnNcEA0FInwRI17obvpNUqByXJ47 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(5,5,5,0.39);background-image:none;font-size:0.875rem;font-family:arial;height:44.75rem;width:75rem;position:relative;display:block; }#QHMGWy9qxw9B6JUJJoxoT9mErekmwHil { color:#000000;display:block;width:46.8120625rem;position:absolute;font-family:lobster;font-size:3.625rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.810546875rem;left:14.875rem;height:4.7125rem;text-align:center;text-align-last:center;display:block; }
#Pc66XxZdXgLBhxThxzuEGHD8inX6duxt { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:7.125rem;left:0rem;height:8.125rem;text-align:justify;text-align-last:initial;display:block; }
#D0JVb84nyBFN6SgICwTPhC28dCduyqQ9 { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:25.25rem;left:0rem;height:1.54375rem;display:block; }
#iqVBA83T3cxC8e7SrfRN74co9h64s8CX { z-index:100001;top:40.0625rem;left:29.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #fd00ff, #ff004c);background-image: -moz-linear-gradient(178deg, #fd00ff, #ff004c);background-image: -ms-linear-gradient(178deg, #fd00ff, #ff004c);background-image: -o-linear-gradient(178deg, #fd00ff, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd00ff', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd00ff', endColorstr='#ff004c' );";background-image: linear-gradient(178deg, #fd00ff, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#pyxe1TDLZ5w89ITxhQBhqmhD8KIEn8iH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#et0SKOrgwB3JXwLfzDSGoTJ3XXwkuJWx { color:#fffdfd;display:block;width:20.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:40.060766220093rem;left:45.5rem;height:1.3rem;display:block; }
#FdcmQEvrP8MDyD4PbTkk4kZOOcTcugQl { border-top:0.3125rem solid #ca44bb;border-left:0;border-right:0;border-bottom:0rem solid #ca44bb;background-color:#262626;background-image:none;position:relative;display:block; }#FdcmQEvrP8MDyD4PbTkk4kZOOcTcugQl > .row .container { background-color: transparent; background-image: none; }#FdcmQEvrP8MDyD4PbTkk4kZOOcTcugQl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FdcmQEvrP8MDyD4PbTkk4kZOOcTcugQl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FdcmQEvrP8MDyD4PbTkk4kZOOcTcugQl > .row .container > .video-iframe-container { display: none; }#FdcmQEvrP8MDyD4PbTkk4kZOOcTcugQl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FdcmQEvrP8MDyD4PbTkk4kZOOcTcugQl > .row > .video-iframe-container { display: none; }#FdcmQEvrP8MDyD4PbTkk4kZOOcTcugQl > .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); }#FdcmQEvrP8MDyD4PbTkk4kZOOcTcugQl > .row .container { border-width: 0; border-radius: 0; }#FdcmQEvrP8MDyD4PbTkk4kZOOcTcugQl > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:75rem;position:relative;display:block; }#xaiyCPIhxQzFKT8l1R1CoNk3eUNTT9DH { color:#fbfbfb;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:3.25rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.5306701660156rem;left:0rem;height:4.225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Th8QN44gER7XC8GzIlFq5eJPXnJwWick { position:relative;display:block; }#Th8QN44gER7XC8GzIlFq5eJPXnJwWick { background-color: transparent; background-image: none; }#Th8QN44gER7XC8GzIlFq5eJPXnJwWick::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Th8QN44gER7XC8GzIlFq5eJPXnJwWick > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Th8QN44gER7XC8GzIlFq5eJPXnJwWick > .row .container > .video-iframe-container { display: none; }#Th8QN44gER7XC8GzIlFq5eJPXnJwWick > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Th8QN44gER7XC8GzIlFq5eJPXnJwWick > .row > .video-iframe-container { display: none; }#Th8QN44gER7XC8GzIlFq5eJPXnJwWick > .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); }#Th8QN44gER7XC8GzIlFq5eJPXnJwWick { border-width: 0; border-radius: 0; }#Th8QN44gER7XC8GzIlFq5eJPXnJwWick > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:2.4375rem;width:75rem;position:relative;display:block; }#EF52UG2RcADAyIfM7TkLdPxKaKOO1CIv { position:relative;display:block; }#EF52UG2RcADAyIfM7TkLdPxKaKOO1CIv { background-color: transparent; background-image: none; }#EF52UG2RcADAyIfM7TkLdPxKaKOO1CIv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EF52UG2RcADAyIfM7TkLdPxKaKOO1CIv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EF52UG2RcADAyIfM7TkLdPxKaKOO1CIv > .row .container > .video-iframe-container { display: none; }#EF52UG2RcADAyIfM7TkLdPxKaKOO1CIv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EF52UG2RcADAyIfM7TkLdPxKaKOO1CIv > .row > .video-iframe-container { display: none; }#EF52UG2RcADAyIfM7TkLdPxKaKOO1CIv > .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); }#EF52UG2RcADAyIfM7TkLdPxKaKOO1CIv { border-width: 0; border-radius: 0; }#EF52UG2RcADAyIfM7TkLdPxKaKOO1CIv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0.39);background-image:none;font-size:0.875rem;font-family:arial;height:112.625rem;width:75rem;position:relative;display:block; }#VBHTiz8FBRXnuTiG3gkzL7Jy7CpAhHPJ { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:7.71875rem;display:block; }
#N6nRrKPnPn7ZgmnfbO70bsHZf6k5RVfn { color:#000000;display:block;width:75rem;position:absolute;font-family:oswald;font-size:3rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:17.75rem;left:0rem;height:3.9rem;font-style:normal;display:block; }
#BUFPXgkN9ol6v2OFOdsMUrNGFaPcrbgr { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:26.6875rem;left:0rem;height:16.98125rem;display:block; }
#TJ0lGvO3LZ85WX3PESCanioTqtLRmd9y { position:absolute;display:block;z-index:100003;background-color:#f8ffff;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:60rem;top:51.3125rem;left:7.5rem;display:block; }
#t70iS6zLvGZg6KlWmTg3aiyUWAQroHCU { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:oswald;font-size:3rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:53.8125rem;left:28.6875rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#nSGFIIeffCzlBIDuisc8NnoqhxongIeT { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:60.0625rem;left:0rem;height:;display:block; }#nSGFIIeffCzlBIDuisc8NnoqhxongIeT li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#nSGFIIeffCzlBIDuisc8NnoqhxongIeT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/tM0QRYTx/86971424_184494996193255_8728517750529458176_n.png); }
#yUJ9ZlO7KBf055xGhU73ZnJsLEL8oNgd { color:#000000;display:block;width:34rem;position:absolute;font-family:oswald;font-size:3rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:81.375rem;left:20.5rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#kqAvTPsoMDqb9Lt4SifrFKozcfqIOp4c { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1862rem;width:2.1862rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:29.983728408814rem;left:62.9375rem;display:block; }
#TAxtR7vUuRTrgZoTUk8XrsIxasqN2JwO { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.1869375rem;width:34.1869375rem;top:86.150390625rem;left:20.375rem;display:block; }
#qrqSriycDaxpGE9O8Hnx2IL0g917CKZw { border-top:0.3125rem solid #ca44bb;border-left:0;border-right:0;border-bottom:0rem solid #ca44bb;background-color:#262626;background-image:none;position:relative;display:block; }#qrqSriycDaxpGE9O8Hnx2IL0g917CKZw > .row .container { background-color: transparent; background-image: none; }#qrqSriycDaxpGE9O8Hnx2IL0g917CKZw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qrqSriycDaxpGE9O8Hnx2IL0g917CKZw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qrqSriycDaxpGE9O8Hnx2IL0g917CKZw > .row .container > .video-iframe-container { display: none; }#qrqSriycDaxpGE9O8Hnx2IL0g917CKZw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qrqSriycDaxpGE9O8Hnx2IL0g917CKZw > .row > .video-iframe-container { display: none; }#qrqSriycDaxpGE9O8Hnx2IL0g917CKZw > .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); }#qrqSriycDaxpGE9O8Hnx2IL0g917CKZw > .row .container { border-width: 0; border-radius: 0; }#qrqSriycDaxpGE9O8Hnx2IL0g917CKZw > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:75rem;position:relative;display:block; }#TxBxXlyubnX5odMxTBaPsIsfRB3H76PZ { color:#fbfbfb;display:block;width:33.5rem;position:absolute;font-family:"open sans";font-size:3.25rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.53125rem;left:20.75rem;height:4.225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L6iToH0R6TfaJ54433Q5C2ZXIvLebBy4 { position:relative;display:block; }#L6iToH0R6TfaJ54433Q5C2ZXIvLebBy4 { background-color: transparent; background-image: none; }#L6iToH0R6TfaJ54433Q5C2ZXIvLebBy4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#L6iToH0R6TfaJ54433Q5C2ZXIvLebBy4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#L6iToH0R6TfaJ54433Q5C2ZXIvLebBy4 > .row .container > .video-iframe-container { display: none; }#L6iToH0R6TfaJ54433Q5C2ZXIvLebBy4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#L6iToH0R6TfaJ54433Q5C2ZXIvLebBy4 > .row > .video-iframe-container { display: none; }#L6iToH0R6TfaJ54433Q5C2ZXIvLebBy4 > .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); }#L6iToH0R6TfaJ54433Q5C2ZXIvLebBy4 { border-width: 0; border-radius: 0; }#L6iToH0R6TfaJ54433Q5C2ZXIvLebBy4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:2.4375rem;width:75rem;position:relative;display:block; }#dPmFzxwLRtuPLineFizzr7baWyxgTyQg { position:relative;display:block; }#dPmFzxwLRtuPLineFizzr7baWyxgTyQg { background-color: transparent; background-image: none; }#dPmFzxwLRtuPLineFizzr7baWyxgTyQg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dPmFzxwLRtuPLineFizzr7baWyxgTyQg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dPmFzxwLRtuPLineFizzr7baWyxgTyQg > .row .container > .video-iframe-container { display: none; }#dPmFzxwLRtuPLineFizzr7baWyxgTyQg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dPmFzxwLRtuPLineFizzr7baWyxgTyQg > .row > .video-iframe-container { display: none; }#dPmFzxwLRtuPLineFizzr7baWyxgTyQg > .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); }#dPmFzxwLRtuPLineFizzr7baWyxgTyQg { border-width: 0; border-radius: 0; }#dPmFzxwLRtuPLineFizzr7baWyxgTyQg > .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:110.875rem;width:75rem;position:relative;display:block; }#gauFQaryna9Ok6FTx0war8r5GKmbF5w1 { color:#000000;display:block;width:23rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:3.25rem;left:7.5rem;height:1.95rem;font-style:normal;display:block; }
#TnpIROQ2T0JB8ms75ciiZ6aP2OIQPAWq { color:#000000;display:block;width:47rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:5.875rem;left:7.5rem;height:5.85rem;display:block; }
#WT0MS1tcTiETbO0gRyHMkzy38Rs7Ke0I { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8rem;width:8rem;top:3.6875rem;left:58.75rem;overflow:hidden;display:block; }
#l8LUWgfhXuw3d5dmJ36U1vhXbvTgsFxL { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8rem;width:8rem;top:14.65625rem;left:7.5rem;overflow:hidden;display:block; }
#xAU8oUVAhbDmaZLm40a0b0FRtmBh7ppy { color:#000000;display:block;width:23rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:14.65625rem;left:19.0625rem;height:1.95rem;font-style:normal;display:block; }
#kBoy9GdK4VvArAmtuTmEJw21QQlh7g1r { color:#000000;display:block;width:47rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:17.5rem;left:19.0625rem;height:4.3875rem;display:block; }
#seJGGBJrGJOigZTFMzpZTfgv2kD9RgEo { color:#000000;display:block;width:30.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:43.46875rem;left:19.0625rem;height:1.95rem;font-style:normal;display:block; }
#FCCCk3nTh8lwhp9gEV188KgXrNRTPsVM { color:#000000;display:block;width:47rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:31.5rem;left:7.5rem;height:4.3875rem;display:block; }
#db1ylvWEDQhfbyF3OxqQHTIvDg9nvnHB { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8rem;width:8rem;top:28.90625rem;left:59.5rem;overflow:hidden;display:block; }
#s7hgCK3rMyICvyCbqdqZUKLfehfBQSDS { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8rem;width:8rem;top:43.46875rem;left:7.5rem;overflow:hidden;display:block; }
#nkcUS8FBEOxCvTggVzCNuzTPBvTdTQ56 { color:#000000;display:block;width:47rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:46.46875rem;left:19.0625rem;height:5.85rem;display:block; }
#c3612WxGXEeqIlay7UBRInfzV3GEbWaL { color:#000000;display:block;width:30.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:28.90625rem;left:7.5rem;height:1.95rem;font-style:normal;display:block; }
#I7sfZRMSmuoKZRCSJr89wJfBcAw4bNsn { color:#000000;display:block;width:30.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:56.96875rem;left:7.5rem;height:1.95rem;font-style:normal;display:block; }
#Q16IDMFOpO3hBnnT8yGEC50x5kEKkc3z { color:#000000;display:block;width:47rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:59.46875rem;left:7.5rem;height:5.85rem;display:block; }
#IIy2nQ9bORXHsdmIwgIBFrxmN7vSnUkb { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8rem;width:8rem;top:56.34375rem;left:59.5rem;overflow:hidden;display:block; }
#qny4gNVtcCddBqe4AQsA8svdD6mFMHci { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8rem;width:8rem;top:70.6875rem;left:7.5rem;overflow:hidden;display:block; }
#uG8T8D48BqL2fV1eiE9wBImGpeUzIFz2 { color:#000000;display:block;width:30.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:69.875rem;left:19.0625rem;height:1.95rem;font-style:normal;display:block; }
#cTOMXSbiDouLZy3GH230HqAiPr5tT34G { color:#000000;display:block;width:47rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:72.875rem;left:19.0625rem;height:5.85rem;display:block; }
#HRsDJciC45UtkUM4HzZkDZ7RQc4oiOOs { color:#000000;display:block;width:30.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:84.0625rem;left:7.5rem;height:1.95rem;font-style:normal;display:block; }
#EUTH1Tiy7p0xGs1TCw2ngt7LTTLiNkTR { color:#000000;display:block;width:47rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:86.625rem;left:7.5rem;height:7.3125rem;display:block; }
#TLEsiu8ByzmvPNDzMMTtRK84zglr0xL3 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8rem;width:8rem;top:85.125rem;left:59.5rem;overflow:hidden;display:block; }
#uM7oT9lpX3dFwDmwFZSmT0Oks18i7PAO { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8rem;width:8rem;top:100.0625rem;left:7.5rem;overflow:hidden;display:block; }
#IG3N8vcATVNgwdFr4xp93NRKo1zXZoMK { color:#000000;display:block;width:30.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:98.1875rem;left:19.0625rem;height:1.95rem;font-style:normal;display:block; }
#xHKKpgcpRonqwc9VF29Un4wiZWAwPA6k { color:#000000;display:block;width:47rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:100.46875rem;left:19.0625rem;height:5.85rem;display:block; }
#SDPA1mqMpTR10HwzIacfoJeIeft60lzm { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9372125rem;width:1.9372125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:92.445751190187rem;left:17.5625rem;display:block; }
#TrJ6e51NWweauMd8itQGsGM7WlA1B9Ch { border-top:0.3125rem solid #ca44bb;border-left:0;border-right:0;border-bottom:0rem solid #ca44bb;background-color:#262626;background-image:none;position:relative;display:block; }#TrJ6e51NWweauMd8itQGsGM7WlA1B9Ch > .row .container { background-color: transparent; background-image: none; }#TrJ6e51NWweauMd8itQGsGM7WlA1B9Ch::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TrJ6e51NWweauMd8itQGsGM7WlA1B9Ch > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TrJ6e51NWweauMd8itQGsGM7WlA1B9Ch > .row .container > .video-iframe-container { display: none; }#TrJ6e51NWweauMd8itQGsGM7WlA1B9Ch > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TrJ6e51NWweauMd8itQGsGM7WlA1B9Ch > .row > .video-iframe-container { display: none; }#TrJ6e51NWweauMd8itQGsGM7WlA1B9Ch > .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); }#TrJ6e51NWweauMd8itQGsGM7WlA1B9Ch > .row .container { border-width: 0; border-radius: 0; }#TrJ6e51NWweauMd8itQGsGM7WlA1B9Ch > .row .container { font-size:0.875rem;font-family:arial;height:2.438223125rem;width:75rem;position:relative;display:block; }#IPuuur8F1fDOdT2IeJL2gF76K6KziZu2 { position:relative;display:block; }#IPuuur8F1fDOdT2IeJL2gF76K6KziZu2 { background-color: transparent; background-image: none; }#IPuuur8F1fDOdT2IeJL2gF76K6KziZu2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IPuuur8F1fDOdT2IeJL2gF76K6KziZu2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IPuuur8F1fDOdT2IeJL2gF76K6KziZu2 > .row .container > .video-iframe-container { display: none; }#IPuuur8F1fDOdT2IeJL2gF76K6KziZu2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IPuuur8F1fDOdT2IeJL2gF76K6KziZu2 > .row > .video-iframe-container { display: none; }#IPuuur8F1fDOdT2IeJL2gF76K6KziZu2 > .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); }#IPuuur8F1fDOdT2IeJL2gF76K6KziZu2 { border-width: 0; border-radius: 0; }#IPuuur8F1fDOdT2IeJL2gF76K6KziZu2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:2.4375rem;width:75rem;position:relative;display:block; }#QN2BDBvNFkNGGMnHL69LTRGm54fIJTQX { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.5rem;width:14.375rem;top:0.841796875rem;left:7.5rem;overflow:hidden;display:block; }
#cosoQJ2QBs42NqKS0TzcPFk3Hbby36t6 { border-top:0.3125rem solid #ca44bb;border-left:0;border-right:0;border-bottom:0rem solid #ca44bb;background-color:#262626;background-image:none;position:relative;display:block; }#cosoQJ2QBs42NqKS0TzcPFk3Hbby36t6 > .row .container { background-color: transparent; background-image: none; }#cosoQJ2QBs42NqKS0TzcPFk3Hbby36t6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cosoQJ2QBs42NqKS0TzcPFk3Hbby36t6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cosoQJ2QBs42NqKS0TzcPFk3Hbby36t6 > .row .container > .video-iframe-container { display: none; }#cosoQJ2QBs42NqKS0TzcPFk3Hbby36t6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cosoQJ2QBs42NqKS0TzcPFk3Hbby36t6 > .row > .video-iframe-container { display: none; }#cosoQJ2QBs42NqKS0TzcPFk3Hbby36t6 > .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); }#cosoQJ2QBs42NqKS0TzcPFk3Hbby36t6 > .row .container { border-width: 0; border-radius: 0; }#cosoQJ2QBs42NqKS0TzcPFk3Hbby36t6 > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#u5T7KW87B3OGOstSSSPmsVlQEfnTtpzQ { color:#fbfbfb;display:block;width:56.3125rem;position:absolute;font-family:"open sans";font-size:4.25rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:0.8115234375rem;left:9.3125rem;height:5.525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#raEbUb1dfDRAEFrpEPwzAspa5QDnxq3A { z-index:100002;top:7.7490234375rem;left:28.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zEmigT53ulVW8AH1rykg0EbozkX4M2Zt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gqZCITtICNzL4p5HbDaF5NM3mW9fXHFK { position:relative;display:block; }#gqZCITtICNzL4p5HbDaF5NM3mW9fXHFK { background-color: transparent; background-image: none; }#gqZCITtICNzL4p5HbDaF5NM3mW9fXHFK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gqZCITtICNzL4p5HbDaF5NM3mW9fXHFK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gqZCITtICNzL4p5HbDaF5NM3mW9fXHFK > .row .container > .video-iframe-container { display: none; }#gqZCITtICNzL4p5HbDaF5NM3mW9fXHFK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gqZCITtICNzL4p5HbDaF5NM3mW9fXHFK > .row > .video-iframe-container { display: none; }#gqZCITtICNzL4p5HbDaF5NM3mW9fXHFK > .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); }#gqZCITtICNzL4p5HbDaF5NM3mW9fXHFK { border-width: 0; border-radius: 0; }#gqZCITtICNzL4p5HbDaF5NM3mW9fXHFK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:2.4375rem;width:75rem;position:relative;display:block; }#LMccksNc72R8IZQKIU44VHCkPZ4caWXL { position:relative;display:block; }#LMccksNc72R8IZQKIU44VHCkPZ4caWXL { background-color: transparent; background-image: none; }#LMccksNc72R8IZQKIU44VHCkPZ4caWXL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LMccksNc72R8IZQKIU44VHCkPZ4caWXL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LMccksNc72R8IZQKIU44VHCkPZ4caWXL > .row .container > .video-iframe-container { display: none; }#LMccksNc72R8IZQKIU44VHCkPZ4caWXL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LMccksNc72R8IZQKIU44VHCkPZ4caWXL > .row > .video-iframe-container { display: none; }#LMccksNc72R8IZQKIU44VHCkPZ4caWXL > .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); }#LMccksNc72R8IZQKIU44VHCkPZ4caWXL { border-width: 0; border-radius: 0; }#LMccksNc72R8IZQKIU44VHCkPZ4caWXL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0.39);background-image:none;font-size:0.875rem;font-family:arial;height:20.625rem;width:75rem;position:relative;display:block; }#fB0gPV1Sm6hU0tsZOFG9TK4TJiqFsRNZ { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:4.9365234375rem;left:0rem;height:10.80625rem;display:block; }
#qb3Vx6qAaZI1GQd6GuBt7rWZtFxdfpNW { color:#000000;display:block;width:19.249875rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:0.79933547973631rem;left:28.6875rem;height:2.84375rem;display:block; }
#B8Kr0W94z1QSTAWSq2behXlF94CSSfam { position:relative;display:block; }#B8Kr0W94z1QSTAWSq2behXlF94CSSfam { background-color: transparent; background-image: none; }#B8Kr0W94z1QSTAWSq2behXlF94CSSfam::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B8Kr0W94z1QSTAWSq2behXlF94CSSfam > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B8Kr0W94z1QSTAWSq2behXlF94CSSfam > .row .container > .video-iframe-container { display: none; }#B8Kr0W94z1QSTAWSq2behXlF94CSSfam > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#B8Kr0W94z1QSTAWSq2behXlF94CSSfam > .row > .video-iframe-container { display: none; }#B8Kr0W94z1QSTAWSq2behXlF94CSSfam > .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); }#B8Kr0W94z1QSTAWSq2behXlF94CSSfam { border-width: 0; border-radius: 0; }#B8Kr0W94z1QSTAWSq2behXlF94CSSfam > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(7,7,7,0.39);background-image:none;font-size:0.875rem;font-family:arial;height:20.625rem;width:75rem;position:relative;display:block; }#ylEVT1ck3FqOdUOqsmQ9EvH29wCtr1l7 { color:#000000;display:block;width:52.9365625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:3.5903015136719rem;left:8.125rem;height:1.54375rem;display:block; }
#Qcqw4SwGDvn7WHT6FsCEw1GgVJht9o2b { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18rem;width:10rem;top:0rem;left:57.5rem;overflow:hidden;display:block; }
#pyPtZzrcf800y8Cra4b78fxLm9NCc5PH { color:#000000;display:block;width:14.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:18.026041507721rem;left:52.875rem;height:2.6rem;display:block; }
#s4gbPTfQeuQyoICnZG1FW7T7TTOaBq6H { position:relative;display:block; }#s4gbPTfQeuQyoICnZG1FW7T7TTOaBq6H { background-color: transparent; background-image: none; }#s4gbPTfQeuQyoICnZG1FW7T7TTOaBq6H::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s4gbPTfQeuQyoICnZG1FW7T7TTOaBq6H > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s4gbPTfQeuQyoICnZG1FW7T7TTOaBq6H > .row .container > .video-iframe-container { display: none; }#s4gbPTfQeuQyoICnZG1FW7T7TTOaBq6H > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s4gbPTfQeuQyoICnZG1FW7T7TTOaBq6H > .row > .video-iframe-container { display: none; }#s4gbPTfQeuQyoICnZG1FW7T7TTOaBq6H > .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); }#s4gbPTfQeuQyoICnZG1FW7T7TTOaBq6H { border-width: 0; border-radius: 0; }#s4gbPTfQeuQyoICnZG1FW7T7TTOaBq6H > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:9rem;width:75rem;position:relative;display:block; }#bBKGJpo5urwvxLAorqTE1Spyly56SQNz { color:#fafafa;display:block;width:20.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2rem;left:27.0625rem;height:6.5125rem;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) { #cZpgJnwQSaB2T57MCww2FETVhV5D3J42 { display:block; }#cZpgJnwQSaB2T57MCww2FETVhV5D3J42 > .row .container { width:47.75rem;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) { #riG24iNDdxGdxWSJPFORmKyV0xVShl1b { top:1.8125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAeG1Z9x2rwnSc6n3cd7XcySB613ha1I { top:4.4375rem;left:0rem;width:47.75rem;height:3rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #toRozymL97IUVEeLwT19gihgMXihQwO8 { top:27.0625rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUVCmD9zSMbo7bQTHpbOFDtUe2wi7X7p { top:5.125rem;left:11.375rem;width:24.9375rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRJ9sB1TCBtOLVqNQgAq3vePg5hzSmpy { display:block; }#IRJ9sB1TCBtOLVqNQgAq3vePg5hzSmpy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rlcVDnNcEA0FInwRI17obvpNUqByXJ47 { display:block; }#rlcVDnNcEA0FInwRI17obvpNUqByXJ47 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QHMGWy9qxw9B6JUJJoxoT9mErekmwHil { top:1.75rem;left:1rem;width:46.75rem;height:4.6875rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pc66XxZdXgLBhxThxzuEGHD8inX6duxt { top:7.125rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0JVb84nyBFN6SgICwTPhC28dCduyqQ9 { top:25.25rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqVBA83T3cxC8e7SrfRN74co9h64s8CX { top:40.0625rem;left:15.6875rem;width:16.375rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyxe1TDLZ5w89ITxhQBhqmhD8KIEn8iH { display:block; }
 }@media only screen and (max-width: 763px) { #et0SKOrgwB3JXwLfzDSGoTJ3XXwkuJWx { top:40rem;left:27.0625rem;width:20.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdcmQEvrP8MDyD4PbTkk4kZOOcTcugQl { display:block; }#FdcmQEvrP8MDyD4PbTkk4kZOOcTcugQl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xaiyCPIhxQzFKT8l1R1CoNk3eUNTT9DH { top:1.5rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th8QN44gER7XC8GzIlFq5eJPXnJwWick { display:block; }#Th8QN44gER7XC8GzIlFq5eJPXnJwWick > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EF52UG2RcADAyIfM7TkLdPxKaKOO1CIv { display:block; }#EF52UG2RcADAyIfM7TkLdPxKaKOO1CIv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VBHTiz8FBRXnuTiG3gkzL7Jy7CpAhHPJ { top:3.75rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6nRrKPnPn7ZgmnfbO70bsHZf6k5RVfn { top:17.75rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUFPXgkN9ol6v2OFOdsMUrNGFaPcrbgr { top:26.6875rem;left:0rem;width:47.75rem;height:20.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ0lGvO3LZ85WX3PESCanioTqtLRmd9y { top:51.3125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t70iS6zLvGZg6KlWmTg3aiyUWAQroHCU { top:53.8125rem;left:15.0625rem;width:17.5625rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSGFIIeffCzlBIDuisc8NnoqhxongIeT { top:60.0625rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#nSGFIIeffCzlBIDuisc8NnoqhxongIeT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/tM0QRYTx/86971424_184494996193255_8728517750529458176_n.png); }
 }@media only screen and (max-width: 763px) { #yUJ9ZlO7KBf055xGhU73ZnJsLEL8oNgd { top:81.375rem;left:6.875rem;width:34rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqAvTPsoMDqb9Lt4SifrFKozcfqIOp4c { top:29.9375rem;left:45.625rem;width:2.125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAxtR7vUuRTrgZoTUk8XrsIxasqN2JwO { top:86.125rem;left:6.75rem;width:34.125rem;height:19.151984335922rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrqSriycDaxpGE9O8Hnx2IL0g917CKZw { display:block; }#qrqSriycDaxpGE9O8Hnx2IL0g917CKZw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxBxXlyubnX5odMxTBaPsIsfRB3H76PZ { top:1.5rem;left:7.125rem;width:33.5rem;height:4.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6iToH0R6TfaJ54433Q5C2ZXIvLebBy4 { display:block; }#L6iToH0R6TfaJ54433Q5C2ZXIvLebBy4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dPmFzxwLRtuPLineFizzr7baWyxgTyQg { display:block; }#dPmFzxwLRtuPLineFizzr7baWyxgTyQg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gauFQaryna9Ok6FTx0war8r5GKmbF5w1 { top:3.25rem;left:0rem;width:23rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnpIROQ2T0JB8ms75ciiZ6aP2OIQPAWq { top:5.875rem;left:0rem;width:47rem;height:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT0MS1tcTiETbO0gRyHMkzy38Rs7Ke0I { top:3.6875rem;left:39.75rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8LUWgfhXuw3d5dmJ36U1vhXbvTgsFxL { top:14.625rem;left:0rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAU8oUVAhbDmaZLm40a0b0FRtmBh7ppy { top:14.625rem;left:5.4375rem;width:23rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBoy9GdK4VvArAmtuTmEJw21QQlh7g1r { top:17.5rem;left:0.75rem;width:47rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #seJGGBJrGJOigZTFMzpZTfgv2kD9RgEo { top:43.4375rem;left:5.4375rem;width:30.875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCCCk3nTh8lwhp9gEV188KgXrNRTPsVM { top:31.5rem;left:0rem;width:47rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #db1ylvWEDQhfbyF3OxqQHTIvDg9nvnHB { top:28.875rem;left:39.75rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7hgCK3rMyICvyCbqdqZUKLfehfBQSDS { top:43.4375rem;left:0rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkcUS8FBEOxCvTggVzCNuzTPBvTdTQ56 { top:46.4375rem;left:0.75rem;width:47rem;height:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3612WxGXEeqIlay7UBRInfzV3GEbWaL { top:28.875rem;left:0rem;width:30.875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7sfZRMSmuoKZRCSJr89wJfBcAw4bNsn { top:56.9375rem;left:0rem;width:30.875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q16IDMFOpO3hBnnT8yGEC50x5kEKkc3z { top:59.4375rem;left:0rem;width:47rem;height:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIy2nQ9bORXHsdmIwgIBFrxmN7vSnUkb { top:56.3125rem;left:39.75rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #qny4gNVtcCddBqe4AQsA8svdD6mFMHci { top:70.6875rem;left:0rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #uG8T8D48BqL2fV1eiE9wBImGpeUzIFz2 { top:69.875rem;left:5.4375rem;width:30.875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTOMXSbiDouLZy3GH230HqAiPr5tT34G { top:72.875rem;left:0.8125rem;width:46.9375rem;height:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRsDJciC45UtkUM4HzZkDZ7RQc4oiOOs { top:84.0625rem;left:0rem;width:30.875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUTH1Tiy7p0xGs1TCw2ngt7LTTLiNkTR { top:86.625rem;left:0rem;width:47rem;height:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLEsiu8ByzmvPNDzMMTtRK84zglr0xL3 { top:85.125rem;left:39.75rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #uM7oT9lpX3dFwDmwFZSmT0Oks18i7PAO { top:100.0625rem;left:0rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #IG3N8vcATVNgwdFr4xp93NRKo1zXZoMK { top:98.1875rem;left:5.4375rem;width:30.875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHKKpgcpRonqwc9VF29Un4wiZWAwPA6k { top:100.4375rem;left:0.75rem;width:47rem;height:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDPA1mqMpTR10HwzIacfoJeIeft60lzm { top:92.4375rem;left:3.9375rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrJ6e51NWweauMd8itQGsGM7WlA1B9Ch { display:block; }#TrJ6e51NWweauMd8itQGsGM7WlA1B9Ch > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IPuuur8F1fDOdT2IeJL2gF76K6KziZu2 { display:block; }#IPuuur8F1fDOdT2IeJL2gF76K6KziZu2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QN2BDBvNFkNGGMnHL69LTRGm54fIJTQX { top:0.8125rem;left:0rem;width:14.375rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cosoQJ2QBs42NqKS0TzcPFk3Hbby36t6 { display:block; }#cosoQJ2QBs42NqKS0TzcPFk3Hbby36t6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u5T7KW87B3OGOstSSSPmsVlQEfnTtpzQ { top:0.75rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #raEbUb1dfDRAEFrpEPwzAspa5QDnxq3A { top:7.6875rem;left:15.0625rem;width:17.5625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEmigT53ulVW8AH1rykg0EbozkX4M2Zt { display:block; }
 }@media only screen and (max-width: 763px) { #gqZCITtICNzL4p5HbDaF5NM3mW9fXHFK { display:block; }#gqZCITtICNzL4p5HbDaF5NM3mW9fXHFK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LMccksNc72R8IZQKIU44VHCkPZ4caWXL { display:block; }#LMccksNc72R8IZQKIU44VHCkPZ4caWXL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fB0gPV1Sm6hU0tsZOFG9TK4TJiqFsRNZ { top:4.875rem;left:0rem;width:47.75rem;height:12.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qb3Vx6qAaZI1GQd6GuBt7rWZtFxdfpNW { top:0.75rem;left:15.0625rem;width:19.1875rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8Kr0W94z1QSTAWSq2behXlF94CSSfam { display:block; }#B8Kr0W94z1QSTAWSq2behXlF94CSSfam > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ylEVT1ck3FqOdUOqsmQ9EvH29wCtr1l7 { top:3.5625rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qcqw4SwGDvn7WHT6FsCEw1GgVJht9o2b { top:0rem;left:37.75rem;width:10rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyPtZzrcf800y8Cra4b78fxLm9NCc5PH { top:18rem;left:33.125rem;width:14.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4gbPTfQeuQyoICnZG1FW7T7TTOaBq6H { display:block; }#s4gbPTfQeuQyoICnZG1FW7T7TTOaBq6H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bBKGJpo5urwvxLAorqTE1Spyly56SQNz { top:2rem;left:13.4375rem;width:20.8125rem;height:5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cZpgJnwQSaB2T57MCww2FETVhV5D3J42 { display:block; }#cZpgJnwQSaB2T57MCww2FETVhV5D3J42 > .row .container { width:20rem;height:2.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:21.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #riG24iNDdxGdxWSJPFORmKyV0xVShl1b { width:18.75rem;height:1.625rem;top:1.25rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAeG1Z9x2rwnSc6n3cd7XcySB613ha1I { width:18.7484375rem;height:2.25rem;top:4.125rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #toRozymL97IUVEeLwT19gihgMXihQwO8 { width:18.7484375rem;height:3.25rem;top:18.12425rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUVCmD9zSMbo7bQTHpbOFDtUe2wi7X7p { width:10.93675rem;height:9.12425rem;top:7.625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRJ9sB1TCBtOLVqNQgAq3vePg5hzSmpy { display:block; }#IRJ9sB1TCBtOLVqNQgAq3vePg5hzSmpy > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rlcVDnNcEA0FInwRI17obvpNUqByXJ47 { display:block; }#rlcVDnNcEA0FInwRI17obvpNUqByXJ47 > .row .container { width:20rem;height:33.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QHMGWy9qxw9B6JUJJoxoT9mErekmwHil { width:18.747625rem;height:1.625rem;top:1.25rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pc66XxZdXgLBhxThxzuEGHD8inX6duxt { width:18.7484375rem;height:19.5rem;top:4.125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0JVb84nyBFN6SgICwTPhC28dCduyqQ9 { width:18.7484375rem;height:1.3rem;top:24.875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqVBA83T3cxC8e7SrfRN74co9h64s8CX { top:26.8125rem;left:1.8125001192093rem;width:16.375rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyxe1TDLZ5w89ITxhQBhqmhD8KIEn8iH { display:block; }
 }@media only screen and (max-width: 763px) { #et0SKOrgwB3JXwLfzDSGoTJ3XXwkuJWx { width:20rem;height:1.3rem;top:32.55rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdcmQEvrP8MDyD4PbTkk4kZOOcTcugQl { display:block; }#FdcmQEvrP8MDyD4PbTkk4kZOOcTcugQl > .row .container { width:20rem;height:6.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xaiyCPIhxQzFKT8l1R1CoNk3eUNTT9DH { width:20rem;height:4.225rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Th8QN44gER7XC8GzIlFq5eJPXnJwWick { display:block; }#Th8QN44gER7XC8GzIlFq5eJPXnJwWick > .row .container { width:20rem;height:0.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EF52UG2RcADAyIfM7TkLdPxKaKOO1CIv { display:block; }#EF52UG2RcADAyIfM7TkLdPxKaKOO1CIv > .row .container { width:20rem;height:118.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VBHTiz8FBRXnuTiG3gkzL7Jy7CpAhHPJ { width:18.75rem;height:14.3rem;top:1.25rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6nRrKPnPn7ZgmnfbO70bsHZf6k5RVfn { width:18.747625rem;height:3.25rem;top:16.8rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUFPXgkN9ol6v2OFOdsMUrNGFaPcrbgr { width:18.747625rem;height:35.1rem;top:21.3rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ0lGvO3LZ85WX3PESCanioTqtLRmd9y { width:18.75rem;height:0.0625rem;top:57.89999961853rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t70iS6zLvGZg6KlWmTg3aiyUWAQroHCU { width:18.7484375rem;height:1.625rem;top:58.9375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSGFIIeffCzlBIDuisc8NnoqhxongIeT { width:18.7484375rem;height:38.8rem;top:61.8125rem;left:0.625rem;font-size:1rem;display:block; }#nSGFIIeffCzlBIDuisc8NnoqhxongIeT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/tM0QRYTx/86971424_184494996193255_8728517750529458176_n.png); }
 }@media only screen and (max-width: 763px) { #yUJ9ZlO7KBf055xGhU73ZnJsLEL8oNgd { width:18.7484375rem;height:1.625rem;top:115.42343711853rem;left:0.62578129768369rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqAvTPsoMDqb9Lt4SifrFKozcfqIOp4c { width:2.125rem;height:2.125rem;top:54.900000095368rem;left:9.9375003576281rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAxtR7vUuRTrgZoTUk8XrsIxasqN2JwO { height:11.2234375rem;width:20rem;top:102.32500076294rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrqSriycDaxpGE9O8Hnx2IL0g917CKZw { display:block; }#qrqSriycDaxpGE9O8Hnx2IL0g917CKZw > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxBxXlyubnX5odMxTBaPsIsfRB3H76PZ { width:18.75rem;height:1.95rem;top:1.25rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6iToH0R6TfaJ54433Q5C2ZXIvLebBy4 { display:block; }#L6iToH0R6TfaJ54433Q5C2ZXIvLebBy4 > .row .container { width:20rem;height:1.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dPmFzxwLRtuPLineFizzr7baWyxgTyQg { display:block; }#dPmFzxwLRtuPLineFizzr7baWyxgTyQg > .row .container { width:20rem;height:198.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gauFQaryna9Ok6FTx0war8r5GKmbF5w1 { width:18.75rem;height:1.625rem;top:1.25rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnpIROQ2T0JB8ms75ciiZ6aP2OIQPAWq { width:18.75rem;height:13rem;top:13.1875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT0MS1tcTiETbO0gRyHMkzy38Rs7Ke0I { width:8rem;height:8rem;top:3.9374942779541rem;left:5.9999998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8LUWgfhXuw3d5dmJ36U1vhXbvTgsFxL { width:8rem;height:8rem;top:30.124219894409rem;left:5.9999998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAU8oUVAhbDmaZLm40a0b0FRtmBh7ppy { width:18.75rem;height:1.625rem;top:28.500000953674rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBoy9GdK4VvArAmtuTmEJw21QQlh7g1r { width:18.75rem;height:7.8rem;top:39.125000953674rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #seJGGBJrGJOigZTFMzpZTfgv2kD9RgEo { width:18.75rem;height:1.625rem;top:70.037508010862rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCCCk3nTh8lwhp9gEV188KgXrNRTPsVM { width:18.75rem;height:7.8rem;top:60.300001144409rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #db1ylvWEDQhfbyF3OxqQHTIvDg9nvnHB { width:8rem;height:8rem;top:51.799221038818rem;left:5.9999998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7hgCK3rMyICvyCbqdqZUKLfehfBQSDS { width:8rem;height:8rem;top:73.162500381469rem;left:5.9999998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkcUS8FBEOxCvTggVzCNuzTPBvTdTQ56 { width:18.75rem;height:13rem;top:82.100000381469rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3612WxGXEeqIlay7UBRInfzV3GEbWaL { width:18.75rem;height:3.25rem;top:48.8rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7sfZRMSmuoKZRCSJr89wJfBcAw4bNsn { width:18.75rem;height:1.625rem;top:96.375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q16IDMFOpO3hBnnT8yGEC50x5kEKkc3z { width:18.75rem;height:13rem;top:108.5625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIy2nQ9bORXHsdmIwgIBFrxmN7vSnUkb { width:8rem;height:8rem;top:99.125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #qny4gNVtcCddBqe4AQsA8svdD6mFMHci { width:8rem;height:8rem;top:124.5rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #uG8T8D48BqL2fV1eiE9wBImGpeUzIFz2 { width:18.75rem;height:1.625rem;top:122.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTOMXSbiDouLZy3GH230HqAiPr5tT34G { width:18.75rem;height:11.7rem;top:133.375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRsDJciC45UtkUM4HzZkDZ7RQc4oiOOs { width:18.75rem;height:1.625rem;top:146.75rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUTH1Tiy7p0xGs1TCw2ngt7LTTLiNkTR { width:18.75rem;height:13rem;top:158.1875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLEsiu8ByzmvPNDzMMTtRK84zglr0xL3 { width:8rem;height:8rem;top:149.4375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uM7oT9lpX3dFwDmwFZSmT0Oks18i7PAO { width:8rem;height:8rem;top:175.625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #IG3N8vcATVNgwdFr4xp93NRKo1zXZoMK { width:18.75rem;height:1.625rem;top:172.6875rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHKKpgcpRonqwc9VF29Un4wiZWAwPA6k { width:18.75rem;height:11.7rem;top:185.3125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDPA1mqMpTR10HwzIacfoJeIeft60lzm { width:1.875rem;height:1.875rem;top:169.375rem;left:9.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrJ6e51NWweauMd8itQGsGM7WlA1B9Ch { display:block; }#TrJ6e51NWweauMd8itQGsGM7WlA1B9Ch > .row .container { width:20rem;height:0.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IPuuur8F1fDOdT2IeJL2gF76K6KziZu2 { display:block; }#IPuuur8F1fDOdT2IeJL2gF76K6KziZu2 > .row .container { width:20rem;height:21.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QN2BDBvNFkNGGMnHL69LTRGm54fIJTQX { width:11.9375rem;height:18.6875rem;top:1.25rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #cosoQJ2QBs42NqKS0TzcPFk3Hbby36t6 { display:block; }#cosoQJ2QBs42NqKS0TzcPFk3Hbby36t6 > .row .container { width:20rem;height:9.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u5T7KW87B3OGOstSSSPmsVlQEfnTtpzQ { width:18.75rem;height:1.95rem;top:1.25rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #raEbUb1dfDRAEFrpEPwzAspa5QDnxq3A { top:4.45rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEmigT53ulVW8AH1rykg0EbozkX4M2Zt { display:block; }
 }@media only screen and (max-width: 763px) { #gqZCITtICNzL4p5HbDaF5NM3mW9fXHFK { display:block; }#gqZCITtICNzL4p5HbDaF5NM3mW9fXHFK > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LMccksNc72R8IZQKIU44VHCkPZ4caWXL { display:block; }#LMccksNc72R8IZQKIU44VHCkPZ4caWXL > .row .container { width:20rem;height:29.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fB0gPV1Sm6hU0tsZOFG9TK4TJiqFsRNZ { width:18.75rem;height:23.4rem;top:5.1rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qb3Vx6qAaZI1GQd6GuBt7rWZtFxdfpNW { width:17.375rem;height:2.6rem;top:1.25rem;left:1.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8Kr0W94z1QSTAWSq2behXlF94CSSfam { display:block; }#B8Kr0W94z1QSTAWSq2behXlF94CSSfam > .row .container { width:20rem;height:25.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ylEVT1ck3FqOdUOqsmQ9EvH29wCtr1l7 { width:19.3125rem;height:1.3rem;top:1.25rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qcqw4SwGDvn7WHT6FsCEw1GgVJht9o2b { width:10rem;height:18rem;top:1.25rem;left:4.9999998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyPtZzrcf800y8Cra4b78fxLm9NCc5PH { width:14.625rem;height:2.6rem;top:21.050001144409rem;left:2.6875001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4gbPTfQeuQyoICnZG1FW7T7TTOaBq6H { display:block; }#s4gbPTfQeuQyoICnZG1FW7T7TTOaBq6H > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bBKGJpo5urwvxLAorqTE1Spyly56SQNz { width:20rem;height:5.675rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }