.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#aSZrr44LAJJu9lioTcuGtZ1PriD5erg2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0076bf;background-image:none;position:fixed;z-index:199999;top:0px;left:0px;right:0px;display:block; }#aSZrr44LAJJu9lioTcuGtZ1PriD5erg2 > .row .container { background-color: transparent; background-image: none; }#aSZrr44LAJJu9lioTcuGtZ1PriD5erg2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aSZrr44LAJJu9lioTcuGtZ1PriD5erg2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aSZrr44LAJJu9lioTcuGtZ1PriD5erg2 > .row .container > .video-iframe-container { display: none; }#aSZrr44LAJJu9lioTcuGtZ1PriD5erg2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aSZrr44LAJJu9lioTcuGtZ1PriD5erg2 > .row > .video-iframe-container { display: none; }#aSZrr44LAJJu9lioTcuGtZ1PriD5erg2 > .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); }#aSZrr44LAJJu9lioTcuGtZ1PriD5erg2 > .row .container { border-width: 0; border-radius: 0; }#aSZrr44LAJJu9lioTcuGtZ1PriD5erg2 > .row .container { font-size:14px;font-family:arial;height:85px;width:1200px;position:relative;display:block; }#WaSsBBcrWmp5Ix8TR5WBRIN9NqL8xb5C { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33px;width:181px;top:26px;left:54px;overflow:hidden;display:block; }
#KDciWOm0mFCa3gDWNsOyyTh0aGGEybSt { background-color:#f5f5f5;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#KDciWOm0mFCa3gDWNsOyyTh0aGGEybSt > .row .container { background-color: transparent; background-image: none; }#KDciWOm0mFCa3gDWNsOyyTh0aGGEybSt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KDciWOm0mFCa3gDWNsOyyTh0aGGEybSt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KDciWOm0mFCa3gDWNsOyyTh0aGGEybSt > .row .container > .video-iframe-container { display: none; }#KDciWOm0mFCa3gDWNsOyyTh0aGGEybSt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KDciWOm0mFCa3gDWNsOyyTh0aGGEybSt > .row > .video-iframe-container { display: none; }#KDciWOm0mFCa3gDWNsOyyTh0aGGEybSt > .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); }#KDciWOm0mFCa3gDWNsOyyTh0aGGEybSt > .row .container { border-width: 0; border-radius: 0; }#KDciWOm0mFCa3gDWNsOyyTh0aGGEybSt > .row .container { font-size:14px;font-family:"open sans";height:750px;width:1200px;overflow:visible;position:relative;display:block; }#gNxyKPN6XUUiW08OUvW44WbpsTJ0qVvZ { color:#0076bf;display:block;width:745.977px;position:absolute;font-family:"roboto slab";font-size:25px;font-weight:700;z-index:100001;line-height:1.2;letter-spacing:0;top:345px;left:228px;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#pDu6OJ2Grut5ySIBNviTdqRNT9qlmh6l { background-color:#0076bf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#f5f5f5;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:410px;height:45.9961px;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:542.939453125px;left:395px;display:block; }
#Xo4bMTAGnS9lfmlnzTaWIvQTNafQzQxN { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#F5D02szBSXsos6Ckul2hlqbTHFmN5ric { box-sizing:content-box;color:#0076bf;font-size:77px;font-weight:400;line-height:1;height:110px;width:163.984px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:214px;left:518px;display:block; }
#kMnVXQTebBlAp9MZgmbbRWTiQEPsN20W { color:#000000;display:block;width:745.977px;position:absolute;font-family:"roboto slab";font-size:21px;font-weight:300;z-index:100002;line-height:1.2;letter-spacing:0;top:486px;left:228px;height:25.1953px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ohPQnKbTWxtbeI8aFK3rTmCUXHyk41yn { position:absolute;display:block;z-index:100013;background-color:#0076bf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:59px;width:234px;top:582.48046875px;left:528.88671875px;display:none; }
#HsgHEZcPODcQMuXHx25x4yIprdeGCZyt { color:#ffffff;display:block;width:219px;position:absolute;font-family:arial;font-size:20px;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:586.97265625px;left:538.984375px;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ZyvzbZEDW1FtgGSxUvwZSut0LXiQXEgW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#ZyvzbZEDW1FtgGSxUvwZSut0LXiQXEgW > .row .container { background-color: transparent; background-image: none; }#ZyvzbZEDW1FtgGSxUvwZSut0LXiQXEgW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZyvzbZEDW1FtgGSxUvwZSut0LXiQXEgW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZyvzbZEDW1FtgGSxUvwZSut0LXiQXEgW > .row .container > .video-iframe-container { display: none; }#ZyvzbZEDW1FtgGSxUvwZSut0LXiQXEgW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZyvzbZEDW1FtgGSxUvwZSut0LXiQXEgW > .row > .video-iframe-container { display: none; }#ZyvzbZEDW1FtgGSxUvwZSut0LXiQXEgW > .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); }#ZyvzbZEDW1FtgGSxUvwZSut0LXiQXEgW > .row .container { border-width: 0; border-radius: 0; }#ZyvzbZEDW1FtgGSxUvwZSut0LXiQXEgW > .row .container { font-size:14px;font-family:arial;height:272px;width:1200px;position:relative;display:block; }#qOBmUOETWQoWE0PTNMS60zlNFRk7fxy4 { box-sizing:content-box;color:#ffffff;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;top:92px;left:33px;display:block; }
#hgoHxCmDCAyFkDLKr65iXPHf9oLJsT0X { box-sizing:content-box;color:#ffffff;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:92px;left:95px;display:block; }
#smd8DzWxBVZxWHbnVxU36g8nEfH3bkoQ { box-sizing:content-box;color:#ffffff;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:92px;left:162px;display:block; }
#P6rlB1MkTut3DQqfCDesz52nge4imJmE { color:#aba6a7;display:block;width:200px;position:absolute;font-family:arial;font-size:16px;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:64px;left:46px;height:20.7969px;text-align:left;text-align-last:left;display:block; }
#BIzZXfDTIRePUrDJlXqn4v0gqqITMq1y { color:#beb3b3;display:block;width:358px;position:absolute;font-family:arial;font-size:14px;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:207px;left:46px;height:18.2031px;display:block; }
#tvAVBa68KuUZz83pJsIqIFrXyhQPxiQ0 { color:#ffffff;display:block;width:59px;position:absolute;font-family:arial;font-size:14px;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:171.9921875px;left:46.9921875px;height:18.2031px;display:block; }
#rXmRDS2GkgAP12L5yTCmSCFKMSHXvM9f { color:#ffffff;display:block;width:70px;position:absolute;font-family:arial;font-size:14px;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:171.984375px;left:127.5px;height:18.2031px;display:block; }
#eK5lQKmo2ygAcKiusJemB9qfuviIipmB { color:#ffffff;display:block;width:55px;position:absolute;font-family:arial;font-size:14px;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:172px;left:218px;height:18.2031px;display:block; }
#HfvNfzpsvDHPCR2GH0TF2mTfCbVsTz8t { color:#ffffff;display:block;width:30px;position:absolute;font-family:arial;font-size:14px;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:172.484375px;left:292px;height:18.2031px;display:block; }
#SphkRyrWTzxeLVQ9k2lhRKsuvPweJLLw { color:#ffffff;display:block;width:89px;position:absolute;font-family:arial;font-size:14px;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:171.9921875px;left:343.984375px;height:18.2031px;display:block; }
#TIlTea3qp1PP7ZXwfJw46XTmEfgUh5JA { color:#ffffff;display:block;width:65px;position:absolute;font-family:arial;font-size:14px;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:172.484375px;left:452.984375px;height:18.2031px;display:block; }
#PLCT6UFAC4ROley4pLca1P1T9ZI6JfdN { color:#ffffff;display:block;width:150px;position:absolute;font-family:arial;font-size:14px;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:172.484375px;left:540px;height:18.2031px;text-align:left;text-align-last:left;display:block; }
#CEyZNuh0tunLyJCUC05iflvl3dCxPyVE { color:#ffffff;display:block;width:111.992px;position:absolute;font-family:arial;font-size:14px;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:172.484375px;left:710px;height:18.2031px;display:block; }
#Thq5Pk4ru3ZCtotIFlokZk7I4ggzgTPI { color:#000000;display:block;width:368px;position:absolute;font-family:arial;font-size:14px;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:65px;left:832px;height:18.2031px;text-align:center;text-align-last:center;display:block; }
#JB4IS1wIUfUJASksSR77NSknIJKmdKrt { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:52px;width:141px;top:154.46875px;left:1054px;overflow:hidden;display:block; }
#B7wJzO2GrINkt5dzViuVdp0DtZ96AXhg { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:42px;width:135px;top:98.96875px;left:1055.984375px;overflow:hidden;display:block; }
#iTChHrsUyoBueEcw38XDZDLfaUWmMOeJ { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:116px;width:161px;top:98.96875px;left:882.671875px;overflow:hidden;display:block; }
#GNWyCeHGtyLOV7tiq14t55hDSR1IhbFO { box-sizing:content-box;color:#ffffff;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:92px;left:292px;display:block; }
#vu0Vc0KDeMMzi4RHeWqmghi0R9mGRp0l { box-sizing:content-box;color:#ffffff;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:92px;left:227px;display:block; }
#GgkSP7I01ABtziMaPUMlx6tuwPGK0rq2 { box-sizing:content-box;color:#ffffff;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:92px;left:367px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aSZrr44LAJJu9lioTcuGtZ1PriD5erg2 { display:block; }#aSZrr44LAJJu9lioTcuGtZ1PriD5erg2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WaSsBBcrWmp5Ix8TR5WBRIN9NqL8xb5C { top:26px;left:0px;width:181px;height:33px;display:block; }
 }@media only screen and (max-width: 763px) { #KDciWOm0mFCa3gDWNsOyyTh0aGGEybSt { display:block; }#KDciWOm0mFCa3gDWNsOyyTh0aGGEybSt > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gNxyKPN6XUUiW08OUvW44WbpsTJ0qVvZ { width:745px;height:;top:345px;left:9.998046875px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #pDu6OJ2Grut5ySIBNviTdqRNT9qlmh6l { width:410px;height:45px;top:542px;left:177px;display:block; }
 }@media only screen and (max-width: 763px) { #Xo4bMTAGnS9lfmlnzTaWIvQTNafQzQxN { display:block; }
 }@media only screen and (max-width: 763px) { #F5D02szBSXsos6Ckul2hlqbTHFmN5ric { top:214px;left:300px;width:163px;height:109.34993809806px;font-size:76px;display:block; }
 }@media only screen and (max-width: 763px) { #kMnVXQTebBlAp9MZgmbbRWTiQEPsN20W { width:745px;height:25px;top:486px;left:10px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #ohPQnKbTWxtbeI8aFK3rTmCUXHyk41yn { top:582px;left:310.88671875px;width:234px;height:59px;display:block; }
 }@media only screen and (max-width: 763px) { #HsgHEZcPODcQMuXHx25x4yIprdeGCZyt { top:543px;left:0px;width:233px;height:51px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ZyvzbZEDW1FtgGSxUvwZSut0LXiQXEgW { display:block; }#ZyvzbZEDW1FtgGSxUvwZSut0LXiQXEgW > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qOBmUOETWQoWE0PTNMS60zlNFRk7fxy4 { top:92px;left:0px;width:40px;height:40px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #hgoHxCmDCAyFkDLKr65iXPHf9oLJsT0X { top:92px;left:0px;width:40px;height:40px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #smd8DzWxBVZxWHbnVxU36g8nEfH3bkoQ { top:92px;left:0px;width:40px;height:40px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #P6rlB1MkTut3DQqfCDesz52nge4imJmE { top:64px;left:0px;width:200px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #BIzZXfDTIRePUrDJlXqn4v0gqqITMq1y { top:207px;left:0px;width:358px;height:17px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #tvAVBa68KuUZz83pJsIqIFrXyhQPxiQ0 { top:171px;left:0px;width:59px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #rXmRDS2GkgAP12L5yTCmSCFKMSHXvM9f { top:171px;left:0px;width:70px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #eK5lQKmo2ygAcKiusJemB9qfuviIipmB { top:172px;left:0px;width:55px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #HfvNfzpsvDHPCR2GH0TF2mTfCbVsTz8t { top:172px;left:74px;width:30px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #SphkRyrWTzxeLVQ9k2lhRKsuvPweJLLw { top:171px;left:125.984375px;width:89px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #TIlTea3qp1PP7ZXwfJw46XTmEfgUh5JA { top:172px;left:234.984375px;width:65px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #PLCT6UFAC4ROley4pLca1P1T9ZI6JfdN { top:172px;left:322px;width:150px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #CEyZNuh0tunLyJCUC05iflvl3dCxPyVE { top:172px;left:492px;width:111px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Thq5Pk4ru3ZCtotIFlokZk7I4ggzgTPI { top:65px;left:396px;width:368px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #JB4IS1wIUfUJASksSR77NSknIJKmdKrt { top:154px;left:623px;width:141px;height:52px;display:block; }
 }@media only screen and (max-width: 763px) { #B7wJzO2GrINkt5dzViuVdp0DtZ96AXhg { top:98px;left:629px;width:135px;height:42px;display:block; }
 }@media only screen and (max-width: 763px) { #iTChHrsUyoBueEcw38XDZDLfaUWmMOeJ { top:98px;left:603px;width:161px;height:116px;display:block; }
 }@media only screen and (max-width: 763px) { #GNWyCeHGtyLOV7tiq14t55hDSR1IhbFO { top:92px;left:74px;width:40px;height:40px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #vu0Vc0KDeMMzi4RHeWqmghi0R9mGRp0l { top:92px;left:9px;width:40px;height:40px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #GgkSP7I01ABtziMaPUMlx6tuwPGK0rq2 { top:92px;left:149px;width:40px;height:40px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aSZrr44LAJJu9lioTcuGtZ1PriD5erg2 { position:fixed;z-index:199999;background-color:#0076bf;background-image:none;top:0px;left:0px;right:0px;display:block; }#aSZrr44LAJJu9lioTcuGtZ1PriD5erg2 > .row .container { background-color: transparent; background-image: none; }#aSZrr44LAJJu9lioTcuGtZ1PriD5erg2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aSZrr44LAJJu9lioTcuGtZ1PriD5erg2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aSZrr44LAJJu9lioTcuGtZ1PriD5erg2 > .row .container > .video-iframe-container { display: none; }#aSZrr44LAJJu9lioTcuGtZ1PriD5erg2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aSZrr44LAJJu9lioTcuGtZ1PriD5erg2 > .row > .video-iframe-container { display: none; }#aSZrr44LAJJu9lioTcuGtZ1PriD5erg2 > .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); }#aSZrr44LAJJu9lioTcuGtZ1PriD5erg2 > .row .container { width:320px;height:60px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WaSsBBcrWmp5Ix8TR5WBRIN9NqL8xb5C { width:116px;height:21px;top:19.5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #KDciWOm0mFCa3gDWNsOyyTh0aGGEybSt { display:block; }#KDciWOm0mFCa3gDWNsOyyTh0aGGEybSt > .row .container { width:320px;height:710px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gNxyKPN6XUUiW08OUvW44WbpsTJ0qVvZ { width:292.969px;height:105.586px;top:260px;left:12.98828125px;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #pDu6OJ2Grut5ySIBNviTdqRNT9qlmh6l { width:206.973px;height:45px;top:531.97265625px;left:56.50390625px;font-size:19px;display:none; }
 }@media only screen and (max-width: 763px) { #Xo4bMTAGnS9lfmlnzTaWIvQTNafQzQxN { display:block; }
 }@media only screen and (max-width: 763px) { #F5D02szBSXsos6Ckul2hlqbTHFmN5ric { width:162.969px;height:109.336px;top:125px;left:78px;font-size:76px;display:block; }
 }@media only screen and (max-width: 763px) { #kMnVXQTebBlAp9MZgmbbRWTiQEPsN20W { width:292.969px;height:45.6055px;top:454.91796875px;left:13.49609375px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #ohPQnKbTWxtbeI8aFK3rTmCUXHyk41yn { width:247.988px;height:65.9961px;top:537.37890625px;left:35.46875px;display:block; }
 }@media only screen and (max-width: 763px) { #HsgHEZcPODcQMuXHx25x4yIprdeGCZyt { width:233.984px;height:51.9922px;top:543.8828125px;left:42.98828125px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ZyvzbZEDW1FtgGSxUvwZSut0LXiQXEgW { position:relative;z-index:auto;display:block; }#ZyvzbZEDW1FtgGSxUvwZSut0LXiQXEgW > .row .container { width:320px;height:835px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qOBmUOETWQoWE0PTNMS60zlNFRk7fxy4 { width:40px;height:40px;top:401.515625px;left:21.328125px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #hgoHxCmDCAyFkDLKr65iXPHf9oLJsT0X { width:40px;height:40px;top:401.515625px;left:67.46875px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #smd8DzWxBVZxWHbnVxU36g8nEfH3bkoQ { width:40px;height:40px;top:401.515625px;left:117.8125px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #P6rlB1MkTut3DQqfCDesz52nge4imJmE { width:200px;height:18.2031px;top:374.203125px;left:60px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BIzZXfDTIRePUrDJlXqn4v0gqqITMq1y { width:284px;height:36.4062px;top:752px;left:21.3125px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tvAVBa68KuUZz83pJsIqIFrXyhQPxiQ0 { width:79px;height:18.2031px;top:474.828125px;left:21.328125px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rXmRDS2GkgAP12L5yTCmSCFKMSHXvM9f { width:85px;height:18.2031px;top:508.75px;left:21.328125px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eK5lQKmo2ygAcKiusJemB9qfuviIipmB { width:64px;height:18.2031px;top:543.3125px;left:21.3125px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HfvNfzpsvDHPCR2GH0TF2mTfCbVsTz8t { width:40px;height:18.2031px;top:574.3125px;left:21.3125px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SphkRyrWTzxeLVQ9k2lhRKsuvPweJLLw { width:114px;height:18.2031px;top:607px;left:21px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TIlTea3qp1PP7ZXwfJw46XTmEfgUh5JA { width:75px;height:18.2031px;top:639px;left:21px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PLCT6UFAC4ROley4pLca1P1T9ZI6JfdN { width:171px;height:18.2031px;top:671px;left:21px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CEyZNuh0tunLyJCUC05iflvl3dCxPyVE { width:78px;height:18.2031px;top:704px;left:21px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Thq5Pk4ru3ZCtotIFlokZk7I4ggzgTPI { width:320px;height:18.2031px;top:39.3056640625px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JB4IS1wIUfUJASksSR77NSknIJKmdKrt { width:154px;height:58px;top:291.75px;left:83px;display:block; }
 }@media only screen and (max-width: 763px) { #B7wJzO2GrINkt5dzViuVdp0DtZ96AXhg { width:136px;height:44px;top:230.75px;left:92px;display:block; }
 }@media only screen and (max-width: 763px) { #iTChHrsUyoBueEcw38XDZDLfaUWmMOeJ { width:170px;height:127px;top:70.3125px;left:75px;display:block; }
 }@media only screen and (max-width: 763px) { #GNWyCeHGtyLOV7tiq14t55hDSR1IhbFO { width:40px;height:40px;top:401.515625px;left:218.328125px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #vu0Vc0KDeMMzi4RHeWqmghi0R9mGRp0l { width:40px;height:40px;top:401.515625px;left:169.828125px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #GgkSP7I01ABtziMaPUMlx6tuwPGK0rq2 { width:40px;height:40px;top:401.515625px;left:260px;font-size:28px;display:block; }
 }