.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;position:relative;display:block; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .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); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ { 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;display:block; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container { background-color: transparent; background-image: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container > .video-iframe-container { display: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row > .video-iframe-container { display: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .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); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container { border-width: 0; border-radius: 0; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container { font-size:14px;font-family:arial;height:507px;width:1200px;position:relative;display:block; }#yZzSGpaV5ruJHXTH5liSKpRWooXwcv9x { position:absolute;display:block;z-index:15017;height:220px;width:367.969px;top:89.392364501953px;left:793.00354003906px;display:block; }
#Xg5RuSToiDupLM08fxapEpFxG2G7UJCz { position:absolute;display:block;z-index:15001;background-color:#ffffff;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:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;box-shadow: 1px 1px 30px rgba(35,114,245,0.2) ;height:455px;width:444px;top:45.954864501953px;left:755.00006103516px;display:block; }
#aDPBdmII7V1Wy7kdH8OkfXQ8zn6xILcm { position:absolute;display:block;z-index:15000;background-color:rgba(0,31,62,0.77);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:165px;width:1024px;top:173px;left:0px;display:block; }
#L9wgtAu78U1KW5XKGl9Gk5Kd97rTFJRt { color:#ffffff;display:block;width:725px;position:absolute;font-family:"reddit sans";font-size:32px;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:206.6953125px;left:9px;height:41.5938px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mwqAZTrxxgHChs8A5SfrSSOknP1SdOiZ { color:#000000;display:block;width:401px;position:absolute;font-family:"reddit sans";font-size:18px;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:55.989585876465px;left:785.00354003906px;height:23.4028px;text-align:center;text-align-last:center;display:block; }
#K6tl2LnX4izSrdpHQ9cH1Bfku7RLDwGd { color:#ffffff;display:block;width:725px;position:absolute;font-family:"reddit sans";font-size:20px;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:256.9921875px;left:11px;height:51.9792px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ki6etMgtZnblbnKKnTR9GJc4KfGaGQGc { position:absolute;display:block;z-index:15002;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:42px;width:185px;top:0px;left:0px;overflow:hidden;display:block; }
#Q7y27JAgTGW70EJE4UTQuvUuT0TM6C9R { position:relative;display:block; }#Q7y27JAgTGW70EJE4UTQuvUuT0TM6C9R { background-color: transparent; background-image: none; }#Q7y27JAgTGW70EJE4UTQuvUuT0TM6C9R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7y27JAgTGW70EJE4UTQuvUuT0TM6C9R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7y27JAgTGW70EJE4UTQuvUuT0TM6C9R > .row .container > .video-iframe-container { display: none; }#Q7y27JAgTGW70EJE4UTQuvUuT0TM6C9R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7y27JAgTGW70EJE4UTQuvUuT0TM6C9R > .row > .video-iframe-container { display: none; }#Q7y27JAgTGW70EJE4UTQuvUuT0TM6C9R > .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); }#Q7y27JAgTGW70EJE4UTQuvUuT0TM6C9R { border-width: 0; border-radius: 0; }#Q7y27JAgTGW70EJE4UTQuvUuT0TM6C9R > .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; }#Q7y27JAgTGW70EJE4UTQuvUuT0TM6C9R > .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:121px;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; }#I8DfATmoIXcKii90aJpenk3b9ICooMDX { color:#040000;display:block;width:1017px;position:absolute;font-family:"reddit sans";font-size:32px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:19.201385498047px;left:77.986114501953px;height:41.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fALyCm8PFxqS3BSovmi7X8s50v9vDXKe { color:#000000;display:block;width:1122px;position:absolute;font-family:"reddit sans";font-size:20px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:74.201400756836px;left:38.993057250977px;height:26px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#emJpVsdBJEbigNBKWQf7oNzH6fon9o0U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/059cbbf4-c58d-4adc-8751-088593488347/Isolation_Mode.crop_1440x249_0,93.preview.png");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#emJpVsdBJEbigNBKWQf7oNzH6fon9o0U.adaptive-delivery-prevent-bg, #emJpVsdBJEbigNBKWQf7oNzH6fon9o0U.lazyload, #emJpVsdBJEbigNBKWQf7oNzH6fon9o0U.lazyloading { background-image: none; }#emJpVsdBJEbigNBKWQf7oNzH6fon9o0U > .row .container { background-color: transparent; background-image: none; }#emJpVsdBJEbigNBKWQf7oNzH6fon9o0U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emJpVsdBJEbigNBKWQf7oNzH6fon9o0U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emJpVsdBJEbigNBKWQf7oNzH6fon9o0U > .row .container > .video-iframe-container { display: none; }#emJpVsdBJEbigNBKWQf7oNzH6fon9o0U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emJpVsdBJEbigNBKWQf7oNzH6fon9o0U > .row > .video-iframe-container { display: none; }#emJpVsdBJEbigNBKWQf7oNzH6fon9o0U > .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); }#emJpVsdBJEbigNBKWQf7oNzH6fon9o0U > .row .container { border-width: 0; border-radius: 0; }#emJpVsdBJEbigNBKWQf7oNzH6fon9o0U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#emJpVsdBJEbigNBKWQf7oNzH6fon9o0U > .row .container { font-size:14px;font-family:arial;height:735px;width:1200px;position:relative;display:block; }#F5223SeiWEJd4TJpvOtml94CLN5T1G0P { 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:487.986px;width:487.986px;top:15.451400756836px;left:32.986114501953px;overflow:hidden;display:block; }
#Rm2tnTqoyHXEyB0LGsyoTry1SlgNHTLr { position:absolute;display:block;z-index:15006;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:486.997px;width:486.997px;top:15.902770996094px;left:657.98614501953px;overflow:hidden;display:block; }
#RT08GCfD5asfrfay7aXeUKwm32u1rI3e { color:#050002;display:block;width:471.997px;position:absolute;font-family:"reddit sans";font-size:18px;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:531.05902099609px;left:50.052093505859px;height:181.181px;text-align:left;text-align-last:left;display:block; }#RT08GCfD5asfrfay7aXeUKwm32u1rI3e li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#RT08GCfD5asfrfay7aXeUKwm32u1rI3e li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6e98d8e17a13baa3c71f655f2d241013.svg); }
#D4EPNrtrPcKKmJnvimMXM1TDIRpsTyvF { color:#050002;display:block;width:471.997px;position:absolute;font-family:"reddit sans";font-size:18px;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:570.9375px;left:665.48614501953px;height:101.389px;text-align:left;text-align-last:left;display:block; }#D4EPNrtrPcKKmJnvimMXM1TDIRpsTyvF li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#D4EPNrtrPcKKmJnvimMXM1TDIRpsTyvF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6e98d8e17a13baa3c71f655f2d241013.svg); }
#damec8dkCBP6UGmwy3qAEcMutvEnaqfz { position:relative;display:block; }#damec8dkCBP6UGmwy3qAEcMutvEnaqfz { background-color: transparent; background-image: none; }#damec8dkCBP6UGmwy3qAEcMutvEnaqfz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#damec8dkCBP6UGmwy3qAEcMutvEnaqfz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#damec8dkCBP6UGmwy3qAEcMutvEnaqfz > .row .container > .video-iframe-container { display: none; }#damec8dkCBP6UGmwy3qAEcMutvEnaqfz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#damec8dkCBP6UGmwy3qAEcMutvEnaqfz > .row > .video-iframe-container { display: none; }#damec8dkCBP6UGmwy3qAEcMutvEnaqfz > .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); }#damec8dkCBP6UGmwy3qAEcMutvEnaqfz { border-width: 0; border-radius: 0; }#damec8dkCBP6UGmwy3qAEcMutvEnaqfz > .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; }#damec8dkCBP6UGmwy3qAEcMutvEnaqfz > .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:87px;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; }#vQJdibdbPoQddfMJl270PUA3a3w6ETRg { color:#000000;display:block;width:1200px;position:absolute;font-family:"reddit sans";font-size:32px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:18.987457275391px;left:0px;height:41.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ARfe1ol9Mwhvk4RtB42RozanKXfk26dK { 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;display:block; }#ARfe1ol9Mwhvk4RtB42RozanKXfk26dK > .row .container { background-color: transparent; background-image: none; }#ARfe1ol9Mwhvk4RtB42RozanKXfk26dK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARfe1ol9Mwhvk4RtB42RozanKXfk26dK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARfe1ol9Mwhvk4RtB42RozanKXfk26dK > .row .container > .video-iframe-container { display: none; }#ARfe1ol9Mwhvk4RtB42RozanKXfk26dK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARfe1ol9Mwhvk4RtB42RozanKXfk26dK > .row > .video-iframe-container { display: none; }#ARfe1ol9Mwhvk4RtB42RozanKXfk26dK > .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); }#ARfe1ol9Mwhvk4RtB42RozanKXfk26dK > .row .container { border-width: 0; border-radius: 0; }#ARfe1ol9Mwhvk4RtB42RozanKXfk26dK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ARfe1ol9Mwhvk4RtB42RozanKXfk26dK > .row .container { font-size:14px;font-family:arial;height:411px;width:1200px;position:relative;display:block; }#PACdWtaC5MPPxGv30U8wtkLar35H7SWw { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #0e9ae5;border-left:1px solid #0e9ae5;border-right:1px solid #0e9ae5;border-bottom:1px solid #0e9ae5;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:353px;width:232px;top:35.989501953125px;left:0px;display:block; }
#CqPZyhrr7EhWo5aJBW3ipyfFWVFGIqFh { position:absolute;display:block;z-index:15008;background-color:rgba(32,12,65,0.31);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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;height:160px;width:160px;top:98px;left:37px;display:block; }
#kAaGRuXKmxpUHWdsRNSOc1zNr8sydQTs { 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.993px;top:118.09027671814px;left:57.586822509766px;overflow:hidden;display:block; }
#RsSXvWweEzbLUGVyfxALseakzaosIEGv { color:#000000;display:block;width:221.997px;position:absolute;font-family:"reddit sans";font-size:18px;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:284px;left:6px;height:86.4062px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U9qTTAGL2OokJyEOtRTyxaL9qnzxg9m5 { position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #006797;border-left:1px solid #006797;border-right:1px solid #006797;border-bottom:1px solid #006797;border-top-left-radius:050px;border-top-right-radius:050px;border-bottom-left-radius:050px;border-bottom-right-radius:050px;box-shadow: none;height:37.9688px;width:167.969px;top:16px;left:32px;display:block; }
#FyI07Cg4VpAw7TImpqyMt6ScPpdfxxP6 { color:#200c41;display:block;width:168.976px;position:absolute;font-family:"reddit sans";font-size:18px;font-weight:400;z-index:15029;line-height:1.6;letter-spacing:0;top:22px;left:33px;height:28.8021px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D1Q0y7EnLH25eICwVziTEgCnRirEaAZV { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #0e9ae5;border-left:1px solid #0e9ae5;border-right:1px solid #0e9ae5;border-bottom:1px solid #0e9ae5;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:352px;width:232px;top:36.996337890625px;left:240.98959350586px;display:block; }
#Vf0uGheDTaw5TvuTRdTVkeQUphzqIMQn { color:#000000;display:block;width:221.997px;position:absolute;font-family:"reddit sans";font-size:18px;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:285px;left:247px;height:86.4062px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ymLBrd4UHGdFC0DKAQKOsTiuUwnWIzpo { position:absolute;display:block;z-index:15014;background-color:rgba(32,12,65,0.31);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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;height:160px;width:160px;top:99px;left:278px;display:block; }
#dtzWNbtwHc4FGPdQrx36GTNpVlpy5Sr0 { position:absolute;display:block;z-index:15034;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #006797;border-left:1px solid #006797;border-right:1px solid #006797;border-bottom:1px solid #006797;border-top-left-radius:050px;border-top-right-radius:050px;border-bottom-left-radius:050px;border-bottom-right-radius:050px;box-shadow: none;height:37.9688px;width:167.969px;top:17px;left:273px;display:block; }
#dwDtltu0zlJreB7P5ZV0I2Jr23PxdeF2 { color:#200c41;display:block;width:168.976px;position:absolute;font-family:"reddit sans";font-size:18px;font-weight:400;z-index:15035;line-height:1.6;letter-spacing:0;top:23px;left:274px;height:28.8021px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vc7PFsBiufyWwLk2D1FWOiwyC7o9aJLZ { 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:156px;width:104px;top:101.98264122009px;left:302.59378051758px;overflow:hidden;display:block; }
#GcNXc8Jg9HEWCwwrC6Zi6kf3RwVcqLop { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #0e9ae5;border-left:1px solid #0e9ae5;border-right:1px solid #0e9ae5;border-bottom:1px solid #0e9ae5;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:351px;width:232px;top:36.996337890625px;left:483.99310302734px;display:block; }
#OehKtOz5Td2k58s6c4elSEaJ2X8z1Dgw { color:#000000;display:block;width:221.997px;position:absolute;font-family:"reddit sans";font-size:18px;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:285px;left:490px;height:86.4062px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZiX1inNtW9MoeQ1AZBttkSFg6OrGGG1T { position:absolute;display:block;z-index:15020;background-color:rgba(32,12,65,0.31);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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;height:160px;width:160px;top:99px;left:521px;display:block; }
#B6UyIdEpwJSN6UiMUgPk1hZT3EV4K0Io { position:absolute;display:block;z-index:15040;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #006797;border-left:1px solid #006797;border-right:1px solid #006797;border-bottom:1px solid #006797;border-top-left-radius:050px;border-top-right-radius:050px;border-bottom-left-radius:050px;border-bottom-right-radius:050px;box-shadow: none;height:38px;width:194px;top:15.954864501953px;left:506.37158203125px;display:block; }
#FrHT3uPRkCdR4WWzlkCtuyV1rMpRi8do { color:#200c41;display:block;width:201.997px;position:absolute;font-family:"reddit sans";font-size:18px;font-weight:400;z-index:15041;line-height:1.6;letter-spacing:0;top:21.684051513672px;left:504.10418701172px;height:28.8021px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T7rpRXQH5HubM3TTa4w4LOAiVFcb596C { 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:96.979169845581px;left:550.48614501953px;overflow:hidden;display:block; }
#VTUmETvAm3RcBgQQ9KQ6TziFnzQTe96o { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #0e9ae5;border-left:1px solid #0e9ae5;border-right:1px solid #0e9ae5;border-bottom:1px solid #0e9ae5;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:349px;width:232px;top:35.989501953125px;left:726.99658203125px;display:block; }
#qy8r12ngSiv24SxTTiR5cbVXm7aw2Cvo { color:#000000;display:block;width:221.997px;position:absolute;font-family:"reddit sans";font-size:18px;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:280.99291992188px;left:732.98614501953px;height:86.4062px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F07Oe270Oz8pWi7VrFJGUws3Vfl7wETU { position:absolute;display:block;z-index:15026;background-color:rgba(32,12,65,0.31);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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;height:160px;width:160px;top:98px;left:764px;display:block; }
#hn9ULCoinDfzvcTpdtK0ITiU0CBIsS96 { position:absolute;display:block;z-index:15046;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #006797;border-left:1px solid #006797;border-right:1px solid #006797;border-bottom:1px solid #006797;border-top-left-radius:050px;border-top-right-radius:050px;border-bottom-left-radius:050px;border-bottom-right-radius:050px;box-shadow: none;height:37.9688px;width:167.969px;top:16px;left:759px;display:block; }
#KX6a0tpWHQ3cbDtMNU0WQhk2h2bu8WfQ { color:#200c41;display:block;width:168.976px;position:absolute;font-family:"reddit sans";font-size:18px;font-weight:400;z-index:15047;line-height:1.6;letter-spacing:0;top:22px;left:760px;height:28.8021px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lnlTvf8GPzErd2lkV6CAKcJ5VW730gpn { 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.9861px;top:99.479169845581px;left:800.08685302734px;overflow:hidden;display:block; }
#BnURyulJKTScbpdrHXCZ2L6wFpPi6qD6 { position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #0e9ae5;border-left:1px solid #0e9ae5;border-right:1px solid #0e9ae5;border-bottom:1px solid #0e9ae5;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:351px;width:232px;top:35.989501953125px;left:968.9931640625px;display:block; }
#uiQaXTkIhPKOs7NbvTydrlFM7Po3UVex { color:#000000;display:block;width:221.997px;position:absolute;font-family:"reddit sans";font-size:18px;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:269.58340454102px;left:977.98620605469px;height:115.208px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QhTWqaJJWsdtRyl46F46QZEFPTaXwyuA { position:absolute;display:block;z-index:15032;background-color:rgba(32,12,65,0.31);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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;height:160px;width:160px;top:98px;left:1006px;display:block; }
#ES4BKmwUCtrP8ISlFs5gHG0InW9625AU { position:absolute;display:block;z-index:15052;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #006797;border-left:1px solid #006797;border-right:1px solid #006797;border-bottom:1px solid #006797;border-top-left-radius:050px;border-top-right-radius:050px;border-bottom-left-radius:050px;border-bottom-right-radius:050px;box-shadow: none;height:37.9688px;width:167.969px;top:16px;left:1001px;display:block; }
#nXTB4Lb3gauV9NDZ7DmRU1NGnXOpMcnL { color:#200c41;display:block;width:168.976px;position:absolute;font-family:"reddit sans";font-size:18px;font-weight:400;z-index:15053;line-height:1.6;letter-spacing:0;top:22px;left:1002px;height:28.8021px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d8XdvD6euRU8ETb16GJNzeW2L4qyCya2 { 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.986px;top:99.982641220093px;left:1032.0833740234px;overflow:hidden;display:block; }
#bXlR9RLh0yUBCc9InLJKuLCxUoPtPIsh { 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;display:block; }#bXlR9RLh0yUBCc9InLJKuLCxUoPtPIsh > .row .container { background-color: transparent; background-image: none; }#bXlR9RLh0yUBCc9InLJKuLCxUoPtPIsh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXlR9RLh0yUBCc9InLJKuLCxUoPtPIsh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXlR9RLh0yUBCc9InLJKuLCxUoPtPIsh > .row .container > .video-iframe-container { display: none; }#bXlR9RLh0yUBCc9InLJKuLCxUoPtPIsh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXlR9RLh0yUBCc9InLJKuLCxUoPtPIsh > .row > .video-iframe-container { display: none; }#bXlR9RLh0yUBCc9InLJKuLCxUoPtPIsh > .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); }#bXlR9RLh0yUBCc9InLJKuLCxUoPtPIsh > .row .container { border-width: 0; border-radius: 0; }#bXlR9RLh0yUBCc9InLJKuLCxUoPtPIsh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bXlR9RLh0yUBCc9InLJKuLCxUoPtPIsh > .row .container { font-size:14px;font-family:arial;height:411px;width:1200px;position:relative;display:block; }#OEfLTTIKh7FsKKahSpSOgnH3zvdeJC9T { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #0e9ae5;border-left:1px solid #0e9ae5;border-right:1px solid #0e9ae5;border-bottom:1px solid #0e9ae5;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:353px;width:232px;top:35.989501953125px;left:0px;display:block; }
#vzndIaosQMMWcURoDDwF0ZGOvCoHo0AM { position:absolute;display:block;z-index:15008;background-color:rgba(32,12,65,0.31);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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;height:160px;width:160px;top:75.972229003906px;left:37.100708007812px;display:block; }
#y6LOJWPaV3V2bZ9mEqThgWlVBZDVO1AK { 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.986px;width:116.997px;top:99.097229003906px;left:58.593765258789px;overflow:hidden;display:block; }
#wK7CESvhFDQGAGnPzbPVnqxwc6nSoIce { color:#000000;display:block;width:221.997px;position:absolute;font-family:"reddit sans";font-size:18px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:284px;left:6px;height:93.6111px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hPJ1Rk1pegIOAkowfBXcMuqzgl7KOeMh { position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #006797;border-left:1px solid #006797;border-right:1px solid #006797;border-bottom:1px solid #006797;border-top-left-radius:050px;border-top-right-radius:050px;border-bottom-left-radius:050px;border-bottom-right-radius:050px;box-shadow: none;height:37.9688px;width:167.969px;top:16px;left:32px;display:block; }
#XC3k7XQGF4rqVJMJmoQblfJi6vQHMDIZ { color:#200c41;display:block;width:168.976px;position:absolute;font-family:"reddit sans";font-size:18px;font-weight:400;z-index:15029;line-height:1.6;letter-spacing:0;top:22px;left:33px;height:28.8021px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qL31W2pDq5oWxWZMcOrTf2XkFyHwpt5I { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #0e9ae5;border-left:1px solid #0e9ae5;border-right:1px solid #0e9ae5;border-bottom:1px solid #0e9ae5;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:352px;width:232px;top:36.996337890625px;left:240.98959350586px;display:block; }
#TH3Tia6qSNzo419FidiTAbgm7A4QnvBK { color:#000000;display:block;width:221.997px;position:absolute;font-family:"reddit sans";font-size:18px;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:285px;left:247px;height:86.4062px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TF41kqR0JyJ0Lo1kmwhZXfrTLdv4uTZM { position:absolute;display:block;z-index:15014;background-color:rgba(32,12,65,0.31);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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;height:160px;width:160px;top:99px;left:278px;display:block; }
#A1EM2rec6qdQbZaB44RUFsyvKKq9SfED { position:absolute;display:block;z-index:15034;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #006797;border-left:1px solid #006797;border-right:1px solid #006797;border-bottom:1px solid #006797;border-top-left-radius:050px;border-top-right-radius:050px;border-bottom-left-radius:050px;border-bottom-right-radius:050px;box-shadow: none;height:37.9688px;width:167.969px;top:17px;left:273px;display:block; }
#R8OOtuoVfmQ1yDLADHFtwJSTgcXf3Jay { color:#200c41;display:block;width:168.976px;position:absolute;font-family:"reddit sans";font-size:18px;font-weight:400;z-index:15035;line-height:1.6;letter-spacing:0;top:23px;left:274px;height:28.8021px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DZhCWMAbHVhHDzSi2D6Ha8MBw5COo47l { 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.9965px;top:97.986122131348px;left:309.58334350586px;overflow:hidden;display:block; }
#POFlTS5GareRUOTrTsmQSfKzz7SAan0J { position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #0e9ae5;border-left:1px solid #0e9ae5;border-right:1px solid #0e9ae5;border-bottom:1px solid #0e9ae5;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:351px;width:232px;top:35.989501953125px;left:968.9931640625px;display:block; }
#Su4PcqpkxeUXxtQVtsg4KE81Uql58bqy { color:#000000;display:block;width:221.997px;position:absolute;font-family:"reddit sans";font-size:18px;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:280.98941040039px;left:977.98620605469px;height:86.4062px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tqVMPApNIfOLPIDxQ0empDckqlAPufyW { position:absolute;display:block;z-index:15032;background-color:rgba(32,12,65,0.31);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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;height:160px;width:160px;top:98px;left:1006px;display:block; }
#uV8ZWGWr6P40tmCG7ak6NyE4ToPRynhu { position:absolute;display:block;z-index:15052;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #006797;border-left:1px solid #006797;border-right:1px solid #006797;border-bottom:1px solid #006797;border-top-left-radius:050px;border-top-right-radius:050px;border-bottom-left-radius:050px;border-bottom-right-radius:050px;box-shadow: none;height:38px;width:183px;top:15.989593505859px;left:993.98962402344px;display:block; }
#WGk1ADQrJdnuzAIQLPordcHOzWF83ZO9 { color:#200c41;display:block;width:168.976px;position:absolute;font-family:"reddit sans";font-size:18px;font-weight:400;z-index:15053;line-height:1.6;letter-spacing:0;top:20.996520996094px;left:1001.9965820312px;height:28.8021px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nHhg77sHWSnTScUh1gWb4zwuadgrq9iR { 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.9861px;top:102.48264312744px;left:1039.5833740234px;overflow:hidden;display:block; }
#pSwlqTFvhbzHJEtwSePAxzkzcA6XTZTJ { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #0e9ae5;border-left:1px solid #0e9ae5;border-right:1px solid #0e9ae5;border-bottom:1px solid #0e9ae5;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:352.986px;width:231.997px;top:38px;left:485px;display:block; }
#XGtpwRs0uoU79T1scHubd5xWNzLaRTS4 { position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #006797;border-left:1px solid #006797;border-right:1px solid #006797;border-bottom:1px solid #006797;border-top-left-radius:050px;border-top-right-radius:050px;border-bottom-left-radius:050px;border-bottom-right-radius:050px;box-shadow: none;height:37.9688px;width:167.969px;top:18px;left:517px;display:block; }
#SCVBXt76Fw1FI2qxQDZJyOymmlgiSqoX { color:#200c41;display:block;width:168.976px;position:absolute;font-family:"reddit sans";font-size:18px;font-weight:400;z-index:15029;line-height:1.6;letter-spacing:0;top:24px;left:518px;height:28.8021px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hrvkHwXwCNZLLmfLJiAE8PEbL6U6bvHz { position:absolute;display:block;z-index:15008;background-color:rgba(32,12,65,0.31);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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;height:160px;width:160px;top:100px;left:522px;display:block; }
#kII9844RuZuulIDTklLOVVHHmPfcoiDx { 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.986px;width:91.9965px;top:105px;left:551px;overflow:hidden;display:block; }
#t7v7DcxOsoa2HUoBL0CiVJR6XRo7pF9L { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #0e9ae5;border-left:1px solid #0e9ae5;border-right:1px solid #0e9ae5;border-bottom:1px solid #0e9ae5;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:351.997px;width:231.997px;top:39px;left:726px;display:block; }
#y71Q574y8f3C7SP45l4Bt4MTlGCb4GMq { position:absolute;display:block;z-index:15014;background-color:rgba(32,12,65,0.31);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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;height:160px;width:160px;top:101px;left:763px;display:block; }
#k6uqrMoKnWucTlRMiCbbw3ND9uQvSPb5 { position:absolute;display:block;z-index:15034;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #006797;border-left:1px solid #006797;border-right:1px solid #006797;border-bottom:1px solid #006797;border-top-left-radius:050px;border-top-right-radius:050px;border-bottom-left-radius:050px;border-bottom-right-radius:050px;box-shadow: none;height:37.9688px;width:167.969px;top:19px;left:758px;display:block; }
#wdneZEBiiAzW41uFbQBxCgn4eD5kw8Ob { color:#200c41;display:block;width:168.976px;position:absolute;font-family:"reddit sans";font-size:18px;font-weight:400;z-index:15035;line-height:1.6;letter-spacing:0;top:25px;left:759px;height:28.8021px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VW3RCGekf1pykm4tM9Zilp3hTmd2VidO { 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:103px;left:792px;overflow:hidden;display:block; }
#xOxfFrd8i5WddlaTsbz4eCEGEVKqRWNI { color:#000000;display:block;width:221.997px;position:absolute;font-family:"reddit sans";font-size:18px;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:286px;left:491px;height:86.4062px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TZSQa6VdZDkQxepaXwIaiTww9cHgnzbT { color:#000000;display:block;width:221.997px;position:absolute;font-family:"reddit sans";font-size:18px;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:287px;left:732px;height:86.4062px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kO9MfpUJzxXKyiNnDTPl9dp0Ebka0EE1 { 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;display:block; }#kO9MfpUJzxXKyiNnDTPl9dp0Ebka0EE1 > .row .container { background-color: transparent; background-image: none; }#kO9MfpUJzxXKyiNnDTPl9dp0Ebka0EE1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kO9MfpUJzxXKyiNnDTPl9dp0Ebka0EE1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kO9MfpUJzxXKyiNnDTPl9dp0Ebka0EE1 > .row .container > .video-iframe-container { display: none; }#kO9MfpUJzxXKyiNnDTPl9dp0Ebka0EE1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kO9MfpUJzxXKyiNnDTPl9dp0Ebka0EE1 > .row > .video-iframe-container { display: none; }#kO9MfpUJzxXKyiNnDTPl9dp0Ebka0EE1 > .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); }#kO9MfpUJzxXKyiNnDTPl9dp0Ebka0EE1 > .row .container { border-width: 0; border-radius: 0; }#kO9MfpUJzxXKyiNnDTPl9dp0Ebka0EE1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kO9MfpUJzxXKyiNnDTPl9dp0Ebka0EE1 > .row .container { font-size:14px;font-family:arial;height:411px;width:1200px;position:relative;display:block; }#lqTQ04F2gdAsEUE6ltK2sTwUt6pdlRur { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #0e9ae5;border-left:1px solid #0e9ae5;border-right:1px solid #0e9ae5;border-bottom:1px solid #0e9ae5;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:353px;width:232px;top:35.989501953125px;left:0px;display:block; }
#ADaLNDhmrmx4MT61qwegqyh4P4JwzwWr { position:absolute;display:block;z-index:15008;background-color:rgba(32,12,65,0.31);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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;height:160px;width:160px;top:98px;left:37px;display:block; }
#npJnkyDdC0ygTy6ZQPuvuBV4OsaT5xRI { 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:107.46527099609px;left:66.093765258789px;overflow:hidden;display:block; }
#lCvI0zL090RKoGQiJBHhdr74dVc2ihLw { color:#000000;display:block;width:221.997px;position:absolute;font-family:"reddit sans";font-size:18px;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:284px;left:6px;height:57.6042px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bH60n70qytutFn5Z31Crl9JymHAcBw3y { position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #006797;border-left:1px solid #006797;border-right:1px solid #006797;border-bottom:1px solid #006797;border-top-left-radius:050px;border-top-right-radius:050px;border-bottom-left-radius:050px;border-bottom-right-radius:050px;box-shadow: none;height:37.9688px;width:167.969px;top:16px;left:32px;display:block; }
#FCFtvywOs9LahHnCIkJUTeLDlBG1Z4qC { color:#200c41;display:block;width:168.976px;position:absolute;font-family:"reddit sans";font-size:18px;font-weight:400;z-index:15029;line-height:1.6;letter-spacing:0;top:22px;left:33px;height:28.8021px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dH9BPvJ1sQzKVnBF1DGlIdUalo4J5UhQ { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #0e9ae5;border-left:1px solid #0e9ae5;border-right:1px solid #0e9ae5;border-bottom:1px solid #0e9ae5;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:352px;width:232px;top:36.996337890625px;left:240.98959350586px;display:block; }
#HUrylHx2cBccasx69DxLrXrlsWDim2DO { color:#000000;display:block;width:221.997px;position:absolute;font-family:"reddit sans";font-size:18px;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:285px;left:247px;height:86.4062px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U7dTfxyvwqQINITTF4i3NB4l4FKglfxt { position:absolute;display:block;z-index:15014;background-color:rgba(32,12,65,0.31);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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;height:160px;width:160px;top:99px;left:278px;display:block; }
#CQv1bTUMEbPJkWbNrpgtWLATqN6pAmuT { position:absolute;display:block;z-index:15034;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #006797;border-left:1px solid #006797;border-right:1px solid #006797;border-bottom:1px solid #006797;border-top-left-radius:050px;border-top-right-radius:050px;border-bottom-left-radius:050px;border-bottom-right-radius:050px;box-shadow: none;height:37.9688px;width:167.969px;top:17px;left:273px;display:block; }
#LSRhWUi5radyDxfXtXwT8XaGUC1XzemG { color:#200c41;display:block;width:168.976px;position:absolute;font-family:"reddit sans";font-size:18px;font-weight:400;z-index:15035;line-height:1.6;letter-spacing:0;top:23px;left:274px;height:28.8021px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rFnbKQcuIQ1qfNrHNDZqW3xEW5ob4Eos { 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:156px;width:112px;top:101.96179199219px;left:302.58682250977px;overflow:hidden;display:block; }
#GNW1D4OqCerLRDTmiWAn1G5yrnUlmdki { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #0e9ae5;border-left:1px solid #0e9ae5;border-right:1px solid #0e9ae5;border-bottom:1px solid #0e9ae5;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:351px;width:232px;top:36.996337890625px;left:483.99310302734px;display:block; }
#X0oERRyBt4FCmkReZfe5LkA6fU5vBxUp { color:#000000;display:block;width:221.997px;position:absolute;font-family:"reddit sans";font-size:18px;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:285px;left:490px;height:57.6042px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pcbWqVrMBTCOQx0DUWhrvR5JeCD21Ksp { position:absolute;display:block;z-index:15020;background-color:rgba(32,12,65,0.31);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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;height:160px;width:160px;top:99px;left:521px;display:block; }
#ydnUUlmryT14tt1ctOMHXBocM72VfMAe { position:absolute;display:block;z-index:15040;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #006797;border-left:1px solid #006797;border-right:1px solid #006797;border-bottom:1px solid #006797;border-top-left-radius:050px;border-top-right-radius:050px;border-bottom-left-radius:050px;border-bottom-right-radius:050px;box-shadow: none;height:38px;width:176px;top:16.99658203125px;left:515.98962402344px;display:block; }
#WV9aTarVaKIykrBF2ITheRruexBeJrTu { color:#200c41;display:block;width:168.976px;position:absolute;font-family:"reddit sans";font-size:18px;font-weight:400;z-index:15041;line-height:1.6;letter-spacing:0;top:22.986145019531px;left:521.99658203125px;height:28.8021px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hmsUogQifzLXgQmJPLF2XwDQwtAzXhxQ { 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:96.961822509766px;left:541.99658203125px;overflow:hidden;display:block; }
#cR32PCQxxK8hsl6vAPM9sc7g6ymDEQmf { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #0e9ae5;border-left:1px solid #0e9ae5;border-right:1px solid #0e9ae5;border-bottom:1px solid #0e9ae5;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:349px;width:232px;top:35.989501953125px;left:726.99658203125px;display:block; }
#iA07wnAD6TgvieymrUsVaNuR31GPIqAu { color:#000000;display:block;width:221.997px;position:absolute;font-family:"reddit sans";font-size:18px;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:280.99291992188px;left:732.98614501953px;height:57.6042px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KZBgxCx3411phDe0zA66kGwDxtGrWtlZ { position:absolute;display:block;z-index:15026;background-color:rgba(32,12,65,0.31);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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;height:160px;width:160px;top:98px;left:764px;display:block; }
#MQn5K1kcsbwCGOgmTuS78n8pPG3ODlo0 { position:absolute;display:block;z-index:15046;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #006797;border-left:1px solid #006797;border-right:1px solid #006797;border-bottom:1px solid #006797;border-top-left-radius:050px;border-top-right-radius:050px;border-bottom-left-radius:050px;border-bottom-right-radius:050px;box-shadow: none;height:37.9688px;width:167.969px;top:16px;left:759px;display:block; }
#v68QFhNCiHhlcf28R7bzKSwyrfbLPwcd { color:#200c41;display:block;width:168.976px;position:absolute;font-family:"reddit sans";font-size:18px;font-weight:400;z-index:15047;line-height:1.6;letter-spacing:0;top:22px;left:760px;height:28.8021px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jpz4m6FCmss5bJUGfm0dEonSQUVadPli { 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.986px;width:118.993px;top:111.97570800781px;left:784.58337402344px;overflow:hidden;display:block; }
#AhMd1TII1mc1FaoqLZflX6bJIzxnTNth { position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #0e9ae5;border-left:1px solid #0e9ae5;border-right:1px solid #0e9ae5;border-bottom:1px solid #0e9ae5;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:351px;width:232px;top:35.989501953125px;left:968.9931640625px;display:block; }
#vbZ5FdngCm0LrrMvsNoQ2GUcFTvZu9eC { color:#000000;display:block;width:221.997px;position:absolute;font-family:"reddit sans";font-size:18px;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:283.99307632446px;left:977.98620605469px;height:57.6042px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D1xuKuCiDMCd7VrlJ46ZN621JEp3vWBD { position:absolute;display:block;z-index:15032;background-color:rgba(32,12,65,0.31);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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;height:160px;width:160px;top:98px;left:1006px;display:block; }
#veaLSLcbEpU9teVMwEJQVue9IS5PECqv { position:absolute;display:block;z-index:15052;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #006797;border-left:1px solid #006797;border-right:1px solid #006797;border-bottom:1px solid #006797;border-top-left-radius:050px;border-top-right-radius:050px;border-bottom-left-radius:050px;border-bottom-right-radius:050px;box-shadow: none;height:37.9861px;width:200.99px;top:15.954860687256px;left:984.47924804688px;display:block; }
#EstU2bgZC42NGMekJn9DtbUKwnGuvs16 { color:#200c41;display:block;width:205px;position:absolute;font-family:"reddit sans";font-size:18px;font-weight:400;z-index:15053;line-height:1.6;letter-spacing:0;top:21.684028625488px;left:983.59375px;height:28.8021px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TpkFycAzHPL0Ghi30iKuiFfgs1n8gqr0 { 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.993px;width:103.993px;top:115.10417175293px;left:1034.0799560547px;overflow:hidden;display:block; }
#blrlrRDaAPMq6B5qleIK1vTk7ydBuEok { 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;display:block; }#blrlrRDaAPMq6B5qleIK1vTk7ydBuEok > .row .container { background-color: transparent; background-image: none; }#blrlrRDaAPMq6B5qleIK1vTk7ydBuEok::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blrlrRDaAPMq6B5qleIK1vTk7ydBuEok > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blrlrRDaAPMq6B5qleIK1vTk7ydBuEok > .row .container > .video-iframe-container { display: none; }#blrlrRDaAPMq6B5qleIK1vTk7ydBuEok > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blrlrRDaAPMq6B5qleIK1vTk7ydBuEok > .row > .video-iframe-container { display: none; }#blrlrRDaAPMq6B5qleIK1vTk7ydBuEok > .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); }#blrlrRDaAPMq6B5qleIK1vTk7ydBuEok > .row .container { border-width: 0; border-radius: 0; }#blrlrRDaAPMq6B5qleIK1vTk7ydBuEok > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#blrlrRDaAPMq6B5qleIK1vTk7ydBuEok > .row .container { font-size:14px;font-family:arial;height:411px;width:1200px;position:relative;display:block; }#gZyhvF0DxqntnmAwg2G7stUfwFyo1TQr { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #0e9ae5;border-left:1px solid #0e9ae5;border-right:1px solid #0e9ae5;border-bottom:1px solid #0e9ae5;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:352px;width:232px;top:40px;left:119px;display:block; }
#yD0RW3xeoCPZJbuUbQHFukNrznvw0TNS { color:#000000;display:block;width:221.997px;position:absolute;font-family:"reddit sans";font-size:18px;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:288px;left:125px;height:57.6042px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pSFWX9l4m5zb9T5DQPoSQUuLihlklyuI { position:absolute;display:block;z-index:15014;background-color:rgba(32,12,65,0.31);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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;height:160px;width:160px;top:102px;left:156px;display:block; }
#ILfouOVDsxpJTxODUF7Pdmr2CSJ5MoQK { position:absolute;display:block;z-index:15034;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #006797;border-left:1px solid #006797;border-right:1px solid #006797;border-bottom:1px solid #006797;border-top-left-radius:050px;border-top-right-radius:050px;border-bottom-left-radius:050px;border-bottom-right-radius:050px;box-shadow: none;height:37.9688px;width:167.969px;top:20px;left:151px;display:block; }
#PT6d1TgNHV2B4htvyOmfarXECl2hXohd { color:#200c41;display:block;width:168.976px;position:absolute;font-family:"reddit sans";font-size:18px;font-weight:400;z-index:15035;line-height:1.6;letter-spacing:0;top:26px;left:152px;height:28.8021px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e21ked3CQktrXidHIBQsscLo6RNI8Xw6 { 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:101px;top:105px;left:180px;overflow:hidden;display:block; }
#TK2I2wwVRfOLeN2cUhefdZcDzpPBmtc6 { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #0e9ae5;border-left:1px solid #0e9ae5;border-right:1px solid #0e9ae5;border-bottom:1px solid #0e9ae5;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:351px;width:232px;top:40px;left:362px;display:block; }
#f2WtB8FAaCRWvafLGdVR8KdwQfHTisbf { color:#000000;display:block;width:221.997px;position:absolute;font-family:"reddit sans";font-size:18px;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:288px;left:368px;height:86.4062px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RwA0TEH9VvtzTJU13i9QB76g2AiEs0T9 { position:absolute;display:block;z-index:15020;background-color:rgba(32,12,65,0.31);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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;height:160px;width:160px;top:102px;left:399px;display:block; }
#olVIA5THMBNULZTdF8dyW2b8R4IMiZwZ { position:absolute;display:block;z-index:15040;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #006797;border-left:1px solid #006797;border-right:1px solid #006797;border-bottom:1px solid #006797;border-top-left-radius:050px;border-top-right-radius:050px;border-bottom-left-radius:050px;border-bottom-right-radius:050px;box-shadow: none;height:38px;width:176px;top:20px;left:394px;display:block; }
#oJoIH5kA7OeilZz143UKIXfGrAZ7a0Gi { color:#200c41;display:block;width:168.976px;position:absolute;font-family:"reddit sans";font-size:18px;font-weight:400;z-index:15041;line-height:1.6;letter-spacing:0;top:26px;left:400px;height:28.8021px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TTILAFQHhku2qvmceOL0qRLeGHVnI4fq { 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:161px;width:100px;top:100px;left:428px;overflow:hidden;display:block; }
#ScrCvqcuOobNolduvZaJ5epta1cJrKlk { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #0e9ae5;border-left:1px solid #0e9ae5;border-right:1px solid #0e9ae5;border-bottom:1px solid #0e9ae5;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:349px;width:232px;top:39px;left:605px;display:block; }
#uprZTeCwIbN0OUTsc1D2gLIrByCMQHHV { color:#000000;display:block;width:221.997px;position:absolute;font-family:"reddit sans";font-size:18px;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:284px;left:611px;height:86.4062px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m2H5H0QhrRvgG2g8ZuoGev9lm7bHXSEG { position:absolute;display:block;z-index:15026;background-color:rgba(32,12,65,0.31);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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;height:160px;width:160px;top:101px;left:642px;display:block; }
#z6QCqClFZOyqC6lLoIFyq4KcsC2CDE7D { position:absolute;display:block;z-index:15046;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #006797;border-left:1px solid #006797;border-right:1px solid #006797;border-bottom:1px solid #006797;border-top-left-radius:050px;border-top-right-radius:050px;border-bottom-left-radius:050px;border-bottom-right-radius:050px;box-shadow: none;height:37.9688px;width:167.969px;top:19px;left:637px;display:block; }
#y4sWxWJGfosiqemkSg6Ex5c8cRJhDGx2 { color:#200c41;display:block;width:168.976px;position:absolute;font-family:"reddit sans";font-size:18px;font-weight:400;z-index:15047;line-height:1.6;letter-spacing:0;top:25px;left:638px;height:28.8021px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zJd1Q2faTnSXXfacouEJ8IEOcFoz4kt3 { 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:163px;width:96px;top:101px;left:678px;overflow:hidden;display:block; }
#JIxsUDSkfce9ZXi0TOT55E8tIhoUH4Tp { position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #0e9ae5;border-left:1px solid #0e9ae5;border-right:1px solid #0e9ae5;border-bottom:1px solid #0e9ae5;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: none;height:351px;width:232px;top:39px;left:847px;display:block; }
#iRpwgHB9RyTkWFHShJfTxFLhIMNmP45l { color:#000000;display:block;width:221.997px;position:absolute;font-family:"reddit sans";font-size:18px;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:301px;left:851px;height:86.4062px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JNd6D0ydHNqSSTchw1zcHeVnD3ZwRbbE { position:absolute;display:block;z-index:15032;background-color:rgba(32,12,65,0.31);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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;height:160px;width:160px;top:101px;left:884px;display:block; }
#emyvAMU7vMF1rAeuU30pTdvBHKc3VOXC { position:absolute;display:block;z-index:15052;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #006797;border-left:1px solid #006797;border-right:1px solid #006797;border-bottom:1px solid #006797;border-top-left-radius:050px;border-top-right-radius:050px;border-bottom-left-radius:050px;border-bottom-right-radius:050px;box-shadow: none;height:38px;width:211px;top:18.993041992188px;left:855.99658203125px;display:block; }
#gvC2h5GpgkuAz79r7mwmGaFtBxWndDRP { color:#200c41;display:block;width:205px;position:absolute;font-family:"reddit sans";font-size:18px;font-weight:400;z-index:15053;line-height:1.6;letter-spacing:0;top:25px;left:861px;height:28.8021px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ROHTgTuTGGFgJgRWwbtRR0paDwPXBBZq { 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.986px;width:113.993px;top:102px;left:907px;overflow:hidden;display:block; }
#qk3QguiW4zenM710hGKOvnNRAmbJJwx6 { position:relative;z-index:auto;display:block; }#qk3QguiW4zenM710hGKOvnNRAmbJJwx6 { background-color: transparent; background-image: none; }#qk3QguiW4zenM710hGKOvnNRAmbJJwx6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qk3QguiW4zenM710hGKOvnNRAmbJJwx6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qk3QguiW4zenM710hGKOvnNRAmbJJwx6 > .row .container > .video-iframe-container { display: none; }#qk3QguiW4zenM710hGKOvnNRAmbJJwx6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qk3QguiW4zenM710hGKOvnNRAmbJJwx6 > .row > .video-iframe-container { display: none; }#qk3QguiW4zenM710hGKOvnNRAmbJJwx6 > .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); }#qk3QguiW4zenM710hGKOvnNRAmbJJwx6 { border-width: 0; border-radius: 0; }#qk3QguiW4zenM710hGKOvnNRAmbJJwx6 > .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; }#qk3QguiW4zenM710hGKOvnNRAmbJJwx6 > .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:83px;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; }#WdUawMDeksu2wQwRff7wdtAD3EZzPI5h { background-color:#001f3e;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;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:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:322px;height:58px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:11.387512207031px;left:439.00003051758px;display:block; }
#NLOGg9xoSFHCHTizEqCXeBU2xaS8aUx7 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:url("//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/386138df2dfce9921e2895ffd96ed8b6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .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); } }@media only screen and (max-width: 763px) { #PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ { display:block; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yZzSGpaV5ruJHXTH5liSKpRWooXwcv9x { top:89px;left:397px;width:367px;height:220px;display:block; }
 }@media only screen and (max-width: 763px) { #Xg5RuSToiDupLM08fxapEpFxG2G7UJCz { width:444px;height:455px;top:45px;left:320px;display:block; }
 }@media only screen and (max-width: 763px) { #aDPBdmII7V1Wy7kdH8OkfXQ8zn6xILcm { top:173px;left:0px;width:764px;height:165px;display:block; }
 }@media only screen and (max-width: 763px) { #L9wgtAu78U1KW5XKGl9Gk5Kd97rTFJRt { top:206px;left:0px;width:725px;height:41px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #mwqAZTrxxgHChs8A5SfrSSOknP1SdOiZ { top:55px;left:364px;width:400px;height:23px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #K6tl2LnX4izSrdpHQ9cH1Bfku7RLDwGd { top:256px;left:0px;width:725px;height:51px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ki6etMgtZnblbnKKnTR9GJc4KfGaGQGc { top:0px;left:0px;width:185px;height:42px;display:block; }
 }@media only screen and (max-width: 763px) { #Q7y27JAgTGW70EJE4UTQuvUuT0TM6C9R { display:block; }#Q7y27JAgTGW70EJE4UTQuvUuT0TM6C9R > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I8DfATmoIXcKii90aJpenk3b9ICooMDX { top:19px;left:0px;width:764px;height:41px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #fALyCm8PFxqS3BSovmi7X8s50v9vDXKe { top:74px;left:0px;width:764px;height:25px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #emJpVsdBJEbigNBKWQf7oNzH6fon9o0U { display:block; }#emJpVsdBJEbigNBKWQf7oNzH6fon9o0U > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F5223SeiWEJd4TJpvOtml94CLN5T1G0P { top:15px;left:0px;width:487px;height:487px;display:block; }
 }@media only screen and (max-width: 763px) { #Rm2tnTqoyHXEyB0LGsyoTry1SlgNHTLr { top:15px;left:86px;width:486px;height:486px;display:block; }
 }@media only screen and (max-width: 763px) { #RT08GCfD5asfrfay7aXeUKwm32u1rI3e { top:531px;left:0px;width:471px;height:181px;font-size:14px;display:block; }#RT08GCfD5asfrfay7aXeUKwm32u1rI3e li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6e98d8e17a13baa3c71f655f2d241013.svg); }
 }@media only screen and (max-width: 763px) { #D4EPNrtrPcKKmJnvimMXM1TDIRpsTyvF { top:570px;left:102px;width:471px;height:101px;font-size:14px;display:block; }#D4EPNrtrPcKKmJnvimMXM1TDIRpsTyvF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6e98d8e17a13baa3c71f655f2d241013.svg); }
 }@media only screen and (max-width: 763px) { #damec8dkCBP6UGmwy3qAEcMutvEnaqfz { display:block; }#damec8dkCBP6UGmwy3qAEcMutvEnaqfz > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQJdibdbPoQddfMJl270PUA3a3w6ETRg { top:18px;left:0px;width:764px;height:41px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #ARfe1ol9Mwhvk4RtB42RozanKXfk26dK { display:block; }#ARfe1ol9Mwhvk4RtB42RozanKXfk26dK > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PACdWtaC5MPPxGv30U8wtkLar35H7SWw { width:232px;height:353px;top:35px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #CqPZyhrr7EhWo5aJBW3ipyfFWVFGIqFh { width:160px;height:160px;top:98px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #kAaGRuXKmxpUHWdsRNSOc1zNr8sydQTs { top:118px;left:0px;width:118px;height:139.8134344037px;display:block; }
 }@media only screen and (max-width: 763px) { #RsSXvWweEzbLUGVyfxALseakzaosIEGv { width:221px;height:86px;top:283px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #U9qTTAGL2OokJyEOtRTyxaL9qnzxg9m5 { top:16px;left:0px;width:167px;height:37px;display:block; }
 }@media only screen and (max-width: 763px) { #FyI07Cg4VpAw7TImpqyMt6ScPpdfxxP6 { width:168px;height:28px;top:21px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #D1Q0y7EnLH25eICwVziTEgCnRirEaAZV { width:232px;height:352px;top:36px;left:22.989593505859px;display:block; }
 }@media only screen and (max-width: 763px) { #Vf0uGheDTaw5TvuTRdTVkeQUphzqIMQn { width:221px;height:57px;top:285px;left:28.996551513672px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ymLBrd4UHGdFC0DKAQKOsTiuUwnWIzpo { width:160px;height:160px;top:99px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #dtzWNbtwHc4FGPdQrx36GTNpVlpy5Sr0 { top:17px;left:55px;width:167px;height:37px;display:block; }
 }@media only screen and (max-width: 763px) { #dwDtltu0zlJreB7P5ZV0I2Jr23PxdeF2 { width:168px;height:28px;top:22px;left:55.993072509766px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #vc7PFsBiufyWwLk2D1FWOiwyC7o9aJLZ { top:101px;left:84.593780517578px;width:104px;height:156.00050003366px;display:block; }
 }@media only screen and (max-width: 763px) { #GcNXc8Jg9HEWCwwrC6Zi6kf3RwVcqLop { width:232px;height:351px;top:36px;left:265.99310302734px;display:block; }
 }@media only screen and (max-width: 763px) { #OehKtOz5Td2k58s6c4elSEaJ2X8z1Dgw { width:221px;height:86px;top:285px;left:272px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ZiX1inNtW9MoeQ1AZBttkSFg6OrGGG1T { width:160px;height:160px;top:99px;left:303px;display:block; }
 }@media only screen and (max-width: 763px) { #B6UyIdEpwJSN6UiMUgPk1hZT3EV4K0Io { top:15px;left:288.37158203125px;width:194px;height:38px;display:block; }
 }@media only screen and (max-width: 763px) { #FrHT3uPRkCdR4WWzlkCtuyV1rMpRi8do { width:201px;height:28px;top:21px;left:286.10418701172px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #T7rpRXQH5HubM3TTa4w4LOAiVFcb596C { top:96px;left:332.48614501953px;width:98px;height:160.37184409823px;display:block; }
 }@media only screen and (max-width: 763px) { #VTUmETvAm3RcBgQQ9KQ6TziFnzQTe96o { width:232px;height:349px;top:35px;left:508.99658203125px;display:block; }
 }@media only screen and (max-width: 763px) { #qy8r12ngSiv24SxTTiR5cbVXm7aw2Cvo { width:221px;height:86px;top:280px;left:514.98614501953px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #F07Oe270Oz8pWi7VrFJGUws3Vfl7wETU { width:160px;height:160px;top:98px;left:546px;display:block; }
 }@media only screen and (max-width: 763px) { #hn9ULCoinDfzvcTpdtK0ITiU0CBIsS96 { top:16px;left:541px;width:167px;height:37px;display:block; }
 }@media only screen and (max-width: 763px) { #KX6a0tpWHQ3cbDtMNU0WQhk2h2bu8WfQ { width:168px;height:28px;top:21px;left:542.00006103516px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #lnlTvf8GPzErd2lkV6CAKcJ5VW730gpn { top:99px;left:582.08685302734px;width:87px;height:155.23746364483px;display:block; }
 }@media only screen and (max-width: 763px) { #BnURyulJKTScbpdrHXCZ2L6wFpPi6qD6 { width:232px;height:351px;top:35px;left:530px;display:block; }
 }@media only screen and (max-width: 763px) { #uiQaXTkIhPKOs7NbvTydrlFM7Po3UVex { width:221px;height:115px;top:269px;left:543px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #QhTWqaJJWsdtRyl46F46QZEFPTaXwyuA { width:160px;height:160px;top:98px;left:604px;display:block; }
 }@media only screen and (max-width: 763px) { #ES4BKmwUCtrP8ISlFs5gHG0InW9625AU { top:16px;left:595px;width:167px;height:37px;display:block; }
 }@media only screen and (max-width: 763px) { #nXTB4Lb3gauV9NDZ7DmRU1NGnXOpMcnL { width:168px;height:28px;top:21px;left:596px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #d8XdvD6euRU8ETb16GJNzeW2L4qyCya2 { top:99px;left:656px;width:107px;height:154.56568444058px;display:block; }
 }@media only screen and (max-width: 763px) { #bXlR9RLh0yUBCc9InLJKuLCxUoPtPIsh { display:block; }#bXlR9RLh0yUBCc9InLJKuLCxUoPtPIsh > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OEfLTTIKh7FsKKahSpSOgnH3zvdeJC9T { width:232px;height:353px;top:35px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #vzndIaosQMMWcURoDDwF0ZGOvCoHo0AM { width:160px;height:160px;top:75px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #y6LOJWPaV3V2bZ9mEqThgWlVBZDVO1AK { top:99px;left:0px;width:116px;height:136.81014043095px;display:block; }
 }@media only screen and (max-width: 763px) { #wK7CESvhFDQGAGnPzbPVnqxwc6nSoIce { width:221px;height:93px;top:283px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #hPJ1Rk1pegIOAkowfBXcMuqzgl7KOeMh { top:16px;left:0px;width:167px;height:37px;display:block; }
 }@media only screen and (max-width: 763px) { #XC3k7XQGF4rqVJMJmoQblfJi6vQHMDIZ { width:168px;height:28px;top:21px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #qL31W2pDq5oWxWZMcOrTf2XkFyHwpt5I { width:232px;height:352px;top:36px;left:22.989593505859px;display:block; }
 }@media only screen and (max-width: 763px) { #TH3Tia6qSNzo419FidiTAbgm7A4QnvBK { width:221px;height:86px;top:285px;left:28.996551513672px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #TF41kqR0JyJ0Lo1kmwhZXfrTLdv4uTZM { width:160px;height:160px;top:99px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #A1EM2rec6qdQbZaB44RUFsyvKKq9SfED { top:17px;left:55px;width:167px;height:37px;display:block; }
 }@media only screen and (max-width: 763px) { #R8OOtuoVfmQ1yDLADHFtwJSTgcXf3Jay { width:168px;height:28px;top:22px;left:55.993072509766px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #DZhCWMAbHVhHDzSi2D6Ha8MBw5COo47l { top:97px;left:91.583343505859px;width:96px;height:158.35622934848px;display:block; }
 }@media only screen and (max-width: 763px) { #POFlTS5GareRUOTrTsmQSfKzz7SAan0J { width:232px;height:351px;top:35px;left:530px;display:block; }
 }@media only screen and (max-width: 763px) { #Su4PcqpkxeUXxtQVtsg4KE81Uql58bqy { width:221px;height:86px;top:280px;left:543px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #tqVMPApNIfOLPIDxQ0empDckqlAPufyW { width:160px;height:160px;top:98px;left:604px;display:block; }
 }@media only screen and (max-width: 763px) { #uV8ZWGWr6P40tmCG7ak6NyE4ToPRynhu { top:15px;left:579px;width:183px;height:38px;display:block; }
 }@media only screen and (max-width: 763px) { #WGk1ADQrJdnuzAIQLPordcHOzWF83ZO9 { width:168px;height:28px;top:20px;left:596px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #nHhg77sHWSnTScUh1gWb4zwuadgrq9iR { top:102px;left:671px;width:92px;height:149.3887796133px;display:block; }
 }@media only screen and (max-width: 763px) { #pSwlqTFvhbzHJEtwSePAxzkzcA6XTZTJ { width:231px;height:352px;top:38px;left:267px;display:block; }
 }@media only screen and (max-width: 763px) { #XGtpwRs0uoU79T1scHubd5xWNzLaRTS4 { top:18px;left:299px;width:167px;height:37px;display:block; }
 }@media only screen and (max-width: 763px) { #SCVBXt76Fw1FI2qxQDZJyOymmlgiSqoX { width:168px;height:28px;top:24px;left:300px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #hrvkHwXwCNZLLmfLJiAE8PEbL6U6bvHz { width:160px;height:160px;top:100px;left:304px;display:block; }
 }@media only screen and (max-width: 763px) { #kII9844RuZuulIDTklLOVVHHmPfcoiDx { top:105px;left:333px;width:91px;height:151.32886577207px;display:block; }
 }@media only screen and (max-width: 763px) { #t7v7DcxOsoa2HUoBL0CiVJR6XRo7pF9L { width:231px;height:351px;top:39px;left:508px;display:block; }
 }@media only screen and (max-width: 763px) { #y71Q574y8f3C7SP45l4Bt4MTlGCb4GMq { width:160px;height:160px;top:101px;left:545px;display:block; }
 }@media only screen and (max-width: 763px) { #k6uqrMoKnWucTlRMiCbbw3ND9uQvSPb5 { top:19px;left:540px;width:167px;height:37px;display:block; }
 }@media only screen and (max-width: 763px) { #wdneZEBiiAzW41uFbQBxCgn4eD5kw8Ob { width:168px;height:28px;top:25px;left:541px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #VW3RCGekf1pykm4tM9Zilp3hTmd2VidO { top:103px;left:574px;width:102px;height:153.54135710748px;display:block; }
 }@media only screen and (max-width: 763px) { #xOxfFrd8i5WddlaTsbz4eCEGEVKqRWNI { width:221px;height:57px;top:286px;left:273px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #TZSQa6VdZDkQxepaXwIaiTww9cHgnzbT { width:221px;height:86px;top:287px;left:514px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #kO9MfpUJzxXKyiNnDTPl9dp0Ebka0EE1 { display:block; }#kO9MfpUJzxXKyiNnDTPl9dp0Ebka0EE1 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lqTQ04F2gdAsEUE6ltK2sTwUt6pdlRur { width:232px;height:353px;top:35px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ADaLNDhmrmx4MT61qwegqyh4P4JwzwWr { width:160px;height:160px;top:98px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #npJnkyDdC0ygTy6ZQPuvuBV4OsaT5xRI { top:107px;left:0px;width:101px;height:149.51410335598px;display:block; }
 }@media only screen and (max-width: 763px) { #lCvI0zL090RKoGQiJBHhdr74dVc2ihLw { width:221px;height:57px;top:283px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #bH60n70qytutFn5Z31Crl9JymHAcBw3y { top:16px;left:0px;width:167px;height:37px;display:block; }
 }@media only screen and (max-width: 763px) { #FCFtvywOs9LahHnCIkJUTeLDlBG1Z4qC { width:168px;height:28px;top:21px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #dH9BPvJ1sQzKVnBF1DGlIdUalo4J5UhQ { width:232px;height:352px;top:36px;left:22.989593505859px;display:block; }
 }@media only screen and (max-width: 763px) { #HUrylHx2cBccasx69DxLrXrlsWDim2DO { width:221px;height:86px;top:285px;left:28.996551513672px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #U7dTfxyvwqQINITTF4i3NB4l4FKglfxt { width:160px;height:160px;top:99px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #CQv1bTUMEbPJkWbNrpgtWLATqN6pAmuT { top:17px;left:55px;width:167px;height:37px;display:block; }
 }@media only screen and (max-width: 763px) { #LSRhWUi5radyDxfXtXwT8XaGUC1XzemG { width:168px;height:28px;top:22px;left:55.993072509766px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #rFnbKQcuIQ1qfNrHNDZqW3xEW5ob4Eos { top:101px;left:84.586822509766px;width:112px;height:156px;display:block; }
 }@media only screen and (max-width: 763px) { #GNW1D4OqCerLRDTmiWAn1G5yrnUlmdki { width:232px;height:351px;top:36px;left:265.99310302734px;display:block; }
 }@media only screen and (max-width: 763px) { #X0oERRyBt4FCmkReZfe5LkA6fU5vBxUp { width:221px;height:57px;top:285px;left:272px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #pcbWqVrMBTCOQx0DUWhrvR5JeCD21Ksp { width:160px;height:160px;top:99px;left:303px;display:block; }
 }@media only screen and (max-width: 763px) { #ydnUUlmryT14tt1ctOMHXBocM72VfMAe { top:16px;left:297.98962402344px;width:176px;height:38px;display:block; }
 }@media only screen and (max-width: 763px) { #WV9aTarVaKIykrBF2ITheRruexBeJrTu { width:168px;height:28px;top:22px;left:303.99658203125px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #hmsUogQifzLXgQmJPLF2XwDQwtAzXhxQ { top:96px;left:323.99658203125px;width:115px;height:160.61432020002px;display:block; }
 }@media only screen and (max-width: 763px) { #cR32PCQxxK8hsl6vAPM9sc7g6ymDEQmf { width:232px;height:349px;top:35px;left:508.99658203125px;display:block; }
 }@media only screen and (max-width: 763px) { #iA07wnAD6TgvieymrUsVaNuR31GPIqAu { width:221px;height:57px;top:280px;left:514.98614501953px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #KZBgxCx3411phDe0zA66kGwDxtGrWtlZ { width:160px;height:160px;top:98px;left:546px;display:block; }
 }@media only screen and (max-width: 763px) { #MQn5K1kcsbwCGOgmTuS78n8pPG3ODlo0 { top:16px;left:541px;width:167px;height:37px;display:block; }
 }@media only screen and (max-width: 763px) { #v68QFhNCiHhlcf28R7bzKSwyrfbLPwcd { width:168px;height:28px;top:21px;left:542.00006103516px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Jpz4m6FCmss5bJUGfm0dEonSQUVadPli { top:111px;left:566.58337402344px;width:118px;height:146.75105258293px;display:block; }
 }@media only screen and (max-width: 763px) { #AhMd1TII1mc1FaoqLZflX6bJIzxnTNth { width:232px;height:351px;top:35px;left:530px;display:block; }
 }@media only screen and (max-width: 763px) { #vbZ5FdngCm0LrrMvsNoQ2GUcFTvZu9eC { width:221px;height:57px;top:283px;left:543px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #D1xuKuCiDMCd7VrlJ46ZN621JEp3vWBD { width:160px;height:160px;top:98px;left:604px;display:block; }
 }@media only screen and (max-width: 763px) { #veaLSLcbEpU9teVMwEJQVue9IS5PECqv { top:15px;left:561px;width:200px;height:37px;display:block; }
 }@media only screen and (max-width: 763px) { #EstU2bgZC42NGMekJn9DtbUKwnGuvs16 { width:205px;height:28px;top:21px;left:559px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #TpkFycAzHPL0Ghi30iKuiFfgs1n8gqr0 { top:115px;left:660px;width:103px;height:142.61805121499px;display:block; }
 }@media only screen and (max-width: 763px) { #blrlrRDaAPMq6B5qleIK1vTk7ydBuEok { display:block; }#blrlrRDaAPMq6B5qleIK1vTk7ydBuEok > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gZyhvF0DxqntnmAwg2G7stUfwFyo1TQr { width:231px;height:351px;top:40px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #yD0RW3xeoCPZJbuUbQHFukNrznvw0TNS { width:221px;height:57px;top:288px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #pSFWX9l4m5zb9T5DQPoSQUuLihlklyuI { width:160px;height:160px;top:102px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ILfouOVDsxpJTxODUF7Pdmr2CSJ5MoQK { top:20px;left:0px;width:167px;height:37px;display:block; }
 }@media only screen and (max-width: 763px) { #PT6d1TgNHV2B4htvyOmfarXECl2hXohd { width:168px;height:28px;top:26px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #e21ked3CQktrXidHIBQsscLo6RNI8Xw6 { top:105px;left:0px;width:100px;height:153.48054262798px;display:block; }
 }@media only screen and (max-width: 763px) { #TK2I2wwVRfOLeN2cUhefdZcDzpPBmtc6 { width:231px;height:350px;top:40px;left:144px;display:block; }
 }@media only screen and (max-width: 763px) { #f2WtB8FAaCRWvafLGdVR8KdwQfHTisbf { width:221px;height:86px;top:288px;left:150px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #RwA0TEH9VvtzTJU13i9QB76g2AiEs0T9 { width:160px;height:160px;top:102px;left:181px;display:block; }
 }@media only screen and (max-width: 763px) { #olVIA5THMBNULZTdF8dyW2b8R4IMiZwZ { top:20px;left:176px;width:175px;height:37px;display:block; }
 }@media only screen and (max-width: 763px) { #oJoIH5kA7OeilZz143UKIXfGrAZ7a0Gi { width:168px;height:28px;top:26px;left:182px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #TTILAFQHhku2qvmceOL0qRLeGHVnI4fq { top:100px;left:210px;width:100px;height:160.99px;display:block; }
 }@media only screen and (max-width: 763px) { #ScrCvqcuOobNolduvZaJ5epta1cJrKlk { width:231px;height:348px;top:39px;left:387px;display:block; }
 }@media only screen and (max-width: 763px) { #uprZTeCwIbN0OUTsc1D2gLIrByCMQHHV { width:221px;height:86px;top:284px;left:393px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #m2H5H0QhrRvgG2g8ZuoGev9lm7bHXSEG { width:160px;height:160px;top:101px;left:424px;display:block; }
 }@media only screen and (max-width: 763px) { #z6QCqClFZOyqC6lLoIFyq4KcsC2CDE7D { top:19px;left:419px;width:167px;height:37px;display:block; }
 }@media only screen and (max-width: 763px) { #y4sWxWJGfosiqemkSg6Ex5c8cRJhDGx2 { width:168px;height:28px;top:25px;left:420px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #zJd1Q2faTnSXXfacouEJ8IEOcFoz4kt3 { top:101px;left:460px;width:95px;height:161.30570395126px;display:block; }
 }@media only screen and (max-width: 763px) { #JIxsUDSkfce9ZXi0TOT55E8tIhoUH4Tp { width:231px;height:350px;top:39px;left:530px;display:block; }
 }@media only screen and (max-width: 763px) { #iRpwgHB9RyTkWFHShJfTxFLhIMNmP45l { width:221px;height:57px;top:301px;left:543px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #JNd6D0ydHNqSSTchw1zcHeVnD3ZwRbbE { width:160px;height:160px;top:101px;left:604px;display:block; }
 }@media only screen and (max-width: 763px) { #emyvAMU7vMF1rAeuU30pTdvBHKc3VOXC { top:18px;left:551px;width:211px;height:38px;display:block; }
 }@media only screen and (max-width: 763px) { #gvC2h5GpgkuAz79r7mwmGaFtBxWndDRP { width:205px;height:28px;top:25px;left:559px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ROHTgTuTGGFgJgRWwbtRR0paDwPXBBZq { top:102px;left:651px;width:113px;height:156.61627886573px;display:block; }
 }@media only screen and (max-width: 763px) { #qk3QguiW4zenM710hGKOvnNRAmbJJwx6 { display:block; }#qk3QguiW4zenM710hGKOvnNRAmbJJwx6 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WdUawMDeksu2wQwRff7wdtAD3EZzPI5h { width:322px;height:58px;top:11px;left:221.00003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #NLOGg9xoSFHCHTizEqCXeBU2xaS8aUx7 { display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .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); } }@media only screen and (max-width: 763px) { #PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(0,31,62,0.77));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(0,31,62,0.77));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(0,31,62,0.77));background-image: -o-linear-gradient(180deg, #ffffff, rgba(0,31,62,0.77));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c4001f3e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c4001f3e' );";background-image: linear-gradient(180deg, #ffffff, rgba(0,31,62,0.77));background-size:contain !important;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container { background-color: transparent; background-image: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container > .video-iframe-container { display: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row > .video-iframe-container { display: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .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); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container { border-width: 0; border-radius: 0; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row > .video-iframe-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container { width:320px;height:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yZzSGpaV5ruJHXTH5liSKpRWooXwcv9x { width:310px;height:210px;top:318px;left:5px;display:block; }
 }@media only screen and (max-width: 763px) { #Xg5RuSToiDupLM08fxapEpFxG2G7UJCz { width:320px;height:472px;top:260.98959350586px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #aDPBdmII7V1Wy7kdH8OkfXQ8zn6xILcm { width:320px;height:190px;top:59px;left:0px;background-color:rgba(0,31,62,0.77);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #L9wgtAu78U1KW5XKGl9Gk5Kd97rTFJRt { width:287.969px;height:57.1875px;top:80px;left:16px;font-size:22px;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mwqAZTrxxgHChs8A5SfrSSOknP1SdOiZ { width:310.99px;height:20.7986px;top:282px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #K6tl2LnX4izSrdpHQ9cH1Bfku7RLDwGd { width:320px;height:77.9688px;top:149px;left:0px;font-size:20px;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ki6etMgtZnblbnKKnTR9GJc4KfGaGQGc { width:185px;height:42px;top:7.62939453125E-6px;left:67.500004768372px;display:block; }
 }@media only screen and (max-width: 763px) { #Q7y27JAgTGW70EJE4UTQuvUuT0TM6C9R { display:block; }#Q7y27JAgTGW70EJE4UTQuvUuT0TM6C9R > .row .container { width:320px;height:145px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I8DfATmoIXcKii90aJpenk3b9ICooMDX { width:320px;height:51.9792px;top:10.989593505859px;left:0px;font-size:20px;text-align:center;text-align-last:center;font-family:raddit;display:block; }
 }@media only screen and (max-width: 763px) { #fALyCm8PFxqS3BSovmi7X8s50v9vDXKe { width:320px;height:54.5312px;top:73.958343505859px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #emJpVsdBJEbigNBKWQf7oNzH6fon9o0U { display:block; }#emJpVsdBJEbigNBKWQf7oNzH6fon9o0U > .row .container { width:320px;height:975px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F5223SeiWEJd4TJpvOtml94CLN5T1G0P { width:320px;height:320px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Rm2tnTqoyHXEyB0LGsyoTry1SlgNHTLr { width:320px;height:320px;top:522.29165649414px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #RT08GCfD5asfrfay7aXeUKwm32u1rI3e { width:320px;height:164.306px;top:349.94792175293px;left:0px;font-size:14px;text-align:left;text-align-last:left;display:block; }#RT08GCfD5asfrfay7aXeUKwm32u1rI3e li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6e98d8e17a13baa3c71f655f2d241013.svg); }
 }@media only screen and (max-width: 763px) { #D4EPNrtrPcKKmJnvimMXM1TDIRpsTyvF { width:320px;height:98.941px;top:859.30557250977px;left:0px;font-size:14px;text-align:left;text-align-last:left;display:block; }#D4EPNrtrPcKKmJnvimMXM1TDIRpsTyvF li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6e98d8e17a13baa3c71f655f2d241013.svg); }
 }@media only screen and (max-width: 763px) { #damec8dkCBP6UGmwy3qAEcMutvEnaqfz { display:block; }#damec8dkCBP6UGmwy3qAEcMutvEnaqfz > .row .container { width:320px;height:60px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQJdibdbPoQddfMJl270PUA3a3w6ETRg { width:320px;height:36.3889px;top:11.770835876465px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #ARfe1ol9Mwhvk4RtB42RozanKXfk26dK { display:block; }#ARfe1ol9Mwhvk4RtB42RozanKXfk26dK > .row .container { width:320px;height:1777px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PACdWtaC5MPPxGv30U8wtkLar35H7SWw { width:286px;height:301px;top:37.96875px;left:17.98611164093px;display:block; }
 }@media only screen and (max-width: 763px) { #CqPZyhrr7EhWo5aJBW3ipyfFWVFGIqFh { width:160px;height:160px;top:70px;left:79px;display:block; }
 }@media only screen and (max-width: 763px) { #kAaGRuXKmxpUHWdsRNSOc1zNr8sydQTs { width:106px;height:154px;top:78.003477096558px;left:106.99653339386px;display:block; }
 }@media only screen and (max-width: 763px) { #RsSXvWweEzbLUGVyfxALseakzaosIEGv { width:262.969px;height:51.2153px;top:257.9861164093px;left:28.506947517395px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #U9qTTAGL2OokJyEOtRTyxaL9qnzxg9m5 { width:148px;height:33px;top:21.996459960938px;left:85.989590644836px;display:block; }
 }@media only screen and (max-width: 763px) { #FyI07Cg4VpAw7TImpqyMt6ScPpdfxxP6 { width:270px;height:25.6076px;top:27px;left:25px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #D1Q0y7EnLH25eICwVziTEgCnRirEaAZV { width:286px;height:314px;top:382px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Vf0uGheDTaw5TvuTRdTVkeQUphzqIMQn { width:220.99px;height:51.2153px;top:613px;left:49px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ymLBrd4UHGdFC0DKAQKOsTiuUwnWIzpo { width:160px;height:160px;top:418px;left:80px;display:block; }
 }@media only screen and (max-width: 763px) { #dtzWNbtwHc4FGPdQrx36GTNpVlpy5Sr0 { width:167px;height:37px;top:362px;left:76px;display:block; }
 }@media only screen and (max-width: 763px) { #dwDtltu0zlJreB7P5ZV0I2Jr23PxdeF2 { width:167.969px;height:25.6076px;top:369px;left:76px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #vc7PFsBiufyWwLk2D1FWOiwyC7o9aJLZ { width:81.9965px;height:155.99px;top:422px;left:116.99654102325px;display:block; }
 }@media only screen and (max-width: 763px) { #GcNXc8Jg9HEWCwwrC6Zi6kf3RwVcqLop { width:286px;height:317px;top:748px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #OehKtOz5Td2k58s6c4elSEaJ2X8z1Dgw { width:220.99px;height:76.8229px;top:963px;left:49px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ZiX1inNtW9MoeQ1AZBttkSFg6OrGGG1T { width:160px;height:160px;top:780px;left:80px;display:block; }
 }@media only screen and (max-width: 763px) { #B6UyIdEpwJSN6UiMUgPk1hZT3EV4K0Io { width:176px;height:37px;top:722.98620605469px;left:71.989590644836px;display:block; }
 }@media only screen and (max-width: 763px) { #FrHT3uPRkCdR4WWzlkCtuyV1rMpRi8do { width:167.969px;height:25.6076px;top:729px;left:76px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #T7rpRXQH5HubM3TTa4w4LOAiVFcb596C { width:95px;height:155.99px;top:783.99655151367px;left:111.99653339386px;display:block; }
 }@media only screen and (max-width: 763px) { #VTUmETvAm3RcBgQQ9KQ6TziFnzQTe96o { width:286px;height:294px;top:1102px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qy8r12ngSiv24SxTTiR5cbVXm7aw2Cvo { width:220.99px;height:76.8229px;top:1315px;left:47px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #F07Oe270Oz8pWi7VrFJGUws3Vfl7wETU { width:160px;height:160px;top:1140px;left:78px;display:block; }
 }@media only screen and (max-width: 763px) { #hn9ULCoinDfzvcTpdtK0ITiU0CBIsS96 { width:166.997px;height:36.9965px;top:1083px;left:72px;display:block; }
 }@media only screen and (max-width: 763px) { #KX6a0tpWHQ3cbDtMNU0WQhk2h2bu8WfQ { width:167.969px;height:25.6076px;top:1090px;left:73px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #lnlTvf8GPzErd2lkV6CAKcJ5VW730gpn { width:92.9861px;height:165.99px;top:1136.9965515137px;left:113.48959064484px;display:block; }
 }@media only screen and (max-width: 763px) { #BnURyulJKTScbpdrHXCZ2L6wFpPi6qD6 { width:286px;height:320px;top:1437.9862060547px;left:15.989584922791px;display:block; }
 }@media only screen and (max-width: 763px) { #uiQaXTkIhPKOs7NbvTydrlFM7Po3UVex { width:220.99px;height:76.8229px;top:1661px;left:49px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #QhTWqaJJWsdtRyl46F46QZEFPTaXwyuA { width:160px;height:160px;top:1476px;left:80px;display:block; }
 }@media only screen and (max-width: 763px) { #ES4BKmwUCtrP8ISlFs5gHG0InW9625AU { width:167px;height:37px;top:1418px;left:77px;display:block; }
 }@media only screen and (max-width: 763px) { #nXTB4Lb3gauV9NDZ7DmRU1NGnXOpMcnL { width:167.969px;height:25.6076px;top:1425px;left:76px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #d8XdvD6euRU8ETb16GJNzeW2L4qyCya2 { width:100.99px;height:146.997px;top:1490px;left:109px;display:block; }
 }@media only screen and (max-width: 763px) { #bXlR9RLh0yUBCc9InLJKuLCxUoPtPIsh { display:block; }#bXlR9RLh0yUBCc9InLJKuLCxUoPtPIsh > .row .container { width:320px;height:1795px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OEfLTTIKh7FsKKahSpSOgnH3zvdeJC9T { width:286px;height:307px;top:37.96875px;left:17.98611164093px;display:block; }
 }@media only screen and (max-width: 763px) { #vzndIaosQMMWcURoDDwF0ZGOvCoHo0AM { width:160px;height:160px;top:70px;left:79px;display:block; }
 }@media only screen and (max-width: 763px) { #y6LOJWPaV3V2bZ9mEqThgWlVBZDVO1AK { width:123.993px;height:153.993px;top:75.96875px;left:94.986119270325px;display:block; }
 }@media only screen and (max-width: 763px) { #wK7CESvhFDQGAGnPzbPVnqxwc6nSoIce { width:262.969px;height:62.3958px;top:257.9861164093px;left:28.506947517395px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hPJ1Rk1pegIOAkowfBXcMuqzgl7KOeMh { width:140px;height:33px;top:22px;left:86px;display:block; }
 }@media only screen and (max-width: 763px) { #XC3k7XQGF4rqVJMJmoQblfJi6vQHMDIZ { width:270px;height:25.6076px;top:27px;left:25px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qL31W2pDq5oWxWZMcOrTf2XkFyHwpt5I { width:286px;height:316px;top:377px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TH3Tia6qSNzo419FidiTAbgm7A4QnvBK { width:220.99px;height:51.2153px;top:608px;left:49px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TF41kqR0JyJ0Lo1kmwhZXfrTLdv4uTZM { width:160px;height:160px;top:413px;left:80px;display:block; }
 }@media only screen and (max-width: 763px) { #A1EM2rec6qdQbZaB44RUFsyvKKq9SfED { width:166.997px;height:36.9965px;top:357px;left:75px;display:block; }
 }@media only screen and (max-width: 763px) { #R8OOtuoVfmQ1yDLADHFtwJSTgcXf3Jay { width:167.969px;height:25.6076px;top:364px;left:76px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #DZhCWMAbHVhHDzSi2D6Ha8MBw5COo47l { width:96.9965px;height:162.986px;top:411px;left:108px;display:block; }
 }@media only screen and (max-width: 763px) { #POFlTS5GareRUOTrTsmQSfKzz7SAan0J { width:286px;height:351px;top:1421px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Su4PcqpkxeUXxtQVtsg4KE81Uql58bqy { width:220.99px;height:76.8229px;top:1643px;left:47px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #tqVMPApNIfOLPIDxQ0empDckqlAPufyW { width:160px;height:160px;top:1459px;left:80px;display:block; }
 }@media only screen and (max-width: 763px) { #uV8ZWGWr6P40tmCG7ak6NyE4ToPRynhu { width:167px;height:37px;top:1401px;left:77px;display:block; }
 }@media only screen and (max-width: 763px) { #WGk1ADQrJdnuzAIQLPordcHOzWF83ZO9 { width:167.969px;height:25.6076px;top:1408px;left:76px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #nHhg77sHWSnTScUh1gWb4zwuadgrq9iR { width:101.997px;height:151.997px;top:1466px;left:106px;display:block; }
 }@media only screen and (max-width: 763px) { #pSwlqTFvhbzHJEtwSePAxzkzcA6XTZTJ { width:285.99px;height:300px;top:1082px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #XGtpwRs0uoU79T1scHubd5xWNzLaRTS4 { width:140px;height:32.9861px;top:1062px;left:89px;display:block; }
 }@media only screen and (max-width: 763px) { #SCVBXt76Fw1FI2qxQDZJyOymmlgiSqoX { width:270px;height:25.6076px;top:1067px;left:25px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hrvkHwXwCNZLLmfLJiAE8PEbL6U6bvHz { width:160px;height:160px;top:1102px;left:80px;display:block; }
 }@media only screen and (max-width: 763px) { #kII9844RuZuulIDTklLOVVHHmPfcoiDx { width:85.9896px;height:145.99px;top:1117px;left:117px;display:block; }
 }@media only screen and (max-width: 763px) { #t7v7DcxOsoa2HUoBL0CiVJR6XRo7pF9L { width:285.99px;height:312.986px;top:731px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #y71Q574y8f3C7SP45l4Bt4MTlGCb4GMq { width:160px;height:160px;top:761px;left:80px;display:block; }
 }@media only screen and (max-width: 763px) { #k6uqrMoKnWucTlRMiCbbw3ND9uQvSPb5 { width:166.997px;height:36.9965px;top:708px;left:79px;display:block; }
 }@media only screen and (max-width: 763px) { #wdneZEBiiAzW41uFbQBxCgn4eD5kw8Ob { width:167.969px;height:25.6076px;top:714px;left:78px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #VW3RCGekf1pykm4tM9Zilp3hTmd2VidO { width:100px;height:151.997px;top:765px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #xOxfFrd8i5WddlaTsbz4eCEGEVKqRWNI { width:262.969px;height:51.2153px;top:1279px;left:29px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TZSQa6VdZDkQxepaXwIaiTww9cHgnzbT { width:220.99px;height:51.2153px;top:959px;left:50px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #kO9MfpUJzxXKyiNnDTPl9dp0Ebka0EE1 { display:block; }#kO9MfpUJzxXKyiNnDTPl9dp0Ebka0EE1 > .row .container { width:320px;height:1760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lqTQ04F2gdAsEUE6ltK2sTwUt6pdlRur { width:286px;height:267px;top:37.96875px;left:17.98611164093px;display:block; }
 }@media only screen and (max-width: 763px) { #ADaLNDhmrmx4MT61qwegqyh4P4JwzwWr { width:160px;height:160px;top:70px;left:79px;display:block; }
 }@media only screen and (max-width: 763px) { #npJnkyDdC0ygTy6ZQPuvuBV4OsaT5xRI { width:101.997px;height:153.993px;top:76.986328125px;left:108.99306201935px;display:block; }
 }@media only screen and (max-width: 763px) { #lCvI0zL090RKoGQiJBHhdr74dVc2ihLw { width:262.969px;height:25.6076px;top:257.9861164093px;left:28.506947517395px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #bH60n70qytutFn5Z31Crl9JymHAcBw3y { width:140px;height:33px;top:22px;left:86px;display:block; }
 }@media only screen and (max-width: 763px) { #FCFtvywOs9LahHnCIkJUTeLDlBG1Z4qC { width:270px;height:25.6076px;top:27px;left:25px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #dH9BPvJ1sQzKVnBF1DGlIdUalo4J5UhQ { width:286px;height:341px;top:349px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #HUrylHx2cBccasx69DxLrXrlsWDim2DO { width:220.99px;height:76.8229px;top:580px;left:49px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #U7dTfxyvwqQINITTF4i3NB4l4FKglfxt { width:160px;height:160px;top:385px;left:80px;display:block; }
 }@media only screen and (max-width: 763px) { #CQv1bTUMEbPJkWbNrpgtWLATqN6pAmuT { width:167px;height:37px;top:329px;left:76px;display:block; }
 }@media only screen and (max-width: 763px) { #LSRhWUi5radyDxfXtXwT8XaGUC1XzemG { width:167.969px;height:25.6076px;top:336px;left:76px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #rFnbKQcuIQ1qfNrHNDZqW3xEW5ob4Eos { width:105px;height:147.986px;top:395.98974609375px;left:106.00000476837px;display:block; }
 }@media only screen and (max-width: 763px) { #GNW1D4OqCerLRDTmiWAn1G5yrnUlmdki { width:286px;height:299px;top:744px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #X0oERRyBt4FCmkReZfe5LkA6fU5vBxUp { width:220.99px;height:51.2153px;top:959px;left:49px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #pcbWqVrMBTCOQx0DUWhrvR5JeCD21Ksp { width:160px;height:160px;top:776px;left:80px;display:block; }
 }@media only screen and (max-width: 763px) { #ydnUUlmryT14tt1ctOMHXBocM72VfMAe { width:166.997px;height:36.9965px;top:719px;left:76px;display:block; }
 }@media only screen and (max-width: 763px) { #WV9aTarVaKIykrBF2ITheRruexBeJrTu { width:167.969px;height:25.6076px;top:725px;left:76px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hmsUogQifzLXgQmJPLF2XwDQwtAzXhxQ { width:92.9861px;height:135px;top:802.10073852539px;left:113.48959064484px;display:block; }
 }@media only screen and (max-width: 763px) { #cR32PCQxxK8hsl6vAPM9sc7g6ymDEQmf { width:286px;height:306px;top:1095px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #iA07wnAD6TgvieymrUsVaNuR31GPIqAu { width:220.99px;height:51.2153px;top:1308px;left:49px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #KZBgxCx3411phDe0zA66kGwDxtGrWtlZ { width:160px;height:160px;top:1133px;left:80px;display:block; }
 }@media only screen and (max-width: 763px) { #MQn5K1kcsbwCGOgmTuS78n8pPG3ODlo0 { width:166.997px;height:36.9965px;top:1076px;left:74px;display:block; }
 }@media only screen and (max-width: 763px) { #v68QFhNCiHhlcf28R7bzKSwyrfbLPwcd { width:167.969px;height:25.6076px;top:1083px;left:75px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Jpz4m6FCmss5bJUGfm0dEonSQUVadPli { width:98.9931px;height:125.99px;top:1167px;left:110.00000476837px;display:block; }
 }@media only screen and (max-width: 763px) { #AhMd1TII1mc1FaoqLZflX6bJIzxnTNth { width:286px;height:291px;top:1445px;left:15.989584922791px;display:block; }
 }@media only screen and (max-width: 763px) { #vbZ5FdngCm0LrrMvsNoQ2GUcFTvZu9eC { width:220.99px;height:51.2153px;top:1668px;left:49px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #D1xuKuCiDMCd7VrlJ46ZN621JEp3vWBD { width:160px;height:160px;top:1483px;left:80px;display:block; }
 }@media only screen and (max-width: 763px) { #veaLSLcbEpU9teVMwEJQVue9IS5PECqv { width:201px;height:37px;top:1425px;left:60.99653339386px;display:block; }
 }@media only screen and (max-width: 763px) { #EstU2bgZC42NGMekJn9DtbUKwnGuvs16 { width:200px;height:25.6076px;top:1431.8056030273px;left:60.000004768372px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TpkFycAzHPL0Ghi30iKuiFfgs1n8gqr0 { width:97px;height:139px;top:1503.9965820312px;left:110.99306201935px;display:block; }
 }@media only screen and (max-width: 763px) { #blrlrRDaAPMq6B5qleIK1vTk7ydBuEok { display:block; }#blrlrRDaAPMq6B5qleIK1vTk7ydBuEok > .row .container { width:320px;height:1522px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gZyhvF0DxqntnmAwg2G7stUfwFyo1TQr { width:286px;height:312px;top:35px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #yD0RW3xeoCPZJbuUbQHFukNrznvw0TNS { width:220.99px;height:51.2153px;top:266px;left:51px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #pSFWX9l4m5zb9T5DQPoSQUuLihlklyuI { width:160px;height:160px;top:71px;left:82px;display:block; }
 }@media only screen and (max-width: 763px) { #ILfouOVDsxpJTxODUF7Pdmr2CSJ5MoQK { width:167px;height:37px;top:15px;left:78px;display:block; }
 }@media only screen and (max-width: 763px) { #PT6d1TgNHV2B4htvyOmfarXECl2hXohd { width:167.969px;height:25.6076px;top:22px;left:78px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #e21ked3CQktrXidHIBQsscLo6RNI8Xw6 { width:80.9896px;height:123.993px;top:108px;left:121px;display:block; }
 }@media only screen and (max-width: 763px) { #TK2I2wwVRfOLeN2cUhefdZcDzpPBmtc6 { width:286px;height:324px;top:402px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #f2WtB8FAaCRWvafLGdVR8KdwQfHTisbf { width:220.99px;height:76.8229px;top:626.99615097046px;left:49.496529579163px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #RwA0TEH9VvtzTJU13i9QB76g2AiEs0T9 { width:160px;height:160px;top:434px;left:79px;display:block; }
 }@media only screen and (max-width: 763px) { #olVIA5THMBNULZTdF8dyW2b8R4IMiZwZ { width:166.997px;height:36.9965px;top:377px;left:76px;display:block; }
 }@media only screen and (max-width: 763px) { #oJoIH5kA7OeilZz143UKIXfGrAZ7a0Gi { width:167.969px;height:25.6076px;top:383px;left:76px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TTILAFQHhku2qvmceOL0qRLeGHVnI4fq { width:96px;height:154px;top:441px;left:112px;display:block; }
 }@media only screen and (max-width: 763px) { #ScrCvqcuOobNolduvZaJ5epta1cJrKlk { width:286px;height:290px;top:770px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #uprZTeCwIbN0OUTsc1D2gLIrByCMQHHV { width:220.99px;height:51.2153px;top:983px;left:47px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #m2H5H0QhrRvgG2g8ZuoGev9lm7bHXSEG { width:160px;height:160px;top:808px;left:78px;display:block; }
 }@media only screen and (max-width: 763px) { #z6QCqClFZOyqC6lLoIFyq4KcsC2CDE7D { width:166.997px;height:36.9965px;top:751px;left:72px;display:block; }
 }@media only screen and (max-width: 763px) { #y4sWxWJGfosiqemkSg6Ex5c8cRJhDGx2 { width:167.969px;height:25.6076px;top:758px;left:73px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #zJd1Q2faTnSXXfacouEJ8IEOcFoz4kt3 { width:90px;height:155px;top:813px;left:115px;display:block; }
 }@media only screen and (max-width: 763px) { #JIxsUDSkfce9ZXi0TOT55E8tIhoUH4Tp { width:286px;height:351px;top:1106px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #iRpwgHB9RyTkWFHShJfTxFLhIMNmP45l { width:220.99px;height:51.2153px;top:1354.9827728271px;left:49.496529579163px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #JNd6D0ydHNqSSTchw1zcHeVnD3ZwRbbE { width:160px;height:160px;top:1144px;left:80px;display:block; }
 }@media only screen and (max-width: 763px) { #emyvAMU7vMF1rAeuU30pTdvBHKc3VOXC { width:199px;height:37px;top:1085.9892578125px;left:59.99653339386px;display:block; }
 }@media only screen and (max-width: 763px) { #gvC2h5GpgkuAz79r7mwmGaFtBxWndDRP { width:190px;height:25.6076px;top:1092.7951812744px;left:65.000004768372px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ROHTgTuTGGFgJgRWwbtRR0paDwPXBBZq { width:106.997px;height:148.993px;top:1155px;left:105px;display:block; }
 }@media only screen and (max-width: 763px) { #qk3QguiW4zenM710hGKOvnNRAmbJJwx6 { position:fixed;z-index:199999;bottom:0px;left:0px;right:0px;display:block; }#qk3QguiW4zenM710hGKOvnNRAmbJJwx6 > .row .container { width:320px;height:60px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WdUawMDeksu2wQwRff7wdtAD3EZzPI5h { width:274px;height:38px;top:12.000030517578px;left:23.000001907349px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #NLOGg9xoSFHCHTizEqCXeBU2xaS8aUx7 { display:block; }
 }