.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.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;
  }
}
body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/4LKiep2h/hatter.jpg");background-position:top center;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;position:relative;display:block; }
#QgG6Hf3QpktTwbLPxHTOJJPG0PNfPfmx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QgG6Hf3QpktTwbLPxHTOJJPG0PNfPfmx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QgG6Hf3QpktTwbLPxHTOJJPG0PNfPfmx > .row > .video-iframe-container { display: none; }#QgG6Hf3QpktTwbLPxHTOJJPG0PNfPfmx > .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); }#IcFtN3Z5gSDzSszR6xenvomBTrePFZpT { position:relative;z-index:auto;top:auto;bottom:auto;left:auto;right:auto;display:block; }#IcFtN3Z5gSDzSszR6xenvomBTrePFZpT { background-color: transparent; background-image: none; }#IcFtN3Z5gSDzSszR6xenvomBTrePFZpT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IcFtN3Z5gSDzSszR6xenvomBTrePFZpT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IcFtN3Z5gSDzSszR6xenvomBTrePFZpT > .row .container > .video-iframe-container { display: none; }#IcFtN3Z5gSDzSszR6xenvomBTrePFZpT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IcFtN3Z5gSDzSszR6xenvomBTrePFZpT > .row > .video-iframe-container { display: none; }#IcFtN3Z5gSDzSszR6xenvomBTrePFZpT > .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); }#IcFtN3Z5gSDzSszR6xenvomBTrePFZpT { border-width: 0; border-radius: 0; }#IcFtN3Z5gSDzSszR6xenvomBTrePFZpT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:110px;width:960px;position:relative;display:block; }#WUlEgnmObZBKkIuT3t3hMEfeoQKITX8S { border-bottom:0;border-left:0;border-right:0;border-top:0;height:63px;width:295px;position:absolute;display:block;z-index:100000;top:23px;left:40px;overflow:hidden;display:block; }
#O0PfgwUaavTM15eLVl2XNnaJpzxUw4d7 { display:block;width:504px;position:absolute;font-family:"alfa slab one";font-size:46px;font-weight:normal;z-index:100000;line-height:.9;letter-spacing:0;top:13px;left:441px;height:82px;text-align:center;text-align-last:center;display:block; }
#AndkMuLbfiHwVckrmK9kuKODmpEBLTvS { position:relative;top:;display:block; }#AndkMuLbfiHwVckrmK9kuKODmpEBLTvS { background-color: transparent; background-image: none; }#AndkMuLbfiHwVckrmK9kuKODmpEBLTvS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AndkMuLbfiHwVckrmK9kuKODmpEBLTvS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AndkMuLbfiHwVckrmK9kuKODmpEBLTvS > .row .container > .video-iframe-container { display: none; }#AndkMuLbfiHwVckrmK9kuKODmpEBLTvS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AndkMuLbfiHwVckrmK9kuKODmpEBLTvS > .row > .video-iframe-container { display: none; }#AndkMuLbfiHwVckrmK9kuKODmpEBLTvS > .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); }#AndkMuLbfiHwVckrmK9kuKODmpEBLTvS { border-width: 0; border-radius: 0; }#AndkMuLbfiHwVckrmK9kuKODmpEBLTvS > .row .container { background-color:rgba(185,125,4,0.99);background-image:none;width:960px;height:221px;font-size:14px;font-family:arial;border-bottom:0;border-left:0;border-right:0;border-top:0;overflow:visible;position:relative;display:block; }#y3dBOVXhGlhnThWeVnzw7OKlMgKH7Uhd { display:block;width:782px;position:absolute;font-family:"open sans";font-size:53px;z-index:100002;line-height:1;top:19px;left:89px;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;font-weight:normal;text-transform:none;text-decoration:none;overflow:visible;color:#ffffff;height:53px;text-align:center;text-align-last:center;text-shadow:2px 2px 5px #080808;display:block; }
#MVbCQtbWqaKh5PaDmImTtRLRuBwpoyDJ { display:block;width:837px;position:absolute;font-family:georgia;font-size:25px;z-index:100003;line-height:1;top:151px;left:61px;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;font-weight:normal;text-transform:none;text-decoration:none;overflow:visible;color:#ffffff;height:50px;text-align:center;text-align-last:center;text-shadow:1px 0 0 #000000;display:block; }
#DLKJFExAEvcmPtuLaR42MAJVbDBBvGB1 { display:block;width:791px;position:absolute;font-family:"open sans";font-size:38px;z-index:100003;line-height:1;top:82px;left:84.5px;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;font-weight:normal;text-transform:none;text-decoration:none;overflow:visible;color:#ffffff;height:38px;text-align:center;text-align-last:center;text-shadow:2px 2px 5px #080808;display:block; }
#Ufd4lRh2CZcnqXdrbeKZXr7Sy34Auh09 { position:relative;display:block; }#Ufd4lRh2CZcnqXdrbeKZXr7Sy34Auh09 { background-color: transparent; background-image: none; }#Ufd4lRh2CZcnqXdrbeKZXr7Sy34Auh09::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ufd4lRh2CZcnqXdrbeKZXr7Sy34Auh09 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ufd4lRh2CZcnqXdrbeKZXr7Sy34Auh09 > .row .container > .video-iframe-container { display: none; }#Ufd4lRh2CZcnqXdrbeKZXr7Sy34Auh09 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ufd4lRh2CZcnqXdrbeKZXr7Sy34Auh09 > .row > .video-iframe-container { display: none; }#Ufd4lRh2CZcnqXdrbeKZXr7Sy34Auh09 > .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); }#Ufd4lRh2CZcnqXdrbeKZXr7Sy34Auh09 { border-width: 0; border-radius: 0; }#Ufd4lRh2CZcnqXdrbeKZXr7Sy34Auh09 > .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:168px;width:960px;position:relative;display:block; }#FTqFx3FpbIn66n4VTZ0lE6uhA8vk5lQ7 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:97px;width:600px;position:absolute;display:block;z-index:100005;top:57px;left:248px;overflow:hidden;display:block; }
#k2IsesrpudQkU7dh2s9UmQdA55WexiJU { display:block;width:887px;position:absolute;font-family:"open sans";font-size:24px;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;text-shadow:0 0 0 #000000;top:9.9653015136719px;left:36.493103027344px;height:31px;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#lxnWcuacGQkBsNZpilvR8GBCVDxXTmhS { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:129px;width:195px;top:41px;left:85px;overflow:hidden;display:block; }
#xfruZWVEefy0PNxa0C843bLdAq0lL5Rd { position:relative;display:block; }#xfruZWVEefy0PNxa0C843bLdAq0lL5Rd { background-color: transparent; background-image: none; }#xfruZWVEefy0PNxa0C843bLdAq0lL5Rd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xfruZWVEefy0PNxa0C843bLdAq0lL5Rd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xfruZWVEefy0PNxa0C843bLdAq0lL5Rd > .row .container > .video-iframe-container { display: none; }#xfruZWVEefy0PNxa0C843bLdAq0lL5Rd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xfruZWVEefy0PNxa0C843bLdAq0lL5Rd > .row > .video-iframe-container { display: none; }#xfruZWVEefy0PNxa0C843bLdAq0lL5Rd > .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); }#xfruZWVEefy0PNxa0C843bLdAq0lL5Rd { border-width: 0; border-radius: 0; }#xfruZWVEefy0PNxa0C843bLdAq0lL5Rd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(185,125,4,0.99);background-image:none;font-size:14px;font-family:arial;height:224px;width:960px;position:relative;display:block; }#lKKeV01n2wWySfaNIkbmimW9WAXDakiC { display:block;width:885px;position:absolute;font-family:arial;font-size:25px;font-weight:normal;z-index:100002;line-height:1.1;letter-spacing:0;text-shadow:2px 2px 3px #000000;top:98px;left:36px;height:108px;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#fcBN3UhFNEdukxxiUSEgc0Gcxg8ZdwZ9 { display:block;width:355px;position:absolute;font-family:"open sans";font-size:45px;z-index:100004;line-height:1;top:21px;left:31px;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;font-weight:normal;text-transform:none;text-decoration:none;overflow:visible;color:#ffffff;height:45px;text-align:left;text-align-last:left;text-shadow:2px 2px 5px #080808;display:block; }
#ZPBMIi0Auir2OODWs4sArNeqTWFt3mT7 { background-color:#ffffff;background-image:none;height:5px;width:355px;position:absolute;display:block;z-index:100001;top:76px;left:31px;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: 3px 3px 10px rgba(54,54,54,0.61) ;overflow:visible;display:block; }
#TRKfGGU2JzpiJuyF6VE3pME5FFlVlrkl { z-index:;position:relative;top:;display:block; }#TRKfGGU2JzpiJuyF6VE3pME5FFlVlrkl { background-color: transparent; background-image: none; }#TRKfGGU2JzpiJuyF6VE3pME5FFlVlrkl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TRKfGGU2JzpiJuyF6VE3pME5FFlVlrkl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TRKfGGU2JzpiJuyF6VE3pME5FFlVlrkl > .row .container > .video-iframe-container { display: none; }#TRKfGGU2JzpiJuyF6VE3pME5FFlVlrkl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TRKfGGU2JzpiJuyF6VE3pME5FFlVlrkl > .row > .video-iframe-container { display: none; }#TRKfGGU2JzpiJuyF6VE3pME5FFlVlrkl > .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); }#TRKfGGU2JzpiJuyF6VE3pME5FFlVlrkl { border-width: 0; border-radius: 0; }#TRKfGGU2JzpiJuyF6VE3pME5FFlVlrkl > .row .container { background-color:rgba(185,125,4,0.99);background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;font-size:14px;font-family:arial;height:280px;width:960px;border-bottom:0;border-left:0;border-right:0;border-top:0;overflow:visible;position:relative;display:block; }#JxBqwsU4dZtRyv12nkSXAqF5EJVVNLnA { display:block;width:690px;position:absolute;font-family:"open sans";font-size:1.375rem;z-index:100000;line-height:1.3;top:95px;left:85px;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;font-weight:normal;text-transform:none;text-decoration:none;overflow:visible;text-align:left;text-align-last:left;height:;color:#ffffff;text-shadow:2px 0 3px #000000;display:block; }#JxBqwsU4dZtRyv12nkSXAqF5EJVVNLnA li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#JxBqwsU4dZtRyv12nkSXAqF5EJVVNLnA li:before{  }
#CIV14d77TbWTLTPog9ooKXNCDNtp08U8 { display:block;width:309px;position:absolute;font-family:"open sans";font-size:45px;z-index:100003;line-height:1;top:16px;left:39px;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;font-weight:normal;text-transform:none;text-decoration:none;overflow:visible;color:#ffffff;height:45px;text-align:left;text-align-last:left;text-shadow:2px 2px 5px #000000;display:block; }
#w9b5e53muHIs8xoL4I9wHLFOFXatXThH { background-color:#ffffff;background-image:none;height:5px;width:280px;position:absolute;display:block;z-index:100000;top:70px;left:39px;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: 3px 3px 10px rgba(54,54,54,0.61) ;overflow:visible;display:block; }
#SKT7DeTqUtW23kmHRkfux3TTfwXFnBQt { z-index:;position:relative;top:;display:block; }#SKT7DeTqUtW23kmHRkfux3TTfwXFnBQt { background-color: transparent; background-image: none; }#SKT7DeTqUtW23kmHRkfux3TTfwXFnBQt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SKT7DeTqUtW23kmHRkfux3TTfwXFnBQt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SKT7DeTqUtW23kmHRkfux3TTfwXFnBQt > .row .container > .video-iframe-container { display: none; }#SKT7DeTqUtW23kmHRkfux3TTfwXFnBQt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SKT7DeTqUtW23kmHRkfux3TTfwXFnBQt > .row > .video-iframe-container { display: none; }#SKT7DeTqUtW23kmHRkfux3TTfwXFnBQt > .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); }#SKT7DeTqUtW23kmHRkfux3TTfwXFnBQt { border-width: 0; border-radius: 0; }#SKT7DeTqUtW23kmHRkfux3TTfwXFnBQt > .row .container { background-color:rgba(185,125,4,0.99);background-image:none;font-size:14px;font-family:arial;height:475px;width:960px;border-bottom:0;border-left:0;border-right:0;border-top:0;overflow:visible;position:relative;display:block; }#FZNDzIoPAGaPfOWQ8mKOrKRI0Xc5fpTg { background-color:#ffffff;background-image:none;height:5px;width:337px;position:absolute;display:block;z-index:100000;top:75px;left:36px;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: 3px 3px 10px rgba(54,54,54,0.47) ;overflow:visible;display:block; }
#qNdeLxPiNMSUKWhKcJAG3J8Ohbr9ydRR { display:block;width:685px;position:absolute;font-family:georgia;font-size:1.4375rem;z-index:100003;line-height:1.3;top:98px;left:85px;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;font-weight:normal;text-transform:none;text-decoration:none;overflow:visible;color:#ffffff;height:145px;text-align:left;text-align-last:left;text-shadow:2px 2px 1px #141414;display:block; }#qNdeLxPiNMSUKWhKcJAG3J8Ohbr9ydRR li:before{  }
#FhJKurcptFJ7cIZ4e0VTEu2ahAxCk035 { display:block;width:569px;position:absolute;font-family:"open sans";font-size:45px;z-index:100003;line-height:1;top:267px;left:36px;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;font-weight:normal;text-transform:none;text-decoration:none;overflow:visible;color:#ffffff;height:45px;text-align:left;text-align-last:left;text-shadow:2px 2px 5px #080808;display:block; }
#SxKhLhyfr7I3R1Zq0R8XRcFAcCkf92rD { background-color:#ffffff;background-image:none;height:5px;width:569px;position:absolute;display:block;z-index:100001;top:323px;left:36px;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: 3px 3px 10px rgba(54,54,54,0.47) ;overflow:visible;display:block; }
#S3ECRspvKcRM4iTWBbm6XOwTNmPtEDDP { display:block;width:337px;position:absolute;font-family:"open sans";font-size:45px;z-index:100002;line-height:1;top:18px;left:36px;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;font-weight:normal;text-transform:none;text-decoration:none;overflow:visible;color:#ffffff;height:45px;text-align:left;text-align-last:left;text-shadow:2px 2px 5px #080808;display:block; }
#gV2FM0H2kevyN69ufhtlDvwghw7l0PWc { display:block;width:762px;position:absolute;font-family:georgia;font-size:1.4375rem;z-index:100004;line-height:1.3;top:345px;left:85px;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;font-weight:normal;text-transform:none;text-decoration:none;overflow:visible;color:#ffffff;height:116px;text-align:left;text-align-last:left;text-shadow:2px 2px 1px #141414;display:block; }#gV2FM0H2kevyN69ufhtlDvwghw7l0PWc li:before{  }
#dmwSHImZLDyfizksGl1O1aCqCma5KPXn { z-index:;position:relative;top:;display:block; }#dmwSHImZLDyfizksGl1O1aCqCma5KPXn { background-color: transparent; background-image: none; }#dmwSHImZLDyfizksGl1O1aCqCma5KPXn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dmwSHImZLDyfizksGl1O1aCqCma5KPXn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dmwSHImZLDyfizksGl1O1aCqCma5KPXn > .row .container > .video-iframe-container { display: none; }#dmwSHImZLDyfizksGl1O1aCqCma5KPXn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dmwSHImZLDyfizksGl1O1aCqCma5KPXn > .row > .video-iframe-container { display: none; }#dmwSHImZLDyfizksGl1O1aCqCma5KPXn > .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); }#dmwSHImZLDyfizksGl1O1aCqCma5KPXn { border-width: 0; border-radius: 0; }#dmwSHImZLDyfizksGl1O1aCqCma5KPXn > .row .container { background-color:rgba(185,125,4,0.99);background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;font-size:14px;font-family:arial;height:280px;width:960px;border-bottom:0;border-left:0;border-right:0;border-top:0;overflow:visible;position:relative;display:block; }#XODsPPTZJF54XgbJ8tJbg5t1W3UNzmCq { display:block;width:789px;position:absolute;font-family:"open sans";font-size:1.375rem;z-index:100000;line-height:1.3;top:89px;left:85px;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;font-weight:normal;text-transform:none;text-decoration:none;overflow:visible;text-align:left;text-align-last:left;height:168px;color:#ffffff;text-shadow:2px 2px 3px #000000;display:block; }#XODsPPTZJF54XgbJ8tJbg5t1W3UNzmCq li:before{  }
#IWIGbpcDwTnMir0k0BTt6kQzGxHnL1hT { display:block;width:471px;position:absolute;font-family:"open sans";font-size:45px;z-index:100003;line-height:1;top:13px;left:43px;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;font-weight:normal;text-transform:none;text-decoration:none;overflow:visible;color:#ffffff;height:45px;text-align:left;text-align-last:left;text-shadow:2px 2px 5px #080808;display:block; }
#I6wLpkyefkg7JIHuX9L3r3X9L9LS8XHN { background-color:#ffffff;background-image:none;height:5px;width:471px;position:absolute;display:block;z-index:100001;top:68px;left:43px;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: 3px 3px 10px rgba(54,54,54,0.47) ;overflow:visible;display:block; }
#fhOx2vtiWMUzXWXx0Xw6nTKS6ZLe7JoO { z-index:;position:relative;top:;display:block; }#fhOx2vtiWMUzXWXx0Xw6nTKS6ZLe7JoO { background-color: transparent; background-image: none; }#fhOx2vtiWMUzXWXx0Xw6nTKS6ZLe7JoO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fhOx2vtiWMUzXWXx0Xw6nTKS6ZLe7JoO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fhOx2vtiWMUzXWXx0Xw6nTKS6ZLe7JoO > .row .container > .video-iframe-container { display: none; }#fhOx2vtiWMUzXWXx0Xw6nTKS6ZLe7JoO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fhOx2vtiWMUzXWXx0Xw6nTKS6ZLe7JoO > .row > .video-iframe-container { display: none; }#fhOx2vtiWMUzXWXx0Xw6nTKS6ZLe7JoO > .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); }#fhOx2vtiWMUzXWXx0Xw6nTKS6ZLe7JoO { border-width: 0; border-radius: 0; }#fhOx2vtiWMUzXWXx0Xw6nTKS6ZLe7JoO > .row .container { background-color:#000000;background-image:none;font-size:14px;font-family:"open sans";height:290px;width:960px;border-bottom:0;border-left:0;border-right:0;border-top:0;overflow:visible;position:relative;display:block; }#tGV20dhvH6KGEKah1WHdxPcLTTr5iaxV { display:block;width:634px;position:absolute;font-family:"open sans";font-size:34px;z-index:100000;line-height:1;top:30px;left:163px;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;font-weight:normal;text-transform:none;text-decoration:none;overflow:visible;text-align:center;text-align-last:center;height:34px;color:#ffffff;text-shadow:3px 3px 5px #000000;display:block; }
#eVO1cMpX0ClFhPF3UNsZRtrLORIx6RuD { display:block;width:458px;position:absolute;font-family:"open sans";font-size:19px;z-index:100003;line-height:1.2;top:98px;left:251px;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;font-weight:normal;text-transform:none;text-decoration:none;overflow:visible;text-align:center;text-align-last:center;height:44px;color:#ffffff;text-shadow:3px 3px 5px #000000;display:block; }
#Q3Kd3FXt7h4ABiJiFwWmCBrreAfbSsSM { z-index:100000;top:177px;left:332px;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:27px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:296px;height:63px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#uqzCXlQZN6s4RFtKUihhKG2K6x3AJLoB { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #IcFtN3Z5gSDzSszR6xenvomBTrePFZpT { display:block; }#IcFtN3Z5gSDzSszR6xenvomBTrePFZpT > .row .container { width:764px;height:104px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #WUlEgnmObZBKkIuT3t3hMEfeoQKITX8S { width:295px;height:63px;top:18px;left:15px;display:block; }
 }@media only screen and (max-width: 959px) { #O0PfgwUaavTM15eLVl2XNnaJpzxUw4d7 { width:421px;height:72px;top:16px;left:329px;font-size:41px;display:block; }
 }@media only screen and (max-width: 959px) { #AndkMuLbfiHwVckrmK9kuKODmpEBLTvS { display:block; }#AndkMuLbfiHwVckrmK9kuKODmpEBLTvS > .row .container { width:764px;height:196px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #y3dBOVXhGlhnThWeVnzw7OKlMgKH7Uhd { z-index:100002;top:15px;left:84px;width:596px;height:40px;font-size:40px;display:block; }
 }@media only screen and (max-width: 959px) { #MVbCQtbWqaKh5PaDmImTtRLRuBwpoyDJ { z-index:100003;top:110px;left:88px;width:588px;height:69px;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #DLKJFExAEvcmPtuLaR42MAJVbDBBvGB1 { z-index:100002;top:64px;left:84px;width:596px;height:30px;font-size:30px;display:block; }
 }@media only screen and (max-width: 959px) { #Ufd4lRh2CZcnqXdrbeKZXr7Sy34Auh09 { display:block; }#Ufd4lRh2CZcnqXdrbeKZXr7Sy34Auh09 > .row .container { width:764px;height:161px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #FTqFx3FpbIn66n4VTZ0lE6uhA8vk5lQ7 { width:600px;height:97px;top:55px;left:82px;display:block; }
 }@media only screen and (max-width: 959px) { #k2IsesrpudQkU7dh2s9UmQdA55WexiJU { width:729px;height:28px;top:12.96875px;left:17.5px;font-size:22px;display:block; }
 }@media only screen and (max-width: 959px) { #lxnWcuacGQkBsNZpilvR8GBCVDxXTmhS { width:169px;height:110px;top:44.5px;left:4.5px;display:none; }
 }@media only screen and (max-width: 959px) { #xfruZWVEefy0PNxa0C843bLdAq0lL5Rd { display:block; }#xfruZWVEefy0PNxa0C843bLdAq0lL5Rd > .row .container { width:764px;height:238px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #lKKeV01n2wWySfaNIkbmimW9WAXDakiC { width:608px;height:115px;top:100px;left:78px;font-size:21px;display:block; }
 }@media only screen and (max-width: 959px) { #fcBN3UhFNEdukxxiUSEgc0Gcxg8ZdwZ9 { z-index:100002;width:417px;height:55px;top:19px;left:15px;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:absolute;text-shadow:3px 3px 10px rgba(8,8,8,0.41);color:#ffffff;font-family:"open sans";font-weight:normal;line-height:1;text-transform:none;text-decoration:none;display:block;overflow:visible;font-size:55px;display:block; }
 }@media only screen and (max-width: 959px) { #ZPBMIi0Auir2OODWs4sArNeqTWFt3mT7 { top:75px;left:13px;width:417px;height:4px;display:block; }
 }@media only screen and (max-width: 959px) { #TRKfGGU2JzpiJuyF6VE3pME5FFlVlrkl { display:block; }#TRKfGGU2JzpiJuyF6VE3pME5FFlVlrkl > .row .container { width:764px;height:264px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #JxBqwsU4dZtRyv12nkSXAqF5EJVVNLnA { z-index:100000;top:89px;left:57px;width:649px;height:144px;font-size:20px;line-height:1.2;display:block; }#JxBqwsU4dZtRyv12nkSXAqF5EJVVNLnA li:before{  }
 }@media only screen and (max-width: 959px) { #CIV14d77TbWTLTPog9ooKXNCDNtp08U8 { z-index:100002;width:384px;height:59px;top:11px;left:15px;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:absolute;text-shadow:3px 3px 10px rgba(8,8,8,0.41);color:#ffffff;font-family:"open sans";font-weight:normal;line-height:1;text-transform:none;text-decoration:none;display:block;overflow:visible;font-size:3.7142857142857144rem;display:block; }
 }@media only screen and (max-width: 959px) { #w9b5e53muHIs8xoL4I9wHLFOFXatXThH { top:73px;left:15px;width:380px;height:4px;display:block; }
 }@media only screen and (max-width: 959px) { #SKT7DeTqUtW23kmHRkfux3TTfwXFnBQt { display:block; }#SKT7DeTqUtW23kmHRkfux3TTfwXFnBQt > .row .container { width:764px;height:471px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #FZNDzIoPAGaPfOWQ8mKOrKRI0Xc5fpTg { top:297px;left:9px;width:689px;height:4px;display:block; }
 }@media only screen and (max-width: 959px) { #qNdeLxPiNMSUKWhKcJAG3J8Ohbr9ydRR { z-index:100003;font-size:20px;top:93px;left:54px;width:627px;height:120px;line-height:1.2;display:block; }#qNdeLxPiNMSUKWhKcJAG3J8Ohbr9ydRR li:before{  }
 }@media only screen and (max-width: 959px) { #FhJKurcptFJ7cIZ4e0VTEu2ahAxCk035 { z-index:100002;width:689px;height:55px;top:239px;left:11px;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:absolute;text-shadow:3px 3px 10px rgba(8,8,8,0.41);color:#ffffff;font-family:"open sans";font-weight:normal;line-height:1;text-transform:none;text-decoration:none;display:block;overflow:visible;font-size:55px;display:block; }
 }@media only screen and (max-width: 959px) { #SxKhLhyfr7I3R1Zq0R8XRcFAcCkf92rD { top:77px;left:14px;width:420px;height:4px;display:block; }
 }@media only screen and (max-width: 959px) { #S3ECRspvKcRM4iTWBbm6XOwTNmPtEDDP { z-index:100002;width:415px;height:55px;top:17px;left:14px;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:absolute;text-shadow:3px 3px 10px rgba(8,8,8,0.41);color:#ffffff;font-family:"open sans";font-weight:normal;line-height:1;text-transform:none;text-decoration:none;display:block;overflow:visible;font-size:55px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 959px) { #gV2FM0H2kevyN69ufhtlDvwghw7l0PWc { z-index:100003;font-size:20px;top:319px;left:52px;width:627px;height:120px;line-height:1.2;display:block; }#gV2FM0H2kevyN69ufhtlDvwghw7l0PWc li:before{  }
 }@media only screen and (max-width: 959px) { #dmwSHImZLDyfizksGl1O1aCqCma5KPXn { display:block; }#dmwSHImZLDyfizksGl1O1aCqCma5KPXn > .row .container { width:764px;height:271px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #XODsPPTZJF54XgbJ8tJbg5t1W3UNzmCq { z-index:100000;top:94px;left:54px;width:640px;height:144px;font-size:20px;line-height:1.2;display:block; }#XODsPPTZJF54XgbJ8tJbg5t1W3UNzmCq li:before{  }
 }@media only screen and (max-width: 959px) { #IWIGbpcDwTnMir0k0BTt6kQzGxHnL1hT { z-index:100002;width:574px;height:55px;top:16px;left:15px;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:absolute;text-shadow:3px 3px 10px rgba(8,8,8,0.41);color:#ffffff;font-family:"open sans";font-weight:normal;line-height:1;text-transform:none;text-decoration:none;display:block;overflow:visible;font-size:55px;display:block; }
 }@media only screen and (max-width: 959px) { #I6wLpkyefkg7JIHuX9L3r3X9L9LS8XHN { top:73px;left:15px;width:574px;height:4px;display:block; }
 }@media only screen and (max-width: 959px) { #fhOx2vtiWMUzXWXx0Xw6nTKS6ZLe7JoO { display:block; }#fhOx2vtiWMUzXWXx0Xw6nTKS6ZLe7JoO > .row .container { width:764px;height:273px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #tGV20dhvH6KGEKah1WHdxPcLTTr5iaxV { z-index:100000;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:absolute;top:20px;left:137.5px;width:467px;height:25px;color:#ffffff;font-family:"open sans";font-weight:normal;line-height:1;text-transform:none;text-decoration:none;display:block;overflow:visible;font-size:25px;display:block; }
 }@media only screen and (max-width: 959px) { #eVO1cMpX0ClFhPF3UNsZRtrLORIx6RuD { z-index:100000;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:absolute;top:89px;left:71.5px;width:599px;height:52px;color:#ffffff;font-family:"open sans";font-weight:normal;line-height:1;text-transform:none;text-decoration:none;display:block;overflow:visible;font-size:26px;display:block; }
 }@media only screen and (max-width: 959px) { #Q3Kd3FXt7h4ABiJiFwWmCBrreAfbSsSM { top:176px;left:234px;width:296px;height:63px;display:block; }
 }@media only screen and (max-width: 959px) { #uqzCXlQZN6s4RFtKUihhKG2K6x3AJLoB { display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#QgG6Hf3QpktTwbLPxHTOJJPG0PNfPfmx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QgG6Hf3QpktTwbLPxHTOJJPG0PNfPfmx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QgG6Hf3QpktTwbLPxHTOJJPG0PNfPfmx > .row > .video-iframe-container { display: none; }#QgG6Hf3QpktTwbLPxHTOJJPG0PNfPfmx > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #IcFtN3Z5gSDzSszR6xenvomBTrePFZpT { display:block; }#IcFtN3Z5gSDzSszR6xenvomBTrePFZpT > .row .container { width:320px;height:129px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WUlEgnmObZBKkIuT3t3hMEfeoQKITX8S { width:206px;height:43px;top:13px;left:57px;display:block; }
 }@media only screen and (max-width: 763px) { #O0PfgwUaavTM15eLVl2XNnaJpzxUw4d7 { width:320px;height:54px;top:63px;left:0;text-align:center;text-align-last:center;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #AndkMuLbfiHwVckrmK9kuKODmpEBLTvS { background-color:rgba(185,125,4,0.99);background-image:none;display:block; }#AndkMuLbfiHwVckrmK9kuKODmpEBLTvS > .row .container { background-color: transparent; background-image: none; }#AndkMuLbfiHwVckrmK9kuKODmpEBLTvS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AndkMuLbfiHwVckrmK9kuKODmpEBLTvS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AndkMuLbfiHwVckrmK9kuKODmpEBLTvS > .row .container > .video-iframe-container { display: none; }#AndkMuLbfiHwVckrmK9kuKODmpEBLTvS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AndkMuLbfiHwVckrmK9kuKODmpEBLTvS > .row > .video-iframe-container { display: none; }#AndkMuLbfiHwVckrmK9kuKODmpEBLTvS > .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); }#AndkMuLbfiHwVckrmK9kuKODmpEBLTvS > .row .container { width:320px;height:211px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y3dBOVXhGlhnThWeVnzw7OKlMgKH7Uhd { z-index:100002;width:310px;height:60px;top:20px;left:5px;font-size:30px;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:absolute;text-shadow:1px 1px 2px rgba(8,8,8,0.63);color:#ffffff;font-family:georgia;font-weight:normal;line-height:1;text-transform:none;text-decoration:none;display:block;overflow:visible;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MVbCQtbWqaKh5PaDmImTtRLRuBwpoyDJ { z-index:100003;font-size:13px;width:253px;height:60px;top:132px;left:33px;text-align:center;text-align-last:center;text-shadow:0 0 0 #141414;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DLKJFExAEvcmPtuLaR42MAJVbDBBvGB1 { z-index:100002;width:292px;height:38px;top:95px;left:14px;font-size:19px;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:absolute;text-shadow:3px 3px 10px rgba(8,8,8,0.63);color:#ffffff;font-family:georgia;font-weight:normal;line-height:1;text-transform:none;text-decoration:none;display:block;overflow:visible;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ufd4lRh2CZcnqXdrbeKZXr7Sy34Auh09 { display:block; }#Ufd4lRh2CZcnqXdrbeKZXr7Sy34Auh09 > .row .container { width:320px;height:112px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FTqFx3FpbIn66n4VTZ0lE6uhA8vk5lQ7 { width:264px;height:36px;top:63px;left:28px;display:block; }
 }@media only screen and (max-width: 763px) { #k2IsesrpudQkU7dh2s9UmQdA55WexiJU { width:299px;height:32px;top:20px;left:10px;text-align:center;text-align-last:center;font-family:georgia;font-size:15px;text-shadow:0 0 0 #ffffff;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #lxnWcuacGQkBsNZpilvR8GBCVDxXTmhS { width:98px;height:63px;top:40px;left:0;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #xfruZWVEefy0PNxa0C843bLdAq0lL5Rd { background-color:rgba(185,125,4,0.99);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }#xfruZWVEefy0PNxa0C843bLdAq0lL5Rd > .row .container { background-color: transparent; background-image: none; }#xfruZWVEefy0PNxa0C843bLdAq0lL5Rd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xfruZWVEefy0PNxa0C843bLdAq0lL5Rd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xfruZWVEefy0PNxa0C843bLdAq0lL5Rd > .row .container > .video-iframe-container { display: none; }#xfruZWVEefy0PNxa0C843bLdAq0lL5Rd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xfruZWVEefy0PNxa0C843bLdAq0lL5Rd > .row > .video-iframe-container { display: none; }#xfruZWVEefy0PNxa0C843bLdAq0lL5Rd > .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); }#xfruZWVEefy0PNxa0C843bLdAq0lL5Rd > .row .container { border-width: 0; border-radius: 0; }#xfruZWVEefy0PNxa0C843bLdAq0lL5Rd > .row .container { width:320px;height:253px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lKKeV01n2wWySfaNIkbmimW9WAXDakiC { width:279px;height:162px;top:75px;left:20px;text-align:center;text-align-last:center;font-family:georgia;text-shadow:1px 1px 2px #000000;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #fcBN3UhFNEdukxxiUSEgc0Gcxg8ZdwZ9 { z-index:100002;width:276px;height:32px;top:20px;left:22px;font-size:32px;text-align:center;text-align-last:center;text-shadow:2px 2px 0 rgba(8,8,8,0.41);display:block; }
 }@media only screen and (max-width: 763px) { #ZPBMIi0Auir2OODWs4sArNeqTWFt3mT7 { top:61px;left:33px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: 3px 3px 4px rgba(54,54,54,0.61) ;position:absolute;width:256px;height:4px;z-index:100000;display:block;overflow:visible;display:block; }
 }@media only screen and (max-width: 763px) { #TRKfGGU2JzpiJuyF6VE3pME5FFlVlrkl { background-color:rgba(185,125,4,0.99);background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }#TRKfGGU2JzpiJuyF6VE3pME5FFlVlrkl > .row .container { background-color: transparent; background-image: none; }#TRKfGGU2JzpiJuyF6VE3pME5FFlVlrkl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TRKfGGU2JzpiJuyF6VE3pME5FFlVlrkl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TRKfGGU2JzpiJuyF6VE3pME5FFlVlrkl > .row .container > .video-iframe-container { display: none; }#TRKfGGU2JzpiJuyF6VE3pME5FFlVlrkl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TRKfGGU2JzpiJuyF6VE3pME5FFlVlrkl > .row > .video-iframe-container { display: none; }#TRKfGGU2JzpiJuyF6VE3pME5FFlVlrkl > .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); }#TRKfGGU2JzpiJuyF6VE3pME5FFlVlrkl > .row .container { border-width: 0; border-radius: 0; }#TRKfGGU2JzpiJuyF6VE3pME5FFlVlrkl > .row .container { width:320px;height:242px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JxBqwsU4dZtRyv12nkSXAqF5EJVVNLnA { z-index:100000;top:60px;left:11px;width:298px;height:165px;font-size:15px;text-align:left;text-align-last:left;line-height:1;text-shadow:1px 1px 3px #000000;font-family:georgia;display:block; }#JxBqwsU4dZtRyv12nkSXAqF5EJVVNLnA li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#JxBqwsU4dZtRyv12nkSXAqF5EJVVNLnA li:before{  }
 }@media only screen and (max-width: 763px) { #CIV14d77TbWTLTPog9ooKXNCDNtp08U8 { z-index:100002;width:197px;height:25px;top:14px;left:61px;font-size:25px;text-align:center;text-align-last:center;text-shadow:2px 2px 0 rgba(8,8,8,0.41);display:block; }
 }@media only screen and (max-width: 763px) { #w9b5e53muHIs8xoL4I9wHLFOFXatXThH { top:46px;left:82px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: 3px 3px 10px rgba(54,54,54,0.61) ;position:absolute;width:155px;height:4px;z-index:100000;display:block;overflow:visible;display:block; }
 }@media only screen and (max-width: 763px) { #SKT7DeTqUtW23kmHRkfux3TTfwXFnBQt { background-color:rgba(185,125,4,0.99);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }#SKT7DeTqUtW23kmHRkfux3TTfwXFnBQt > .row .container { background-color: transparent; background-image: none; }#SKT7DeTqUtW23kmHRkfux3TTfwXFnBQt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SKT7DeTqUtW23kmHRkfux3TTfwXFnBQt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SKT7DeTqUtW23kmHRkfux3TTfwXFnBQt > .row .container > .video-iframe-container { display: none; }#SKT7DeTqUtW23kmHRkfux3TTfwXFnBQt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SKT7DeTqUtW23kmHRkfux3TTfwXFnBQt > .row > .video-iframe-container { display: none; }#SKT7DeTqUtW23kmHRkfux3TTfwXFnBQt > .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); }#SKT7DeTqUtW23kmHRkfux3TTfwXFnBQt > .row .container { border-width: 0; border-radius: 0; }#SKT7DeTqUtW23kmHRkfux3TTfwXFnBQt > .row .container { width:320px;height:422px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FZNDzIoPAGaPfOWQ8mKOrKRI0Xc5fpTg { top:253px;left:10px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: 3px 3px 10px rgba(54,54,54,0.47) ;position:absolute;width:300px;height:4px;z-index:100000;display:block;overflow:visible;display:block; }
 }@media only screen and (max-width: 763px) { #qNdeLxPiNMSUKWhKcJAG3J8Ohbr9ydRR { z-index:100003;top:66px;left:16px;width:288px;height:140px;font-size:15px;text-align:left;text-align-last:left;line-height:1;text-shadow:1px 1px 3px #141414;font-family:georgia;display:block; }#qNdeLxPiNMSUKWhKcJAG3J8Ohbr9ydRR li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#qNdeLxPiNMSUKWhKcJAG3J8Ohbr9ydRR li:before{  }
 }@media only screen and (max-width: 763px) { #FhJKurcptFJ7cIZ4e0VTEu2ahAxCk035 { z-index:100002;width:305px;height:24px;top:221px;left:7px;font-size:24px;text-align:center;text-align-last:center;text-shadow:2px 2px 0 rgba(8,8,8,0.41);display:block; }
 }@media only screen and (max-width: 763px) { #SxKhLhyfr7I3R1Zq0R8XRcFAcCkf92rD { top:44px;left:51px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: 3px 3px 10px rgba(54,54,54,0.47) ;position:absolute;width:218px;height:4px;z-index:100000;display:block;overflow:visible;display:block; }
 }@media only screen and (max-width: 763px) { #S3ECRspvKcRM4iTWBbm6XOwTNmPtEDDP { z-index:100002;width:218px;height:25px;top:13px;left:51px;font-size:25px;text-align:center;text-align-last:center;text-shadow:2px 2px 0 rgba(8,8,8,0.41);display:block; }
 }@media only screen and (max-width: 763px) { #gV2FM0H2kevyN69ufhtlDvwghw7l0PWc { z-index:100003;top:267px;left:17px;width:286px;height:135px;font-size:15px;text-align:left;text-align-last:left;line-height:1;text-shadow:1px 1px 3px #141414;font-family:georgia;display:block; }#gV2FM0H2kevyN69ufhtlDvwghw7l0PWc li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#gV2FM0H2kevyN69ufhtlDvwghw7l0PWc li:before{  }
 }@media only screen and (max-width: 763px) { #dmwSHImZLDyfizksGl1O1aCqCma5KPXn { background-color:rgba(185,125,4,0.99);background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }#dmwSHImZLDyfizksGl1O1aCqCma5KPXn > .row .container { background-color: transparent; background-image: none; }#dmwSHImZLDyfizksGl1O1aCqCma5KPXn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dmwSHImZLDyfizksGl1O1aCqCma5KPXn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dmwSHImZLDyfizksGl1O1aCqCma5KPXn > .row .container > .video-iframe-container { display: none; }#dmwSHImZLDyfizksGl1O1aCqCma5KPXn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dmwSHImZLDyfizksGl1O1aCqCma5KPXn > .row > .video-iframe-container { display: none; }#dmwSHImZLDyfizksGl1O1aCqCma5KPXn > .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); }#dmwSHImZLDyfizksGl1O1aCqCma5KPXn > .row .container { border-width: 0; border-radius: 0; }#dmwSHImZLDyfizksGl1O1aCqCma5KPXn > .row .container { width:320px;height:258px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XODsPPTZJF54XgbJ8tJbg5t1W3UNzmCq { z-index:100000;top:62px;left:22px;width:275px;height:185px;font-size:15px;text-align:left;text-align-last:left;text-shadow:1px 1px 3px #000000;line-height:1;font-family:georgia;color:#ffffff;display:block; }#XODsPPTZJF54XgbJ8tJbg5t1W3UNzmCq li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#XODsPPTZJF54XgbJ8tJbg5t1W3UNzmCq li:before{  }
 }@media only screen and (max-width: 763px) { #IWIGbpcDwTnMir0k0BTt6kQzGxHnL1hT { z-index:100002;width:277px;height:25px;top:13px;left:21px;font-size:25px;text-align:center;text-align-last:center;text-shadow:2px 2px 0 rgba(8,8,8,0.41);display:block; }
 }@media only screen and (max-width: 763px) { #I6wLpkyefkg7JIHuX9L3r3X9L9LS8XHN { top:45px;left:35px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: 3px 3px 10px rgba(54,54,54,0.47) ;position:absolute;width:250px;height:4px;z-index:100000;display:block;overflow:visible;display:block; }
 }@media only screen and (max-width: 763px) { #fhOx2vtiWMUzXWXx0Xw6nTKS6ZLe7JoO { background-color:#4e3257;background-image:url("https://new.landingi.com/background/f7d3321f6eea66768312/56bb1bb68c2fe9180d974bc5d25e5299.jpg");background-repeat:repeat;background-size:initial;display:block; }#fhOx2vtiWMUzXWXx0Xw6nTKS6ZLe7JoO > .row .container { background-color: transparent; background-image: none; }#fhOx2vtiWMUzXWXx0Xw6nTKS6ZLe7JoO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fhOx2vtiWMUzXWXx0Xw6nTKS6ZLe7JoO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fhOx2vtiWMUzXWXx0Xw6nTKS6ZLe7JoO > .row .container > .video-iframe-container { display: none; }#fhOx2vtiWMUzXWXx0Xw6nTKS6ZLe7JoO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fhOx2vtiWMUzXWXx0Xw6nTKS6ZLe7JoO > .row > .video-iframe-container { display: none; }#fhOx2vtiWMUzXWXx0Xw6nTKS6ZLe7JoO > .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); }#fhOx2vtiWMUzXWXx0Xw6nTKS6ZLe7JoO > .row .container { width:320px;height:315px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tGV20dhvH6KGEKah1WHdxPcLTTr5iaxV { z-index:100000;width:252px;height:48px;top:20px;left:34px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eVO1cMpX0ClFhPF3UNsZRtrLORIx6RuD { z-index:100000;width:212px;height:80px;top:92px;left:54px;font-size:16px;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Q3Kd3FXt7h4ABiJiFwWmCBrreAfbSsSM { top:209px;left:27.5px;width:265px;height:63px;display:block; }
 }@media only screen and (max-width: 763px) { #uqzCXlQZN6s4RFtKUihhKG2K6x3AJLoB { display:block; }
 }