.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 {
  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);
  width: 100%;
  z-index: 1;
}
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-popupcloser {
  z-index: 2147483647 !important;
}
.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 !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }
body.adaptive-delivery-prevent-bg { background-image: none; }
#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:60px;width:173px;top:30px;left:0px;overflow:hidden;display:block; }
#Cu3I8ue7qWgtyy3LTni0Q1hpyZuJlC1p { color:#ffffff;display:block;width:381px;position:absolute;font-family:"open sans";font-size:30px;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:19.09722328186px;left:720px;height:76.4444px;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:779px;width:1200px;position:relative;display:block; }#WIZOgvxpTT1Mky3QJEcIO0pm0PDsUFEv { color:#ffffff;display:block;width:600px;position:absolute;font-family:roboto;font-size:21px;font-weight:300;z-index:100002;line-height:1.5;letter-spacing:0;top:242.02777099609px;left:0px;height:155.5555px;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; }
#gtvQPHpZbf5eNQ6q4cn9Bys6UW6HlNQk { color:#ffffff;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:589.03125px;left:0px;height:122.6667px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VsdHuk0kEqkKrh2E2n1CvUJhzlFw6zgi { position:absolute;display:block;z-index:100022;height:113.931px;width:572.931px;top:407.52777099609px;left:13.513885498047px;display:block; }
#BgG9dlgtswAMdyTl1tBXavBZlqvAZCcT { position:absolute;display:block;z-index:100019;height:113.972px;width:572.986px;top:461.04168701172px;left:13.486114501953px;display:none; }
#XTNerFDUzmJModzxoglz8usDa9Iv52ox { color:#ffffff;display:block;width:444px;position:absolute;font-family:roboto;font-size:49px;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:11px;left:78px;height:126.222px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mrCPe4rXBsmcl4vWNOe35yvK0DfUpBts { color:#ffffff;display:block;width:600px;position:absolute;font-family:"open sans";font-size:34px;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:145.19445800781px;left:0px;height:87.1112px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wvSs2LD6KcwsJOaHkWaoTCHrJE5MMNwQ { 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 !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#wvSs2LD6KcwsJOaHkWaoTCHrJE5MMNwQ.adaptive-delivery-prevent-bg { background-image: none; }#wvSs2LD6KcwsJOaHkWaoTCHrJE5MMNwQ > .row .container { background-color: transparent; background-image: none; }#wvSs2LD6KcwsJOaHkWaoTCHrJE5MMNwQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wvSs2LD6KcwsJOaHkWaoTCHrJE5MMNwQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wvSs2LD6KcwsJOaHkWaoTCHrJE5MMNwQ > .row .container > .video-iframe-container { display: none; }#wvSs2LD6KcwsJOaHkWaoTCHrJE5MMNwQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wvSs2LD6KcwsJOaHkWaoTCHrJE5MMNwQ > .row > .video-iframe-container { display: none; }#wvSs2LD6KcwsJOaHkWaoTCHrJE5MMNwQ > .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); }#wvSs2LD6KcwsJOaHkWaoTCHrJE5MMNwQ > .row .container { border-width: 0; border-radius: 0; }#wvSs2LD6KcwsJOaHkWaoTCHrJE5MMNwQ > .row .container { font-size:14px;font-family:arial;height:332px;width:1200px;position:relative;display:block; }#zBwLxwEFP8eqEitGCSFe1l5k9t8BIHBw { color:#ee0000;display:block;width:600px;position:absolute;font-family:"open sans";font-size:20px;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:45px;left:301px;height:25.7778px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mq1tzdqn6B6uykDU7vQtw3JKyEAvs3gP { color:#000000;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:58px;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:71px;left:0px;height:74.6667px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TiNCoMZuQsE2wp34EESd0P3ApTmRhUq8 { box-sizing:content-box;color:#ee0000;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:172px;left:125px;display:block; }
#Qs276fFbagBl7IxvuqlSaPoiM6V6U2Rp { color:#000000;display:block;width:300px;position:absolute;font-family:montserrat;font-size:22px;font-weight:400;z-index:100005;line-height:1;letter-spacing:0;top:222px;left:0px;height:42.6667px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eygHWWMctRTVAqkNhEpMt6quS08lRbLN { box-sizing:content-box;color:#ee0000;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:172px;left:425px;display:block; }
#D4rUDOuSQqfSzUQzlTDRBztbg7PxgPlk { color:#000000;display:block;width:300px;position:absolute;font-family:montserrat;font-size:22px;font-weight:400;z-index:100007;line-height:1;letter-spacing:0;top:225px;left:300px;height:42.6667px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ueZ573By5OUupRCk6w8WACqnmPyJFfVi { box-sizing:content-box;color:#ee0000;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:172px;left:725px;display:block; }
#oiAoQTVW9mN7NwOGaSWFZUaLMIcNNlTe { color:#000000;display:block;width:300px;position:absolute;font-family:montserrat;font-size:22px;font-weight:400;z-index:100009;line-height:1;letter-spacing:0;top:225px;left:600px;height:21.3333px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JnvXwS64CxkrIZDzJ6024X2dGK0JKK91 { box-sizing:content-box;color:#ee0000;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:172px;left:1025px;display:block; }
#AoH6m7rbGWvJmSoDGqAFB0gzRTuLiv4t { color:#000000;display:block;width:300px;position:absolute;font-family:montserrat;font-size:22px;font-weight:400;z-index:100011;line-height:1;letter-spacing:0;top:225px;left:900px;height:42.6667px;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:rgba(1,6,85,0.66);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:220px;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:65.902770996094px;left:0px;height:74.6667px;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:161.59721374512px;left:0px;height:28.4444px;text-align:center;text-align-last:center;display:block; }
#IuZPaC9Pyr1ZvC57LXvJMu9dJHuk7nn1 { color:#ee0000;display:block;width:600px;position:absolute;font-family:"open sans";font-size:20px;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:33px;left:300px;height:25.7778px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZowdO7KhbkKHB8iu70lm7RA45HGzrApm { 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 !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#ZowdO7KhbkKHB8iu70lm7RA45HGzrApm.adaptive-delivery-prevent-bg { background-image: none; }#ZowdO7KhbkKHB8iu70lm7RA45HGzrApm > .row .container { background-color: transparent; background-image: none; }#ZowdO7KhbkKHB8iu70lm7RA45HGzrApm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZowdO7KhbkKHB8iu70lm7RA45HGzrApm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZowdO7KhbkKHB8iu70lm7RA45HGzrApm > .row .container > .video-iframe-container { display: none; }#ZowdO7KhbkKHB8iu70lm7RA45HGzrApm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZowdO7KhbkKHB8iu70lm7RA45HGzrApm > .row > .video-iframe-container { display: none; }#ZowdO7KhbkKHB8iu70lm7RA45HGzrApm > .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); }#ZowdO7KhbkKHB8iu70lm7RA45HGzrApm > .row .container { border-width: 0; border-radius: 0; }#ZowdO7KhbkKHB8iu70lm7RA45HGzrApm > .row .container { font-size:14px;font-family:arial;height:375px;width:1200px;position:relative;display:block; }#qWfHsz7rNOB3CW4npaTX6UdFk14OVFzZ { color:#ee0000;display:block;width:600px;position:absolute;font-family:"open sans";font-size:20px;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:75px;left:300px;height:25.7778px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hpf9HOi6Qqmq71a6gM5QBHkC0eXBTnt1 { color:#2c2c2c;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:66px;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:100px;left:0px;height:85.3333px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rwGqFiyUXUikUHeZdZrrGpizT2eeMkcz { color:#000000;display:block;width:360px;position:absolute;font-family:ubuntu;font-size:16px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:211.5px;left:20px;height:61.3333px;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:280px;left:100px;height:28.4444px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Bpf22waDdiBK3wpZtQTpmWnXbfw2B6qs { color:#000000;display:block;width:360px;position:absolute;font-family:ubuntu;font-size:16px;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:211.5px;left:420px;height:40.8889px;text-align:center;text-align-last:center;display:block; }
#Td4bIqgvGZMIKyReVWh60VSSudqVQLNl { color:#000000;display:block;width:360px;position:absolute;font-family:ubuntu;font-size:16px;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:211.5px;left:820px;height:40.8889px;text-align:center;text-align-last:center;display:block; }
#QaDWHbKOzpzGAlMRPUhhmbilVM9Uc6MR { 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:280px;left:500px;height:28.4444px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QKyu879CseI4wIBCeKPnKFdwADrMekKA { color:#000000;display:block;width:200px;position:absolute;font-family:ubuntu;font-size:22px;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:280px;left:900px;height:28.4444px;text-align:center;text-align-last:center;font-style:normal;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:223px;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:33.96875px;left:500.5px;overflow:hidden;display:block; }
#mZELSCAHLAqDrEApKcSTzSIZHQCBPois { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:165px;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:165px;left:625px;height:20.4444px;text-align:center;text-align-last:center;display:block; }
#mgu9xdrix1i3CbIyWtAwhc4GkIw9HtcT { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:165px;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:125.90625px;left:0px;height:20.4444px;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:30px;left:0px;width:173px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #Cu3I8ue7qWgtyy3LTni0Q1hpyZuJlC1p { top:19px;left:383px;width:381px;height:76px;font-size:20px;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) { #WIZOgvxpTT1Mky3QJEcIO0pm0PDsUFEv { top:242px;left:0px;width:600px;height:155px;font-size:21px;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) { #gtvQPHpZbf5eNQ6q4cn9Bys6UW6HlNQk { top:589px;left:0px;width:764px;height:122px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #VsdHuk0kEqkKrh2E2n1CvUJhzlFw6zgi { top:407px;left:0px;width:572px;height:113px;display:block; }
 }@media only screen and (max-width: 763px) { #BgG9dlgtswAMdyTl1tBXavBZlqvAZCcT { top:461px;left:0px;width:572px;height:113px;display:none; }
 }@media only screen and (max-width: 763px) { #XTNerFDUzmJModzxoglz8usDa9Iv52ox { top:11px;left:0px;width:444px;height:126px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #mrCPe4rXBsmcl4vWNOe35yvK0DfUpBts { top:145px;left:0px;width:600px;height:87px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #wvSs2LD6KcwsJOaHkWaoTCHrJE5MMNwQ { display:block; }#wvSs2LD6KcwsJOaHkWaoTCHrJE5MMNwQ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zBwLxwEFP8eqEitGCSFe1l5k9t8BIHBw { top:45px;left:0px;width:600px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #mq1tzdqn6B6uykDU7vQtw3JKyEAvs3gP { top:71px;left:0px;width:764px;height:75px;font-size:58px;display:block; }
 }@media only screen and (max-width: 763px) { #TiNCoMZuQsE2wp34EESd0P3ApTmRhUq8 { top:172px;left:70.5px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #Qs276fFbagBl7IxvuqlSaPoiM6V6U2Rp { top:222px;left:0px;width:300px;height:44px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #eygHWWMctRTVAqkNhEpMt6quS08lRbLN { top:172px;left:261.5px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #D4rUDOuSQqfSzUQzlTDRBztbg7PxgPlk { top:225px;left:82px;width:300px;height:44px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #ueZ573By5OUupRCk6w8WACqnmPyJFfVi { top:172px;left:452.5px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #oiAoQTVW9mN7NwOGaSWFZUaLMIcNNlTe { top:225px;left:273px;width:300px;height:22px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #JnvXwS64CxkrIZDzJ6024X2dGK0JKK91 { top:172px;left:643.5px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #AoH6m7rbGWvJmSoDGqAFB0gzRTuLiv4t { top:225px;left:464px;width:300px;height:44px;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:65px;left:0px;width:764px;height:75px;font-size:58px;display:block; }
 }@media only screen and (max-width: 763px) { #UZBP4JzJGS29hFU0sRFFmHTF0oWbT8gD { top:161px;left:0px;width:764px;height:28px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #IuZPaC9Pyr1ZvC57LXvJMu9dJHuk7nn1 { top:33px;left:82px;width:600px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ZowdO7KhbkKHB8iu70lm7RA45HGzrApm { display:block; }#ZowdO7KhbkKHB8iu70lm7RA45HGzrApm > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qWfHsz7rNOB3CW4npaTX6UdFk14OVFzZ { top:75px;left:0px;width:600px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #hpf9HOi6Qqmq71a6gM5QBHkC0eXBTnt1 { top:100px;left:0px;width:764px;height:85px;font-size:66px;display:block; }
 }@media only screen and (max-width: 763px) { #rwGqFiyUXUikUHeZdZrrGpizT2eeMkcz { top:211px;left:0px;width:360px;height:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ASvKW5k5nLJzULnlchIZHAhq9RTxZwOL { top:280px;left:27px;width:200px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #Bpf22waDdiBK3wpZtQTpmWnXbfw2B6qs { top:211px;left:148px;width:360px;height:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Td4bIqgvGZMIKyReVWh60VSSudqVQLNl { top:211px;left:402px;width:360px;height:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #QaDWHbKOzpzGAlMRPUhhmbilVM9Uc6MR { top:280px;left:281px;width:200px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #QKyu879CseI4wIBCeKPnKFdwADrMekKA { top:280px;left:535px;width:200px;height:28px;font-size:22px;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:33px;left:282.5px;width:199px;height:69px;display:block; }
 }@media only screen and (max-width: 763px) { #mZELSCAHLAqDrEApKcSTzSIZHQCBPois { width:130px;height:20px;top:165px;left:272px;display:block; }
 }@media only screen and (max-width: 763px) { #zfHMvpZPUhxNR2eqxI010xiwRL4c8pbh { display:block; }
 }@media only screen and (max-width: 763px) { #qulU1wf3ZHc7RmPgxWdd85pTDDiFWWhK { top:165px;left:407px;width:9px;height:19px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #mgu9xdrix1i3CbIyWtAwhc4GkIw9HtcT { width:70px;height:19px;top:165px;left:422px;display:block; }
 }@media only screen and (max-width: 763px) { #qc2IoABo45gKSNTgTQHrfbn8TtLsmFQ5 { display:block; }
 }@media only screen and (max-width: 763px) { #RaoRQ9vurvXhg32hfBWkdl5BpIGbVqbM { top:125px;left:0px;width:764px;height:20px;font-size:16px;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:137px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vyP54If4GZ4tEDirnuZNKu41y1oxmKat { width:129px;height:44px;top:14px;left:95.499997138977px;display:block; }
 }@media only screen and (max-width: 763px) { #Cu3I8ue7qWgtyy3LTni0Q1hpyZuJlC1p { width:320px;height:51.5556px;top:72px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ZGkapu4T14pJqMmPA49ucGVTKW8FbOZM { display:block; }#ZGkapu4T14pJqMmPA49ucGVTKW8FbOZM > .row .container { width:320px;height:1053px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WIZOgvxpTT1Mky3QJEcIO0pm0PDsUFEv { width:274px;height:239.9999px;top:294.00000762939px;left:22.500000953674px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ZEsEhr91TFlQG5L3iGxrdaLorSZ2CCP0 { width:174px;height:270px;top:565.00003051758px;left:72.999997138977px;display:block; }
 }@media only screen and (max-width: 763px) { #gtvQPHpZbf5eNQ6q4cn9Bys6UW6HlNQk { width:320px;height:154.6668px;top:868.5px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #VsdHuk0kEqkKrh2E2n1CvUJhzlFw6zgi { width:320px;height:113px;top:407px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #BgG9dlgtswAMdyTl1tBXavBZlqvAZCcT { width:320px;height:113px;top:159.98611450195px;left:0px;z-index:100023;display:block; }
 }@media only screen and (max-width: 763px) { #XTNerFDUzmJModzxoglz8usDa9Iv52ox { width:320px;height:80px;top:0px;left:0px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #mrCPe4rXBsmcl4vWNOe35yvK0DfUpBts { width:320px;height:53.3334px;top:90px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #wvSs2LD6KcwsJOaHkWaoTCHrJE5MMNwQ { display:block; }#wvSs2LD6KcwsJOaHkWaoTCHrJE5MMNwQ > .row .container { width:320px;height:701px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zBwLxwEFP8eqEitGCSFe1l5k9t8BIHBw { width:320px;height:25.7778px;top:29px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #mq1tzdqn6B6uykDU7vQtw3JKyEAvs3gP { width:320px;height:81.7778px;top:67px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #TiNCoMZuQsE2wp34EESd0P3ApTmRhUq8 { width:50px;height:50px;top:177px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #Qs276fFbagBl7IxvuqlSaPoiM6V6U2Rp { width:300px;height:42.6667px;top:247px;left:10px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #eygHWWMctRTVAqkNhEpMt6quS08lRbLN { width:50px;height:50px;top:314px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #D4rUDOuSQqfSzUQzlTDRBztbg7PxgPlk { width:300px;height:42.6667px;top:384px;left:10px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #ueZ573By5OUupRCk6w8WACqnmPyJFfVi { width:50px;height:50px;top:450px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #oiAoQTVW9mN7NwOGaSWFZUaLMIcNNlTe { width:300px;height:21.3333px;top:520px;left:10px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #JnvXwS64CxkrIZDzJ6024X2dGK0JKK91 { width:50px;height:50px;top:562px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #AoH6m7rbGWvJmSoDGqAFB0gzRTuLiv4t { width:300px;height:42.6667px;top:632px;left:10px;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:238px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yr1oM9JM0sHz0EI46Dp1NZOpspExfUZt { width:319.984px;height:81.7778px;top:66px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #UZBP4JzJGS29hFU0sRFFmHTF0oWbT8gD { width:319.984px;height:46.2222px;top:168px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #IuZPaC9Pyr1ZvC57LXvJMu9dJHuk7nn1 { width:320px;height:25.7778px;top:31px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ZowdO7KhbkKHB8iu70lm7RA45HGzrApm { display:block; }#ZowdO7KhbkKHB8iu70lm7RA45HGzrApm > .row .container { width:320px;height:625px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qWfHsz7rNOB3CW4npaTX6UdFk14OVFzZ { width:320px;height:25.7778px;top:40.46875px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #hpf9HOi6Qqmq71a6gM5QBHkC0eXBTnt1 { width:320px;height:81.7778px;top:82.46875px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #rwGqFiyUXUikUHeZdZrrGpizT2eeMkcz { width:320px;height:81.7778px;top:200px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ASvKW5k5nLJzULnlchIZHAhq9RTxZwOL { width:200px;height:28.4444px;top:300px;left:60px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #Bpf22waDdiBK3wpZtQTpmWnXbfw2B6qs { width:320px;height:61.3333px;top:348px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Td4bIqgvGZMIKyReVWh60VSSudqVQLNl { width:320px;height:61.3333px;top:476px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #QaDWHbKOzpzGAlMRPUhhmbilVM9Uc6MR { width:200px;height:28.4444px;top:428px;left:60px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #QKyu879CseI4wIBCeKPnKFdwADrMekKA { width:200px;height:28.4444px;top:556px;left:60px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #NKzXWcaJbEiU4nw748TxdxgJ5P7gl6Rg { display:block; }#NKzXWcaJbEiU4nw748TxdxgJ5P7gl6Rg > .row .container { width:320px;height:217px;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:20.4444px;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:20.4444px;top:108.65625px;left:0px;font-size:16px;display:block; }
 }