.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.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 only screen and (max-width: 763px) { 
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/0GTzmWzA/averie_woodard_111831_unsplash_1_.png");background-position:top center;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#TIrvCivmHW40OVP0WTWTCnfCnJPcVy0q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000441;background-image:none;position:relative;z-index:auto;bottom:auto;right:auto;display:block; }#TIrvCivmHW40OVP0WTWTCnfCnJPcVy0q > .row .container { background-color: transparent; background-image: none; }#TIrvCivmHW40OVP0WTWTCnfCnJPcVy0q::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TIrvCivmHW40OVP0WTWTCnfCnJPcVy0q > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TIrvCivmHW40OVP0WTWTCnfCnJPcVy0q > .row .container > .video-iframe-container { display: none; }#TIrvCivmHW40OVP0WTWTCnfCnJPcVy0q > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TIrvCivmHW40OVP0WTWTCnfCnJPcVy0q > .row > .video-iframe-container { display: none; }#TIrvCivmHW40OVP0WTWTCnfCnJPcVy0q > .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); }#TIrvCivmHW40OVP0WTWTCnfCnJPcVy0q > .row .container { border-width: 0; border-radius: 0; }#TIrvCivmHW40OVP0WTWTCnfCnJPcVy0q > .row .container { font-size:14px;font-family:arial;height:120px;width:1200px;position:relative;display:block; }#vyP54If4GZ4tEDirnuZNKu41y1oxmKat { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:81px;width:234px;top:18.990566253662px;left:0px;overflow:hidden;display:block; }
#Cu3I8ue7qWgtyy3LTni0Q1hpyZuJlC1p { color:#ffffff;display:block;width:600px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:19px;left:600px;height:82px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZGkapu4T14pJqMmPA49ucGVTKW8FbOZM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(1,6,85,0.66);background-image:none;position:relative;display:block; }#ZGkapu4T14pJqMmPA49ucGVTKW8FbOZM > .row .container { background-color: transparent; background-image: none; }#ZGkapu4T14pJqMmPA49ucGVTKW8FbOZM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZGkapu4T14pJqMmPA49ucGVTKW8FbOZM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZGkapu4T14pJqMmPA49ucGVTKW8FbOZM > .row .container > .video-iframe-container { display: none; }#ZGkapu4T14pJqMmPA49ucGVTKW8FbOZM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZGkapu4T14pJqMmPA49ucGVTKW8FbOZM > .row > .video-iframe-container { display: none; }#ZGkapu4T14pJqMmPA49ucGVTKW8FbOZM > .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); }#ZGkapu4T14pJqMmPA49ucGVTKW8FbOZM > .row .container { border-width: 0; border-radius: 0; }#ZGkapu4T14pJqMmPA49ucGVTKW8FbOZM > .row .container { font-size:14px;font-family:arial;height:573px;width:1200px;position:relative;display:block; }#zA3t87CyqT3zJn7tTKwfNQxEKH8SXug7 { color:#ffffff;display:block;width:600px;position:absolute;font-family:"open sans";font-size:34px;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:21.990570068359px;left:0px;height:44px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J3ZWdKR7JqPpwfDzHsxKfvfs9PlCFuN5 { color:#ffffff;display:block;width:600px;position:absolute;font-family:roboto;font-size:40px;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:75.171875px;left:0px;height:104px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WIZOgvxpTT1Mky3QJEcIO0pm0PDsUFEv { color:#ffffff;display:block;width:600px;position:absolute;font-family:roboto;font-size:26px;font-weight:300;z-index:100002;line-height:1.5;letter-spacing:0;top:203.03125px;left:0px;height:195px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZEsEhr91TFlQG5L3iGxrdaLorSZ2CCP0 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:536px;width:348px;top:0px;left:726px;overflow:hidden;display:block; }
#Jov31SRQGeHmMfSkpPIOiHbA0X6XJ2N6 { position:absolute;display:block;z-index:100006;height:58px;width:598px;top:421px;left:0px;display:block; }
#heODx3MuHThi7qVUTsilblNaSqaoMQQp { position:relative;display:block; }#heODx3MuHThi7qVUTsilblNaSqaoMQQp { background-color: transparent; background-image: none; }#heODx3MuHThi7qVUTsilblNaSqaoMQQp::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#heODx3MuHThi7qVUTsilblNaSqaoMQQp > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#heODx3MuHThi7qVUTsilblNaSqaoMQQp > .row .container > .video-iframe-container { display: none; }#heODx3MuHThi7qVUTsilblNaSqaoMQQp > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#heODx3MuHThi7qVUTsilblNaSqaoMQQp > .row > .video-iframe-container { display: none; }#heODx3MuHThi7qVUTsilblNaSqaoMQQp > .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); }#heODx3MuHThi7qVUTsilblNaSqaoMQQp { border-width: 0; border-radius: 0; }#heODx3MuHThi7qVUTsilblNaSqaoMQQp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:877px;width:1200px;position:relative;display:block; }#TcGMNs4XNHa0pnMJitS0el78G8igaH04 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:639px;width:525px;top:198px;left:37.5px;overflow:hidden;display:block; }
#Txakumzd2MewDRIJqf5lqP9T7N4T6UWc { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:740px;width:525px;top:97px;left:637.5px;overflow:hidden;display:block; }
#OHgKmoGBnQIXgtuTuzvWeVpDA31zfZOV { color:#000000;display:block;width:600px;position:absolute;font-family:"open sans";font-size:58px;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:40px;left:0px;height:75px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#POOngDEERemTLu4zGkWE7d0yT4nO87ap { color:#000000;display:block;width:600px;position:absolute;font-family:"open sans";font-size:22px;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:139px;left:0px;height:28px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wc5hpx18NUp5Sf1HCoePzq7RcqBme7g4 { color:#000000;display:block;width:600px;position:absolute;font-family:"open sans";font-size:22px;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:40px;left:600px;height:28px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZiGI91iL9bhks07S7rtK6n1X0iLTt2Re { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/I5ntc0Db/what_the_hex_copy60.png");background-position:center;background-repeat:repeat;background-attachment:scroll;position:relative;display:block; }#ZiGI91iL9bhks07S7rtK6n1X0iLTt2Re > .row .container { background-color: transparent; background-image: none; }#ZiGI91iL9bhks07S7rtK6n1X0iLTt2Re::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZiGI91iL9bhks07S7rtK6n1X0iLTt2Re > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZiGI91iL9bhks07S7rtK6n1X0iLTt2Re > .row .container > .video-iframe-container { display: none; }#ZiGI91iL9bhks07S7rtK6n1X0iLTt2Re > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZiGI91iL9bhks07S7rtK6n1X0iLTt2Re > .row > .video-iframe-container { display: none; }#ZiGI91iL9bhks07S7rtK6n1X0iLTt2Re > .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); }#ZiGI91iL9bhks07S7rtK6n1X0iLTt2Re > .row .container { border-width: 0; border-radius: 0; }#ZiGI91iL9bhks07S7rtK6n1X0iLTt2Re > .row .container { font-size:14px;font-family:arial;height:872px;width:1200px;position:relative;display:block; }#ylpvw5QRuQkrDwS8TrnfcgIbiZuCdP1Z { color:#000000;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:58px;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:100.5px;left:0px;height:75px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gQkRS1Fhzw0zGDRT9xTc0DGGn9RQLDfx { color:#ee0000;display:block;width:600px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:75px;left:300px;height:26px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ffxka0BrLD7xPrkaStiuFeJvUpNwfvCf { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:376px;width:420px;top:230px;left:90px;overflow:hidden;display:block; }
#UH2GWVwFeOoDIe6oPqSImNiaviga9yTI { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:464px;width:420px;top:230px;left:690px;overflow:hidden;display:block; }
#rwGqFiyUXUikUHeZdZrrGpizT2eeMkcz { color:#000000;display:block;width:525px;position:absolute;font-family:ubuntu;font-size:16px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:621px;left:37.5px;height:100px;text-align:center;text-align-last:center;display:block; }
#Qmq74CD8w3bybxBG97HDQQBKKC7Mql8I { color:#000000;display:block;width:525px;position:absolute;font-family:ubuntu;font-size:16px;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:709px;left:637.5px;height:80px;text-align:center;text-align-last:center;display:block; }
#ASvKW5k5nLJzULnlchIZHAhq9RTxZwOL { color:#000000;display:block;width:200px;position:absolute;font-family:ubuntu;font-size:22px;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:731px;left:200px;height:28px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z2U5kPRZPkabpClFmqV5fTy5MWhnNvHw { color:#000000;display:block;width:200px;position:absolute;font-family:ubuntu;font-size:22px;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:799px;left:800px;height:28px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tyaTJwVvXJ7PAI2PkZBCMXPV1b2RmvOL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;z-index:auto;bottom:auto;right:auto;display:block; }#tyaTJwVvXJ7PAI2PkZBCMXPV1b2RmvOL > .row .container { background-color: transparent; background-image: none; }#tyaTJwVvXJ7PAI2PkZBCMXPV1b2RmvOL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tyaTJwVvXJ7PAI2PkZBCMXPV1b2RmvOL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tyaTJwVvXJ7PAI2PkZBCMXPV1b2RmvOL > .row .container > .video-iframe-container { display: none; }#tyaTJwVvXJ7PAI2PkZBCMXPV1b2RmvOL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tyaTJwVvXJ7PAI2PkZBCMXPV1b2RmvOL > .row > .video-iframe-container { display: none; }#tyaTJwVvXJ7PAI2PkZBCMXPV1b2RmvOL > .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); }#tyaTJwVvXJ7PAI2PkZBCMXPV1b2RmvOL > .row .container { border-width: 0; border-radius: 0; }#tyaTJwVvXJ7PAI2PkZBCMXPV1b2RmvOL > .row .container { font-size:14px;font-family:arial;height:329px;width:1200px;position:relative;display:block; }#yr1oM9JM0sHz0EI46Dp1NZOpspExfUZt { color:#ffffff;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:58px;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:31.641510009766px;left:0px;height:75px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UZBP4JzJGS29hFU0sRFFmHTF0oWbT8gD { color:#cac6c6;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:121.91040039062px;left:0px;height:56px;text-align:center;text-align-last:center;display:block; }
#GCBCzWUEVTCGOIioIV6N8UHd9gsws0GO { background-color:#ffffff;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#d33259;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:40px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:615px;height:82px;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:198.609375px;left:292.5px;display:block; }
#mZUog26s9yeMZk5P2euDXETJ573UNUIZ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#NKzXWcaJbEiU4nw748TxdxgJ5P7gl6Rg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000441;background-image:none;position:relative;display:block; }#NKzXWcaJbEiU4nw748TxdxgJ5P7gl6Rg > .row .container { background-color: transparent; background-image: none; }#NKzXWcaJbEiU4nw748TxdxgJ5P7gl6Rg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NKzXWcaJbEiU4nw748TxdxgJ5P7gl6Rg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NKzXWcaJbEiU4nw748TxdxgJ5P7gl6Rg > .row .container > .video-iframe-container { display: none; }#NKzXWcaJbEiU4nw748TxdxgJ5P7gl6Rg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NKzXWcaJbEiU4nw748TxdxgJ5P7gl6Rg > .row > .video-iframe-container { display: none; }#NKzXWcaJbEiU4nw748TxdxgJ5P7gl6Rg > .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); }#NKzXWcaJbEiU4nw748TxdxgJ5P7gl6Rg > .row .container { border-width: 0; border-radius: 0; }#NKzXWcaJbEiU4nw748TxdxgJ5P7gl6Rg > .row .container { font-size:14px;font-family:arial;height:328px;width:1200px;position:relative;display:block; }#uVTdcVoBCOv40vc5z0iXMBBd3QWOr0ha { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:69px;width:199px;top:34.981140136719px;left:496.9811706543px;overflow:hidden;display:block; }
#mZELSCAHLAqDrEApKcSTzSIZHQCBPois { background-color:rgba(0,0,0,0);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#41b7d8;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:12px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:130px;height:20px;text-decoration:none;z-index:100003;text-align:right;text-align-last:right;top:286px;left:490px;display:block; }
#zfHMvpZPUhxNR2eqxI010xiwRL4c8pbh { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#qulU1wf3ZHc7RmPgxWdd85pTDDiFWWhK { color:#ffffff;display:block;width:10px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:286px;left:625px;height:20px;text-align:center;text-align-last:center;display:block; }
#mgu9xdrix1i3CbIyWtAwhc4GkIw9HtcT { background-color:rgba(0,0,0,0);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#41b7d8;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:12px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:70px;height:19.9953px;text-decoration:none;z-index:100004;text-align:left;text-align-last:left;top:286px;left:640px;display:block; }
#qc2IoABo45gKSNTgTQHrfbn8TtLsmFQ5 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#RaoRQ9vurvXhg32hfBWkdl5BpIGbVqbM { color:#868686;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:244.90625px;left:0px;height:20px;text-align:center;text-align-last:center;display:block; }
#bcHswLwIxz25dBw8G6UdoVgCgiUXLhFp { color:#868686;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:121.90625px;left:0px;height:105px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TIrvCivmHW40OVP0WTWTCnfCnJPcVy0q { display:block; }#TIrvCivmHW40OVP0WTWTCnfCnJPcVy0q > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vyP54If4GZ4tEDirnuZNKu41y1oxmKat { top:18px;left:0px;width:234px;height:81px;display:block; }
 }@media only screen and (max-width: 763px) { #Cu3I8ue7qWgtyy3LTni0Q1hpyZuJlC1p { top:19px;left:164px;width:600px;height:82px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #ZGkapu4T14pJqMmPA49ucGVTKW8FbOZM { display:block; }#ZGkapu4T14pJqMmPA49ucGVTKW8FbOZM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zA3t87CyqT3zJn7tTKwfNQxEKH8SXug7 { top:21px;left:0px;width:600px;height:44px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #J3ZWdKR7JqPpwfDzHsxKfvfs9PlCFuN5 { top:75px;left:0px;width:600px;height:102px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #WIZOgvxpTT1Mky3QJEcIO0pm0PDsUFEv { top:203px;left:0px;width:600px;height:194px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #ZEsEhr91TFlQG5L3iGxrdaLorSZ2CCP0 { top:0px;left:399px;width:348px;height:536px;display:block; }
 }@media only screen and (max-width: 763px) { #Jov31SRQGeHmMfSkpPIOiHbA0X6XJ2N6 { top:421px;left:0px;width:598px;height:58px;display:block; }
 }@media only screen and (max-width: 763px) { #heODx3MuHThi7qVUTsilblNaSqaoMQQp { display:block; }#heODx3MuHThi7qVUTsilblNaSqaoMQQp > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcGMNs4XNHa0pnMJitS0el78G8igaH04 { top:198px;left:0px;width:525px;height:639px;display:block; }
 }@media only screen and (max-width: 763px) { #Txakumzd2MewDRIJqf5lqP9T7N4T6UWc { top:97px;left:239px;width:525px;height:740px;display:block; }
 }@media only screen and (max-width: 763px) { #OHgKmoGBnQIXgtuTuzvWeVpDA31zfZOV { top:40px;left:0px;width:600px;height:75px;font-size:58px;display:block; }
 }@media only screen and (max-width: 763px) { #POOngDEERemTLu4zGkWE7d0yT4nO87ap { top:139px;left:0px;width:600px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #wc5hpx18NUp5Sf1HCoePzq7RcqBme7g4 { top:40px;left:164px;width:600px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #ZiGI91iL9bhks07S7rtK6n1X0iLTt2Re { display:block; }#ZiGI91iL9bhks07S7rtK6n1X0iLTt2Re > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ylpvw5QRuQkrDwS8TrnfcgIbiZuCdP1Z { top:100px;left:0px;width:764px;height:75px;font-size:58px;display:block; }
 }@media only screen and (max-width: 763px) { #gQkRS1Fhzw0zGDRT9xTc0DGGn9RQLDfx { top:75px;left:0px;width:600px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Ffxka0BrLD7xPrkaStiuFeJvUpNwfvCf { top:230px;left:0px;width:420px;height:376px;display:block; }
 }@media only screen and (max-width: 763px) { #UH2GWVwFeOoDIe6oPqSImNiaviga9yTI { top:230px;left:344px;width:420px;height:464px;display:block; }
 }@media only screen and (max-width: 763px) { #rwGqFiyUXUikUHeZdZrrGpizT2eeMkcz { top:621px;left:0px;width:525px;height:100px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Qmq74CD8w3bybxBG97HDQQBKKC7Mql8I { top:709px;left:239px;width:525px;height:80px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ASvKW5k5nLJzULnlchIZHAhq9RTxZwOL { top:731px;left:91px;width:200px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #z2U5kPRZPkabpClFmqV5fTy5MWhnNvHw { top:799px;left:473px;width:200px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #tyaTJwVvXJ7PAI2PkZBCMXPV1b2RmvOL { display:block; }#tyaTJwVvXJ7PAI2PkZBCMXPV1b2RmvOL > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yr1oM9JM0sHz0EI46Dp1NZOpspExfUZt { top:31px;left:0px;width:764px;height:75px;font-size:58px;display:block; }
 }@media only screen and (max-width: 763px) { #UZBP4JzJGS29hFU0sRFFmHTF0oWbT8gD { top:121px;left:0px;width:764px;height:56px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #GCBCzWUEVTCGOIioIV6N8UHd9gsws0GO { width:615px;height:82px;top:198px;left:74.5px;display:block; }
 }@media only screen and (max-width: 763px) { #mZUog26s9yeMZk5P2euDXETJ573UNUIZ { display:block; }
 }@media only screen and (max-width: 763px) { #NKzXWcaJbEiU4nw748TxdxgJ5P7gl6Rg { display:block; }#NKzXWcaJbEiU4nw748TxdxgJ5P7gl6Rg > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uVTdcVoBCOv40vc5z0iXMBBd3QWOr0ha { top:34px;left:278.9811706543px;width:199px;height:69px;display:block; }
 }@media only screen and (max-width: 763px) { #mZELSCAHLAqDrEApKcSTzSIZHQCBPois { width:130px;height:20px;top:286px;left:272px;display:block; }
 }@media only screen and (max-width: 763px) { #zfHMvpZPUhxNR2eqxI010xiwRL4c8pbh { display:block; }
 }@media only screen and (max-width: 763px) { #qulU1wf3ZHc7RmPgxWdd85pTDDiFWWhK { top:286px;left:407px;width:9px;height:19px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #mgu9xdrix1i3CbIyWtAwhc4GkIw9HtcT { width:70px;height:19px;top:286px;left:422px;display:block; }
 }@media only screen and (max-width: 763px) { #qc2IoABo45gKSNTgTQHrfbn8TtLsmFQ5 { display:block; }
 }@media only screen and (max-width: 763px) { #RaoRQ9vurvXhg32hfBWkdl5BpIGbVqbM { top:244px;left:0px;width:764px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #bcHswLwIxz25dBw8G6UdoVgCgiUXLhFp { top:121px;left:0px;width:764px;height:105px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TIrvCivmHW40OVP0WTWTCnfCnJPcVy0q { position:relative;z-index:auto;display:block; }#TIrvCivmHW40OVP0WTWTCnfCnJPcVy0q > .row .container { width:320px;height:262px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vyP54If4GZ4tEDirnuZNKu41y1oxmKat { width:233px;height:81px;top:20px;left:41px;display:block; }
 }@media only screen and (max-width: 763px) { #Cu3I8ue7qWgtyy3LTni0Q1hpyZuJlC1p { width:320px;height:123.3333px;top:121px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #ZGkapu4T14pJqMmPA49ucGVTKW8FbOZM { display:block; }#ZGkapu4T14pJqMmPA49ucGVTKW8FbOZM > .row .container { width:320px;height:1175px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zA3t87CyqT3zJn7tTKwfNQxEKH8SXug7 { width:319.969px;height:41.1111px;top:20px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #J3ZWdKR7JqPpwfDzHsxKfvfs9PlCFuN5 { width:319.969px;height:226.666px;top:72px;left:0px;font-size:44px;display:block; }
 }@media only screen and (max-width: 763px) { #WIZOgvxpTT1Mky3QJEcIO0pm0PDsUFEv { width:319.969px;height:240px;top:321px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ZEsEhr91TFlQG5L3iGxrdaLorSZ2CCP0 { width:320px;height:494px;top:674.5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Jov31SRQGeHmMfSkpPIOiHbA0X6XJ2N6 { width:320px;height:58px;top:580.5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #heODx3MuHThi7qVUTsilblNaSqaoMQQp { display:block; }#heODx3MuHThi7qVUTsilblNaSqaoMQQp > .row .container { width:320px;height:1140px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcGMNs4XNHa0pnMJitS0el78G8igaH04 { width:320px;height:389.48571428571px;top:157px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Txakumzd2MewDRIJqf5lqP9T7N4T6UWc { width:320px;height:451.04761904762px;top:642.484px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #OHgKmoGBnQIXgtuTuzvWeVpDA31zfZOV { width:320px;height:41.1111px;top:20px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #POOngDEERemTLu4zGkWE7d0yT4nO87ap { width:320px;height:55.5556px;top:81px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #wc5hpx18NUp5Sf1HCoePzq7RcqBme7g4 { width:320px;height:55.5556px;top:566.484px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #ZiGI91iL9bhks07S7rtK6n1X0iLTt2Re { display:block; }#ZiGI91iL9bhks07S7rtK6n1X0iLTt2Re > .row .container { width:320px;height:1307px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ylpvw5QRuQkrDwS8TrnfcgIbiZuCdP1Z { width:320px;height:82.2222px;top:96px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #gQkRS1Fhzw0zGDRT9xTc0DGGn9RQLDfx { width:320px;height:51.1111px;top:35px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Ffxka0BrLD7xPrkaStiuFeJvUpNwfvCf { width:320px;height:286.47619047619px;top:194px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #UH2GWVwFeOoDIe6oPqSImNiaviga9yTI { width:320px;height:353.52380952381px;top:748.469px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #rwGqFiyUXUikUHeZdZrrGpizT2eeMkcz { width:320px;height:180px;top:500.469px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Qmq74CD8w3bybxBG97HDQQBKKC7Mql8I { width:320px;height:120px;top:1121.985px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ASvKW5k5nLJzULnlchIZHAhq9RTxZwOL { width:200px;height:27.7778px;top:700.469px;left:60px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #z2U5kPRZPkabpClFmqV5fTy5MWhnNvHw { width:200px;height:27.7778px;top:1261.985px;left:60px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #tyaTJwVvXJ7PAI2PkZBCMXPV1b2RmvOL { position:relative;z-index:auto;display:block; }#tyaTJwVvXJ7PAI2PkZBCMXPV1b2RmvOL > .row .container { width:320px;height:345px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yr1oM9JM0sHz0EI46Dp1NZOpspExfUZt { width:319.984px;height:82.2222px;top:20px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #UZBP4JzJGS29hFU0sRFFmHTF0oWbT8gD { width:319.984px;height:93.3334px;top:122px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #GCBCzWUEVTCGOIioIV6N8UHd9gsws0GO { width:304px;height:81px;top:234px;left:8px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #mZUog26s9yeMZk5P2euDXETJ573UNUIZ { display:block; }
 }@media only screen and (max-width: 763px) { #NKzXWcaJbEiU4nw748TxdxgJ5P7gl6Rg { display:block; }#NKzXWcaJbEiU4nw748TxdxgJ5P7gl6Rg > .row .container { width:320px;height:596px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uVTdcVoBCOv40vc5z0iXMBBd3QWOr0ha { width:196px;height:68px;top:20px;left:62px;display:block; }
 }@media only screen and (max-width: 763px) { #mZELSCAHLAqDrEApKcSTzSIZHQCBPois { width:130px;height:20px;top:163px;left:52px;display:block; }
 }@media only screen and (max-width: 763px) { #zfHMvpZPUhxNR2eqxI010xiwRL4c8pbh { display:block; }
 }@media only screen and (max-width: 763px) { #qulU1wf3ZHc7RmPgxWdd85pTDDiFWWhK { width:9px;height:20px;top:163px;left:185px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #mgu9xdrix1i3CbIyWtAwhc4GkIw9HtcT { width:70px;height:19px;top:163px;left:199px;display:block; }
 }@media only screen and (max-width: 763px) { #qc2IoABo45gKSNTgTQHrfbn8TtLsmFQ5 { display:block; }
 }@media only screen and (max-width: 763px) { #RaoRQ9vurvXhg32hfBWkdl5BpIGbVqbM { width:320px;height:40px;top:108.65625px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #bcHswLwIxz25dBw8G6UdoVgCgiUXLhFp { width:320px;height:388.889px;top:203px;left:0px;font-size:12px;display:block; }
 }