.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: relative;
}
.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;
  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;
  }
}
@media (max-width: 959px) { [class*="col-"] { width: 100%; } }body { background-color:#f5f5f5;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/PIe0f4PW/SBM_FB_cover_820_x_312_stress_free_tax2.jpg");background-position:center;background-repeat:no-repeat;background-attachment:fixed;background-size:contain;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:"open sans";height:652px;width:960px;overflow:visible;position:relative;display:block; }#vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC > .row .container { background-color: transparent; background-image: none; }#vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC > .row .container > .video-iframe-container { display: none; }#vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC > .row > .video-iframe-container { display: none; }#vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC > .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); }#vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC > .row .container { border-width: 0; border-radius: 0; }#vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC > .row .container { font-size:14px;font-family:"open sans";height:429px;width:960px;position:relative;display:block; }#BIBfSuaoo21v9eH4KG35ISAuD4s6SKn5 { display:block;width:960px;position:absolute;font-family:"open sans";font-size:25px;font-weight:400;z-index:100000;line-height:1.3;letter-spacing:0;top:24px;left:0;height:32px;font-style:normal;text-align:center;text-align-last:center;color:#020a12;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VnEfUzHJdWTZOP5KZaLKEHU1va2KAHpX { display:block;width:854px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:64px;left:17px;height:60px;display:block; }
#LWdE3A2VXmy1sDwulJIaEyAWlSbZo66t { display:block;width:960px;position:absolute;font-family:"open sans";font-size:25px;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:161px;left:0;height:;font-style:normal;text-align:center;text-align-last:center;color:#020a12;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qvunKVTuDyZx9ppS7ydtzJWEVqWaVfLH { display:block;width:916px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:205px;left:20px;height:160px;text-align:left;text-align-last:left;display:block; }
#ganuC1fgrQ2BdXKAGHgMtPBvvWEVymRh { position:relative;display:block; }#ganuC1fgrQ2BdXKAGHgMtPBvvWEVymRh { background-color: transparent; background-image: none; }#ganuC1fgrQ2BdXKAGHgMtPBvvWEVymRh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ganuC1fgrQ2BdXKAGHgMtPBvvWEVymRh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ganuC1fgrQ2BdXKAGHgMtPBvvWEVymRh > .row .container > .video-iframe-container { display: none; }#ganuC1fgrQ2BdXKAGHgMtPBvvWEVymRh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ganuC1fgrQ2BdXKAGHgMtPBvvWEVymRh > .row > .video-iframe-container { display: none; }#ganuC1fgrQ2BdXKAGHgMtPBvvWEVymRh > .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); }#ganuC1fgrQ2BdXKAGHgMtPBvvWEVymRh { border-width: 0; border-radius: 0; }#ganuC1fgrQ2BdXKAGHgMtPBvvWEVymRh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:"open sans";height:119px;width:960px;position:relative;display:block; }#BkX6WIlarL1stoGMZwsFgIDk7p8II7n1 { display:block;width:790px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:100000;line-height:1.3;letter-spacing:0;top:25px;left:85px;height:68px;font-style:normal;color:#23c2d5;display:block; }
#WQ6rHSrav4q4KwRgAp9l5T10tgyMf0my { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#WQ6rHSrav4q4KwRgAp9l5T10tgyMf0my > .row .container { background-color: transparent; background-image: none; }#WQ6rHSrav4q4KwRgAp9l5T10tgyMf0my::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WQ6rHSrav4q4KwRgAp9l5T10tgyMf0my > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WQ6rHSrav4q4KwRgAp9l5T10tgyMf0my > .row .container > .video-iframe-container { display: none; }#WQ6rHSrav4q4KwRgAp9l5T10tgyMf0my > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WQ6rHSrav4q4KwRgAp9l5T10tgyMf0my > .row > .video-iframe-container { display: none; }#WQ6rHSrav4q4KwRgAp9l5T10tgyMf0my > .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); }#WQ6rHSrav4q4KwRgAp9l5T10tgyMf0my > .row .container { border-width: 0; border-radius: 0; }#WQ6rHSrav4q4KwRgAp9l5T10tgyMf0my > .row .container { font-size:14px;font-family:"open sans";height:656px;width:960px;position:relative;display:block; }#oOFossG3K4F5gLUG1zWC4UyKivP76QVl { display:block;width:905px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100003;line-height:1.4;letter-spacing:0;top:57.98828125px;left:20.9765625px;height:382px;display:block; }
#BLJT3hvII7VxzGoJEcy7CX4OUTaHkbFz { display:block;width:960px;position:absolute;font-family:"open sans";font-size:25px;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:13.984375px;left:0.1171875px;height:33px;font-style:normal;text-align:center;text-align-last:center;color:#020a12;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#APFazwdRZ9zxgNummTSDc3ABLlL31s6l { display:block;width:916px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:498.984375px;left:20.9765625px;height:140px;display:block; }
#LMEA3kkEF8G5CE6rbRG3v2VsN5ASB6UQ { display:block;width:960px;position:absolute;font-family:"open sans";font-size:25px;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:434.9609375px;left:0.1171875px;height:33px;font-style:normal;text-align:center;text-align-last:center;color:#020a12;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HwfgAdZ1yrxWh5Uw6CieoZEhnMvCHDT3 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#HwfgAdZ1yrxWh5Uw6CieoZEhnMvCHDT3 > .row .container { background-color: transparent; background-image: none; }#HwfgAdZ1yrxWh5Uw6CieoZEhnMvCHDT3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HwfgAdZ1yrxWh5Uw6CieoZEhnMvCHDT3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HwfgAdZ1yrxWh5Uw6CieoZEhnMvCHDT3 > .row .container > .video-iframe-container { display: none; }#HwfgAdZ1yrxWh5Uw6CieoZEhnMvCHDT3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HwfgAdZ1yrxWh5Uw6CieoZEhnMvCHDT3 > .row > .video-iframe-container { display: none; }#HwfgAdZ1yrxWh5Uw6CieoZEhnMvCHDT3 > .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); }#HwfgAdZ1yrxWh5Uw6CieoZEhnMvCHDT3 > .row .container { border-width: 0; border-radius: 0; }#HwfgAdZ1yrxWh5Uw6CieoZEhnMvCHDT3 > .row .container { font-size:14px;font-family:"open sans";height:524px;width:960px;position:relative;display:block; }#twkwkH173589cKTOSOZ7kBkPFNTgdD95 { display:block;width:960px;position:absolute;font-family:"open sans";font-size:25px;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:340px;left:0;height:33px;font-style:normal;text-align:center;text-align-last:center;color:#020a12;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DSeliA61O75pWMxZ3otaoioHLVwyXfeH { display:block;width:910px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100004;line-height:1.4;letter-spacing:0;top:391px;left:10px;height:106px;display:block; }
#CmNlc4mVfb8TThP7yGbImg6nxlHsGb0O { display:block;width:916px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:73px;left:20px;height:240px;display:block; }
#wuqy5kl51Z6pWITBB2PwdenzuxH1ZNNr { display:block;width:960px;position:absolute;font-family:"open sans";font-size:25px;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:20px;left:0;height:33px;font-style:normal;text-align:center;text-align-last:center;color:#020a12;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UGJRD2FKZT0ZGARbkv1vEy7KTNFHu7Jv { position:relative;display:block; }#UGJRD2FKZT0ZGARbkv1vEy7KTNFHu7Jv { background-color: transparent; background-image: none; }#UGJRD2FKZT0ZGARbkv1vEy7KTNFHu7Jv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UGJRD2FKZT0ZGARbkv1vEy7KTNFHu7Jv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UGJRD2FKZT0ZGARbkv1vEy7KTNFHu7Jv > .row .container > .video-iframe-container { display: none; }#UGJRD2FKZT0ZGARbkv1vEy7KTNFHu7Jv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UGJRD2FKZT0ZGARbkv1vEy7KTNFHu7Jv > .row > .video-iframe-container { display: none; }#UGJRD2FKZT0ZGARbkv1vEy7KTNFHu7Jv > .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); }#UGJRD2FKZT0ZGARbkv1vEy7KTNFHu7Jv { border-width: 0; border-radius: 0; }#UGJRD2FKZT0ZGARbkv1vEy7KTNFHu7Jv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:"open sans";height:132px;width:960px;position:relative;display:block; }#sxaS2HpLBt6l49KpiJcVpJSARep2Stnx { display:block;width:960px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:100000;line-height:1.3;letter-spacing:0;top:26px;left:0;height:23px;font-style:normal;color:#23c2d5;text-align:center;text-align-last:center;display:block; }
#ebTo684Gkrg0GZiEn7NGNEadu0O3TcHw { display:block;width:960px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:80px;left:0;height:23px;font-style:normal;color:#23c2d5;text-align:center;text-align-last:center;display:block; }
#vOEpPLBxZ4hNqXV1lQJ6MTpJbtc2QLNm { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#vOEpPLBxZ4hNqXV1lQJ6MTpJbtc2QLNm > .row .container { background-color: transparent; background-image: none; }#vOEpPLBxZ4hNqXV1lQJ6MTpJbtc2QLNm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vOEpPLBxZ4hNqXV1lQJ6MTpJbtc2QLNm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vOEpPLBxZ4hNqXV1lQJ6MTpJbtc2QLNm > .row .container > .video-iframe-container { display: none; }#vOEpPLBxZ4hNqXV1lQJ6MTpJbtc2QLNm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vOEpPLBxZ4hNqXV1lQJ6MTpJbtc2QLNm > .row > .video-iframe-container { display: none; }#vOEpPLBxZ4hNqXV1lQJ6MTpJbtc2QLNm > .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); }#vOEpPLBxZ4hNqXV1lQJ6MTpJbtc2QLNm > .row .container { border-width: 0; border-radius: 0; }#vOEpPLBxZ4hNqXV1lQJ6MTpJbtc2QLNm > .row .container { font-size:14px;font-family:"open sans";height:424px;width:960px;position:relative;display:block; }#CmQiTlcOgUiT1oyn3x3lpUloXmGdv9sP { display:block;width:960px;position:absolute;font-family:"open sans";font-size:25px;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:4px;left:0;height:;font-style:normal;text-align:center;text-align-last:center;color:#020a12;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QvT8NQlyshSW0czS5UCRWoFGUcDGOTPf { display:block;width:916px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:57px;left:20px;height:120px;display:block; }
#lqou5Glu1CfoTC9OidQlmdMNynNq58JN { display:block;width:960px;position:absolute;font-family:"open sans";font-size:25px;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:209px;left:0;height:;font-style:normal;text-align:center;text-align-last:center;color:#020a12;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NGyGDIO80ThrCfrUDIO17TCoKxbJSVIN { display:block;width:916px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:268px;left:19px;height:120px;display:block; }
#hWouVyuE4H3WhTXBCHdxqWxHx0orTrND { border-bottom:0;border-left:0;border-right:0;border-top:0;height:115px;width:115px;position:absolute;display:block;z-index:100004;top:4px;left:845px;overflow:hidden;display:block; }
#IlrTdwKMyRhtEDSs6ooc4Xso8galzrU3 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/VzQfjAJd/bg11.jpg");background-position:center;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;position:relative;display:block; }#IlrTdwKMyRhtEDSs6ooc4Xso8galzrU3 > .row .container { background-color: transparent; background-image: none; }#IlrTdwKMyRhtEDSs6ooc4Xso8galzrU3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IlrTdwKMyRhtEDSs6ooc4Xso8galzrU3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IlrTdwKMyRhtEDSs6ooc4Xso8galzrU3 > .row .container > .video-iframe-container { display: none; }#IlrTdwKMyRhtEDSs6ooc4Xso8galzrU3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IlrTdwKMyRhtEDSs6ooc4Xso8galzrU3 > .row > .video-iframe-container { display: none; }#IlrTdwKMyRhtEDSs6ooc4Xso8galzrU3 > .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); }#IlrTdwKMyRhtEDSs6ooc4Xso8galzrU3 > .row .container { border-width: 0; border-radius: 0; }#IlrTdwKMyRhtEDSs6ooc4Xso8galzrU3 > .row .container { font-size:14px;font-family:"open sans";height:450px;width:960px;position:relative;display:block; }#MUulPagcMOgzZ52oA1Z2NtVtXGFdGwxW { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(56,74,89,0.8);background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:313px;width:650px;position:absolute;display:block;z-index:100000;top:28px;left:-1px;display:block; }
#X12Lf7V9UciNdouP7Myq4T50tCp11KJR { display:block;width:529px;position:absolute;font-family:"open sans";font-size:68px;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:28px;left:110px;height:88px;color:#ffffff;font-style:normal;display:block; }
#J5BIsUPVkqON0rJboD4b3hSz7Vr2Sb34 { display:block;width:581px;position:absolute;font-family:"open sans";font-size:26px;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:103px;left:8px;height:170px;color:#ffffff;font-style:normal;display:block; }
#tcZTNhHzUTlNxNmLVPkrnd6p3XFQOZsi { z-index:100000;top:57px;left:610px;background-color:#e84c3d;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:316px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#SaszkeE3z7VztnAS9fRDEiqDycxQ0rFx { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#k9Awz1sBGa45BunlUT6mPdOyFL40AMcW { z-index:100000;top:322.07421875px;left:135.625px;background-color:#e84c3d;background-image:none;background-position:top left;background-repeat:repeat;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 0 -3px 0 #f98166 ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:63px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#oXCgmVvtOPIuOfGI2Km4z8nhV8du1pb7 { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 959px) { body { display:block; }
 }@media only screen and (max-width: 959px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:646px;width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC { display:block; }#vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #BIBfSuaoo21v9eH4KG35ISAuD4s6SKn5 { width:764px;height:33px;top:24px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #VnEfUzHJdWTZOP5KZaLKEHU1va2KAHpX { width:764px;height:60px;top:64px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #LWdE3A2VXmy1sDwulJIaEyAWlSbZo66t { width:764px;height:;top:161px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #qvunKVTuDyZx9ppS7ydtzJWEVqWaVfLH { width:764px;height:160px;top:205px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #ganuC1fgrQ2BdXKAGHgMtPBvvWEVymRh { display:block; }#ganuC1fgrQ2BdXKAGHgMtPBvvWEVymRh > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #BkX6WIlarL1stoGMZwsFgIDk7p8II7n1 { width:764px;height:68px;top:25px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #WQ6rHSrav4q4KwRgAp9l5T10tgyMf0my { display:block; }#WQ6rHSrav4q4KwRgAp9l5T10tgyMf0my > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #oOFossG3K4F5gLUG1zWC4UyKivP76QVl { width:764px;height:382px;top:57px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #BLJT3hvII7VxzGoJEcy7CX4OUTaHkbFz { width:764px;height:33px;top:13px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #APFazwdRZ9zxgNummTSDc3ABLlL31s6l { width:764px;height:140px;top:498px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #LMEA3kkEF8G5CE6rbRG3v2VsN5ASB6UQ { width:764px;height:33px;top:434px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #HwfgAdZ1yrxWh5Uw6CieoZEhnMvCHDT3 { display:block; }#HwfgAdZ1yrxWh5Uw6CieoZEhnMvCHDT3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #twkwkH173589cKTOSOZ7kBkPFNTgdD95 { width:764px;height:33px;top:340px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #DSeliA61O75pWMxZ3otaoioHLVwyXfeH { width:764px;height:106px;top:390px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #CmNlc4mVfb8TThP7yGbImg6nxlHsGb0O { width:764px;height:240px;top:72px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #wuqy5kl51Z6pWITBB2PwdenzuxH1ZNNr { width:764px;height:33px;top:20px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #UGJRD2FKZT0ZGARbkv1vEy7KTNFHu7Jv { display:block; }#UGJRD2FKZT0ZGARbkv1vEy7KTNFHu7Jv > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #sxaS2HpLBt6l49KpiJcVpJSARep2Stnx { width:764px;height:23px;top:26px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #ebTo684Gkrg0GZiEn7NGNEadu0O3TcHw { width:764px;height:23px;top:80px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #vOEpPLBxZ4hNqXV1lQJ6MTpJbtc2QLNm { display:block; }#vOEpPLBxZ4hNqXV1lQJ6MTpJbtc2QLNm > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #CmQiTlcOgUiT1oyn3x3lpUloXmGdv9sP { width:764px;height:;top:4px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #QvT8NQlyshSW0czS5UCRWoFGUcDGOTPf { width:764px;height:120px;top:56px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #lqou5Glu1CfoTC9OidQlmdMNynNq58JN { width:764px;height:;top:209px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #NGyGDIO80ThrCfrUDIO17TCoKxbJSVIN { width:764px;height:120px;top:267px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #hWouVyuE4H3WhTXBCHdxqWxHx0orTrND { width:115px;height:115px;top:4px;left:649px;display:block; }
 }@media only screen and (max-width: 959px) { #IlrTdwKMyRhtEDSs6ooc4Xso8galzrU3 { display:block; }#IlrTdwKMyRhtEDSs6ooc4Xso8galzrU3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #MUulPagcMOgzZ52oA1Z2NtVtXGFdGwxW { width:650px;height:313px;top:28px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #X12Lf7V9UciNdouP7Myq4T50tCp11KJR { width:529px;height:88px;top:28px;left:12px;display:block; }
 }@media only screen and (max-width: 959px) { #J5BIsUPVkqON0rJboD4b3hSz7Vr2Sb34 { width:581px;height:170px;top:102px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #tcZTNhHzUTlNxNmLVPkrnd6p3XFQOZsi { top:57px;left:448px;width:316px;height:55px;display:block; }
 }@media only screen and (max-width: 959px) { #SaszkeE3z7VztnAS9fRDEiqDycxQ0rFx { display:block; }
 }@media only screen and (max-width: 959px) { #k9Awz1sBGa45BunlUT6mPdOyFL40AMcW { top:322px;left:37.625px;width:200px;height:63px;display:block; }
 }@media only screen and (max-width: 959px) { #oXCgmVvtOPIuOfGI2Km4z8nhV8du1pb7 { display:block; }
 }@media only screen and (max-width: 959px) { body { display:block; }
 }@media only screen and (max-width: 959px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/detll6GF/tax_return_challenge.jpg");background-position:center right;background-repeat:no-repeat;background-attachment:fixed;background-size:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:530px;width:320px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC { display:block; }#vz0b2MSfuEEuQGZEe3sJJWheR8T7TaHC > .row .container { width:320px;height:928px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #BIBfSuaoo21v9eH4KG35ISAuD4s6SKn5 { width:300px;height:98px;top:27px;left:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #VnEfUzHJdWTZOP5KZaLKEHU1va2KAHpX { width:320px;height:140px;top:145px;left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #LWdE3A2VXmy1sDwulJIaEyAWlSbZo66t { width:320px;height:65px;top:340px;left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #qvunKVTuDyZx9ppS7ydtzJWEVqWaVfLH { width:320px;height:480px;top:425px;left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #ganuC1fgrQ2BdXKAGHgMtPBvvWEVymRh { display:block; }#ganuC1fgrQ2BdXKAGHgMtPBvvWEVymRh > .row .container { width:320px;height:198px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #BkX6WIlarL1stoGMZwsFgIDk7p8II7n1 { width:320px;height:158px;top:20px;left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #WQ6rHSrav4q4KwRgAp9l5T10tgyMf0my { display:block; }#WQ6rHSrav4q4KwRgAp9l5T10tgyMf0my > .row .container { width:320px;height:1028px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #oOFossG3K4F5gLUG1zWC4UyKivP76QVl { width:320px;height:552px;top:73px;left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #BLJT3hvII7VxzGoJEcy7CX4OUTaHkbFz { width:320px;height:33px;top:20px;left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #APFazwdRZ9zxgNummTSDc3ABLlL31s6l { width:320px;height:300px;top:699px;left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #LMEA3kkEF8G5CE6rbRG3v2VsN5ASB6UQ { width:320px;height:33px;top:646px;left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #HwfgAdZ1yrxWh5Uw6CieoZEhnMvCHDT3 { display:block; }#HwfgAdZ1yrxWh5Uw6CieoZEhnMvCHDT3 > .row .container { width:320px;height:809px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #twkwkH173589cKTOSOZ7kBkPFNTgdD95 { width:320px;height:33px;top:564px;left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #DSeliA61O75pWMxZ3otaoioHLVwyXfeH { width:320px;height:170px;top:616px;left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #CmNlc4mVfb8TThP7yGbImg6nxlHsGb0O { width:320px;height:460px;top:82px;left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #wuqy5kl51Z6pWITBB2PwdenzuxH1ZNNr { width:320px;height:33px;top:28px;left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #UGJRD2FKZT0ZGARbkv1vEy7KTNFHu7Jv { display:block; }#UGJRD2FKZT0ZGARbkv1vEy7KTNFHu7Jv > .row .container { width:320px;height:133px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #sxaS2HpLBt6l49KpiJcVpJSARep2Stnx { width:320px;height:45px;top:20px;left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #ebTo684Gkrg0GZiEn7NGNEadu0O3TcHw { width:320px;height:23px;top:85px;left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #vOEpPLBxZ4hNqXV1lQJ6MTpJbtc2QLNm { display:block; }#vOEpPLBxZ4hNqXV1lQJ6MTpJbtc2QLNm > .row .container { width:320px;height:802px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #CmQiTlcOgUiT1oyn3x3lpUloXmGdv9sP { width:320px;height:33px;top:20px;left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #QvT8NQlyshSW0czS5UCRWoFGUcDGOTPf { width:320px;height:220px;top:73px;left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #lqou5Glu1CfoTC9OidQlmdMNynNq58JN { width:320px;height:33px;top:313px;left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #NGyGDIO80ThrCfrUDIO17TCoKxbJSVIN { width:320px;height:280px;top:367px;left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #hWouVyuE4H3WhTXBCHdxqWxHx0orTrND { width:115px;height:115px;top:667px;left:102px;display:block; }
 }@media only screen and (max-width: 959px) { #IlrTdwKMyRhtEDSs6ooc4Xso8galzrU3 { display:block; }#IlrTdwKMyRhtEDSs6ooc4Xso8galzrU3 > .row .container { width:320px;height:493px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #MUulPagcMOgzZ52oA1Z2NtVtXGFdGwxW { width:320px;height:103px;top:59px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #X12Lf7V9UciNdouP7Myq4T50tCp11KJR { width:234px;height:40px;top:77px;left:65px;text-align:left;text-align-last:left;font-size:31px;display:block; }
 }@media only screen and (max-width: 959px) { #J5BIsUPVkqON0rJboD4b3hSz7Vr2Sb34 { width:294px;height:203px;top:121px;left:13px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 959px) { #tcZTNhHzUTlNxNmLVPkrnd6p3XFQOZsi { top:343px;left:2px;width:316px;height:55px;display:block; }
 }@media only screen and (max-width: 959px) { #SaszkeE3z7VztnAS9fRDEiqDycxQ0rFx { display:block; }
 }@media only screen and (max-width: 959px) { #k9Awz1sBGa45BunlUT6mPdOyFL40AMcW { top:418px;left:20px;width:280px;height:55px;display:block; }
 }@media only screen and (max-width: 959px) { #oXCgmVvtOPIuOfGI2Km4z8nhV8du1pb7 { display:block; }
 }