.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:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TocoGM8MFT9Eedn3cwtTl8ENTTW67FCr { 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; }#TocoGM8MFT9Eedn3cwtTl8ENTTW67FCr > .row .container { background-color: transparent; background-image: none; }#TocoGM8MFT9Eedn3cwtTl8ENTTW67FCr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TocoGM8MFT9Eedn3cwtTl8ENTTW67FCr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TocoGM8MFT9Eedn3cwtTl8ENTTW67FCr > .row .container > .video-iframe-container { display: none; }#TocoGM8MFT9Eedn3cwtTl8ENTTW67FCr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TocoGM8MFT9Eedn3cwtTl8ENTTW67FCr > .row > .video-iframe-container { display: none; }#TocoGM8MFT9Eedn3cwtTl8ENTTW67FCr > .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); }#TocoGM8MFT9Eedn3cwtTl8ENTTW67FCr > .row .container { border-width: 0; border-radius: 0; }#TocoGM8MFT9Eedn3cwtTl8ENTTW67FCr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TocoGM8MFT9Eedn3cwtTl8ENTTW67FCr > .row .container { font-size:14px;font-family:arial;height:303px;width:1200px;position:relative;display:block; }#KOTHKuw7ColJXpSMATtHD85ccWidrDLZ { position:absolute;display:block;z-index:15006;background-color:#ffffff;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-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:100px;border-bottom-right-radius:0100px;box-shadow: none;height:79px;width:113px;top:278.47729492188px;left:543.50001525879px;display:block; }
#tFnr7IFeiJiXms9oVNTAfnOBJ8d9ITRO { color:#4f4f4f;display:block;width:342px;position:absolute;font-family:roboto;font-size:30px;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:180px;left:429.00001525879px;height:77.983px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zyodgCXsrFop0Lpra92aT1nZWifqTZWF { position:absolute;display:block;z-index:15007;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:133px;width:133px;top:35px;left:534px;overflow:hidden;display:block; }
#JhTVTlxpIDnDmnpTSIp7uWHEEGAAk1hw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8d163b;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; }#JhTVTlxpIDnDmnpTSIp7uWHEEGAAk1hw > .row .container { background-color: transparent; background-image: none; }#JhTVTlxpIDnDmnpTSIp7uWHEEGAAk1hw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JhTVTlxpIDnDmnpTSIp7uWHEEGAAk1hw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JhTVTlxpIDnDmnpTSIp7uWHEEGAAk1hw > .row .container > .video-iframe-container { display: none; }#JhTVTlxpIDnDmnpTSIp7uWHEEGAAk1hw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JhTVTlxpIDnDmnpTSIp7uWHEEGAAk1hw > .row > .video-iframe-container { display: none; }#JhTVTlxpIDnDmnpTSIp7uWHEEGAAk1hw > .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); }#JhTVTlxpIDnDmnpTSIp7uWHEEGAAk1hw > .row .container { border-width: 0; border-radius: 0; }#JhTVTlxpIDnDmnpTSIp7uWHEEGAAk1hw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JhTVTlxpIDnDmnpTSIp7uWHEEGAAk1hw > .row .container { font-size:14px;font-family:arial;height:615px;width:1200px;position:relative;display:block; }#AHcnNHCZEMczQlZh8TrfkTdIyAAvfZiz { position:absolute;display:block;z-index:15006;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:49px;width:49px;top:1px;left:575.00001525879px;overflow:hidden;display:block; }
#anTNhe4piy53xeDX9iXL2AVp3oXdGaBx { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:200px;width:200px;display:none; }
#lk0FWZEv84QmXRZ1vibxDE94DbcsE7UO { 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:40.9896px;width:40.9896px;top:76px;left:810px;overflow:hidden;display:block; }
#hbOroiDyM4zdyE8NTyEktIde03HTo5La { color:#ffffff;display:block;width:200px;position:absolute;font-family:roboto;font-size:30px;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:133px;left:730px;height:77.983px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#shUickX5C4XxVsDLdxxvBSvLhGGzacAv { background-color:#ffffff;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-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;box-sizing:border-box;color:#8d163b;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280.994px;height:45px;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:308px;left:229px;display:block; }
#oWLeUX7qpLDuputp3PeqleW71bxNgkS2 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#R6Ekv3zMSTOmwKPGroMJRxk9dRSQXLHJ { background-color:#ffffff;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-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;box-sizing:border-box;color:#8d163b;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:282.997px;height:45px;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:374px;left:228px;display:block; }
#vHz3HMPqbUEBMUXmNR2Ap4JXTL9UyAhZ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#hCEgGpOntxaV5RzIWwrEm5tmMIGdVSdI { background-color:#ffffff;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-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;box-sizing:border-box;color:#8d163b;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:282.997px;height:45px;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:441px;left:229px;display:block; }
#Q7mTEoRhOs14ZgRz0XvUQeEaaPoCC8Np { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#inxZF9w0AzyQ7dGFKhhTtUzULUWw2L70 { background-color:#ffffff;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-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;box-sizing:border-box;color:#8d163b;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280.994px;height:45px;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:241px;left:229px;display:block; }
#Jirwye0lVd9x4c4yqkIucEWAgf7R2x03 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#tzm22ltqkZWsbZ9hf4Mqvxobl3Kqkfk0 { color:#ffffff;display:block;width:217.997px;position:absolute;font-family:roboto;font-size:30px;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:131px;left:258px;height:77.983px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LcF47MqqCkLOloPisPXPDf4u5pM9TEOc { position:absolute;display:block;z-index:15019;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:40.9801px;width:40.9801px;top:74px;left:349px;overflow:hidden;display:block; }
#X7XdK7MH8vwLp1JmzTWNOhIzFATTgLz1 { background-color:#ffffff;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-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;box-sizing:border-box;color:#8d163b;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:282.997px;height:45px;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:441px;left:689px;display:block; }
#NEhmBaId6oQBMT8BQB28aJme3zQZlrcd { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#sdD2H81aWzkIIN7pV0xqp2cmMV997Aoe { background-color:#ffffff;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-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;box-sizing:border-box;color:#8d163b;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:282.983px;height:45px;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:307.99713134766px;left:688.99145507812px;display:block; }
#ADptifkBInck0fWw4GX10On5GydoSyFh { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#WKDxDxF3rqJpimq1TphXp3QZGr43z1xb { background-color:#ffffff;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-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;box-sizing:border-box;color:#8d163b;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280.98px;height:45px;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:373.99145507812px;left:689.98577880859px;display:block; }
#sWx388XWVOblZ2hU75COJoVkMDFQN9sk { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#VPmgISFksTNkJGsxs6EB3MGLvARTKOd4 { background-color:#ffffff;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-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: none;box-sizing:border-box;color:#8d163b;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280.994px;height:45px;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:243px;left:689px;display:block; }
#wBHDHEk37yDpKybVouDDECTWLZuEAaUK { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#UsXXugC71X8chPgXpELQ13D3UNn3CWbJ { box-sizing:content-box;height:387.997px;width:3.99148px;position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:none;top:117px;left:603px;display:block; }
#T2RBEcAznAHmZCBXNp7J0oStRwoIGwKU { 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; }#T2RBEcAznAHmZCBXNp7J0oStRwoIGwKU > .row .container { background-color: transparent; background-image: none; }#T2RBEcAznAHmZCBXNp7J0oStRwoIGwKU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2RBEcAznAHmZCBXNp7J0oStRwoIGwKU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2RBEcAznAHmZCBXNp7J0oStRwoIGwKU > .row .container > .video-iframe-container { display: none; }#T2RBEcAznAHmZCBXNp7J0oStRwoIGwKU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2RBEcAznAHmZCBXNp7J0oStRwoIGwKU > .row > .video-iframe-container { display: none; }#T2RBEcAznAHmZCBXNp7J0oStRwoIGwKU > .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); }#T2RBEcAznAHmZCBXNp7J0oStRwoIGwKU > .row .container { border-width: 0; border-radius: 0; }#T2RBEcAznAHmZCBXNp7J0oStRwoIGwKU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T2RBEcAznAHmZCBXNp7J0oStRwoIGwKU > .row .container { font-size:14px;font-family:arial;height:765px;width:1200px;position:relative;display:block; }#tfW1oEhoyteo9wm5W8qFbTeP4flTAnG2 { position:absolute;display:block;z-index:15013;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:51.9886px;width:51.9886px;top:66.98860168457px;left:558.99145507812px;overflow:hidden;display:block; }
#QFNfrxVVps80PutlXbNCdpwcd4lg5izf { color:#272727;display:block;width:415.994px;position:absolute;font-family:roboto;font-size:30px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:129.98577880859px;left:391.98861694336px;height:77.983px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vmaSul3mZ8VvaRcX6xNRJpBoc1pvcuSL { background-color:#8d163b;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-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;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:roboto;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:395.98px;height:44.9716px;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:231.50564575195px;left:401.98861694336px;display:block; }
#AqVNy11EEH2BmZi32uIhlzICBIG2SCts { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#CAVnTyl81yOFHfBh9azU0n1KA7qTXpHy { background-color:#8d163b;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-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;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:roboto;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:395.966px;height:44.9716px;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:292.23011398315px;left:402.00283813477px;display:block; }
#LX7nsLxPOsfo6WINFJnKi3apMHkQuraS { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ESXiVk9MfUeWD8iFAsd8FpVZU4wDWioz { background-color:#8d163b;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-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;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:roboto;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:395.966px;height:44.9716px;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:411px;left:402px;display:block; }
#zrdRrcKb5SevvaTKcNAI1ZJUsPNJ7d55 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#sqDoAgZmw9KHPwHTZqCoM6bQcUm3Irs1 { background-color:#8d163b;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-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;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:roboto;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:395.966px;height:44.9716px;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:468px;left:402px;display:block; }
#sXuwOUPaDkWw6vdcmPs6J651HyR4NQ6q { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#KwSiztVrZQmoomz8JmB3eP3bJHldurut { background-color:#8d163b;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-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;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:roboto;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:395.966px;height:44.9716px;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:353.52272224426px;left:402.00283813477px;display:block; }
#JmszOMeOK2If7gsTi20hRka46AbO0iXN { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Q0ApvEuCuuSBPh7hf4JuwB0PMTtogm8A { color:#272727;display:block;width:415.98px;position:absolute;font-family:roboto;font-size:30px;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:583.3380355835px;left:392.00283813477px;height:38.9915px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hCBtr3kuTR5yNz8a6Ds17lpuVH8kgaWD { background-color:#8d163b;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-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;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:roboto;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:395.966px;height:44.9716px;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:635.34094238281px;left:402.00283813477px;display:block; }
#NLWTwcZbwDX8bkigKQxeEzRny9sGSiEO { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#BsowXBH7kkaL8Jxv05mdFTdSxvHJD8tL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4f4f4f;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; }#BsowXBH7kkaL8Jxv05mdFTdSxvHJD8tL > .row .container { background-color: transparent; background-image: none; }#BsowXBH7kkaL8Jxv05mdFTdSxvHJD8tL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BsowXBH7kkaL8Jxv05mdFTdSxvHJD8tL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BsowXBH7kkaL8Jxv05mdFTdSxvHJD8tL > .row .container > .video-iframe-container { display: none; }#BsowXBH7kkaL8Jxv05mdFTdSxvHJD8tL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BsowXBH7kkaL8Jxv05mdFTdSxvHJD8tL > .row > .video-iframe-container { display: none; }#BsowXBH7kkaL8Jxv05mdFTdSxvHJD8tL > .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); }#BsowXBH7kkaL8Jxv05mdFTdSxvHJD8tL > .row .container { border-width: 0; border-radius: 0; }#BsowXBH7kkaL8Jxv05mdFTdSxvHJD8tL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BsowXBH7kkaL8Jxv05mdFTdSxvHJD8tL > .row .container { font-size:14px;font-family:arial;height:127px;width:1200px;position:relative;display:block; }#a7gxSFsrbW6g9D5FFbu0Aa50cECxplUs { color:#ffffff;display:block;width:357.997px;position:absolute;font-family:"open sans";font-size:13px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:74px;left:421px;height:16.8892px;display:block; }
#lsvnRbE4W0hEiQZmxoUbUaZwv0ESCG83 { position:absolute;display:block;z-index:15013;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:43.9915px;width:121.989px;top:21px;left:539px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TocoGM8MFT9Eedn3cwtTl8ENTTW67FCr { display:block; }#TocoGM8MFT9Eedn3cwtTl8ENTTW67FCr > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KOTHKuw7ColJXpSMATtHD85ccWidrDLZ { top:278px;left:325.50001525879px;width:113px;height:79px;display:block; }
 }@media only screen and (max-width: 763px) { #tFnr7IFeiJiXms9oVNTAfnOBJ8d9ITRO { top:180px;left:210.99145507812px;width:341px;height:77px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #zyodgCXsrFop0Lpra92aT1nZWifqTZWF { top:35px;left:316px;width:133px;height:133px;display:block; }
 }@media only screen and (max-width: 763px) { #JhTVTlxpIDnDmnpTSIp7uWHEEGAAk1hw { display:block; }#JhTVTlxpIDnDmnpTSIp7uWHEEGAAk1hw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AHcnNHCZEMczQlZh8TrfkTdIyAAvfZiz { top:1px;left:357.00001525879px;width:49px;height:49px;display:block; }
 }@media only screen and (max-width: 763px) { #anTNhe4piy53xeDX9iXL2AVp3oXdGaBx { display:none; }
 }@media only screen and (max-width: 763px) { #lk0FWZEv84QmXRZ1vibxDE94DbcsE7UO { top:76px;left:592px;width:40px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #hbOroiDyM4zdyE8NTyEktIde03HTo5La { top:133px;left:512px;width:200px;height:77px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #shUickX5C4XxVsDLdxxvBSvLhGGzacAv { width:280px;height:45px;top:308px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #oWLeUX7qpLDuputp3PeqleW71bxNgkS2 { display:block; }
 }@media only screen and (max-width: 763px) { #R6Ekv3zMSTOmwKPGroMJRxk9dRSQXLHJ { width:282px;height:45px;top:374px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #vHz3HMPqbUEBMUXmNR2Ap4JXTL9UyAhZ { display:block; }
 }@media only screen and (max-width: 763px) { #hCEgGpOntxaV5RzIWwrEm5tmMIGdVSdI { width:282px;height:45px;top:441px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #Q7mTEoRhOs14ZgRz0XvUQeEaaPoCC8Np { display:block; }
 }@media only screen and (max-width: 763px) { #inxZF9w0AzyQ7dGFKhhTtUzULUWw2L70 { width:280px;height:45px;top:241px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #Jirwye0lVd9x4c4yqkIucEWAgf7R2x03 { display:block; }
 }@media only screen and (max-width: 763px) { #tzm22ltqkZWsbZ9hf4Mqvxobl3Kqkfk0 { top:131px;left:40px;width:217px;height:77px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #LcF47MqqCkLOloPisPXPDf4u5pM9TEOc { top:74px;left:131px;width:40px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #X7XdK7MH8vwLp1JmzTWNOhIzFATTgLz1 { width:282px;height:45px;top:441px;left:471px;display:block; }
 }@media only screen and (max-width: 763px) { #NEhmBaId6oQBMT8BQB28aJme3zQZlrcd { display:block; }
 }@media only screen and (max-width: 763px) { #sdD2H81aWzkIIN7pV0xqp2cmMV997Aoe { width:282px;height:45px;top:307px;left:470.99145507812px;display:block; }
 }@media only screen and (max-width: 763px) { #ADptifkBInck0fWw4GX10On5GydoSyFh { display:block; }
 }@media only screen and (max-width: 763px) { #WKDxDxF3rqJpimq1TphXp3QZGr43z1xb { width:280px;height:45px;top:373px;left:471.98577880859px;display:block; }
 }@media only screen and (max-width: 763px) { #sWx388XWVOblZ2hU75COJoVkMDFQN9sk { display:block; }
 }@media only screen and (max-width: 763px) { #VPmgISFksTNkJGsxs6EB3MGLvARTKOd4 { width:280px;height:45px;top:243px;left:471px;display:block; }
 }@media only screen and (max-width: 763px) { #wBHDHEk37yDpKybVouDDECTWLZuEAaUK { display:block; }
 }@media only screen and (max-width: 763px) { #UsXXugC71X8chPgXpELQ13D3UNn3CWbJ { top:117px;left:385px;width:3px;height:387px;display:block; }
 }@media only screen and (max-width: 763px) { #T2RBEcAznAHmZCBXNp7J0oStRwoIGwKU { display:block; }#T2RBEcAznAHmZCBXNp7J0oStRwoIGwKU > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tfW1oEhoyteo9wm5W8qFbTeP4flTAnG2 { top:66px;left:340.99145507812px;width:51px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { #QFNfrxVVps80PutlXbNCdpwcd4lg5izf { top:129px;left:173.98861694336px;width:415px;height:77px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #vmaSul3mZ8VvaRcX6xNRJpBoc1pvcuSL { width:395px;height:44px;top:231px;left:183.98861694336px;display:block; }
 }@media only screen and (max-width: 763px) { #AqVNy11EEH2BmZi32uIhlzICBIG2SCts { display:block; }
 }@media only screen and (max-width: 763px) { #CAVnTyl81yOFHfBh9azU0n1KA7qTXpHy { width:395px;height:44px;top:292px;left:184.00283813477px;display:block; }
 }@media only screen and (max-width: 763px) { #LX7nsLxPOsfo6WINFJnKi3apMHkQuraS { display:block; }
 }@media only screen and (max-width: 763px) { #ESXiVk9MfUeWD8iFAsd8FpVZU4wDWioz { width:395px;height:44px;top:411px;left:184px;display:block; }
 }@media only screen and (max-width: 763px) { #zrdRrcKb5SevvaTKcNAI1ZJUsPNJ7d55 { display:block; }
 }@media only screen and (max-width: 763px) { #sqDoAgZmw9KHPwHTZqCoM6bQcUm3Irs1 { width:395px;height:44px;top:468px;left:184px;display:block; }
 }@media only screen and (max-width: 763px) { #sXuwOUPaDkWw6vdcmPs6J651HyR4NQ6q { display:block; }
 }@media only screen and (max-width: 763px) { #KwSiztVrZQmoomz8JmB3eP3bJHldurut { width:395px;height:44px;top:353px;left:184.00283813477px;display:block; }
 }@media only screen and (max-width: 763px) { #JmszOMeOK2If7gsTi20hRka46AbO0iXN { display:block; }
 }@media only screen and (max-width: 763px) { #Q0ApvEuCuuSBPh7hf4JuwB0PMTtogm8A { top:583px;left:174.00283813477px;width:415px;height:38px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #hCBtr3kuTR5yNz8a6Ds17lpuVH8kgaWD { width:395px;height:44px;top:635px;left:184.00283813477px;display:block; }
 }@media only screen and (max-width: 763px) { #NLWTwcZbwDX8bkigKQxeEzRny9sGSiEO { display:block; }
 }@media only screen and (max-width: 763px) { #BsowXBH7kkaL8Jxv05mdFTdSxvHJD8tL { display:block; }#BsowXBH7kkaL8Jxv05mdFTdSxvHJD8tL > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a7gxSFsrbW6g9D5FFbu0Aa50cECxplUs { top:74px;left:203px;width:357px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #lsvnRbE4W0hEiQZmxoUbUaZwv0ESCG83 { top:21px;left:321px;width:121px;height:43.63484822402px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TocoGM8MFT9Eedn3cwtTl8ENTTW67FCr { display:block; }#TocoGM8MFT9Eedn3cwtTl8ENTTW67FCr > .row .container { width:320px;height:235px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KOTHKuw7ColJXpSMATtHD85ccWidrDLZ { width:113px;height:103px;top:317.17047119141px;left:103.50000286102px;display:none; }
 }@media only screen and (max-width: 763px) { #tFnr7IFeiJiXms9oVNTAfnOBJ8d9ITRO { width:242.997px;height:57.1875px;top:141.98863220215px;left:38.480112075806px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #zyodgCXsrFop0Lpra92aT1nZWifqTZWF { width:97px;height:97px;top:25px;left:111px;display:block; }
 }@media only screen and (max-width: 763px) { #JhTVTlxpIDnDmnpTSIp7uWHEEGAAk1hw { display:block; }#JhTVTlxpIDnDmnpTSIp7uWHEEGAAk1hw > .row .container { width:320px;height:1033px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AHcnNHCZEMczQlZh8TrfkTdIyAAvfZiz { width:49px;height:49px;top:8.5px;left:135.00001049042px;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #anTNhe4piy53xeDX9iXL2AVp3oXdGaBx { top:0px;left:95.500002861023px;width:129px;height:66px;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:40px;border-bottom-right-radius:40px;display:block; }
 }@media only screen and (max-width: 763px) { #lk0FWZEv84QmXRZ1vibxDE94DbcsE7UO { width:40px;height:40px;top:545px;left:140px;display:block; }
 }@media only screen and (max-width: 763px) { #hbOroiDyM4zdyE8NTyEktIde03HTo5La { width:163.991px;height:65px;top:607px;left:78px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #shUickX5C4XxVsDLdxxvBSvLhGGzacAv { width:310px;height:43.9915px;top:321px;left:5px;display:block; }
 }@media only screen and (max-width: 763px) { #oWLeUX7qpLDuputp3PeqleW71bxNgkS2 { display:block; }
 }@media only screen and (max-width: 763px) { #R6Ekv3zMSTOmwKPGroMJRxk9dRSQXLHJ { width:310px;height:45px;top:384px;left:5px;display:block; }
 }@media only screen and (max-width: 763px) { #vHz3HMPqbUEBMUXmNR2Ap4JXTL9UyAhZ { display:block; }
 }@media only screen and (max-width: 763px) { #hCEgGpOntxaV5RzIWwrEm5tmMIGdVSdI { width:310px;height:45px;top:446px;left:5px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Q7mTEoRhOs14ZgRz0XvUQeEaaPoCC8Np { display:block; }
 }@media only screen and (max-width: 763px) { #inxZF9w0AzyQ7dGFKhhTtUzULUWw2L70 { width:310px;height:45px;top:257px;left:5px;display:block; }
 }@media only screen and (max-width: 763px) { #Jirwye0lVd9x4c4yqkIucEWAgf7R2x03 { display:block; }
 }@media only screen and (max-width: 763px) { #tzm22ltqkZWsbZ9hf4Mqvxobl3Kqkfk0 { width:216.989px;height:65px;top:171px;left:51px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LcF47MqqCkLOloPisPXPDf4u5pM9TEOc { width:40px;height:40px;top:111px;left:140px;display:block; }
 }@media only screen and (max-width: 763px) { #X7XdK7MH8vwLp1JmzTWNOhIzFATTgLz1 { width:310px;height:45px;top:895px;left:5px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #NEhmBaId6oQBMT8BQB28aJme3zQZlrcd { display:block; }
 }@media only screen and (max-width: 763px) { #sdD2H81aWzkIIN7pV0xqp2cmMV997Aoe { width:310px;height:45px;top:770.83801269531px;left:5px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ADptifkBInck0fWw4GX10On5GydoSyFh { display:block; }
 }@media only screen and (max-width: 763px) { #WKDxDxF3rqJpimq1TphXp3QZGr43z1xb { width:310px;height:45px;top:833.96301269531px;left:5px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #sWx388XWVOblZ2hU75COJoVkMDFQN9sk { display:block; }
 }@media only screen and (max-width: 763px) { #VPmgISFksTNkJGsxs6EB3MGLvARTKOd4 { width:310px;height:45px;top:705px;left:5px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #wBHDHEk37yDpKybVouDDECTWLZuEAaUK { display:block; }
 }@media only screen and (max-width: 763px) { #UsXXugC71X8chPgXpELQ13D3UNn3CWbJ { width:3px;height:387px;top:788.97729406738px;left:158px;display:none; }
 }@media only screen and (max-width: 763px) { #T2RBEcAznAHmZCBXNp7J0oStRwoIGwKU { display:block; }#T2RBEcAznAHmZCBXNp7J0oStRwoIGwKU > .row .container { width:320px;height:690px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tfW1oEhoyteo9wm5W8qFbTeP4flTAnG2 { width:44.9884px;height:44.9884px;top:41.97917175293px;left:129.47917175293px;display:block; }
 }@media only screen and (max-width: 763px) { #QFNfrxVVps80PutlXbNCdpwcd4lg5izf { width:201.991px;height:97.5px;top:99.976852416992px;left:58.993057250977px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vmaSul3mZ8VvaRcX6xNRJpBoc1pvcuSL { width:318.993px;height:43.9931px;top:237px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #AqVNy11EEH2BmZi32uIhlzICBIG2SCts { display:block; }
 }@media only screen and (max-width: 763px) { #CAVnTyl81yOFHfBh9azU0n1KA7qTXpHy { width:319px;height:44px;top:292.98294830322px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #LX7nsLxPOsfo6WINFJnKi3apMHkQuraS { display:block; }
 }@media only screen and (max-width: 763px) { #ESXiVk9MfUeWD8iFAsd8FpVZU4wDWioz { width:318.991px;height:43.9915px;top:460.98010253906px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #zrdRrcKb5SevvaTKcNAI1ZJUsPNJ7d55 { display:block; }
 }@media only screen and (max-width: 763px) { #sqDoAgZmw9KHPwHTZqCoM6bQcUm3Irs1 { width:318.991px;height:43.9915px;top:404.97158813477px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #sXuwOUPaDkWw6vdcmPs6J651HyR4NQ6q { display:block; }
 }@media only screen and (max-width: 763px) { #KwSiztVrZQmoomz8JmB3eP3bJHldurut { width:315.994px;height:43.9915px;top:349.97158813477px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #JmszOMeOK2If7gsTi20hRka46AbO0iXN { display:block; }
 }@media only screen and (max-width: 763px) { #Q0ApvEuCuuSBPh7hf4JuwB0PMTtogm8A { width:320px;height:32.5px;top:551px;left:0px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hCBtr3kuTR5yNz8a6Ds17lpuVH8kgaWD { width:304px;height:44px;top:603px;left:8px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #NLWTwcZbwDX8bkigKQxeEzRny9sGSiEO { display:block; }
 }@media only screen and (max-width: 763px) { #BsowXBH7kkaL8Jxv05mdFTdSxvHJD8tL { display:block; }#BsowXBH7kkaL8Jxv05mdFTdSxvHJD8tL > .row .container { width:320px;height:145px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a7gxSFsrbW6g9D5FFbu0Aa50cECxplUs { width:200.994px;height:33.7784px;top:89.985778808594px;left:59.4886302948px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lsvnRbE4W0hEiQZmxoUbUaZwv0ESCG83 { width:130px;height:40.9943px;top:31.988647460938px;left:94.999998092651px;display:block; }
 }