.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 0 0 30px;
  counter-reset: ordered;
}
ol li {
  position: relative;
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0 0 0 30px;
}
ul li {
  position: relative;
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
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: static;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
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-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
}
.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: 280px;
  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 (max-width: 959px) { [class*="col-"] { width: 100%; } }body { background-color:#b30d0c;background-image:url(https://new.landingi.com/uploads/25b83b4a7b895eafe8d7/landings/5e19c63dd647d96e7ff6/assets/2b1deaada4f7c91e481de200f3207b2b.jpg);background-position:top center;background-repeat:no-repeat;background-size:initial;display:block; }
#eGAuq4kdtdVcWDXAgwlX9GinVF4A88vF { background-color:transparent;background-image:url(https://new.landingi.com/uploads/25b83b4a7b895eafe8d7/landings/5e19c63dd647d96e7ff6/assets/130b8ea58ce09fa11917df66b3bd8651.png);background-position:bottom center;background-repeat:no-repeat;background-size:initial;z-index:;position:relative;top:;display:block; }#eGAuq4kdtdVcWDXAgwlX9GinVF4A88vF > .row .container { background-color: transparent; background-image: none; }#eGAuq4kdtdVcWDXAgwlX9GinVF4A88vF > .row .container { font-size:14px;font-family:arial;height:359px;width:960px;position:relative;display:block; }#OcaINol7HqfxHvfOZkE3CIuJ4JevLP01 { height:;display:block; }
#XKng5HeuaZ4ZLv9umM2wFviThU3JBrmE { height:103px;width:360px;position:absolute;display:block;z-index:100001;top:49.5px;left:572px;background-color:transparent;background-image:none;overflow:hidden;display:block; }
#lUMyAi57TeG0hmyV6We3IcIHcM2F6dNv { display:block;width:537px;position:absolute;font-family:"titillium web";font-size:5rem;font-weight:normal;z-index:100002;line-height:1.2;top:5px;left:30px;background-color:transparent;background-image:none;height:192px;text-align:left;text-align-last:left;text-shadow:0 4px 0 rgba(0,0,0,0.25);display:block; }
#GIJ0Zq4LKnGriqhrG5KXxHO9QJBSVgmz { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:252px;width:372px;top:-75px;left:567px;display:block; }
#rn5M3wu3BOx7CLMCxPebMQpXM6GFdgyM { display:block;width:645px;position:absolute;font-family:"titillium web";font-size:35px;font-weight:normal;z-index:100003;line-height:1.2;top:254px;left:30px;background-color:transparent;background-image:none;height:42px;text-align:left;text-align-last:left;text-shadow:0 4px 0 rgba(0,0,0,0.25);display:block; }
#fnfhJgy39KTsHVCpBSgVD0og67Kqrd40 { background-color:#ffffff;background-image:url(https://new.landingi.com/uploads/25b83b4a7b895eafe8d7/landings/5e19c63dd647d96e7ff6/assets/a36b43784bba8864b3874fac70693ea1.png);background-position:bottom center;background-repeat:no-repeat;background-size:initial;z-index:;position:relative;top:;display:block; }#fnfhJgy39KTsHVCpBSgVD0og67Kqrd40 > .row .container { background-color: transparent; background-image: none; }#fnfhJgy39KTsHVCpBSgVD0og67Kqrd40 > .row .container { font-size:14px;font-family:arial;height:2197px;width:960px;position:relative;display:block; }#TmWCk7qkSzmUJdvRVXtbnl4VaZkpFoLN { height:;display:block; }
#z67yxmCPT0lV42P2pUlzScCim1mHExG8 { display:block;width:159px;position:absolute;font-family:"titillium web";font-size:30px;font-weight:normal;z-index:100011;line-height:1.2;top:165px;left:306px;background-color:rgba(0,0,0,0.8);background-image:none;height:36px;text-align:center;text-align-last:center;display:block; }
#NxvlKiIl8iwCWSlU3JbdnN9Ngk6LasSH { display:block;width:275px;position:absolute;font-family:"titillium web";font-size:60px;font-weight:normal;z-index:100012;line-height:1.2;top:200px;left:306px;background-color:rgba(207,26,25,0.8);background-image:none;height:72px;text-align:center;text-align-last:center;display:block; }
#qUxzzVEFAUeDx8rX2qsfccbEBXslrA8w { background-color:#fd8f00;background-image: -webkit-linear-gradient(top, #ffc700, #ffb400);background-image: -moz-linear-gradient(top, #ffc700, #ffb400);background-image: -ms-linear-gradient(top, #ffc700, #ffb400);background-image: -o-linear-gradient(top, #ffc700, #ffb400);background-image: linear-gradient(to bottom, #ffc700, #ffb400);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc700', endColorstr='#ffb400' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc700', endColorstr='#ffb400' );";border-bottom:2px solid #ffdd66;border-left:2px solid #ffdd66;border-right:2px solid #ffdd66;border-top:2px solid #ffdd66;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;box-shadow: 0 3px 10px #000000 ;box-sizing:border-box;color:#03101d;padding-top:8px;padding-right:0;padding-bottom:8px;padding-left:0;display:block;font-family:"titillium web";font-size:30px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:230px;height:60px;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:208px;left:663px;display:block; }
#m5AAlQnKdpzyhvoDv7oGt7DTBmGgCMAa { display:block;position:absolute;top:50%;width:100%;z-index:100000;display:block; }
#zz6yKAD1mCh2D0gkfJEBnnxoXsCOvdJ0 { height:300px;width:187px;position:absolute;display:block;z-index:100004;top:0;left:43px;background-color:transparent;background-image:none;overflow:hidden;display:block; }
#KwIVteOCSCsSMnfi63XLH7DnPxeTiTZm { display:block;width:448px;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:normal;z-index:100005;line-height:1.4;top:59px;left:306px;background-color:transparent;background-image:none;height:75px;display:block; }
#NB1yMc0FdcBOvc1SFEU0Xegu8WyWoFKh { display:block;width:537px;position:absolute;font-family:"titillium web";font-size:35px;font-weight:normal;z-index:100004;line-height:1.2;top:0;left:306px;background-color:transparent;background-image:none;height:42px;text-align:left;text-align-last:left;text-shadow:0 4px 0 rgba(0,0,0,0.25);display:block; }
#FcKS29GmoJ8Pp2lsd9ybDk7Hk7GS5azq { height:300px;width:187px;position:absolute;display:block;z-index:100005;top:362px;left:43px;background-color:transparent;background-image:none;overflow:hidden;display:block; }
#eAIo78JZPME7zJEnV7CAF2O4F3vGCZ3R { display:block;width:448px;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:normal;z-index:100007;line-height:1.4;top:425px;left:306px;background-color:transparent;background-image:none;height:50px;display:block; }
#pH7zeC8ddHN88X4W6lOvoaThq6SJXTkl { display:block;width:537px;position:absolute;font-family:"titillium web";font-size:35px;font-weight:normal;z-index:100006;line-height:1.2;top:362px;left:306px;background-color:transparent;background-image:none;height:42px;text-align:left;text-align-last:left;text-shadow:0 4px 0 rgba(0,0,0,0.25);display:block; }
#qP0fTAWBwWACidG2HqqBmrr7itk5UqsV { display:block;width:159px;position:absolute;font-family:"titillium web";font-size:30px;font-weight:normal;z-index:100013;line-height:1.2;top:534px;left:306px;background-color:rgba(0,0,0,0.8);background-image:none;height:36px;text-align:center;text-align-last:center;display:block; }
#yIhUpz4VXTrhHFkb0Up412cslItVFsMZ { display:block;width:275px;position:absolute;font-family:"titillium web";font-size:60px;font-weight:normal;z-index:100014;line-height:1.2;top:569px;left:306px;background-color:rgba(207,26,25,0.8);background-image:none;height:72px;text-align:center;text-align-last:center;display:block; }
#Ikvt8wfKcZ4eNp9eUTJtJNkaJZv6NGwE { background-color:#fd8f00;background-image: -webkit-linear-gradient(top, #ffc700, #ffb400);background-image: -moz-linear-gradient(top, #ffc700, #ffb400);background-image: -ms-linear-gradient(top, #ffc700, #ffb400);background-image: -o-linear-gradient(top, #ffc700, #ffb400);background-image: linear-gradient(to bottom, #ffc700, #ffb400);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc700', endColorstr='#ffb400' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc700', endColorstr='#ffb400' );";border-bottom:2px solid #ffdd66;border-left:2px solid #ffdd66;border-right:2px solid #ffdd66;border-top:2px solid #ffdd66;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;box-shadow: 0 3px 10px #000000 ;box-sizing:border-box;color:#03101d;padding-top:8px;padding-right:0;padding-bottom:8px;padding-left:0;display:block;font-family:"titillium web";font-size:30px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:230px;height:60px;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:575px;left:663px;display:block; }
#s01F0zs3gH16JRqD7bnWTfdvgEMhmrta { display:block;position:absolute;top:50%;width:100%;z-index:100000;display:block; }
#ObqRmfTWx41veW8QIH9ZGlyvM0ix8gwi { background-color:#fd8f00;background-image: -webkit-linear-gradient(top, #ffc700, #ffb400);background-image: -moz-linear-gradient(top, #ffc700, #ffb400);background-image: -ms-linear-gradient(top, #ffc700, #ffb400);background-image: -o-linear-gradient(top, #ffc700, #ffb400);background-image: linear-gradient(to bottom, #ffc700, #ffb400);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc700', endColorstr='#ffb400' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc700', endColorstr='#ffb400' );";border-bottom:2px solid #ffdd66;border-left:2px solid #ffdd66;border-right:2px solid #ffdd66;border-top:2px solid #ffdd66;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;box-shadow: 0 3px 10px #000000 ;box-sizing:border-box;color:#03101d;padding-top:8px;padding-right:0;padding-bottom:8px;padding-left:0;display:block;font-family:"titillium web";font-size:30px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:230px;height:60px;text-decoration:none;z-index:100020;text-align:center;text-align-last:center;top:941px;left:663px;display:block; }
#w5XaO5pApPHGT1q26UvOhkUpD2qkm3MR { display:block;position:absolute;top:50%;width:100%;z-index:100000;display:block; }
#egLKcXkaeRM0EuxyfETyUlrrGqoNFA09 { display:block;width:448px;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:normal;z-index:100012;line-height:1.4;top:791px;left:306px;background-color:transparent;background-image:none;height:75px;display:block; }
#udIQh0U6sDy58nd2S16cKINPeh8znfgp { display:block;width:275px;position:absolute;font-family:"titillium web";font-size:60px;font-weight:normal;z-index:100019;line-height:1.2;top:935px;left:306px;background-color:rgba(207,26,25,0.8);background-image:none;height:72px;text-align:center;text-align-last:center;display:block; }
#dR81yTDk6cHfTsPKHanrJ7OHuDaFypwR { display:block;width:159px;position:absolute;font-family:"titillium web";font-size:30px;font-weight:normal;z-index:100018;line-height:1.2;top:900px;left:306px;background-color:rgba(0,0,0,0.8);background-image:none;height:36px;text-align:center;text-align-last:center;display:block; }
#sVG0rcqunv57ty483mlWotyiMXOSCaCT { height:300px;width:187px;position:absolute;display:block;z-index:100010;top:728px;left:43px;background-color:transparent;background-image:none;overflow:hidden;display:block; }
#Ofb5A62dKgWO9EsqG0KaBE6TuJxmqaCQ { display:block;width:537px;position:absolute;font-family:"titillium web";font-size:35px;font-weight:normal;z-index:100007;line-height:1.2;top:728px;left:306px;background-color:transparent;background-image:none;height:42px;text-align:left;text-align-last:left;text-shadow:0 4px 0 rgba(0,0,0,0.25);display:block; }
#AsB9iTqLJV3MQbGeAggzAHutWARBDbgQ { background-color:#fd8f00;background-image: -webkit-linear-gradient(top, #ffc700, #ffb400);background-image: -moz-linear-gradient(top, #ffc700, #ffb400);background-image: -ms-linear-gradient(top, #ffc700, #ffb400);background-image: -o-linear-gradient(top, #ffc700, #ffb400);background-image: linear-gradient(to bottom, #ffc700, #ffb400);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc700', endColorstr='#ffb400' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc700', endColorstr='#ffb400' );";border-bottom:2px solid #ffdd66;border-left:2px solid #ffdd66;border-right:2px solid #ffdd66;border-top:2px solid #ffdd66;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;box-shadow: 0 3px 10px #000000 ;box-sizing:border-box;color:#03101d;padding-top:8px;padding-right:0;padding-bottom:8px;padding-left:0;display:block;font-family:"titillium web";font-size:30px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:230px;height:60px;text-decoration:none;z-index:100026;text-align:center;text-align-last:center;top:1305px;left:663px;display:block; }
#isZaTT2cFKWANTbhXTuofuJg9un4dXhy { display:block;position:absolute;top:50%;width:100%;z-index:100000;display:block; }
#b4wysb62QnEbvTrDSt3277THy59PUTwU { display:block;width:275px;position:absolute;font-family:"titillium web";font-size:60px;font-weight:normal;z-index:100025;line-height:1.2;top:1299px;left:306px;background-color:rgba(207,26,25,0.8);background-image:none;height:72px;text-align:center;text-align-last:center;display:block; }
#ILFmVghpIBW9uLTMpv3QMBUp69ezE2Pr { display:block;width:159px;position:absolute;font-family:"titillium web";font-size:30px;font-weight:normal;z-index:100024;line-height:1.2;top:1264px;left:306px;background-color:rgba(0,0,0,0.8);background-image:none;height:36px;text-align:center;text-align-last:center;display:block; }
#GpRr0enyuflbqAqJn0zcZ8TR4W6e3DQN { display:block;width:448px;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:normal;z-index:100018;line-height:1.4;top:1155px;left:306px;background-color:transparent;background-image:none;height:75px;display:block; }
#NPHQSamT1lpXmnsfrAUs942sFJMcNphV { height:300px;width:187px;position:absolute;display:block;z-index:100016;top:1092px;left:43px;background-color:transparent;background-image:none;overflow:hidden;display:block; }
#KDCPIKqAuhDxzWN4wxTeQ5fNAADAV5de { display:block;width:537px;position:absolute;font-family:"titillium web";font-size:35px;font-weight:normal;z-index:100013;line-height:1.2;top:1092px;left:306px;background-color:transparent;background-image:none;height:42px;text-align:left;text-align-last:left;text-shadow:0 4px 0 rgba(0,0,0,0.25);display:block; }
#INgcGsXCTHUwbWxRrn9i2uKnMc2f8xXW { background-color:#fd8f00;background-image: -webkit-linear-gradient(top, #ffc700, #ffb400);background-image: -moz-linear-gradient(top, #ffc700, #ffb400);background-image: -ms-linear-gradient(top, #ffc700, #ffb400);background-image: -o-linear-gradient(top, #ffc700, #ffb400);background-image: linear-gradient(to bottom, #ffc700, #ffb400);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc700', endColorstr='#ffb400' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc700', endColorstr='#ffb400' );";border-bottom:2px solid #ffdd66;border-left:2px solid #ffdd66;border-right:2px solid #ffdd66;border-top:2px solid #ffdd66;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;box-shadow: 0 3px 10px #000000 ;box-sizing:border-box;color:#03101d;padding-top:8px;padding-right:0;padding-bottom:8px;padding-left:0;display:block;font-family:"titillium web";font-size:30px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:230px;height:60px;text-decoration:none;z-index:100032;text-align:center;text-align-last:center;top:1671px;left:663px;display:block; }
#yvnxZTFJJF2uCbI6UzZAmLQ7lQXUxvtC { display:block;position:absolute;top:50%;width:100%;z-index:100000;display:block; }
#h7xLPwIT421Ulc8gdALEghmXGOv8LvVM { display:block;width:275px;position:absolute;font-family:"titillium web";font-size:60px;font-weight:normal;z-index:100031;line-height:1.2;top:1665px;left:306px;background-color:rgba(207,26,25,0.8);background-image:none;height:72px;text-align:center;text-align-last:center;display:block; }
#tQ1T80Sz8w00EtQASS0JTJPTaoyTcQl2 { display:block;width:159px;position:absolute;font-family:"titillium web";font-size:30px;font-weight:normal;z-index:100030;line-height:1.2;top:1630px;left:306px;background-color:rgba(0,0,0,0.8);background-image:none;height:36px;text-align:center;text-align-last:center;display:block; }
#bfFFL8z0KIdILoqEAz5VOAneLUHaowX9 { display:block;width:448px;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:normal;z-index:100024;line-height:1.4;top:1521px;left:306px;background-color:transparent;background-image:none;height:75px;display:block; }
#MpcVGg3Z7X5ziLyzhfZhodP1ZVmoSh0H { height:300px;width:187px;position:absolute;display:block;z-index:100022;top:1458px;left:43px;background-color:transparent;background-image:none;overflow:hidden;display:block; }
#cwqbXm4HXOS5pZp9Tgn9iTQbEEVEdJIO { display:block;width:537px;position:absolute;font-family:"titillium web";font-size:35px;font-weight:normal;z-index:100019;line-height:1.2;top:1458px;left:306px;background-color:transparent;background-image:none;height:42px;text-align:left;text-align-last:left;text-shadow:0 4px 0 rgba(0,0,0,0.25);display:block; }
#W9rwuF5L1qoKEuySNeVAn5tfwegGGGmZ { background-color:#fd8f00;background-image: -webkit-linear-gradient(top, #ffc700, #ffb400);background-image: -moz-linear-gradient(top, #ffc700, #ffb400);background-image: -ms-linear-gradient(top, #ffc700, #ffb400);background-image: -o-linear-gradient(top, #ffc700, #ffb400);background-image: linear-gradient(to bottom, #ffc700, #ffb400);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc700', endColorstr='#ffb400' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc700', endColorstr='#ffb400' );";border-bottom:2px solid #ffdd66;border-left:2px solid #ffdd66;border-right:2px solid #ffdd66;border-top:2px solid #ffdd66;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;box-shadow: 0 3px 10px #000000 ;box-sizing:border-box;color:#03101d;padding-top:8px;padding-right:0;padding-bottom:8px;padding-left:0;display:block;font-family:"titillium web";font-size:30px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:230px;height:60px;text-decoration:none;z-index:100038;text-align:center;text-align-last:center;top:2045px;left:663px;display:block; }
#HMSRimeUNinwCqSIK9U9b9Fi0Mhv8W9d { display:block;position:absolute;top:50%;width:100%;z-index:100000;display:block; }
#S7clUxyv5M0KKwGvyIMLuqDqdBOxCWpx { display:block;width:275px;position:absolute;font-family:"titillium web";font-size:60px;font-weight:normal;z-index:100037;line-height:1.2;top:2039px;left:306px;background-color:rgba(207,26,25,0.8);background-image:none;height:72px;text-align:center;text-align-last:center;display:block; }
#d4T6089BWWprRRG2vGMZtPMOvwGD6LJt { display:block;width:159px;position:absolute;font-family:"titillium web";font-size:30px;font-weight:normal;z-index:100036;line-height:1.2;top:2004px;left:306px;background-color:rgba(0,0,0,0.8);background-image:none;height:36px;text-align:center;text-align-last:center;display:block; }
#sIL53F8xG5c7BaPKglAt0x58MrppLTqy { display:block;width:448px;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:normal;z-index:100030;line-height:1.4;top:1895px;left:306px;background-color:transparent;background-image:none;height:50px;display:block; }
#Mx8iqhxPJPdg6pmbGyVnwk0sRTBT8fb6 { height:300px;width:187px;position:absolute;display:block;z-index:100028;top:1832px;left:43px;background-color:transparent;background-image:none;overflow:hidden;display:block; }
#Hya7zI12iHo5e3GX8UWwFRN5NHfKdGJT { display:block;width:537px;position:absolute;font-family:"titillium web";font-size:35px;font-weight:normal;z-index:100025;line-height:1.2;top:1832px;left:306px;background-color:transparent;background-image:none;height:42px;text-align:left;text-align-last:left;text-shadow:0 4px 0 rgba(0,0,0,0.25);display:block; }
@media only screen and (max-width: 959px) { body { display:block; }
 }@media only screen and (max-width: 959px) { #eGAuq4kdtdVcWDXAgwlX9GinVF4A88vF { background-color:transparent;background-image:url(https://new.landingi.com/uploads/25b83b4a7b895eafe8d7/landings/5e19c63dd647d96e7ff6/assets/130b8ea58ce09fa11917df66b3bd8651.png);background-position:bottom center;background-repeat:no-repeat;background-size:initial;display:block; }#eGAuq4kdtdVcWDXAgwlX9GinVF4A88vF > .row .container { background-color: transparent; background-image: none; }#eGAuq4kdtdVcWDXAgwlX9GinVF4A88vF > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #OcaINol7HqfxHvfOZkE3CIuJ4JevLP01 { display:block; }
 }@media only screen and (max-width: 959px) { #XKng5HeuaZ4ZLv9umM2wFviThU3JBrmE { height:30px;width:100px;background-color:transparent;background-image:none;top:19px;left:283px;display:block; }
 }@media only screen and (max-width: 959px) { #lUMyAi57TeG0hmyV6We3IcIHcM2F6dNv { left:0px;background-color:transparent;background-image:none;top:51.984375px;width:760px;height:84px;font-size:5rem;display:block; }
 }@media only screen and (max-width: 959px) { #GIJ0Zq4LKnGriqhrG5KXxHO9QJBSVgmz { width:372px;height:252px;top:-75px;left:392px;display:block; }
 }@media only screen and (max-width: 959px) { #rn5M3wu3BOx7CLMCxPebMQpXM6GFdgyM { left:0px;background-color:transparent;background-image:none;top:51.984375px;width:760px;height:84px;font-size:5rem;display:block; }
 }@media only screen and (max-width: 959px) { #fnfhJgy39KTsHVCpBSgVD0og67Kqrd40 { background-color:#ffffff;background-image:url(https://new.landingi.com/uploads/25b83b4a7b895eafe8d7/landings/5e19c63dd647d96e7ff6/assets/a36b43784bba8864b3874fac70693ea1.png);background-position:bottom center;background-repeat:no-repeat;background-size:initial;display:block; }#fnfhJgy39KTsHVCpBSgVD0og67Kqrd40 > .row .container { background-color: transparent; background-image: none; }#fnfhJgy39KTsHVCpBSgVD0og67Kqrd40 > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #TmWCk7qkSzmUJdvRVXtbnl4VaZkpFoLN { display:block; }
 }@media only screen and (max-width: 959px) { #z67yxmCPT0lV42P2pUlzScCim1mHExG8 { left:73.984375px;top:401px;width:137px;height:50px;font-size:3rem;display:block; }
 }@media only screen and (max-width: 959px) { #NxvlKiIl8iwCWSlU3JbdnN9Ngk6LasSH { left:73.984375px;background-color:rgba(207,26,25,0.8);background-image:none;top:458px;width:216px;height:105px;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #qUxzzVEFAUeDx8rX2qsfccbEBXslrA8w { width:230px;height:60px;top:208px;left:534px;display:block; }
 }@media only screen and (max-width: 959px) { #m5AAlQnKdpzyhvoDv7oGt7DTBmGgCMAa { display:block; }
 }@media only screen and (max-width: 959px) { #zz6yKAD1mCh2D0gkfJEBnnxoXsCOvdJ0 { height:351px;width:219px;left:19.984375px;top:199px;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 959px) { #KwIVteOCSCsSMnfi63XLH7DnPxeTiTZm { left:0px;background-color:transparent;background-image:none;top:340px;width:761px;height:66px;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #NB1yMc0FdcBOvc1SFEU0Xegu8WyWoFKh { left:0px;background-color:transparent;background-image:none;top:51.984375px;width:760px;height:84px;font-size:5rem;display:block; }
 }@media only screen and (max-width: 959px) { #FcKS29GmoJ8Pp2lsd9ybDk7Hk7GS5azq { height:351px;width:219px;left:19.984375px;top:199px;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 959px) { #eAIo78JZPME7zJEnV7CAF2O4F3vGCZ3R { left:0px;background-color:transparent;background-image:none;top:340px;width:761px;height:66px;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #pH7zeC8ddHN88X4W6lOvoaThq6SJXTkl { left:0px;background-color:transparent;background-image:none;top:51.984375px;width:760px;height:84px;font-size:5rem;display:block; }
 }@media only screen and (max-width: 959px) { #qP0fTAWBwWACidG2HqqBmrr7itk5UqsV { left:73.984375px;top:401px;width:137px;height:50px;font-size:3rem;display:block; }
 }@media only screen and (max-width: 959px) { #yIhUpz4VXTrhHFkb0Up412cslItVFsMZ { left:73.984375px;background-color:rgba(207,26,25,0.8);background-image:none;top:458px;width:216px;height:105px;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #Ikvt8wfKcZ4eNp9eUTJtJNkaJZv6NGwE { width:230px;height:60px;top:575px;left:534px;display:block; }
 }@media only screen and (max-width: 959px) { #s01F0zs3gH16JRqD7bnWTfdvgEMhmrta { display:block; }
 }@media only screen and (max-width: 959px) { #ObqRmfTWx41veW8QIH9ZGlyvM0ix8gwi { width:230px;height:60px;top:941px;left:534px;display:block; }
 }@media only screen and (max-width: 959px) { #w5XaO5pApPHGT1q26UvOhkUpD2qkm3MR { display:block; }
 }@media only screen and (max-width: 959px) { #egLKcXkaeRM0EuxyfETyUlrrGqoNFA09 { left:0px;background-color:transparent;background-image:none;top:340px;width:761px;height:66px;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #udIQh0U6sDy58nd2S16cKINPeh8znfgp { left:73.984375px;background-color:rgba(207,26,25,0.8);background-image:none;top:458px;width:216px;height:105px;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #dR81yTDk6cHfTsPKHanrJ7OHuDaFypwR { left:73.984375px;top:401px;width:137px;height:50px;font-size:3rem;display:block; }
 }@media only screen and (max-width: 959px) { #sVG0rcqunv57ty483mlWotyiMXOSCaCT { height:351px;width:219px;left:19.984375px;top:199px;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 959px) { #Ofb5A62dKgWO9EsqG0KaBE6TuJxmqaCQ { left:0px;background-color:transparent;background-image:none;top:51.984375px;width:760px;height:84px;font-size:5rem;display:block; }
 }@media only screen and (max-width: 959px) { #AsB9iTqLJV3MQbGeAggzAHutWARBDbgQ { width:230px;height:60px;top:1305px;left:534px;display:block; }
 }@media only screen and (max-width: 959px) { #isZaTT2cFKWANTbhXTuofuJg9un4dXhy { display:block; }
 }@media only screen and (max-width: 959px) { #b4wysb62QnEbvTrDSt3277THy59PUTwU { left:73.984375px;background-color:rgba(207,26,25,0.8);background-image:none;top:458px;width:216px;height:105px;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #ILFmVghpIBW9uLTMpv3QMBUp69ezE2Pr { left:73.984375px;top:401px;width:137px;height:50px;font-size:3rem;display:block; }
 }@media only screen and (max-width: 959px) { #GpRr0enyuflbqAqJn0zcZ8TR4W6e3DQN { left:0px;background-color:transparent;background-image:none;top:340px;width:761px;height:66px;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #NPHQSamT1lpXmnsfrAUs942sFJMcNphV { height:351px;width:219px;left:19.984375px;top:199px;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 959px) { #KDCPIKqAuhDxzWN4wxTeQ5fNAADAV5de { left:0px;background-color:transparent;background-image:none;top:51.984375px;width:760px;height:84px;font-size:5rem;display:block; }
 }@media only screen and (max-width: 959px) { #INgcGsXCTHUwbWxRrn9i2uKnMc2f8xXW { width:230px;height:60px;top:1671px;left:534px;display:block; }
 }@media only screen and (max-width: 959px) { #yvnxZTFJJF2uCbI6UzZAmLQ7lQXUxvtC { display:block; }
 }@media only screen and (max-width: 959px) { #h7xLPwIT421Ulc8gdALEghmXGOv8LvVM { left:73.984375px;background-color:rgba(207,26,25,0.8);background-image:none;top:458px;width:216px;height:105px;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #tQ1T80Sz8w00EtQASS0JTJPTaoyTcQl2 { left:73.984375px;top:401px;width:137px;height:50px;font-size:3rem;display:block; }
 }@media only screen and (max-width: 959px) { #bfFFL8z0KIdILoqEAz5VOAneLUHaowX9 { left:0px;background-color:transparent;background-image:none;top:340px;width:761px;height:66px;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #MpcVGg3Z7X5ziLyzhfZhodP1ZVmoSh0H { height:351px;width:219px;left:19.984375px;top:199px;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 959px) { #cwqbXm4HXOS5pZp9Tgn9iTQbEEVEdJIO { left:0px;background-color:transparent;background-image:none;top:51.984375px;width:760px;height:84px;font-size:5rem;display:block; }
 }@media only screen and (max-width: 959px) { #W9rwuF5L1qoKEuySNeVAn5tfwegGGGmZ { width:230px;height:60px;top:2045px;left:534px;display:block; }
 }@media only screen and (max-width: 959px) { #HMSRimeUNinwCqSIK9U9b9Fi0Mhv8W9d { display:block; }
 }@media only screen and (max-width: 959px) { #S7clUxyv5M0KKwGvyIMLuqDqdBOxCWpx { left:73.984375px;background-color:rgba(207,26,25,0.8);background-image:none;top:458px;width:216px;height:105px;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #d4T6089BWWprRRG2vGMZtPMOvwGD6LJt { left:73.984375px;top:401px;width:137px;height:50px;font-size:3rem;display:block; }
 }@media only screen and (max-width: 959px) { #sIL53F8xG5c7BaPKglAt0x58MrppLTqy { left:0px;background-color:transparent;background-image:none;top:340px;width:761px;height:66px;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Mx8iqhxPJPdg6pmbGyVnwk0sRTBT8fb6 { height:351px;width:219px;left:19.984375px;top:199px;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 959px) { #Hya7zI12iHo5e3GX8UWwFRN5NHfKdGJT { left:0px;background-color:transparent;background-image:none;top:51.984375px;width:760px;height:84px;font-size:5rem;display:block; }
 }@media only screen and (max-width: 959px) { body { display:block; }
 }@media only screen and (max-width: 959px) { #eGAuq4kdtdVcWDXAgwlX9GinVF4A88vF { background-color:transparent;background-image:url(https://new.landingi.com/uploads/25b83b4a7b895eafe8d7/landings/5e19c63dd647d96e7ff6/assets/130b8ea58ce09fa11917df66b3bd8651.png);background-position:bottom center;background-repeat:no-repeat;background-size:initial;display:block; }#eGAuq4kdtdVcWDXAgwlX9GinVF4A88vF > .row .container { background-color: transparent; background-image: none; }#eGAuq4kdtdVcWDXAgwlX9GinVF4A88vF > .row .container { width:320px;height:327px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #OcaINol7HqfxHvfOZkE3CIuJ4JevLP01 { height:327px;display:block; }
 }@media only screen and (max-width: 959px) { #XKng5HeuaZ4ZLv9umM2wFviThU3JBrmE { height:60px;width:200px;left:60px;background-color:transparent;background-image:none;top:5px;display:block; }
 }@media only screen and (max-width: 959px) { #lUMyAi57TeG0hmyV6We3IcIHcM2F6dNv { left:15px;background-color:transparent;background-image:none;font-size:40px;height:96px;width:290px;top:84px;display:block; }
 }@media only screen and (max-width: 959px) { #GIJ0Zq4LKnGriqhrG5KXxHO9QJBSVgmz { width:320px;height:70px;top:0;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #rn5M3wu3BOx7CLMCxPebMQpXM6GFdgyM { left:15px;background-color:transparent;background-image:none;font-size:30px;height:72px;width:290px;top:195px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 959px) { #fnfhJgy39KTsHVCpBSgVD0og67Kqrd40 { background-color:#ffffff;background-image:url(https://new.landingi.com/uploads/25b83b4a7b895eafe8d7/landings/5e19c63dd647d96e7ff6/assets/a36b43784bba8864b3874fac70693ea1.png);background-position:bottom center;background-repeat:no-repeat;background-size:initial;display:block; }#fnfhJgy39KTsHVCpBSgVD0og67Kqrd40 > .row .container { background-color: transparent; background-image: none; }#fnfhJgy39KTsHVCpBSgVD0og67Kqrd40 > .row .container { width:320px;height:4184px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #TmWCk7qkSzmUJdvRVXtbnl4VaZkpFoLN { height:4184px;display:block; }
 }@media only screen and (max-width: 959px) { #z67yxmCPT0lV42P2pUlzScCim1mHExG8 { left:168px;background-color:rgba(0,0,0,0.8);background-image:none;top:464px;width:137px;height:36px;font-size:30px;display:block; }
 }@media only screen and (max-width: 959px) { #NxvlKiIl8iwCWSlU3JbdnN9Ngk6LasSH { left:85px;background-color:rgba(93,17,17,0.8);background-image:none;top:500px;height:60px;width:220px;font-size:50px;display:block; }
 }@media only screen and (max-width: 959px) { #qUxzzVEFAUeDx8rX2qsfccbEBXslrA8w { width:300px;height:70px;top:589px;left:10px;display:block; }
 }@media only screen and (max-width: 959px) { #m5AAlQnKdpzyhvoDv7oGt7DTBmGgCMAa { display:block; }
 }@media only screen and (max-width: 959px) { #zz6yKAD1mCh2D0gkfJEBnnxoXsCOvdJ0 { height:298px;width:186px;left:67px;background-color:transparent;background-image:none;top:0;display:block; }
 }@media only screen and (max-width: 959px) { #KwIVteOCSCsSMnfi63XLH7DnPxeTiTZm { left:6.5px;top:349px;background-color:transparent;background-image:none;width:307px;height:100px;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 959px) { #NB1yMc0FdcBOvc1SFEU0Xegu8WyWoFKh { left:0;background-color:transparent;background-image:none;font-size:25px;height:30px;width:320px;top:309px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #FcKS29GmoJ8Pp2lsd9ybDk7Hk7GS5azq { height:300px;width:187px;left:66.5px;background-color:transparent;background-image:none;top:699px;display:block; }
 }@media only screen and (max-width: 959px) { #eAIo78JZPME7zJEnV7CAF2O4F3vGCZ3R { left:6.5px;top:1056px;background-color:transparent;background-image:none;width:307px;height:100px;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 959px) { #pH7zeC8ddHN88X4W6lOvoaThq6SJXTkl { left:0;background-color:transparent;background-image:none;font-size:25px;height:30px;width:320px;top:1011px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #qP0fTAWBwWACidG2HqqBmrr7itk5UqsV { left:167px;background-color:rgba(0,0,0,0.8);background-image:none;top:1164px;width:137px;height:36px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #yIhUpz4VXTrhHFkb0Up412cslItVFsMZ { left:84px;background-color:rgba(93,17,17,0.8);background-image:none;top:1200px;height:60px;width:220px;font-size:50px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #Ikvt8wfKcZ4eNp9eUTJtJNkaJZv6NGwE { width:300px;height:70px;top:1283.5px;left:10px;display:block; }
 }@media only screen and (max-width: 959px) { #s01F0zs3gH16JRqD7bnWTfdvgEMhmrta { display:block; }
 }@media only screen and (max-width: 959px) { #ObqRmfTWx41veW8QIH9ZGlyvM0ix8gwi { width:300px;height:70px;top:1953.5px;left:10px;display:block; }
 }@media only screen and (max-width: 959px) { #w5XaO5pApPHGT1q26UvOhkUpD2qkm3MR { display:block; }
 }@media only screen and (max-width: 959px) { #egLKcXkaeRM0EuxyfETyUlrrGqoNFA09 { left:6.5px;top:1748.5px;background-color:transparent;background-image:none;width:307px;height:75px;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 959px) { #udIQh0U6sDy58nd2S16cKINPeh8znfgp { left:86px;background-color:rgba(93,17,17,0.8);background-image:none;top:1874.5px;height:60px;width:220px;font-size:50px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #dR81yTDk6cHfTsPKHanrJ7OHuDaFypwR { left:169px;background-color:rgba(0,0,0,0.8);background-image:none;top:1838.5px;width:137px;height:36px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #sVG0rcqunv57ty483mlWotyiMXOSCaCT { height:300px;width:187px;left:66.5px;background-color:transparent;background-image:none;top:1395.5px;display:block; }
 }@media only screen and (max-width: 959px) { #Ofb5A62dKgWO9EsqG0KaBE6TuJxmqaCQ { left:0;background-color:transparent;background-image:none;font-size:25px;height:30px;width:320px;top:1705.5px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #AsB9iTqLJV3MQbGeAggzAHutWARBDbgQ { width:300px;height:70px;top:2642.5px;left:10px;display:block; }
 }@media only screen and (max-width: 959px) { #isZaTT2cFKWANTbhXTuofuJg9un4dXhy { display:block; }
 }@media only screen and (max-width: 959px) { #b4wysb62QnEbvTrDSt3277THy59PUTwU { left:86px;background-color:rgba(93,17,17,0.8);background-image:none;top:2559.5px;height:60px;width:220px;font-size:50px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #ILFmVghpIBW9uLTMpv3QMBUp69ezE2Pr { left:169px;background-color:rgba(0,0,0,0.8);background-image:none;top:2523.5px;width:137px;height:36px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #GpRr0enyuflbqAqJn0zcZ8TR4W6e3DQN { left:6.5px;top:2423.5px;background-color:transparent;background-image:none;width:307px;height:100px;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 959px) { #NPHQSamT1lpXmnsfrAUs942sFJMcNphV { height:300px;width:187px;left:66.5px;background-color:transparent;background-image:none;top:2063.5px;display:block; }
 }@media only screen and (max-width: 959px) { #KDCPIKqAuhDxzWN4wxTeQ5fNAADAV5de { left:0;background-color:transparent;background-image:none;font-size:25px;height:30px;width:320px;top:2375.5px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #INgcGsXCTHUwbWxRrn9i2uKnMc2f8xXW { width:300px;height:70px;top:3349.5px;left:10px;display:block; }
 }@media only screen and (max-width: 959px) { #yvnxZTFJJF2uCbI6UzZAmLQ7lQXUxvtC { display:block; }
 }@media only screen and (max-width: 959px) { #h7xLPwIT421Ulc8gdALEghmXGOv8LvVM { left:86px;background-color:rgba(93,17,17,0.8);background-image:none;top:3266.5px;height:60px;width:220px;font-size:50px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #tQ1T80Sz8w00EtQASS0JTJPTaoyTcQl2 { left:169px;background-color:rgba(0,0,0,0.8);background-image:none;top:3230.5px;width:137px;height:36px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #bfFFL8z0KIdILoqEAz5VOAneLUHaowX9 { left:6.5px;top:3120.5px;background-color:transparent;background-image:none;width:307px;height:100px;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 959px) { #MpcVGg3Z7X5ziLyzhfZhodP1ZVmoSh0H { height:300px;width:187px;left:66.5px;background-color:transparent;background-image:none;top:2761.5px;display:block; }
 }@media only screen and (max-width: 959px) { #cwqbXm4HXOS5pZp9Tgn9iTQbEEVEdJIO { left:0;background-color:transparent;background-image:none;font-size:25px;height:30px;width:320px;top:3073.5px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #W9rwuF5L1qoKEuySNeVAn5tfwegGGGmZ { width:300px;height:70px;top:4041.5px;left:10px;display:block; }
 }@media only screen and (max-width: 959px) { #HMSRimeUNinwCqSIK9U9b9Fi0Mhv8W9d { display:block; }
 }@media only screen and (max-width: 959px) { #S7clUxyv5M0KKwGvyIMLuqDqdBOxCWpx { left:86px;background-color:rgba(93,17,17,0.8);background-image:none;top:3960.5px;height:60px;width:220px;font-size:50px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #d4T6089BWWprRRG2vGMZtPMOvwGD6LJt { left:169px;background-color:rgba(0,0,0,0.8);background-image:none;top:3924.5px;width:137px;height:36px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #sIL53F8xG5c7BaPKglAt0x58MrppLTqy { left:6.5px;top:3840.5px;background-color:transparent;background-image:none;width:307px;height:75px;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 959px) { #Mx8iqhxPJPdg6pmbGyVnwk0sRTBT8fb6 { height:300px;width:187px;left:66.5px;background-color:transparent;background-image:none;top:3481.5px;display:block; }
 }@media only screen and (max-width: 959px) { #Hya7zI12iHo5e3GX8UWwFRN5NHfKdGJT { left:0;background-color:transparent;background-image:none;font-size:25px;height:30px;width:320px;top:3792.5px;text-align:center;text-align-last:center;display:block; }
 }