.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-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;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/0GTzmWzA/averie_woodard_111831_unsplash_1_.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIrvCivmHW40OVP0WTWTCnfCnJPcVy0q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000441;background-image:none;position:relative;z-index:auto;display:block; }#TIrvCivmHW40OVP0WTWTCnfCnJPcVy0q > .row .container { background-color: transparent; background-image: none; }#TIrvCivmHW40OVP0WTWTCnfCnJPcVy0q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIrvCivmHW40OVP0WTWTCnfCnJPcVy0q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIrvCivmHW40OVP0WTWTCnfCnJPcVy0q > .row .container > .video-iframe-container { display: none; }#TIrvCivmHW40OVP0WTWTCnfCnJPcVy0q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIrvCivmHW40OVP0WTWTCnfCnJPcVy0q > .row > .video-iframe-container { display: none; }#TIrvCivmHW40OVP0WTWTCnfCnJPcVy0q > .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); }#TIrvCivmHW40OVP0WTWTCnfCnJPcVy0q > .row .container { border-width: 0; border-radius: 0; }#TIrvCivmHW40OVP0WTWTCnfCnJPcVy0q > .row > .video-iframe-container {  }#TIrvCivmHW40OVP0WTWTCnfCnJPcVy0q > .row .container { font-size:14px;font-family:arial;height:120px;width:1200px;position:relative;display:block; }#vyP54If4GZ4tEDirnuZNKu41y1oxmKat { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:81.9906px;width:237px;top:18.990566253662px;left:0px;overflow:hidden;display:block; }
#vMVKhd3dmxscpybev7sPH43RMgyuuLvp { color:#000000;display:block;width:765px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:18.735849380493px;left:432.98587036133px;height:83.1875px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZGkapu4T14pJqMmPA49ucGVTKW8FbOZM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(1,6,85,0.66);background-image:none;position:relative;display:block; }#ZGkapu4T14pJqMmPA49ucGVTKW8FbOZM > .row .container { background-color: transparent; background-image: none; }#ZGkapu4T14pJqMmPA49ucGVTKW8FbOZM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZGkapu4T14pJqMmPA49ucGVTKW8FbOZM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZGkapu4T14pJqMmPA49ucGVTKW8FbOZM > .row .container > .video-iframe-container { display: none; }#ZGkapu4T14pJqMmPA49ucGVTKW8FbOZM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZGkapu4T14pJqMmPA49ucGVTKW8FbOZM > .row > .video-iframe-container { display: none; }#ZGkapu4T14pJqMmPA49ucGVTKW8FbOZM > .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); }#ZGkapu4T14pJqMmPA49ucGVTKW8FbOZM > .row .container { border-width: 0; border-radius: 0; }#ZGkapu4T14pJqMmPA49ucGVTKW8FbOZM > .row > .video-iframe-container {  }#ZGkapu4T14pJqMmPA49ucGVTKW8FbOZM > .row .container { font-size:14px;font-family:arial;height:642px;width:1200px;position:relative;display:block; }#zA3t87CyqT3zJn7tTKwfNQxEKH8SXug7 { color:#ffffff;display:block;width:600px;position:absolute;font-family:"open sans";font-size:36px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:16.984375px;left:0px;height:46.7969px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J3ZWdKR7JqPpwfDzHsxKfvfs9PlCFuN5 { color:#ffffff;display:block;width:600px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:60.171875px;left:0px;height:207.969px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WIZOgvxpTT1Mky3QJEcIO0pm0PDsUFEv { color:#ffffff;display:block;width:600px;position:absolute;font-family:"open sans";font-size:26px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:278px;left:0px;height:168.9845px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yQHhvvUNLiyRfRrrO6zHV8XmWlJ66X1k { color:#ffffff;display:block;width:520.984px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:571px;left:639.484375px;height:41.5938px;text-align:center;text-align-last:center;display:block; }
#I1Vgt58vb0qhQOByf5yP9ByXDINMdy3J { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:554px;width:547px;top:0px;left:626.5px;overflow:hidden;display:block; }
#umcm7lptp65MwTPFynfTt97HIadtgXhu { position:absolute;display:block;z-index:15019;height:113.972px;width:572.986px;top:461.04168701172px;left:13.486114501953px;display:none; }
#hgEgsZEWt3LwQOFuSx5c4UeTp1gHtMrH { position:absolute;display:block;z-index:15020;height:113.958px;width:572.972px;top:498.91668701172px;left:13.486114501953px;display:none; }
#VggTbtGTxDyqzB9P3wau7xoUyO8Whb13 { position:absolute;display:block;z-index:15021;height:113.953px;width:572.969px;top:468px;left:13.5px;display:block; }
#heODx3MuHThi7qVUTsilblNaSqaoMQQp { position:relative;display:block; }#heODx3MuHThi7qVUTsilblNaSqaoMQQp { background-color: transparent; background-image: none; }#heODx3MuHThi7qVUTsilblNaSqaoMQQp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heODx3MuHThi7qVUTsilblNaSqaoMQQp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heODx3MuHThi7qVUTsilblNaSqaoMQQp > .row .container > .video-iframe-container { display: none; }#heODx3MuHThi7qVUTsilblNaSqaoMQQp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heODx3MuHThi7qVUTsilblNaSqaoMQQp > .row > .video-iframe-container { display: none; }#heODx3MuHThi7qVUTsilblNaSqaoMQQp > .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); }#heODx3MuHThi7qVUTsilblNaSqaoMQQp { border-width: 0; border-radius: 0; }#heODx3MuHThi7qVUTsilblNaSqaoMQQp > .row .container > .video-iframe-container {  }#heODx3MuHThi7qVUTsilblNaSqaoMQQp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:772px;width:1200px;position:relative;display:block; }#I9AHaorH0hSTdFA7HEcmezObJywhuObt { color:#ffffff;display:block;width:600px;position:absolute;font-family:"open sans";font-size:58px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:33.990566253662px;left:599.98587036133px;height:75.3906px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PrRfJONkupswczSZNn5qgKIQesc1FIw4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:600px;width:389px;top:33.984375px;left:105.5px;overflow:hidden;display:block; }
#CEwTh4da76blBKdWS14bJ4FiCGA9pmqF { color:#ffffff;display:block;width:600px;position:absolute;font-family:"open sans";font-size:28px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:132px;left:600px;height:145.562px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qyJiPnmkRvvTUmdrLb193s0qvZbA415u { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:392px;width:300px;top:355.96875px;left:750px;overflow:hidden;display:block; }
#xzqPOrR7KAE2ZT9xwoJT7ubvWUMGqX5E { color:#ffffff;display:block;width:520.995px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:641.95754909515px;left:39.481140136719px;height:62.3906px;text-align:center;text-align-last:center;display:block; }
#tyaTJwVvXJ7PAI2PkZBCMXPV1b2RmvOL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;z-index:auto;display:block; }#tyaTJwVvXJ7PAI2PkZBCMXPV1b2RmvOL > .row .container { background-color: transparent; background-image: none; }#tyaTJwVvXJ7PAI2PkZBCMXPV1b2RmvOL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyaTJwVvXJ7PAI2PkZBCMXPV1b2RmvOL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyaTJwVvXJ7PAI2PkZBCMXPV1b2RmvOL > .row .container > .video-iframe-container { display: none; }#tyaTJwVvXJ7PAI2PkZBCMXPV1b2RmvOL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyaTJwVvXJ7PAI2PkZBCMXPV1b2RmvOL > .row > .video-iframe-container { display: none; }#tyaTJwVvXJ7PAI2PkZBCMXPV1b2RmvOL > .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); }#tyaTJwVvXJ7PAI2PkZBCMXPV1b2RmvOL > .row .container { border-width: 0; border-radius: 0; }#tyaTJwVvXJ7PAI2PkZBCMXPV1b2RmvOL > .row > .video-iframe-container {  }#tyaTJwVvXJ7PAI2PkZBCMXPV1b2RmvOL > .row .container { font-size:14px;font-family:arial;height:329px;width:1200px;position:relative;display:block; }#yr1oM9JM0sHz0EI46Dp1NZOpspExfUZt { color:#ffffff;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:58px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:31.641510009766px;left:0px;height:75.3906px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UZBP4JzJGS29hFU0sRFFmHTF0oWbT8gD { color:#cecece;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:111.90278625488px;left:0px;height:57.1876px;text-align:center;text-align-last:center;display:block; }
#bTuM23P8bRzLeBsZ4HIkq18hdy4MtMGD { position:absolute;display:block;z-index:15020;height:136px;width:844px;top:178.77778625488px;left:194.5px;display:block; }
#hTOQMX7EXOJR5lx9bShJTNVJZJQaRk65 { position:absolute;display:block;z-index:15021;height:136px;width:844px;top:178.77769470215px;left:194.5px;display:none; }
#NKzXWcaJbEiU4nw748TxdxgJ5P7gl6Rg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000441;background-image:none;position:relative;display:block; }#NKzXWcaJbEiU4nw748TxdxgJ5P7gl6Rg > .row .container { background-color: transparent; background-image: none; }#NKzXWcaJbEiU4nw748TxdxgJ5P7gl6Rg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKzXWcaJbEiU4nw748TxdxgJ5P7gl6Rg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKzXWcaJbEiU4nw748TxdxgJ5P7gl6Rg > .row .container > .video-iframe-container { display: none; }#NKzXWcaJbEiU4nw748TxdxgJ5P7gl6Rg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKzXWcaJbEiU4nw748TxdxgJ5P7gl6Rg > .row > .video-iframe-container { display: none; }#NKzXWcaJbEiU4nw748TxdxgJ5P7gl6Rg > .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); }#NKzXWcaJbEiU4nw748TxdxgJ5P7gl6Rg > .row .container { border-width: 0; border-radius: 0; }#NKzXWcaJbEiU4nw748TxdxgJ5P7gl6Rg > .row > .video-iframe-container {  }#NKzXWcaJbEiU4nw748TxdxgJ5P7gl6Rg > .row .container { font-size:14px;font-family:arial;height:169px;width:1200px;position:relative;display:block; }#uVTdcVoBCOv40vc5z0iXMBBd3QWOr0ha { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:69px;width:205.995px;top:34.981140136719px;left:496.9811706543px;overflow:hidden;display:block; }
#mZELSCAHLAqDrEApKcSTzSIZHQCBPois { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#41b7d8;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:12px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:130px;height:20px;text-decoration:none;z-index:15003;text-align:right;text-align-last:right;top:104px;left:490px;display:block; }
#zfHMvpZPUhxNR2eqxI010xiwRL4c8pbh { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#qulU1wf3ZHc7RmPgxWdd85pTDDiFWWhK { color:#ffffff;display:block;width:10px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:104px;left:625px;height:20.7969px;text-align:center;text-align-last:center;display:block; }
#mgu9xdrix1i3CbIyWtAwhc4GkIw9HtcT { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#41b7d8;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:12px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:70px;height:19.9953px;text-decoration:none;z-index:15004;text-align:left;text-align-last:left;top:104px;left:640px;display:block; }
#qc2IoABo45gKSNTgTQHrfbn8TtLsmFQ5 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TIrvCivmHW40OVP0WTWTCnfCnJPcVy0q { display:block; }#TIrvCivmHW40OVP0WTWTCnfCnJPcVy0q > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vyP54If4GZ4tEDirnuZNKu41y1oxmKat { top:18px;left:0px;width:237px;height:81.9906px;display:block; }
 }@media only screen and (max-width: 763px) { #vMVKhd3dmxscpybev7sPH43RMgyuuLvp { top:18px;left:0px;width:764px;height:81px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #ZGkapu4T14pJqMmPA49ucGVTKW8FbOZM { display:block; }#ZGkapu4T14pJqMmPA49ucGVTKW8FbOZM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zA3t87CyqT3zJn7tTKwfNQxEKH8SXug7 { top:16px;left:0px;width:600px;height:46px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #J3ZWdKR7JqPpwfDzHsxKfvfs9PlCFuN5 { top:60px;left:0px;width:600px;height:204px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #WIZOgvxpTT1Mky3QJEcIO0pm0PDsUFEv { top:278px;left:0px;width:600px;height:168px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #yQHhvvUNLiyRfRrrO6zHV8XmWlJ66X1k { top:571px;left:244px;width:520px;height:40px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #I1Vgt58vb0qhQOByf5yP9ByXDINMdy3J { top:0px;left:217px;width:547px;height:554px;display:block; }
 }@media only screen and (max-width: 763px) { #umcm7lptp65MwTPFynfTt97HIadtgXhu { top:461px;left:0px;width:572px;height:113px;display:none; }
 }@media only screen and (max-width: 763px) { #hgEgsZEWt3LwQOFuSx5c4UeTp1gHtMrH { top:498px;left:0px;width:572px;height:113px;display:block; }
 }@media only screen and (max-width: 763px) { #VggTbtGTxDyqzB9P3wau7xoUyO8Whb13 { top:468px;left:0px;width:572px;height:113px;display:block; }
 }@media only screen and (max-width: 763px) { #heODx3MuHThi7qVUTsilblNaSqaoMQQp { display:block; }#heODx3MuHThi7qVUTsilblNaSqaoMQQp > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I9AHaorH0hSTdFA7HEcmezObJywhuObt { top:33px;left:0px;width:600px;height:75px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #PrRfJONkupswczSZNn5qgKIQesc1FIw4 { top:33px;left:0px;width:389px;height:600px;display:block; }
 }@media only screen and (max-width: 763px) { #CEwTh4da76blBKdWS14bJ4FiCGA9pmqF { top:132px;left:164px;width:600px;height:346px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qyJiPnmkRvvTUmdrLb193s0qvZbA415u { top:355px;left:423px;width:300px;height:392px;display:block; }
 }@media only screen and (max-width: 763px) { #xzqPOrR7KAE2ZT9xwoJT7ubvWUMGqX5E { top:641px;left:0px;width:520px;height:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #tyaTJwVvXJ7PAI2PkZBCMXPV1b2RmvOL { display:block; }#tyaTJwVvXJ7PAI2PkZBCMXPV1b2RmvOL > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yr1oM9JM0sHz0EI46Dp1NZOpspExfUZt { top:31px;left:0px;width:764px;height:75px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #UZBP4JzJGS29hFU0sRFFmHTF0oWbT8gD { top:111px;left:0px;width:764px;height:56px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #bTuM23P8bRzLeBsZ4HIkq18hdy4MtMGD { top:178px;left:0px;width:764px;height:136px;display:block; }
 }@media only screen and (max-width: 763px) { #hTOQMX7EXOJR5lx9bShJTNVJZJQaRk65 { top:178px;left:0px;width:764px;height:136px;display:block; }
 }@media only screen and (max-width: 763px) { #NKzXWcaJbEiU4nw748TxdxgJ5P7gl6Rg { display:block; }#NKzXWcaJbEiU4nw748TxdxgJ5P7gl6Rg > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uVTdcVoBCOv40vc5z0iXMBBd3QWOr0ha { top:34px;left:278.9811706543px;width:205px;height:68.666715211534px;display:block; }
 }@media only screen and (max-width: 763px) { #mZELSCAHLAqDrEApKcSTzSIZHQCBPois { width:130px;height:20px;top:104px;left:272px;display:block; }
 }@media only screen and (max-width: 763px) { #zfHMvpZPUhxNR2eqxI010xiwRL4c8pbh { display:block; }
 }@media only screen and (max-width: 763px) { #qulU1wf3ZHc7RmPgxWdd85pTDDiFWWhK { top:104px;left:407px;width:9px;height:19px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #mgu9xdrix1i3CbIyWtAwhc4GkIw9HtcT { width:70px;height:19px;top:104px;left:422px;display:block; }
 }@media only screen and (max-width: 763px) { #qc2IoABo45gKSNTgTQHrfbn8TtLsmFQ5 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TIrvCivmHW40OVP0WTWTCnfCnJPcVy0q { position:relative;z-index:auto;display:block; }#TIrvCivmHW40OVP0WTWTCnfCnJPcVy0q > .row .container { width:320px;height:79px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vyP54If4GZ4tEDirnuZNKu41y1oxmKat { width:174px;height:58px;top:14px;left:72.999997138977px;display:block; }
 }@media only screen and (max-width: 763px) { #vMVKhd3dmxscpybev7sPH43RMgyuuLvp { width:319.969px;height:0;top:121.9844px;left:0px;font-size:32px;display:none; }
 }@media only screen and (max-width: 763px) { #ZGkapu4T14pJqMmPA49ucGVTKW8FbOZM { display:block; }#ZGkapu4T14pJqMmPA49ucGVTKW8FbOZM > .row .container { width:320px;height:925px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zA3t87CyqT3zJn7tTKwfNQxEKH8SXug7 { width:319.969px;height:32.5px;top:11px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #J3ZWdKR7JqPpwfDzHsxKfvfs9PlCFuN5 { width:319.969px;height:130px;top:52px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #WIZOgvxpTT1Mky3QJEcIO0pm0PDsUFEv { width:319.953px;height:134.3437px;top:198px;left:0px;font-size:16px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #yQHhvvUNLiyRfRrrO6zHV8XmWlJ66X1k { width:320px;height:54.5625px;top:768px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #I1Vgt58vb0qhQOByf5yP9ByXDINMdy3J { width:320px;height:324.056px;top:428px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #umcm7lptp65MwTPFynfTt97HIadtgXhu { width:320px;height:54px;top:355px;left:0px;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #hgEgsZEWt3LwQOFuSx5c4UeTp1gHtMrH { width:320px;height:54px;top:844px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #VggTbtGTxDyqzB9P3wau7xoUyO8Whb13 { width:320px;height:113px;top:468px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #heODx3MuHThi7qVUTsilblNaSqaoMQQp { display:block; }#heODx3MuHThi7qVUTsilblNaSqaoMQQp > .row .container { width:320px;height:489px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I9AHaorH0hSTdFA7HEcmezObJywhuObt { width:319.938px;height:32.5px;top:21px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #PrRfJONkupswczSZNn5qgKIQesc1FIw4 { width:185px;height:286px;top:12px;left:67.5px;display:none; }
 }@media only screen and (max-width: 763px) { #CEwTh4da76blBKdWS14bJ4FiCGA9pmqF { width:319.938px;height:83.1875px;top:69.6875px;left:0.046875px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qyJiPnmkRvvTUmdrLb193s0qvZbA415u { width:242px;height:317px;top:171px;left:39px;display:block; }
 }@media only screen and (max-width: 763px) { #xzqPOrR7KAE2ZT9xwoJT7ubvWUMGqX5E { width:319.938px;height:0;top:21px;left:0.046875px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #tyaTJwVvXJ7PAI2PkZBCMXPV1b2RmvOL { position:relative;z-index:auto;display:block; }#tyaTJwVvXJ7PAI2PkZBCMXPV1b2RmvOL > .row .container { width:320px;height:289px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yr1oM9JM0sHz0EI46Dp1NZOpspExfUZt { width:319.984px;height:65px;top:20px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #UZBP4JzJGS29hFU0sRFFmHTF0oWbT8gD { width:319.969px;height:83.1876px;top:99px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #bTuM23P8bRzLeBsZ4HIkq18hdy4MtMGD { width:320px;height:119px;top:255.77793896484px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #hTOQMX7EXOJR5lx9bShJTNVJZJQaRk65 { width:320px;height:54px;top:203.765625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #NKzXWcaJbEiU4nw748TxdxgJ5P7gl6Rg { display:block; }#NKzXWcaJbEiU4nw748TxdxgJ5P7gl6Rg > .row .container { width:320px;height:136px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uVTdcVoBCOv40vc5z0iXMBBd3QWOr0ha { width:205px;height:68.6563px;top:20px;left:57px;display:block; }
 }@media only screen and (max-width: 763px) { #mZELSCAHLAqDrEApKcSTzSIZHQCBPois { width:130px;height:20px;top:89px;left:51px;display:block; }
 }@media only screen and (max-width: 763px) { #zfHMvpZPUhxNR2eqxI010xiwRL4c8pbh { display:block; }
 }@media only screen and (max-width: 763px) { #qulU1wf3ZHc7RmPgxWdd85pTDDiFWWhK { width:9px;height:20.7969px;top:89px;left:186px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #mgu9xdrix1i3CbIyWtAwhc4GkIw9HtcT { width:70px;height:19px;top:89px;left:200px;display:block; }
 }@media only screen and (max-width: 763px) { #qc2IoABo45gKSNTgTQHrfbn8TtLsmFQ5 { display:block; }
 }