.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-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
@media only screen and (max-width: 763px) { 
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image: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); }#KMdVmi2QM9trNU1y73QZNtTK269nDHE6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#101010;background-image:none;position:relative;display:block; }#KMdVmi2QM9trNU1y73QZNtTK269nDHE6 > .row .container { background-color: transparent; background-image: none; }#KMdVmi2QM9trNU1y73QZNtTK269nDHE6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KMdVmi2QM9trNU1y73QZNtTK269nDHE6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KMdVmi2QM9trNU1y73QZNtTK269nDHE6 > .row .container > .video-iframe-container { display: none; }#KMdVmi2QM9trNU1y73QZNtTK269nDHE6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KMdVmi2QM9trNU1y73QZNtTK269nDHE6 > .row > .video-iframe-container { display: none; }#KMdVmi2QM9trNU1y73QZNtTK269nDHE6 > .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); }#KMdVmi2QM9trNU1y73QZNtTK269nDHE6 > .row .container { border-width: 0; border-radius: 0; }#KMdVmi2QM9trNU1y73QZNtTK269nDHE6 > .row .container { font-size:14px;font-family:arial;height:70px;width:1200px;position:relative;display:block; }#Bq1O9E1QSEyPkfXevZNfJdB50p2ge4fL { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:38px;width:152px;top:16px;left:30px;overflow:hidden;display:block; }
#nUkqdQeTTN0Emn0hGZxhFapDmfESQ7Nm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#nUkqdQeTTN0Emn0hGZxhFapDmfESQ7Nm > .row .container { background-color: transparent; background-image: none; }#nUkqdQeTTN0Emn0hGZxhFapDmfESQ7Nm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nUkqdQeTTN0Emn0hGZxhFapDmfESQ7Nm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nUkqdQeTTN0Emn0hGZxhFapDmfESQ7Nm > .row .container > .video-iframe-container { display: none; }#nUkqdQeTTN0Emn0hGZxhFapDmfESQ7Nm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nUkqdQeTTN0Emn0hGZxhFapDmfESQ7Nm > .row > .video-iframe-container { display: none; }#nUkqdQeTTN0Emn0hGZxhFapDmfESQ7Nm > .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); }#nUkqdQeTTN0Emn0hGZxhFapDmfESQ7Nm > .row .container { border-width: 0; border-radius: 0; }#nUkqdQeTTN0Emn0hGZxhFapDmfESQ7Nm > .row .container { font-size:14px;font-family:arial;height:1017px;width:1200px;position:relative;display:block; }#MEFsOdM6X2wDXnQRurUlHovsVAXWmxLi { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:249px;width:342px;top:0px;left:429px;overflow:hidden;display:block; }
#zhRHiWJNLuHKn0G5iPyQcrSR9qPeyN6L { color:#101010;display:block;width:841px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:100001;line-height:1.5;letter-spacing:0;top:273px;left:202px;height:54px;text-align:left;text-align-last:left;display:block; }
#LThfnR5D5PW5UET754rlgdNmd3MeHhm1 { color:#101010;display:block;width:737px;position:absolute;font-family:montserrat;font-size:18px;font-weight:700;z-index:100004;line-height:1.5;letter-spacing:0;top:342px;left:203px;height:27px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nVIChNPWm7a43xMElwUxx8wDX6piEvc6 { color:#000000;display:block;width:931px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:100005;line-height:1.5;letter-spacing:0;top:412px;left:243px;height:24px;text-align:left;text-align-last:left;display:block; }
#mfxw0bpXO3SQuyZ9zRNHnToOq0TKBb1x { color:#000000;display:block;width:771px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:100004;line-height:1.4;letter-spacing:0;top:456px;left:242px;height:44px;text-align:left;text-align-last:left;display:block; }
#Gxfb45JRJsGK3zEXVOTodu0qD6T13hRt { color:#000000;display:block;width:762px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:527px;left:242px;height:48px;text-align:left;text-align-last:left;display:block; }
#wTJK4WxyRlV0UlrTZ50nnvrMDREdpyae { color:#000000;display:block;width:793px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:593px;left:242px;height:40px;text-align:left;text-align-last:left;display:block; }
#OpiCeDJ8OQaNDNseRanZqrQJIdZwaNaA { color:#000000;display:block;width:751px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:655px;left:239px;height:20px;text-align:left;text-align-last:left;display:block; }
#WHik7a2vTR63JALZWmKzABrAbBmmBiES { color:#000000;display:block;width:907px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:703px;left:242px;height:20px;text-align:left;text-align-last:left;display:block; }
#bhARwJv2TXiHwvoZ9runvDtTZ7lVszTU { box-sizing:content-box;color:#037888;font-size:19px;font-weight:400;line-height:1;height:28px;width:28px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:700px;left:199px;display:block; }
#RR8Sv1VTXcHkOg6Z1f1g0VHxnSsqyoTv { box-sizing:content-box;color:#037888;font-size:19px;font-weight:400;line-height:1;height:28px;width:28px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:653px;left:199px;display:block; }
#n1l42zqU8VIKdbGBLTJXKfgnG5ZyENx5 { box-sizing:content-box;color:#037888;font-size:18px;font-weight:400;line-height:1;height:27px;width:27px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:593px;left:199px;display:block; }
#i0s6JTzKsvboqTWQL7Fi0HAEGnDHg9AI { box-sizing:content-box;color:#037888;font-size:18px;font-weight:400;line-height:1;height:26px;width:26px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:528px;left:199px;display:block; }
#wTI9tqNuCVEIDfaRg73R5cTnWbFRbzJk { box-sizing:content-box;color:#037888;font-size:18px;font-weight:400;line-height:1;height:26px;width:26px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:458px;left:199px;display:block; }
#bnwqJooCQdSO41sg2SmJ6LxetcenxNwQ { box-sizing:content-box;color:#037888;font-size:17px;font-weight:400;line-height:1;height:25px;width:25px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:410px;left:199px;display:block; }
#Fc38pEEVMHHmzBiRSGyNXspphNMkD9Bz { color:#000000;display:block;width:594px;position:absolute;font-family:montserrat;font-size:18px;font-weight:normal;z-index:100005;line-height:1.5;letter-spacing:0;top:867px;left:202px;height:27px;text-align:left;text-align-last:left;display:block; }
#rTcbv63VwdSQfGgOxk4fKvGcRIvBT0fl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:447px;width:886px;position:absolute;display:block;z-index:100003;top:392px;left:180.5px;box-shadow: 0 10px 15px rgba(0,0,0,0.05) ;display:block; }
#Z7VW49g08znrz8LbGGK1PdyHt62NIz92 { box-sizing:content-box;color:#037888;font-size:19px;font-weight:400;line-height:1;height:28px;width:28px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:749px;left:199px;display:block; }
#gOP6hPIJFM0Jf1CFpa6ZKMihtah83Z4b { color:#000000;display:block;width:799px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:100010;line-height:1.4;letter-spacing:0;top:751px;left:239px;height:66px;text-align:left;text-align-last:left;display:block; }
#VreZbqXIxRJPDa8IhTTMZ3feRqqbc0R4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#101010;background-image:none;position:fixed;z-index:199999;bottom:0;left:0px;right:0;display:block; }#VreZbqXIxRJPDa8IhTTMZ3feRqqbc0R4 > .row .container { background-color: transparent; background-image: none; }#VreZbqXIxRJPDa8IhTTMZ3feRqqbc0R4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VreZbqXIxRJPDa8IhTTMZ3feRqqbc0R4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VreZbqXIxRJPDa8IhTTMZ3feRqqbc0R4 > .row .container > .video-iframe-container { display: none; }#VreZbqXIxRJPDa8IhTTMZ3feRqqbc0R4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VreZbqXIxRJPDa8IhTTMZ3feRqqbc0R4 > .row > .video-iframe-container { display: none; }#VreZbqXIxRJPDa8IhTTMZ3feRqqbc0R4 > .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); }#VreZbqXIxRJPDa8IhTTMZ3feRqqbc0R4 > .row .container { border-width: 0; border-radius: 0; }#VreZbqXIxRJPDa8IhTTMZ3feRqqbc0R4 > .row .container { font-size:14px;font-family:arial;height:68px;width:1200px;position:relative;display:block; }#tBNTw2e5mdW2wKtcQZy9dBR3g1334Jhk { box-sizing:content-box;color:#25bebe;font-size:24px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:16px;left:1065px;display:block; }
#AFdOmFeMrx52HD7dRU94aTBGhMm13o2O { box-sizing:content-box;color:#25bebe;font-size:24px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:16px;left:1105px;display:block; }
#DdSdLIMZTuQPlsJS2KyvmZvQrCk0Luyt { box-sizing:content-box;color:#25bebe;font-size:24px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:16px;left:1145px;display:block; }
#gQ1HusZUhPsUq6S8dKSt7wy2FbeTDpXm { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25px;width:100px;top:21.5px;left:21px;overflow:hidden;display:block; }
#LxbIQAE1ZsbnIDNyJL0r0BAPHtx59eJf { color:#69696f;display:block;width:278px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:34.400024414062px;left:135px;height:15px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KMdVmi2QM9trNU1y73QZNtTK269nDHE6 { display:block; }#KMdVmi2QM9trNU1y73QZNtTK269nDHE6 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bq1O9E1QSEyPkfXevZNfJdB50p2ge4fL { top:16px;left:0px;width:152px;height:38px;display:block; }
 }@media only screen and (max-width: 763px) { #nUkqdQeTTN0Emn0hGZxhFapDmfESQ7Nm { display:block; }#nUkqdQeTTN0Emn0hGZxhFapDmfESQ7Nm > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MEFsOdM6X2wDXnQRurUlHovsVAXWmxLi { top:0px;left:211px;width:342px;height:249px;display:block; }
 }@media only screen and (max-width: 763px) { #zhRHiWJNLuHKn0G5iPyQcrSR9qPeyN6L { top:273px;left:0px;width:764px;height:54px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #LThfnR5D5PW5UET754rlgdNmd3MeHhm1 { top:342px;left:0px;width:737px;height:27px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #nVIChNPWm7a43xMElwUxx8wDX6piEvc6 { top:412px;left:0px;width:764px;height:24px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #mfxw0bpXO3SQuyZ9zRNHnToOq0TKBb1x { top:456px;left:0px;width:764px;height:44px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Gxfb45JRJsGK3zEXVOTodu0qD6T13hRt { top:527px;left:2px;width:762px;height:48px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #wTJK4WxyRlV0UlrTZ50nnvrMDREdpyae { top:593px;left:0px;width:764px;height:40px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #OpiCeDJ8OQaNDNseRanZqrQJIdZwaNaA { top:655px;left:13px;width:751px;height:20px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #WHik7a2vTR63JALZWmKzABrAbBmmBiES { top:703px;left:0px;width:764px;height:20px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #bhARwJv2TXiHwvoZ9runvDtTZ7lVszTU { top:700px;left:0px;width:28px;height:28px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #RR8Sv1VTXcHkOg6Z1f1g0VHxnSsqyoTv { top:653px;left:0px;width:28px;height:28px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #n1l42zqU8VIKdbGBLTJXKfgnG5ZyENx5 { top:593px;left:0px;width:27px;height:27px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #i0s6JTzKsvboqTWQL7Fi0HAEGnDHg9AI { top:528px;left:0px;width:26px;height:26px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #wTI9tqNuCVEIDfaRg73R5cTnWbFRbzJk { top:458px;left:0px;width:26px;height:26px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #bnwqJooCQdSO41sg2SmJ6LxetcenxNwQ { top:410px;left:0px;width:25px;height:25px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Fc38pEEVMHHmzBiRSGyNXspphNMkD9Bz { top:867px;left:0px;width:594px;height:27px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #rTcbv63VwdSQfGgOxk4fKvGcRIvBT0fl { width:178px;height:255px;top:0px;left:389px;display:block; }
 }@media only screen and (max-width: 763px) { #Z7VW49g08znrz8LbGGK1PdyHt62NIz92 { top:749px;left:0px;width:28px;height:28px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #gOP6hPIJFM0Jf1CFpa6ZKMihtah83Z4b { top:751px;left:0px;width:764px;height:66px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #VreZbqXIxRJPDa8IhTTMZ3feRqqbc0R4 { display:block; }#VreZbqXIxRJPDa8IhTTMZ3feRqqbc0R4 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tBNTw2e5mdW2wKtcQZy9dBR3g1334Jhk { top:16px;left:729px;width:35px;height:35px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #AFdOmFeMrx52HD7dRU94aTBGhMm13o2O { top:16px;left:729px;width:35px;height:35px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #DdSdLIMZTuQPlsJS2KyvmZvQrCk0Luyt { top:16px;left:729px;width:35px;height:35px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #gQ1HusZUhPsUq6S8dKSt7wy2FbeTDpXm { top:21px;left:0px;width:100px;height:25px;display:block; }
 }@media only screen and (max-width: 763px) { #LxbIQAE1ZsbnIDNyJL0r0BAPHtx59eJf { top:34px;left:0px;width:278px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KMdVmi2QM9trNU1y73QZNtTK269nDHE6 { display:block; }#KMdVmi2QM9trNU1y73QZNtTK269nDHE6 > .row .container { width:320px;height:78px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bq1O9E1QSEyPkfXevZNfJdB50p2ge4fL { width:152px;height:38px;top:20px;left:84px;display:block; }
 }@media only screen and (max-width: 763px) { #nUkqdQeTTN0Emn0hGZxhFapDmfESQ7Nm { display:block; }#nUkqdQeTTN0Emn0hGZxhFapDmfESQ7Nm > .row .container { width:320px;height:1378px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MEFsOdM6X2wDXnQRurUlHovsVAXWmxLi { width:263px;height:191px;top:0px;left:28.5px;display:block; }
 }@media only screen and (max-width: 763px) { #zhRHiWJNLuHKn0G5iPyQcrSR9qPeyN6L { width:290px;height:144px;top:205.5px;left:16.5px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LThfnR5D5PW5UET754rlgdNmd3MeHhm1 { width:287px;height:48px;top:365px;left:16.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #nVIChNPWm7a43xMElwUxx8wDX6piEvc6 { width:265px;height:42px;top:448px;left:30.5px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #mfxw0bpXO3SQuyZ9zRNHnToOq0TKBb1x { width:273px;height:76px;top:514.5px;left:30.5px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Gxfb45JRJsGK3zEXVOTodu0qD6T13hRt { width:273px;height:63px;top:715px;left:28.5px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #wTJK4WxyRlV0UlrTZ50nnvrMDREdpyae { width:280px;height:54px;top:825px;left:28.5px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #OpiCeDJ8OQaNDNseRanZqrQJIdZwaNaA { width:271px;height:54px;top:635px;left:28.5px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #WHik7a2vTR63JALZWmKzABrAbBmmBiES { width:290px;height:54px;top:926px;left:30px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #bhARwJv2TXiHwvoZ9runvDtTZ7lVszTU { width:25px;height:25px;top:924px;left:1px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #RR8Sv1VTXcHkOg6Z1f1g0VHxnSsqyoTv { width:25px;height:25px;top:825px;left:2px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #n1l42zqU8VIKdbGBLTJXKfgnG5ZyENx5 { width:24px;height:24px;top:715px;left:2px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #i0s6JTzKsvboqTWQL7Fi0HAEGnDHg9AI { width:23px;height:23px;top:635px;left:2px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #wTI9tqNuCVEIDfaRg73R5cTnWbFRbzJk { width:22px;height:22px;top:514.5px;left:3px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #bnwqJooCQdSO41sg2SmJ6LxetcenxNwQ { width:22px;height:22px;top:448px;left:4.5px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Fc38pEEVMHHmzBiRSGyNXspphNMkD9Bz { width:291px;height:48px;top:1225px;left:14.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #rTcbv63VwdSQfGgOxk4fKvGcRIvBT0fl { width:320px;height:764px;top:437px;left:0px;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #Z7VW49g08znrz8LbGGK1PdyHt62NIz92 { width:27px;height:27px;top:1029px;left:2px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #gOP6hPIJFM0Jf1CFpa6ZKMihtah83Z4b { width:276px;height:152px;top:1031px;left:29.5px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #VreZbqXIxRJPDa8IhTTMZ3feRqqbc0R4 { position:relative;z-index:auto;bottom:auto;right:auto;display:block; }#VreZbqXIxRJPDa8IhTTMZ3feRqqbc0R4 > .row .container { width:320px;height:170px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tBNTw2e5mdW2wKtcQZy9dBR3g1334Jhk { width:35px;height:35px;top:21px;left:83px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #AFdOmFeMrx52HD7dRU94aTBGhMm13o2O { width:35px;height:35px;top:21px;left:143px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #DdSdLIMZTuQPlsJS2KyvmZvQrCk0Luyt { width:35px;height:35px;top:21px;left:203px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #gQ1HusZUhPsUq6S8dKSt7wy2FbeTDpXm { width:100px;height:25px;top:79px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #LxbIQAE1ZsbnIDNyJL0r0BAPHtx59eJf { width:278px;height:15px;top:124px;left:21px;font-size:12px;display:block; }
 }