.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;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.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-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;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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, body.lazyload, body.lazyloading { 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); }#APVEDnSeUAv8fqAJokMRAZFm5tLG7Fsy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#APVEDnSeUAv8fqAJokMRAZFm5tLG7Fsy > .row .container { background-color: transparent; background-image: none; }#APVEDnSeUAv8fqAJokMRAZFm5tLG7Fsy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APVEDnSeUAv8fqAJokMRAZFm5tLG7Fsy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APVEDnSeUAv8fqAJokMRAZFm5tLG7Fsy > .row .container > .video-iframe-container { display: none; }#APVEDnSeUAv8fqAJokMRAZFm5tLG7Fsy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APVEDnSeUAv8fqAJokMRAZFm5tLG7Fsy > .row > .video-iframe-container { display: none; }#APVEDnSeUAv8fqAJokMRAZFm5tLG7Fsy > .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); }#APVEDnSeUAv8fqAJokMRAZFm5tLG7Fsy > .row .container { border-width: 0; border-radius: 0; }#APVEDnSeUAv8fqAJokMRAZFm5tLG7Fsy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#APVEDnSeUAv8fqAJokMRAZFm5tLG7Fsy > .row .container { font-size:14px;font-family:arial;height:2005px;width:1200px;position:relative;display:block; }#LqnI91uGZphNXKQKRanisRgtOnS7TT35 { color:#000000;display:block;width:403.969px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:1702px;left:400px;height:56px;text-align:center;text-align-last:center;display:block; }
#G9hB1NNRLhHu4HA9Ia1zCBppnZsAEL0L { color:#000000;display:block;width:376px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:813px;left:412px;height:44.8px;text-align:center;text-align-last:center;display:none; }
#nyFS1BqhgXs93noTmx2EzACFks0hamul { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:70px;width:137.997px;top:6px;left:530.98010253906px;overflow:hidden;display:none; }
#TZwCpwvpySdaW2XS3USmeRKvrRKa47gX { color:#000000;display:block;width:518.991px;position:absolute;font-family:montserrat;font-size:36px;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:78.383522033691px;left:350.38354492188px;height:0;text-align:center;text-align-last:center;display:none; }
#om4PiNTKImbA2G5UIhlvpgSs26I18x1H { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:105px;width:304px;top:1781px;left:438px;overflow:hidden;display:block; }
#pIvqX6bGFRsBgOhpGVcMlCdZIcGLDnma { color:#000000;display:block;width:932px;position:absolute;font-family:raleway;font-size:29px;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:230px;left:134px;height:348px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oLNTiUh7W8Lbvf3fZ64A6TZkrwhTV19W { color:#000000;display:block;width:1177px;position:absolute;font-family:"open sans";font-size:36px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:626px;left:12px;height:46.7969px;text-align:center;text-align-last:center;display:block; }
#Quz8PL8CVrTJkkmKQM9ytudOSygTueN8 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:92px;width:179px;top:1107px;left:526px;overflow:hidden;display:block; }
#OICTZV9UCTc5RAgTkRK5pWqxUGTmSMHD { color:#000000;display:block;width:519px;position:absolute;font-family:montserrat;font-size:46px;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:1222px;left:356px;height:59.7969px;text-align:center;text-align-last:center;display:block; }
#Ogr34yUCEEpiXPvy1ZQJCTWHXbKLQNc5 { color:#000000;display:block;width:521px;position:absolute;font-family:montserrat;font-size:27px;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:1309px;left:355px;height:121.5px;text-align:center;text-align-last:center;display:block; }
#rXVRw78THHMzRVGN604r3McL7uRUtlMi { color:#000000;display:block;width:453px;position:absolute;font-family:montserrat;font-size:21px;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:1462px;left:389px;height:63px;text-align:center;text-align-last:center;display:block; }
#x4s4wHkbA1aT1RvWVc1MlaEyR8xopAeA { background-color:#0007ff;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:279.984px;height:54.9844px;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:1562px;left:462px;display:block; }
#SOJGfvyQyLZmc6ATwxneaFhMOJonkMMz { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#GkXvTLU2FGP3ayBpKOTupDK2TTL35d8i { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:345px;width:409px;top:695px;left:690px;overflow:hidden;display:block; }
#w5CiczRzm7IW1ncfa1yvJLbueG5XoIQT { position:absolute;display:block;z-index:15009;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #828282;border-left:1px solid #828282;border-right:1px solid #828282;border-bottom:1px solid #828282;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 8px 10px 37px rgba(128,146,195,0.15) ;height:148px;width:478px;top:818px;left:101px;display:block; }
#C1BwQEDHya0PrBMPRQD9nJcXA4Ttahfy { color:#000000;display:block;width:403px;position:absolute;font-family:montserrat;font-size:20px;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:867px;left:139px;height:52px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iid57J0oogIODcCLDhO1PUyHoGi5tO2a { box-sizing:content-box;height:2px;width:917px;position:absolute;display:block;z-index:15061;background-color:#e3e3e3;background-image:none;top:600px;left:141.5px;display:block; }
#HBmsVc91CFvXmiNlTFM3AEGC4ZzTV7Cm { box-sizing:content-box;color:#db2645;font-size:96px;font-weight:400;line-height:1;height:138px;width:138px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:8px 10px 37px rgba(0,0,0,0.21);display:block;z-index:15059;top:818px;left:614px;display:block; }
#usImcf9usRAcdzisw3ZvhMCP84Lzyrb0 { box-sizing:content-box;height:2px;width:917px;position:absolute;display:block;z-index:15062;background-color:#e3e3e3;background-image:none;top:1060px;left:119px;display:block; }
#mRi1wXS1Vm5wRqPRLTPf1QLKMJhODNSV { box-sizing:content-box;height:2px;width:917px;position:absolute;display:block;z-index:15061;background-color:#e3e3e3;background-image:none;top:954px;left:141.5px;display:none; }
#oFZfP9M5KTNBC8lU42RPF5v1PLDyx67V { box-sizing:content-box;height:118px;width:1200px;position:absolute;display:block;z-index:15063;background-color:#000000;background-image:none;top:0px;left:0px;display:block; }
#ZmWtQPPaViEZA4A6dEGAqsQCITwecVHf { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:118px;width:167px;top:0px;left:0px;overflow:hidden;display:block; }
#tltcbUCRl1ATOUcQy0TxE0FS6FQTZQxb { color:#ffffff;display:block;width:870px;position:absolute;font-family:raleway;font-size:33px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:41px;left:641.5px;height:42.8906px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PRSmfrXCN3bKrD1FfDQQWmlrVzt3PDrg { color:#ffffff;display:block;width:870px;position:absolute;font-family:raleway;font-size:33px;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:37.5625px;left:203px;height:42.8906px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OiVGaBSOOMQwTT1aXCDToWHlIniicKTo { color:#ffffff;display:block;width:870px;position:absolute;font-family:raleway;font-size:33px;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:49px;left:548.5px;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#BiPP9gqlMnq5lrZOvFZDZ3WW2S3ucrxv { color:#ffffff;display:block;width:870px;position:absolute;font-family:raleway;font-size:33px;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:136.5625px;left:180.5px;height:42.8906px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Uf9d515eudmLEC77N1pu0hs9JeldLiMZ { color:#ffffff;display:block;width:870px;position:absolute;font-family:raleway;font-size:33px;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:136.5625px;left:180.5px;height:42.8906px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#sCB82oimW9wLsztgd3hgLMiMDK8kkIRc { background-color:rgba(0,0,0,0.6);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#sCB82oimW9wLsztgd3hgLMiMDK8kkIRc > .row .container { border-width: 0; border-radius: 0; }#sCB82oimW9wLsztgd3hgLMiMDK8kkIRc > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#sCB82oimW9wLsztgd3hgLMiMDK8kkIRc > .row .container { width:1200px;height:119px;font-size:14px;font-family:arial;position:relative;display:none; }#LT6U9dcuaTa87zHR9J8klxgamTFrDfeU { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:118px;width:167px;top:0px;left:12px;overflow:hidden;display:block; }
#wnZDSpgwcGFatbewFpHisWR3LDVXNeLF { color:#ffffff;display:block;width:870px;position:absolute;font-family:raleway;font-size:33px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:33px;left:144.39999389648px;height:42.9px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UFHlUAhLOK6kDWM4r1ky3hNDuCoypart { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#UFHlUAhLOK6kDWM4r1ky3hNDuCoypart > .row .container { border-width: 0; border-radius: 0; }#UFHlUAhLOK6kDWM4r1ky3hNDuCoypart > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UFHlUAhLOK6kDWM4r1ky3hNDuCoypart > .row .container { font-size:14px;font-family:arial;height:1594px;width:1200px;position:relative;display:none; }#vRm5InaRuSNF5dho3elGn7utlmVR1ZTi { color:#2300ff;display:block;width:870px;position:absolute;font-family:raleway;font-size:33px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:19px;left:135px;height:42.8977px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pbHQ14Hw664Azs4L4Bl5hMpZokvRPXTt { color:#000000;display:block;width:404px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:1503px;left:398px;height:56px;text-align:center;text-align-last:center;display:block; }
#hNry4gxNXTPEac0TIzok6PcCUKizaZ5u { color:#ff0000;display:block;width:664px;position:absolute;font-family:raleway;font-size:33px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:502px;left:287px;height:42.8906px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zHnGM9BHTLtpNZD1ETD1gDTgGpBCyNHf { color:#000000;display:block;width:681px;position:absolute;font-family:raleway;font-size:21px;font-weight:700;z-index:15002;line-height:1.7;letter-spacing:0;top:558px;left:269px;height:142.75px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fB2MIW4Cwk9I6uW0TyCqIlhlgdEv9F3k { color:#000000;display:block;width:924px;position:absolute;font-family:raleway;font-size:20px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:69px;left:128.5px;height:26px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LZUstRXwAI5TzzsXoJc2ooULD3rJr6Kg { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:294px;width:442px;top:142px;left:42px;overflow:hidden;display:block; }
#PMuiveiOA0e9u7gpoKBNf5IaDzI83TIn { color:#000000;display:block;width:521px;position:absolute;font-family:montserrat;font-size:27px;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:142px;left:577px;height:81px;text-align:center;text-align-last:center;display:block; }
#i91QJgbtfbBh2oAplldGPTRphlU5vdyA { color:#000000;display:block;width:453px;position:absolute;font-family:montserrat;font-size:21px;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:290px;left:611px;height:63px;text-align:center;text-align-last:center;display:block; }
#QL6c8RkStoZm6RMbwuLpETaCxTIR0L9a { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:499px;width:329px;top:951px;left:445px;overflow:hidden;display:block; }
#HCOp5WVJwdtKZBCDXfEFvB455tFrcser { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15022;opacity:1;top:861px;left:594px; }
#rzQXd3GcokopHnPRELSUiKdckQGgT3Iy { background-color:#0007ff;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:279.984px;height:54.9844px;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:374px;left:697.484375px;display:block; }
#P7rCA9C6lPwLVGsHxJU2G5O7wxc6GF7Q { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Bnga0K2HT7vUyvLpWQPnBAMiIUrcyc09 { background-color:#0007ff;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:279.997px;height:54.9967px;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:403px;left:864.5px;display:none; }
#VN0WqMBJeWxzTWBKcc4llemMTKLDTcPc { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Q5zsdFLFxtg1UHSsk6s9zQwbpLXhQtRo { color:#000000;display:block;width:681px;position:absolute;font-family:raleway;font-size:21px;font-weight:700;z-index:15003;line-height:1.7;letter-spacing:0;top:761.3125px;left:278.5px;height:71.375px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SNUc1UKFSNWXO1h8m9oauNXmPse7xNw6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.6);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SNUc1UKFSNWXO1h8m9oauNXmPse7xNw6 > .row .container { background-color: transparent; background-image: none; }#SNUc1UKFSNWXO1h8m9oauNXmPse7xNw6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNUc1UKFSNWXO1h8m9oauNXmPse7xNw6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNUc1UKFSNWXO1h8m9oauNXmPse7xNw6 > .row .container > .video-iframe-container { display: none; }#SNUc1UKFSNWXO1h8m9oauNXmPse7xNw6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNUc1UKFSNWXO1h8m9oauNXmPse7xNw6 > .row > .video-iframe-container { display: none; }#SNUc1UKFSNWXO1h8m9oauNXmPse7xNw6 > .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); }#SNUc1UKFSNWXO1h8m9oauNXmPse7xNw6 > .row .container { border-width: 0; border-radius: 0; }#SNUc1UKFSNWXO1h8m9oauNXmPse7xNw6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SNUc1UKFSNWXO1h8m9oauNXmPse7xNw6 > .row .container { font-size:14px;font-family:arial;height:119px;width:1200px;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #APVEDnSeUAv8fqAJokMRAZFm5tLG7Fsy { display:block; }#APVEDnSeUAv8fqAJokMRAZFm5tLG7Fsy > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LqnI91uGZphNXKQKRanisRgtOnS7TT35 { top:1702px;left:182px;width:403px;height:56px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #G9hB1NNRLhHu4HA9Ia1zCBppnZsAEL0L { top:813px;left:194px;width:376px;height:44px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #nyFS1BqhgXs93noTmx2EzACFks0hamul { top:6px;left:312.98010253906px;width:137px;height:69.494264368066px;display:block; }
 }@media only screen and (max-width: 763px) { #TZwCpwvpySdaW2XS3USmeRKvrRKa47gX { top:78px;left:132.38354492188px;width:518px;height:46px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #om4PiNTKImbA2G5UIhlvpgSs26I18x1H { top:1781px;left:220px;width:304px;height:105px;display:block; }
 }@media only screen and (max-width: 763px) { #pIvqX6bGFRsBgOhpGVcMlCdZIcGLDnma { top:230px;left:0px;width:764px;height:348px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #oLNTiUh7W8Lbvf3fZ64A6TZkrwhTV19W { top:626px;left:0px;width:764px;height:46px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #Quz8PL8CVrTJkkmKQM9ytudOSygTueN8 { top:1107px;left:308px;width:179px;height:92px;display:block; }
 }@media only screen and (max-width: 763px) { #OICTZV9UCTc5RAgTkRK5pWqxUGTmSMHD { top:1222px;left:138px;width:519px;height:59px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #Ogr34yUCEEpiXPvy1ZQJCTWHXbKLQNc5 { top:1309px;left:137px;width:521px;height:121px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #rXVRw78THHMzRVGN604r3McL7uRUtlMi { top:1462px;left:171px;width:453px;height:63px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #x4s4wHkbA1aT1RvWVc1MlaEyR8xopAeA { width:279px;height:54px;top:1562px;left:244px;display:block; }
 }@media only screen and (max-width: 763px) { #SOJGfvyQyLZmc6ATwxneaFhMOJonkMMz { display:block; }
 }@media only screen and (max-width: 763px) { #GkXvTLU2FGP3ayBpKOTupDK2TTL35d8i { top:695px;left:355px;width:409px;height:345px;display:block; }
 }@media only screen and (max-width: 763px) { #w5CiczRzm7IW1ncfa1yvJLbueG5XoIQT { top:818px;left:0px;width:478px;height:148px;display:block; }
 }@media only screen and (max-width: 763px) { #C1BwQEDHya0PrBMPRQD9nJcXA4Ttahfy { top:867px;left:0px;width:403px;height:52px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #iid57J0oogIODcCLDhO1PUyHoGi5tO2a { top:600px;left:0px;width:764px;height:2px;display:block; }
 }@media only screen and (max-width: 763px) { #HBmsVc91CFvXmiNlTFM3AEGC4ZzTV7Cm { top:818px;left:396px;width:138px;height:138px;font-size:96px;display:block; }
 }@media only screen and (max-width: 763px) { #usImcf9usRAcdzisw3ZvhMCP84Lzyrb0 { top:1060px;left:0px;width:764px;height:2px;display:block; }
 }@media only screen and (max-width: 763px) { #mRi1wXS1Vm5wRqPRLTPf1QLKMJhODNSV { top:954px;left:0px;width:764px;height:2px;display:none; }
 }@media only screen and (max-width: 763px) { #oFZfP9M5KTNBC8lU42RPF5v1PLDyx67V { top:0px;left:0px;width:764px;height:118px;display:block; }
 }@media only screen and (max-width: 763px) { #ZmWtQPPaViEZA4A6dEGAqsQCITwecVHf { top:0px;left:0px;width:167px;height:118px;display:block; }
 }@media only screen and (max-width: 763px) { #tltcbUCRl1ATOUcQy0TxE0FS6FQTZQxb { top:51px;left:0px;width:764px;height:42px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #PRSmfrXCN3bKrD1FfDQQWmlrVzt3PDrg { top:37px;left:0px;width:764px;height:42px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OiVGaBSOOMQwTT1aXCDToWHlIniicKTo { top:59px;left:0px;width:764px;height:42px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #BiPP9gqlMnq5lrZOvFZDZ3WW2S3ucrxv { top:136px;left:0px;width:764px;height:42px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Uf9d515eudmLEC77N1pu0hs9JeldLiMZ { top:97px;left:0px;width:320px;height:63px;font-size:21px;display:none; }
 }@media only screen and (max-width: 763px) { #sCB82oimW9wLsztgd3hgLMiMDK8kkIRc { display:block; }#sCB82oimW9wLsztgd3hgLMiMDK8kkIRc > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LT6U9dcuaTa87zHR9J8klxgamTFrDfeU { top:0px;left:0px;width:167px;height:118px;display:block; }
 }@media only screen and (max-width: 763px) { #wnZDSpgwcGFatbewFpHisWR3LDVXNeLF { top:33px;left:0px;width:764px;height:42px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #UFHlUAhLOK6kDWM4r1ky3hNDuCoypart { display:block; }#UFHlUAhLOK6kDWM4r1ky3hNDuCoypart > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vRm5InaRuSNF5dho3elGn7utlmVR1ZTi { top:19px;left:0px;width:764px;height:42px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #pbHQ14Hw664Azs4L4Bl5hMpZokvRPXTt { top:1503px;left:180px;width:404px;height:56px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #hNry4gxNXTPEac0TIzok6PcCUKizaZ5u { top:502px;left:69px;width:664px;height:42px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #zHnGM9BHTLtpNZD1ETD1gDTgGpBCyNHf { top:558px;left:51px;width:681px;height:142px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #fB2MIW4Cwk9I6uW0TyCqIlhlgdEv9F3k { top:69px;left:0px;width:764px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #LZUstRXwAI5TzzsXoJc2ooULD3rJr6Kg { top:142px;left:0px;width:442px;height:294px;display:block; }
 }@media only screen and (max-width: 763px) { #PMuiveiOA0e9u7gpoKBNf5IaDzI83TIn { top:142px;left:243px;width:521px;height:121px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #i91QJgbtfbBh2oAplldGPTRphlU5vdyA { top:290px;left:311px;width:453px;height:63px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #QL6c8RkStoZm6RMbwuLpETaCxTIR0L9a { top:951px;left:227px;width:329px;height:499px;display:block; }
 }@media only screen and (max-width: 763px) { #HCOp5WVJwdtKZBCDXfEFvB455tFrcser { top:861px;left:376px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #rzQXd3GcokopHnPRELSUiKdckQGgT3Iy { width:279px;height:54px;top:374px;left:479.484375px;display:block; }
 }@media only screen and (max-width: 763px) { #P7rCA9C6lPwLVGsHxJU2G5O7wxc6GF7Q { display:block; }
 }@media only screen and (max-width: 763px) { #Bnga0K2HT7vUyvLpWQPnBAMiIUrcyc09 { width:279px;height:54px;top:413px;left:485px;display:none; }
 }@media only screen and (max-width: 763px) { #VN0WqMBJeWxzTWBKcc4llemMTKLDTcPc { display:block; }
 }@media only screen and (max-width: 763px) { #Q5zsdFLFxtg1UHSsk6s9zQwbpLXhQtRo { top:761px;left:60.5px;width:681px;height:71px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #SNUc1UKFSNWXO1h8m9oauNXmPse7xNw6 { display:block; }#SNUc1UKFSNWXO1h8m9oauNXmPse7xNw6 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #APVEDnSeUAv8fqAJokMRAZFm5tLG7Fsy { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#APVEDnSeUAv8fqAJokMRAZFm5tLG7Fsy > .row .container { background-color: transparent; background-image: none; }#APVEDnSeUAv8fqAJokMRAZFm5tLG7Fsy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APVEDnSeUAv8fqAJokMRAZFm5tLG7Fsy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APVEDnSeUAv8fqAJokMRAZFm5tLG7Fsy > .row .container > .video-iframe-container { display: none; }#APVEDnSeUAv8fqAJokMRAZFm5tLG7Fsy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APVEDnSeUAv8fqAJokMRAZFm5tLG7Fsy > .row > .video-iframe-container { display: none; }#APVEDnSeUAv8fqAJokMRAZFm5tLG7Fsy > .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); }#APVEDnSeUAv8fqAJokMRAZFm5tLG7Fsy > .row .container { border-width: 0; border-radius: 0; }#APVEDnSeUAv8fqAJokMRAZFm5tLG7Fsy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#APVEDnSeUAv8fqAJokMRAZFm5tLG7Fsy > .row .container { width:320px;height:1860px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LqnI91uGZphNXKQKRanisRgtOnS7TT35 { width:200px;height:44.7812px;top:1489px;left:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #G9hB1NNRLhHu4HA9Ia1zCBppnZsAEL0L { width:242.988px;height:0;top:734px;left:38.500001907349px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #nyFS1BqhgXs93noTmx2EzACFks0hamul { width:111.989px;height:55.9943px;top:7px;left:103.96591472626px;display:none; }
 }@media only screen and (max-width: 763px) { #TZwCpwvpySdaW2XS3USmeRKvrRKa47gX { width:320px;height:32.5px;top:72.090911865234px;left:0px;font-size:25px;display:none; }
 }@media only screen and (max-width: 763px) { #om4PiNTKImbA2G5UIhlvpgSs26I18x1H { width:304px;height:105px;top:1554px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #pIvqX6bGFRsBgOhpGVcMlCdZIcGLDnma { width:320px;height:319.125px;top:182px;left:0px;font-size:19px;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oLNTiUh7W8Lbvf3fZ64A6TZkrwhTV19W { width:320px;height:54.5938px;top:543px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #Quz8PL8CVrTJkkmKQM9ytudOSygTueN8 { width:179px;height:92px;top:1068px;left:71px;display:block; }
 }@media only screen and (max-width: 763px) { #OICTZV9UCTc5RAgTkRK5pWqxUGTmSMHD { width:320px;height:35.0938px;top:1169px;left:0px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #Ogr34yUCEEpiXPvy1ZQJCTWHXbKLQNc5 { width:320px;height:75.5625px;top:1224px;left:0px;font-size:18px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rXVRw78THHMzRVGN604r3McL7uRUtlMi { width:320px;height:75.5625px;top:1319px;left:0px;font-size:18px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #x4s4wHkbA1aT1RvWVc1MlaEyR8xopAeA { width:279px;height:54px;top:1415px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #SOJGfvyQyLZmc6ATwxneaFhMOJonkMMz { display:block; }
 }@media only screen and (max-width: 763px) { #GkXvTLU2FGP3ayBpKOTupDK2TTL35d8i { width:320px;height:269.922px;top:767px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #w5CiczRzm7IW1ncfa1yvJLbueG5XoIQT { width:318px;height:102px;top:617px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #C1BwQEDHya0PrBMPRQD9nJcXA4Ttahfy { width:295px;height:58.5px;top:640px;left:13px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iid57J0oogIODcCLDhO1PUyHoGi5tO2a { width:275px;height:2px;top:522px;left:22.5px;display:block; }
 }@media only screen and (max-width: 763px) { #HBmsVc91CFvXmiNlTFM3AEGC4ZzTV7Cm { width:138px;height:138px;top:818px;left:91px;font-size:96px;display:none; }
 }@media only screen and (max-width: 763px) { #usImcf9usRAcdzisw3ZvhMCP84Lzyrb0 { width:320px;height:2px;top:1060px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #mRi1wXS1Vm5wRqPRLTPf1QLKMJhODNSV { width:275px;height:2px;top:1056px;left:23px;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #oFZfP9M5KTNBC8lU42RPF5v1PLDyx67V { width:320px;height:53px;top:0px;left:0px;background-color:#000000;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #ZmWtQPPaViEZA4A6dEGAqsQCITwecVHf { width:167px;height:118px;top:2163px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #tltcbUCRl1ATOUcQy0TxE0FS6FQTZQxb { width:299px;height:0;top:2301px;left:10px;font-size:24px;line-height:1.5;text-align:center;text-align-last:center;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #PRSmfrXCN3bKrD1FfDQQWmlrVzt3PDrg { width:320px;height:0;top:13px;left:0px;font-size:16px;line-height:1.5;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #OiVGaBSOOMQwTT1aXCDToWHlIniicKTo { width:320px;height:66px;top:15px;left:0px;font-size:22px;line-height:1.5;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #BiPP9gqlMnq5lrZOvFZDZ3WW2S3ucrxv { width:320px;height:0;top:1634px;left:0px;font-size:16px;line-height:1.5;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Uf9d515eudmLEC77N1pu0hs9JeldLiMZ { width:320px;height:63px;top:94px;left:0px;font-size:21px;line-height:1.5;text-align:center;text-align-last:center;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #sCB82oimW9wLsztgd3hgLMiMDK8kkIRc { display:none; }#sCB82oimW9wLsztgd3hgLMiMDK8kkIRc > .row .container { width:320px;height:112px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LT6U9dcuaTa87zHR9J8klxgamTFrDfeU { width:141px;height:100px;top:114px;left:89.5px;display:none; }
 }@media only screen and (max-width: 763px) { #wnZDSpgwcGFatbewFpHisWR3LDVXNeLF { width:299px;height:72px;top:20px;left:10px;font-size:24px;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UFHlUAhLOK6kDWM4r1ky3hNDuCoypart { display:none; }#UFHlUAhLOK6kDWM4r1ky3hNDuCoypart > .row .container { width:320px;height:1804px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vRm5InaRuSNF5dho3elGn7utlmVR1ZTi { width:307px;height:63px;top:20px;left:6px;font-size:21px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #pbHQ14Hw664Azs4L4Bl5hMpZokvRPXTt { width:200px;height:84px;top:1700.1406px;left:60px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #hNry4gxNXTPEac0TIzok6PcCUKizaZ5u { width:320px;height:81px;top:678.625px;left:0px;font-size:27px;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zHnGM9BHTLtpNZD1ETD1gDTgGpBCyNHf { width:304px;height:244.75px;top:779.625px;left:8px;font-size:18px;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fB2MIW4Cwk9I6uW0TyCqIlhlgdEv9F3k { width:310px;height:67.5px;top:103px;left:5px;font-size:15px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #LZUstRXwAI5TzzsXoJc2ooULD3rJr6Kg { width:318px;height:212px;top:190.5px;left:1px;display:block; }
 }@media only screen and (max-width: 763px) { #PMuiveiOA0e9u7gpoKBNf5IaDzI83TIn { width:320px;height:75.5625px;top:422.5px;left:0px;font-size:18px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #i91QJgbtfbBh2oAplldGPTRphlU5vdyA { width:320px;height:75.5625px;top:518.0625px;left:0px;font-size:18px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QL6c8RkStoZm6RMbwuLpETaCxTIR0L9a { width:299px;height:454px;top:1226.1406px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #HCOp5WVJwdtKZBCDXfEFvB455tFrcser { display:flex;width:50px;height:50px;top:1156.1406px;left:135px; }
 }@media only screen and (max-width: 763px) { #rzQXd3GcokopHnPRELSUiKdckQGgT3Iy { width:279px;height:54px;top:1841px;left:20.5px;display:none; }
 }@media only screen and (max-width: 763px) { #P7rCA9C6lPwLVGsHxJU2G5O7wxc6GF7Q { display:block; }
 }@media only screen and (max-width: 763px) { #Bnga0K2HT7vUyvLpWQPnBAMiIUrcyc09 { width:240px;height:45px;top:613.625px;left:40px;z-index:15017;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #VN0WqMBJeWxzTWBKcc4llemMTKLDTcPc { display:block; }
 }@media only screen and (max-width: 763px) { #Q5zsdFLFxtg1UHSsk6s9zQwbpLXhQtRo { width:320px;height:91.7812px;top:1044.375px;left:0px;font-size:18px;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SNUc1UKFSNWXO1h8m9oauNXmPse7xNw6 { display:block; }#SNUc1UKFSNWXO1h8m9oauNXmPse7xNw6 > .row .container { width:320px;height:100px;position:relative;display:block; } }