.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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#TuscsRu81nr5rIpL7mC3x1vEDzATRd48 { 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; }#TuscsRu81nr5rIpL7mC3x1vEDzATRd48 > .row .container { background-color: transparent; background-image: none; }#TuscsRu81nr5rIpL7mC3x1vEDzATRd48::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuscsRu81nr5rIpL7mC3x1vEDzATRd48 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuscsRu81nr5rIpL7mC3x1vEDzATRd48 > .row .container > .video-iframe-container { display: none; }#TuscsRu81nr5rIpL7mC3x1vEDzATRd48 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuscsRu81nr5rIpL7mC3x1vEDzATRd48 > .row > .video-iframe-container { display: none; }#TuscsRu81nr5rIpL7mC3x1vEDzATRd48 > .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); }#TuscsRu81nr5rIpL7mC3x1vEDzATRd48 > .row .container { border-width: 0; border-radius: 0; }#TuscsRu81nr5rIpL7mC3x1vEDzATRd48 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TuscsRu81nr5rIpL7mC3x1vEDzATRd48 > .row .container { font-size:14px;font-family:arial;height:504px;width:1200px;position:relative;display:block; }#Gz3psXLgqOVoU1OKoZQ0uLdswBKabnwW { position:absolute;display:block;z-index:15000;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:63px;width:304px;top:43px;left:196px;overflow:hidden;display:block; }
#r5qgWNo2z0Q1rxeIyzuTqT3x3dWQNaK4 { 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:67px;width:203px;top:41px;left:556px;overflow:hidden;display:block; }
#bZGez5VieHKV97yyJoo6Mo3f7fsguwTA { position:absolute;display:block;z-index:15002;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:42px;width:163px;top:49px;left:815px;overflow:hidden;display:block; }
#BmnWcpTFVgkeZrpWyyIyiqng2IeBRGcC { box-sizing:content-box;height:1px;width:370px;position:absolute;display:block;z-index:15003;background-color:#5d5d5d;background-image:none;top:210px;left:830px;display:block; }
#ycH8i4ucWUlohIuI5w5DXcH2oMN51Wyb { color:#233645;display:block;width:370px;position:absolute;font-family:"montserrat alternates";font-size:14px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:222px;left:830px;height:18.1953px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#O5ptTd3cgxO0LJHkyLU2Su1Mnne1BFIS { color:#233645;display:block;width:370px;position:absolute;font-family:"montserrat alternates";font-size:18px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:253px;left:830px;height:46.7969px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xEMsG3pzUqULyDA8QJfaiIQwhx1A188z { color:#233645;display:block;width:638px;position:absolute;font-family:"montserrat alternates";font-size:36px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:210px;left:0px;height:46.7969px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FzLiA7ORO1l51BgBJwhyHth2TmFsE70w { color:#233645;display:block;width:583px;position:absolute;font-family:"montserrat alternates";font-size:72px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:320px;left:0px;height:93.5938px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ieraGvp7gpnGaXDAUPaGh7lv4CQMVP2p { color:#233645;display:block;width:470px;position:absolute;font-family:"montserrat alternates";font-size:18px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:425px;left:0px;height:23.3984px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rIFhZvVVzMATQRfkSSb8Q5SmpawZ21tk { box-sizing:content-box;height:1px;width:470px;position:absolute;display:block;z-index:15004;background-color:#5d5d5d;background-image:none;top:461px;left:0px;display:block; }
#SuMr4EaQ73azDfMzJtRCaPaMlTsNXL2T { box-sizing:content-box;height:1px;width:800px;position:absolute;display:block;z-index:15004;background-color:#5d5d5d;background-image:none;top:128px;left:200px;display:block; }
#MVQcVSXCyID0PC4Qkfvs8O5rgdiBtusE { color:#233645;display:block;width:470px;position:absolute;font-family:"montserrat alternates";font-size:18px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:264.6953125px;left:0px;height:23.3984px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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.3); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e7fc7b2c-af6c-4ff7-a09b-70c614cec019/histaurycover2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:14px;font-family:arial;height:856px;width:1200px;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.lazyloading { background-image: none; }#oHuOTpClPnJuFVUml9HchgUJsDo7AJ2T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,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; }#oHuOTpClPnJuFVUml9HchgUJsDo7AJ2T > .row .container { background-color: transparent; background-image: none; }#oHuOTpClPnJuFVUml9HchgUJsDo7AJ2T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oHuOTpClPnJuFVUml9HchgUJsDo7AJ2T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oHuOTpClPnJuFVUml9HchgUJsDo7AJ2T > .row .container > .video-iframe-container { display: none; }#oHuOTpClPnJuFVUml9HchgUJsDo7AJ2T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oHuOTpClPnJuFVUml9HchgUJsDo7AJ2T > .row > .video-iframe-container { display: none; }#oHuOTpClPnJuFVUml9HchgUJsDo7AJ2T > .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); }#oHuOTpClPnJuFVUml9HchgUJsDo7AJ2T > .row .container { border-width: 0; border-radius: 0; }#oHuOTpClPnJuFVUml9HchgUJsDo7AJ2T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oHuOTpClPnJuFVUml9HchgUJsDo7AJ2T > .row .container { font-size:14px;font-family:arial;height:1227px;width:1200px;position:relative;display:block; }#uL7B0q1bTW6n3Wwd3srasWyM0noAoTo9 { color:#233645;display:block;width:770px;position:absolute;font-family:"montserrat alternates";font-size:14px;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:927px;left:30px;height:176.3432px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bD6KCnJi9wNrlyvFtnhBvN10G0sEEw4h { color:#233645;display:block;width:770px;position:absolute;font-family:"montserrat alternates";font-size:28px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:134px;left:215px;height:254.789px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H7RGr26hXZNz3iOM68G9lcU8i19e23So { box-sizing:content-box;height:3px;width:280px;position:absolute;display:block;z-index:15005;background-color:#5d5d5d;background-image:none;top:116px;left:460px;display:block; }
#Pb5nMb151P7u2pF6fbxbr9DM74fiEDkN { box-sizing:content-box;height:300px;width:2px;position:absolute;display:block;z-index:15007;background-color:#5d5d5d;background-image:none;top:865px;left:0px;display:block; }
#MNTK5TFym34rAf8ea9yp1Xr992FdrQez { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:360px;width:640px;top:455.5px;left:280px;display:block; }
#hECBtGtqWTR6Cpix7hxV1D08ofmQsmXA { position:relative;display:block; }#hECBtGtqWTR6Cpix7hxV1D08ofmQsmXA { background-color: transparent; background-image: none; }#hECBtGtqWTR6Cpix7hxV1D08ofmQsmXA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hECBtGtqWTR6Cpix7hxV1D08ofmQsmXA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hECBtGtqWTR6Cpix7hxV1D08ofmQsmXA > .row .container > .video-iframe-container { display: none; }#hECBtGtqWTR6Cpix7hxV1D08ofmQsmXA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hECBtGtqWTR6Cpix7hxV1D08ofmQsmXA > .row > .video-iframe-container { display: none; }#hECBtGtqWTR6Cpix7hxV1D08ofmQsmXA > .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); }#hECBtGtqWTR6Cpix7hxV1D08ofmQsmXA { border-width: 0; border-radius: 0; }#hECBtGtqWTR6Cpix7hxV1D08ofmQsmXA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hECBtGtqWTR6Cpix7hxV1D08ofmQsmXA > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7b8e09f0-7d4d-458d-a8bd-28685721c7b2/histaury1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:14px;font-family:arial;height:676px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#hECBtGtqWTR6Cpix7hxV1D08ofmQsmXA > .row .container.adaptive-delivery-prevent-bg, #hECBtGtqWTR6Cpix7hxV1D08ofmQsmXA > .row .container.lazyload, #hECBtGtqWTR6Cpix7hxV1D08ofmQsmXA > .row .container.lazyloading { background-image: none; }#byp3B6r3vbGh8An70UtydohmMQtXUHqT { position:relative;display:block; }#byp3B6r3vbGh8An70UtydohmMQtXUHqT { background-color: transparent; background-image: none; }#byp3B6r3vbGh8An70UtydohmMQtXUHqT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#byp3B6r3vbGh8An70UtydohmMQtXUHqT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#byp3B6r3vbGh8An70UtydohmMQtXUHqT > .row .container > .video-iframe-container { display: none; }#byp3B6r3vbGh8An70UtydohmMQtXUHqT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#byp3B6r3vbGh8An70UtydohmMQtXUHqT > .row > .video-iframe-container { display: none; }#byp3B6r3vbGh8An70UtydohmMQtXUHqT > .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); }#byp3B6r3vbGh8An70UtydohmMQtXUHqT { border-width: 0; border-radius: 0; }#byp3B6r3vbGh8An70UtydohmMQtXUHqT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#byp3B6r3vbGh8An70UtydohmMQtXUHqT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:478px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oLT3WZ6hPPaVUPTq1TfyvMTlnTU4ryHX { color:#233645;display:block;width:770px;position:absolute;font-family:"montserrat alternates";font-size:14px;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:147px;left:30px;height:195.9376px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#b9EoGy37hTVlcltN0NzZteFUUhCssLOC { box-sizing:content-box;height:355px;width:2px;position:absolute;display:block;z-index:15009;background-color:#5d5d5d;background-image:none;top:62px;left:0px;display:block; }
#FGbWLHS8zdKuSDaNuLflWFiStNINbK9Q { position:relative;display:block; }#FGbWLHS8zdKuSDaNuLflWFiStNINbK9Q { background-color: transparent; background-image: none; }#FGbWLHS8zdKuSDaNuLflWFiStNINbK9Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGbWLHS8zdKuSDaNuLflWFiStNINbK9Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGbWLHS8zdKuSDaNuLflWFiStNINbK9Q > .row .container > .video-iframe-container { display: none; }#FGbWLHS8zdKuSDaNuLflWFiStNINbK9Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGbWLHS8zdKuSDaNuLflWFiStNINbK9Q > .row > .video-iframe-container { display: none; }#FGbWLHS8zdKuSDaNuLflWFiStNINbK9Q > .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); }#FGbWLHS8zdKuSDaNuLflWFiStNINbK9Q { border-width: 0; border-radius: 0; }#FGbWLHS8zdKuSDaNuLflWFiStNINbK9Q > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FGbWLHS8zdKuSDaNuLflWFiStNINbK9Q > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b6d358b2-5868-4f5c-8aa4-3b93daec9c0f/histaury2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:14px;font-family:arial;height:676px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#FGbWLHS8zdKuSDaNuLflWFiStNINbK9Q > .row .container.adaptive-delivery-prevent-bg, #FGbWLHS8zdKuSDaNuLflWFiStNINbK9Q > .row .container.lazyload, #FGbWLHS8zdKuSDaNuLflWFiStNINbK9Q > .row .container.lazyloading { background-image: none; }#puUZJTJgxzQQGrKAoz0r4lHE87ykcmJF { position:relative;display:block; }#puUZJTJgxzQQGrKAoz0r4lHE87ykcmJF { background-color: transparent; background-image: none; }#puUZJTJgxzQQGrKAoz0r4lHE87ykcmJF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puUZJTJgxzQQGrKAoz0r4lHE87ykcmJF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puUZJTJgxzQQGrKAoz0r4lHE87ykcmJF > .row .container > .video-iframe-container { display: none; }#puUZJTJgxzQQGrKAoz0r4lHE87ykcmJF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puUZJTJgxzQQGrKAoz0r4lHE87ykcmJF > .row > .video-iframe-container { display: none; }#puUZJTJgxzQQGrKAoz0r4lHE87ykcmJF > .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); }#puUZJTJgxzQQGrKAoz0r4lHE87ykcmJF { border-width: 0; border-radius: 0; }#puUZJTJgxzQQGrKAoz0r4lHE87ykcmJF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#puUZJTJgxzQQGrKAoz0r4lHE87ykcmJF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:340px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AMZdnqpPwzTgmoRJ3OfMe9Qi8mSgBFvQ { color:#233645;display:block;width:770px;position:absolute;font-family:"montserrat alternates";font-size:14px;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:173px;left:30px;height:78.375px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pCCRT2PJ26XctqbTbeOZx2AFkPldiBTw { box-sizing:content-box;height:247px;width:2px;position:absolute;display:block;z-index:15009;background-color:#5d5d5d;background-image:none;top:88px;left:0px;display:block; }
#b6Hmbg8CzdbFlnHuwpcTXe7nOdHEErJ7 { position:relative;display:block; }#b6Hmbg8CzdbFlnHuwpcTXe7nOdHEErJ7 { background-color: transparent; background-image: none; }#b6Hmbg8CzdbFlnHuwpcTXe7nOdHEErJ7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b6Hmbg8CzdbFlnHuwpcTXe7nOdHEErJ7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b6Hmbg8CzdbFlnHuwpcTXe7nOdHEErJ7 > .row .container > .video-iframe-container { display: none; }#b6Hmbg8CzdbFlnHuwpcTXe7nOdHEErJ7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b6Hmbg8CzdbFlnHuwpcTXe7nOdHEErJ7 > .row > .video-iframe-container { display: none; }#b6Hmbg8CzdbFlnHuwpcTXe7nOdHEErJ7 > .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); }#b6Hmbg8CzdbFlnHuwpcTXe7nOdHEErJ7 { border-width: 0; border-radius: 0; }#b6Hmbg8CzdbFlnHuwpcTXe7nOdHEErJ7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#b6Hmbg8CzdbFlnHuwpcTXe7nOdHEErJ7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:589px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#M0lhngiT5OKXnMDoe6iLuXuIp0SGoDEf { color:#233645;display:block;width:770px;position:absolute;font-family:"montserrat alternates";font-size:28px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:155px;left:215px;height:254.789px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZMvETvZQt2KgsbCnP9z9FvKrWrPea9Vz { box-sizing:content-box;height:3px;width:280px;position:absolute;display:block;z-index:15007;background-color:#5d5d5d;background-image:none;top:118px;left:461px;display:block; }
#xeL9NsrIm5rIcshprEnc3isRm4TOPwRN { position:relative;display:block; }#xeL9NsrIm5rIcshprEnc3isRm4TOPwRN { background-color: transparent; background-image: none; }#xeL9NsrIm5rIcshprEnc3isRm4TOPwRN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xeL9NsrIm5rIcshprEnc3isRm4TOPwRN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xeL9NsrIm5rIcshprEnc3isRm4TOPwRN > .row .container > .video-iframe-container { display: none; }#xeL9NsrIm5rIcshprEnc3isRm4TOPwRN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xeL9NsrIm5rIcshprEnc3isRm4TOPwRN > .row > .video-iframe-container { display: none; }#xeL9NsrIm5rIcshprEnc3isRm4TOPwRN > .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); }#xeL9NsrIm5rIcshprEnc3isRm4TOPwRN { border-width: 0; border-radius: 0; }#xeL9NsrIm5rIcshprEnc3isRm4TOPwRN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xeL9NsrIm5rIcshprEnc3isRm4TOPwRN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#233645;background-image:none;font-size:14px;font-family:arial;height:393px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#W99iQGI3Ri47tQAJqqKGnsGA1s6LCkkO { color:#ffffff;display:block;width:315px;position:absolute;font-family:"montserrat alternates";font-size:14px;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:163px;left:50px;height:58.7813px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SH6Noi3f4A9vHf0y82LssiNCx3M4xZVV { color:#ffffff;display:block;width:770px;position:absolute;font-family:"montserrat alternates";font-size:28px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:61px;left:215px;height:36.3984px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VlIvzHbpIaKAombxcE38oz5DNkpGIJsy { color:#ffffff;display:block;width:315px;position:absolute;font-family:"montserrat alternates";font-size:14px;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:159px;left:443px;height:39.1876px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uNzL10QFAATMdBNsEuCo9r6R7p9D9Tb3 { color:#ffffff;display:block;width:315px;position:absolute;font-family:"montserrat alternates";font-size:14px;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:159px;left:835px;height:39.1876px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ENHz2y06GrtzviDs0Vq7fDAvbaT4MK2W { color:#ffffff;display:block;width:315px;position:absolute;font-family:"montserrat alternates";font-size:14px;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:268px;left:671px;height:58.7813px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ku7FGOf67WeVLggVa6uRRuzxUerOe0Ut { color:#ffffff;display:block;width:315px;position:absolute;font-family:"montserrat alternates";font-size:14px;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:268px;left:215px;height:58.7813px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bywZToQbZM2GWHJGcyCTeW2TbzLS9Nvi { box-sizing:content-box;height:1px;width:470px;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:108px;left:365px;display:block; }
#Ixee4FElE86VyPUyv2kf0l6AkyOGusgT { position:relative;display:block; }#Ixee4FElE86VyPUyv2kf0l6AkyOGusgT { background-color: transparent; background-image: none; }#Ixee4FElE86VyPUyv2kf0l6AkyOGusgT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ixee4FElE86VyPUyv2kf0l6AkyOGusgT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ixee4FElE86VyPUyv2kf0l6AkyOGusgT > .row .container > .video-iframe-container { display: none; }#Ixee4FElE86VyPUyv2kf0l6AkyOGusgT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ixee4FElE86VyPUyv2kf0l6AkyOGusgT > .row > .video-iframe-container { display: none; }#Ixee4FElE86VyPUyv2kf0l6AkyOGusgT > .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); }#Ixee4FElE86VyPUyv2kf0l6AkyOGusgT { border-width: 0; border-radius: 0; }#Ixee4FElE86VyPUyv2kf0l6AkyOGusgT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Ixee4FElE86VyPUyv2kf0l6AkyOGusgT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:335px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#b9191evS8cJtELgPzT9SweaTQ2eJkQ2b { color:#233645;display:block;width:636px;position:absolute;font-family:"montserrat alternates";font-size:13px;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:86.8125px;left:282px;height:18.1953px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hFxo9c0dllbCIBn9UZVqNuQPTWkElLEO { position:absolute;display:block;z-index:15009;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:121px;width:118px;top:135px;left:64px;overflow:hidden;display:block; }
#xDmMcIO8uP4TrRlbfoCMZ78TL3iRNnCz { position:absolute;display:block;z-index:15010;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:60px;width:211px;top:165px;left:244px;overflow:hidden;display:block; }
#Owv4gz9yoTpfl16ZmQOfFBHycP04tFmD { position:absolute;display:block;z-index:15011;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:60px;width:180px;top:165px;left:548px;overflow:hidden;display:block; }
#cf712cKphq2WdaisJcGy7XSey6G148Rz { position:absolute;display:block;z-index:15012;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:93px;width:93px;top:149px;left:794px;overflow:hidden;display:block; }
#h7h9mNlnV5tPc7Qh1viGhAbdH3W8TQrP { 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:60px;width:182px;top:165px;left:954px;overflow:hidden;display:block; }
#yObtS6GoTLgrF7lgE1C2ypo25t4p26am { position:relative;display:block; }#yObtS6GoTLgrF7lgE1C2ypo25t4p26am { background-color: transparent; background-image: none; }#yObtS6GoTLgrF7lgE1C2ypo25t4p26am::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yObtS6GoTLgrF7lgE1C2ypo25t4p26am > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yObtS6GoTLgrF7lgE1C2ypo25t4p26am > .row .container > .video-iframe-container { display: none; }#yObtS6GoTLgrF7lgE1C2ypo25t4p26am > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yObtS6GoTLgrF7lgE1C2ypo25t4p26am > .row > .video-iframe-container { display: none; }#yObtS6GoTLgrF7lgE1C2ypo25t4p26am > .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); }#yObtS6GoTLgrF7lgE1C2ypo25t4p26am { border-width: 0; border-radius: 0; }#yObtS6GoTLgrF7lgE1C2ypo25t4p26am > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yObtS6GoTLgrF7lgE1C2ypo25t4p26am > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#233645;background-image:none;font-size:14px;font-family:arial;height:410px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Eal8acAwiyzIJFz1xZdKq6T2KJa7AuJg { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:27px;width:27px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:290px;left:328px; }
#Eal8acAwiyzIJFz1xZdKq6T2KJa7AuJg > img { max-width: 100%;max-height:100%; width:27px; height:27px; }#eK621VfKAK0U84wxMzqDrSd4DmEMJAWf { color:#ffffff;display:block;width:302px;position:absolute;font-family:"montserrat alternates";font-size:13px;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:192px;left:149px;height:54.5859px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gyIrhaBsN6SiLsMb7Dn4LWc9zmTgQfys { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:27px;width:27px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:290px;left:285px; }
#gyIrhaBsN6SiLsMb7Dn4LWc9zmTgQfys > img { max-width: 100%;max-height:100%; width:27px; height:27px; }#nPLE4nZwg1vXBKJGNEhGZ57lctraTdIg { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:27px;width:27px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:290px;left:245px; }
#nPLE4nZwg1vXBKJGNEhGZ57lctraTdIg > img { max-width: 100%;max-height:100%; width:27px; height:27px; }#LboxnBBT4qobAAKqhVM9hqNBSXPWrOPV { position:absolute;display:block;z-index:15000;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:36px;width:121px;top:117px;left:240px;overflow:hidden;display:block; }
#qQNO93V51h79zBrzreF6B71nsSXcVf9R { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:27px;width:27px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:292px;left:928px; }
#qQNO93V51h79zBrzreF6B71nsSXcVf9R > img { max-width: 100%;max-height:100%; width:27px; height:27px; }#fewMakSkbtKoNaBlu0v1GrAvpeeIzKhd { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:27px;width:27px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:292px;left:885px; }
#fewMakSkbtKoNaBlu0v1GrAvpeeIzKhd > img { max-width: 100%;max-height:100%; width:27px; height:27px; }#RKT5L337T1wxzEvESfatKkVKg8ySkKOP { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:27px;width:27px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:292px;left:845px; }
#RKT5L337T1wxzEvESfatKkVKg8ySkKOP > img { max-width: 100%;max-height:100%; width:27px; height:27px; }#oN1QUXb2n4mpvAvRwzEmFQbXqUM0zg72 { color:#ffffff;display:block;width:302px;position:absolute;font-family:"montserrat alternates";font-size:13px;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:194px;left:749px;height:54.5859px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JmH4Co6i3M5FP8SnM2qgd4I4giuBvi2l { 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:48px;width:110px;top:113px;left:845px;overflow:hidden;display:block; }
#oGkbTGd9rq5SVziezemLdoKZvbGCPJro { color:#ffffff;display:block;width:315px;position:absolute;font-family:"montserrat alternates";font-size:13px;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:60.8125px;left:142.5px;height:18.1953px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CATgcteTfQvKkiz47OGEMa7GG1hMMbM6 { color:#ffffff;display:block;width:315px;position:absolute;font-family:"montserrat alternates";font-size:13px;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:60.8125px;left:742.5px;height:18.1953px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pN52IhC1MkvfnyZEgGZuQropwc6AT00L { position:relative;display:block; }#pN52IhC1MkvfnyZEgGZuQropwc6AT00L { background-color: transparent; background-image: none; }#pN52IhC1MkvfnyZEgGZuQropwc6AT00L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pN52IhC1MkvfnyZEgGZuQropwc6AT00L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pN52IhC1MkvfnyZEgGZuQropwc6AT00L > .row .container > .video-iframe-container { display: none; }#pN52IhC1MkvfnyZEgGZuQropwc6AT00L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pN52IhC1MkvfnyZEgGZuQropwc6AT00L > .row > .video-iframe-container { display: none; }#pN52IhC1MkvfnyZEgGZuQropwc6AT00L > .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); }#pN52IhC1MkvfnyZEgGZuQropwc6AT00L { border-width: 0; border-radius: 0; }#pN52IhC1MkvfnyZEgGZuQropwc6AT00L > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#pN52IhC1MkvfnyZEgGZuQropwc6AT00L > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:102px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#t1iD71lXsQ2ZNg1zrGLTsB8Ka9guKUXg { color:#233645;display:block;width:502px;position:absolute;font-family:"montserrat alternates";font-size:13px;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:46.203125px;left:349px;height:18.1953px;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TuscsRu81nr5rIpL7mC3x1vEDzATRd48 { display:block; }#TuscsRu81nr5rIpL7mC3x1vEDzATRd48 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gz3psXLgqOVoU1OKoZQ0uLdswBKabnwW { top:43px;left:0px;width:304px;height:63px;display:block; }
 }@media only screen and (max-width: 763px) { #r5qgWNo2z0Q1rxeIyzuTqT3x3dWQNaK4 { top:41px;left:338px;width:203px;height:67px;display:block; }
 }@media only screen and (max-width: 763px) { #bZGez5VieHKV97yyJoo6Mo3f7fsguwTA { top:49px;left:597px;width:163px;height:42px;display:block; }
 }@media only screen and (max-width: 763px) { #BmnWcpTFVgkeZrpWyyIyiqng2IeBRGcC { top:210px;left:394px;width:370px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #ycH8i4ucWUlohIuI5w5DXcH2oMN51Wyb { top:222px;left:394px;width:370px;height:18px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #O5ptTd3cgxO0LJHkyLU2Su1Mnne1BFIS { top:253px;left:394px;width:370px;height:46px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #xEMsG3pzUqULyDA8QJfaiIQwhx1A188z { top:210px;left:0px;width:638px;height:46px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #FzLiA7ORO1l51BgBJwhyHth2TmFsE70w { top:320px;left:0px;width:583px;height:93px;font-size:48px;display:block; }
 }@media only screen and (max-width: 763px) { #ieraGvp7gpnGaXDAUPaGh7lv4CQMVP2p { top:425px;left:0px;width:470px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #rIFhZvVVzMATQRfkSSb8Q5SmpawZ21tk { top:461px;left:0px;width:470px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #SuMr4EaQ73azDfMzJtRCaPaMlTsNXL2T { top:128px;left:0px;width:764px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #MVQcVSXCyID0PC4Qkfvs8O5rgdiBtusE { top:264px;left:0px;width:470px;height:23px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oHuOTpClPnJuFVUml9HchgUJsDo7AJ2T { display:block; }#oHuOTpClPnJuFVUml9HchgUJsDo7AJ2T > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uL7B0q1bTW6n3Wwd3srasWyM0noAoTo9 { top:927px;left:0px;width:764px;height:176px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #bD6KCnJi9wNrlyvFtnhBvN10G0sEEw4h { top:134px;left:0px;width:764px;height:254px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #H7RGr26hXZNz3iOM68G9lcU8i19e23So { top:116px;left:242px;width:280px;height:3px;display:block; }
 }@media only screen and (max-width: 763px) { #Pb5nMb151P7u2pF6fbxbr9DM74fiEDkN { top:865px;left:0px;width:2px;height:300px;display:block; }
 }@media only screen and (max-width: 763px) { #MNTK5TFym34rAf8ea9yp1Xr992FdrQez { top:455px;left:62px;width:640px;height:360px;display:block; }
 }@media only screen and (max-width: 763px) { #hECBtGtqWTR6Cpix7hxV1D08ofmQsmXA { display:block; }#hECBtGtqWTR6Cpix7hxV1D08ofmQsmXA > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #byp3B6r3vbGh8An70UtydohmMQtXUHqT { display:block; }#byp3B6r3vbGh8An70UtydohmMQtXUHqT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oLT3WZ6hPPaVUPTq1TfyvMTlnTU4ryHX { top:147px;left:0px;width:764px;height:195px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #b9EoGy37hTVlcltN0NzZteFUUhCssLOC { top:62px;left:0px;width:2px;height:355px;display:block; }
 }@media only screen and (max-width: 763px) { #FGbWLHS8zdKuSDaNuLflWFiStNINbK9Q { display:block; }#FGbWLHS8zdKuSDaNuLflWFiStNINbK9Q > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #puUZJTJgxzQQGrKAoz0r4lHE87ykcmJF { display:block; }#puUZJTJgxzQQGrKAoz0r4lHE87ykcmJF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AMZdnqpPwzTgmoRJ3OfMe9Qi8mSgBFvQ { top:173px;left:0px;width:764px;height:78px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #pCCRT2PJ26XctqbTbeOZx2AFkPldiBTw { top:88px;left:0px;width:2px;height:247px;display:block; }
 }@media only screen and (max-width: 763px) { #b6Hmbg8CzdbFlnHuwpcTXe7nOdHEErJ7 { display:block; }#b6Hmbg8CzdbFlnHuwpcTXe7nOdHEErJ7 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M0lhngiT5OKXnMDoe6iLuXuIp0SGoDEf { top:155px;left:0px;width:764px;height:254px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ZMvETvZQt2KgsbCnP9z9FvKrWrPea9Vz { top:118px;left:243px;width:280px;height:3px;display:block; }
 }@media only screen and (max-width: 763px) { #xeL9NsrIm5rIcshprEnc3isRm4TOPwRN { display:block; }#xeL9NsrIm5rIcshprEnc3isRm4TOPwRN > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W99iQGI3Ri47tQAJqqKGnsGA1s6LCkkO { top:163px;left:0px;width:315px;height:58px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #SH6Noi3f4A9vHf0y82LssiNCx3M4xZVV { top:61px;left:0px;width:764px;height:36px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #VlIvzHbpIaKAombxcE38oz5DNkpGIJsy { top:159px;left:225px;width:315px;height:39px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #uNzL10QFAATMdBNsEuCo9r6R7p9D9Tb3 { top:159px;left:449px;width:315px;height:39px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #ENHz2y06GrtzviDs0Vq7fDAvbaT4MK2W { top:268px;left:449px;width:315px;height:58px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #ku7FGOf67WeVLggVa6uRRuzxUerOe0Ut { top:268px;left:0px;width:315px;height:58px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #bywZToQbZM2GWHJGcyCTeW2TbzLS9Nvi { top:108px;left:147px;width:470px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #Ixee4FElE86VyPUyv2kf0l6AkyOGusgT { display:block; }#Ixee4FElE86VyPUyv2kf0l6AkyOGusgT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b9191evS8cJtELgPzT9SweaTQ2eJkQ2b { top:86px;left:64px;width:636px;height:18px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #hFxo9c0dllbCIBn9UZVqNuQPTWkElLEO { top:135px;left:0px;width:118px;height:121px;display:block; }
 }@media only screen and (max-width: 763px) { #xDmMcIO8uP4TrRlbfoCMZ78TL3iRNnCz { top:165px;left:26px;width:211px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #Owv4gz9yoTpfl16ZmQOfFBHycP04tFmD { top:165px;left:330px;width:180px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #cf712cKphq2WdaisJcGy7XSey6G148Rz { top:149px;left:576px;width:93px;height:93px;display:block; }
 }@media only screen and (max-width: 763px) { #h7h9mNlnV5tPc7Qh1viGhAbdH3W8TQrP { top:165px;left:582px;width:182px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #yObtS6GoTLgrF7lgE1C2ypo25t4p26am { display:block; }#yObtS6GoTLgrF7lgE1C2ypo25t4p26am > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eal8acAwiyzIJFz1xZdKq6T2KJa7AuJg { top:290px;left:219px;width:27px;height:27px;display:block; }
#Eal8acAwiyzIJFz1xZdKq6T2KJa7AuJg > img { max-width: 100%;max-height:100%; width:27px; height:27px; } }@media only screen and (max-width: 763px) { #eK621VfKAK0U84wxMzqDrSd4DmEMJAWf { top:192px;left:40px;width:302px;height:54px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #gyIrhaBsN6SiLsMb7Dn4LWc9zmTgQfys { top:290px;left:176px;width:27px;height:27px;display:block; }
#gyIrhaBsN6SiLsMb7Dn4LWc9zmTgQfys > img { max-width: 100%;max-height:100%; width:27px; height:27px; } }@media only screen and (max-width: 763px) { #nPLE4nZwg1vXBKJGNEhGZ57lctraTdIg { top:290px;left:136px;width:27px;height:27px;display:block; }
#nPLE4nZwg1vXBKJGNEhGZ57lctraTdIg > img { max-width: 100%;max-height:100%; width:27px; height:27px; } }@media only screen and (max-width: 763px) { #LboxnBBT4qobAAKqhVM9hqNBSXPWrOPV { top:117px;left:131px;width:121px;height:36px;display:block; }
 }@media only screen and (max-width: 763px) { #qQNO93V51h79zBrzreF6B71nsSXcVf9R { top:292px;left:601px;width:27px;height:27px;display:block; }
#qQNO93V51h79zBrzreF6B71nsSXcVf9R > img { max-width: 100%;max-height:100%; width:27px; height:27px; } }@media only screen and (max-width: 763px) { #fewMakSkbtKoNaBlu0v1GrAvpeeIzKhd { top:292px;left:558px;width:27px;height:27px;display:block; }
#fewMakSkbtKoNaBlu0v1GrAvpeeIzKhd > img { max-width: 100%;max-height:100%; width:27px; height:27px; } }@media only screen and (max-width: 763px) { #RKT5L337T1wxzEvESfatKkVKg8ySkKOP { top:292px;left:518px;width:27px;height:27px;display:block; }
#RKT5L337T1wxzEvESfatKkVKg8ySkKOP > img { max-width: 100%;max-height:100%; width:27px; height:27px; } }@media only screen and (max-width: 763px) { #oN1QUXb2n4mpvAvRwzEmFQbXqUM0zg72 { top:194px;left:422px;width:302px;height:54px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #JmH4Co6i3M5FP8SnM2qgd4I4giuBvi2l { top:113px;left:518px;width:110px;height:48px;display:block; }
 }@media only screen and (max-width: 763px) { #oGkbTGd9rq5SVziezemLdoKZvbGCPJro { top:60px;left:33.5px;width:315px;height:18px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #CATgcteTfQvKkiz47OGEMa7GG1hMMbM6 { top:60px;left:415.5px;width:315px;height:18px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #pN52IhC1MkvfnyZEgGZuQropwc6AT00L { display:block; }#pN52IhC1MkvfnyZEgGZuQropwc6AT00L > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t1iD71lXsQ2ZNg1zrGLTsB8Ka9guKUXg { top:46px;left:131px;width:502px;height:18px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TuscsRu81nr5rIpL7mC3x1vEDzATRd48 { display:block; }#TuscsRu81nr5rIpL7mC3x1vEDzATRd48 > .row .container { width:320px;height:643px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gz3psXLgqOVoU1OKoZQ0uLdswBKabnwW { width:208px;height:42px;top:21px;left:56px;display:block; }
 }@media only screen and (max-width: 763px) { #r5qgWNo2z0Q1rxeIyzuTqT3x3dWQNaK4 { width:138px;height:46px;top:93px;left:91px;display:block; }
 }@media only screen and (max-width: 763px) { #bZGez5VieHKV97yyJoo6Mo3f7fsguwTA { width:108px;height:29px;top:177px;left:89px;display:block; }
 }@media only screen and (max-width: 763px) { #BmnWcpTFVgkeZrpWyyIyiqng2IeBRGcC { width:260px;height:1px;top:531px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ycH8i4ucWUlohIuI5w5DXcH2oMN51Wyb { width:320px;height:15.5938px;top:540px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #O5ptTd3cgxO0LJHkyLU2Su1Mnne1BFIS { width:320px;height:36.3906px;top:560px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #xEMsG3pzUqULyDA8QJfaiIQwhx1A188z { width:320px;height:28.5938px;top:248px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FzLiA7ORO1l51BgBJwhyHth2TmFsE70w { width:320px;height:62.3984px;top:363px;left:0px;font-size:48px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ieraGvp7gpnGaXDAUPaGh7lv4CQMVP2p { width:320px;height:46.7969px;top:435px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rIFhZvVVzMATQRfkSSb8Q5SmpawZ21tk { width:320px;height:1px;top:635px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #SuMr4EaQ73azDfMzJtRCaPaMlTsNXL2T { width:320px;height:1px;top:598px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #MVQcVSXCyID0PC4Qkfvs8O5rgdiBtusE { width:257px;height:36.3906px;top:285.78125px;left:31.5px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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.3); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:319px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e7fc7b2c-af6c-4ff7-a09b-70c614cec019/histaurycover2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #oHuOTpClPnJuFVUml9HchgUJsDo7AJ2T { background-color:rgba(255,255,255,0.6);background-image:none;display:block; }#oHuOTpClPnJuFVUml9HchgUJsDo7AJ2T > .row .container { background-color: transparent; background-image: none; }#oHuOTpClPnJuFVUml9HchgUJsDo7AJ2T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oHuOTpClPnJuFVUml9HchgUJsDo7AJ2T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oHuOTpClPnJuFVUml9HchgUJsDo7AJ2T > .row .container > .video-iframe-container { display: none; }#oHuOTpClPnJuFVUml9HchgUJsDo7AJ2T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oHuOTpClPnJuFVUml9HchgUJsDo7AJ2T > .row > .video-iframe-container { display: none; }#oHuOTpClPnJuFVUml9HchgUJsDo7AJ2T > .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); }#oHuOTpClPnJuFVUml9HchgUJsDo7AJ2T > .row .container { width:320px;height:1183px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uL7B0q1bTW6n3Wwd3srasWyM0noAoTo9 { width:295px;height:470.25px;top:644px;left:25px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #bD6KCnJi9wNrlyvFtnhBvN10G0sEEw4h { width:304px;height:280.781px;top:86px;left:8px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #H7RGr26hXZNz3iOM68G9lcU8i19e23So { width:280px;height:2px;top:61.96875px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Pb5nMb151P7u2pF6fbxbr9DM74fiEDkN { width:1px;height:550px;top:605px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #MNTK5TFym34rAf8ea9yp1Xr992FdrQez { height:180px;width:320px;top:403px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #hECBtGtqWTR6Cpix7hxV1D08ofmQsmXA { display:block; }#hECBtGtqWTR6Cpix7hxV1D08ofmQsmXA > .row .container { width:320px;height:225px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #byp3B6r3vbGh8An70UtydohmMQtXUHqT { display:block; }#byp3B6r3vbGh8An70UtydohmMQtXUHqT > .row .container { width:320px;height:668px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oLT3WZ6hPPaVUPTq1TfyvMTlnTU4ryHX { width:295px;height:450.656px;top:102.6640625px;left:25px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #b9EoGy37hTVlcltN0NzZteFUUhCssLOC { width:1px;height:530px;top:63px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #FGbWLHS8zdKuSDaNuLflWFiStNINbK9Q { display:block; }#FGbWLHS8zdKuSDaNuLflWFiStNINbK9Q > .row .container { width:320px;height:257px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #puUZJTJgxzQQGrKAoz0r4lHE87ykcmJF { display:block; }#puUZJTJgxzQQGrKAoz0r4lHE87ykcmJF > .row .container { width:320px;height:390px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AMZdnqpPwzTgmoRJ3OfMe9Qi8mSgBFvQ { width:295px;height:195.938px;top:107px;left:25px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #pCCRT2PJ26XctqbTbeOZx2AFkPldiBTw { width:1px;height:275px;top:67px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #b6Hmbg8CzdbFlnHuwpcTXe7nOdHEErJ7 { display:block; }#b6Hmbg8CzdbFlnHuwpcTXe7nOdHEErJ7 > .row .container { width:320px;height:466px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M0lhngiT5OKXnMDoe6iLuXuIp0SGoDEf { width:304px;height:304.18px;top:42px;left:8px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ZMvETvZQt2KgsbCnP9z9FvKrWrPea9Vz { width:280px;height:2px;top:20px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #xeL9NsrIm5rIcshprEnc3isRm4TOPwRN { display:block; }#xeL9NsrIm5rIcshprEnc3isRm4TOPwRN > .row .container { width:320px;height:590px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W99iQGI3Ri47tQAJqqKGnsGA1s6LCkkO { width:315px;height:58.7813px;top:165px;left:3px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #SH6Noi3f4A9vHf0y82LssiNCx3M4xZVV { width:274px;height:27.2969px;top:74px;left:23px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #VlIvzHbpIaKAombxcE38oz5DNkpGIJsy { width:315px;height:39.1876px;top:244px;left:3px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #uNzL10QFAATMdBNsEuCo9r6R7p9D9Tb3 { width:315px;height:39.1876px;top:303px;left:3px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #ENHz2y06GrtzviDs0Vq7fDAvbaT4MK2W { width:315px;height:58.7813px;top:441px;left:3px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #ku7FGOf67WeVLggVa6uRRuzxUerOe0Ut { width:315px;height:58.7813px;top:363px;left:3px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #bywZToQbZM2GWHJGcyCTeW2TbzLS9Nvi { width:280px;height:1px;top:111px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Ixee4FElE86VyPUyv2kf0l6AkyOGusgT { display:block; }#Ixee4FElE86VyPUyv2kf0l6AkyOGusgT > .row .container { width:320px;height:569px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b9191evS8cJtELgPzT9SweaTQ2eJkQ2b { width:320px;height:18.1953px;top:37px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #hFxo9c0dllbCIBn9UZVqNuQPTWkElLEO { width:118px;height:121px;top:75.1875px;left:101px;display:block; }
 }@media only screen and (max-width: 763px) { #xDmMcIO8uP4TrRlbfoCMZ78TL3iRNnCz { width:211px;height:60px;top:216.1875px;left:54px;display:block; }
 }@media only screen and (max-width: 763px) { #Owv4gz9yoTpfl16ZmQOfFBHycP04tFmD { width:180px;height:60px;top:296.1875px;left:70px;display:block; }
 }@media only screen and (max-width: 763px) { #cf712cKphq2WdaisJcGy7XSey6G148Rz { width:93px;height:93px;top:376.1875px;left:113px;display:block; }
 }@media only screen and (max-width: 763px) { #h7h9mNlnV5tPc7Qh1viGhAbdH3W8TQrP { width:182px;height:60px;top:489.1875px;left:69px;display:block; }
 }@media only screen and (max-width: 763px) { #yObtS6GoTLgrF7lgE1C2ypo25t4p26am { display:block; }#yObtS6GoTLgrF7lgE1C2ypo25t4p26am > .row .container { width:320px;height:629px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eal8acAwiyzIJFz1xZdKq6T2KJa7AuJg { display:flex;width:27px;height:27px;top:243px;left:182px; }
#Eal8acAwiyzIJFz1xZdKq6T2KJa7AuJg > img { max-width: 100%;max-height:100%; width:27px; height:27px; } }@media only screen and (max-width: 763px) { #eK621VfKAK0U84wxMzqDrSd4DmEMJAWf { width:302px;height:50.3907px;top:165px;left:9px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #gyIrhaBsN6SiLsMb7Dn4LWc9zmTgQfys { display:flex;width:27px;height:27px;top:243px;left:146px; }
#gyIrhaBsN6SiLsMb7Dn4LWc9zmTgQfys > img { max-width: 100%;max-height:100%; width:27px; height:27px; } }@media only screen and (max-width: 763px) { #nPLE4nZwg1vXBKJGNEhGZ57lctraTdIg { display:flex;width:27px;height:27px;top:243px;left:111px; }
#nPLE4nZwg1vXBKJGNEhGZ57lctraTdIg > img { max-width: 100%;max-height:100%; width:27px; height:27px; } }@media only screen and (max-width: 763px) { #LboxnBBT4qobAAKqhVM9hqNBSXPWrOPV { width:121px;height:36px;top:101px;left:91px;display:block; }
 }@media only screen and (max-width: 763px) { #qQNO93V51h79zBrzreF6B71nsSXcVf9R { display:flex;width:27px;height:27px;top:529px;left:183px; }
#qQNO93V51h79zBrzreF6B71nsSXcVf9R > img { max-width: 100%;max-height:100%; width:27px; height:27px; } }@media only screen and (max-width: 763px) { #fewMakSkbtKoNaBlu0v1GrAvpeeIzKhd { display:flex;width:27px;height:27px;top:529px;left:148px; }
#fewMakSkbtKoNaBlu0v1GrAvpeeIzKhd > img { max-width: 100%;max-height:100%; width:27px; height:27px; } }@media only screen and (max-width: 763px) { #RKT5L337T1wxzEvESfatKkVKg8ySkKOP { display:flex;width:27px;height:27px;top:529px;left:112px; }
#RKT5L337T1wxzEvESfatKkVKg8ySkKOP > img { max-width: 100%;max-height:100%; width:27px; height:27px; } }@media only screen and (max-width: 763px) { #oN1QUXb2n4mpvAvRwzEmFQbXqUM0zg72 { width:302px;height:50.3907px;top:451px;left:10px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #JmH4Co6i3M5FP8SnM2qgd4I4giuBvi2l { width:110px;height:48px;top:383px;left:106px;display:block; }
 }@media only screen and (max-width: 763px) { #oGkbTGd9rq5SVziezemLdoKZvbGCPJro { width:272px;height:18.1953px;top:69px;left:24px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #CATgcteTfQvKkiz47OGEMa7GG1hMMbM6 { width:315px;height:18.1953px;top:345px;left:3px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #pN52IhC1MkvfnyZEgGZuQropwc6AT00L { display:block; }#pN52IhC1MkvfnyZEgGZuQropwc6AT00L > .row .container { width:320px;height:123px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t1iD71lXsQ2ZNg1zrGLTsB8Ka9guKUXg { width:232px;height:33.5938px;top:44.6953125px;left:44px;font-size:12px;display:block; }
 }