.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
@media only screen and (max-width: 763px) { 
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .row > .video-iframe-container { display: none; }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .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); }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row .container { background-color: transparent; background-image: none; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row .container > .video-iframe-container { display: none; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row > .video-iframe-container { display: none; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .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); }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row .container { border-width: 0; border-radius: 0; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row .container { font-size:14px;font-family:arial;height:110px;width:960px;position:relative;display:block; }#HATg7KA2ztpgc3qtaTfhPaf1zNayKGlJ { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:25px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:60px;top:97px;left:102px;display:none; }
#TaTZStsW73L1KlZi0bdiUxX2TQlTk9O2 { color:#000000;display:block;width:796px;position:absolute;font-family:"open sans";font-size:29px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:32.15625px;left:163.98957824707px;height:74.6666px;display:block; }
#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu { background-color:rgba(255,255,255,0.59);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { background-color: transparent; background-image: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container > .video-iframe-container { display: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container { display: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .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); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { border-width: 0; border-radius: 0; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { width:960px;height:495px;font-size:14px;font-family:arial;position:relative;display:block; }#wU8meq0cBdytTxiTAn6zzKmCkoQ8rDS7 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:431px;width:431px;top:24px;left:0px;overflow:hidden;display:block; }
#JWLRm3xKFx05OSx5MbexHI6uKtILwBBH { color:#000000;display:block;width:345px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:24px;left:521.33332824707px;height:26px;display:block; }
#gsUv2FzKlPGeKIcegquXtIPX7wsHkRcX { color:#000000;display:block;width:406px;position:absolute;font-family:"open sans";font-size:29px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:70px;left:490.83332824707px;height:186.6665px;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; }
#gIX6C8nrfPxDEgaUhvkNG3Q7qVpTXpWi { color:#000000;display:block;width:527px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:285.00003051758px;left:432.98957824707px;height:41.3334px;text-align:center;text-align-last:center;display:block; }
#szigUJgt8yJEx7ReICAKCQPGT2X6D2KQ { background-color:#0b970b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11px;border-top-right-radius:11px;border-bottom-left-radius:11px;border-bottom-right-radius:11px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:350px;left:553.83332824707px;display:block; }
#IA4OZrKDiZAuGHT6Spu9TUJgoMp0A5Kp { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#pq993SicxlmtbAZA1B4lXQJToTnMLQ65 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#049735;background-image:none;position:relative;display:block; }#pq993SicxlmtbAZA1B4lXQJToTnMLQ65 > .row .container { background-color: transparent; background-image: none; }#pq993SicxlmtbAZA1B4lXQJToTnMLQ65::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pq993SicxlmtbAZA1B4lXQJToTnMLQ65 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pq993SicxlmtbAZA1B4lXQJToTnMLQ65 > .row .container > .video-iframe-container { display: none; }#pq993SicxlmtbAZA1B4lXQJToTnMLQ65 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pq993SicxlmtbAZA1B4lXQJToTnMLQ65 > .row > .video-iframe-container { display: none; }#pq993SicxlmtbAZA1B4lXQJToTnMLQ65 > .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); }#pq993SicxlmtbAZA1B4lXQJToTnMLQ65 > .row .container { border-width: 0; border-radius: 0; }#pq993SicxlmtbAZA1B4lXQJToTnMLQ65 > .row .container { font-size:14px;font-family:arial;height:138px;width:960px;position:relative;display:block; }#TUpTszXekQFU4m3D0fngp4L1Rw5c6bIp { color:#ffffff;display:block;width:960px;position:absolute;font-family:ubuntu;font-size:42px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:15px;left:0px;height:108px;display:block; }
#ZiCUTn6ih5TlhNmD23eED0WlobZmLDZT { position:relative;display:block; }#ZiCUTn6ih5TlhNmD23eED0WlobZmLDZT { background-color: transparent; background-image: none; }#ZiCUTn6ih5TlhNmD23eED0WlobZmLDZT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZiCUTn6ih5TlhNmD23eED0WlobZmLDZT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZiCUTn6ih5TlhNmD23eED0WlobZmLDZT > .row .container > .video-iframe-container { display: none; }#ZiCUTn6ih5TlhNmD23eED0WlobZmLDZT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZiCUTn6ih5TlhNmD23eED0WlobZmLDZT > .row > .video-iframe-container { display: none; }#ZiCUTn6ih5TlhNmD23eED0WlobZmLDZT > .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); }#ZiCUTn6ih5TlhNmD23eED0WlobZmLDZT { border-width: 0; border-radius: 0; }#ZiCUTn6ih5TlhNmD23eED0WlobZmLDZT > .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:932px;width:960px;position:relative;display:block; }#N4MtrbTpfi5hn6E3p71d3QyD8TVECIua { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:19px;font-weight:normal;z-index:100000;line-height:1.5;letter-spacing:0;top:39.999969482422px;left:0px;height:504px;display:block; }
#W4WUNyAeD9PW4o0hlKkhBhN2xW3OInRP { color:#ffffff;display:block;width:960px;position:absolute;font-family:ubuntu;font-size:30px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:590px;left:0px;height:77.3333px;display:block; }
#Tt1tCbPneAFxD3hQiC33q0OwDLd0T10S { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:683.33334350586px;left:0px;height:208px;display:block; }
#iZ32fLmbQCT8MFV4hGguRf0s7i4JSdnx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#049735;background-image:none;position:relative;display:block; }#iZ32fLmbQCT8MFV4hGguRf0s7i4JSdnx > .row .container { background-color: transparent; background-image: none; }#iZ32fLmbQCT8MFV4hGguRf0s7i4JSdnx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iZ32fLmbQCT8MFV4hGguRf0s7i4JSdnx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iZ32fLmbQCT8MFV4hGguRf0s7i4JSdnx > .row .container > .video-iframe-container { display: none; }#iZ32fLmbQCT8MFV4hGguRf0s7i4JSdnx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iZ32fLmbQCT8MFV4hGguRf0s7i4JSdnx > .row > .video-iframe-container { display: none; }#iZ32fLmbQCT8MFV4hGguRf0s7i4JSdnx > .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); }#iZ32fLmbQCT8MFV4hGguRf0s7i4JSdnx > .row .container { border-width: 0; border-radius: 0; }#iZ32fLmbQCT8MFV4hGguRf0s7i4JSdnx > .row .container { font-size:14px;font-family:arial;height:103px;width:960px;position:relative;display:block; }#pTJLCh6GtwwaPZe6teq8vAqGRx0WgvJb { color:#ffffff;display:block;width:830px;position:absolute;font-family:ubuntu;font-size:48px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:20.5px;left:76px;height:62px;display:block; }
#nfRRT1vzJX0RSSDf93rQhMZ606LXwxQl { position:relative;display:block; }#nfRRT1vzJX0RSSDf93rQhMZ606LXwxQl { background-color: transparent; background-image: none; }#nfRRT1vzJX0RSSDf93rQhMZ606LXwxQl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nfRRT1vzJX0RSSDf93rQhMZ606LXwxQl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nfRRT1vzJX0RSSDf93rQhMZ606LXwxQl > .row .container > .video-iframe-container { display: none; }#nfRRT1vzJX0RSSDf93rQhMZ606LXwxQl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nfRRT1vzJX0RSSDf93rQhMZ606LXwxQl > .row > .video-iframe-container { display: none; }#nfRRT1vzJX0RSSDf93rQhMZ606LXwxQl > .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); }#nfRRT1vzJX0RSSDf93rQhMZ606LXwxQl { border-width: 0; border-radius: 0; }#nfRRT1vzJX0RSSDf93rQhMZ606LXwxQl > .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:584px;width:960px;position:relative;display:block; }#LHrHn8Bta07DpVmO3QGT0SKcgyZd0yrV { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:316px;width:476px;top:86.3125px;left:0px;overflow:hidden;display:block; }
#r826UMPaQMNRhgqTo1TASFzeWM1Q2GQt { color:#ffffff;display:block;width:388px;position:absolute;font-family:ubuntu;font-size:37px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:46.3125px;left:533.98957824707px;height:96px;display:block; }
#roUvt4SXuhGVPpnAr9TB7MA2Vazdt8qq { color:#ffffff;display:block;width:489px;position:absolute;font-family:ubuntu;font-size:27px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:171.3125px;left:470.98957824707px;height:69.3334px;display:block; }
#yTtETMqghWuKvqxNS5rKZFv2zrK79mKF { color:#000000;display:block;width:496px;position:absolute;font-family:lato;font-size:17px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:214.96875px;left:463.98957824707px;height:330px;display:block; }
#Zk3BPWedvGZ2l1wPUErIq3VTksqnod4f { background-color:#0b970b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-left-radius:3px;border-bottom-right-radius:3px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:210px;height:52px;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:480.96875px;left:115.32292175293px;display:block; }
#A5rgn56q8dJpzJ6WW3anSFwfOsD6QcJq { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#x1PVTJ0IeLKZ8arIAc0zWnEF0TAaJmGf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#049735;background-image:none;position:relative;display:block; }#x1PVTJ0IeLKZ8arIAc0zWnEF0TAaJmGf > .row .container { background-color: transparent; background-image: none; }#x1PVTJ0IeLKZ8arIAc0zWnEF0TAaJmGf::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#x1PVTJ0IeLKZ8arIAc0zWnEF0TAaJmGf > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#x1PVTJ0IeLKZ8arIAc0zWnEF0TAaJmGf > .row .container > .video-iframe-container { display: none; }#x1PVTJ0IeLKZ8arIAc0zWnEF0TAaJmGf > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#x1PVTJ0IeLKZ8arIAc0zWnEF0TAaJmGf > .row > .video-iframe-container { display: none; }#x1PVTJ0IeLKZ8arIAc0zWnEF0TAaJmGf > .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); }#x1PVTJ0IeLKZ8arIAc0zWnEF0TAaJmGf > .row .container { border-width: 0; border-radius: 0; }#x1PVTJ0IeLKZ8arIAc0zWnEF0TAaJmGf > .row .container { font-size:14px;font-family:arial;height:97px;width:960px;position:relative;display:block; }#yQsxhNK6Cm18zKTeh5T2D66G15BKL0gW { color:#ffffff;display:block;width:830px;position:absolute;font-family:ubuntu;font-size:48px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:17.5px;left:75.97917175293px;height:62px;display:block; }
#Pr8uZruqgamFXfRBRP25wGWlzFEFPWks { position:relative;display:block; }#Pr8uZruqgamFXfRBRP25wGWlzFEFPWks { background-color: transparent; background-image: none; }#Pr8uZruqgamFXfRBRP25wGWlzFEFPWks::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Pr8uZruqgamFXfRBRP25wGWlzFEFPWks > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Pr8uZruqgamFXfRBRP25wGWlzFEFPWks > .row .container > .video-iframe-container { display: none; }#Pr8uZruqgamFXfRBRP25wGWlzFEFPWks > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Pr8uZruqgamFXfRBRP25wGWlzFEFPWks > .row > .video-iframe-container { display: none; }#Pr8uZruqgamFXfRBRP25wGWlzFEFPWks > .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); }#Pr8uZruqgamFXfRBRP25wGWlzFEFPWks { border-width: 0; border-radius: 0; }#Pr8uZruqgamFXfRBRP25wGWlzFEFPWks > .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:723px;width:960px;position:relative;display:block; }#VuRmwfsoi1KrrAiDKTVTWPdHSToOfE0i { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:35.65625px;left:0px;height:182px;text-align:center;text-align-last:center;display:block; }
#vTA4vrf71c9zXhEfUeT63d2J1U1GDfxf { color:#000000;display:block;width:398px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:237.5px;left:40px;height:248.0001px;text-align:left;text-align-last:left;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; }
#p99r5TaOL9wnlMd25zn2xqLHPylTJmdm { color:#000000;display:block;width:428px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:235.5px;left:508.00001525879px;height:247.9997px;text-align:left;text-align-last:left;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; }
#hR98Et9S7mkQ96OIwwrCHWDzV1IJJDI8 { box-sizing:content-box;color:#2f2f2f;font-size:18px;font-weight:400;line-height:1;height:27px;width:27px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:243px;left:8px;display:block; }
#cKy8e2EQSM1dM0oTUkuS6TSwfOQ33q9s { box-sizing:content-box;color:#2f2f2f;font-size:18px;font-weight:400;line-height:1;height:27px;width:27px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:343px;left:5px;display:block; }
#n2urzownSRSzhP2JGpt21lUGhDkX9JGW { box-sizing:content-box;color:#2f2f2f;font-size:18px;font-weight:400;line-height:1;height:27px;width:27px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:420px;left:4px;display:block; }
#w1P4ohyhVTt8gE9gguf68VpiIQfm0lDp { box-sizing:content-box;color:#2f2f2f;font-size:18px;font-weight:400;line-height:1;height:27px;width:27px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:243px;left:481px;display:block; }
#G3XtWyhGK5IvwdaUle6xwoF44bmgfOQi { box-sizing:content-box;color:#2f2f2f;font-size:18px;font-weight:400;line-height:1;height:27px;width:27px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:362px;left:480.00001525879px;display:block; }
#g72xxmFdOzOs0dOcpvOL5ZIlwhxDe1W1 { box-sizing:content-box;color:#2f2f2f;font-size:18px;font-weight:400;line-height:1;height:27px;width:27px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:441px;left:479.00001525879px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP { display:block; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HATg7KA2ztpgc3qtaTfhPaf1zNayKGlJ { top:97px;left:4.5px;width:200px;height:60px;font-size:25px;display:none; }
 }@media only screen and (max-width: 763px) { #TaTZStsW73L1KlZi0bdiUxX2TQlTk9O2 { top:32px;left:0px;width:764px;height:74px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu { display:block; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wU8meq0cBdytTxiTAn6zzKmCkoQ8rDS7 { top:24px;left:0px;width:431px;height:431px;display:block; }
 }@media only screen and (max-width: 763px) { #JWLRm3xKFx05OSx5MbexHI6uKtILwBBH { top:24px;left:419px;width:345px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #gsUv2FzKlPGeKIcegquXtIPX7wsHkRcX { top:70px;left:358px;width:406px;height:186px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #gIX6C8nrfPxDEgaUhvkNG3Q7qVpTXpWi { top:285px;left:237px;width:527px;height:41px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #szigUJgt8yJEx7ReICAKCQPGT2X6D2KQ { width:280px;height:55px;top:350px;left:455.83332824707px;display:block; }
 }@media only screen and (max-width: 763px) { #IA4OZrKDiZAuGHT6Spu9TUJgoMp0A5Kp { display:block; }
 }@media only screen and (max-width: 763px) { #pq993SicxlmtbAZA1B4lXQJToTnMLQ65 { display:block; }#pq993SicxlmtbAZA1B4lXQJToTnMLQ65 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TUpTszXekQFU4m3D0fngp4L1Rw5c6bIp { top:15px;left:0px;width:764px;height:108px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #ZiCUTn6ih5TlhNmD23eED0WlobZmLDZT { display:block; }#ZiCUTn6ih5TlhNmD23eED0WlobZmLDZT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N4MtrbTpfi5hn6E3p71d3QyD8TVECIua { top:39px;left:0px;width:764px;height:504px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #W4WUNyAeD9PW4o0hlKkhBhN2xW3OInRP { top:590px;left:0px;width:764px;height:77px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #Tt1tCbPneAFxD3hQiC33q0OwDLd0T10S { top:683px;left:0px;width:764px;height:208px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #iZ32fLmbQCT8MFV4hGguRf0s7i4JSdnx { display:block; }#iZ32fLmbQCT8MFV4hGguRf0s7i4JSdnx > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pTJLCh6GtwwaPZe6teq8vAqGRx0WgvJb { top:20px;left:0px;width:764px;height:62px;font-size:48px;display:block; }
 }@media only screen and (max-width: 763px) { #nfRRT1vzJX0RSSDf93rQhMZ606LXwxQl { display:block; }#nfRRT1vzJX0RSSDf93rQhMZ606LXwxQl > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LHrHn8Bta07DpVmO3QGT0SKcgyZd0yrV { top:86px;left:0px;width:476px;height:316px;display:block; }
 }@media only screen and (max-width: 763px) { #r826UMPaQMNRhgqTo1TASFzeWM1Q2GQt { top:46px;left:376px;width:388px;height:96px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #roUvt4SXuhGVPpnAr9TB7MA2Vazdt8qq { top:171px;left:275px;width:489px;height:69px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #yTtETMqghWuKvqxNS5rKZFv2zrK79mKF { top:214px;left:268px;width:496px;height:330px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Zk3BPWedvGZ2l1wPUErIq3VTksqnod4f { width:210px;height:52px;top:480px;left:17.32292175293px;display:block; }
 }@media only screen and (max-width: 763px) { #A5rgn56q8dJpzJ6WW3anSFwfOsD6QcJq { display:block; }
 }@media only screen and (max-width: 763px) { #x1PVTJ0IeLKZ8arIAc0zWnEF0TAaJmGf { display:block; }#x1PVTJ0IeLKZ8arIAc0zWnEF0TAaJmGf > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yQsxhNK6Cm18zKTeh5T2D66G15BKL0gW { top:17px;left:0px;width:764px;height:62px;font-size:48px;display:block; }
 }@media only screen and (max-width: 763px) { #Pr8uZruqgamFXfRBRP25wGWlzFEFPWks { display:block; }#Pr8uZruqgamFXfRBRP25wGWlzFEFPWks > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VuRmwfsoi1KrrAiDKTVTWPdHSToOfE0i { top:35px;left:0px;width:764px;height:182px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #vTA4vrf71c9zXhEfUeT63d2J1U1GDfxf { top:237px;left:0px;width:398px;height:248px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #p99r5TaOL9wnlMd25zn2xqLHPylTJmdm { top:235px;left:336px;width:428px;height:247px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hR98Et9S7mkQ96OIwwrCHWDzV1IJJDI8 { top:243px;left:0px;width:27px;height:27px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #cKy8e2EQSM1dM0oTUkuS6TSwfOQ33q9s { top:343px;left:0px;width:27px;height:27px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #n2urzownSRSzhP2JGpt21lUGhDkX9JGW { top:420px;left:0px;width:27px;height:27px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #w1P4ohyhVTt8gE9gguf68VpiIQfm0lDp { top:243px;left:383px;width:27px;height:27px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #G3XtWyhGK5IvwdaUle6xwoF44bmgfOQi { top:362px;left:382.00001525879px;width:27px;height:27px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #g72xxmFdOzOs0dOcpvOL5ZIlwhxDe1W1 { top:441px;left:381.00001525879px;width:27px;height:27px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP { display:block; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row .container { width:320px;height:346px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HATg7KA2ztpgc3qtaTfhPaf1zNayKGlJ { top:23.5px;left:24px;width:296px;height:96px;z-index:100003;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #TaTZStsW73L1KlZi0bdiUxX2TQlTk9O2 { width:320px;height:186.6667px;top:139.5px;left:0px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu { background-color:transparent;background-image:url("https://images.assets-landingi.com/uIk3u0B6/Untitled_design.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }
#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu.adaptive-delivery-prevent-bg { background-image: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { background-color: transparent; background-image: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(69,69,69,0.6); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container > .video-iframe-container { display: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(69,69,69,0.6); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container { display: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .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); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { width:320px;height:844px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wU8meq0cBdytTxiTAn6zzKmCkoQ8rDS7 { width:320px;height:320px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #JWLRm3xKFx05OSx5MbexHI6uKtILwBBH { width:320px;height:26px;top:360px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #gsUv2FzKlPGeKIcegquXtIPX7wsHkRcX { width:320px;height:261.3333px;top:406px;left:0px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #gIX6C8nrfPxDEgaUhvkNG3Q7qVpTXpWi { width:320px;height:62px;top:687.323px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #szigUJgt8yJEx7ReICAKCQPGT2X6D2KQ { width:280px;height:55px;top:769.323px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #IA4OZrKDiZAuGHT6Spu9TUJgoMp0A5Kp { display:block; }
 }@media only screen and (max-width: 763px) { #pq993SicxlmtbAZA1B4lXQJToTnMLQ65 { display:block; }#pq993SicxlmtbAZA1B4lXQJToTnMLQ65 > .row .container { width:320px;height:288px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TUpTszXekQFU4m3D0fngp4L1Rw5c6bIp { width:320px;height:206.6667px;top:20px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #ZiCUTn6ih5TlhNmD23eED0WlobZmLDZT { display:block; }#ZiCUTn6ih5TlhNmD23eED0WlobZmLDZT > .row .container { width:320px;height:1988px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N4MtrbTpfi5hn6E3p71d3QyD8TVECIua { width:320px;height:1092px;top:20px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #W4WUNyAeD9PW4o0hlKkhBhN2xW3OInRP { width:320px;height:270.667px;top:1132px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #Tt1tCbPneAFxD3hQiC33q0OwDLd0T10S { width:320px;height:546px;top:1422.667px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #iZ32fLmbQCT8MFV4hGguRf0s7i4JSdnx { display:block; }#iZ32fLmbQCT8MFV4hGguRf0s7i4JSdnx > .row .container { width:320px;height:130px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pTJLCh6GtwwaPZe6teq8vAqGRx0WgvJb { width:320px;height:0;top:20px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #nfRRT1vzJX0RSSDf93rQhMZ606LXwxQl { display:block; }#nfRRT1vzJX0RSSDf93rQhMZ606LXwxQl > .row .container { width:320px;height:920px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LHrHn8Bta07DpVmO3QGT0SKcgyZd0yrV { width:320px;height:212.43697478992px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #r826UMPaQMNRhgqTo1TASFzeWM1Q2GQt { width:320px;height:0;top:252.43697478992px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #roUvt4SXuhGVPpnAr9TB7MA2Vazdt8qq { width:320px;height:0;top:790.43697478992px;left:0px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #yTtETMqghWuKvqxNS5rKZFv2zrK79mKF { width:320px;height:0;top:440.43697478992px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Zk3BPWedvGZ2l1wPUErIq3VTksqnod4f { width:210px;height:52px;top:368.43697478992px;left:55px;display:block; }
 }@media only screen and (max-width: 763px) { #A5rgn56q8dJpzJ6WW3anSFwfOsD6QcJq { display:block; }
 }@media only screen and (max-width: 763px) { #x1PVTJ0IeLKZ8arIAc0zWnEF0TAaJmGf { display:block; }#x1PVTJ0IeLKZ8arIAc0zWnEF0TAaJmGf > .row .container { width:320px;height:102px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yQsxhNK6Cm18zKTeh5T2D66G15BKL0gW { width:320px;height:0;top:20px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #Pr8uZruqgamFXfRBRP25wGWlzFEFPWks { display:block; }#Pr8uZruqgamFXfRBRP25wGWlzFEFPWks > .row .container { width:320px;height:1039.99px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VuRmwfsoi1KrrAiDKTVTWPdHSToOfE0i { width:320px;height:0;top:20px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #vTA4vrf71c9zXhEfUeT63d2J1U1GDfxf { width:320px;height:0;top:410px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #p99r5TaOL9wnlMd25zn2xqLHPylTJmdm { width:320px;height:0;top:772px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hR98Et9S7mkQ96OIwwrCHWDzV1IJJDI8 { width:27px;height:27px;top:222px;left:146px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #cKy8e2EQSM1dM0oTUkuS6TSwfOQ33q9s { width:27px;height:27px;top:316px;left:146px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #n2urzownSRSzhP2JGpt21lUGhDkX9JGW { width:27px;height:27px;top:363px;left:146px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #w1P4ohyhVTt8gE9gguf68VpiIQfm0lDp { width:27px;height:27px;top:269px;left:146px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #G3XtWyhGK5IvwdaUle6xwoF44bmgfOQi { width:27px;height:27px;top:678px;left:146px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #g72xxmFdOzOs0dOcpvOL5ZIlwhxDe1W1 { width:27px;height:27px;top:725px;left:146px;font-size:18px;display:block; }
 }