.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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/w65CyFpp/blured_elegent_woman2.jpg");background-position:center !important;background-repeat:no-repeat !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 > .video-iframe-container {  }#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 > .video-iframe-container {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.65);background-image:none;font-size:0.875rem;font-family:arial;height:31.375rem;width:75rem;position:relative;display:block; }#riG24iNDdxGdxWSJPFORmKyV0xVShl1b { color:#000000;display:block;width:71.25rem;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:1.875rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#cAeG1Z9x2rwnSc6n3cd7XcySB613ha1I { color:#000000;display:block;width:68.125rem;position:absolute;font-family:oswald;font-size:3rem;font-weight:normal;z-index:100001;line-height:1.5;letter-spacing:0;top:8rem;left:3.4375rem;height:18.0029375rem;text-align:center;text-align-last:center;display:block; }
#toRozymL97IUVEeLwT19gihgMXihQwO8 { color:#ca44bb;display:block;width:71.25rem;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:1.875rem;height:2.2753875rem;text-align:center;text-align-last:center;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 > .video-iframe-container {  }#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 > .video-iframe-container {  }#rlcVDnNcEA0FInwRI17obvpNUqByXJ47 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(255,255,255,0.65);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:39.0625rem;position:absolute;font-family:oswald;font-size:3rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2.5625rem;left:17.96875rem;height:7.8003125rem;text-align:center;text-align-last:center;display:block; }
#Pc66XxZdXgLBhxThxzuEGHD8inX6duxt { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:8.25rem;left:7.5rem;height:13.88671875rem;display:block; }
#D0JVb84nyBFN6SgICwTPhC28dCduyqQ9 { color:#000000;display:block;width:60.0625rem;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:7.40625rem;height:16.97265625rem;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 > .video-iframe-container {  }#FdcmQEvrP8MDyD4PbTkk4kZOOcTcugQl > .row .container { font-size:0.875rem;font-family:arial;height:13.8125rem;width:75rem;position:relative;display:block; }#xaiyCPIhxQzFKT8l1R1CoNk3eUNTT9DH { color:#fbfbfb;display:block;width:61.6875rem;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:6.65625rem;height:8.4472625rem;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 > .video-iframe-container {  }#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 > .video-iframe-container {  }#EF52UG2RcADAyIfM7TkLdPxKaKOO1CIv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(255,255,255,0.65);background-image:none;font-size:0.875rem;font-family:arial;height:82.0625rem;width:75rem;position:relative;display:block; }#VBHTiz8FBRXnuTiG3gkzL7Jy7CpAhHPJ { color:#000000;display:block;width:60rem;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:8.125rem;height:12.34375rem;display:block; }
#N6nRrKPnPn7ZgmnfbO70bsHZf6k5RVfn { color:#000000;display:block;width:60rem;position:absolute;font-family:oswald;font-size:3rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:21rem;left:8.0625rem;height:7.8003125rem;font-style:normal;display:block; }
#BUFPXgkN9ol6v2OFOdsMUrNGFaPcrbgr { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:28.1875rem;left:7.5rem;height:18.515625rem;display:block; }
#TJ0lGvO3LZ85WX3PESCanioTqtLRmd9y { position:absolute;display:block;z-index:100003;background-color:#070707;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:15.9375rem;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:29.53125rem;height:7.8003125rem;text-align:center;text-align-last:center;display:block; }
#nSGFIIeffCzlBIDuisc8NnoqhxongIeT { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:59.625rem;left:8.125rem;height:20.4296875rem;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); }
#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 > .video-iframe-container {  }#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.2246125rem;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 > .video-iframe-container {  }#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 > .video-iframe-container {  }#dPmFzxwLRtuPLineFizzr7baWyxgTyQg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(255,255,255,0.65);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.09375rem;height:1.9494625rem;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.09375rem;height:5.8496125rem;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.78125rem;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:17.5rem;left:7.09375rem;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:17.5rem;left:19.09375rem;height:1.9494625rem;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:20.1875rem;left:19.09375rem;height:4.38720625rem;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:31.318359375rem;left:7.09375rem;height:1.9494625rem;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:33.205078125rem;left:8.65625rem;height:1.4624rem;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:33.267578125rem;left:58.15625rem;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:34.28125rem;left:7.09375rem;height:5.8496125rem;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.09375rem;height:;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:48.130859375rem;left:19.09375rem;height:1.9494625rem;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:51.53125rem;left:19.09375rem;height:5.8496125rem;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:49.44140625rem;left:8.65625rem;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.09375rem;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.09375rem;height:1.9494625rem;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.09375rem;height:5.8496125rem;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.09375rem;height:1.9494625rem;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.09375rem;height:5.8496125rem;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.59375rem;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.09375rem;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.09375rem;height:1.9494625rem;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.09375rem;height:5.8496125rem;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 > .video-iframe-container {  }#TrJ6e51NWweauMd8itQGsGM7WlA1B9Ch > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#uInB5acbwvKkaARDDs4dCP76uMsVPTsA { color:#fbfbfb;display:block;width:66.8125rem;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.1875rem;left:4.09375rem;height:4.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b8R1q97cnIIy1dTTpC5kXapT8Dt4g1vA { background-color:#b333a4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.125rem;height:4.625rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:7.375rem;left:24.4375rem;display:block; }
#ibfQpKg44FyNTcxRQvB3k62hvyfzRFfJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;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 > .video-iframe-container {  }#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; }#PSdB5GVCiU33bzx9bvw9WmJlBe5L42Kx { position:relative;display:block; }#PSdB5GVCiU33bzx9bvw9WmJlBe5L42Kx { background-color: transparent; background-image: none; }#PSdB5GVCiU33bzx9bvw9WmJlBe5L42Kx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PSdB5GVCiU33bzx9bvw9WmJlBe5L42Kx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PSdB5GVCiU33bzx9bvw9WmJlBe5L42Kx > .row .container > .video-iframe-container { display: none; }#PSdB5GVCiU33bzx9bvw9WmJlBe5L42Kx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PSdB5GVCiU33bzx9bvw9WmJlBe5L42Kx > .row > .video-iframe-container { display: none; }#PSdB5GVCiU33bzx9bvw9WmJlBe5L42Kx > .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); }#PSdB5GVCiU33bzx9bvw9WmJlBe5L42Kx { border-width: 0; border-radius: 0; }#PSdB5GVCiU33bzx9bvw9WmJlBe5L42Kx > .row .container > .video-iframe-container {  }#PSdB5GVCiU33bzx9bvw9WmJlBe5L42Kx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(255,255,255,0.65);background-image:none;font-size:0.875rem;font-family:arial;height:69.625rem;width:75rem;position:relative;display:block; }#EpdLqfAOOMNgU7zgeeJZHX15FXlhATl0 { color:#000000;display:block;width:39.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:4.1875rem;left:17.6875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#EECSIkoVZOeaSBzoDrpUTXp2DluWtuXT { position:absolute;display:block;z-index:100004;background-color:#070707;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:9.3125rem;left:7.5rem;display:block; }
#Wocv9kOOAMuIVyazgLqU2kmWdZqqoBKB { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:10.4375rem;left:11.3125rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#keCK0E2vCNbizlXyQrV4WQmRBQaIvlqm { color:#000000;display:block;width:16.1875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:12.1875rem;left:48rem;height:2.5996125rem;font-style:normal;display:block; }
#xTuZidZhUJSWELoy5oE7kRqDdPT3yHg7 { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:13.4677734375rem;left:8.15625rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#AabQBd9wCTSqwfqzOZeq7SJ8F6Buf5r0 { position:absolute;display:block;z-index:100005;background-color:#070707;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:32.875rem;left:7.5rem;display:block; }
#DTvUm0JAJxToWkz5uQCheTd2i9u93fT2 { color:#000000;display:block;width:42.625rem;position:absolute;font-family:"open sans";font-size:3.1875rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:33.9375rem;left:16.1875rem;height:4.14355625rem;font-style:normal;display:block; }
#sD9ylV5qeAeF8fEMAA3XZTFCV9wLrZmB { color:#000000;display:block;width:28.125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:40.5625rem;left:23.4375rem;height:7.796625rem;text-align:center;text-align-last:center;display:block; }
#GFMueeIHF7Tl68pe9kg3DtTQZH8d5Taz { color:#000000;display:block;width:36.9375rem;position:absolute;font-family:oswald;font-size:3rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:51rem;left:19.03125rem;height:3.90014375rem;text-align:center;text-align-last:center;display:block; }
#MEpUpQ9tmESUhGTiTn9FFp0oEHOI6QOW { color:#000000;display:block;width:47.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:59.9375rem;left:7.5rem;height:5.8496125rem;display:block; }
#WzDJcgJ1Z8GHRMfdDgra7wkKA2rIPUoU { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.6875rem;width:11.6875rem;top:57.017578125rem;left:57.3125rem;overflow:hidden;display:block; }
#GxJvgJWliDtDgZxZthfdxMe8MTQU6CWh { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:14.787109375rem;left:46.0625rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#L3Ecn7S3rBevEfqupOsuPRsWo9LJkICd { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.6875rem;width:10.6875rem;top:16.16796875rem;left:12.21875rem;overflow:hidden;display:block; }
#XRv85TmCXsFeNTlbHD65x2HPiupZwLk7 { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:13.375rem;width:13.0625rem;top:17.32421875rem;left:49.5625rem;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 > .video-iframe-container {  }#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:66.8125rem;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.1875rem;left:4.09375rem;height:4.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#raEbUb1dfDRAEFrpEPwzAspa5QDnxq3A { background-color:#b333a4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.625rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:7.5625rem;left:28.125rem;display:block; }
#OXMdT5QJoEaQN5Vkvb3N0nwTCiQ7Fbai { 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 > .video-iframe-container {  }#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 > .video-iframe-container {  }#LMccksNc72R8IZQKIU44VHCkPZ4caWXL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(255,255,255,0.65);background-image:none;font-size:0.875rem;font-family:arial;height:33.875rem;width:75rem;position:relative;display:block; }#fB0gPV1Sm6hU0tsZOFG9TK4TJiqFsRNZ { color:#000000;display:block;width:60.1875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:3.5625rem;left:7.40625rem;height:26.23046875rem;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 > .video-iframe-container {  }#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.09375rem;height:5.1953rem;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:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAeG1Z9x2rwnSc6n3cd7XcySB613ha1I { top:8rem;left:0rem;width:47.75rem;height:18rem;font-size:1.5rem;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) { #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:2.5625rem;left:4.34375rem;width:39.0625rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pc66XxZdXgLBhxThxzuEGHD8inX6duxt { top:8.25rem;left:0rem;width:47.75rem;height:15.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0JVb84nyBFN6SgICwTPhC28dCduyqQ9 { top:25.25rem;left:0rem;width:47.75rem;height:16.9375rem;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:8.4375rem;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:13.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6nRrKPnPn7ZgmnfbO70bsHZf6k5RVfn { top:21rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUFPXgkN9ol6v2OFOdsMUrNGFaPcrbgr { top:28.1875rem;left:0rem;width:47.75rem;height:20rem;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.90625rem;width:15.9375rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSGFIIeffCzlBIDuisc8NnoqhxongIeT { top:59.625rem;left:0rem;width:47.75rem;height:20rem;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) { #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.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnpIROQ2T0JB8ms75ciiZ6aP2OIQPAWq { top:5.875rem;left:0rem;width:47rem;height:7.25rem;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:17.5rem;left:0rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAU8oUVAhbDmaZLm40a0b0FRtmBh7ppy { top:17.5rem;left:5.46875rem;width:23rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBoy9GdK4VvArAmtuTmEJw21QQlh7g1r { top:20.1875rem;left:0.75rem;width:47rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #seJGGBJrGJOigZTFMzpZTfgv2kD9RgEo { top:31.3125rem;left:0rem;width:30.875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCCCk3nTh8lwhp9gEV188KgXrNRTPsVM { top:33.1875rem;left:0rem;width:47rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7hgCK3rMyICvyCbqdqZUKLfehfBQSDS { top:33.25rem;left:39.75rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkcUS8FBEOxCvTggVzCNuzTPBvTdTQ56 { top:34.25rem;left:0rem;width:47rem;height:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3612WxGXEeqIlay7UBRInfzV3GEbWaL { top:28.875rem;left:0rem;width:30.875rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7sfZRMSmuoKZRCSJr89wJfBcAw4bNsn { top:48.125rem;left:5.46875rem;width:30.875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q16IDMFOpO3hBnnT8yGEC50x5kEKkc3z { top:51.5rem;left:0.75rem;width:47rem;height:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIy2nQ9bORXHsdmIwgIBFrxmN7vSnUkb { top:49.4375rem;left:0rem;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.46875rem;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.75rem;width:47rem;height:5.75rem;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.46875rem;width:30.875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHKKpgcpRonqwc9VF29Un4wiZWAwPA6k { top:100.4375rem;left:0.75rem;width:47rem;height:7.1875rem;font-size:1rem;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) { #uInB5acbwvKkaARDDs4dCP76uMsVPTsA { top:1.1875rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8R1q97cnIIy1dTTpC5kXapT8Dt4g1vA { width:26.125rem;height:4.625rem;top:7.375rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibfQpKg44FyNTcxRQvB3k62hvyfzRFfJ { 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) { #PSdB5GVCiU33bzx9bvw9WmJlBe5L42Kx { display:block; }#PSdB5GVCiU33bzx9bvw9WmJlBe5L42Kx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EpdLqfAOOMNgU7zgeeJZHX15FXlhATl0 { top:4.1875rem;left:4.0625rem;width:39.625rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EECSIkoVZOeaSBzoDrpUTXp2DluWtuXT { top:9.3125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wocv9kOOAMuIVyazgLqU2kmWdZqqoBKB { top:10.4375rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #keCK0E2vCNbizlXyQrV4WQmRBQaIvlqm { top:12.1875rem;left:31.5625rem;width:16.1875rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTuZidZhUJSWELoy5oE7kRqDdPT3yHg7 { top:13.4375rem;left:0rem;width:18.8125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AabQBd9wCTSqwfqzOZeq7SJ8F6Buf5r0 { top:32.875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTvUm0JAJxToWkz5uQCheTd2i9u93fT2 { top:33.9375rem;left:2.5625rem;width:42.625rem;height:4.125rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sD9ylV5qeAeF8fEMAA3XZTFCV9wLrZmB { top:40.5625rem;left:9.8125rem;width:28.125rem;height:7.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFMueeIHF7Tl68pe9kg3DtTQZH8d5Taz { top:51rem;left:5.40625rem;width:36.9375rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEpUpQ9tmESUhGTiTn9FFp0oEHOI6QOW { top:59.9375rem;left:0rem;width:47.3125rem;height:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzDJcgJ1Z8GHRMfdDgra7wkKA2rIPUoU { top:57rem;left:36.0625rem;width:11.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxJvgJWliDtDgZxZthfdxMe8MTQU6CWh { top:14.75rem;left:28.9375rem;width:18.8125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3Ecn7S3rBevEfqupOsuPRsWo9LJkICd { top:16.125rem;left:0rem;width:10.6875rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRv85TmCXsFeNTlbHD65x2HPiupZwLk7 { top:17.3125rem;left:34.6875rem;width:13.0625rem;height:13.375rem;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:1.1875rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #raEbUb1dfDRAEFrpEPwzAspa5QDnxq3A { width:18.75rem;height:4.625rem;top:7.5625rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXMdT5QJoEaQN5Vkvb3N0nwTCiQ7Fbai { 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:3.5625rem;left:0rem;width:47.75rem;height:27.75rem;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.46875rem;width:20.8125rem;height:5.1875rem;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.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:29.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #riG24iNDdxGdxWSJPFORmKyV0xVShl1b { width:18.75rem;height:6.5rem;top:1.25rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAeG1Z9x2rwnSc6n3cd7XcySB613ha1I { width:18.75rem;height:13.5rem;top:9.25rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #toRozymL97IUVEeLwT19gihgMXihQwO8 { width:18.75rem;height:3.25rem;top:24.125rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRJ9sB1TCBtOLVqNQgAq3vePg5hzSmpy { display:block; }#IRJ9sB1TCBtOLVqNQgAq3vePg5hzSmpy > .row .container { width:20rem;height:2.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rlcVDnNcEA0FInwRI17obvpNUqByXJ47 { display:block; }#rlcVDnNcEA0FInwRI17obvpNUqByXJ47 > .row .container { width:20rem;height:60.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QHMGWy9qxw9B6JUJJoxoT9mErekmwHil { width:18.75rem;height:1.625rem;top:29.59375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pc66XxZdXgLBhxThxzuEGHD8inX6duxt { width:18.75rem;height:28.595675rem;top:0.279296875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0JVb84nyBFN6SgICwTPhC28dCduyqQ9 { width:18.75rem;height:28.59570625rem;top:31.6875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdcmQEvrP8MDyD4PbTkk4kZOOcTcugQl { display:block; }#FdcmQEvrP8MDyD4PbTkk4kZOOcTcugQl > .row .container { width:20rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xaiyCPIhxQzFKT8l1R1CoNk3eUNTT9DH { width:20rem;height:4.2246125rem;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.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EF52UG2RcADAyIfM7TkLdPxKaKOO1CIv { display:block; }#EF52UG2RcADAyIfM7TkLdPxKaKOO1CIv > .row .container { width:20rem;height:115.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VBHTiz8FBRXnuTiG3gkzL7Jy7CpAhHPJ { width:18.75rem;height:24.6962375rem;top:1.375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6nRrKPnPn7ZgmnfbO70bsHZf6k5RVfn { width:18.75rem;height:3.25rem;top:26.0703125rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUFPXgkN9ol6v2OFOdsMUrNGFaPcrbgr { width:18.75rem;height:36.39451875rem;top:29.3203125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ0lGvO3LZ85WX3PESCanioTqtLRmd9y { width:18.75rem;height:0.0625rem;top:66.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t70iS6zLvGZg6KlWmTg3aiyUWAQroHCU { width:18.75rem;height:1.625rem;top:67.5625rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSGFIIeffCzlBIDuisc8NnoqhxongIeT { width:18.75rem;height:43.994125rem;top:70.0625rem;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) { #qrqSriycDaxpGE9O8Hnx2IL0g917CKZw { display:block; }#qrqSriycDaxpGE9O8Hnx2IL0g917CKZw > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxBxXlyubnX5odMxTBaPsIsfRB3H76PZ { width:18.75rem;height:1.94921875rem;top:1.5rem;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.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dPmFzxwLRtuPLineFizzr7baWyxgTyQg { display:block; }#dPmFzxwLRtuPLineFizzr7baWyxgTyQg > .row .container { width:20rem;height:183.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gauFQaryna9Ok6FTx0war8r5GKmbF5w1 { width:18.75rem;height:1.625rem;top:10.25rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnpIROQ2T0JB8ms75ciiZ6aP2OIQPAWq { width:18.75rem;height:12.9980625rem;top:13rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT0MS1tcTiETbO0gRyHMkzy38Rs7Ke0I { width:8rem;height:8rem;top:1.5rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8LUWgfhXuw3d5dmJ36U1vhXbvTgsFxL { width:8rem;height:8rem;top:27.375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAU8oUVAhbDmaZLm40a0b0FRtmBh7ppy { width:18.75rem;height:1.625rem;top:36.6875rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBoy9GdK4VvArAmtuTmEJw21QQlh7g1r { width:18.75rem;height:9.098625rem;top:39.1875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #seJGGBJrGJOigZTFMzpZTfgv2kD9RgEo { width:18.75rem;height:1.625rem;top:60.9375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCCCk3nTh8lwhp9gEV188KgXrNRTPsVM { width:18.75rem;height:1.29980625rem;top:66.0625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7hgCK3rMyICvyCbqdqZUKLfehfBQSDS { width:8rem;height:8rem;top:51.5rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkcUS8FBEOxCvTggVzCNuzTPBvTdTQ56 { width:18.75rem;height:12.9980625rem;top:63.375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3612WxGXEeqIlay7UBRInfzV3GEbWaL { width:18.75rem;height:0;top:61.75rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7sfZRMSmuoKZRCSJr89wJfBcAw4bNsn { width:18.75rem;height:3.25rem;top:87.4375rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q16IDMFOpO3hBnnT8yGEC50x5kEKkc3z { width:18.75rem;height:12.9980625rem;top:91.875rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IIy2nQ9bORXHsdmIwgIBFrxmN7vSnUkb { width:8rem;height:8rem;top:77.40625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #qny4gNVtcCddBqe4AQsA8svdD6mFMHci { width:8rem;height:8rem;top:106.75rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #uG8T8D48BqL2fV1eiE9wBImGpeUzIFz2 { width:18.75rem;height:1.625rem;top:114.75rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cTOMXSbiDouLZy3GH230HqAiPr5tT34G { width:18.75rem;height:11.69825rem;top:117.25rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HRsDJciC45UtkUM4HzZkDZ7RQc4oiOOs { width:18.75rem;height:1.625rem;top:138.5625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EUTH1Tiy7p0xGs1TCw2ngt7LTTLiNkTR { width:18.75rem;height:12.9980625rem;top:140.9375rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TLEsiu8ByzmvPNDzMMTtRK84zglr0xL3 { width:8rem;height:8rem;top:130.5625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #uM7oT9lpX3dFwDmwFZSmT0Oks18i7PAO { width:8rem;height:8rem;top:155.3125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IG3N8vcATVNgwdFr4xp93NRKo1zXZoMK { width:18.75rem;height:1.625rem;top:165.25rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xHKKpgcpRonqwc9VF29Un4wiZWAwPA6k { width:18.75rem;height:14.297875rem;top:167.875rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TrJ6e51NWweauMd8itQGsGM7WlA1B9Ch { display:block; }#TrJ6e51NWweauMd8itQGsGM7WlA1B9Ch > .row .container { width:20rem;height:11.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uInB5acbwvKkaARDDs4dCP76uMsVPTsA { width:18.75rem;height:3.8984375rem;top:1.25rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8R1q97cnIIy1dTTpC5kXapT8Dt4g1vA { width:18.75rem;height:3.75rem;top:5.71875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibfQpKg44FyNTcxRQvB3k62hvyfzRFfJ { display:block; }
 }@media only screen and (max-width: 763px) { #IPuuur8F1fDOdT2IeJL2gF76K6KziZu2 { display:block; }#IPuuur8F1fDOdT2IeJL2gF76K6KziZu2 > .row .container { width:20rem;height:1.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PSdB5GVCiU33bzx9bvw9WmJlBe5L42Kx { display:block; }#PSdB5GVCiU33bzx9bvw9WmJlBe5L42Kx > .row .container { width:20rem;height:90.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EpdLqfAOOMNgU7zgeeJZHX15FXlhATl0 { 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) { #EECSIkoVZOeaSBzoDrpUTXp2DluWtuXT { width:18.75rem;height:0.0625rem;top:3.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wocv9kOOAMuIVyazgLqU2kmWdZqqoBKB { width:7.875rem;height:1.625rem;top:5.875rem;left:6.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #keCK0E2vCNbizlXyQrV4WQmRBQaIvlqm { width:10.1875rem;height:1.625rem;top:30.3125rem;left:4.90625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xTuZidZhUJSWELoy5oE7kRqDdPT3yHg7 { width:15.4375rem;height:1.4619125rem;top:8.3125rem;left:2.28125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AabQBd9wCTSqwfqzOZeq7SJ8F6Buf5r0 { width:18.75rem;height:0.0625rem;top:49.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTvUm0JAJxToWkz5uQCheTd2i9u93fT2 { width:17rem;height:1.625rem;top:52.8125rem;left:1.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sD9ylV5qeAeF8fEMAA3XZTFCV9wLrZmB { width:18.75rem;height:4.38574375rem;top:55.5517578125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFMueeIHF7Tl68pe9kg3DtTQZH8d5Taz { width:18.75rem;height:1.94921875rem;top:62.5625rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEpUpQ9tmESUhGTiTn9FFp0oEHOI6QOW { width:18.75rem;height:11.69825rem;top:65.73828125rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WzDJcgJ1Z8GHRMfdDgra7wkKA2rIPUoU { width:11.6875rem;height:11.6875rem;top:78.5625rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxJvgJWliDtDgZxZthfdxMe8MTQU6CWh { width:18.8125rem;height:1.4619125rem;top:31.9375rem;left:0.59375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3Ecn7S3rBevEfqupOsuPRsWo9LJkICd { width:10.6875rem;height:15.6875rem;top:12rem;left:4.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRv85TmCXsFeNTlbHD65x2HPiupZwLk7 { width:13.0625rem;height:13.375rem;top:35.3623046875rem;left:3.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cosoQJ2QBs42NqKS0TzcPFk3Hbby36t6 { display:block; }#cosoQJ2QBs42NqKS0TzcPFk3Hbby36t6 > .row .container { width:20rem;height:11.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u5T7KW87B3OGOstSSSPmsVlQEfnTtpzQ { width:18.75rem;height:3.8984375rem;top:1.375rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #raEbUb1dfDRAEFrpEPwzAspa5QDnxq3A { width:18.75rem;height:3.75rem;top:6.15625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXMdT5QJoEaQN5Vkvb3N0nwTCiQ7Fbai { display:block; }
 }@media only screen and (max-width: 763px) { #gqZCITtICNzL4p5HbDaF5NM3mW9fXHFK { display:block; }#gqZCITtICNzL4p5HbDaF5NM3mW9fXHFK > .row .container { width:20rem;height:1rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LMccksNc72R8IZQKIU44VHCkPZ4caWXL { display:block; }#LMccksNc72R8IZQKIU44VHCkPZ4caWXL > .row .container { width:20rem;height:52.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fB0gPV1Sm6hU0tsZOFG9TK4TJiqFsRNZ { width:18.75rem;height:50.69234375rem;top:1.25rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4gbPTfQeuQyoICnZG1FW7T7TTOaBq6H { display:block; }#s4gbPTfQeuQyoICnZG1FW7T7TTOaBq6H > .row .container { width:20rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bBKGJpo5urwvxLAorqTE1Spyly56SQNz { width:20rem;height:4.546875rem;top:1.125rem;left:0rem;font-size:0.875rem;display:block; }
 }