.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uZc18tBV2zeBU5yHu2DE0O7T34Sa26Kk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#uZc18tBV2zeBU5yHu2DE0O7T34Sa26Kk > .row .container { background-color: transparent; background-image: none; }#uZc18tBV2zeBU5yHu2DE0O7T34Sa26Kk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uZc18tBV2zeBU5yHu2DE0O7T34Sa26Kk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uZc18tBV2zeBU5yHu2DE0O7T34Sa26Kk > .row .container > .video-iframe-container { display: none; }#uZc18tBV2zeBU5yHu2DE0O7T34Sa26Kk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uZc18tBV2zeBU5yHu2DE0O7T34Sa26Kk > .row > .video-iframe-container { display: none; }#uZc18tBV2zeBU5yHu2DE0O7T34Sa26Kk > .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); }#uZc18tBV2zeBU5yHu2DE0O7T34Sa26Kk > .row .container { border-width: 0; border-radius: 0; }#uZc18tBV2zeBU5yHu2DE0O7T34Sa26Kk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uZc18tBV2zeBU5yHu2DE0O7T34Sa26Kk > .row .container { font-size:14px;font-family:arial;height:50px;width:1200px;position:relative;display:block; }#yvO0JsoieO5dNNMToGDH1gpqxMfZQsqM { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:45px;width:200px;top:0px;left:16.97917175293px;overflow:hidden;display:block; }
#zLRvnKTSf3uHm8fzmPs7oaJ6ltHy5tMx { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zLRvnKTSf3uHm8fzmPs7oaJ6ltHy5tMx > .row .container { background-color: transparent; background-image: none; }#zLRvnKTSf3uHm8fzmPs7oaJ6ltHy5tMx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zLRvnKTSf3uHm8fzmPs7oaJ6ltHy5tMx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zLRvnKTSf3uHm8fzmPs7oaJ6ltHy5tMx > .row .container > .video-iframe-container { display: none; }#zLRvnKTSf3uHm8fzmPs7oaJ6ltHy5tMx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zLRvnKTSf3uHm8fzmPs7oaJ6ltHy5tMx > .row > .video-iframe-container { display: none; }#zLRvnKTSf3uHm8fzmPs7oaJ6ltHy5tMx > .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); }#zLRvnKTSf3uHm8fzmPs7oaJ6ltHy5tMx > .row .container { border-width: 0; border-radius: 0; }#zLRvnKTSf3uHm8fzmPs7oaJ6ltHy5tMx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zLRvnKTSf3uHm8fzmPs7oaJ6ltHy5tMx > .row .container { font-size:14px;font-family:arial;height:392px;width:1200px;overflow:visible;position:relative;display:block; }#NleV7438DUf7bqSCmPTHkazqVU6A5phL { color:#000000;display:block;width:336.997px;position:absolute;font-family:"reddit sans";font-size:20px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:46.961929321289px;left:847.10076904297px;height:25.9896px;text-align:center;text-align-last:center;display:block; }
#rnLS1wlSWMTJ07cZxsg0hPJzl3xgrl9L { color:#040000;display:block;width:695.99px;position:absolute;font-family:raddit;font-size:32px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:137.48264694214px;left:0px;height:41.5799px;text-align:left;text-align-last:left;display:block; }
#uORNBEVhe33ZvUpnqDLIPH675nJTB6Iv { color:#14110a;display:block;width:555px;position:absolute;font-family:raddit;font-size:20px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:191.96181869507px;left:0px;height:51.9792px;text-align:left;text-align-last:left;display:block; }
#HW2rXr9yC1ORCVZgxWG5HLX2HVrSnIRX { box-sizing:content-box;height:346.997px;width:365px;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:21.371524810791px;left:832.77783203125px;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;border-top:1px solid #5d92ff;border-left:1px solid #5d92ff;border-right:1px solid #5d92ff;border-bottom:1px solid #5d92ff;display:block; }
#vaTWDF8Oc8Nb6KUKPPMSEGTDVOwwwVgm { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:371.997px;width:255.99px;top:10px;left:566.97918701172px;overflow:hidden;display:block; }
#qXpusBxEMPSuLTKFRlGagx2SawhLZdgO { background-color:transparent;background-image: -webkit-linear-gradient(177deg, #574bd1, #ffffff);background-image: -moz-linear-gradient(177deg, #574bd1, #ffffff);background-image: -ms-linear-gradient(177deg, #574bd1, #ffffff);background-image: -o-linear-gradient(177deg, #574bd1, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#574bd1', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#574bd1', endColorstr='#ffffff' );";background-image: linear-gradient(177deg, #574bd1, #ffffff);background-size:auto !important;z-index:;border-top:1px solid #5d92ff;border-left:1px solid #5d92ff;border-right:1px solid #5d92ff;border-bottom:1px solid #5d92ff;box-shadow: none;position:relative;border-top-left-radius:45px;border-top-right-radius:45px;border-bottom-left-radius:45px;border-bottom-right-radius:45px;display:block; }#qXpusBxEMPSuLTKFRlGagx2SawhLZdgO > .row .container { background-color: transparent; background-image: none; }#qXpusBxEMPSuLTKFRlGagx2SawhLZdgO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qXpusBxEMPSuLTKFRlGagx2SawhLZdgO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qXpusBxEMPSuLTKFRlGagx2SawhLZdgO > .row .container > .video-iframe-container { display: none; }#qXpusBxEMPSuLTKFRlGagx2SawhLZdgO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qXpusBxEMPSuLTKFRlGagx2SawhLZdgO > .row > .video-iframe-container { display: none; }#qXpusBxEMPSuLTKFRlGagx2SawhLZdgO > .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); }#qXpusBxEMPSuLTKFRlGagx2SawhLZdgO > .row .container { border-width: 0; border-radius: 0; }#qXpusBxEMPSuLTKFRlGagx2SawhLZdgO > .row > .video-iframe-container { border-top-left-radius:45px;border-top-right-radius:45px;border-bottom-left-radius:45px;border-bottom-right-radius:45px; }#qXpusBxEMPSuLTKFRlGagx2SawhLZdgO > .row .container { font-size:14px;font-family:arial;height:127.77778px;width:1200px;overflow:visible;position:relative;display:block; }#gs2TNEMFuPHhiUTMWzFtrcrn4wX18F4U { color:#000000;display:block;width:335px;position:absolute;font-family:"reddit sans";font-size:32px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:11.749969482422px;left:432.50003051758px;height:41.5972px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BDKyGOhiJu2tAJpAgLnO7eb5pKz9Twqf { color:#040000;display:block;width:1017px;position:absolute;font-family:raddit;font-size:32px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:29.045135498047px;left:91.493072509766px;height:41.5799px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O16Eoq41gh15Ps2QLVC2sJMRVSFXqmNy { color:#000000;display:block;width:1122px;position:absolute;font-family:raddit;font-size:20px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:80.590286254883px;left:38.993057250977px;height:25.9896px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M424695NUPpoyMSAK6IzqlcydUG559w6 { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#M424695NUPpoyMSAK6IzqlcydUG559w6 > .row .container { background-color: transparent; background-image: none; }#M424695NUPpoyMSAK6IzqlcydUG559w6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M424695NUPpoyMSAK6IzqlcydUG559w6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M424695NUPpoyMSAK6IzqlcydUG559w6 > .row .container > .video-iframe-container { display: none; }#M424695NUPpoyMSAK6IzqlcydUG559w6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M424695NUPpoyMSAK6IzqlcydUG559w6 > .row > .video-iframe-container { display: none; }#M424695NUPpoyMSAK6IzqlcydUG559w6 > .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); }#M424695NUPpoyMSAK6IzqlcydUG559w6 > .row .container { border-width: 0; border-radius: 0; }#M424695NUPpoyMSAK6IzqlcydUG559w6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M424695NUPpoyMSAK6IzqlcydUG559w6 > .row .container { font-size:14px;font-family:arial;height:824px;width:1200px;overflow:visible;position:relative;display:block; }#XfFnW77PVxRFNCIbeCBx1Q6FI88JuJaI { box-sizing:content-box;height:224px;width:485px;position:absolute;display:block;z-index:15002;background-color:#574bd1;background-image:none;top:509px;left:83px;border-top-right-radius:20px;border-bottom-right-radius:20px;border-bottom-left-radius:20px;border-top-left-radius:20px;display:block; }
#Q1Hh4KIrX2TyyTCbBfgcBUzfANtdx2fb { color:#ffffff;display:block;width:471.997px;position:absolute;font-family:"reddit sans";font-size:18px;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:530px;left:104px;height:181.181px;text-align:left;text-align-last:left;display:block; }#Q1Hh4KIrX2TyyTCbBfgcBUzfANtdx2fb li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#Q1Hh4KIrX2TyyTCbBfgcBUzfANtdx2fb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6e98d8e17a13baa3c71f655f2d241013.svg); }
#wn3okARPAeun5FwRWVvSsMOf7a1EsQBT { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: none;height:488px;width:488px;top:14px;left:83px;overflow:hidden;display:block; }
#MSOhL8UFPymeDoqlCK4gJ0C3JDWdvb0r { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: none;height:487px;width:487px;top:13px;left:633px;overflow:hidden;display:block; }
#kIaaFGZ4RmrcszBMHuqTMU831wh5BeLI { box-sizing:content-box;height:224px;width:485px;position:absolute;display:block;z-index:15004;background-color:#574bd1;background-image:none;top:511px;left:630px;border-top-right-radius:20px;border-bottom-right-radius:20px;border-bottom-left-radius:20px;border-top-left-radius:20px;display:block; }
#lyppQ53CT4EAT1qZ1F8xszNQg9VLbJyx { color:#ffffff;display:block;width:471.997px;position:absolute;font-family:"reddit sans";font-size:18px;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:570.27780151367px;left:640.48614501953px;height:101.389px;text-align:left;text-align-last:left;display:block; }#lyppQ53CT4EAT1qZ1F8xszNQg9VLbJyx li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#lyppQ53CT4EAT1qZ1F8xszNQg9VLbJyx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6e98d8e17a13baa3c71f655f2d241013.svg); }
#KluSALHM5z2rpqEAz302GdwzWNH85cO6 { background-color:#010a0f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11px;border-top-right-radius:11px;border-bottom-left-radius:11px;border-bottom-right-radius:11px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"reddit sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:263.976px;height:55px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:754.07991027832px;left:468.00347900391px;display:block; }
#IVQ8KJ2mZkNmyCryMtPKTRz2pgt5FHwH { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ItCA5ZFNhT3a5Wi4fTDtvIBqZJtFL3ot { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ItCA5ZFNhT3a5Wi4fTDtvIBqZJtFL3ot > .row .container { background-color: transparent; background-image: none; }#ItCA5ZFNhT3a5Wi4fTDtvIBqZJtFL3ot::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ItCA5ZFNhT3a5Wi4fTDtvIBqZJtFL3ot > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ItCA5ZFNhT3a5Wi4fTDtvIBqZJtFL3ot > .row .container > .video-iframe-container { display: none; }#ItCA5ZFNhT3a5Wi4fTDtvIBqZJtFL3ot > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ItCA5ZFNhT3a5Wi4fTDtvIBqZJtFL3ot > .row > .video-iframe-container { display: none; }#ItCA5ZFNhT3a5Wi4fTDtvIBqZJtFL3ot > .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); }#ItCA5ZFNhT3a5Wi4fTDtvIBqZJtFL3ot > .row .container { border-width: 0; border-radius: 0; }#ItCA5ZFNhT3a5Wi4fTDtvIBqZJtFL3ot > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ItCA5ZFNhT3a5Wi4fTDtvIBqZJtFL3ot > .row .container { font-size:14px;font-family:"open sans";height:84px;width:1200px;position:relative;display:block; }#p2pTQzxxNZ4nnCPvshLfwT0zAUJZgO1y { display:block;width:940px;position:absolute;font-family:raddit;font-size:30px;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:22.5px;left:118.99307250977px;height:38.9931px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#pb34Pqi3mJTpG3M3F4OhpyxowxnnovaZ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:1px solid #5d92ff;border-left:1px solid #5d92ff;border-right:1px solid #5d92ff;border-bottom:1px solid #5d92ff;box-shadow: none;position:relative;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;display:block; }#pb34Pqi3mJTpG3M3F4OhpyxowxnnovaZ > .row .container { background-color: transparent; background-image: none; }#pb34Pqi3mJTpG3M3F4OhpyxowxnnovaZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pb34Pqi3mJTpG3M3F4OhpyxowxnnovaZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pb34Pqi3mJTpG3M3F4OhpyxowxnnovaZ > .row .container > .video-iframe-container { display: none; }#pb34Pqi3mJTpG3M3F4OhpyxowxnnovaZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pb34Pqi3mJTpG3M3F4OhpyxowxnnovaZ > .row > .video-iframe-container { display: none; }#pb34Pqi3mJTpG3M3F4OhpyxowxnnovaZ > .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); }#pb34Pqi3mJTpG3M3F4OhpyxowxnnovaZ > .row .container { border-width: 0; border-radius: 0; }#pb34Pqi3mJTpG3M3F4OhpyxowxnnovaZ > .row > .video-iframe-container { border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px; }#pb34Pqi3mJTpG3M3F4OhpyxowxnnovaZ > .row .container { font-size:14px;font-family:arial;height:367.77778px;width:1200px;overflow:visible;position:relative;display:block; }#P6WQoBqfpSCh21bi21ATxCS1Owgr6R6C { box-sizing:content-box;height:323px;width:330px;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:24px;left:84px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;display:block; }
#KNEhXoQHvmEIimlKP3EH9mnTrk0IDh4c { color:#000000;display:block;width:172.986px;position:absolute;font-family:"reddit sans";font-size:18px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:215px;left:162px;height:23.4028px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VCGSV5o0iLORLcrONumGDAPvRD7XaWqw { box-sizing:content-box;height:127.986px;width:305.99px;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:206px;left:96px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;display:block; }
#dhq620zvKLu6as0Uzwwzp9AH6u2QOHG4 { color:#3d3d3d;display:block;width:295.99px;position:absolute;font-family:"reddit sans";font-size:16px;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:246px;left:101px;height:72.3958px;text-align:left;text-align-last:left;font-style:normal;display:block; }#dhq620zvKLu6as0Uzwwzp9AH6u2QOHG4 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#dhq620zvKLu6as0Uzwwzp9AH6u2QOHG4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ada415fdf2df6090156653377dcb1dc3.svg); }
#xJT0c8lt31ykzcTwtvTTATwqORG2gfWA { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;height:140.99px;width:118.976px;top:52px;left:190px;overflow:hidden;display:block; }
#qPudChz42QAFDanSpMon6LyNgeJmHODu { position:absolute;display:block;z-index:15008;background-color:rgba(87,75,209,0.36);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: none;height:160px;width:160px;top:33px;left:169px;display:block; }
#KCREnfpxTQF9oifD5o2wTlyI0p8VZGbT { box-sizing:content-box;height:323px;width:330px;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:25px;left:433px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;display:block; }
#Xo1iuFViFf7NHZS90zkKDaegTvKmDZDX { box-sizing:content-box;height:127.986px;width:305.99px;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:207px;left:445px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;display:block; }
#hWerf0BLFf3yC0qTQT09o0XfHSRDsmUM { color:#3d3d3d;display:block;width:295.99px;position:absolute;font-family:"reddit sans";font-size:16px;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:247px;left:450px;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#hWerf0BLFf3yC0qTQT09o0XfHSRDsmUM li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#hWerf0BLFf3yC0qTQT09o0XfHSRDsmUM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ada415fdf2df6090156653377dcb1dc3.svg); }
#Mg8zxmo2OoUOsh2RcShahrEcqLi5XZCI { color:#000000;display:block;width:172.986px;position:absolute;font-family:"reddit sans";font-size:18px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:216px;left:511px;height:23.4028px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sXNQRqdCCPV3D6hcazZCNIb6fNqKZRtA { position:absolute;display:block;z-index:15014;background-color:rgba(87,75,209,0.36);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: none;height:160px;width:160px;top:34px;left:518px;display:block; }
#Hqftay018ZB3xLv9NZyENlOHzFaQZ0eB { box-sizing:content-box;height:323px;width:330px;position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;top:24px;left:786px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;display:block; }
#NIedQEyUDU8z00TFVteufpSTq76CxOON { box-sizing:content-box;height:127.986px;width:305.99px;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;top:206px;left:798px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;display:block; }
#XXADEAwULXhPnmNu0PcST3JEqncRsT6V { color:#3d3d3d;display:block;width:295.99px;position:absolute;font-family:"reddit sans";font-size:16px;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:246px;left:803px;height:72.3958px;text-align:left;text-align-last:left;font-style:normal;display:block; }#XXADEAwULXhPnmNu0PcST3JEqncRsT6V li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#XXADEAwULXhPnmNu0PcST3JEqncRsT6V li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ada415fdf2df6090156653377dcb1dc3.svg); }
#fsIDFTGKLxIUEtHetC9pswLuFg4hdsUE { color:#000000;display:block;width:248.993px;position:absolute;font-family:"reddit sans";font-size:18px;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:215.00003051758px;left:826.47576904297px;height:23.4028px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#niGoCewS9IbTKQqWakTrmTqv6dNFU3eB { position:absolute;display:block;z-index:15020;background-color:rgba(87,75,209,0.36);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: none;height:160px;width:160px;top:33px;left:871px;display:block; }
#RPKRB7vXzHhym3AOOnCBflm6uupTFzwV { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;height:155.99px;width:103.993px;top:36.496532440186px;left:548.00347900391px;overflow:hidden;display:block; }
#XU6a2sJUAuHzq0ka5vbb5cCg0Qlru9Mf { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;height:161.997px;width:98.9931px;top:29.975696563721px;left:901.4931640625px;overflow:hidden;display:block; }
#ow9pcTQmpWEbaXuEDuRBIr2qBxiMdA9d { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:1px solid #5d92ff;border-left:1px solid #5d92ff;border-right:1px solid #5d92ff;border-bottom:1px solid #5d92ff;box-shadow: none;position:relative;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;display:block; }#ow9pcTQmpWEbaXuEDuRBIr2qBxiMdA9d > .row .container { background-color: transparent; background-image: none; }#ow9pcTQmpWEbaXuEDuRBIr2qBxiMdA9d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ow9pcTQmpWEbaXuEDuRBIr2qBxiMdA9d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ow9pcTQmpWEbaXuEDuRBIr2qBxiMdA9d > .row .container > .video-iframe-container { display: none; }#ow9pcTQmpWEbaXuEDuRBIr2qBxiMdA9d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ow9pcTQmpWEbaXuEDuRBIr2qBxiMdA9d > .row > .video-iframe-container { display: none; }#ow9pcTQmpWEbaXuEDuRBIr2qBxiMdA9d > .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); }#ow9pcTQmpWEbaXuEDuRBIr2qBxiMdA9d > .row .container { border-width: 0; border-radius: 0; }#ow9pcTQmpWEbaXuEDuRBIr2qBxiMdA9d > .row > .video-iframe-container { border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px; }#ow9pcTQmpWEbaXuEDuRBIr2qBxiMdA9d > .row .container { font-size:14px;font-family:arial;height:367.77778px;width:1200px;overflow:visible;position:relative;display:block; }#TmH7yJXFIQsItHuvTikuXdSuh8ZFpWKL { box-sizing:content-box;height:323px;width:330px;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:24px;left:84px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;display:block; }
#LGfBUXTKPhvDHPXmx3341BONlyu9yvWU { color:#000000;display:block;width:172.969px;position:absolute;font-family:"reddit sans";font-size:18px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:211.95489501953px;left:162.5px;height:23.4028px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wbgWqa1xqyEnOuhNORBdmUlpnl9KZlOH { box-sizing:content-box;height:127.986px;width:305.99px;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:206px;left:96px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;display:block; }
#hVOSyEIlIEdfRVuLJpPDuV4KOPdWMMWb { color:#3d3d3d;display:block;width:295.99px;position:absolute;font-family:"reddit sans";font-size:16px;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:246px;left:101px;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#hVOSyEIlIEdfRVuLJpPDuV4KOPdWMMWb li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#hVOSyEIlIEdfRVuLJpPDuV4KOPdWMMWb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ada415fdf2df6090156653377dcb1dc3.svg); }
#uUETM6g0KnO8pQ2eWHCvUdHBbBHogJJV { position:absolute;display:block;z-index:15008;background-color:rgba(87,75,209,0.36);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: none;height:160px;width:160px;top:33px;left:169px;display:block; }
#edZDCKqIl7JPHIQvvkguPFgXh82eLwum { box-sizing:content-box;height:323px;width:330px;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:25px;left:433px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;display:block; }
#weanhCNSVEd8JEwuMXpncCoaFRM11OlM { box-sizing:content-box;height:127.986px;width:305.99px;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:207px;left:445px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;display:block; }
#W0mM9A93TE7fNTREIMu9DifCtqW4VbGh { color:#3d3d3d;display:block;width:295.99px;position:absolute;font-family:"reddit sans";font-size:16px;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:245.99653625488px;left:450px;height:86.8056px;text-align:left;text-align-last:left;font-style:normal;display:block; }#W0mM9A93TE7fNTREIMu9DifCtqW4VbGh li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#W0mM9A93TE7fNTREIMu9DifCtqW4VbGh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ada415fdf2df6090156653377dcb1dc3.svg); }
#CtzJrCRa2vIFrkBUEgcra9LSvFB3P0ZI { color:#000000;display:block;width:172.986px;position:absolute;font-family:"reddit sans";font-size:18px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:216px;left:511px;height:23.4028px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bZXhd2LcFmnoM08KTskbdTuoo4AwhUPi { position:absolute;display:block;z-index:15014;background-color:rgba(87,75,209,0.36);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: none;height:160px;width:160px;top:34px;left:518px;display:block; }
#Tg6TGXiUUXKoGGHpdHsGmg9CvAT0nTfl { box-sizing:content-box;height:323px;width:330px;position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;top:24px;left:786px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;display:block; }
#tdTWxT0kdNRoVPhxp58qpAM3MZkMyF7M { box-sizing:content-box;height:127.986px;width:305.99px;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;top:206px;left:798px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;display:block; }
#PM4THLOgHIXTZQfDSLvL45NZ1IVmP27T { color:#3d3d3d;display:block;width:295.99px;position:absolute;font-family:"reddit sans";font-size:16px;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:246px;left:803px;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#PM4THLOgHIXTZQfDSLvL45NZ1IVmP27T li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#PM4THLOgHIXTZQfDSLvL45NZ1IVmP27T li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ada415fdf2df6090156653377dcb1dc3.svg); }
#XcEckU185gFnMIeC6d825EA1p2Tk0B0u { color:#000000;display:block;width:248.993px;position:absolute;font-family:"reddit sans";font-size:18px;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:211.94445800781px;left:826.47576904297px;height:23.4028px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xJDaIchtXK0VkMBPxpiEiddQ8vUTul9D { position:absolute;display:block;z-index:15020;background-color:rgba(87,75,209,0.36);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: none;height:160px;width:160px;top:33px;left:871px;display:block; }
#ABktRAIEccUqxykXBuKEeVgOhsVFcW2i { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;height:156.997px;width:87.9688px;top:34.479167938232px;left:205.00003051758px;overflow:hidden;display:block; }
#BdLd0cKK764wdm0ZRrOSpTWNEJ2McwaT { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;height:155.99px;width:107.969px;top:34.982639312744px;left:546.00695800781px;overflow:hidden;display:block; }
#UTsudod73v7tlKw7Ex6xOTETZCrcEPyO { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;height:137.969px;width:116.997px;top:43.993057250977px;left:892.48266601562px;overflow:hidden;display:block; }
#ke6XmXtUd1lR61ezr9axpC9qwpgXtdOr { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:1px solid #5d92ff;border-left:1px solid #5d92ff;border-right:1px solid #5d92ff;border-bottom:1px solid #5d92ff;box-shadow: none;position:relative;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;display:block; }#ke6XmXtUd1lR61ezr9axpC9qwpgXtdOr > .row .container { background-color: transparent; background-image: none; }#ke6XmXtUd1lR61ezr9axpC9qwpgXtdOr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ke6XmXtUd1lR61ezr9axpC9qwpgXtdOr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ke6XmXtUd1lR61ezr9axpC9qwpgXtdOr > .row .container > .video-iframe-container { display: none; }#ke6XmXtUd1lR61ezr9axpC9qwpgXtdOr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ke6XmXtUd1lR61ezr9axpC9qwpgXtdOr > .row > .video-iframe-container { display: none; }#ke6XmXtUd1lR61ezr9axpC9qwpgXtdOr > .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); }#ke6XmXtUd1lR61ezr9axpC9qwpgXtdOr > .row .container { border-width: 0; border-radius: 0; }#ke6XmXtUd1lR61ezr9axpC9qwpgXtdOr > .row > .video-iframe-container { border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px; }#ke6XmXtUd1lR61ezr9axpC9qwpgXtdOr > .row .container { font-size:14px;font-family:arial;height:367.77778px;width:1200px;overflow:visible;position:relative;display:block; }#e8pNmDxbOnnTNuThZ9qwSN8md3CsHDe8 { box-sizing:content-box;height:323px;width:330px;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:24px;left:84px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;display:block; }
#H2sBT6nb3CLRXzoThacKeRoaO3ykP1E9 { color:#000000;display:block;width:172.969px;position:absolute;font-family:"reddit sans";font-size:18px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:215.9895324707px;left:162.5px;height:23.4028px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AE4ah2iABr2vUMPnQSPSTG4JVon1xOVM { box-sizing:content-box;height:127.986px;width:305.99px;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:206px;left:96px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;display:block; }
#HHKqkTrrwKZZgzACWcFws1RNFSRwf0xl { color:#3d3d3d;display:block;width:295.99px;position:absolute;font-family:"reddit sans";font-size:16px;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:246px;left:101px;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#HHKqkTrrwKZZgzACWcFws1RNFSRwf0xl li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#HHKqkTrrwKZZgzACWcFws1RNFSRwf0xl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ada415fdf2df6090156653377dcb1dc3.svg); }
#bJ0OLvWsLoZ4T2twvekR4SpTGq3mtAAB { position:absolute;display:block;z-index:15008;background-color:rgba(87,75,209,0.36);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: none;height:160px;width:160px;top:33px;left:169px;display:block; }
#q3pU7EvBnwnnbHhL2q2uhMSLsJZqyJTM { box-sizing:content-box;height:323px;width:330px;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:25px;left:433px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;display:block; }
#iwGyxzW0V3xsKZVxm8LyX3QUWoNlBOtP { box-sizing:content-box;height:127.986px;width:305.99px;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:207px;left:445px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;display:block; }
#BKQcIMNrN3lyCrdbUufhx02x7NR4wLlt { color:#3d3d3d;display:block;width:295.99px;position:absolute;font-family:"reddit sans";font-size:16px;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:245.99653625488px;left:450px;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#BKQcIMNrN3lyCrdbUufhx02x7NR4wLlt li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#BKQcIMNrN3lyCrdbUufhx02x7NR4wLlt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ada415fdf2df6090156653377dcb1dc3.svg); }
#iLufOnXNdVXRT88ZI4bTVLf0m07WxdoV { color:#000000;display:block;width:172.986px;position:absolute;font-family:"reddit sans";font-size:18px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:216px;left:511px;height:23.4028px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IdTeEkBOlBOzqrzQgPVOtRPvTHIwtvQD { position:absolute;display:block;z-index:15014;background-color:rgba(87,75,209,0.36);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: none;height:160px;width:160px;top:34px;left:518px;display:block; }
#Nkzus0d5CFpWI666TLbvZgkpCiK4JP8J { box-sizing:content-box;height:323px;width:330px;position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;top:24px;left:786px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;display:block; }
#lPguqCoedrkPz3pG1MKqFcE6oPmBi2tN { box-sizing:content-box;height:127.986px;width:305.99px;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;top:206px;left:798px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;display:block; }
#WGmoAvlph1ogIDcSCsmewB86Bmqo3p5e { color:#3d3d3d;display:block;width:295.99px;position:absolute;font-family:"reddit sans";font-size:16px;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:246px;left:803px;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#WGmoAvlph1ogIDcSCsmewB86Bmqo3p5e li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#WGmoAvlph1ogIDcSCsmewB86Bmqo3p5e li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ada415fdf2df6090156653377dcb1dc3.svg); }
#UdIIkz0K3f4lEXZD0AoKCA7wvyXUAxCh { color:#000000;display:block;width:248.993px;position:absolute;font-family:"reddit sans";font-size:18px;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:215.97216796875px;left:826.47576904297px;height:23.4028px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tg9bpmWAuPIULkBSp3fc9WeSM0EJcOro { position:absolute;display:block;z-index:15020;background-color:rgba(87,75,209,0.36);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: none;height:160px;width:160px;top:33px;left:871px;display:block; }
#HVGT2eywXermXPIHCeEwpDeTtTPORThI { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;height:160px;width:96.9792px;top:32.986114501953px;left:200.50347900391px;overflow:hidden;display:block; }
#BP2deRxOaFCV2wGK35tSnuuPbx1EBrsD { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;height:152.969px;width:91.9792px;top:36.493026733398px;left:553.99310302734px;overflow:hidden;display:block; }
#gGqpndB35deDCCThoR0UP0lShw2u0oVd { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;height:155px;width:102.969px;top:35.486114501953px;left:899.49658203125px;overflow:hidden;display:block; }
#qFOJRB2traKpnT1DILwvEduB8gKl4eWz { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:1px solid #5d92ff;border-left:1px solid #5d92ff;border-right:1px solid #5d92ff;border-bottom:1px solid #5d92ff;box-shadow: none;position:relative;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;display:block; }#qFOJRB2traKpnT1DILwvEduB8gKl4eWz > .row .container { background-color: transparent; background-image: none; }#qFOJRB2traKpnT1DILwvEduB8gKl4eWz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qFOJRB2traKpnT1DILwvEduB8gKl4eWz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qFOJRB2traKpnT1DILwvEduB8gKl4eWz > .row .container > .video-iframe-container { display: none; }#qFOJRB2traKpnT1DILwvEduB8gKl4eWz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qFOJRB2traKpnT1DILwvEduB8gKl4eWz > .row > .video-iframe-container { display: none; }#qFOJRB2traKpnT1DILwvEduB8gKl4eWz > .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); }#qFOJRB2traKpnT1DILwvEduB8gKl4eWz > .row .container { border-width: 0; border-radius: 0; }#qFOJRB2traKpnT1DILwvEduB8gKl4eWz > .row > .video-iframe-container { border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px; }#qFOJRB2traKpnT1DILwvEduB8gKl4eWz > .row .container { font-size:14px;font-family:arial;height:367.77778px;width:1200px;overflow:visible;position:relative;display:block; }#LcFbpp3hLZBJB7fSdoUxVTiaXifEzk6T { box-sizing:content-box;height:323px;width:330px;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:24px;left:84px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;display:block; }
#DMUm0byAMC4bIymtPJsrKqbwAMemiATp { color:#000000;display:block;width:172.986px;position:absolute;font-family:"reddit sans";font-size:18px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:215px;left:162px;height:23.4028px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T5oUvpDFb4iNS49gSPEK06qLDV5P9TWa { box-sizing:content-box;height:127.986px;width:305.99px;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:206px;left:96px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;display:block; }
#iqOdinsarBkoqmwL7DG6iTv7OkOMACgf { color:#3d3d3d;display:block;width:295.99px;position:absolute;font-family:"reddit sans";font-size:16px;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:246px;left:101px;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#iqOdinsarBkoqmwL7DG6iTv7OkOMACgf li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#iqOdinsarBkoqmwL7DG6iTv7OkOMACgf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ada415fdf2df6090156653377dcb1dc3.svg); }
#ryrcwJnXJHeqBWl6mCXw0iL3PGzdvwkK { position:absolute;display:block;z-index:15008;background-color:rgba(87,75,209,0.36);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: none;height:160px;width:160px;top:33px;left:169px;display:block; }
#fo1s3f3nKbX2pt4L0rdGEMxrAuyyN6Xe { box-sizing:content-box;height:323px;width:330px;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:25px;left:433px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;display:block; }
#U5iNfsLrNqBXfiN2KyFJXReahlvoRci1 { box-sizing:content-box;height:127.986px;width:305.99px;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:207px;left:445px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;display:block; }
#hSlXBTrfgnHgZzOvI7VDf2i57h8zvkKS { color:#3d3d3d;display:block;width:295.99px;position:absolute;font-family:"reddit sans";font-size:16px;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:260.36456298828px;left:451.99658203125px;height:19.2014px;text-align:left;text-align-last:left;font-style:normal;display:block; }#hSlXBTrfgnHgZzOvI7VDf2i57h8zvkKS li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#hSlXBTrfgnHgZzOvI7VDf2i57h8zvkKS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ada415fdf2df6090156653377dcb1dc3.svg); }
#RKWgCPtbkn5ebGnfAtTnWkfpmpOW7oie { color:#000000;display:block;width:172.969px;position:absolute;font-family:"reddit sans";font-size:18px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:215.00012207031px;left:511.49310302734px;height:23.4028px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DDrRGkZUcZMWZP60kqmoBwb0o9PB5O61 { position:absolute;display:block;z-index:15014;background-color:rgba(87,75,209,0.36);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: none;height:160px;width:160px;top:34px;left:518px;display:block; }
#WoWxUgywDHriiKdEVA49AbeLoAbcRfET { box-sizing:content-box;height:323px;width:330px;position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;top:24px;left:786px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;display:block; }
#ElbF8lqPtWE1dgSaWpDFB40rlpBZ8VOT { box-sizing:content-box;height:127.986px;width:305.99px;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;top:206px;left:798px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;display:block; }
#VLKyWLF9LfQsXtGmdEkzgfiebT7mOTbc { color:#3d3d3d;display:block;width:295.99px;position:absolute;font-family:"reddit sans";font-size:16px;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:246px;left:803px;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#VLKyWLF9LfQsXtGmdEkzgfiebT7mOTbc li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#VLKyWLF9LfQsXtGmdEkzgfiebT7mOTbc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ada415fdf2df6090156653377dcb1dc3.svg); }
#phl87yiQGfT1UDnuhmwcPublJm9aUizE { color:#000000;display:block;width:248.993px;position:absolute;font-family:"reddit sans";font-size:18px;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:215.00012207031px;left:826.47576904297px;height:23.4028px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#inutL27x3ScRxIwvSvfH6zlo3Z06iL1I { position:absolute;display:block;z-index:15020;background-color:rgba(87,75,209,0.36);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: none;height:160px;width:160px;top:33px;left:871px;display:block; }
#TIRRWT9ntQ3d8NTGSgJzuN39oC8seVIA { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;height:150.99px;width:92.9688px;top:37.482643127441px;left:202.50003051758px;overflow:hidden;display:block; }
#ZmufrfCgJ79urHToNsW2mvGfU5T7mAZ6 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:200px;border-top-right-radius:200px;border-bottom-left-radius:200px;border-bottom-right-radius:200px;box-shadow: none;height:150.99px;width:101.997px;top:37.482608795166px;left:548.99310302734px;overflow:hidden;display:block; }
#Nlu6UNmkXuAgMUXcQhmzUTAmEn19QZSI { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;height:155.99px;width:111.997px;top:34.982643127441px;left:894.98266601562px;overflow:hidden;display:block; }
#PUuCNuISItxRqmLTzsyV7Q6xVOEDSfic { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:1px solid #5d92ff;border-left:1px solid #5d92ff;border-right:1px solid #5d92ff;border-bottom:1px solid #5d92ff;box-shadow: none;position:relative;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;display:block; }#PUuCNuISItxRqmLTzsyV7Q6xVOEDSfic > .row .container { background-color: transparent; background-image: none; }#PUuCNuISItxRqmLTzsyV7Q6xVOEDSfic::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PUuCNuISItxRqmLTzsyV7Q6xVOEDSfic > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PUuCNuISItxRqmLTzsyV7Q6xVOEDSfic > .row .container > .video-iframe-container { display: none; }#PUuCNuISItxRqmLTzsyV7Q6xVOEDSfic > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PUuCNuISItxRqmLTzsyV7Q6xVOEDSfic > .row > .video-iframe-container { display: none; }#PUuCNuISItxRqmLTzsyV7Q6xVOEDSfic > .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); }#PUuCNuISItxRqmLTzsyV7Q6xVOEDSfic > .row .container { border-width: 0; border-radius: 0; }#PUuCNuISItxRqmLTzsyV7Q6xVOEDSfic > .row > .video-iframe-container { border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px; }#PUuCNuISItxRqmLTzsyV7Q6xVOEDSfic > .row .container { font-size:14px;font-family:arial;height:367.77778px;width:1200px;overflow:visible;position:relative;display:block; }#LfnIrg3NoyL0pha8QbFdWQ1NHwUTIm08 { box-sizing:content-box;height:323px;width:330px;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:24px;left:84px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;display:block; }
#ytmrkf5hBrTEqeUHv2vvR7qxBchKIoBB { color:#000000;display:block;width:172.986px;position:absolute;font-family:"reddit sans";font-size:18px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:215px;left:162px;height:23.4028px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nITNQZzSITc29M7rdiLfNbJ682eCb94N { box-sizing:content-box;height:127.986px;width:305.99px;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:206px;left:96px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;display:block; }
#pky6cVTFgxNp0TBcARznZsG5zLWT9nLr { color:#3d3d3d;display:block;width:295.99px;position:absolute;font-family:"reddit sans";font-size:16px;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:246px;left:101px;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#pky6cVTFgxNp0TBcARznZsG5zLWT9nLr li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#pky6cVTFgxNp0TBcARznZsG5zLWT9nLr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ada415fdf2df6090156653377dcb1dc3.svg); }
#xtc1xxDTefT2Qzp6UnO2JvlTWRLNVczL { position:absolute;display:block;z-index:15008;background-color:rgba(87,75,209,0.36);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: none;height:160px;width:160px;top:33px;left:169px;display:block; }
#Xu0CmzTfuAADU7soZHaHXxv9FXgJPgus { box-sizing:content-box;height:323px;width:330px;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:25px;left:433px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;display:block; }
#z94ZKpH2Rxscak3RGzmgG1pOfbtcyLoU { box-sizing:content-box;height:127.986px;width:305.99px;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:207px;left:445px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;display:block; }
#UU9Mcb2Ei6MM2XbVr99C3Wo8wk9Fqz8J { color:#3d3d3d;display:block;width:295.99px;position:absolute;font-family:"reddit sans";font-size:16px;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:255.34719848633px;left:451.99658203125px;height:67.6042px;text-align:left;text-align-last:left;font-style:normal;display:block; }#UU9Mcb2Ei6MM2XbVr99C3Wo8wk9Fqz8J li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#UU9Mcb2Ei6MM2XbVr99C3Wo8wk9Fqz8J li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ada415fdf2df6090156653377dcb1dc3.svg); }
#Qf57T0cz7zTGihnsH6uuMiC9f3yr4T15 { color:#000000;display:block;width:172.986px;position:absolute;font-family:"reddit sans";font-size:18px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:216px;left:511px;height:23.4028px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xXTbVSZ9snJ0g3VdVE7MAXpgh95fnXlg { position:absolute;display:block;z-index:15014;background-color:rgba(87,75,209,0.36);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: none;height:160px;width:160px;top:34px;left:518px;display:block; }
#gsfStXTfg24MFzdpLMXTNPt0bFSWEZPE { box-sizing:content-box;height:323px;width:330px;position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;top:24px;left:786px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;display:block; }
#UzXANHrLE8LLIvTtVpDNE0oJu3dbIhSS { box-sizing:content-box;height:127.986px;width:305.99px;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;top:206px;left:798px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;display:block; }
#J8sclLU6PkDTWeIuvMInD1cprKXfSh6e { color:#3d3d3d;display:block;width:295.99px;position:absolute;font-family:"reddit sans";font-size:16px;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:258.87146759033px;left:809.07989501953px;height:46.5972px;text-align:left;text-align-last:left;font-style:normal;display:block; }#J8sclLU6PkDTWeIuvMInD1cprKXfSh6e li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#J8sclLU6PkDTWeIuvMInD1cprKXfSh6e li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ada415fdf2df6090156653377dcb1dc3.svg); }
#BdkptXuDQ2MwgoofP8oPHUWPB8OPq4k0 { color:#000000;display:block;width:248.993px;position:absolute;font-family:"reddit sans";font-size:18px;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:215.00004577637px;left:832.55212402344px;height:23.4028px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kkvfy6Psq6bTevfZvqAC22mrJA2sFteR { position:absolute;display:block;z-index:15020;background-color:rgba(87,75,209,0.36);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: none;height:160px;width:160px;top:33px;left:871px;display:block; }
#cJPuRy9bk45atcPWN7cKzKn76i18zoPP { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;height:161.997px;width:115.99px;top:31.979164123535px;left:190.98959350586px;overflow:hidden;display:block; }
#ro30wqPHcs4dcyPVyF5qoV1MNPrzMnDE { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;height:147.969px;width:118.976px;top:46.128471374512px;left:540.50347900391px;overflow:hidden;display:block; }
#Vkz8TZg5JNp6tXClMHpkmyGZv0WnvhvW { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;height:143.976px;width:103.976px;top:40.989585876465px;left:898.9931640625px;overflow:hidden;display:block; }
#tlUTWvbLTyA5akuVO8b0dptdCRtm9F4O { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:1px solid #5d92ff;border-left:1px solid #5d92ff;border-right:1px solid #5d92ff;border-bottom:1px solid #5d92ff;box-shadow: none;position:relative;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;display:block; }#tlUTWvbLTyA5akuVO8b0dptdCRtm9F4O > .row .container { background-color: transparent; background-image: none; }#tlUTWvbLTyA5akuVO8b0dptdCRtm9F4O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlUTWvbLTyA5akuVO8b0dptdCRtm9F4O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlUTWvbLTyA5akuVO8b0dptdCRtm9F4O > .row .container > .video-iframe-container { display: none; }#tlUTWvbLTyA5akuVO8b0dptdCRtm9F4O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlUTWvbLTyA5akuVO8b0dptdCRtm9F4O > .row > .video-iframe-container { display: none; }#tlUTWvbLTyA5akuVO8b0dptdCRtm9F4O > .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); }#tlUTWvbLTyA5akuVO8b0dptdCRtm9F4O > .row .container { border-width: 0; border-radius: 0; }#tlUTWvbLTyA5akuVO8b0dptdCRtm9F4O > .row > .video-iframe-container { border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px; }#tlUTWvbLTyA5akuVO8b0dptdCRtm9F4O > .row .container { font-size:14px;font-family:arial;height:367.77778px;width:1200px;overflow:visible;position:relative;display:block; }#Lc6aw18K7aobEyT8xPzEseg163Kt4A2Q { box-sizing:content-box;height:323px;width:330px;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:24px;left:84px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;display:block; }
#TBaDv1MXZQDkiA9cTeW7EuCxTCZLnoLT { color:#000000;display:block;width:172.986px;position:absolute;font-family:"reddit sans";font-size:18px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:215px;left:162px;height:23.4028px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KSWXOgWMTsZnqufF9ZCln6seP59diwsz { box-sizing:content-box;height:127.986px;width:305.99px;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:206px;left:96px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;display:block; }
#Dtil2Bh4oUWCldnqXCIQNxgQKleddICi { color:#3d3d3d;display:block;width:295.99px;position:absolute;font-family:"reddit sans";font-size:16px;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:246px;left:101px;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#Dtil2Bh4oUWCldnqXCIQNxgQKleddICi li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#Dtil2Bh4oUWCldnqXCIQNxgQKleddICi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ada415fdf2df6090156653377dcb1dc3.svg); }
#qTVR69ntS3qtrA6C2GVGGSXtPy71HLvT { position:absolute;display:block;z-index:15008;background-color:rgba(87,75,209,0.36);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: none;height:160px;width:160px;top:33px;left:169px;display:block; }
#ExTRNKCh8bkq0hXxR4sU6whtdVyhXnqM { box-sizing:content-box;height:323px;width:330px;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:25px;left:433px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;display:block; }
#zP3CRn2GVefTXMCcXWdctpEQt76Tez4r { box-sizing:content-box;height:127.986px;width:305.99px;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:207px;left:445px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;display:block; }
#Z4O4XaStg67GFe8ULyQFP0rtizqTPffG { color:#3d3d3d;display:block;width:295.99px;position:absolute;font-family:"reddit sans";font-size:16px;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:255.34719848633px;left:451.99658203125px;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#Z4O4XaStg67GFe8ULyQFP0rtizqTPffG li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#Z4O4XaStg67GFe8ULyQFP0rtizqTPffG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ada415fdf2df6090156653377dcb1dc3.svg); }
#qgCXksTXIsXwf865ZHbZ3Tw80KLyHavp { color:#000000;display:block;width:172.986px;position:absolute;font-family:"reddit sans";font-size:18px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:216px;left:511px;height:23.4028px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LA21LPEmNaug7QZeXlBDEyvxpGfyzyO8 { position:absolute;display:block;z-index:15014;background-color:rgba(87,75,209,0.36);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: none;height:160px;width:160px;top:34px;left:518px;display:block; }
#Qg4ssJdzKRHxfXubIF9IA84Xg6lgS5v9 { box-sizing:content-box;height:323px;width:330px;position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;top:24px;left:786px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;display:block; }
#o3GK73CpSlAL9E5dTybMDk8RJKDPc7X0 { box-sizing:content-box;height:127.986px;width:305.99px;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;top:206px;left:798px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;display:block; }
#cfSeSnddAHTVEIiig1On6WPC73ZADSMk { color:#3d3d3d;display:block;width:295.99px;position:absolute;font-family:"reddit sans";font-size:16px;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:258.87146759033px;left:809.07989501953px;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#cfSeSnddAHTVEIiig1On6WPC73ZADSMk li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#cfSeSnddAHTVEIiig1On6WPC73ZADSMk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ada415fdf2df6090156653377dcb1dc3.svg); }
#o8bUAladqL1o9lTPpC48msianxuJTSuU { color:#000000;display:block;width:248.993px;position:absolute;font-family:"reddit sans";font-size:18px;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:215.00004577637px;left:832.55212402344px;height:23.4028px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JfEWaZnJqGJe3TCl9uwuJyrS424EyNAk { position:absolute;display:block;z-index:15020;background-color:rgba(87,75,209,0.36);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: none;height:160px;width:160px;top:33px;left:871px;display:block; }
#InyKyKlmTgTUe9UDz6XHvTetTLIX31l8 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;height:155px;width:100.99px;top:35.486114501953px;left:198.48959350586px;overflow:hidden;display:block; }
#wkuge2n3WaHF9RhRNT9b8Bhf46CAFiVI { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;height:160.99px;width:100px;top:32.482643127441px;left:550.00006103516px;overflow:hidden;display:block; }
#g0y9ouQ28q73ykt80B4dZUqroF1tSTrD { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;height:162.986px;width:95.9896px;top:31.493057250977px;left:902.98620605469px;overflow:hidden;display:block; }
#R54sF3EGHaqd6vncMT8a6squTfUR996H { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:1px solid #5d92ff;border-left:1px solid #5d92ff;border-right:1px solid #5d92ff;border-bottom:1px solid #5d92ff;box-shadow: none;position:relative;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;display:block; }#R54sF3EGHaqd6vncMT8a6squTfUR996H > .row .container { background-color: transparent; background-image: none; }#R54sF3EGHaqd6vncMT8a6squTfUR996H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R54sF3EGHaqd6vncMT8a6squTfUR996H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R54sF3EGHaqd6vncMT8a6squTfUR996H > .row .container > .video-iframe-container { display: none; }#R54sF3EGHaqd6vncMT8a6squTfUR996H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R54sF3EGHaqd6vncMT8a6squTfUR996H > .row > .video-iframe-container { display: none; }#R54sF3EGHaqd6vncMT8a6squTfUR996H > .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); }#R54sF3EGHaqd6vncMT8a6squTfUR996H > .row .container { border-width: 0; border-radius: 0; }#R54sF3EGHaqd6vncMT8a6squTfUR996H > .row > .video-iframe-container { border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px; }#R54sF3EGHaqd6vncMT8a6squTfUR996H > .row .container { font-size:14px;font-family:arial;height:367.77778px;width:1200px;overflow:visible;position:relative;display:block; }#DUr6VRBqFcWU5ZEnuHxsFEdWU7o3XlZT { box-sizing:content-box;height:323px;width:330px;position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;top:23px;left:435px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;display:block; }
#AncQrDq5iSBJzLQ3wIIx3u19hxlq2R8H { box-sizing:content-box;height:127.986px;width:305.99px;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;top:205px;left:447px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;display:block; }
#l6oM3qCsoIOkAk8OPSTrNbQ5NBuAXiXT { color:#3d3d3d;display:block;width:295.99px;position:absolute;font-family:"reddit sans";font-size:16px;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:258px;left:458px;height:46.5972px;text-align:left;text-align-last:left;font-style:normal;display:block; }#l6oM3qCsoIOkAk8OPSTrNbQ5NBuAXiXT li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#l6oM3qCsoIOkAk8OPSTrNbQ5NBuAXiXT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ada415fdf2df6090156653377dcb1dc3.svg); }
#zrXDTpRlwsPm7l29ItzMrPvv7M1IOI8o { color:#000000;display:block;width:248.993px;position:absolute;font-family:"reddit sans";font-size:18px;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:214px;left:482px;height:23.4028px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XIQHvkEmX4PxMTHXPsQVfkcH8IyBqn3F { position:absolute;display:block;z-index:15020;background-color:rgba(87,75,209,0.36);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: none;height:160px;width:160px;top:32px;left:520px;display:block; }
#BfOhAzTxni2td8VgCGHwxFaWsTo9Toxq { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;height:157.969px;width:113.976px;top:33px;left:543px;overflow:hidden;display:block; }
#IE5G0lZ6utIssQZETdT3uRpOheKiFP5l { position:relative;display:block; }#IE5G0lZ6utIssQZETdT3uRpOheKiFP5l { background-color: transparent; background-image: none; }#IE5G0lZ6utIssQZETdT3uRpOheKiFP5l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IE5G0lZ6utIssQZETdT3uRpOheKiFP5l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IE5G0lZ6utIssQZETdT3uRpOheKiFP5l > .row .container > .video-iframe-container { display: none; }#IE5G0lZ6utIssQZETdT3uRpOheKiFP5l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IE5G0lZ6utIssQZETdT3uRpOheKiFP5l > .row > .video-iframe-container { display: none; }#IE5G0lZ6utIssQZETdT3uRpOheKiFP5l > .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); }#IE5G0lZ6utIssQZETdT3uRpOheKiFP5l { border-width: 0; border-radius: 0; }#IE5G0lZ6utIssQZETdT3uRpOheKiFP5l > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IE5G0lZ6utIssQZETdT3uRpOheKiFP5l > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:79px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#h4JkoZhdzv1GxdFnoauKI6qWKyXGklw9 { background-color:#010405;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11px;border-top-right-radius:11px;border-bottom-left-radius:11px;border-bottom-right-radius:11px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"reddit sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:206.997px;height:55px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:11.996520996094px;left:496.49310302734px;display:block; }
#MP8ZOomXqgIk0lJki0zetOAryInrzJxI { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #uZc18tBV2zeBU5yHu2DE0O7T34Sa26Kk { display:block; }#uZc18tBV2zeBU5yHu2DE0O7T34Sa26Kk > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yvO0JsoieO5dNNMToGDH1gpqxMfZQsqM { top:0px;left:0px;width:200px;height:45px;display:block; }
 }@media only screen and (max-width: 763px) { #zLRvnKTSf3uHm8fzmPs7oaJ6ltHy5tMx { display:block; }#zLRvnKTSf3uHm8fzmPs7oaJ6ltHy5tMx > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NleV7438DUf7bqSCmPTHkazqVU6A5phL { top:46px;left:428px;width:336px;height:25px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #rnLS1wlSWMTJ07cZxsg0hPJzl3xgrl9L { top:137px;left:0px;width:695px;height:41px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #uORNBEVhe33ZvUpnqDLIPH675nJTB6Iv { top:191px;left:0px;width:555px;height:52px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #HW2rXr9yC1ORCVZgxWG5HLX2HVrSnIRX { top:21px;left:397px;width:365px;height:346px;display:block; }
 }@media only screen and (max-width: 763px) { #vaTWDF8Oc8Nb6KUKPPMSEGTDVOwwwVgm { top:10px;left:348.97918701172px;width:255px;height:370.55836165475px;display:block; }
 }@media only screen and (max-width: 763px) { #qXpusBxEMPSuLTKFRlGagx2SawhLZdgO { display:block; }#qXpusBxEMPSuLTKFRlGagx2SawhLZdgO > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gs2TNEMFuPHhiUTMWzFtrcrn4wX18F4U { top:11px;left:214.50002701562px;width:335px;height:41px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #BDKyGOhiJu2tAJpAgLnO7eb5pKz9Twqf { top:29px;left:0px;width:764px;height:41px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #O16Eoq41gh15Ps2QLVC2sJMRVSFXqmNy { top:80px;left:0px;width:764px;height:25px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #M424695NUPpoyMSAK6IzqlcydUG559w6 { display:block; }#M424695NUPpoyMSAK6IzqlcydUG559w6 > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XfFnW77PVxRFNCIbeCBx1Q6FI88JuJaI { top:509px;left:0px;width:485px;height:223px;display:block; }
 }@media only screen and (max-width: 763px) { #Q1Hh4KIrX2TyyTCbBfgcBUzfANtdx2fb { top:530px;left:0px;width:471px;height:181px;font-size:14px;display:block; }#Q1Hh4KIrX2TyyTCbBfgcBUzfANtdx2fb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6e98d8e17a13baa3c71f655f2d241013.svg); }
 }@media only screen and (max-width: 763px) { #wn3okARPAeun5FwRWVvSsMOf7a1EsQBT { top:14px;left:0px;width:487px;height:487px;display:block; }
 }@media only screen and (max-width: 763px) { #MSOhL8UFPymeDoqlCK4gJ0C3JDWdvb0r { top:13px;left:277px;width:487px;height:487px;display:block; }
 }@media only screen and (max-width: 763px) { #kIaaFGZ4RmrcszBMHuqTMU831wh5BeLI { top:511px;left:279px;width:485px;height:223px;display:block; }
 }@media only screen and (max-width: 763px) { #lyppQ53CT4EAT1qZ1F8xszNQg9VLbJyx { top:570px;left:293px;width:471px;height:101px;font-size:14px;display:block; }#lyppQ53CT4EAT1qZ1F8xszNQg9VLbJyx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6e98d8e17a13baa3c71f655f2d241013.svg); }
 }@media only screen and (max-width: 763px) { #KluSALHM5z2rpqEAz302GdwzWNH85cO6 { width:263px;height:55px;top:754px;left:250.00347900391px;display:block; }
 }@media only screen and (max-width: 763px) { #IVQ8KJ2mZkNmyCryMtPKTRz2pgt5FHwH { display:block; }
 }@media only screen and (max-width: 763px) { #ItCA5ZFNhT3a5Wi4fTDtvIBqZJtFL3ot { display:block; }#ItCA5ZFNhT3a5Wi4fTDtvIBqZJtFL3ot > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p2pTQzxxNZ4nnCPvshLfwT0zAUJZgO1y { width:740px;height:36px;top:20px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #pb34Pqi3mJTpG3M3F4OhpyxowxnnovaZ { display:block; }#pb34Pqi3mJTpG3M3F4OhpyxowxnnovaZ > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P6WQoBqfpSCh21bi21ATxCS1Owgr6R6C { top:24px;left:0px;width:330px;height:322px;display:block; }
 }@media only screen and (max-width: 763px) { #KNEhXoQHvmEIimlKP3EH9mnTrk0IDh4c { top:215px;left:0px;width:172px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #VCGSV5o0iLORLcrONumGDAPvRD7XaWqw { top:206px;left:0px;width:305px;height:127px;display:block; }
 }@media only screen and (max-width: 763px) { #dhq620zvKLu6as0Uzwwzp9AH6u2QOHG4 { top:246px;left:0px;width:295px;height:72px;font-size:16px;display:block; }#dhq620zvKLu6as0Uzwwzp9AH6u2QOHG4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ada415fdf2df6090156653377dcb1dc3.svg); }
 }@media only screen and (max-width: 763px) { #xJT0c8lt31ykzcTwtvTTATwqORG2gfWA { top:52px;left:0px;width:118px;height:139.83341178053px;display:block; }
 }@media only screen and (max-width: 763px) { #qPudChz42QAFDanSpMon6LyNgeJmHODu { width:160px;height:160px;top:33px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #KCREnfpxTQF9oifD5o2wTlyI0p8VZGbT { top:25px;left:215px;width:330px;height:322px;display:block; }
 }@media only screen and (max-width: 763px) { #Xo1iuFViFf7NHZS90zkKDaegTvKmDZDX { top:207px;left:227px;width:305px;height:127px;display:block; }
 }@media only screen and (max-width: 763px) { #hWerf0BLFf3yC0qTQT09o0XfHSRDsmUM { top:247px;left:232px;width:295px;height:;font-size:16px;display:block; }#hWerf0BLFf3yC0qTQT09o0XfHSRDsmUM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ada415fdf2df6090156653377dcb1dc3.svg); }
 }@media only screen and (max-width: 763px) { #Mg8zxmo2OoUOsh2RcShahrEcqLi5XZCI { top:215px;left:292.98962402344px;width:172px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #sXNQRqdCCPV3D6hcazZCNIb6fNqKZRtA { width:160px;height:160px;top:34px;left:300px;display:block; }
 }@media only screen and (max-width: 763px) { #Hqftay018ZB3xLv9NZyENlOHzFaQZ0eB { top:24px;left:434px;width:330px;height:322px;display:block; }
 }@media only screen and (max-width: 763px) { #NIedQEyUDU8z00TFVteufpSTq76CxOON { top:206px;left:459px;width:305px;height:127px;display:block; }
 }@media only screen and (max-width: 763px) { #XXADEAwULXhPnmNu0PcST3JEqncRsT6V { top:246px;left:469px;width:295px;height:;font-size:16px;display:block; }#XXADEAwULXhPnmNu0PcST3JEqncRsT6V li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ada415fdf2df6090156653377dcb1dc3.svg); }
 }@media only screen and (max-width: 763px) { #fsIDFTGKLxIUEtHetC9pswLuFg4hdsUE { top:215px;left:515px;width:248px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #niGoCewS9IbTKQqWakTrmTqv6dNFU3eB { width:160px;height:160px;top:33px;left:604px;display:block; }
 }@media only screen and (max-width: 763px) { #RPKRB7vXzHhym3AOOnCBflm6uupTFzwV { top:36px;left:330.00347900391px;width:103px;height:154.50049522564px;display:block; }
 }@media only screen and (max-width: 763px) { #XU6a2sJUAuHzq0ka5vbb5cCg0Qlru9Mf { top:29px;left:666px;width:98px;height:160.37184409823px;display:block; }
 }@media only screen and (max-width: 763px) { #ow9pcTQmpWEbaXuEDuRBIr2qBxiMdA9d { display:block; }#ow9pcTQmpWEbaXuEDuRBIr2qBxiMdA9d > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TmH7yJXFIQsItHuvTikuXdSuh8ZFpWKL { top:24px;left:0px;width:330px;height:322px;display:block; }
 }@media only screen and (max-width: 763px) { #LGfBUXTKPhvDHPXmx3341BONlyu9yvWU { top:211px;left:0px;width:172px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #wbgWqa1xqyEnOuhNORBdmUlpnl9KZlOH { top:206px;left:0px;width:305px;height:127px;display:block; }
 }@media only screen and (max-width: 763px) { #hVOSyEIlIEdfRVuLJpPDuV4KOPdWMMWb { top:245px;left:0px;width:295px;height:;font-size:16px;display:block; }#hVOSyEIlIEdfRVuLJpPDuV4KOPdWMMWb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ada415fdf2df6090156653377dcb1dc3.svg); }
 }@media only screen and (max-width: 763px) { #uUETM6g0KnO8pQ2eWHCvUdHBbBHogJJV { width:160px;height:160px;top:33px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #edZDCKqIl7JPHIQvvkguPFgXh82eLwum { top:25px;left:215px;width:330px;height:322px;display:block; }
 }@media only screen and (max-width: 763px) { #weanhCNSVEd8JEwuMXpncCoaFRM11OlM { top:207px;left:227px;width:305px;height:127px;display:block; }
 }@media only screen and (max-width: 763px) { #W0mM9A93TE7fNTREIMu9DifCtqW4VbGh { top:245px;left:232px;width:295px;height:86px;font-size:16px;display:block; }#W0mM9A93TE7fNTREIMu9DifCtqW4VbGh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ada415fdf2df6090156653377dcb1dc3.svg); }
 }@media only screen and (max-width: 763px) { #CtzJrCRa2vIFrkBUEgcra9LSvFB3P0ZI { top:215px;left:292.98962402344px;width:172px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #bZXhd2LcFmnoM08KTskbdTuoo4AwhUPi { width:160px;height:160px;top:34px;left:300px;display:block; }
 }@media only screen and (max-width: 763px) { #Tg6TGXiUUXKoGGHpdHsGmg9CvAT0nTfl { top:24px;left:434px;width:330px;height:322px;display:block; }
 }@media only screen and (max-width: 763px) { #tdTWxT0kdNRoVPhxp58qpAM3MZkMyF7M { top:206px;left:459px;width:305px;height:127px;display:block; }
 }@media only screen and (max-width: 763px) { #PM4THLOgHIXTZQfDSLvL45NZ1IVmP27T { top:245px;left:469px;width:295px;height:;font-size:16px;display:block; }#PM4THLOgHIXTZQfDSLvL45NZ1IVmP27T li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ada415fdf2df6090156653377dcb1dc3.svg); }
 }@media only screen and (max-width: 763px) { #XcEckU185gFnMIeC6d825EA1p2Tk0B0u { top:211px;left:516px;width:248px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #xJDaIchtXK0VkMBPxpiEiddQ8vUTul9D { width:160px;height:160px;top:33px;left:604px;display:block; }
 }@media only screen and (max-width: 763px) { #ABktRAIEccUqxykXBuKEeVgOhsVFcW2i { top:34px;left:0px;width:87px;height:155.26799274288px;display:block; }
 }@media only screen and (max-width: 763px) { #BdLd0cKK764wdm0ZRrOSpTWNEJ2McwaT { top:34px;left:328.00695800781px;width:107px;height:154.59002120979px;display:block; }
 }@media only screen and (max-width: 763px) { #UTsudod73v7tlKw7Ex6xOTETZCrcEPyO { top:43px;left:648px;width:116px;height:136.79328529791px;display:block; }
 }@media only screen and (max-width: 763px) { #ke6XmXtUd1lR61ezr9axpC9qwpgXtdOr { display:block; }#ke6XmXtUd1lR61ezr9axpC9qwpgXtdOr > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e8pNmDxbOnnTNuThZ9qwSN8md3CsHDe8 { top:24px;left:0px;width:330px;height:322px;display:block; }
 }@media only screen and (max-width: 763px) { #H2sBT6nb3CLRXzoThacKeRoaO3ykP1E9 { top:215px;left:0px;width:172px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #AE4ah2iABr2vUMPnQSPSTG4JVon1xOVM { top:206px;left:0px;width:305px;height:127px;display:block; }
 }@media only screen and (max-width: 763px) { #HHKqkTrrwKZZgzACWcFws1RNFSRwf0xl { top:245px;left:0px;width:295px;height:;font-size:16px;display:block; }#HHKqkTrrwKZZgzACWcFws1RNFSRwf0xl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ada415fdf2df6090156653377dcb1dc3.svg); }
 }@media only screen and (max-width: 763px) { #bJ0OLvWsLoZ4T2twvekR4SpTGq3mtAAB { width:160px;height:160px;top:33px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #q3pU7EvBnwnnbHhL2q2uhMSLsJZqyJTM { top:25px;left:215px;width:330px;height:322px;display:block; }
 }@media only screen and (max-width: 763px) { #iwGyxzW0V3xsKZVxm8LyX3QUWoNlBOtP { top:207px;left:227px;width:305px;height:127px;display:block; }
 }@media only screen and (max-width: 763px) { #BKQcIMNrN3lyCrdbUufhx02x7NR4wLlt { top:245px;left:232px;width:295px;height:;font-size:16px;display:block; }#BKQcIMNrN3lyCrdbUufhx02x7NR4wLlt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ada415fdf2df6090156653377dcb1dc3.svg); }
 }@media only screen and (max-width: 763px) { #iLufOnXNdVXRT88ZI4bTVLf0m07WxdoV { top:215px;left:292.98962402344px;width:172px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #IdTeEkBOlBOzqrzQgPVOtRPvTHIwtvQD { width:160px;height:160px;top:34px;left:300px;display:block; }
 }@media only screen and (max-width: 763px) { #Nkzus0d5CFpWI666TLbvZgkpCiK4JP8J { top:24px;left:434px;width:330px;height:322px;display:block; }
 }@media only screen and (max-width: 763px) { #lPguqCoedrkPz3pG1MKqFcE6oPmBi2tN { top:206px;left:459px;width:305px;height:127px;display:block; }
 }@media only screen and (max-width: 763px) { #WGmoAvlph1ogIDcSCsmewB86Bmqo3p5e { top:245px;left:469px;width:295px;height:;font-size:16px;display:block; }#WGmoAvlph1ogIDcSCsmewB86Bmqo3p5e li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ada415fdf2df6090156653377dcb1dc3.svg); }
 }@media only screen and (max-width: 763px) { #UdIIkz0K3f4lEXZD0AoKCA7wvyXUAxCh { top:215px;left:516px;width:248px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Tg9bpmWAuPIULkBSp3fc9WeSM0EJcOro { width:160px;height:160px;top:33px;left:604px;display:block; }
 }@media only screen and (max-width: 763px) { #HVGT2eywXermXPIHCeEwpDeTtTPORThI { top:32px;left:0px;width:96px;height:158.38447832112px;display:block; }
 }@media only screen and (max-width: 763px) { #BP2deRxOaFCV2wGK35tSnuuPbx1EBrsD { top:36px;left:335.99310302734px;width:91px;height:151.34050959347px;display:block; }
 }@media only screen and (max-width: 763px) { #gGqpndB35deDCCThoR0UP0lShw2u0oVd { top:35px;left:662px;width:102px;height:153.54135710748px;display:block; }
 }@media only screen and (max-width: 763px) { #qFOJRB2traKpnT1DILwvEduB8gKl4eWz { display:block; }#qFOJRB2traKpnT1DILwvEduB8gKl4eWz > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LcFbpp3hLZBJB7fSdoUxVTiaXifEzk6T { top:24px;left:0px;width:330px;height:322px;display:block; }
 }@media only screen and (max-width: 763px) { #DMUm0byAMC4bIymtPJsrKqbwAMemiATp { top:215px;left:0px;width:172px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #T5oUvpDFb4iNS49gSPEK06qLDV5P9TWa { top:206px;left:0px;width:305px;height:127px;display:block; }
 }@media only screen and (max-width: 763px) { #iqOdinsarBkoqmwL7DG6iTv7OkOMACgf { top:245px;left:0px;width:295px;height:;font-size:16px;display:block; }#iqOdinsarBkoqmwL7DG6iTv7OkOMACgf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ada415fdf2df6090156653377dcb1dc3.svg); }
 }@media only screen and (max-width: 763px) { #ryrcwJnXJHeqBWl6mCXw0iL3PGzdvwkK { width:160px;height:160px;top:33px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #fo1s3f3nKbX2pt4L0rdGEMxrAuyyN6Xe { top:25px;left:215px;width:330px;height:322px;display:block; }
 }@media only screen and (max-width: 763px) { #U5iNfsLrNqBXfiN2KyFJXReahlvoRci1 { top:207px;left:227px;width:305px;height:127px;display:block; }
 }@media only screen and (max-width: 763px) { #hSlXBTrfgnHgZzOvI7VDf2i57h8zvkKS { top:260px;left:233.99658203125px;width:295px;height:19px;font-size:16px;display:block; }#hSlXBTrfgnHgZzOvI7VDf2i57h8zvkKS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ada415fdf2df6090156653377dcb1dc3.svg); }
 }@media only screen and (max-width: 763px) { #RKWgCPtbkn5ebGnfAtTnWkfpmpOW7oie { top:215px;left:293.49310302734px;width:172px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #DDrRGkZUcZMWZP60kqmoBwb0o9PB5O61 { width:160px;height:160px;top:34px;left:300px;display:block; }
 }@media only screen and (max-width: 763px) { #WoWxUgywDHriiKdEVA49AbeLoAbcRfET { top:24px;left:434px;width:330px;height:322px;display:block; }
 }@media only screen and (max-width: 763px) { #ElbF8lqPtWE1dgSaWpDFB40rlpBZ8VOT { top:206px;left:459px;width:305px;height:127px;display:block; }
 }@media only screen and (max-width: 763px) { #VLKyWLF9LfQsXtGmdEkzgfiebT7mOTbc { top:245px;left:469px;width:295px;height:;font-size:16px;display:block; }#VLKyWLF9LfQsXtGmdEkzgfiebT7mOTbc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ada415fdf2df6090156653377dcb1dc3.svg); }
 }@media only screen and (max-width: 763px) { #phl87yiQGfT1UDnuhmwcPublJm9aUizE { top:215px;left:516px;width:248px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #inutL27x3ScRxIwvSvfH6zlo3Z06iL1I { width:160px;height:160px;top:33px;left:604px;display:block; }
 }@media only screen and (max-width: 763px) { #TIRRWT9ntQ3d8NTGSgJzuN39oC8seVIA { top:37px;left:0px;width:92px;height:149.41657846503px;display:block; }
 }@media only screen and (max-width: 763px) { #ZmufrfCgJ79urHToNsW2mvGfU5T7mAZ6 { top:37px;left:330.99310302734px;width:101px;height:149.51410335598px;display:block; }
 }@media only screen and (max-width: 763px) { #Nlu6UNmkXuAgMUXcQhmzUTAmEn19QZSI { top:34px;left:652px;width:111px;height:154.60137325107px;display:block; }
 }@media only screen and (max-width: 763px) { #PUuCNuISItxRqmLTzsyV7Q6xVOEDSfic { display:block; }#PUuCNuISItxRqmLTzsyV7Q6xVOEDSfic > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LfnIrg3NoyL0pha8QbFdWQ1NHwUTIm08 { top:24px;left:0px;width:330px;height:322px;display:block; }
 }@media only screen and (max-width: 763px) { #ytmrkf5hBrTEqeUHv2vvR7qxBchKIoBB { top:214px;left:0px;width:172px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #nITNQZzSITc29M7rdiLfNbJ682eCb94N { top:206px;left:0px;width:305px;height:127px;display:block; }
 }@media only screen and (max-width: 763px) { #pky6cVTFgxNp0TBcARznZsG5zLWT9nLr { top:245px;left:0px;width:295px;height:;font-size:16px;display:block; }#pky6cVTFgxNp0TBcARznZsG5zLWT9nLr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ada415fdf2df6090156653377dcb1dc3.svg); }
 }@media only screen and (max-width: 763px) { #xtc1xxDTefT2Qzp6UnO2JvlTWRLNVczL { width:160px;height:160px;top:33px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Xu0CmzTfuAADU7soZHaHXxv9FXgJPgus { top:25px;left:215px;width:330px;height:322px;display:block; }
 }@media only screen and (max-width: 763px) { #z94ZKpH2Rxscak3RGzmgG1pOfbtcyLoU { top:207px;left:227px;width:305px;height:127px;display:block; }
 }@media only screen and (max-width: 763px) { #UU9Mcb2Ei6MM2XbVr99C3Wo8wk9Fqz8J { top:255px;left:233.99658203125px;width:295px;height:;font-size:16px;display:block; }#UU9Mcb2Ei6MM2XbVr99C3Wo8wk9Fqz8J li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ada415fdf2df6090156653377dcb1dc3.svg); }
 }@media only screen and (max-width: 763px) { #Qf57T0cz7zTGihnsH6uuMiC9f3yr4T15 { top:215px;left:292.98962402344px;width:172px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #xXTbVSZ9snJ0g3VdVE7MAXpgh95fnXlg { width:160px;height:160px;top:34px;left:300px;display:block; }
 }@media only screen and (max-width: 763px) { #gsfStXTfg24MFzdpLMXTNPt0bFSWEZPE { top:24px;left:434px;width:330px;height:322px;display:block; }
 }@media only screen and (max-width: 763px) { #UzXANHrLE8LLIvTtVpDNE0oJu3dbIhSS { top:206px;left:459px;width:305px;height:127px;display:block; }
 }@media only screen and (max-width: 763px) { #J8sclLU6PkDTWeIuvMInD1cprKXfSh6e { top:258px;left:469px;width:295px;height:46px;font-size:16px;display:block; }#J8sclLU6PkDTWeIuvMInD1cprKXfSh6e li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ada415fdf2df6090156653377dcb1dc3.svg); }
 }@media only screen and (max-width: 763px) { #BdkptXuDQ2MwgoofP8oPHUWPB8OPq4k0 { top:215px;left:516px;width:248px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #kkvfy6Psq6bTevfZvqAC22mrJA2sFteR { width:160px;height:160px;top:33px;left:604px;display:block; }
 }@media only screen and (max-width: 763px) { #cJPuRy9bk45atcPWN7cKzKn76i18zoPP { top:31px;left:0px;width:115px;height:160.61432020002px;display:block; }
 }@media only screen and (max-width: 763px) { #ro30wqPHcs4dcyPVyF5qoV1MNPrzMnDE { top:46px;left:322.50347900391px;width:118px;height:146.75516070468px;display:block; }
 }@media only screen and (max-width: 763px) { #Vkz8TZg5JNp6tXClMHpkmyGZv0WnvhvW { top:40px;left:661px;width:103px;height:142.6245287374px;display:block; }
 }@media only screen and (max-width: 763px) { #tlUTWvbLTyA5akuVO8b0dptdCRtm9F4O { display:block; }#tlUTWvbLTyA5akuVO8b0dptdCRtm9F4O > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lc6aw18K7aobEyT8xPzEseg163Kt4A2Q { top:24px;left:0px;width:330px;height:322px;display:block; }
 }@media only screen and (max-width: 763px) { #TBaDv1MXZQDkiA9cTeW7EuCxTCZLnoLT { top:214px;left:0px;width:172px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #KSWXOgWMTsZnqufF9ZCln6seP59diwsz { top:206px;left:0px;width:305px;height:127px;display:block; }
 }@media only screen and (max-width: 763px) { #Dtil2Bh4oUWCldnqXCIQNxgQKleddICi { top:245px;left:0px;width:295px;height:;font-size:16px;display:block; }#Dtil2Bh4oUWCldnqXCIQNxgQKleddICi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ada415fdf2df6090156653377dcb1dc3.svg); }
 }@media only screen and (max-width: 763px) { #qTVR69ntS3qtrA6C2GVGGSXtPy71HLvT { width:160px;height:160px;top:33px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ExTRNKCh8bkq0hXxR4sU6whtdVyhXnqM { top:25px;left:215px;width:330px;height:322px;display:block; }
 }@media only screen and (max-width: 763px) { #zP3CRn2GVefTXMCcXWdctpEQt76Tez4r { top:207px;left:227px;width:305px;height:127px;display:block; }
 }@media only screen and (max-width: 763px) { #Z4O4XaStg67GFe8ULyQFP0rtizqTPffG { top:255px;left:233.99658203125px;width:295px;height:;font-size:16px;display:block; }#Z4O4XaStg67GFe8ULyQFP0rtizqTPffG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ada415fdf2df6090156653377dcb1dc3.svg); }
 }@media only screen and (max-width: 763px) { #qgCXksTXIsXwf865ZHbZ3Tw80KLyHavp { top:215px;left:292.98962402344px;width:172px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #LA21LPEmNaug7QZeXlBDEyvxpGfyzyO8 { width:160px;height:160px;top:34px;left:300px;display:block; }
 }@media only screen and (max-width: 763px) { #Qg4ssJdzKRHxfXubIF9IA84Xg6lgS5v9 { top:24px;left:434px;width:330px;height:322px;display:block; }
 }@media only screen and (max-width: 763px) { #o3GK73CpSlAL9E5dTybMDk8RJKDPc7X0 { top:206px;left:459px;width:305px;height:127px;display:block; }
 }@media only screen and (max-width: 763px) { #cfSeSnddAHTVEIiig1On6WPC73ZADSMk { top:258px;left:469px;width:295px;height:;font-size:16px;display:block; }#cfSeSnddAHTVEIiig1On6WPC73ZADSMk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ada415fdf2df6090156653377dcb1dc3.svg); }
 }@media only screen and (max-width: 763px) { #o8bUAladqL1o9lTPpC48msianxuJTSuU { top:214px;left:516px;width:248px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #JfEWaZnJqGJe3TCl9uwuJyrS424EyNAk { width:160px;height:160px;top:33px;left:604px;display:block; }
 }@media only screen and (max-width: 763px) { #InyKyKlmTgTUe9UDz6XHvTetTLIX31l8 { top:35px;left:0px;width:100px;height:153.48054262798px;display:block; }
 }@media only screen and (max-width: 763px) { #wkuge2n3WaHF9RhRNT9b8Bhf46CAFiVI { top:32px;left:332.00006103516px;width:100px;height:160.99px;display:block; }
 }@media only screen and (max-width: 763px) { #g0y9ouQ28q73ykt80B4dZUqroF1tSTrD { top:31px;left:669px;width:95px;height:161.30570395126px;display:block; }
 }@media only screen and (max-width: 763px) { #R54sF3EGHaqd6vncMT8a6squTfUR996H { display:block; }#R54sF3EGHaqd6vncMT8a6squTfUR996H > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DUr6VRBqFcWU5ZEnuHxsFEdWU7o3XlZT { top:23px;left:217px;width:330px;height:322px;display:block; }
 }@media only screen and (max-width: 763px) { #AncQrDq5iSBJzLQ3wIIx3u19hxlq2R8H { top:205px;left:229px;width:305px;height:127px;display:block; }
 }@media only screen and (max-width: 763px) { #l6oM3qCsoIOkAk8OPSTrNbQ5NBuAXiXT { top:258px;left:240px;width:295px;height:46px;font-size:16px;display:block; }#l6oM3qCsoIOkAk8OPSTrNbQ5NBuAXiXT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ada415fdf2df6090156653377dcb1dc3.svg); }
 }@media only screen and (max-width: 763px) { #zrXDTpRlwsPm7l29ItzMrPvv7M1IOI8o { top:214px;left:264px;width:248px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #XIQHvkEmX4PxMTHXPsQVfkcH8IyBqn3F { width:160px;height:160px;top:32px;left:302px;display:block; }
 }@media only screen and (max-width: 763px) { #BfOhAzTxni2td8VgCGHwxFaWsTo9Toxq { top:33px;left:325px;width:113px;height:156.61627886573px;display:block; }
 }@media only screen and (max-width: 763px) { #IE5G0lZ6utIssQZETdT3uRpOheKiFP5l { display:block; }#IE5G0lZ6utIssQZETdT3uRpOheKiFP5l > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h4JkoZhdzv1GxdFnoauKI6qWKyXGklw9 { width:206px;height:55px;top:11px;left:278.49310302734px;display:block; }
 }@media only screen and (max-width: 763px) { #MP8ZOomXqgIk0lJki0zetOAryInrzJxI { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #uZc18tBV2zeBU5yHu2DE0O7T34Sa26Kk { position:relative;z-index:auto;display:block; }#uZc18tBV2zeBU5yHu2DE0O7T34Sa26Kk > .row .container { width:320px;height:40px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yvO0JsoieO5dNNMToGDH1gpqxMfZQsqM { width:180px;height:40px;top:3.0517578125E-5px;left:70.000004768372px;display:block; }
 }@media only screen and (max-width: 763px) { #zLRvnKTSf3uHm8fzmPs7oaJ6ltHy5tMx { background-color:#fafaff;background-image:none;display:block; }#zLRvnKTSf3uHm8fzmPs7oaJ6ltHy5tMx > .row .container { background-color: transparent; background-image: none; }#zLRvnKTSf3uHm8fzmPs7oaJ6ltHy5tMx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zLRvnKTSf3uHm8fzmPs7oaJ6ltHy5tMx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zLRvnKTSf3uHm8fzmPs7oaJ6ltHy5tMx > .row .container > .video-iframe-container { display: none; }#zLRvnKTSf3uHm8fzmPs7oaJ6ltHy5tMx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zLRvnKTSf3uHm8fzmPs7oaJ6ltHy5tMx > .row > .video-iframe-container { display: none; }#zLRvnKTSf3uHm8fzmPs7oaJ6ltHy5tMx > .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); }#zLRvnKTSf3uHm8fzmPs7oaJ6ltHy5tMx > .row .container { width:320px;height:825px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NleV7438DUf7bqSCmPTHkazqVU6A5phL { width:320px;height:25.9896px;top:522.97920227051px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #rnLS1wlSWMTJ07cZxsg0hPJzl3xgrl9L { width:320px;height:49.375px;top:9.340274810791px;left:0px;font-size:19px;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uORNBEVhe33ZvUpnqDLIPH675nJTB6Iv { width:320px;height:62.3958px;top:66.847225189209px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HW2rXr9yC1ORCVZgxWG5HLX2HVrSnIRX { width:317.986px;height:301.997px;top:510.98960876465px;left:0px;background-color:rgba(255,255,255,0.99);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #vaTWDF8Oc8Nb6KUKPPMSEGTDVOwwwVgm { width:281.997px;height:407.986px;top:104.11459350586px;left:18.993056297302px;display:block; }
 }@media only screen and (max-width: 763px) { #qXpusBxEMPSuLTKFRlGagx2SawhLZdgO { display:block; }#qXpusBxEMPSuLTKFRlGagx2SawhLZdgO { background-color: transparent; background-image: none; }#qXpusBxEMPSuLTKFRlGagx2SawhLZdgO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qXpusBxEMPSuLTKFRlGagx2SawhLZdgO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qXpusBxEMPSuLTKFRlGagx2SawhLZdgO > .row .container > .video-iframe-container { display: none; }#qXpusBxEMPSuLTKFRlGagx2SawhLZdgO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qXpusBxEMPSuLTKFRlGagx2SawhLZdgO > .row > .video-iframe-container { display: none; }#qXpusBxEMPSuLTKFRlGagx2SawhLZdgO > .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); }#qXpusBxEMPSuLTKFRlGagx2SawhLZdgO { border-width: 0; border-radius: 0; }#qXpusBxEMPSuLTKFRlGagx2SawhLZdgO > .row .container > .video-iframe-container { border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px; }#qXpusBxEMPSuLTKFRlGagx2SawhLZdgO > .row .container { width:320px;height:150px;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;background-color:#ffffff;background-image:none;border-top:1px solid #5d92ff;border-left:1px solid #5d92ff;border-right:1px solid #5d92ff;border-bottom:1px solid #5d92ff;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gs2TNEMFuPHhiUTMWzFtrcrn4wX18F4U { width:320px;height:41.5799px;top:81.5799px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #BDKyGOhiJu2tAJpAgLnO7eb5pKz9Twqf { width:320px;height:51.9792px;top:18.315979003906px;left:0px;font-size:20px;text-align:center;text-align-last:center;font-family:raddit;display:block; }
 }@media only screen and (max-width: 763px) { #O16Eoq41gh15Ps2QLVC2sJMRVSFXqmNy { width:320px;height:54.5312px;top:81.777786254883px;left:0.11111068725586px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M424695NUPpoyMSAK6IzqlcydUG559w6 { background-color:#ffffff;background-image:none;display:block; }#M424695NUPpoyMSAK6IzqlcydUG559w6 > .row .container { background-color: transparent; background-image: none; }#M424695NUPpoyMSAK6IzqlcydUG559w6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M424695NUPpoyMSAK6IzqlcydUG559w6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M424695NUPpoyMSAK6IzqlcydUG559w6 > .row .container > .video-iframe-container { display: none; }#M424695NUPpoyMSAK6IzqlcydUG559w6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M424695NUPpoyMSAK6IzqlcydUG559w6 > .row > .video-iframe-container { display: none; }#M424695NUPpoyMSAK6IzqlcydUG559w6 > .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); }#M424695NUPpoyMSAK6IzqlcydUG559w6 > .row .container { width:320px;height:1095px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XfFnW77PVxRFNCIbeCBx1Q6FI88JuJaI { width:320px;height:190px;top:347px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Q1Hh4KIrX2TyyTCbBfgcBUzfANtdx2fb { width:320px;height:164.306px;top:360.98612976074px;left:0px;font-size:14px;text-align:left;text-align-last:left;display:block; }#Q1Hh4KIrX2TyyTCbBfgcBUzfANtdx2fb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6e98d8e17a13baa3c71f655f2d241013.svg); }
 }@media only screen and (max-width: 763px) { #wn3okARPAeun5FwRWVvSsMOf7a1EsQBT { width:320px;height:320px;top:10.9375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #MSOhL8UFPymeDoqlCK4gJ0C3JDWdvb0r { width:320px;height:320px;top:562.25694274902px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #kIaaFGZ4RmrcszBMHuqTMU831wh5BeLI { width:320px;height:125px;top:896.28476333618px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #lyppQ53CT4EAT1qZ1F8xszNQg9VLbJyx { width:320px;height:98.941px;top:907.2917175293px;left:0px;font-size:14px;text-align:left;text-align-last:left;display:block; }#lyppQ53CT4EAT1qZ1F8xszNQg9VLbJyx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6e98d8e17a13baa3c71f655f2d241013.svg); }
 }@media only screen and (max-width: 763px) { #KluSALHM5z2rpqEAz302GdwzWNH85cO6 { width:156.997px;height:45.9896px;top:1034.3577270508px;left:81.493062019348px;display:block; }
 }@media only screen and (max-width: 763px) { #IVQ8KJ2mZkNmyCryMtPKTRz2pgt5FHwH { display:block; }
 }@media only screen and (max-width: 763px) { #ItCA5ZFNhT3a5Wi4fTDtvIBqZJtFL3ot { background-color:#000000;background-image:none;display:block; }#ItCA5ZFNhT3a5Wi4fTDtvIBqZJtFL3ot > .row .container { background-color: transparent; background-image: none; }#ItCA5ZFNhT3a5Wi4fTDtvIBqZJtFL3ot::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ItCA5ZFNhT3a5Wi4fTDtvIBqZJtFL3ot > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ItCA5ZFNhT3a5Wi4fTDtvIBqZJtFL3ot > .row .container > .video-iframe-container { display: none; }#ItCA5ZFNhT3a5Wi4fTDtvIBqZJtFL3ot > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ItCA5ZFNhT3a5Wi4fTDtvIBqZJtFL3ot > .row > .video-iframe-container { display: none; }#ItCA5ZFNhT3a5Wi4fTDtvIBqZJtFL3ot > .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); }#ItCA5ZFNhT3a5Wi4fTDtvIBqZJtFL3ot > .row .container { width:320px;height:35px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p2pTQzxxNZ4nnCPvshLfwT0zAUJZgO1y { width:320px;height:23.4028px;top:6.9236450195312px;left:0px;text-align:center;text-align-last:center;font-size:18px;font-family:raddit;display:block; }
 }@media only screen and (max-width: 763px) { #pb34Pqi3mJTpG3M3F4OhpyxowxnnovaZ { display:block; }#pb34Pqi3mJTpG3M3F4OhpyxowxnnovaZ > .row .container { width:320px;height:1045px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P6WQoBqfpSCh21bi21ATxCS1Owgr6R6C { width:320px;height:322px;top:17px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #KNEhXoQHvmEIimlKP3EH9mnTrk0IDh4c { width:171.997px;height:23.4028px;top:208px;left:78px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #VCGSV5o0iLORLcrONumGDAPvRD7XaWqw { width:305px;height:127px;top:199px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #dhq620zvKLu6as0Uzwwzp9AH6u2QOHG4 { width:295px;height:72.3958px;top:239px;left:17px;font-size:16px;display:block; }#dhq620zvKLu6as0Uzwwzp9AH6u2QOHG4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ada415fdf2df6090156653377dcb1dc3.svg); }
 }@media only screen and (max-width: 763px) { #xJT0c8lt31ykzcTwtvTTATwqORG2gfWA { width:106px;height:154px;top:37.989562988281px;left:106.99653339386px;display:block; }
 }@media only screen and (max-width: 763px) { #qPudChz42QAFDanSpMon6LyNgeJmHODu { width:160px;height:160px;top:33px;left:79px;display:block; }
 }@media only screen and (max-width: 763px) { #KCREnfpxTQF9oifD5o2wTlyI0p8VZGbT { width:320px;height:322px;top:364px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Xo1iuFViFf7NHZS90zkKDaegTvKmDZDX { width:305px;height:127px;top:546px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #hWerf0BLFf3yC0qTQT09o0XfHSRDsmUM { width:295px;height:72.3958px;top:590px;left:12px;font-size:16px;display:block; }#hWerf0BLFf3yC0qTQT09o0XfHSRDsmUM li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ada415fdf2df6090156653377dcb1dc3.svg); }
 }@media only screen and (max-width: 763px) { #Mg8zxmo2OoUOsh2RcShahrEcqLi5XZCI { width:171.997px;height:23.4028px;top:555px;left:78px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #sXNQRqdCCPV3D6hcazZCNIb6fNqKZRtA { width:160px;height:160px;top:373px;left:85px;display:block; }
 }@media only screen and (max-width: 763px) { #Hqftay018ZB3xLv9NZyENlOHzFaQZ0eB { width:320px;height:322px;top:708px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #NIedQEyUDU8z00TFVteufpSTq76CxOON { width:305px;height:127px;top:890px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #XXADEAwULXhPnmNu0PcST3JEqncRsT6V { width:295px;height:72.3958px;top:932px;left:12px;font-size:16px;display:block; }#XXADEAwULXhPnmNu0PcST3JEqncRsT6V li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ada415fdf2df6090156653377dcb1dc3.svg); }
 }@media only screen and (max-width: 763px) { #fsIDFTGKLxIUEtHetC9pswLuFg4hdsUE { width:248.976px;height:23.4028px;top:899.98252105713px;left:35.503472328186px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #niGoCewS9IbTKQqWakTrmTqv6dNFU3eB { width:160px;height:160px;top:717px;left:85px;display:block; }
 }@media only screen and (max-width: 763px) { #RPKRB7vXzHhym3AOOnCBflm6uupTFzwV { width:81.9965px;height:155.99px;top:364px;left:117px;display:block; }
 }@media only screen and (max-width: 763px) { #XU6a2sJUAuHzq0ka5vbb5cCg0Qlru9Mf { width:95px;height:155.99px;top:720px;left:112px;display:block; }
 }@media only screen and (max-width: 763px) { #ow9pcTQmpWEbaXuEDuRBIr2qBxiMdA9d { display:block; }#ow9pcTQmpWEbaXuEDuRBIr2qBxiMdA9d > .row .container { width:320px;height:1050px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TmH7yJXFIQsItHuvTikuXdSuh8ZFpWKL { width:320px;height:322px;top:17px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #LGfBUXTKPhvDHPXmx3341BONlyu9yvWU { width:171.997px;height:23.4028px;top:208px;left:78px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #wbgWqa1xqyEnOuhNORBdmUlpnl9KZlOH { width:305px;height:127px;top:199px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #hVOSyEIlIEdfRVuLJpPDuV4KOPdWMMWb { width:295px;height:72.3958px;top:239px;left:17px;font-size:16px;display:block; }#hVOSyEIlIEdfRVuLJpPDuV4KOPdWMMWb li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ada415fdf2df6090156653377dcb1dc3.svg); }
 }@media only screen and (max-width: 763px) { #uUETM6g0KnO8pQ2eWHCvUdHBbBHogJJV { width:160px;height:160px;top:33px;left:79px;display:block; }
 }@media only screen and (max-width: 763px) { #edZDCKqIl7JPHIQvvkguPFgXh82eLwum { width:320px;height:335px;top:360px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #weanhCNSVEd8JEwuMXpncCoaFRM11OlM { width:305px;height:141px;top:542px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #W0mM9A93TE7fNTREIMu9DifCtqW4VbGh { width:302px;height:86.8056px;top:586px;left:12px;font-size:16px;display:block; }#W0mM9A93TE7fNTREIMu9DifCtqW4VbGh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ada415fdf2df6090156653377dcb1dc3.svg); }
 }@media only screen and (max-width: 763px) { #CtzJrCRa2vIFrkBUEgcra9LSvFB3P0ZI { width:171.997px;height:23.4028px;top:551px;left:78px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #bZXhd2LcFmnoM08KTskbdTuoo4AwhUPi { width:160px;height:160px;top:369px;left:85px;display:block; }
 }@media only screen and (max-width: 763px) { #Tg6TGXiUUXKoGGHpdHsGmg9CvAT0nTfl { width:320px;height:322px;top:712px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #tdTWxT0kdNRoVPhxp58qpAM3MZkMyF7M { width:305px;height:127px;top:894px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #PM4THLOgHIXTZQfDSLvL45NZ1IVmP27T { width:295px;height:72.3958px;top:936px;left:12px;font-size:16px;display:block; }#PM4THLOgHIXTZQfDSLvL45NZ1IVmP27T li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ada415fdf2df6090156653377dcb1dc3.svg); }
 }@media only screen and (max-width: 763px) { #XcEckU185gFnMIeC6d825EA1p2Tk0B0u { width:248.976px;height:23.4028px;top:902.98611450195px;left:35.503472328186px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #xJDaIchtXK0VkMBPxpiEiddQ8vUTul9D { width:160px;height:160px;top:721px;left:85px;display:block; }
 }@media only screen and (max-width: 763px) { #ABktRAIEccUqxykXBuKEeVgOhsVFcW2i { width:92.9688px;height:165.99px;top:16.996528625488px;left:113.5069475174px;display:block; }
 }@media only screen and (max-width: 763px) { #BdLd0cKK764wdm0ZRrOSpTWNEJ2McwaT { width:100.99px;height:146.997px;top:375px;left:109px;display:block; }
 }@media only screen and (max-width: 763px) { #UTsudod73v7tlKw7Ex6xOTETZCrcEPyO { width:123.976px;height:153.976px;top:723.99325561523px;left:98.003476142883px;display:block; }
 }@media only screen and (max-width: 763px) { #ke6XmXtUd1lR61ezr9axpC9qwpgXtdOr { display:block; }#ke6XmXtUd1lR61ezr9axpC9qwpgXtdOr > .row .container { width:320px;height:1042px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e8pNmDxbOnnTNuThZ9qwSN8md3CsHDe8 { width:320px;height:322px;top:17px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #H2sBT6nb3CLRXzoThacKeRoaO3ykP1E9 { width:171.997px;height:23.4028px;top:208px;left:78px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #AE4ah2iABr2vUMPnQSPSTG4JVon1xOVM { width:305px;height:127px;top:199px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #HHKqkTrrwKZZgzACWcFws1RNFSRwf0xl { width:295px;height:72.3958px;top:239px;left:17px;font-size:16px;display:block; }#HHKqkTrrwKZZgzACWcFws1RNFSRwf0xl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ada415fdf2df6090156653377dcb1dc3.svg); }
 }@media only screen and (max-width: 763px) { #bJ0OLvWsLoZ4T2twvekR4SpTGq3mtAAB { width:160px;height:160px;top:33px;left:79px;display:block; }
 }@media only screen and (max-width: 763px) { #q3pU7EvBnwnnbHhL2q2uhMSLsJZqyJTM { width:320px;height:335px;top:360px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #iwGyxzW0V3xsKZVxm8LyX3QUWoNlBOtP { width:305px;height:141px;top:542px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #BKQcIMNrN3lyCrdbUufhx02x7NR4wLlt { width:302px;height:67.6042px;top:586px;left:12px;font-size:16px;display:block; }#BKQcIMNrN3lyCrdbUufhx02x7NR4wLlt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ada415fdf2df6090156653377dcb1dc3.svg); }
 }@media only screen and (max-width: 763px) { #iLufOnXNdVXRT88ZI4bTVLf0m07WxdoV { width:171.997px;height:23.4028px;top:551px;left:78px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #IdTeEkBOlBOzqrzQgPVOtRPvTHIwtvQD { width:160px;height:160px;top:369px;left:85px;display:block; }
 }@media only screen and (max-width: 763px) { #Nkzus0d5CFpWI666TLbvZgkpCiK4JP8J { width:320px;height:322px;top:712px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #lPguqCoedrkPz3pG1MKqFcE6oPmBi2tN { width:305px;height:127px;top:894px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #WGmoAvlph1ogIDcSCsmewB86Bmqo3p5e { width:295px;height:72.3958px;top:936px;left:12px;font-size:16px;display:block; }#WGmoAvlph1ogIDcSCsmewB86Bmqo3p5e li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ada415fdf2df6090156653377dcb1dc3.svg); }
 }@media only screen and (max-width: 763px) { #UdIIkz0K3f4lEXZD0AoKCA7wvyXUAxCh { width:248.976px;height:23.4028px;top:904.9825592041px;left:35.503472328186px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Tg9bpmWAuPIULkBSp3fc9WeSM0EJcOro { width:160px;height:160px;top:721px;left:85px;display:block; }
 }@media only screen and (max-width: 763px) { #HVGT2eywXermXPIHCeEwpDeTtTPORThI { width:96.9792px;height:162.969px;top:31.493064880371px;left:110.98959064484px;display:block; }
 }@media only screen and (max-width: 763px) { #BP2deRxOaFCV2wGK35tSnuuPbx1EBrsD { width:85.9896px;height:145.99px;top:384.09752655029px;left:116.99654102325px;display:block; }
 }@media only screen and (max-width: 763px) { #gGqpndB35deDCCThoR0UP0lShw2u0oVd { width:100px;height:151.997px;top:724.98244857788px;left:115.00000476837px;display:block; }
 }@media only screen and (max-width: 763px) { #qFOJRB2traKpnT1DILwvEduB8gKl4eWz { display:block; }#qFOJRB2traKpnT1DILwvEduB8gKl4eWz > .row .container { width:320px;height:1047px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LcFbpp3hLZBJB7fSdoUxVTiaXifEzk6T { width:320px;height:322px;top:17px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #DMUm0byAMC4bIymtPJsrKqbwAMemiATp { width:171.997px;height:23.4028px;top:208px;left:78px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #T5oUvpDFb4iNS49gSPEK06qLDV5P9TWa { width:305px;height:127px;top:199px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #iqOdinsarBkoqmwL7DG6iTv7OkOMACgf { width:295px;height:72.3958px;top:239px;left:17px;font-size:16px;display:block; }#iqOdinsarBkoqmwL7DG6iTv7OkOMACgf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ada415fdf2df6090156653377dcb1dc3.svg); }
 }@media only screen and (max-width: 763px) { #ryrcwJnXJHeqBWl6mCXw0iL3PGzdvwkK { width:160px;height:160px;top:33px;left:79px;display:block; }
 }@media only screen and (max-width: 763px) { #fo1s3f3nKbX2pt4L0rdGEMxrAuyyN6Xe { width:320px;height:335px;top:360px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #U5iNfsLrNqBXfiN2KyFJXReahlvoRci1 { width:305px;height:141px;top:542px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #hSlXBTrfgnHgZzOvI7VDf2i57h8zvkKS { width:301.997px;height:19.2014px;top:612.98614501953px;left:17.98611164093px;font-size:16px;display:block; }#hSlXBTrfgnHgZzOvI7VDf2i57h8zvkKS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ada415fdf2df6090156653377dcb1dc3.svg); }
 }@media only screen and (max-width: 763px) { #RKWgCPtbkn5ebGnfAtTnWkfpmpOW7oie { width:171.997px;height:23.4028px;top:551px;left:78px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #DDrRGkZUcZMWZP60kqmoBwb0o9PB5O61 { width:160px;height:160px;top:369px;left:85px;display:block; }
 }@media only screen and (max-width: 763px) { #WoWxUgywDHriiKdEVA49AbeLoAbcRfET { width:320px;height:322px;top:712px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ElbF8lqPtWE1dgSaWpDFB40rlpBZ8VOT { width:305px;height:127px;top:894px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #VLKyWLF9LfQsXtGmdEkzgfiebT7mOTbc { width:295px;height:72.3958px;top:936px;left:12px;font-size:16px;display:block; }#VLKyWLF9LfQsXtGmdEkzgfiebT7mOTbc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ada415fdf2df6090156653377dcb1dc3.svg); }
 }@media only screen and (max-width: 763px) { #phl87yiQGfT1UDnuhmwcPublJm9aUizE { width:248.976px;height:23.4028px;top:902.98608398438px;left:35.503472328186px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #inutL27x3ScRxIwvSvfH6zlo3Z06iL1I { width:160px;height:160px;top:721px;left:85px;display:block; }
 }@media only screen and (max-width: 763px) { #TIRRWT9ntQ3d8NTGSgJzuN39oC8seVIA { width:101.997px;height:151.997px;top:36.979248046875px;left:108.99306201935px;display:block; }
 }@media only screen and (max-width: 763px) { #ZmufrfCgJ79urHToNsW2mvGfU5T7mAZ6 { width:101.997px;height:153.976px;top:371.99653244019px;left:112.98611927032px;display:block; }
 }@media only screen and (max-width: 763px) { #Nlu6UNmkXuAgMUXcQhmzUTAmEn19QZSI { width:105px;height:147.969px;top:734.1149597168px;left:111.4756975174px;display:block; }
 }@media only screen and (max-width: 763px) { #PUuCNuISItxRqmLTzsyV7Q6xVOEDSfic { display:block; }#PUuCNuISItxRqmLTzsyV7Q6xVOEDSfic > .row .container { width:320px;height:1050px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LfnIrg3NoyL0pha8QbFdWQ1NHwUTIm08 { width:320px;height:322px;top:17px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ytmrkf5hBrTEqeUHv2vvR7qxBchKIoBB { width:171.997px;height:23.4028px;top:208px;left:78px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #nITNQZzSITc29M7rdiLfNbJ682eCb94N { width:305px;height:127px;top:199px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #pky6cVTFgxNp0TBcARznZsG5zLWT9nLr { width:295px;height:72.3958px;top:239px;left:17px;font-size:16px;display:block; }#pky6cVTFgxNp0TBcARznZsG5zLWT9nLr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ada415fdf2df6090156653377dcb1dc3.svg); }
 }@media only screen and (max-width: 763px) { #xtc1xxDTefT2Qzp6UnO2JvlTWRLNVczL { width:160px;height:160px;top:33px;left:79px;display:block; }
 }@media only screen and (max-width: 763px) { #Xu0CmzTfuAADU7soZHaHXxv9FXgJPgus { width:320px;height:335px;top:360px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #z94ZKpH2Rxscak3RGzmgG1pOfbtcyLoU { width:305px;height:141px;top:542px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #UU9Mcb2Ei6MM2XbVr99C3Wo8wk9Fqz8J { width:302px;height:67.6042px;top:586px;left:12px;font-size:16px;display:block; }#UU9Mcb2Ei6MM2XbVr99C3Wo8wk9Fqz8J li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ada415fdf2df6090156653377dcb1dc3.svg); }
 }@media only screen and (max-width: 763px) { #Qf57T0cz7zTGihnsH6uuMiC9f3yr4T15 { width:171.997px;height:23.4028px;top:551px;left:78px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #xXTbVSZ9snJ0g3VdVE7MAXpgh95fnXlg { width:160px;height:160px;top:369px;left:85px;display:block; }
 }@media only screen and (max-width: 763px) { #gsfStXTfg24MFzdpLMXTNPt0bFSWEZPE { width:320px;height:322px;top:712px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #UzXANHrLE8LLIvTtVpDNE0oJu3dbIhSS { width:305px;height:127px;top:894px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #J8sclLU6PkDTWeIuvMInD1cprKXfSh6e { width:295px;height:46.5972px;top:943.97567749023px;left:12.500000953674px;font-size:16px;display:block; }#J8sclLU6PkDTWeIuvMInD1cprKXfSh6e li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ada415fdf2df6090156653377dcb1dc3.svg); }
 }@media only screen and (max-width: 763px) { #BdkptXuDQ2MwgoofP8oPHUWPB8OPq4k0 { width:248.976px;height:23.4028px;top:902.98599243164px;left:35.503472328186px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #kkvfy6Psq6bTevfZvqAC22mrJA2sFteR { width:160px;height:160px;top:721px;left:85px;display:block; }
 }@media only screen and (max-width: 763px) { #cJPuRy9bk45atcPWN7cKzKn76i18zoPP { width:92.9688px;height:135px;top:59.079833984375px;left:113.5069475174px;display:block; }
 }@media only screen and (max-width: 763px) { #ro30wqPHcs4dcyPVyF5qoV1MNPrzMnDE { width:98.9931px;height:125.99px;top:404.07985687256px;left:114.47916889191px;display:block; }
 }@media only screen and (max-width: 763px) { #Vkz8TZg5JNp6tXClMHpkmyGZv0WnvhvW { width:96.9965px;height:138.993px;top:743.10776519775px;left:115.46875476837px;display:block; }
 }@media only screen and (max-width: 763px) { #tlUTWvbLTyA5akuVO8b0dptdCRtm9F4O { display:block; }#tlUTWvbLTyA5akuVO8b0dptdCRtm9F4O > .row .container { width:320px;height:1057px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lc6aw18K7aobEyT8xPzEseg163Kt4A2Q { width:320px;height:322px;top:17px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TBaDv1MXZQDkiA9cTeW7EuCxTCZLnoLT { width:171.997px;height:23.4028px;top:208px;left:78px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #KSWXOgWMTsZnqufF9ZCln6seP59diwsz { width:305px;height:127px;top:199px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #Dtil2Bh4oUWCldnqXCIQNxgQKleddICi { width:295px;height:46.5972px;top:239px;left:17px;font-size:16px;display:block; }#Dtil2Bh4oUWCldnqXCIQNxgQKleddICi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ada415fdf2df6090156653377dcb1dc3.svg); }
 }@media only screen and (max-width: 763px) { #qTVR69ntS3qtrA6C2GVGGSXtPy71HLvT { width:160px;height:160px;top:33px;left:79px;display:block; }
 }@media only screen and (max-width: 763px) { #ExTRNKCh8bkq0hXxR4sU6whtdVyhXnqM { width:320px;height:335px;top:360px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #zP3CRn2GVefTXMCcXWdctpEQt76Tez4r { width:305px;height:141px;top:542px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #Z4O4XaStg67GFe8ULyQFP0rtizqTPffG { width:302px;height:67.6042px;top:586px;left:12px;font-size:16px;display:block; }#Z4O4XaStg67GFe8ULyQFP0rtizqTPffG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ada415fdf2df6090156653377dcb1dc3.svg); }
 }@media only screen and (max-width: 763px) { #qgCXksTXIsXwf865ZHbZ3Tw80KLyHavp { width:171.997px;height:23.4028px;top:551px;left:78px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #LA21LPEmNaug7QZeXlBDEyvxpGfyzyO8 { width:160px;height:160px;top:369px;left:85px;display:block; }
 }@media only screen and (max-width: 763px) { #Qg4ssJdzKRHxfXubIF9IA84Xg6lgS5v9 { width:320px;height:322px;top:712px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #o3GK73CpSlAL9E5dTybMDk8RJKDPc7X0 { width:305px;height:127px;top:894px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #cfSeSnddAHTVEIiig1On6WPC73ZADSMk { width:295px;height:46.5972px;top:936px;left:12px;font-size:16px;display:block; }#cfSeSnddAHTVEIiig1On6WPC73ZADSMk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ada415fdf2df6090156653377dcb1dc3.svg); }
 }@media only screen and (max-width: 763px) { #o8bUAladqL1o9lTPpC48msianxuJTSuU { width:248.976px;height:23.4028px;top:901.9792175293px;left:35.503472328186px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #JfEWaZnJqGJe3TCl9uwuJyrS424EyNAk { width:160px;height:160px;top:721px;left:85px;display:block; }
 }@media only screen and (max-width: 763px) { #InyKyKlmTgTUe9UDz6XHvTetTLIX31l8 { width:91.9965px;height:141.997px;top:41.97917175293px;left:113.9756975174px;display:block; }
 }@media only screen and (max-width: 763px) { #wkuge2n3WaHF9RhRNT9b8Bhf46CAFiVI { width:95.9896px;height:153.993px;top:371.96181869507px;left:115.98959064484px;display:block; }
 }@media only screen and (max-width: 763px) { #g0y9ouQ28q73ykt80B4dZUqroF1tSTrD { width:90px;height:155px;top:723.47198486328px;left:120.00000476837px;display:block; }
 }@media only screen and (max-width: 763px) { #R54sF3EGHaqd6vncMT8a6squTfUR996H { display:block; }#R54sF3EGHaqd6vncMT8a6squTfUR996H > .row .container { width:320px;height:355px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DUr6VRBqFcWU5ZEnuHxsFEdWU7o3XlZT { width:320px;height:322px;top:19px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #AncQrDq5iSBJzLQ3wIIx3u19hxlq2R8H { width:305px;height:127px;top:201px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #l6oM3qCsoIOkAk8OPSTrNbQ5NBuAXiXT { width:295px;height:46.5972px;top:243px;left:12px;font-size:16px;display:block; }#l6oM3qCsoIOkAk8OPSTrNbQ5NBuAXiXT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ada415fdf2df6090156653377dcb1dc3.svg); }
 }@media only screen and (max-width: 763px) { #zrXDTpRlwsPm7l29ItzMrPvv7M1IOI8o { width:248.976px;height:23.4028px;top:210.98956298828px;left:35.503472328186px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #XIQHvkEmX4PxMTHXPsQVfkcH8IyBqn3F { width:160px;height:160px;top:28px;left:85px;display:block; }
 }@media only screen and (max-width: 763px) { #BfOhAzTxni2td8VgCGHwxFaWsTo9Toxq { width:106.997px;height:148.976px;top:33px;left:106px;display:block; }
 }@media only screen and (max-width: 763px) { #IE5G0lZ6utIssQZETdT3uRpOheKiFP5l { position:relative;z-index:auto;display:block; }#IE5G0lZ6utIssQZETdT3uRpOheKiFP5l > .row .container { width:320px;height:85px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h4JkoZhdzv1GxdFnoauKI6qWKyXGklw9 { width:320px;height:55px;top:19.965270996094px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #MP8ZOomXqgIk0lJki0zetOAryInrzJxI { display:block; }
 }