.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;
  }
}
body { background-color:rgba(90,229,180,0.41);background-image:none;position:relative;display:block; }
#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .row > .video-iframe-container { display: none; }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .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); }#Jn288uNgiXLiKIQEkAzdOpqTTpUa5GGv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Jn288uNgiXLiKIQEkAzdOpqTTpUa5GGv > .row .container { background-color: transparent; background-image: none; }#Jn288uNgiXLiKIQEkAzdOpqTTpUa5GGv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Jn288uNgiXLiKIQEkAzdOpqTTpUa5GGv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Jn288uNgiXLiKIQEkAzdOpqTTpUa5GGv > .row .container > .video-iframe-container { display: none; }#Jn288uNgiXLiKIQEkAzdOpqTTpUa5GGv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Jn288uNgiXLiKIQEkAzdOpqTTpUa5GGv > .row > .video-iframe-container { display: none; }#Jn288uNgiXLiKIQEkAzdOpqTTpUa5GGv > .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); }#Jn288uNgiXLiKIQEkAzdOpqTTpUa5GGv > .row .container { border-width: 0; border-radius: 0; }#Jn288uNgiXLiKIQEkAzdOpqTTpUa5GGv > .row .container { font-size:14px;font-family:arial;height:112px;width:960px;position:relative;display:block; }#UBNhVWr2zNktRSiDOaLpTzOxZrSkO7EL { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:58px;width:196px;top:19px;left:24.200012207031px;overflow:hidden;display:block; }
#TXkpMBeHBi0d875nR4IrW3Ldp39Tg5C9 { color:rgba(0,0,0,0.75);display:block;width:143.984px;position:absolute;font-family:roboto;font-size:15px;font-weight:400;z-index:100018;line-height:1.3;letter-spacing:0;top:77.96875px;left:77.44140625px;height:19.2px;text-align:right;text-align-last:right;font-style:italic;display:block; }
#tzbwZBFD7K9JCfNcTv7ymJd35f0H1hcC { color:#000000;display:block;width:441.992px;position:absolute;font-family:"roboto condensed";font-size:15px;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:26.484375px;left:494.86328125px;height:57.6px;text-align:right;text-align-last:right;display:block; }
#hoDrTINNlO0tGrANkXbQJNTM6rawWdIB { position:relative;display:block; }#hoDrTINNlO0tGrANkXbQJNTM6rawWdIB { background-color: transparent; background-image: none; }#hoDrTINNlO0tGrANkXbQJNTM6rawWdIB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hoDrTINNlO0tGrANkXbQJNTM6rawWdIB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hoDrTINNlO0tGrANkXbQJNTM6rawWdIB > .row .container > .video-iframe-container { display: none; }#hoDrTINNlO0tGrANkXbQJNTM6rawWdIB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hoDrTINNlO0tGrANkXbQJNTM6rawWdIB > .row > .video-iframe-container { display: none; }#hoDrTINNlO0tGrANkXbQJNTM6rawWdIB > .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); }#hoDrTINNlO0tGrANkXbQJNTM6rawWdIB { border-width: 0; border-radius: 0; }#hoDrTINNlO0tGrANkXbQJNTM6rawWdIB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5fafa;background-image:none;font-size:14px;font-family:arial;height:19px;width:960px;position:relative;display:block; }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs { position:relative;display:block; }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs { background-color: transparent; background-image: none; }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row .container > .video-iframe-container { display: none; }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row > .video-iframe-container { display: none; }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .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); }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs { border-width: 0; border-radius: 0; }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.75);background-image:none;font-size:14px;font-family:arial;height:346px;width:960px;position:relative;display:block; }#hgoTSFdZQqJDaIJrFeZoTi3DpmtqDQoS { color:#000000;display:block;width:520.977px;position:absolute;font-family:roboto;font-size:30px;font-weight:400;z-index:100021;line-height:1.7;letter-spacing:0;top:345px;left:414px;height:0;text-align:left;text-align-last:left;font-style:italic;display:block; }
#OskrP3Jxh3zGSwd1iKqWN4GT1mEVQmBC { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:158.984px;width:160.996px;top:51.875px;left:742.734375px;overflow:hidden;display:block; }
#P0VwEQMFaJAO42pz9SyPouCa0ZcJidgN { color:#000000;display:block;width:607.969px;position:absolute;font-family:"roboto condensed";font-size:20px;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:76.484375px;left:56.8359375px;height:230.4px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#v0OTGkLp35b2wu5DSOX8VStgdWyxV7Kv { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:224.00390625px;left:723.203125px;height:41.6px;text-align:center;text-align-last:center;display:block; }
#hc6ZnlfR1ZNO0AMxHkZtownO6rNVG8s6 { position:relative;display:block; }#hc6ZnlfR1ZNO0AMxHkZtownO6rNVG8s6 { background-color: transparent; background-image: none; }#hc6ZnlfR1ZNO0AMxHkZtownO6rNVG8s6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hc6ZnlfR1ZNO0AMxHkZtownO6rNVG8s6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hc6ZnlfR1ZNO0AMxHkZtownO6rNVG8s6 > .row .container > .video-iframe-container { display: none; }#hc6ZnlfR1ZNO0AMxHkZtownO6rNVG8s6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hc6ZnlfR1ZNO0AMxHkZtownO6rNVG8s6 > .row > .video-iframe-container { display: none; }#hc6ZnlfR1ZNO0AMxHkZtownO6rNVG8s6 > .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); }#hc6ZnlfR1ZNO0AMxHkZtownO6rNVG8s6 { border-width: 0; border-radius: 0; }#hc6ZnlfR1ZNO0AMxHkZtownO6rNVG8s6 > .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:282px;width:960px;position:relative;display:block; }#CttkTdsCXCzSEgxuZigx5rqx33tM2iSH { z-index:100003;top:150px;left:379px;background-color:#12cc94;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:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: 0 15px 10px rgba(18,204,148,0.2) ;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:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:60px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Twxb6OFHQPTTwxVhzZQlnfA8Q0A37w9C { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#s15d9tzATDHSAXvBzXQ4XwJhFEDpoqU0 { box-sizing:content-box;color:#2d5961;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:100004;top:186px;left:531px;display:block; }
#pNVgFkbz4K5hQq1rC80EvxXE8PdMDDTP { color:#000000;display:block;width:777.969px;position:absolute;font-family:roboto;font-size:20px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:64.0234375px;left:90.99609375px;height:51.2px;text-align:center;text-align-last:center;display:block; }
#Fe7smN2IEuMc6e9ifgkDiNz49Z2Jzpgq { position:relative;display:block; }#Fe7smN2IEuMc6e9ifgkDiNz49Z2Jzpgq { background-color: transparent; background-image: none; }#Fe7smN2IEuMc6e9ifgkDiNz49Z2Jzpgq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Fe7smN2IEuMc6e9ifgkDiNz49Z2Jzpgq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Fe7smN2IEuMc6e9ifgkDiNz49Z2Jzpgq > .row .container > .video-iframe-container { display: none; }#Fe7smN2IEuMc6e9ifgkDiNz49Z2Jzpgq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Fe7smN2IEuMc6e9ifgkDiNz49Z2Jzpgq > .row > .video-iframe-container { display: none; }#Fe7smN2IEuMc6e9ifgkDiNz49Z2Jzpgq > .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); }#Fe7smN2IEuMc6e9ifgkDiNz49Z2Jzpgq { border-width: 0; border-radius: 0; }#Fe7smN2IEuMc6e9ifgkDiNz49Z2Jzpgq > .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:523px;width:960px;position:relative;display:block; }#KUVk7P1tWdwEkKuUSsTxmbI64VxdFvC4 { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:320px;width:575.976px;top:61px;left:193px;display:block; }
#kcsMU2Uh70d2iBPiEwGnwsAsASvtspn2 { color:#000000;display:block;width:691.973px;position:absolute;font-family:roboto;font-size:17px;font-weight:400;z-index:100022;line-height:1.3;letter-spacing:0;top:408px;left:134px;height:21.6px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h5kLHsPBFJ2EolfFXcgWkpBiERMTOduM { position:absolute;display:block;z-index:100016;background-color:#30efd3;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:1.99219px;width:200px;top:439px;left:381px;display:block; }
#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv { position:relative;display:block; }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv { background-color: transparent; background-image: none; }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row .container > .video-iframe-container { display: none; }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row > .video-iframe-container { display: none; }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .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); }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv { border-width: 0; border-radius: 0; }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:"open sans";height:1049px;width:960px;position:relative;display:block; }#cDVQBbE1A1nhfm6mkVLTPOP5J8bTww9T { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:317.988px;width:570.996px;top:557px;left:194px;display:block; }
#P4LaQgehemzHa7DscaXovXT61FS1QZmN { color:#000000;display:block;width:505.996px;position:absolute;font-family:roboto;font-size:18px;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:900px;left:228px;height:46.4px;text-align:center;text-align-last:center;display:block; }
#Kry1Abq70fG2lcfIu89TF7dXK0N7gou6 { position:absolute;display:block;z-index:100016;background-color:#30efd3;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:1.99219px;width:200px;top:955px;left:381px;display:block; }
#aLXfQixrTe5TOeCstt3zSC6JJxn05gTS { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:318.965px;width:568.965px;top:43px;left:196px;display:block; }
#XetEPkG9bMqTMrxTy0MlrmyLVZCO1eJd { color:#000000;display:block;width:575px;position:absolute;font-family:roboto;font-size:18px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:385px;left:193px;height:46.4px;text-align:center;text-align-last:center;display:block; }
#Qk4lXdIrRiNddAtJrlpTQsS8TNBffHWo { position:absolute;display:block;z-index:100015;background-color:#30efd3;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:1.99219px;width:200px;top:441px;left:380px;display:block; }
#rfylF3pp89gEXQRPgcddDwBAScq7y4GC { position:relative;display:block; }#rfylF3pp89gEXQRPgcddDwBAScq7y4GC { background-color: transparent; background-image: none; }#rfylF3pp89gEXQRPgcddDwBAScq7y4GC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rfylF3pp89gEXQRPgcddDwBAScq7y4GC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rfylF3pp89gEXQRPgcddDwBAScq7y4GC > .row .container > .video-iframe-container { display: none; }#rfylF3pp89gEXQRPgcddDwBAScq7y4GC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rfylF3pp89gEXQRPgcddDwBAScq7y4GC > .row > .video-iframe-container { display: none; }#rfylF3pp89gEXQRPgcddDwBAScq7y4GC > .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); }#rfylF3pp89gEXQRPgcddDwBAScq7y4GC { border-width: 0; border-radius: 0; }#rfylF3pp89gEXQRPgcddDwBAScq7y4GC > .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:416px;width:960px;position:relative;display:block; }#LwLVoayAck98UrJAMB1XBow6T7rgqrOP { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:256.992px;width:385px;top:63px;left:553px;overflow:hidden;display:block; }
#rZ1Qw6wzf0GlGCviPTLfws38TZzO6pSJ { color:#000000;display:block;width:508.984px;position:absolute;font-family:"roboto condensed";font-size:21px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:63px;left:22px;height:81.6px;text-align:justify;text-align-last:initial;display:block; }
#kLriDAhLJTUTipNNw8KAGnQzrxun3fEk { color:#000000;display:block;width:505.996px;position:absolute;font-family:"roboto condensed";font-size:21px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:151px;left:22px;height:163.2px;text-align:justify;text-align-last:initial;display:block; }
#h5zUXg04dal41inrkESlmm6LbAOyWEUc { position:relative;display:block; }#h5zUXg04dal41inrkESlmm6LbAOyWEUc { background-color: transparent; background-image: none; }#h5zUXg04dal41inrkESlmm6LbAOyWEUc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#h5zUXg04dal41inrkESlmm6LbAOyWEUc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#h5zUXg04dal41inrkESlmm6LbAOyWEUc > .row .container > .video-iframe-container { display: none; }#h5zUXg04dal41inrkESlmm6LbAOyWEUc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#h5zUXg04dal41inrkESlmm6LbAOyWEUc > .row > .video-iframe-container { display: none; }#h5zUXg04dal41inrkESlmm6LbAOyWEUc > .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); }#h5zUXg04dal41inrkESlmm6LbAOyWEUc { border-width: 0; border-radius: 0; }#h5zUXg04dal41inrkESlmm6LbAOyWEUc > .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:960px;position:relative;display:block; }#A2AS9xt19nnLMtTOyGeNycyEZmflCrJW { z-index:100001;top:212.51953125px;left:74.94140625px;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #12cc94, #11a77d);background-image: -moz-linear-gradient(45deg, #12cc94, #11a77d);background-image: -ms-linear-gradient(45deg, #12cc94, #11a77d);background-image: -o-linear-gradient(45deg, #12cc94, #11a77d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#12cc94', endColorstr='#11a77d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#12cc94', endColorstr='#11a77d' );";background-image: linear-gradient(45deg, #12cc94, #11a77d);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;box-shadow: 0 15px 10px rgba(18,204,148,0.2) ;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:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:195px;height:55.9961px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#z4BfOUXRKNzAMWpTQgnxe5Ug0TBZCipS { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#nTT4WbKKMeDxsAqTTEW3gspocM8GU4yT { color:#000000;display:block;width:213px;position:absolute;font-family:"roboto condensed";font-size:18px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:21.25px;left:65.96875px;height:116px;text-align:center;text-align-last:center;display:block; }
#I3gkOOoMcZ2S5v8C6Ph2ekIMqq66UEiO { box-sizing:content-box;color:#5d92ff;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:100003;top:141.25px;left:142.44140625px;display:block; }
#mPglpwirM9EMpsErmc41GJarrOkqhRaL { color:#000000;display:block;width:279px;position:absolute;font-family:"roboto condensed";font-size:16px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:21.25px;left:345px;height:104px;text-align:center;text-align-last:center;display:block; }
#SAAgTwaU5T8iGBpPAkssxCc5UTBIg8cv { z-index:100001;top:210.52734375px;left:380px;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #12cc94, #11a77d);background-image: -moz-linear-gradient(45deg, #12cc94, #11a77d);background-image: -ms-linear-gradient(45deg, #12cc94, #11a77d);background-image: -o-linear-gradient(45deg, #12cc94, #11a77d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#12cc94', endColorstr='#11a77d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#12cc94', endColorstr='#11a77d' );";background-image: linear-gradient(45deg, #12cc94, #11a77d);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;box-shadow: 0 15px 10px rgba(18,204,148,0.2) ;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:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:60px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#NmLITm6qiSaDKulHECvHFLgVSO79cu1m { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#TQ7asx8aetKCw05mm0DCwzbyi6O2TrdJ { box-sizing:content-box;color:#5d92ff;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:100005;top:141.25px;left:450px;display:block; }
#AoOBCqu4CeTs8gfTz0DZT6iT8k2e4ldz { z-index:100001;top:210.52734375px;left:700px;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #12cc94, #11a77d);background-image: -moz-linear-gradient(45deg, #12cc94, #11a77d);background-image: -ms-linear-gradient(45deg, #12cc94, #11a77d);background-image: -o-linear-gradient(45deg, #12cc94, #11a77d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#12cc94', endColorstr='#11a77d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#12cc94', endColorstr='#11a77d' );";background-image: linear-gradient(45deg, #12cc94, #11a77d);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;box-shadow: 0 15px 10px rgba(18,204,148,0.2) ;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:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:60px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#dtRHOmgOKQmbg02MlZhBeN18Qe5OTQsT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#G3cRw7O6SoZ4oDiM94HbBiVTy1JUfIk6 { color:#000000;display:block;width:278.984px;position:absolute;font-family:"roboto condensed";font-size:17px;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:21.25px;left:660.48828125px;height:129.6px;text-align:center;text-align-last:center;display:block; }
#BDIshaec6Dmf09hp5bo94FqW3mQaM58n { box-sizing:content-box;color:#5d92ff;font-size:38px;font-weight:400;line-height:1;height:55px;width:53.9844px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:143.75px;left:773.0078125px;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #Jn288uNgiXLiKIQEkAzdOpqTTpUa5GGv { display:block; }#Jn288uNgiXLiKIQEkAzdOpqTTpUa5GGv > .row .container { width:764px;height:112px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #UBNhVWr2zNktRSiDOaLpTzOxZrSkO7EL { width:132px;height:38px;top:24.000001192093px;left:27.35000038147px;display:block; }
 }@media only screen and (max-width: 959px) { #TXkpMBeHBi0d875nR4IrW3Ldp39Tg5C9 { width:186px;height:22.5px;top:61.999999284744px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 959px) { #tzbwZBFD7K9JCfNcTv7ymJd35f0H1hcC { width:440.996px;height:56.25px;top:28.359375px;left:304.98046875px;font-size:15px;display:block; }
 }@media only screen and (max-width: 959px) { #hoDrTINNlO0tGrANkXbQJNTM6rawWdIB { display:none; }#hoDrTINNlO0tGrANkXbQJNTM6rawWdIB > .row .container { width:764px;height:19px;position:relative;display:none; } }@media only screen and (max-width: 959px) { #q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs { display:block; }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs { background-color: transparent; background-image: none; }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row .container > .video-iframe-container { display: none; }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row > .video-iframe-container { display: none; }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .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); }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row .container { width:764px;height:320px;background-color:rgba(248,248,248,0.84);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 959px) { #hgoTSFdZQqJDaIJrFeZoTi3DpmtqDQoS { width:455px;height:0;top:319px;left:303px;font-size:25px;display:block; }
 }@media only screen and (max-width: 959px) { #OskrP3Jxh3zGSwd1iKqWN4GT1mEVQmBC { width:160px;height:157.988px;top:55.99609375px;left:554.98046875px;display:block; }
 }@media only screen and (max-width: 959px) { #P0VwEQMFaJAO42pz9SyPouCa0ZcJidgN { width:410.996px;height:250px;top:26.9921875px;left:68.984375px;font-size:20px;display:block; }
 }@media only screen and (max-width: 959px) { #v0OTGkLp35b2wu5DSOX8VStgdWyxV7Kv { width:200px;height:40px;top:223.984375px;left:534.98046875px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #hc6ZnlfR1ZNO0AMxHkZtownO6rNVG8s6 { display:block; }#hc6ZnlfR1ZNO0AMxHkZtownO6rNVG8s6 > .row .container { width:764px;height:460px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #CttkTdsCXCzSEgxuZigx5rqx33tM2iSH { top:150px;left:281px;width:200px;height:60px;display:block; }
 }@media only screen and (max-width: 959px) { #Twxb6OFHQPTTwxVhzZQlnfA8Q0A37w9C { display:block; }
 }@media only screen and (max-width: 959px) { #s15d9tzATDHSAXvBzXQ4XwJhFEDpoqU0 { width:50px;height:50px;top:186px;left:433px;font-size:35px;display:block; }
 }@media only screen and (max-width: 959px) { #pNVgFkbz4K5hQq1rC80EvxXE8PdMDDTP { width:500px;height:67.5px;top:22.24609375px;left:131.97265625px;font-size:18px;display:block; }
 }@media only screen and (max-width: 959px) { #Fe7smN2IEuMc6e9ifgkDiNz49Z2Jzpgq { display:block; }#Fe7smN2IEuMc6e9ifgkDiNz49Z2Jzpgq { background-color: transparent; background-image: none; }#Fe7smN2IEuMc6e9ifgkDiNz49Z2Jzpgq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Fe7smN2IEuMc6e9ifgkDiNz49Z2Jzpgq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Fe7smN2IEuMc6e9ifgkDiNz49Z2Jzpgq > .row .container > .video-iframe-container { display: none; }#Fe7smN2IEuMc6e9ifgkDiNz49Z2Jzpgq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Fe7smN2IEuMc6e9ifgkDiNz49Z2Jzpgq > .row > .video-iframe-container { display: none; }#Fe7smN2IEuMc6e9ifgkDiNz49Z2Jzpgq > .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); }#Fe7smN2IEuMc6e9ifgkDiNz49Z2Jzpgq > .row .container { width:764px;height:479px;background-color:rgba(255,255,255,0.84);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 959px) { #KUVk7P1tWdwEkKuUSsTxmbI64VxdFvC4 { width:575px;height:319.434px;top:70.2734375px;left:94.47265625px;display:block; }
 }@media only screen and (max-width: 959px) { #kcsMU2Uh70d2iBPiEwGnwsAsASvtspn2 { width:680.996px;height:18.75px;top:26.97265625px;left:41.4453125px;font-size:15px;display:block; }
 }@media only screen and (max-width: 959px) { #h5kLHsPBFJ2EolfFXcgWkpBiERMTOduM { width:200px;height:1px;top:439px;left:283px;display:block; }
 }@media only screen and (max-width: 959px) { #g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv { display:block; }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row .container { width:764px;height:498px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #cDVQBbE1A1nhfm6mkVLTPOP5J8bTww9T { width:570px;height:317.422px;top:108.984375px;left:96.97265625px;display:block; }
 }@media only screen and (max-width: 959px) { #P4LaQgehemzHa7DscaXovXT61FS1QZmN { width:505px;height:45px;top:50px;left:153.984375px;font-size:18px;display:block; }
 }@media only screen and (max-width: 959px) { #Kry1Abq70fG2lcfIu89TF7dXK0N7gou6 { width:200px;height:1px;top:955px;left:283px;display:block; }
 }@media only screen and (max-width: 959px) { #aLXfQixrTe5TOeCstt3zSC6JJxn05gTS { width:567.988px;height:318.418px;top:96.9921875px;left:97.96875px;display:block; }
 }@media only screen and (max-width: 959px) { #XetEPkG9bMqTMrxTy0MlrmyLVZCO1eJd { width:575px;height:45px;top:30.9765625px;left:94.47265625px;font-size:18px;display:block; }
 }@media only screen and (max-width: 959px) { #Qk4lXdIrRiNddAtJrlpTQsS8TNBffHWo { width:200px;height:1px;top:441px;left:282px;display:block; }
 }@media only screen and (max-width: 959px) { #rfylF3pp89gEXQRPgcddDwBAScq7y4GC { display:block; }#rfylF3pp89gEXQRPgcddDwBAScq7y4GC > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #LwLVoayAck98UrJAMB1XBow6T7rgqrOP { width:230.996px;height:153.984px;top:253.984375px;left:520px;display:block; }
 }@media only screen and (max-width: 959px) { #rZ1Qw6wzf0GlGCviPTLfws38TZzO6pSJ { width:471px;height:63.75px;top:237px;left:36px;font-size:17px;display:block; }
 }@media only screen and (max-width: 959px) { #kLriDAhLJTUTipNNw8KAGnQzrxun3fEk { width:468px;height:106.25px;top:325px;left:36px;font-size:17px;display:block; }
 }@media only screen and (max-width: 959px) { #h5zUXg04dal41inrkESlmm6LbAOyWEUc { display:block; }#h5zUXg04dal41inrkESlmm6LbAOyWEUc > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #A2AS9xt19nnLMtTOyGeNycyEZmflCrJW { top:212px;left:41.94140625px;width:195px;height:55px;display:block; }
 }@media only screen and (max-width: 959px) { #z4BfOUXRKNzAMWpTQgnxe5Ug0TBZCipS { display:block; }
 }@media only screen and (max-width: 959px) { #nTT4WbKKMeDxsAqTTEW3gspocM8GU4yT { width:212.988px;height:112.5px;top:28.49609375px;left:20.3125px;font-size:18px;display:block; }
 }@media only screen and (max-width: 959px) { #I3gkOOoMcZ2S5v8C6Ph2ekIMqq66UEiO { width:60px;height:60px;top:141px;left:109.44140625px;font-size:42px;display:block; }
 }@media only screen and (max-width: 959px) { #mPglpwirM9EMpsErmc41GJarrOkqhRaL { width:212.988px;height:112.5px;top:28.49609375px;left:280.99609375px;font-size:15px;display:block; }
 }@media only screen and (max-width: 959px) { #SAAgTwaU5T8iGBpPAkssxCc5UTBIg8cv { top:210px;left:281px;width:200px;height:60px;display:block; }
 }@media only screen and (max-width: 959px) { #NmLITm6qiSaDKulHECvHFLgVSO79cu1m { display:block; }
 }@media only screen and (max-width: 959px) { #TQ7asx8aetKCw05mm0DCwzbyi6O2TrdJ { width:60px;height:60px;top:141px;left:351px;font-size:42px;display:block; }
 }@media only screen and (max-width: 959px) { #AoOBCqu4CeTs8gfTz0DZT6iT8k2e4ldz { top:210px;left:535px;width:200px;height:60px;display:block; }
 }@media only screen and (max-width: 959px) { #dtRHOmgOKQmbg02MlZhBeN18Qe5OTQsT { display:block; }
 }@media only screen and (max-width: 959px) { #G3cRw7O6SoZ4oDiM94HbBiVTy1JUfIk6 { width:213.984px;height:105px;top:32.24609375px;left:529.62890625px;font-size:14px;display:block; }
 }@media only screen and (max-width: 959px) { #BDIshaec6Dmf09hp5bo94FqW3mQaM58n { width:53px;height:53.99708063811px;top:143px;left:608.0078125px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Jn288uNgiXLiKIQEkAzdOpqTTpUa5GGv { display:block; }#Jn288uNgiXLiKIQEkAzdOpqTTpUa5GGv > .row .container { width:320px;height:161.09765625px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UBNhVWr2zNktRSiDOaLpTzOxZrSkO7EL { width:118.984px;height:35px;top:21.9921875px;left:100.48828125px;display:block; }
 }@media only screen and (max-width: 763px) { #TXkpMBeHBi0d875nR4IrW3Ldp39Tg5C9 { width:195px;height:16.25px;top:68.84765625px;left:62.5px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #tzbwZBFD7K9JCfNcTv7ymJd35f0H1hcC { width:320px;height:56.25px;top:105.09765625px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #hoDrTINNlO0tGrANkXbQJNTM6rawWdIB { display:block; }#hoDrTINNlO0tGrANkXbQJNTM6rawWdIB > .row .container { width:320px;height:15px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs { display:block; }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs { background-color: transparent; background-image: none; }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row .container > .video-iframe-container { display: none; }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row > .video-iframe-container { display: none; }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .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); }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row .container { width:320px;height:665px;background-color:rgba(255,255,255,0.7);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hgoTSFdZQqJDaIJrFeZoTi3DpmtqDQoS { width:320px;height:0;top:147px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #OskrP3Jxh3zGSwd1iKqWN4GT1mEVQmBC { width:160px;height:158.00119272438px;top:417px;left:80px;display:block; }
 }@media only screen and (max-width: 763px) { #P0VwEQMFaJAO42pz9SyPouCa0ZcJidgN { width:296px;height:308.75px;top:46.9921875px;left:15px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #v0OTGkLp35b2wu5DSOX8VStgdWyxV7Kv { width:200px;height:40px;top:595px;left:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hc6ZnlfR1ZNO0AMxHkZtownO6rNVG8s6 { display:block; }#hc6ZnlfR1ZNO0AMxHkZtownO6rNVG8s6 > .row .container { width:320px;height:330px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CttkTdsCXCzSEgxuZigx5rqx33tM2iSH { top:140px;left:60px;width:200px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #Twxb6OFHQPTTwxVhzZQlnfA8Q0A37w9C { display:block; }
 }@media only screen and (max-width: 763px) { #s15d9tzATDHSAXvBzXQ4XwJhFEDpoqU0 { width:50px;height:50px;top:220px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #pNVgFkbz4K5hQq1rC80EvxXE8PdMDDTP { width:320px;height:100px;top:20px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Fe7smN2IEuMc6e9ifgkDiNz49Z2Jzpgq { display:block; }#Fe7smN2IEuMc6e9ifgkDiNz49Z2Jzpgq > .row .container { width:320px;height:325px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KUVk7P1tWdwEkKuUSsTxmbI64VxdFvC4 { height:177.78518549384px;width:320px;top:107px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #kcsMU2Uh70d2iBPiEwGnwsAsASvtspn2 { width:287px;height:40px;top:47px;left:16px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h5kLHsPBFJ2EolfFXcgWkpBiERMTOduM { width:200px;height:1px;top:305px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv { display:block; }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv { background-color: transparent; background-image: none; }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row .container > .video-iframe-container { display: none; }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row > .video-iframe-container { display: none; }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .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); }#g74Zi3bAyfeZa6RfTCiW2GndVV72U7Wv > .row .container { width:320px;height:636px;background-color:rgba(255,255,255,0.81);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cDVQBbE1A1nhfm6mkVLTPOP5J8bTww9T { height:178.203px;width:320px;top:110px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #P4LaQgehemzHa7DscaXovXT61FS1QZmN { width:320px;height:67.5px;top:341.9140625px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Kry1Abq70fG2lcfIu89TF7dXK0N7gou6 { width:200px;height:0.996094px;top:615.559px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #aLXfQixrTe5TOeCstt3zSC6JJxn05gTS { height:179.375px;width:320px;top:426.40625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #XetEPkG9bMqTMrxTy0MlrmyLVZCO1eJd { width:320px;height:67.5px;top:34.74609375px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Qk4lXdIrRiNddAtJrlpTQsS8TNBffHWo { width:200px;height:0.996094px;top:298.53515625px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #rfylF3pp89gEXQRPgcddDwBAScq7y4GC { display:block; }#rfylF3pp89gEXQRPgcddDwBAScq7y4GC > .row .container { width:320px;height:592px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LwLVoayAck98UrJAMB1XBow6T7rgqrOP { width:320px;height:213.574px;top:336.25px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #rZ1Qw6wzf0GlGCviPTLfws38TZzO6pSJ { width:305.976px;height:106.25px;top:20px;left:7px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #kLriDAhLJTUTipNNw8KAGnQzrxun3fEk { width:303.965px;height:170px;top:146.25px;left:8px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #h5zUXg04dal41inrkESlmm6LbAOyWEUc { display:block; }#h5zUXg04dal41inrkESlmm6LbAOyWEUc > .row .container { width:320px;height:920px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A2AS9xt19nnLMtTOyGeNycyEZmflCrJW { top:232.5px;left:62px;width:195px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #z4BfOUXRKNzAMWpTQgnxe5Ug0TBZCipS { display:block; }
 }@media only screen and (max-width: 763px) { #nTT4WbKKMeDxsAqTTEW3gspocM8GU4yT { width:212.988px;height:112.5px;top:20px;left:53px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #I3gkOOoMcZ2S5v8C6Ph2ekIMqq66UEiO { width:60px;height:60px;top:152.5px;left:130px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #mPglpwirM9EMpsErmc41GJarrOkqhRaL { width:277.988px;height:93.75px;top:307.5px;left:21px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #SAAgTwaU5T8iGBpPAkssxCc5UTBIg8cv { top:501.25px;left:60px;width:200px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #NmLITm6qiSaDKulHECvHFLgVSO79cu1m { display:block; }
 }@media only screen and (max-width: 763px) { #TQ7asx8aetKCw05mm0DCwzbyi6O2TrdJ { width:60px;height:60px;top:421.25px;left:130px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #AoOBCqu4CeTs8gfTz0DZT6iT8k2e4ldz { top:762.7344px;left:60px;width:200px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #dtRHOmgOKQmbg02MlZhBeN18Qe5OTQsT { display:block; }
 }@media only screen and (max-width: 763px) { #G3cRw7O6SoZ4oDiM94HbBiVTy1JUfIk6 { width:277.988px;height:87.5px;top:581.25px;left:21px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #BDIshaec6Dmf09hp5bo94FqW3mQaM58n { width:53px;height:53.996319942327px;top:688.75px;left:133px;font-size:37px;display:block; }
 }