.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 .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);
}
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:#000000;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/lwFw2FIe/Untitled_design_4_.png");background-position:bottom center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:14px;font-family:arial;height:772px;width:1200px;position:relative;display:block; }#LuKV3URhL3BzTL95O8CGEXeyQlmTy9uo { color:#ffffff;display:block;width:275.99px;position:absolute;font-family:"open sans";font-size:25px;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;text-shadow:2px 2px 3px rgba(0,0,0,0.5);top:120px;left:681px;height:32.2222px;font-style:normal;display:block; }
#qh9V18Lc75Q0SLWki9GO8SWx9Q2UKwMk { color:#ffffff;display:block;width:707.986px;position:absolute;font-family:bitter;font-size:38px;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:188px;left:449px;height:97.7778px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tVvngb8zTVmBS0wGeWM9IWVqIdGQiFmK { color:#ffffff;display:block;width:690.99px;position:absolute;font-family:"open sans";font-size:22px;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:319px;left:458px;height:55.5556px;text-align:center;text-align-last:center;font-style:italic;display:block; }
#znaJpECdGlzxFD2vUVNCwhHQuFh5paqv { background-color:#0064b1;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:16px;border-top-right-radius:16px;border-bottom-left-radius:16px;border-bottom-right-radius:16px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:37px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:665.99px;height:71.9965px;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:410px;left:486px;display:block; }
#CDia1oDCdPKK97nN1yNPlhC4Md9KGvWp { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#wueJQ0spQ3xvP21Hl3ToSnDy7dZN4ekt { color:#ffffff;display:block;width:358.993px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:520px;left:624px;height:20px;display:block; }
#XWJLybWUZbLBCtQLDdc902QgnSt2oJia { position:absolute;display:block;z-index:99999;background-color:#000102;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:623px;width:1200px;top:27.986112594604px;left:0px;display:block; }
#VCboHlmy0ZlLpP7wUKbDrpfU1OzEFlsA { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:536.997px;width:346.997px;top:117.50000762939px;left:60.763916015625px;overflow:hidden;display:block; }
#G0964DdEUtULfmmZutCEfUF8ldrKDW7N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#G0964DdEUtULfmmZutCEfUF8ldrKDW7N > .row .container { background-color: transparent; background-image: none; }#G0964DdEUtULfmmZutCEfUF8ldrKDW7N::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G0964DdEUtULfmmZutCEfUF8ldrKDW7N > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G0964DdEUtULfmmZutCEfUF8ldrKDW7N > .row .container > .video-iframe-container { display: none; }#G0964DdEUtULfmmZutCEfUF8ldrKDW7N > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G0964DdEUtULfmmZutCEfUF8ldrKDW7N > .row > .video-iframe-container { display: none; }#G0964DdEUtULfmmZutCEfUF8ldrKDW7N > .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); }#G0964DdEUtULfmmZutCEfUF8ldrKDW7N > .row .container { border-width: 0; border-radius: 0; }#G0964DdEUtULfmmZutCEfUF8ldrKDW7N > .row .container { font-size:14px;font-family:arial;height:1133px;width:1200px;position:relative;display:block; }#wMyAsFrZtZlIblibi8ztEGTLOrpUCuQ4 { color:#2d2d54;display:block;width:707.986px;position:absolute;font-family:georgia;font-size:29px;font-weight:700;z-index:100000;line-height:1.5;letter-spacing:0;top:132.95134735107px;left:0px;height:86.6667px;font-style:normal;display:block; }
#HccPo9RFqwhDOqhM4PxmG6lulv0xxrml { color:#000000;display:block;width:632.986px;position:absolute;font-family:"open sans";font-size:19px;font-weight:normal;z-index:100001;line-height:1.6;letter-spacing:0;top:276.33680725098px;left:37.500030517578px;height:580px;display:block; }#HccPo9RFqwhDOqhM4PxmG6lulv0xxrml li:not(:first-child){ padding-top:20px;padding-right:0;padding-bottom:0;padding-left:0; }#HccPo9RFqwhDOqhM4PxmG6lulv0xxrml li:before{  }
#I9AAcD8Vtzsp8rs7NcKdQHHXPucPJGs3 { position:absolute;display:block;z-index:100007;border-top:7px solid #666666;border-left:7px solid #666666;border-right:7px solid #666666;border-bottom:7px solid #666666;border-top-left-radius:160px;border-top-right-radius:160px;border-bottom-left-radius:160px;border-bottom-right-radius:160px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:300.99px;width:300.99px;top:77.517356872559px;left:769.02777099609px;overflow:hidden;display:block; }
#P6iP8K4vZg1TTV8GtVlhTikMPRwHBlyQ { color:#000000;display:block;width:393.989px;position:absolute;font-family:"open sans";font-size:19px;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:505.23893928528px;left:769.04406738281px;height:415.5555px;display:block; }
#gTl0WHWFUAZ9v6MsAHRnQDtCMugl1FBg { color:#000000;display:block;width:250.99px;position:absolute;font-family:georgia;font-size:27px;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:432.13542938232px;left:769.02777099609px;height:34.4444px;display:block; }
#seuvbPGcIxtaVtxPxn3hL5hTGPbNTBNb { background-color:#0064b1;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:16px;border-top-right-radius:16px;border-bottom-left-radius:16px;border-bottom-right-radius:16px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:37px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:665.99px;height:71.9792px;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:1009.444519043px;left:14.635437011719px;display:block; }
#H03yPtd2BuEfKXuVTB7ZbDGcNhr6mzsZ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#tTrRK5kQFXhpO6ASDU3vuL8wQvxzfoGq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#tTrRK5kQFXhpO6ASDU3vuL8wQvxzfoGq > .row .container { background-color: transparent; background-image: none; }#tTrRK5kQFXhpO6ASDU3vuL8wQvxzfoGq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tTrRK5kQFXhpO6ASDU3vuL8wQvxzfoGq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tTrRK5kQFXhpO6ASDU3vuL8wQvxzfoGq > .row .container > .video-iframe-container { display: none; }#tTrRK5kQFXhpO6ASDU3vuL8wQvxzfoGq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tTrRK5kQFXhpO6ASDU3vuL8wQvxzfoGq > .row > .video-iframe-container { display: none; }#tTrRK5kQFXhpO6ASDU3vuL8wQvxzfoGq > .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); }#tTrRK5kQFXhpO6ASDU3vuL8wQvxzfoGq > .row .container { border-width: 0; border-radius: 0; }#tTrRK5kQFXhpO6ASDU3vuL8wQvxzfoGq > .row .container { font-size:14px;font-family:arial;height:198px;width:1200px;position:relative;display:block; }#EsG6wfBUdoFVSixapdMJppBmaLuNFp4n { color:#ffffff;display:block;width:857.996px;position:absolute;font-family:bitter;font-size:32px;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:78.38232421875px;left:35.147094726562px;height:41.1111px;font-style:normal;display:block; }
#GG4iDfXl9TMttoPFvXygwHP7Mp8u1dRa { background-color:#0064b1;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:16px;border-top-right-radius:16px;border-bottom-left-radius:16px;border-bottom-right-radius:16px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:37px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:421.997px;height:71.9965px;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:62.96875px;left:755.98968505859px;display:block; }
#vF81JApe0TqGEHQOP4zJO8Cy8qTpy1uK { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#DTyPy5vZabdUmAaI8r1eTWBP87xiL80K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2d2d2d;background-image:none;position:relative;display:block; }#DTyPy5vZabdUmAaI8r1eTWBP87xiL80K > .row .container { background-color: transparent; background-image: none; }#DTyPy5vZabdUmAaI8r1eTWBP87xiL80K::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DTyPy5vZabdUmAaI8r1eTWBP87xiL80K > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DTyPy5vZabdUmAaI8r1eTWBP87xiL80K > .row .container > .video-iframe-container { display: none; }#DTyPy5vZabdUmAaI8r1eTWBP87xiL80K > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DTyPy5vZabdUmAaI8r1eTWBP87xiL80K > .row > .video-iframe-container { display: none; }#DTyPy5vZabdUmAaI8r1eTWBP87xiL80K > .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); }#DTyPy5vZabdUmAaI8r1eTWBP87xiL80K > .row .container { border-width: 0; border-radius: 0; }#DTyPy5vZabdUmAaI8r1eTWBP87xiL80K > .row .container { font-size:14px;font-family:arial;height:119px;width:1200px;position:relative;display:block; }#FhbqJE6m8TcqcTW7MXv6doKXImOh7ntT { color:#5d625c;display:block;width:1145px;position:absolute;font-family:"open sans";font-size:19px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:50.05517578125px;left:26.948547363281px;height:24.4444px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LuKV3URhL3BzTL95O8CGEXeyQlmTy9uo { top:120px;left:463px;width:275px;height:32px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #qh9V18Lc75Q0SLWki9GO8SWx9Q2UKwMk { top:188px;left:57px;width:707px;height:97px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #tVvngb8zTVmBS0wGeWM9IWVqIdGQiFmK { top:319px;left:74px;width:690px;height:55px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #znaJpECdGlzxFD2vUVNCwhHQuFh5paqv { width:665px;height:71px;top:410px;left:99px;display:block; }
 }@media only screen and (max-width: 763px) { #CDia1oDCdPKK97nN1yNPlhC4Md9KGvWp { display:block; }
 }@media only screen and (max-width: 763px) { #wueJQ0spQ3xvP21Hl3ToSnDy7dZN4ekt { top:520px;left:406px;width:358px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #XWJLybWUZbLBCtQLDdc902QgnSt2oJia { top:27px;left:0px;width:764px;height:623px;display:block; }
 }@media only screen and (max-width: 763px) { #VCboHlmy0ZlLpP7wUKbDrpfU1OzEFlsA { top:117px;left:0px;width:346px;height:535.45408749932px;display:block; }
 }@media only screen and (max-width: 763px) { #G0964DdEUtULfmmZutCEfUF8ldrKDW7N { display:block; }#G0964DdEUtULfmmZutCEfUF8ldrKDW7N > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wMyAsFrZtZlIblibi8ztEGTLOrpUCuQ4 { top:132px;left:0px;width:707px;height:86px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #HccPo9RFqwhDOqhM4PxmG6lulv0xxrml { top:276px;left:0px;width:632px;height:670px;font-size:19px;display:block; }#HccPo9RFqwhDOqhM4PxmG6lulv0xxrml li:before{  }
 }@media only screen and (max-width: 763px) { #I9AAcD8Vtzsp8rs7NcKdQHHXPucPJGs3 { top:77px;left:450px;width:300px;height:300px;display:block; }
 }@media only screen and (max-width: 763px) { #P6iP8K4vZg1TTV8GtVlhTikMPRwHBlyQ { top:505px;left:371px;width:393px;height:444px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #gTl0WHWFUAZ9v6MsAHRnQDtCMugl1FBg { top:432px;left:513px;width:250px;height:34px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #seuvbPGcIxtaVtxPxn3hL5hTGPbNTBNb { width:665px;height:71px;top:1009px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #H03yPtd2BuEfKXuVTB7ZbDGcNhr6mzsZ { display:block; }
 }@media only screen and (max-width: 763px) { #tTrRK5kQFXhpO6ASDU3vuL8wQvxzfoGq { display:block; }#tTrRK5kQFXhpO6ASDU3vuL8wQvxzfoGq > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EsG6wfBUdoFVSixapdMJppBmaLuNFp4n { top:78px;left:0px;width:764px;height:41px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #GG4iDfXl9TMttoPFvXygwHP7Mp8u1dRa { width:421px;height:71px;top:62px;left:342px;display:block; }
 }@media only screen and (max-width: 763px) { #vF81JApe0TqGEHQOP4zJO8Cy8qTpy1uK { display:block; }
 }@media only screen and (max-width: 763px) { #DTyPy5vZabdUmAaI8r1eTWBP87xiL80K { display:block; }#DTyPy5vZabdUmAaI8r1eTWBP87xiL80K > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FhbqJE6m8TcqcTW7MXv6doKXImOh7ntT { top:50px;left:0px;width:764px;height:24px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:320px;height:730px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LuKV3URhL3BzTL95O8CGEXeyQlmTy9uo { width:275px;height:32.2222px;top:90px;left:22px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #qh9V18Lc75Q0SLWki9GO8SWx9Q2UKwMk { width:320px;height:164.444px;top:139px;left:0px;font-size:32px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tVvngb8zTVmBS0wGeWM9IWVqIdGQiFmK { width:320px;height:111.111px;top:313px;left:0px;font-size:22px;color:#fdfdfd;display:block; }
 }@media only screen and (max-width: 763px) { #znaJpECdGlzxFD2vUVNCwhHQuFh5paqv { width:304px;height:71px;top:486px;left:8px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #CDia1oDCdPKK97nN1yNPlhC4Md9KGvWp { display:block; }
 }@media only screen and (max-width: 763px) { #wueJQ0spQ3xvP21Hl3ToSnDy7dZN4ekt { width:320px;height:40px;top:607px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XWJLybWUZbLBCtQLDdc902QgnSt2oJia { width:320px;height:602px;top:64px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #VCboHlmy0ZlLpP7wUKbDrpfU1OzEFlsA { width:320px;height:495.21765317856px;top:742.986px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #G0964DdEUtULfmmZutCEfUF8ldrKDW7N { display:block; }#G0964DdEUtULfmmZutCEfUF8ldrKDW7N > .row .container { width:320px;height:2437px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wMyAsFrZtZlIblibi8ztEGTLOrpUCuQ4 { width:320px;height:130px;top:20px;left:0px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #HccPo9RFqwhDOqhM4PxmG6lulv0xxrml { width:320px;height:1210px;top:170px;left:0px;font-size:19px;display:block; }#HccPo9RFqwhDOqhM4PxmG6lulv0xxrml li:before{  }
 }@media only screen and (max-width: 763px) { #I9AAcD8Vtzsp8rs7NcKdQHHXPucPJGs3 { width:300px;height:300px;top:1400px;left:4px;display:block; }
 }@media only screen and (max-width: 763px) { #P6iP8K4vZg1TTV8GtVlhTikMPRwHBlyQ { width:320px;height:537.7775px;top:1788.42016px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #gTl0WHWFUAZ9v6MsAHRnQDtCMugl1FBg { width:250px;height:34.4444px;top:1733.99306px;left:35px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #seuvbPGcIxtaVtxPxn3hL5hTGPbNTBNb { width:304px;height:71px;top:2346.18016px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #H03yPtd2BuEfKXuVTB7ZbDGcNhr6mzsZ { display:block; }
 }@media only screen and (max-width: 763px) { #tTrRK5kQFXhpO6ASDU3vuL8wQvxzfoGq { display:block; }#tTrRK5kQFXhpO6ASDU3vuL8wQvxzfoGq > .row .container { width:320px;height:250px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EsG6wfBUdoFVSixapdMJppBmaLuNFp4n { width:320px;height:123.333px;top:20px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #GG4iDfXl9TMttoPFvXygwHP7Mp8u1dRa { width:304px;height:71px;top:163.316px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #vF81JApe0TqGEHQOP4zJO8Cy8qTpy1uK { display:block; }
 }@media only screen and (max-width: 763px) { #DTyPy5vZabdUmAaI8r1eTWBP87xiL80K { display:block; }#DTyPy5vZabdUmAaI8r1eTWBP87xiL80K > .row .container { width:320px;height:115px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FhbqJE6m8TcqcTW7MXv6doKXImOh7ntT { width:320px;height:73.3333px;top:20px;left:0px;font-size:19px;display:block; }
 }