.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlJk778KxExET4UTa7MRFgkOnTPsZdII { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/a0ce892a-0646-4edb-9fd0-87244ebf1a5f/_Header.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#tlJk778KxExET4UTa7MRFgkOnTPsZdII.adaptive-delivery-prevent-bg, #tlJk778KxExET4UTa7MRFgkOnTPsZdII.lazyload, #tlJk778KxExET4UTa7MRFgkOnTPsZdII.lazyloading { background-image: none; }#tlJk778KxExET4UTa7MRFgkOnTPsZdII > .row .container { background-color: transparent; background-image: none; }#tlJk778KxExET4UTa7MRFgkOnTPsZdII::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlJk778KxExET4UTa7MRFgkOnTPsZdII > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlJk778KxExET4UTa7MRFgkOnTPsZdII > .row .container > .video-iframe-container { display: none; }#tlJk778KxExET4UTa7MRFgkOnTPsZdII > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlJk778KxExET4UTa7MRFgkOnTPsZdII > .row > .video-iframe-container { display: none; }#tlJk778KxExET4UTa7MRFgkOnTPsZdII > .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); }#tlJk778KxExET4UTa7MRFgkOnTPsZdII > .row .container { border-width: 0; border-radius: 0; }#tlJk778KxExET4UTa7MRFgkOnTPsZdII > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tlJk778KxExET4UTa7MRFgkOnTPsZdII > .row .container { font-size:0.875rem;font-family:arial;height:60.8125rem;width:75rem;position:relative;display:block; }#dJWKVceH9cKKN0qx3Ro2ssP4Be3tieTx { position:absolute;display:block;z-index:15000;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:17.1875rem;width:29.6875rem;top:1.8113605976105rem;left:22.686363220215rem;overflow:hidden;display:block; }
#xJJKGR0teRKRWUwUDT8i4TvUVuKFTJB9 { position:absolute;display:block;z-index:15001;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:5.25rem;width:25.9375rem;top:52.392902374267rem;left:24.562171936035rem;overflow:hidden;display:block; }
#XVorimxF9hpMXGiHQneqanmGS4VAyI7y { position:absolute;display:block;z-index:15019;height:7.8125rem;width:14.4375rem;top:0rem;left:60.562498092651rem;display:block; }
#t0U1fvFVSUeA1CODm7kO8eJovuneqT2p { position:absolute;display:block;z-index:15021;border-top:0.125rem solid #e68f00;border-left:0.125rem solid #e68f00;border-right:0.125rem solid #e68f00;border-bottom:0.125rem solid #e68f00;box-shadow: none;height:22.5rem;width:40rem;top:27.56201171875rem;left:17.374671936035rem;display:block; }
#e3s58RVx6cladwGJoLC19EHCbkhTgqTX { color:#820d56;display:block;width:63.3125rem;position:absolute;font-family:redditsans;font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:20.125rem;left:5.873046875rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JPvglleGognmS5medK40oWFX05Zusu0F { color:#466ba4;display:block;width:66.8125rem;position:absolute;font-family:redditsans;font-size:1.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:24.375rem;left:4.4375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u16yZRb7EGetdb1XUaBwiqs5CffCPvl7 { color:#f9ffce;display:block;width:19.125rem;position:absolute;font-family:redditsans;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:54rem;left:28.375rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xo5QGbbmUywvQoCN0DGrpe8haF7hR4lB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a195d944-2be4-4795-bb45-db9edb337131/NosFire_Panel_1_Desktop.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#xo5QGbbmUywvQoCN0DGrpe8haF7hR4lB.adaptive-delivery-prevent-bg, #xo5QGbbmUywvQoCN0DGrpe8haF7hR4lB.lazyload, #xo5QGbbmUywvQoCN0DGrpe8haF7hR4lB.lazyloading { background-image: none; }#xo5QGbbmUywvQoCN0DGrpe8haF7hR4lB > .row .container { background-color: transparent; background-image: none; }#xo5QGbbmUywvQoCN0DGrpe8haF7hR4lB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xo5QGbbmUywvQoCN0DGrpe8haF7hR4lB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xo5QGbbmUywvQoCN0DGrpe8haF7hR4lB > .row .container > .video-iframe-container { display: none; }#xo5QGbbmUywvQoCN0DGrpe8haF7hR4lB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xo5QGbbmUywvQoCN0DGrpe8haF7hR4lB > .row > .video-iframe-container { display: none; }#xo5QGbbmUywvQoCN0DGrpe8haF7hR4lB > .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); }#xo5QGbbmUywvQoCN0DGrpe8haF7hR4lB > .row .container { border-width: 0; border-radius: 0; }#xo5QGbbmUywvQoCN0DGrpe8haF7hR4lB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xo5QGbbmUywvQoCN0DGrpe8haF7hR4lB > .row .container { font-size:0.875rem;font-family:arial;height:46.6875rem;width:75rem;position:relative;display:block; }#bUStCVmbJlrRJcuRu0g7dABm1Sykm3K6 { position:absolute;display:block;z-index:15013;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:0.4375rem;width:36.4375rem;top:27.625rem;left:33.4423828125rem;overflow:hidden;display:block; }
#CoIcz4PHgbhlHfEtH4hPTT97AVGmLkkH { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:36.4375rem;top:21.03125rem;left:33.4423828125rem;overflow:hidden;display:block; }
#iZ2xeAWwwVKZK9sNSCmHErwVyOpDzL3T { position:absolute;display:block;z-index:15008;background-color:rgba(255,255,255,0.72);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:29.5625rem;width:46.125rem;top:6.46484375rem;left:28.7236328125rem;display:block; }
#lhlX7LsgQd1SfxMn0QJJOXL4KtS3ueU4 { color:#436ca0;display:block;width:41.75rem;position:absolute;font-family:redditsans;font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:10.5rem;left:31.125rem;height:2.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#idcrsB6qklEyPkVTWuwOr3abmDoXHgez { color:#5b566f;display:block;width:40.0625rem;position:absolute;font-family:"istok web";font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:15.625rem;left:32.25rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#PrQ2NS1fgTnNGAO7yorLT6UO0LXw9IiS { color:#5b566f;display:block;width:40.125rem;position:absolute;font-family:"istok web";font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:23.3125rem;left:30.625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#z7zoodOFAksb0OzaJm6QXoBu4K3ThE14 { color:#5b566f;display:block;width:37.6875rem;position:absolute;font-family:"istok web";font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:29.3125rem;left:32.75rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#bDlsrG0hdxemU4lImPFo5GfsuwOXMKdn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e5bf0b48-86dc-44a0-8683-ab1842405ad9/reetest.png");background-position:center !important;background-repeat:repeat !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; }#bDlsrG0hdxemU4lImPFo5GfsuwOXMKdn.adaptive-delivery-prevent-bg, #bDlsrG0hdxemU4lImPFo5GfsuwOXMKdn.lazyload, #bDlsrG0hdxemU4lImPFo5GfsuwOXMKdn.lazyloading { background-image: none; }#bDlsrG0hdxemU4lImPFo5GfsuwOXMKdn > .row .container { background-color: transparent; background-image: none; }#bDlsrG0hdxemU4lImPFo5GfsuwOXMKdn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bDlsrG0hdxemU4lImPFo5GfsuwOXMKdn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bDlsrG0hdxemU4lImPFo5GfsuwOXMKdn > .row .container > .video-iframe-container { display: none; }#bDlsrG0hdxemU4lImPFo5GfsuwOXMKdn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bDlsrG0hdxemU4lImPFo5GfsuwOXMKdn > .row > .video-iframe-container { display: none; }#bDlsrG0hdxemU4lImPFo5GfsuwOXMKdn > .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); }#bDlsrG0hdxemU4lImPFo5GfsuwOXMKdn > .row .container { border-width: 0; border-radius: 0; }#bDlsrG0hdxemU4lImPFo5GfsuwOXMKdn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bDlsrG0hdxemU4lImPFo5GfsuwOXMKdn > .row .container { font-size:0.875rem;font-family:arial;height:42.3125rem;width:75rem;position:relative;display:block; }#fOWC2BUTwwyruzbVUxcBh7PTvqqqpQJT { position:absolute;display:block;z-index:15009;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:38.875rem;width:35.25rem;top:3.4375rem;left:38.625001907349rem;overflow:hidden;display:block; }
#NK81Is5VxJf3yz4mSN75DzqFGdJNB1rO { position:absolute;display:block;z-index:15022;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:0.4375rem;width:36.4375rem;top:28rem;left:1.0625rem;overflow:hidden;display:block; }
#rVszhXzqLwsIIb2hCTNcT2Xwq5ENvwHi { position:absolute;display:block;z-index:15020;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:0.4375rem;width:36.4375rem;top:22.53125rem;left:1.0625rem;overflow:hidden;display:block; }
#P0QulUKBC4dor4VdaTtm36QoCZ83lneO { position:absolute;display:block;z-index:15018;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:0.4375rem;width:36.4375rem;top:16.875rem;left:1.125rem;overflow:hidden;display:block; }
#FTVyd1QoRU1qUVHgglzgQqWZwGKVh85g { position:absolute;display:block;z-index:15023;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:0.4375rem;width:36.4375rem;top:33.4375rem;left:1rem;overflow:hidden;display:block; }
#ErzKNiH8p8QqLac5PTqr017zKa493L7s { color:#436ca0;display:block;width:37.875rem;position:absolute;font-family:redditsans;font-size:2.1875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:6.90625rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w2c9OPxcAoSPZuxDJwg0u1mSDNMTZeoU { color:#5b566f;display:block;width:37.5rem;position:absolute;font-family:"istok web";font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:13.9375rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#dHHNST4SalLHJAV75a4TilOJVL3potQb { color:#5b566f;display:block;width:37.5625rem;position:absolute;font-family:"istok web";font-size:1.25rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:18.59375rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#Us71co0DSAiT3dBZSv3n7WETJG9VSOxe { color:#5b566f;display:block;width:37.5rem;position:absolute;font-family:"istok web";font-size:1.25rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:23.75rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#tdFpRDCd8rTJeW86hQBTawOHPsXqNxTc { color:#5b566f;display:block;width:37.4375rem;position:absolute;font-family:"istok web";font-size:1.25rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:29.5rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#Xyb7A2oZVr1R5T8lIxFC0N9NGVRHHqA7 { color:#5b566f;display:block;width:36.4375rem;position:absolute;font-family:"istok web";font-size:1.25rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:35.5rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#xAQEBSD38zPZ36G8skLCiqtOhRAOt2TN { position:absolute;display:block;z-index:15020;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:0.4375rem;width:36.4375rem;top:22.65625rem;left:1.0625rem;overflow:hidden;display:none; }
#OTcL99sGCkr7WsTT4TX5nnH97aCtFkyR { position:absolute;display:block;z-index:15020;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:0.4375rem;width:36.4375rem;top:22.65625rem;left:1.0625rem;overflow:hidden;display:none; }
#doot0Dc2HzGFtek8TTuQZDNAMROS890Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b348395b-f1c1-45b7-a7a6-f9490e4f2b69/media_bg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#doot0Dc2HzGFtek8TTuQZDNAMROS890Z.adaptive-delivery-prevent-bg, #doot0Dc2HzGFtek8TTuQZDNAMROS890Z.lazyload, #doot0Dc2HzGFtek8TTuQZDNAMROS890Z.lazyloading { background-image: none; }#doot0Dc2HzGFtek8TTuQZDNAMROS890Z > .row .container { background-color: transparent; background-image: none; }#doot0Dc2HzGFtek8TTuQZDNAMROS890Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doot0Dc2HzGFtek8TTuQZDNAMROS890Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doot0Dc2HzGFtek8TTuQZDNAMROS890Z > .row .container > .video-iframe-container { display: none; }#doot0Dc2HzGFtek8TTuQZDNAMROS890Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doot0Dc2HzGFtek8TTuQZDNAMROS890Z > .row > .video-iframe-container { display: none; }#doot0Dc2HzGFtek8TTuQZDNAMROS890Z > .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); }#doot0Dc2HzGFtek8TTuQZDNAMROS890Z > .row .container { border-width: 0; border-radius: 0; }#doot0Dc2HzGFtek8TTuQZDNAMROS890Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#doot0Dc2HzGFtek8TTuQZDNAMROS890Z > .row .container { font-size:0.875rem;font-family:arial;height:47.8125rem;width:75rem;position:relative;display:block; }#hX0JIM1DmKJMTHw3qDyJBluB6iRDTdRJ { position:absolute;display:block;z-index:15001;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:6.4375rem;width:12.5rem;top:14.3125rem;left:15.5625rem;overflow:hidden;display:block; }
#KB3o5mfheQJbgdTRwknLdH5bFgBKJq3F { 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:7rem;width:12.5rem;top:14.3125rem;left:30.8125rem;overflow:hidden;display:block; }
#vxGprsGG97iMovoJ1okgSgnOBXK67mOt { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:12.5rem;top:14.3125rem;left:46.875rem;overflow:hidden;display:block; }
#upDysO7TScKllb24X62dBHsQu27N8rud { position:absolute;display:block;z-index:15005;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:6.125rem;width:11.875rem;top:23.625rem;left:31.125rem;overflow:hidden;display:block; }
#dZl8pgSO17BKLHEXDQXni3ExQvHyg4n8 { position:absolute;display:block;z-index:15006;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:6.375rem;width:12.375rem;top:23.46875rem;left:46.9375rem;overflow:hidden;display:block; }
#b6gI6XSxZvT4c26aWqG6skRo0Ccy5ThT { position:absolute;display:block;z-index:15004;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:6.25rem;width:11.1875rem;top:23.8125rem;left:16.21875rem;overflow:hidden;display:block; }
#ayN4MTds3uhLRULTIQldqnvknUH5gIMK { position:absolute;display:block;z-index:15008;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:6.125rem;width:11.875rem;top:33.96875rem;left:31.5625rem;overflow:hidden;display:block; }
#TGcEAi86Grh2ebVNRPTdAi3GzRl33Mvd { position:absolute;display:block;z-index:15009;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:6.375rem;width:12.375rem;top:33.8125rem;left:46.75rem;overflow:hidden;display:block; }
#I1gRcy0FsNz1GDdcFz10vT9gS684B1Pu { position:absolute;display:block;z-index:15007;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:5.75rem;width:11.1875rem;top:34.125rem;left:16.21875rem;overflow:hidden;display:block; }
#oSeOlO404fVNEe4KNVv6wk4FtHAeLyyJ { color:#ffffff;display:block;width:75rem;position:absolute;font-family:redditsans;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dSJdgKtoxG5gVvdLQnTJp2TEWzWXCgkZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2b45ec8d-37c4-4495-8c0c-fa439d18cc0b/NosFire_Footer_Desktop.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#dSJdgKtoxG5gVvdLQnTJp2TEWzWXCgkZ.adaptive-delivery-prevent-bg, #dSJdgKtoxG5gVvdLQnTJp2TEWzWXCgkZ.lazyload, #dSJdgKtoxG5gVvdLQnTJp2TEWzWXCgkZ.lazyloading { background-image: none; }#dSJdgKtoxG5gVvdLQnTJp2TEWzWXCgkZ > .row .container { background-color: transparent; background-image: none; }#dSJdgKtoxG5gVvdLQnTJp2TEWzWXCgkZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dSJdgKtoxG5gVvdLQnTJp2TEWzWXCgkZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dSJdgKtoxG5gVvdLQnTJp2TEWzWXCgkZ > .row .container > .video-iframe-container { display: none; }#dSJdgKtoxG5gVvdLQnTJp2TEWzWXCgkZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dSJdgKtoxG5gVvdLQnTJp2TEWzWXCgkZ > .row > .video-iframe-container { display: none; }#dSJdgKtoxG5gVvdLQnTJp2TEWzWXCgkZ > .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); }#dSJdgKtoxG5gVvdLQnTJp2TEWzWXCgkZ > .row .container { border-width: 0; border-radius: 0; }#dSJdgKtoxG5gVvdLQnTJp2TEWzWXCgkZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dSJdgKtoxG5gVvdLQnTJp2TEWzWXCgkZ > .row .container { font-size:0.875rem;font-family:arial;height:51.0625rem;width:75rem;position:relative;display:block; }#tluV0SqPgmNtyAUusOkIEoznrAxOR1FM { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:28.4375rem;top:3.552734375rem;left:23.125rem;overflow:hidden;display:block; }
#JbBrImnZQfFEr4r13msP6oCSSOMbVoCQ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"pt sans";font-size:0.875rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:33rem;left:14.5625rem;height:1.1375rem;font-style:normal;display:none; }
#mtUQxxpVmAxgscxHd9U2r3GmeRKVEedo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:21.0625rem;left:26.0107421875rem; }
#mtUQxxpVmAxgscxHd9U2r3GmeRKVEedo > img { max-width: 100%;max-height:100%; width:4.25rem; height:4.25rem; }#TmsqSy99U3NqN4WanTlgEkCt4GZaFZn6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:21.0625rem;left:31.59375rem; }
#TmsqSy99U3NqN4WanTlgEkCt4GZaFZn6 > img { max-width: 100%;max-height:100%; width:4.25rem; height:4.25rem; }#DGTFdnAGCzqcmT0RWqO8XGT4Ux13AbZb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:21.0625rem;left:37.3125rem; }
#DGTFdnAGCzqcmT0RWqO8XGT4Ux13AbZb > img { max-width: 100%;max-height:100%; width:4.0625rem; height:4.0625rem; }#gFQWylnAXeNNVHq7rwcfILXigzXoIQIA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:21.0625rem;left:43rem; }
#gFQWylnAXeNNVHq7rwcfILXigzXoIQIA > img { max-width: 100%;max-height:100%; width:3.875rem; height:3.875rem; }#nJfLLqzI0UE7V8cwHNXQG7S1UeiNPuwM { position:absolute;display:block;z-index:15000;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:2.5625rem;width:13.125rem;top:36.0302734375rem;left:23.3232421875rem;overflow:hidden;display:block; }
#re8EVWn2es73qBXJoFTqK4igKBJ9468P { position:absolute;display:block;z-index:15006;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:3.125rem;width:11.3125rem;top:34.9052734375rem;left:38.4375rem;overflow:hidden;display:block; }
#sWZlTwfsgWHgHK9humtOuVVHvRzG24SH { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:3.5625rem;top:29.5rem;left:33.46875rem;overflow:hidden;display:block; }
#x72QsN69GUnPDdoacSeSHslRRfaPX3Cw { position:absolute;display:block;z-index:15012;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:4.1875rem;width:4.1875rem;top:29.4990234375rem;left:38.34375rem;overflow:hidden;display:block; }
#FT21yR5KXK8MloVszXDq6yStIw24qphx { color:#022654;display:block;width:49.4375rem;position:absolute;font-family:redditsans;font-size:2.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:13.937488555908rem;left:12.78125rem;height:2.7625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rbhrN8J6c80A2d5OsgOHXGzvzlzDLely { color:#fbf7f1;display:block;width:75rem;position:absolute;font-family:redditsans;font-size:0.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:40.912109375rem;left:0rem;height:0.9749375rem;text-align:center;text-align-last:center;display:block; }
#c0F5JUOrdbv8pPuW4gK9BOHES14M5dbW { color:#ff2a2a;display:block;width:75rem;position:absolute;font-family:redditsans;font-size:0.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:42.724994659424rem;left:0.0010414123535156rem;height:0.9749375rem;text-align:center;text-align-last:center;display:block; }
#waG4Q9hCdTgaaQkstlmg8ec1SiIXJXUc { color:#ff8900;display:block;width:75rem;position:absolute;font-family:redditsans;font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:44.51171875rem;left:0rem;height:0.9749375rem;text-align:center;text-align-last:center;display:block; }
#CTE7I0uWf7xNRhUzWLE4IE4Xnk4G6MOw { color:#dde2ec;display:block;width:69.625rem;position:absolute;font-family:redditsans;font-size:0.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:47.86328125rem;left:2.6875rem;height:1.94986875rem;text-align:center;text-align-last:center;display:block; }
#bllb0d454Ne4PrXus61Ey6BggXHGWvZo { color:#f9ffce;display:block;width:22rem;position:absolute;font-family:redditsans;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.484375rem;left:26.5rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tlJk778KxExET4UTa7MRFgkOnTPsZdII { display:block; }#tlJk778KxExET4UTa7MRFgkOnTPsZdII > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dJWKVceH9cKKN0qx3Ro2ssP4Be3tieTx { top:1.75rem;left:0rem;width:29.6875rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJJKGR0teRKRWUwUDT8i4TvUVuKFTJB9 { top:52.375rem;left:0rem;width:25.9375rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVorimxF9hpMXGiHQneqanmGS4VAyI7y { top:0rem;left:33.3125rem;width:14.4375rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0U1fvFVSUeA1CODm7kO8eJovuneqT2p { top:27.5rem;left:0rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3s58RVx6cladwGJoLC19EHCbkhTgqTX { top:20.125rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPvglleGognmS5medK40oWFX05Zusu0F { top:24.375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u16yZRb7EGetdb1XUaBwiqs5CffCPvl7 { top:54rem;left:4.75rem;width:19.125rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xo5QGbbmUywvQoCN0DGrpe8haF7hR4lB { display:block; }#xo5QGbbmUywvQoCN0DGrpe8haF7hR4lB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bUStCVmbJlrRJcuRu0g7dABm1Sykm3K6 { top:27.625rem;left:11.3125rem;width:36.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoIcz4PHgbhlHfEtH4hPTT97AVGmLkkH { top:21rem;left:11.3125rem;width:36.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZ2xeAWwwVKZK9sNSCmHErwVyOpDzL3T { top:6.4375rem;left:1.625rem;width:46.125rem;height:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhlX7LsgQd1SfxMn0QJJOXL4KtS3ueU4 { top:10.5rem;left:6rem;width:41.75rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #idcrsB6qklEyPkVTWuwOr3abmDoXHgez { top:15.625rem;left:7.6875rem;width:40.0625rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrQ2NS1fgTnNGAO7yorLT6UO0LXw9IiS { top:23.3125rem;left:7.625rem;width:40.125rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7zoodOFAksb0OzaJm6QXoBu4K3ThE14 { top:29.3125rem;left:10.0625rem;width:37.6875rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDlsrG0hdxemU4lImPFo5GfsuwOXMKdn { display:block; }#bDlsrG0hdxemU4lImPFo5GfsuwOXMKdn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fOWC2BUTwwyruzbVUxcBh7PTvqqqpQJT { top:3.4375rem;left:11.375rem;width:35.25rem;height:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK81Is5VxJf3yz4mSN75DzqFGdJNB1rO { top:28rem;left:0rem;width:36.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVszhXzqLwsIIb2hCTNcT2Xwq5ENvwHi { top:22.5rem;left:0rem;width:36.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0QulUKBC4dor4VdaTtm36QoCZ83lneO { top:16.875rem;left:0rem;width:36.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTVyd1QoRU1qUVHgglzgQqWZwGKVh85g { top:33.4375rem;left:0rem;width:36.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErzKNiH8p8QqLac5PTqr017zKa493L7s { top:6.875rem;left:0rem;width:37.875rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2c9OPxcAoSPZuxDJwg0u1mSDNMTZeoU { top:13.9375rem;left:0rem;width:37.5rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHHNST4SalLHJAV75a4TilOJVL3potQb { top:18.5625rem;left:0rem;width:37.5625rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Us71co0DSAiT3dBZSv3n7WETJG9VSOxe { top:23.75rem;left:0rem;width:37.5rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdFpRDCd8rTJeW86hQBTawOHPsXqNxTc { top:29.5rem;left:0rem;width:37.4375rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xyb7A2oZVr1R5T8lIxFC0N9NGVRHHqA7 { top:35.5rem;left:0rem;width:36.4375rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAQEBSD38zPZ36G8skLCiqtOhRAOt2TN { top:22.625rem;left:0rem;width:36.4375rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OTcL99sGCkr7WsTT4TX5nnH97aCtFkyR { top:22.625rem;left:0rem;width:36.4375rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #doot0Dc2HzGFtek8TTuQZDNAMROS890Z { display:block; }#doot0Dc2HzGFtek8TTuQZDNAMROS890Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hX0JIM1DmKJMTHw3qDyJBluB6iRDTdRJ { top:14.3125rem;left:1.9375rem;width:12.5rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KB3o5mfheQJbgdTRwknLdH5bFgBKJq3F { top:14.3125rem;left:17.1875rem;width:12.5rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxGprsGG97iMovoJ1okgSgnOBXK67mOt { top:14.3125rem;left:33.25rem;width:12.5rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #upDysO7TScKllb24X62dBHsQu27N8rud { top:23.625rem;left:17.5rem;width:11.875rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZl8pgSO17BKLHEXDQXni3ExQvHyg4n8 { top:23.4375rem;left:33.3125rem;width:12.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6gI6XSxZvT4c26aWqG6skRo0Ccy5ThT { top:23.8125rem;left:2.59375rem;width:11.1875rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayN4MTds3uhLRULTIQldqnvknUH5gIMK { top:33.9375rem;left:17.9375rem;width:11.875rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGcEAi86Grh2ebVNRPTdAi3GzRl33Mvd { top:33.8125rem;left:33.125rem;width:12.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1gRcy0FsNz1GDdcFz10vT9gS684B1Pu { top:34.125rem;left:2.59375rem;width:11.1875rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSeOlO404fVNEe4KNVv6wk4FtHAeLyyJ { top:6rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSJdgKtoxG5gVvdLQnTJp2TEWzWXCgkZ { display:block; }#dSJdgKtoxG5gVvdLQnTJp2TEWzWXCgkZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tluV0SqPgmNtyAUusOkIEoznrAxOR1FM { top:3.5rem;left:9.5rem;width:28.4375rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbBrImnZQfFEr4r13msP6oCSSOMbVoCQ { top:46.0625rem;left:0rem;width:12.5rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mtUQxxpVmAxgscxHd9U2r3GmeRKVEedo { top:21.0625rem;left:12.375rem;width:4.25rem;height:4.25rem;display:block; }
#mtUQxxpVmAxgscxHd9U2r3GmeRKVEedo > img { max-width: 100%;max-height:100%; width:4.25rem; height:4.25rem; } }@media only screen and (max-width: 763px) { #TmsqSy99U3NqN4WanTlgEkCt4GZaFZn6 { top:21.0625rem;left:18rem;width:4.25rem;height:4.25rem;display:block; }
#TmsqSy99U3NqN4WanTlgEkCt4GZaFZn6 > img { max-width: 100%;max-height:100%; width:4.25rem; height:4.25rem; } }@media only screen and (max-width: 763px) { #DGTFdnAGCzqcmT0RWqO8XGT4Ux13AbZb { top:21.0625rem;left:23.6875rem;width:4.0625rem;height:4.0625rem;display:block; }
#DGTFdnAGCzqcmT0RWqO8XGT4Ux13AbZb > img { max-width: 100%;max-height:100%; width:4.0625rem; height:4.0625rem; } }@media only screen and (max-width: 763px) { #gFQWylnAXeNNVHq7rwcfILXigzXoIQIA { top:21.0625rem;left:29.375rem;width:3.875rem;height:3.875rem;display:block; }
#gFQWylnAXeNNVHq7rwcfILXigzXoIQIA > img { max-width: 100%;max-height:100%; width:3.875rem; height:3.875rem; } }@media only screen and (max-width: 763px) { #nJfLLqzI0UE7V8cwHNXQG7S1UeiNPuwM { top:36rem;left:9.6982421875rem;width:13.125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #re8EVWn2es73qBXJoFTqK4igKBJ9468P { top:34.875rem;left:24.8125rem;width:11.3125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWZlTwfsgWHgHK9humtOuVVHvRzG24SH { top:29.5rem;left:19.84375rem;width:3.5625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x72QsN69GUnPDdoacSeSHslRRfaPX3Cw { top:29.4375rem;left:24.71875rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT21yR5KXK8MloVszXDq6yStIw24qphx { top:13.875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbhrN8J6c80A2d5OsgOHXGzvzlzDLely { top:40.875rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0F5JUOrdbv8pPuW4gK9BOHES14M5dbW { top:42.6875rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #waG4Q9hCdTgaaQkstlmg8ec1SiIXJXUc { top:44.5rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTE7I0uWf7xNRhUzWLE4IE4Xnk4G6MOw { top:47.8125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bllb0d454Ne4PrXus61Ey6BggXHGWvZo { top:5.4375rem;left:12.875rem;width:22rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tlJk778KxExET4UTa7MRFgkOnTPsZdII { background-color:rgba(0,0,0,0.39);background-image:url("https://images.assets-landingi.com/uc/f73f30bb-a778-411d-9159-44e403ba219e/20250819_NT_Landingpage_18th_Bday_Nosversary_Mobile_Header_414x601.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#tlJk778KxExET4UTa7MRFgkOnTPsZdII.adaptive-delivery-prevent-bg, #tlJk778KxExET4UTa7MRFgkOnTPsZdII.lazyload, #tlJk778KxExET4UTa7MRFgkOnTPsZdII.lazyloading { background-image: none; }#tlJk778KxExET4UTa7MRFgkOnTPsZdII > .row .container { background-color: transparent; background-image: none; }#tlJk778KxExET4UTa7MRFgkOnTPsZdII::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlJk778KxExET4UTa7MRFgkOnTPsZdII > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlJk778KxExET4UTa7MRFgkOnTPsZdII > .row .container > .video-iframe-container { display: none; }#tlJk778KxExET4UTa7MRFgkOnTPsZdII > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlJk778KxExET4UTa7MRFgkOnTPsZdII > .row > .video-iframe-container { display: none; }#tlJk778KxExET4UTa7MRFgkOnTPsZdII > .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); }#tlJk778KxExET4UTa7MRFgkOnTPsZdII > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dJWKVceH9cKKN0qx3Ro2ssP4Be3tieTx { width:20rem;height:11.687rem;top:2.17041015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJJKGR0teRKRWUwUDT8i4TvUVuKFTJB9 { width:20rem;height:4.0625rem;top:38.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVorimxF9hpMXGiHQneqanmGS4VAyI7y { width:6rem;height:3.1875rem;top:0rem;left:13.979167024294rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0U1fvFVSUeA1CODm7kO8eJovuneqT2p { height:11.25rem;width:20rem;top:24.994140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3s58RVx6cladwGJoLC19EHCbkhTgqTX { width:20rem;height:4.548825rem;top:14.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPvglleGognmS5medK40oWFX05Zusu0F { width:20rem;height:2.76171875rem;top:21.0478515625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u16yZRb7EGetdb1XUaBwiqs5CffCPvl7 { width:19.124rem;height:1.70605625rem;top:39.740234375rem;left:0.8759765625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xo5QGbbmUywvQoCN0DGrpe8haF7hR4lB { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a195d944-2be4-4795-bb45-db9edb337131/NosFire_Panel_1_Desktop.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#xo5QGbbmUywvQoCN0DGrpe8haF7hR4lB.adaptive-delivery-prevent-bg, #xo5QGbbmUywvQoCN0DGrpe8haF7hR4lB.lazyload, #xo5QGbbmUywvQoCN0DGrpe8haF7hR4lB.lazyloading { background-image: none; }#xo5QGbbmUywvQoCN0DGrpe8haF7hR4lB > .row .container { background-color: transparent; background-image: none; }#xo5QGbbmUywvQoCN0DGrpe8haF7hR4lB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xo5QGbbmUywvQoCN0DGrpe8haF7hR4lB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xo5QGbbmUywvQoCN0DGrpe8haF7hR4lB > .row .container > .video-iframe-container { display: none; }#xo5QGbbmUywvQoCN0DGrpe8haF7hR4lB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xo5QGbbmUywvQoCN0DGrpe8haF7hR4lB > .row > .video-iframe-container { display: none; }#xo5QGbbmUywvQoCN0DGrpe8haF7hR4lB > .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); }#xo5QGbbmUywvQoCN0DGrpe8haF7hR4lB > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bUStCVmbJlrRJcuRu0g7dABm1Sykm3K6 { width:20rem;height:0.23828125rem;top:27.625002384186rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoIcz4PHgbhlHfEtH4hPTT97AVGmLkkH { width:20rem;height:0.23828125rem;top:18.187502384186rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZ2xeAWwwVKZK9sNSCmHErwVyOpDzL3T { width:20rem;height:34rem;top:8.4049477577212rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #lhlX7LsgQd1SfxMn0QJJOXL4KtS3ueU4 { width:20rem;height:4.125rem;top:1.841796875rem;left:0rem;font-size:1.875rem;color:#e3efff;display:block; }
 }@media only screen and (max-width: 763px) { #idcrsB6qklEyPkVTWuwOr3abmDoXHgez { width:20rem;height:5.84765625rem;top:10.966796875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrQ2NS1fgTnNGAO7yorLT6UO0LXw9IiS { width:20rem;height:4.38574375rem;top:21.439453125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7zoodOFAksb0OzaJm6QXoBu4K3ThE14 { width:20rem;height:4.38574375rem;top:30.5751953125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDlsrG0hdxemU4lImPFo5GfsuwOXMKdn { display:block; }#bDlsrG0hdxemU4lImPFo5GfsuwOXMKdn > .row .container { width:20rem;height:59.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fOWC2BUTwwyruzbVUxcBh7PTvqqqpQJT { width:19.375rem;height:21.375rem;top:37.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK81Is5VxJf3yz4mSN75DzqFGdJNB1rO { width:20rem;height:0.240234375rem;top:17.748046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVszhXzqLwsIIb2hCTNcT2Xwq5ENvwHi { width:20rem;height:0.240234375rem;top:23.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0QulUKBC4dor4VdaTtm36QoCZ83lneO { width:20rem;height:0.125rem;top:16.9375rem;left:87.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTVyd1QoRU1qUVHgglzgQqWZwGKVh85g { width:20rem;height:0.125rem;top:12.470199236587rem;left:89.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErzKNiH8p8QqLac5PTqr017zKa493L7s { width:20rem;height:4.875rem;top:2.6875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w2c9OPxcAoSPZuxDJwg0u1mSDNMTZeoU { width:20rem;height:2.923825rem;top:9.1396484375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHHNST4SalLHJAV75a4TilOJVL3potQb { width:20rem;height:4.38574375rem;top:13.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Us71co0DSAiT3dBZSv3n7WETJG9VSOxe { width:20rem;height:4.38574375rem;top:18.92578125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdFpRDCd8rTJeW86hQBTawOHPsXqNxTc { width:20rem;height:4.38574375rem;top:25.611328125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xyb7A2oZVr1R5T8lIxFC0N9NGVRHHqA7 { width:20rem;height:4.38574375rem;top:31.181640625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAQEBSD38zPZ36G8skLCiqtOhRAOt2TN { width:20rem;height:0.240234375rem;top:12.375rem;left:0.09375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #OTcL99sGCkr7WsTT4TX5nnH97aCtFkyR { width:20rem;height:0.240234375rem;top:30.875rem;left:0.125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #doot0Dc2HzGFtek8TTuQZDNAMROS890Z { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b348395b-f1c1-45b7-a7a6-f9490e4f2b69/media_bg.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#doot0Dc2HzGFtek8TTuQZDNAMROS890Z.adaptive-delivery-prevent-bg, #doot0Dc2HzGFtek8TTuQZDNAMROS890Z.lazyload, #doot0Dc2HzGFtek8TTuQZDNAMROS890Z.lazyloading { background-image: none; }#doot0Dc2HzGFtek8TTuQZDNAMROS890Z > .row .container { background-color: transparent; background-image: none; }#doot0Dc2HzGFtek8TTuQZDNAMROS890Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doot0Dc2HzGFtek8TTuQZDNAMROS890Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doot0Dc2HzGFtek8TTuQZDNAMROS890Z > .row .container > .video-iframe-container { display: none; }#doot0Dc2HzGFtek8TTuQZDNAMROS890Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doot0Dc2HzGFtek8TTuQZDNAMROS890Z > .row > .video-iframe-container { display: none; }#doot0Dc2HzGFtek8TTuQZDNAMROS890Z > .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); }#doot0Dc2HzGFtek8TTuQZDNAMROS890Z > .row .container { width:20rem;height:38.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hX0JIM1DmKJMTHw3qDyJBluB6iRDTdRJ { width:6.25rem;height:3.1875rem;top:7.25rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KB3o5mfheQJbgdTRwknLdH5bFgBKJq3F { width:6.25rem;height:3.5rem;top:7.25rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxGprsGG97iMovoJ1okgSgnOBXK67mOt { width:6.25rem;height:3.5rem;top:12.6875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #upDysO7TScKllb24X62dBHsQu27N8rud { width:6.25rem;height:3.1875rem;top:18.75rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZl8pgSO17BKLHEXDQXni3ExQvHyg4n8 { width:6.25rem;height:3.1875rem;top:18.6875rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6gI6XSxZvT4c26aWqG6skRo0Ccy5ThT { width:6.125rem;height:3.4375rem;top:12.6875rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayN4MTds3uhLRULTIQldqnvknUH5gIMK { width:6.25rem;height:3.1875rem;top:25.0625rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGcEAi86Grh2ebVNRPTdAi3GzRl33Mvd { width:6.25rem;height:3.1875rem;top:31.85000038147rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1gRcy0FsNz1GDdcFz10vT9gS684B1Pu { width:6.25rem;height:3.1875rem;top:25.0625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSeOlO404fVNEe4KNVv6wk4FtHAeLyyJ { width:20rem;height:2.6001rem;top:2.599609375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dSJdgKtoxG5gVvdLQnTJp2TEWzWXCgkZ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2b45ec8d-37c4-4495-8c0c-fa439d18cc0b/NosFire_Footer_Desktop.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#dSJdgKtoxG5gVvdLQnTJp2TEWzWXCgkZ.adaptive-delivery-prevent-bg, #dSJdgKtoxG5gVvdLQnTJp2TEWzWXCgkZ.lazyload, #dSJdgKtoxG5gVvdLQnTJp2TEWzWXCgkZ.lazyloading { background-image: none; }#dSJdgKtoxG5gVvdLQnTJp2TEWzWXCgkZ > .row .container { background-color: transparent; background-image: none; }#dSJdgKtoxG5gVvdLQnTJp2TEWzWXCgkZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dSJdgKtoxG5gVvdLQnTJp2TEWzWXCgkZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dSJdgKtoxG5gVvdLQnTJp2TEWzWXCgkZ > .row .container > .video-iframe-container { display: none; }#dSJdgKtoxG5gVvdLQnTJp2TEWzWXCgkZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dSJdgKtoxG5gVvdLQnTJp2TEWzWXCgkZ > .row > .video-iframe-container { display: none; }#dSJdgKtoxG5gVvdLQnTJp2TEWzWXCgkZ > .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); }#dSJdgKtoxG5gVvdLQnTJp2TEWzWXCgkZ > .row .container { width:20rem;height:57.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tluV0SqPgmNtyAUusOkIEoznrAxOR1FM { width:18.4375rem;height:3.75rem;top:1.75rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbBrImnZQfFEr4r13msP6oCSSOMbVoCQ { width:12.5rem;height:;top:46.0625rem;left:0.6875rem;font-size:0.875rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #mtUQxxpVmAxgscxHd9U2r3GmeRKVEedo { display:flex;width:4.25rem;height:4.25rem;top:18.2978515625rem;left:1.4375rem; }
#mtUQxxpVmAxgscxHd9U2r3GmeRKVEedo > img { max-width: 100%;max-height:100%; width:4.25rem; height:4.25rem; } }@media only screen and (max-width: 763px) { #TmsqSy99U3NqN4WanTlgEkCt4GZaFZn6 { display:flex;width:4.25rem;height:4.25rem;top:18.2978515625rem;left:5.6875rem; }
#TmsqSy99U3NqN4WanTlgEkCt4GZaFZn6 > img { max-width: 100%;max-height:100%; width:4.25rem; height:4.25rem; } }@media only screen and (max-width: 763px) { #DGTFdnAGCzqcmT0RWqO8XGT4Ux13AbZb { display:flex;width:4.0625rem;height:4.0625rem;top:18.3916015625rem;left:10.6875rem; }
#DGTFdnAGCzqcmT0RWqO8XGT4Ux13AbZb > img { max-width: 100%;max-height:100%; width:4.0625rem; height:4.0625rem; } }@media only screen and (max-width: 763px) { #gFQWylnAXeNNVHq7rwcfILXigzXoIQIA { display:flex;width:3.875rem;height:3.875rem;top:18.4853515625rem;left:15.53125rem; }
#gFQWylnAXeNNVHq7rwcfILXigzXoIQIA > img { max-width: 100%;max-height:100%; width:3.875rem; height:3.875rem; } }@media only screen and (max-width: 763px) { #nJfLLqzI0UE7V8cwHNXQG7S1UeiNPuwM { width:8.125rem;height:1.5625rem;top:32.85546875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #re8EVWn2es73qBXJoFTqK4igKBJ9468P { width:7.8125rem;height:2.25rem;top:32.10546875rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWZlTwfsgWHgHK9humtOuVVHvRzG24SH { width:2.9375rem;height:3.5625rem;top:25.5rem;left:8.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x72QsN69GUnPDdoacSeSHslRRfaPX3Cw { width:3.5625rem;height:3.5625rem;top:25.5rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT21yR5KXK8MloVszXDq6yStIw24qphx { width:20rem;height:4.7109375rem;top:8.20703125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbhrN8J6c80A2d5OsgOHXGzvzlzDLely { width:20rem;height:1.13688125rem;top:36.4462890625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0F5JUOrdbv8pPuW4gK9BOHES14M5dbW { width:20rem;height:1.13688125rem;top:40.275390625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #waG4Q9hCdTgaaQkstlmg8ec1SiIXJXUc { width:20rem;height:1.13688125rem;top:43.9697265625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTE7I0uWf7xNRhUzWLE4IE4Xnk4G6MOw { width:20rem;height:2.4375rem;top:53.231140136719rem;left:0rem;font-size:0.625rem;color:#eaf4f4;display:block; }
 }@media only screen and (max-width: 763px) { #bllb0d454Ne4PrXus61Ey6BggXHGWvZo { width:20rem;height:1.7871125rem;top:2.7314453125rem;left:0rem;font-size:1.375rem;display:block; }
 }