.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;
}
@media only screen and (max-width: 959px) {
  .widget-section .container {
    width: 764px;
  }
}
@media only screen and (max-width: 763px) {
  .widget-section .container {
    width: 320px;
  }
}
html {
  font-size: 12px;
}
@media (min-width: 764px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 959px) {
  html {
    font-size: 16px;
  }
}
.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: 600000;
}
.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:#000000;background-image:url(https://images.assets-landingi.com/fs2X2Nq0/stencil.youtube-channel-art.jpg);background-position:top center;background-repeat:repeat;background-attachment:scroll;display:block; }
#KTsufWQwmyMOFzZPUcuTUwHKXka7p5X9 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.71), rgba(0,0,0,0.51));background-image: -moz-linear-gradient(top, rgba(0,0,0,0.71), rgba(0,0,0,0.51));background-image: -ms-linear-gradient(top, rgba(0,0,0,0.71), rgba(0,0,0,0.51));background-image: -o-linear-gradient(top, rgba(0,0,0,0.71), rgba(0,0,0,0.51));background-image: linear-gradient(to bottom, rgba(0,0,0,0.71), rgba(0,0,0,0.51));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5000000', endColorstr='#82000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5000000', endColorstr='#82000000' );";position:relative;display:block; }#KTsufWQwmyMOFzZPUcuTUwHKXka7p5X9 > .row .container { background-color: transparent; background-image: none; }#KTsufWQwmyMOFzZPUcuTUwHKXka7p5X9 > .row .container { border-width: 0; border-radius: 0; }#KTsufWQwmyMOFzZPUcuTUwHKXka7p5X9 > .row .container { font-size:14px;font-family:arial;height:642px;width:960px;position:relative;display:block; }#u4p02warmLpAZrTv9KKAZbZr2aooavtX { height:642px;display:block; }
#BSrZo8eSBMt6MiiTCMu9teoTqgX8Xe4p { display:block;width:553px;position:absolute;font-family:ubuntu;font-size:58px;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:81px;left:0;height:150px;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Se4WtqNFnGJhEy2sTGWPIrc0ler6vTBN { display:block;width:553px;position:absolute;font-family:ubuntu;font-size:30px;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:350.5px;left:0;height:39px;color:#e3ef1d;font-style:normal;display:block; }
#Ta7kvtwS9li6T4ke4fTITLoXhZZkpvfM { display:block;width:480px;position:absolute;font-family:ubuntu;font-size:13px;font-weight:400;z-index:100006;line-height:1.65;letter-spacing:0;top:388.5px;left:0;height:42px;color:#ffffff;font-style:normal;display:block; }
#elNx2TeXRdQUxliOSBdU3EJd4oKmF7hl { display:block;width:480px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:464px;left:0;height:126px;color:#ffffff;display:block; }#elNx2TeXRdQUxliOSBdU3EJd4oKmF7hl li:not(:first-child){ padding-top:15px;padding-right:0;padding-bottom:0;padding-left:0; }#elNx2TeXRdQUxliOSBdU3EJd4oKmF7hl li:before{ margin-top:0;margin-right:0;margin-bottom:0;margin-left:-5px;content: "\2001"; background-image: url(//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/9a5c98f20bd2ebcda7f8f6fd50923675.png); }
#LSu686DQaUny5ITOwgffnqI1GtUZhEST { height:642px;display:block; }
#WydgoT8rwA3fEcDOTV3n6KpBkOmQRtIc { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;height:495px;width:370px;position:absolute;display:block;z-index:100000;top:0;left:110px;display:block; }
#w7uoShTLAvDCmlVR9NJmdrKFd24D12um { display:block;width:310px;position:absolute;font-family:ubuntu;font-size:32px;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:50px;left:140px;height:41px;font-style:normal;color:#ffffff;display:block; }
#DGg8BPWy3TaZucDy2ZcdCzdi8kaJRov8 { display:block;width:310px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:90px;left:140px;height:23px;font-style:normal;color:#e3ef1d;display:block; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh .widget-form-header {  }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:14px;font-weight:400;color:#f2f9ff;width:200px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;background-color:transparent;background-image:none;font-style:normal; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh .widget-input-text { border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:200px;box-sizing:border-box;height:41px;color:#000000;font-size:13px;overflow:hidden;font-family:"open sans"; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh .widget-input-text {padding-top: 0; padding-bottom: 0;}#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh .widget-textarea { border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:200px;box-sizing:border-box;height:70px;color:#000000;font-size:13px;overflow:hidden;font-family:"open sans"; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh .widget-input-select { border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:200px;box-sizing:border-box;height:40px;color:#000000;font-family:"open sans";font-size:13px;overflow:hidden; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh .widget-input-select {padding-top: 0; padding-bottom: 0;}#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh .widget-input-button { border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;background-color:#f1c40f;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;box-sizing:border-box;font-size:22px;font-weight:bold;color:#19232e;width:200px;height:55px;font-family:"open sans";overflow:hidden; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh [class*="-text"]:-moz-placeholder { color:#d1d2d3;font-family:"open sans";font-size:13px; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh [class*="-text"]::-moz-placeholder { color:#d1d2d3;font-family:"open sans";font-size:13px; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh [class*="-text"]:-ms-input-placeholder { color:#d1d2d3;font-family:"open sans";font-size:13px; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh [class*="-text"]::-webkit-input-placeholder { color:#d1d2d3;font-family:"open sans";font-size:13px; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:"open sans";font-size:12px;font-weight:400;color:#f2f9ff;vertical-align:top;width:180px;overflow:hidden;font-style:normal; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;vertical-align:middle; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:400;color:#f2f9ff;overflow:hidden;font-style:normal;line-height:1.3; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh .widget-container { padding-top:4px;padding-left:0px;padding-right:0px;padding-bottom:4px;width:100%;font-size:0px;height:auto; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh .widget-container:first-of-type{padding-top:0;}#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh .widget-container:last-of-type{padding-bottom:0;}#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh  { background-color:transparent;background-image:none;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:200px;height:auto;border-top:1px solid #f1c40f;border-right:1px solid #f1c40f;border-bottom:1px solid #f1c40f;border-left:1px solid #f1c40f;left:120px;top:115px;z-index:100003;position:absolute; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:200px; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh {display:block;}#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh { background-color:transparent;background-image:none;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:200px;height:auto;border-top:1px solid #f1c40f;border-right:1px solid #f1c40f;border-bottom:1px solid #f1c40f;border-left:1px solid #f1c40f;left:120px;top:115px;z-index:100003;position:absolute; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #nZkWflvTA3TEHrt2SkgdEMvT5OJpPcQg { position:relative; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #rLiAc5TiZbDtAPX9Tbdi6AUqzdGWUhrK { position:relative; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #wrQpbZ2JOhQzJZv6f3PH7faMVJ5cyzSQ { position:relative; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #OQoL53xpVcv1zFXG8sEgv6Wd2ggWvZMC { position:relative; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #G5uwvwxA4GWQottzbMc1FMviHxX2dH7V { position:relative; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #GeI7Dty1AexEw1D6EAcZzVmRfiiQAhQf { position:relative; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #zDFMW26PosDbv2fAF4eq0IHRBbRJDuQ3 { position:relative; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #yDTSETtuAoaR7R6f2RSfHRpu8pDvePrs { position:relative; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #Caq0kJRzQMpq3mfDw3hE4TgCATydinwy { position:relative; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #p5fNXR2lBTl8EzwQtq0pGWWGCtifVUok { position:relative; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #ZMQya45VzwZZhhwHFe3vWmlscPSfGRfF { position:relative; }
@media only screen and (max-width: 959px) { body { display:block; }
 }@media only screen and (max-width: 959px) { #KTsufWQwmyMOFzZPUcuTUwHKXka7p5X9 { display:block; }#KTsufWQwmyMOFzZPUcuTUwHKXka7p5X9 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #u4p02warmLpAZrTv9KKAZbZr2aooavtX { display:block; }
 }@media only screen and (max-width: 959px) { #BSrZo8eSBMt6MiiTCMu9teoTqgX8Xe4p { width:398px;height:54px;top:81px;left:0;font-size:42px;display:block; }
 }@media only screen and (max-width: 959px) { #Se4WtqNFnGJhEy2sTGWPIrc0ler6vTBN { width:382px;height:32px;top:138px;left:0;font-size:25px;display:block; }
 }@media only screen and (max-width: 959px) { #Ta7kvtwS9li6T4ke4fTITLoXhZZkpvfM { width:382px;height:76px;top:210px;left:0;font-size:12px;display:block; }
 }@media only screen and (max-width: 959px) { #elNx2TeXRdQUxliOSBdU3EJd4oKmF7hl { width:382px;height:126px;top:464px;left:0;font-size:20px;display:block; }
 }@media only screen and (max-width: 959px) { #LSu686DQaUny5ITOwgffnqI1GtUZhEST { display:block; }
 }@media only screen and (max-width: 959px) { #WydgoT8rwA3fEcDOTV3n6KpBkOmQRtIc { width:330px;height:483px;top:0;left:52px;display:block; }
 }@media only screen and (max-width: 959px) { #w7uoShTLAvDCmlVR9NJmdrKFd24D12um { width:310px;height:41px;top:50px;left:70px;display:block; }
 }@media only screen and (max-width: 959px) { #DGg8BPWy3TaZucDy2ZcdCzdi8kaJRov8 { width:310px;height:23px;top:90px;left:70px;display:block; }
 }@media only screen and (max-width: 959px) { #kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh  { width:200px;height:auto; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh {display:block;}#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh { width:200px;height:auto; }
 }@media only screen and (max-width: 959px) { #kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #nZkWflvTA3TEHrt2SkgdEMvT5OJpPcQg {  }
 }@media only screen and (max-width: 959px) { #kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #rLiAc5TiZbDtAPX9Tbdi6AUqzdGWUhrK {  }
 }@media only screen and (max-width: 959px) { #kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #wrQpbZ2JOhQzJZv6f3PH7faMVJ5cyzSQ {  }
 }@media only screen and (max-width: 959px) { #kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #OQoL53xpVcv1zFXG8sEgv6Wd2ggWvZMC {  }
 }@media only screen and (max-width: 959px) { #kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #G5uwvwxA4GWQottzbMc1FMviHxX2dH7V {  }
 }@media only screen and (max-width: 959px) { #kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #GeI7Dty1AexEw1D6EAcZzVmRfiiQAhQf {  }
 }@media only screen and (max-width: 959px) { #kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #zDFMW26PosDbv2fAF4eq0IHRBbRJDuQ3 {  }
 }@media only screen and (max-width: 959px) { #kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #yDTSETtuAoaR7R6f2RSfHRpu8pDvePrs {  }
 }@media only screen and (max-width: 959px) { #kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #Caq0kJRzQMpq3mfDw3hE4TgCATydinwy {  }
 }@media only screen and (max-width: 959px) { #kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #p5fNXR2lBTl8EzwQtq0pGWWGCtifVUok {  }
 }@media only screen and (max-width: 959px) { #kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #ZMQya45VzwZZhhwHFe3vWmlscPSfGRfF {  }
 }@media only screen and (max-width: 959px) { body { background-color:#000000;background-image:url(//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/acf618d544003c2f7a63bb64d744cd9d.jpg);background-position:top center;background-repeat:no-repeat;display:block; }
 }@media only screen and (max-width: 959px) { #KTsufWQwmyMOFzZPUcuTUwHKXka7p5X9 { display:block; }#KTsufWQwmyMOFzZPUcuTUwHKXka7p5X9 > .row .container { width:320px;height:1008px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #u4p02warmLpAZrTv9KKAZbZr2aooavtX { height:533px;display:block; }
 }@media only screen and (max-width: 959px) { #BSrZo8eSBMt6MiiTCMu9teoTqgX8Xe4p { width:320px;height:134px;top:40px;left:0;text-align:center;text-align-last:center;font-size:52px;display:block; }
 }@media only screen and (max-width: 959px) { #Se4WtqNFnGJhEy2sTGWPIrc0ler6vTBN { width:320px;height:32px;top:180px;left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #Ta7kvtwS9li6T4ke4fTITLoXhZZkpvfM { width:320px;height:76px;top:230px;left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #elNx2TeXRdQUxliOSBdU3EJd4oKmF7hl { width:320px;height:134px;top:330px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #LSu686DQaUny5ITOwgffnqI1GtUZhEST { height:475px;display:block; }
 }@media only screen and (max-width: 959px) { #WydgoT8rwA3fEcDOTV3n6KpBkOmQRtIc { width:320px;height:475px;top:0;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #w7uoShTLAvDCmlVR9NJmdrKFd24D12um { width:261px;height:41px;top:30px;left:30px;display:block; }
 }@media only screen and (max-width: 959px) { #DGg8BPWy3TaZucDy2ZcdCzdi8kaJRov8 { width:260px;height:23px;top:70px;left:30px;display:block; }
 }@media only screen and (max-width: 959px) { #kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh  { width:200px;height:auto; }
#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh {display:block;}#kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh { width:200px;height:auto; }
 }@media only screen and (max-width: 959px) { #kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #nZkWflvTA3TEHrt2SkgdEMvT5OJpPcQg {  }
 }@media only screen and (max-width: 959px) { #kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #rLiAc5TiZbDtAPX9Tbdi6AUqzdGWUhrK {  }
 }@media only screen and (max-width: 959px) { #kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #wrQpbZ2JOhQzJZv6f3PH7faMVJ5cyzSQ {  }
 }@media only screen and (max-width: 959px) { #kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #OQoL53xpVcv1zFXG8sEgv6Wd2ggWvZMC {  }
 }@media only screen and (max-width: 959px) { #kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #G5uwvwxA4GWQottzbMc1FMviHxX2dH7V {  }
 }@media only screen and (max-width: 959px) { #kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #GeI7Dty1AexEw1D6EAcZzVmRfiiQAhQf {  }
 }@media only screen and (max-width: 959px) { #kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #zDFMW26PosDbv2fAF4eq0IHRBbRJDuQ3 {  }
 }@media only screen and (max-width: 959px) { #kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #yDTSETtuAoaR7R6f2RSfHRpu8pDvePrs {  }
 }@media only screen and (max-width: 959px) { #kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #Caq0kJRzQMpq3mfDw3hE4TgCATydinwy {  }
 }@media only screen and (max-width: 959px) { #kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #p5fNXR2lBTl8EzwQtq0pGWWGCtifVUok {  }
 }@media only screen and (max-width: 959px) { #kxBPbAPQBJKsZFwuBwNg3fd1L6aTQahh #ZMQya45VzwZZhhwHFe3vWmlscPSfGRfF {  }
 }