.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
@media only screen and (max-width: 763px) { 
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/5xx52ff7/bg_01.jpg");background-position:center;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;position:relative;display:block; }
#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container { display: none; }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .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); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { background-color: transparent; background-image: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container > .video-iframe-container { display: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container { display: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .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); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { border-width: 0; border-radius: 0; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { width:1200px;height:778px;font-size:14px;font-family:arial;position:relative;display:block; }#fgSNvvrWw4PCtidQQzbWTIx8r8cqiNxv { color:#000000;display:block;width:846.979px;position:absolute;font-family:"proxima nova";font-size:50px;font-weight:300;z-index:100001;line-height:1.2;letter-spacing:0;top:33.958335876465px;left:271px;height:60px;font-style:normal;display:block; }
#UqTEAemkMJT6vVaV0pvcMz61pRH1ToPU { color:#bbd2e6;display:block;width:597px;position:absolute;font-family:"proxima nova";font-size:26px;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:360px;left:69px;height:33.8px;font-style:normal;display:block; }
#x6drCiQQTbOhOduRyCH6EdrwGsIpyZQW { background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, #4facfe, #4fd6fe);background-image: -moz-linear-gradient(top, #4facfe, #4fd6fe);background-image: -ms-linear-gradient(top, #4facfe, #4fd6fe);background-image: -o-linear-gradient(top, #4facfe, #4fd6fe);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4facfe', endColorstr='#4fd6fe' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4facfe', endColorstr='#4fd6fe' );";background-image: linear-gradient(to bottom, #4facfe, #4fd6fe);border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:75px;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:571px;left:244px;display:block; }
#QBsezAe8EMIL1AuVOnlbDiNVEsOOXtAM { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#TGL4pqRi6T7glRBS88wXs9wZnSsLumWM { box-sizing:content-box;color:#4facfe;font-size:42px;font-weight:400;line-height:1;height:60px;width:60px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:665.98333740234px;left:579.66662597656px;display:block; }
#lIWlc9zmPfz5a1naVtOzdf1T32zGWh3o { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:56.9792px;width:217.979px;top:33.958335876465px;left:0px;overflow:hidden;display:block; }
#NPH9TXl81bQnR7TlkeBHlRueoMzIGwJO { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:684px;width:486px;top:89.97917175293px;left:710.96420981602px;overflow:hidden;display:block; }
#Rfbs1dLlzoAfUUQZihNybnxLJmpmkeyX { background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, #4facfe, #4fd6fe);background-image: -moz-linear-gradient(top, #4facfe, #4fd6fe);background-image: -ms-linear-gradient(top, #4facfe, #4fd6fe);background-image: -o-linear-gradient(top, #4facfe, #4fd6fe);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4facfe', endColorstr='#4fd6fe' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4facfe', endColorstr='#4fd6fe' );";background-image: linear-gradient(to bottom, #4facfe, #4fd6fe);border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:222px;height:60px;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:251px;left:382.77777099609px;display:none; }
#TCPav04DWt7WTACF5CHIPZclXybVO2v2 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#Sp3eqmwtPeUxV5OauW3spBQ9UWeckBmy { color:#000000;display:block;width:768px;position:absolute;font-family:"proxima nova";font-size:40px;font-weight:300;z-index:100002;line-height:1.2;letter-spacing:0;top:191px;left:0px;height:96px;font-style:normal;display:block; }
#tBC26UkktQB1PfBrcT7GhPLWMIo3h8gs { box-sizing:content-box;color:#0050a0;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:352px;left:0px;display:block; }
#cXNXEFPFKWHrGcTToKCyMA40Rh4SGOAF { color:#bbd2e6;display:block;width:702px;position:absolute;font-family:"proxima nova";font-size:26px;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:471px;left:69px;height:33.8px;font-style:normal;display:block; }
#FFkgFRIw0RfsooBT2uXx56vRsKTsX754 { color:#bbd2e6;display:block;width:569px;position:absolute;font-family:"proxima nova";font-size:26px;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:416px;left:69px;height:33.8px;font-style:normal;display:block; }
#BynC75w251x82mIKV5wwXLTGp5q1bgJq { box-sizing:content-box;color:#0050a0;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:408px;left:0px;display:block; }
#MxL4toApQKEpBRPOBmyODyQSnLJXhULX { box-sizing:content-box;color:#0050a0;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:463px;left:0px;display:block; }
#J7VzFLtHpFX88ZxDNvoUyTSvAasW27vy { color:#000000;display:block;width:846.979px;position:absolute;font-family:"proxima nova";font-size:50px;font-weight:300;z-index:100001;line-height:1.2;letter-spacing:0;top:33.958335876465px;left:271px;height:60px;font-style:normal;display:none; }
#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { background-color: transparent; background-image: none; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container > .video-iframe-container { display: none; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row > .video-iframe-container { display: none; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .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); }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { border-width: 0; border-radius: 0; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { font-size:14px;font-family:arial;height:115px;width:1200px;position:relative;display:block; }#RTi8sPG0utu7otG939LGdE3BZ7zttx6l { color:#000000;display:block;width:1200px;position:absolute;font-family:"proxima nova";font-size:42px;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:30.78125px;left:0px;height:54.6px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TdkKTSAEPp3L0zE0uBpp1kEZg0OV07zL { color:#000000;display:block;width:166px;position:absolute;font-family:"open sans";font-size:30px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:116px;top:27px;left:270px;display:none; }
#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container { background-color: transparent; background-image: none; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container > .video-iframe-container { display: none; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row > .video-iframe-container { display: none; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .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); }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container { border-width: 0; border-radius: 0; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container { font-size:14px;font-family:arial;height:354px;width:1200px;position:relative;display:block; }#ezgGaXCnEx4l3x4ttTmMDWgfDJt2mVzk { color:#000000;display:block;width:207px;position:absolute;font-family:lato;font-size:32px;font-weight:700;z-index:100003;line-height:1.4;letter-spacing:0;top:111.06665039062px;left:109.5px;height:44.8px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#glIFUWkrOhpWk29bRitftOICUu03vuE0 { color:#ffffff;display:block;width:173px;position:absolute;font-family:"proxima nova";font-size:24px;font-weight:300;z-index:100004;line-height:1;letter-spacing:0;top:192.20001220703px;left:126.5px;height:96px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZgHmllWiZ4hLnKroTHnZ9UZ1AZALJyVa { position:absolute;display:block;z-index:100002;background-color:transparent;background-image: -webkit-linear-gradient(top, #4facfe, #4fd6fe);background-image: -moz-linear-gradient(top, #4facfe, #4fd6fe);background-image: -ms-linear-gradient(top, #4facfe, #4fd6fe);background-image: -o-linear-gradient(top, #4facfe, #4fd6fe);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4facfe', endColorstr='#4fd6fe' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4facfe', endColorstr='#4fd6fe' );";background-image: linear-gradient(to bottom, #4facfe, #4fd6fe);border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;height:172px;width:172px;top:154.20001220703px;left:126px;display:block; }
#GVNwlDGtcDAB6OPGR2FuF7vDBKHXQWrp { color:#000000;display:block;width:67.9688px;position:absolute;font-family:"proxima nova";font-size:37px;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:24px;left:180px;height:48.1px;display:block; }
#btEpAbBXnltg0vwe2weKMrSFu7mwWq3a { color:#000000;display:block;width:206.997px;position:absolute;font-family:lato;font-size:20px;font-weight:700;z-index:100004;line-height:1.4;letter-spacing:0;top:61px;left:110px;height:28px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PI8UZ1CVkZekIBe1Zb3plDWdF0NtUicy { color:#000000;display:block;width:207px;position:absolute;font-family:lato;font-size:32px;font-weight:700;z-index:100009;line-height:1.4;letter-spacing:0;top:108.46667480469px;left:496.5px;height:44.8px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UQUxwsMcUbBva7qla0S95FrTXPv4kKRz { color:#000000;display:block;width:206.997px;position:absolute;font-family:lato;font-size:20px;font-weight:700;z-index:100010;line-height:1.4;letter-spacing:0;top:59px;left:497px;height:28px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zv8zJ0CZ47iIeCUis8OxkaKTI6XF6fEp { position:absolute;display:block;z-index:100008;background-color:transparent;background-image: -webkit-linear-gradient(top, #4facfe, #4fd6fe);background-image: -moz-linear-gradient(top, #4facfe, #4fd6fe);background-image: -ms-linear-gradient(top, #4facfe, #4fd6fe);background-image: -o-linear-gradient(top, #4facfe, #4fd6fe);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4facfe', endColorstr='#4fd6fe' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4facfe', endColorstr='#4fd6fe' );";background-image: linear-gradient(to bottom, #4facfe, #4fd6fe);border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;height:172px;width:172px;top:155px;left:513px;display:block; }
#qTVK0OQTof8NqTkUof9TH2KkNoRp2rEW { color:#ffffff;display:block;width:173px;position:absolute;font-family:"proxima nova";font-size:24px;font-weight:300;z-index:100010;line-height:1;letter-spacing:0;top:193px;left:513px;height:96px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cx8It57mPo4EQiK2azub7GJJ88fGxQTe { color:#000000;display:block;width:67.9688px;position:absolute;font-family:"proxima nova";font-size:37px;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:22px;left:567px;height:48.1px;display:block; }
#UHxN3Q99tOTmWcIv9SAsQqvI10bayfgK { color:#000000;display:block;width:207px;position:absolute;font-family:lato;font-size:32px;font-weight:700;z-index:100009;line-height:1.4;letter-spacing:0;top:109.86669921875px;left:896.5px;height:44.8px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pLPPu3IKcFWrDO4sLLBDRfVlOZ7pgQ0n { position:absolute;display:block;z-index:100008;background-color:transparent;background-image: -webkit-linear-gradient(top, #4facfe, #4fd6fe);background-image: -moz-linear-gradient(top, #4facfe, #4fd6fe);background-image: -ms-linear-gradient(top, #4facfe, #4fd6fe);background-image: -o-linear-gradient(top, #4facfe, #4fd6fe);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4facfe', endColorstr='#4fd6fe' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4facfe', endColorstr='#4fd6fe' );";background-image: linear-gradient(to bottom, #4facfe, #4fd6fe);border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;height:172px;width:172px;top:155px;left:913px;display:block; }
#NQx1kbvKPadiXWxyReeqA829UFvKXuAc { color:#000000;display:block;width:206.997px;position:absolute;font-family:lato;font-size:18px;font-weight:700;z-index:100010;line-height:1.4;letter-spacing:0;top:59px;left:897px;height:25.2px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iL0Iw1ue925uBanFIFg7ToED2CRT2n64 { color:#ffffff;display:block;width:173px;position:absolute;font-family:"proxima nova";font-size:24px;font-weight:300;z-index:100010;line-height:1;letter-spacing:0;top:192.19998168945px;left:913.50003051758px;height:96px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zovVzfsZelQZhnIeHyhLz8TwOmmm8iWH { color:#000000;display:block;width:86px;position:absolute;font-family:"proxima nova";font-size:37px;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:22px;left:957px;height:48.1px;display:block; }
#Kv4TfMV0ZrsfvgXhAvW4gyoQ0yrW9EgA { position:absolute;display:block;z-index:100002;background-color:transparent;background-image: -webkit-linear-gradient(top, #4facfe, #4fd6fe);background-image: -moz-linear-gradient(top, #4facfe, #4fd6fe);background-image: -ms-linear-gradient(top, #4facfe, #4fd6fe);background-image: -o-linear-gradient(top, #4facfe, #4fd6fe);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4facfe', endColorstr='#4fd6fe' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4facfe', endColorstr='#4fd6fe' );";background-image: linear-gradient(to bottom, #4facfe, #4fd6fe);border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;height:172px;width:172px;top:154.20001220703px;left:126px;display:none; }
#E76hf3roiT608l1aUP2v7JE6FTOBe3J3 { position:absolute;display:block;z-index:100008;background-color:transparent;background-image: -webkit-linear-gradient(top, #4facfe, #4fd6fe);background-image: -moz-linear-gradient(top, #4facfe, #4fd6fe);background-image: -ms-linear-gradient(top, #4facfe, #4fd6fe);background-image: -o-linear-gradient(top, #4facfe, #4fd6fe);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4facfe', endColorstr='#4fd6fe' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4facfe', endColorstr='#4fd6fe' );";background-image: linear-gradient(to bottom, #4facfe, #4fd6fe);border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;height:172px;width:172px;top:155px;left:513px;display:none; }
#l3pnFKyzVs2DvDOC5bTfnE2RsDJHcKZ3 { color:#ffffff;display:block;width:173px;position:absolute;font-family:"proxima nova";font-size:24px;font-weight:300;z-index:100010;line-height:1;letter-spacing:0;top:193px;left:513px;height:96px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rW6waduhgLkRWAKorOM2VSWA6Q0FRDP6 { position:absolute;display:block;z-index:100002;background-color:transparent;background-image: -webkit-linear-gradient(top, #4facfe, #4fd6fe);background-image: -moz-linear-gradient(top, #4facfe, #4fd6fe);background-image: -ms-linear-gradient(top, #4facfe, #4fd6fe);background-image: -o-linear-gradient(top, #4facfe, #4fd6fe);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4facfe', endColorstr='#4fd6fe' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4facfe', endColorstr='#4fd6fe' );";background-image: linear-gradient(to bottom, #4facfe, #4fd6fe);border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;height:172px;width:172px;top:154.20001220703px;left:126px;display:none; }
#DTRbpdluk32MpgG24CUkRHx9ZgQTxQkb { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(top, #ffffff, #d8d8d8);background-image: -moz-linear-gradient(top, #ffffff, #d8d8d8);background-image: -ms-linear-gradient(top, #ffffff, #d8d8d8);background-image: -o-linear-gradient(top, #ffffff, #d8d8d8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d8d8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d8d8' );";background-image: linear-gradient(to bottom, #ffffff, #d8d8d8);border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;height:110px;width:110px;top:0px;left:158px;display:block; }
#pTDghSeXNIdFTETsowLKS8LJvhsHWZ6s { position:absolute;display:block;z-index:100004;background-color:transparent;background-image: -webkit-linear-gradient(top, #ffffff, #d8d8d8);background-image: -moz-linear-gradient(top, #ffffff, #d8d8d8);background-image: -ms-linear-gradient(top, #ffffff, #d8d8d8);background-image: -o-linear-gradient(top, #ffffff, #d8d8d8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d8d8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d8d8' );";background-image: linear-gradient(to bottom, #ffffff, #d8d8d8);border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;height:110px;width:110px;top:0px;left:545px;display:block; }
#ELoVHBRRE92Uz0PPL1T7qCftggkhTV4m { position:absolute;display:block;z-index:100005;background-color:transparent;background-image: -webkit-linear-gradient(top, #ffffff, #d8d8d8);background-image: -moz-linear-gradient(top, #ffffff, #d8d8d8);background-image: -ms-linear-gradient(top, #ffffff, #d8d8d8);background-image: -o-linear-gradient(top, #ffffff, #d8d8d8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d8d8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d8d8' );";background-image: linear-gradient(to bottom, #ffffff, #d8d8d8);border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;height:110px;width:110px;top:0px;left:945px;display:block; }
#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image: -webkit-linear-gradient(top, #4facfe, #4fd6fe);background-image: -moz-linear-gradient(top, #4facfe, #4fd6fe);background-image: -ms-linear-gradient(top, #4facfe, #4fd6fe);background-image: -o-linear-gradient(top, #4facfe, #4fd6fe);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4facfe', endColorstr='#4fd6fe' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4facfe', endColorstr='#4fd6fe' );";background-image: linear-gradient(to bottom, #4facfe, #4fd6fe);position:relative;display:block; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container { background-color: transparent; background-image: none; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container > .video-iframe-container { display: none; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row > .video-iframe-container { display: none; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .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); }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container { border-width: 0; border-radius: 0; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container { font-size:14px;font-family:arial;height:715px;width:1200px;position:relative;display:block; }#hTX8Loi5IG9yBfHTKQ9cQE8zETmNMewp { color:#ffffff;display:block;width:630px;position:absolute;font-family:"proxima nova";font-size:42px;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:37.986145019531px;left:120px;height:109.2px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#icZhdl3IrI6ktQPfOFPPkaDPvuvBNhJ1 { color:#ffffff;display:block;width:572px;position:absolute;font-family:"proxima nova";font-size:22px;font-weight:400;z-index:100004;line-height:1.5;letter-spacing:0;top:160.9722442627px;left:120px;height:66px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DgcWpL0ZVlWwo2FqGGQlmyu4E8pe6TXh { background-color:transparent;background-image: -webkit-linear-gradient(top, #ffffff, #e5e5e5);background-image: -moz-linear-gradient(top, #ffffff, #e5e5e5);background-image: -ms-linear-gradient(top, #ffffff, #e5e5e5);background-image: -o-linear-gradient(top, #ffffff, #e5e5e5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5' );";background-image: linear-gradient(to bottom, #ffffff, #e5e5e5);border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#01aedf;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:75px;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:608.99993896484px;left:487.00003051758px;display:block; }
#JwoQ5t5oB1QVOl4wL1NRtT58ecwa3Z8c { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#OShDrsEx5pHf0crn49QzDWKFVkHGIwbv { box-sizing:content-box;color:#ffffff;font-size:31px;font-weight:400;line-height:1;height:45px;width:45px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:246px;left:167px;display:block; }
#mwde3Ts7UFzi2vo11pdRk5Gxq8vF6na0 { color:#ffffff;display:block;width:419px;position:absolute;font-family:"proxima nova";font-size:22px;font-weight:400;z-index:100005;line-height:1.5;letter-spacing:0;top:252px;left:224px;height:33px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aMeXHJDgwB87MDnpgw866rKZT00TnwuZ { box-sizing:content-box;color:#ffffff;font-size:31px;font-weight:400;line-height:1;height:45px;width:45px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:302px;left:167px;display:block; }
#FTwEWgNbhsy7TbsShnsnok9kgl4Onlyl { 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:100011;top:362.08335876465px;left:169px;display:block; }
#FmgsPGDMCq4MVzEA6hysFBJru81pe4iX { color:#ffffff;display:block;width:241.997px;position:absolute;font-family:"proxima nova";font-size:22px;font-weight:400;z-index:100006;line-height:1.5;letter-spacing:0;top:308px;left:224px;height:33px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LhOaBuvdbraUiW2lJ3qAAPXEPrL9mKPO { color:#ffffff;display:block;width:286px;position:absolute;font-family:"proxima nova";font-size:22px;font-weight:400;z-index:100007;line-height:1.5;letter-spacing:0;top:366px;left:221px;height:33px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eexH041XToBrTgSVRDKBEftGoCJeREwL { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:400px;width:386.997px;top:54.18408203125px;left:692px;overflow:hidden;display:block; }
#AP2KJlz1F35c5TnQ0Ul4PvO5WsnphCmF { color:#ffffff;display:block;width:850px;position:absolute;font-family:"proxima nova";font-size:22px;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:554.53129577637px;left:175px;height:66px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tmeEJsxmPvHTvWi9XDK8ueqye2tM6VsA { color:#ffffff;display:block;width:493.976px;position:absolute;font-family:"proxima nova";font-size:22px;font-weight:400;z-index:100006;line-height:1.5;letter-spacing:0;top:413.17710876465px;left:217px;height:66px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZMHGDUrT6uM4xdVVXLdCu9qwZU9yhK0U { box-sizing:content-box;color:#ffffff;font-size:30px;font-weight:400;line-height:1;height:43.9931px;width:43.9931px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:413.18058776855px;left:167px;display:block; }
#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row .container { background-color: transparent; background-image: none; }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row .container > .video-iframe-container { display: none; }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row > .video-iframe-container { display: none; }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .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); }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row .container { border-width: 0; border-radius: 0; }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row .container { font-size:14px;font-family:arial;height:198px;width:1200px;position:relative;display:block; }#T5iXSwFN6QXgv50Oe8VqJqvAUusNPknR { color:#000000;display:block;width:920px;position:absolute;font-family:"proxima nova";font-size:14px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:45.642395019531px;left:140px;height:109.2px;text-align:justify;text-align-last:initial;display:block; }
#ITJac1E9nTzfpwJdOOLP2rJd3sv7hMIb { position:relative;display:none; }#ITJac1E9nTzfpwJdOOLP2rJd3sv7hMIb { border-width: 0; border-radius: 0; }#ITJac1E9nTzfpwJdOOLP2rJd3sv7hMIb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:1200px;position:relative;display:none; }#SpvKMdeX7RakE6Fp6iNrbpHVmMF8m71E { background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, #4facfe, #4fd6fe);background-image: -moz-linear-gradient(top, #4facfe, #4fd6fe);background-image: -ms-linear-gradient(top, #4facfe, #4fd6fe);background-image: -o-linear-gradient(top, #4facfe, #4fd6fe);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4facfe', endColorstr='#4fd6fe' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4facfe', endColorstr='#4fd6fe' );";background-image: linear-gradient(to bottom, #4facfe, #4fd6fe);border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:222px;height:60px;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:542px;left:120px;display:none; }
#mLemIZcqok90KpvyvxMJFcSBzwG7UrCC { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U { display:block; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fgSNvvrWw4PCtidQQzbWTIx8r8cqiNxv { width:418px;height:168px;top:105px;left:1px;display:block; }
 }@media only screen and (max-width: 763px) { #UqTEAemkMJT6vVaV0pvcMz61pRH1ToPU { width:597px;height:33px;top:360px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #x6drCiQQTbOhOduRyCH6EdrwGsIpyZQW { width:280px;height:75px;top:571px;left:26px;display:block; }
 }@media only screen and (max-width: 763px) { #QBsezAe8EMIL1AuVOnlbDiNVEsOOXtAM { display:block; }
 }@media only screen and (max-width: 763px) { #TGL4pqRi6T7glRBS88wXs9wZnSsLumWM { width:40px;height:40px;top:509px;left:362px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #lIWlc9zmPfz5a1naVtOzdf1T32zGWh3o { top:33px;left:0px;width:217px;height:56.723291693236px;display:block; }
 }@media only screen and (max-width: 763px) { #NPH9TXl81bQnR7TlkeBHlRueoMzIGwJO { top:89px;left:278px;width:486px;height:684px;display:block; }
 }@media only screen and (max-width: 763px) { #Rfbs1dLlzoAfUUQZihNybnxLJmpmkeyX { width:222px;height:60px;top:261px;left:174.77777099609px;display:none; }
 }@media only screen and (max-width: 763px) { #TCPav04DWt7WTACF5CHIPZclXybVO2v2 { display:block; }
 }@media only screen and (max-width: 763px) { #Sp3eqmwtPeUxV5OauW3spBQ9UWeckBmy { width:418px;height:168px;top:105px;left:1px;display:block; }
 }@media only screen and (max-width: 763px) { #tBC26UkktQB1PfBrcT7GhPLWMIo3h8gs { top:352px;left:0px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #cXNXEFPFKWHrGcTToKCyMA40Rh4SGOAF { width:702px;height:33px;top:471px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #FFkgFRIw0RfsooBT2uXx56vRsKTsX754 { width:569px;height:33px;top:416px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #BynC75w251x82mIKV5wwXLTGp5q1bgJq { top:408px;left:0px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #MxL4toApQKEpBRPOBmyODyQSnLJXhULX { top:463px;left:0px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #J7VzFLtHpFX88ZxDNvoUyTSvAasW27vy { width:418px;height:168px;top:105px;left:1px;display:none; }
 }@media only screen and (max-width: 763px) { #Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh { display:block; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTi8sPG0utu7otG939LGdE3BZ7zttx6l { width:764px;height:54px;top:30px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TdkKTSAEPp3L0zE0uBpp1kEZg0OV07zL { top:27px;left:52px;width:166px;height:116px;font-size:30px;display:none; }
 }@media only screen and (max-width: 763px) { #KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq { display:block; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezgGaXCnEx4l3x4ttTmMDWgfDJt2mVzk { width:207px;height:25px;top:129px;left:24px;display:block; }
 }@media only screen and (max-width: 763px) { #glIFUWkrOhpWk29bRitftOICUu03vuE0 { width:173px;height:96px;top:192px;left:53.5px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ZgHmllWiZ4hLnKroTHnZ9UZ1AZALJyVa { width:100px;height:100px;top:17px;left:86px;display:block; }
 }@media only screen and (max-width: 763px) { #GVNwlDGtcDAB6OPGR2FuF7vDBKHXQWrp { top:24px;left:107px;width:67px;height:48px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #btEpAbBXnltg0vwe2weKMrSFu7mwWq3a { width:207px;height:25px;top:129px;left:24px;display:block; }
 }@media only screen and (max-width: 763px) { #PI8UZ1CVkZekIBe1Zb3plDWdF0NtUicy { width:207px;height:25px;top:129px;left:24px;display:block; }
 }@media only screen and (max-width: 763px) { #UQUxwsMcUbBva7qla0S95FrTXPv4kKRz { width:207px;height:25px;top:129px;left:24px;display:block; }
 }@media only screen and (max-width: 763px) { #Zv8zJ0CZ47iIeCUis8OxkaKTI6XF6fEp { width:100px;height:100px;top:17px;left:86px;display:block; }
 }@media only screen and (max-width: 763px) { #qTVK0OQTof8NqTkUof9TH2KkNoRp2rEW { width:173px;height:96px;top:193px;left:294px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Cx8It57mPo4EQiK2azub7GJJ88fGxQTe { top:22px;left:348px;width:67px;height:48px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #UHxN3Q99tOTmWcIv9SAsQqvI10bayfgK { width:207px;height:25px;top:129px;left:24px;display:block; }
 }@media only screen and (max-width: 763px) { #pLPPu3IKcFWrDO4sLLBDRfVlOZ7pgQ0n { width:100px;height:100px;top:17px;left:86px;display:block; }
 }@media only screen and (max-width: 763px) { #NQx1kbvKPadiXWxyReeqA829UFvKXuAc { width:207px;height:25px;top:129px;left:24px;display:block; }
 }@media only screen and (max-width: 763px) { #iL0Iw1ue925uBanFIFg7ToED2CRT2n64 { width:173px;height:96px;top:192px;left:548.5px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #zovVzfsZelQZhnIeHyhLz8TwOmmm8iWH { top:22px;left:592px;width:86px;height:48px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #Kv4TfMV0ZrsfvgXhAvW4gyoQ0yrW9EgA { width:100px;height:100px;top:17px;left:86px;display:none; }
 }@media only screen and (max-width: 763px) { #E76hf3roiT608l1aUP2v7JE6FTOBe3J3 { width:100px;height:100px;top:17px;left:86px;display:none; }
 }@media only screen and (max-width: 763px) { #l3pnFKyzVs2DvDOC5bTfnE2RsDJHcKZ3 { width:173px;height:96px;top:193px;left:294px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #rW6waduhgLkRWAKorOM2VSWA6Q0FRDP6 { width:100px;height:100px;top:17px;left:86px;display:none; }
 }@media only screen and (max-width: 763px) { #DTRbpdluk32MpgG24CUkRHx9ZgQTxQkb { width:100px;height:100px;top:17px;left:86px;display:block; }
 }@media only screen and (max-width: 763px) { #pTDghSeXNIdFTETsowLKS8LJvhsHWZ6s { width:100px;height:100px;top:17px;left:86px;display:block; }
 }@media only screen and (max-width: 763px) { #ELoVHBRRE92Uz0PPL1T7qCftggkhTV4m { width:100px;height:100px;top:17px;left:86px;display:block; }
 }@media only screen and (max-width: 763px) { #m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM { display:block; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTX8Loi5IG9yBfHTKQ9cQE8zETmNMewp { width:630px;height:108px;top:37px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #icZhdl3IrI6ktQPfOFPPkaDPvuvBNhJ1 { width:571px;height:64px;top:160px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #DgcWpL0ZVlWwo2FqGGQlmyu4E8pe6TXh { width:280px;height:75px;top:608px;left:269.00003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #JwoQ5t5oB1QVOl4wL1NRtT58ecwa3Z8c { display:block; }
 }@media only screen and (max-width: 763px) { #OShDrsEx5pHf0crn49QzDWKFVkHGIwbv { width:50px;height:50px;top:42px;left:111px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #mwde3Ts7UFzi2vo11pdRk5Gxq8vF6na0 { width:419px;height:33px;top:252px;left:6px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #aMeXHJDgwB87MDnpgw866rKZT00TnwuZ { width:50px;height:50px;top:42px;left:365.66666666667px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #FTwEWgNbhsy7TbsShnsnok9kgl4Onlyl { width:50px;height:50px;top:42px;left:365.66666666667px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #FmgsPGDMCq4MVzEA6hysFBJru81pe4iX { width:241px;height:32px;top:307px;left:6px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #LhOaBuvdbraUiW2lJ3qAAPXEPrL9mKPO { width:285px;height:32px;top:365px;left:3px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #eexH041XToBrTgSVRDKBEftGoCJeREwL { top:54px;left:378px;width:386px;height:398.96950105556px;display:block; }
 }@media only screen and (max-width: 763px) { #AP2KJlz1F35c5TnQ0Ul4PvO5WsnphCmF { width:764px;height:64px;top:554px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #tmeEJsxmPvHTvWi9XDK8ueqye2tM6VsA { width:493px;height:64px;top:413px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ZMHGDUrT6uM4xdVVXLdCu9qwZU9yhK0U { width:50px;height:50px;top:42px;left:365.66666666667px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv { display:block; }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5iXSwFN6QXgv50Oe8VqJqvAUusNPknR { top:45px;left:0px;width:764px;height:106px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #ITJac1E9nTzfpwJdOOLP2rJd3sv7hMIb { display:none; }#ITJac1E9nTzfpwJdOOLP2rJd3sv7hMIb > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SpvKMdeX7RakE6Fp6iNrbpHVmMF8m71E { width:222px;height:60px;top:541px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #mLemIZcqok90KpvyvxMJFcSBzwG7UrCC { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U { background-color:rgba(255,255,255,0.75);background-image:none;display:block; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { background-color: transparent; background-image: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container > .video-iframe-container { display: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container { display: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .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); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { width:320px;height:598px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fgSNvvrWw4PCtidQQzbWTIx8r8cqiNxv { width:300px;height:0;top:104px;left:10px;text-align:center;text-align-last:center;font-size:30px;display:none; }
 }@media only screen and (max-width: 763px) { #UqTEAemkMJT6vVaV0pvcMz61pRH1ToPU { width:240px;height:46.8px;top:287px;left:70px;text-align:left;text-align-last:left;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #x6drCiQQTbOhOduRyCH6EdrwGsIpyZQW { width:222px;height:60px;top:503.25px;left:49px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #QBsezAe8EMIL1AuVOnlbDiNVEsOOXtAM { display:block; }
 }@media only screen and (max-width: 763px) { #TGL4pqRi6T7glRBS88wXs9wZnSsLumWM { width:40px;height:40px;top:700px;left:140px;font-size:28px;display:none; }
 }@media only screen and (max-width: 763px) { #lIWlc9zmPfz5a1naVtOzdf1T32zGWh3o { width:182px;height:43px;top:17.983337402344px;left:5px;display:block; }
 }@media only screen and (max-width: 763px) { #NPH9TXl81bQnR7TlkeBHlRueoMzIGwJO { width:320px;height:449.54133178117px;top:535.98962402344px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #Rfbs1dLlzoAfUUQZihNybnxLJmpmkeyX { width:221.997px;height:60px;top:1217.5163374023px;left:49px;z-index:100004;display:none; }
 }@media only screen and (max-width: 763px) { #TCPav04DWt7WTACF5CHIPZclXybVO2v2 { display:block; }
 }@media only screen and (max-width: 763px) { #Sp3eqmwtPeUxV5OauW3spBQ9UWeckBmy { width:308px;height:82.8px;top:171.76666259766px;left:6px;text-align:left;text-align-last:left;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #tBC26UkktQB1PfBrcT7GhPLWMIo3h8gs { width:49px;height:49px;top:286px;left:0px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #cXNXEFPFKWHrGcTToKCyMA40Rh4SGOAF { width:240px;height:46.8px;top:425px;left:70px;text-align:left;text-align-last:left;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #FFkgFRIw0RfsooBT2uXx56vRsKTsX754 { width:240px;height:46.8px;top:361.51666259766px;left:70px;text-align:left;text-align-last:left;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #BynC75w251x82mIKV5wwXLTGp5q1bgJq { width:50px;height:50px;top:359.91668701172px;left:0px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #MxL4toApQKEpBRPOBmyODyQSnLJXhULX { width:50px;height:50px;top:425px;left:0px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #J7VzFLtHpFX88ZxDNvoUyTSvAasW27vy { width:300px;height:67.2px;top:80.766662597656px;left:10px;text-align:center;text-align-last:center;font-size:28px;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh { display:block; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { width:320px;height:84px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTi8sPG0utu7otG939LGdE3BZ7zttx6l { width:140px;height:0;top:11.19792175293px;left:0px;text-align:center;text-align-last:center;font-size:30px;display:none; }
 }@media only screen and (max-width: 763px) { #TdkKTSAEPp3L0zE0uBpp1kEZg0OV07zL { top:22.5px;left:16.5px;width:287px;height:39px;z-index:100008;text-align:center;text-align-last:center;font-size:30px;font-family:"proxima nova";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq { display:block; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container { width:320px;height:593px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezgGaXCnEx4l3x4ttTmMDWgfDJt2mVzk { width:206.997px;height:0;top:35px;left:112.98611545563px;display:none; }
 }@media only screen and (max-width: 763px) { #glIFUWkrOhpWk29bRitftOICUu03vuE0 { width:160px;height:80px;top:58px;left:89px;font-size:20px;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ZgHmllWiZ4hLnKroTHnZ9UZ1AZALJyVa { width:100px;height:100px;top:39px;left:17px;background-color:transparent;background-image: -webkit-linear-gradient(144deg, #ffffff, #d8d8d8);background-image: -moz-linear-gradient(144deg, #ffffff, #d8d8d8);background-image: -ms-linear-gradient(144deg, #ffffff, #d8d8d8);background-image: -o-linear-gradient(144deg, #ffffff, #d8d8d8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d8d8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d8d8' );";background-image: linear-gradient(144deg, #ffffff, #d8d8d8);z-index:100011;display:block; }
 }@media only screen and (max-width: 763px) { #GVNwlDGtcDAB6OPGR2FuF7vDBKHXQWrp { width:59px;height:41.6px;top:433px;left:38px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #btEpAbBXnltg0vwe2weKMrSFu7mwWq3a { width:87.9861px;height:25.2px;top:89px;left:24px;font-size:18px;z-index:100025;display:block; }
 }@media only screen and (max-width: 763px) { #PI8UZ1CVkZekIBe1Zb3plDWdF0NtUicy { width:207px;height:auto;top:108px;left:56px;font-size:32px;display:none; }
 }@media only screen and (max-width: 763px) { #UQUxwsMcUbBva7qla0S95FrTXPv4kKRz { width:111px;height:25.2px;top:280px;left:12px;font-size:18px;z-index:100027;display:block; }
 }@media only screen and (max-width: 763px) { #Zv8zJ0CZ47iIeCUis8OxkaKTI6XF6fEp { width:172px;height:172px;top:200px;left:83px;display:block; }
 }@media only screen and (max-width: 763px) { #qTVK0OQTof8NqTkUof9TH2KkNoRp2rEW { width:173px;height:80px;top:246px;left:89px;font-size:20px;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Cx8It57mPo4EQiK2azub7GJJ88fGxQTe { width:67px;height:41.6px;top:249px;left:35px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #UHxN3Q99tOTmWcIv9SAsQqvI10bayfgK { width:207px;height:auto;top:109px;left:56px;font-size:32px;display:none; }
 }@media only screen and (max-width: 763px) { #pLPPu3IKcFWrDO4sLLBDRfVlOZ7pgQ0n { width:172px;height:172px;top:13px;left:76px;display:block; }
 }@media only screen and (max-width: 763px) { #NQx1kbvKPadiXWxyReeqA829UFvKXuAc { width:137px;height:25.2px;top:465px;left:0px;font-size:18px;z-index:100028;display:block; }
 }@media only screen and (max-width: 763px) { #iL0Iw1ue925uBanFIFg7ToED2CRT2n64 { width:164px;height:80px;top:58px;left:87px;font-size:20px;text-align:center;text-align-last:center;line-height:1;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #zovVzfsZelQZhnIeHyhLz8TwOmmm8iWH { width:78px;height:41.6px;top:60px;left:33px;font-size:32px;color:#ffffff;z-index:100024;display:block; }
 }@media only screen and (max-width: 763px) { #Kv4TfMV0ZrsfvgXhAvW4gyoQ0yrW9EgA { width:100px;height:100px;top:230px;left:16px;background-color:transparent;background-image: -webkit-linear-gradient(144deg, #ffffff, #d8d8d8);background-image: -moz-linear-gradient(144deg, #ffffff, #d8d8d8);background-image: -ms-linear-gradient(144deg, #ffffff, #d8d8d8);background-image: -o-linear-gradient(144deg, #ffffff, #d8d8d8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d8d8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d8d8' );";background-image: linear-gradient(144deg, #ffffff, #d8d8d8);z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #E76hf3roiT608l1aUP2v7JE6FTOBe3J3 { width:172px;height:172px;top:387px;left:83px;z-index:100009;display:block; }
 }@media only screen and (max-width: 763px) { #l3pnFKyzVs2DvDOC5bTfnE2RsDJHcKZ3 { width:173px;height:80px;top:433px;left:83px;font-size:20px;text-align:center;text-align-last:center;line-height:1;z-index:100011;display:block; }
 }@media only screen and (max-width: 763px) { #rW6waduhgLkRWAKorOM2VSWA6Q0FRDP6 { width:100px;height:100px;top:414px;left:17px;background-color:transparent;background-image: -webkit-linear-gradient(144deg, #ffffff, #d8d8d8);background-image: -moz-linear-gradient(144deg, #ffffff, #d8d8d8);background-image: -ms-linear-gradient(144deg, #ffffff, #d8d8d8);background-image: -o-linear-gradient(144deg, #ffffff, #d8d8d8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d8d8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d8d8' );";background-image: linear-gradient(144deg, #ffffff, #d8d8d8);z-index:100013;display:block; }
 }@media only screen and (max-width: 763px) { #DTRbpdluk32MpgG24CUkRHx9ZgQTxQkb { width:100px;height:100px;top:76px;left:110px;background-color:transparent;background-image: -webkit-linear-gradient(144deg, #ffffff, #d8d8d8);background-image: -moz-linear-gradient(144deg, #ffffff, #d8d8d8);background-image: -ms-linear-gradient(144deg, #ffffff, #d8d8d8);background-image: -o-linear-gradient(144deg, #ffffff, #d8d8d8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d8d8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d8d8' );";background-image: linear-gradient(144deg, #ffffff, #d8d8d8);z-index:100011;display:none; }
 }@media only screen and (max-width: 763px) { #pTDghSeXNIdFTETsowLKS8LJvhsHWZ6s { width:110px;height:110px;top:0px;left:105px;background-color:transparent;background-image: -webkit-linear-gradient(144deg, #ffffff, #d8d8d8);background-image: -moz-linear-gradient(144deg, #ffffff, #d8d8d8);background-image: -ms-linear-gradient(144deg, #ffffff, #d8d8d8);background-image: -o-linear-gradient(144deg, #ffffff, #d8d8d8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d8d8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d8d8' );";background-image: linear-gradient(144deg, #ffffff, #d8d8d8);z-index:100011;display:none; }
 }@media only screen and (max-width: 763px) { #ELoVHBRRE92Uz0PPL1T7qCftggkhTV4m { width:110px;height:110px;top:0px;left:105px;background-color:transparent;background-image: -webkit-linear-gradient(144deg, #ffffff, #d8d8d8);background-image: -moz-linear-gradient(144deg, #ffffff, #d8d8d8);background-image: -ms-linear-gradient(144deg, #ffffff, #d8d8d8);background-image: -o-linear-gradient(144deg, #ffffff, #d8d8d8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d8d8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d8d8' );";background-image: linear-gradient(144deg, #ffffff, #d8d8d8);z-index:100011;display:none; }
 }@media only screen and (max-width: 763px) { #m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM { display:block; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container { width:320px;height:1192px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTX8Loi5IG9yBfHTKQ9cQE8zETmNMewp { width:300px;height:78px;top:34px;left:10px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #icZhdl3IrI6ktQPfOFPPkaDPvuvBNhJ1 { width:300px;height:99px;top:126px;left:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DgcWpL0ZVlWwo2FqGGQlmyu4E8pe6TXh { width:221.997px;height:60px;top:670px;left:49px;display:block; }
 }@media only screen and (max-width: 763px) { #JwoQ5t5oB1QVOl4wL1NRtT58ecwa3Z8c { display:block; }
 }@media only screen and (max-width: 763px) { #OShDrsEx5pHf0crn49QzDWKFVkHGIwbv { width:50px;height:50px;top:243px;left:17px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #mwde3Ts7UFzi2vo11pdRk5Gxq8vF6na0 { width:227px;height:60px;top:243px;left:76px;text-align:left;text-align-last:left;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #aMeXHJDgwB87MDnpgw866rKZT00TnwuZ { width:40px;height:40px;top:315px;left:22px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #FTwEWgNbhsy7TbsShnsnok9kgl4Onlyl { width:40px;height:40px;top:381.38893127441px;left:21.979168891907px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #FmgsPGDMCq4MVzEA6hysFBJru81pe4iX { width:166.997px;height:30px;top:319px;left:76px;text-align:left;text-align-last:left;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #LhOaBuvdbraUiW2lJ3qAAPXEPrL9mKPO { width:242.986px;height:60px;top:376.38893127441px;left:77.013894081116px;text-align:left;text-align-last:left;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #eexH041XToBrTgSVRDKBEftGoCJeREwL { width:320px;height:330.747px;top:779px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #AP2KJlz1F35c5TnQ0Ul4PvO5WsnphCmF { width:320px;height:72px;top:574px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #tmeEJsxmPvHTvWi9XDK8ueqye2tM6VsA { width:214px;height:90px;top:456px;left:76.5px;text-align:left;text-align-last:left;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ZMHGDUrT6uM4xdVVXLdCu9qwZU9yhK0U { width:42.9861px;height:42.9861px;top:470.48613739014px;left:20.468750953674px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv { display:block; }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row .container { width:320px;height:385px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5iXSwFN6QXgv50Oe8VqJqvAUusNPknR { width:307.986px;height:309.4px;top:18.888916015625px;left:5.9895830154419px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #ITJac1E9nTzfpwJdOOLP2rJd3sv7hMIb { position:fixed;z-index:199999;bottom:0;left:0px;right:0;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ITJac1E9nTzfpwJdOOLP2rJd3sv7hMIb > .row .container { background-color: transparent; background-image: none; }#ITJac1E9nTzfpwJdOOLP2rJd3sv7hMIb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ITJac1E9nTzfpwJdOOLP2rJd3sv7hMIb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ITJac1E9nTzfpwJdOOLP2rJd3sv7hMIb > .row .container > .video-iframe-container { display: none; }#ITJac1E9nTzfpwJdOOLP2rJd3sv7hMIb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ITJac1E9nTzfpwJdOOLP2rJd3sv7hMIb > .row > .video-iframe-container { display: none; }#ITJac1E9nTzfpwJdOOLP2rJd3sv7hMIb > .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); }#ITJac1E9nTzfpwJdOOLP2rJd3sv7hMIb > .row .container { border-width: 0; border-radius: 0; }#ITJac1E9nTzfpwJdOOLP2rJd3sv7hMIb > .row .container { width:320px;height:65px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SpvKMdeX7RakE6Fp6iNrbpHVmMF8m71E { width:221.997px;height:45.9896px;top:10.486145019531px;left:48.993058204651px;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #mLemIZcqok90KpvyvxMJFcSBzwG7UrCC { display:block; }
 }