.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#f4f4f4;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gRoP0wm99GFHJCGGnArV6wa8wlK3uZS2 { position:relative;display:block; }#gRoP0wm99GFHJCGGnArV6wa8wlK3uZS2 { background-color: transparent; background-image: none; }#gRoP0wm99GFHJCGGnArV6wa8wlK3uZS2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gRoP0wm99GFHJCGGnArV6wa8wlK3uZS2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gRoP0wm99GFHJCGGnArV6wa8wlK3uZS2 > .row .container > .video-iframe-container { display: none; }#gRoP0wm99GFHJCGGnArV6wa8wlK3uZS2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gRoP0wm99GFHJCGGnArV6wa8wlK3uZS2 > .row > .video-iframe-container { display: none; }#gRoP0wm99GFHJCGGnArV6wa8wlK3uZS2 > .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); }#gRoP0wm99GFHJCGGnArV6wa8wlK3uZS2 { border-width: 0; border-radius: 0; }#gRoP0wm99GFHJCGGnArV6wa8wlK3uZS2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gRoP0wm99GFHJCGGnArV6wa8wlK3uZS2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:14px;font-family:arial;height:132px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ARXFrPcNpDRiMrZWRL5i6tzF6JxfZ38g { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:85.9844px;width:155.984px;top:23px;left:537.5px;overflow:hidden;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(178deg, rgba(0,0,0,0), rgba(179,235,157,0.62));background-image: -moz-linear-gradient(178deg, rgba(0,0,0,0), rgba(179,235,157,0.62));background-image: -ms-linear-gradient(178deg, rgba(0,0,0,0), rgba(179,235,157,0.62));background-image: -o-linear-gradient(178deg, rgba(0,0,0,0), rgba(179,235,157,0.62));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#9eb3eb9d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#9eb3eb9d' );";background-image: linear-gradient(178deg, rgba(0,0,0,0), rgba(179,235,157,0.62));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:14px;font-family:arial;height:1138px;width:1200px;position:relative;display:block; }#i1qvdMIlsMxwOlk30wCAbu3kcemnyEq7 { color:#000000;display:block;width:933.984px;position:absolute;font-family:"shadows into light two";font-size:45px;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 2px #636466;top:257.98828125px;left:132.98828125px;height:58.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U2Z12KzA2H96a2V94X9T8mGRHHA7TF5C { color:#f1e5e9;display:block;width:1187.99px;position:absolute;font-family:lato;font-size:33px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 0 #595a5c;top:347.96875px;left:5.99609375px;height:171.5624px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rcV2bgPLg0yrzaNdsXb2H9y9vLalZpwy { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:587px;width:1200px;top:551px;left:0px;overflow:hidden;display:block; }
#wKTNDWbIXBBTnTnDA6GfAW6SGi9LRKfh { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:249px;width:415px;top:0px;left:391px;overflow:hidden;display:block; }
#JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t { position:relative;display:block; }#JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t { background-color: transparent; background-image: none; }#JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t > .row .container > .video-iframe-container { display: none; }#JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t > .row > .video-iframe-container { display: none; }#JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t > .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); }#JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t { border-width: 0; border-radius: 0; }#JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:14px;font-family:arial;height:289px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FzLyzu0zJxZeMBcxpzSfLW3N8l0SEPc4 { position:absolute;display:block;z-index:15000;background-color:#fffdfd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:6px dashed #040404;border-left:6px dashed #040404;border-right:6px dashed #040404;border-bottom:6px dashed #040404;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:256px;width:552px;top:6px;left:318px;display:block; }
#NHR8L8uJTSxfMwnVGx96fLMZboXZ61KG { background-color:#b3eb9d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#464646;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:24px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:500px;height:55px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:37.987648010254px;left:350px;display:block; }
#sMb9intocW5mewenPCbvzHB7xx3JIGt8 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#adcftINGh8CCF5TZpm0hf9bIyLp6qs8K { color:#000000;display:block;width:200px;position:absolute;font-family:roboto;font-size:12px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:224.1125087738px;left:512.98751831055px;height:15.6px;text-align:center;text-align-last:center;display:block; }
#whGFBKsts5QXtTZ8nqVHOJnTwb7qGWVc { box-sizing:content-box;color:#5c5e5f;font-size:19px;font-weight:400;line-height:1;height:27.9875px;width:27.9875px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:217.9250087738px;left:485.00003051758px;display:block; }
#i0noNxqn2Zr9AxbuqP139SqyPWpMk65y { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:117px;width:440px;top:96.999998092651px;left:380.00003051758px;overflow:hidden;display:block; }
#OzShodeP3lt4p9S5rqJvw93Jyy37UmQp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(179,235,157,0.62), #f7f7ff);background-image: -moz-linear-gradient(180deg, rgba(179,235,157,0.62), #f7f7ff);background-image: -ms-linear-gradient(180deg, rgba(179,235,157,0.62), #f7f7ff);background-image: -o-linear-gradient(180deg, rgba(179,235,157,0.62), #f7f7ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9eb3eb9d', endColorstr='#f7f7ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9eb3eb9d', endColorstr='#f7f7ff' );";background-image: linear-gradient(180deg, rgba(179,235,157,0.62), #f7f7ff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OzShodeP3lt4p9S5rqJvw93Jyy37UmQp > .row .container { background-color: transparent; background-image: none; }#OzShodeP3lt4p9S5rqJvw93Jyy37UmQp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OzShodeP3lt4p9S5rqJvw93Jyy37UmQp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OzShodeP3lt4p9S5rqJvw93Jyy37UmQp > .row .container > .video-iframe-container { display: none; }#OzShodeP3lt4p9S5rqJvw93Jyy37UmQp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OzShodeP3lt4p9S5rqJvw93Jyy37UmQp > .row > .video-iframe-container { display: none; }#OzShodeP3lt4p9S5rqJvw93Jyy37UmQp > .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); }#OzShodeP3lt4p9S5rqJvw93Jyy37UmQp > .row .container { border-width: 0; border-radius: 0; }#OzShodeP3lt4p9S5rqJvw93Jyy37UmQp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OzShodeP3lt4p9S5rqJvw93Jyy37UmQp > .row .container { font-size:14px;font-family:arial;height:483px;width:1200px;position:relative;display:block; }#R80cZg7oRTKJed3blKTrVVIKJZv36UCE { color:#000000;display:block;width:951.991px;position:absolute;font-family:roboto;font-size:25px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:34.444442749023px;left:141.93286895752px;height:357.5px;text-align:center;text-align-last:center;display:block; }
#nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f7f7ff, rgba(179,235,157,0.62));background-image: -moz-linear-gradient(180deg, #f7f7ff, rgba(179,235,157,0.62));background-image: -ms-linear-gradient(180deg, #f7f7ff, rgba(179,235,157,0.62));background-image: -o-linear-gradient(180deg, #f7f7ff, rgba(179,235,157,0.62));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7ff', endColorstr='#9eb3eb9d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7ff', endColorstr='#9eb3eb9d' );";background-image: linear-gradient(180deg, #f7f7ff, rgba(179,235,157,0.62));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw > .row .container { background-color: transparent; background-image: none; }#nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw > .row .container > .video-iframe-container { display: none; }#nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw > .row > .video-iframe-container { display: none; }#nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw > .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); }#nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw > .row .container { border-width: 0; border-radius: 0; }#nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw > .row .container { font-size:14px;font-family:arial;height:588px;width:1200px;position:relative;display:block; }#fGiIhTZPWN1DozMdECTAeM5T0yhWiJ10 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 1px 3px #595963 ;height:316px;width:178px;top:90.5px;left:139.5px;overflow:hidden;display:block; }
#QU5p1y0XJaxULdrn9JZ9gGtASLPooZKE { color:#000000;display:block;width:652px;position:absolute;font-family:roboto;font-size:18px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:40px;left:374.5px;height:444.4214px;display:block; }
#Bq2rogiNfth9JvitPZFhqDRrxss9ANdz { color:#000000;display:block;width:200px;position:absolute;font-family:roboto;font-size:16px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:445px;left:129px;height:41.6px;text-align:center;text-align-last:center;display:block; }
#xJBE68f6UQaRnaINh8Vku9wa7gyuh9Sx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f7f7ff, #f6e6ef);background-image: -moz-linear-gradient(180deg, #f7f7ff, #f6e6ef);background-image: -ms-linear-gradient(180deg, #f7f7ff, #f6e6ef);background-image: -o-linear-gradient(180deg, #f7f7ff, #f6e6ef);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7ff', endColorstr='#f6e6ef' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7ff', endColorstr='#f6e6ef' );";background-image: linear-gradient(180deg, #f7f7ff, #f6e6ef);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xJBE68f6UQaRnaINh8Vku9wa7gyuh9Sx > .row .container { background-color: transparent; background-image: none; }#xJBE68f6UQaRnaINh8Vku9wa7gyuh9Sx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJBE68f6UQaRnaINh8Vku9wa7gyuh9Sx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJBE68f6UQaRnaINh8Vku9wa7gyuh9Sx > .row .container > .video-iframe-container { display: none; }#xJBE68f6UQaRnaINh8Vku9wa7gyuh9Sx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJBE68f6UQaRnaINh8Vku9wa7gyuh9Sx > .row > .video-iframe-container { display: none; }#xJBE68f6UQaRnaINh8Vku9wa7gyuh9Sx > .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); }#xJBE68f6UQaRnaINh8Vku9wa7gyuh9Sx > .row .container { border-width: 0; border-radius: 0; }#xJBE68f6UQaRnaINh8Vku9wa7gyuh9Sx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xJBE68f6UQaRnaINh8Vku9wa7gyuh9Sx > .row .container { font-size:14px;font-family:arial;height:729px;width:1200px;position:relative;display:block; }#WVRN8eqGLhTi6CvtDTvUB5cwnGRR1LqO { color:#eaeaea;display:block;width:620px;position:absolute;font-family:tahoma, arial, sans-serif;font-size:27px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #020000;top:36.2890625px;left:290px;height:70.2px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V1ypEhFultnepUTzLllioSzf8B5RuxzO { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:127.988px;width:127.988px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:115px;left:363px;filter: drop-shadow(1px 1px 3px rgba(0,0,0,0.5)); }
#LrMFP8q4lqf7aKWTQIpETtTEUxWL8I7F { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:127.969px;width:127.969px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:115px;left:0px;filter: drop-shadow(1px 1px 3px rgba(0,0,0,0.5)); }
#bgChQ6qtg7HCIDCOVfHN9gxCrrFTBfTP { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:127.969px;width:127.969px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:115px;left:109px;filter: drop-shadow(1px 1px 3px rgba(0,0,0,0.5)); }
#hapdMwQSPoWbTaBQVZ9LDGZlNaoyqRhs { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:127.969px;width:127.969px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:115px;left:236px;filter: drop-shadow(1px 1px 3px rgba(0,0,0,0.5)); }
#JcXq4bHDnkfOCtg2tD2TeKPqfirFEhfo { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:127.969px;width:127.969px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:115px;left:1072.01171875px;filter: drop-shadow(1px 1px 3px rgba(0,0,0,0.5)); }
#puuHT5ehk2OmX8tMWAqT7pATxsTQywNW { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:127.969px;width:127.969px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:115px;left:709px;filter: drop-shadow(1px 1px 3px rgba(0,0,0,0.5)); }
#s8F0AClTrOQGFffMzvpkElaNeyws7g19 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:127.969px;width:127.969px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:115px;left:836.953125px;filter: drop-shadow(1px 1px 3px rgba(0,0,0,0.5)); }
#E6imeTaq1I6pfVuXsrnkVcRGTHG9gd41 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:127.969px;width:127.969px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:115px;left:945px;filter: drop-shadow(1px 1px 3px rgba(0,0,0,0.5)); }
#byqdrl67y61Mq6SshJdvrucqE9V7tyCf { display:block;width:80.9375px;position:absolute;font-family:"open sans";font-size:28px;font-weight:700;z-index:15030;line-height:1.5;letter-spacing:0;top:648.9453125px;left:549.98046875px;height:42.0117px;text-align:center;text-align-last:center;color:#242424;font-style:normal;display:block; }
#fQ0J7mWMOqiT9mZAELEEuT945AzvNPU1 { display:block;width:303.965px;position:absolute;font-family:"open sans";font-size:34px;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:597.94921875px;left:438.4765625px;height:51px;text-align:center;text-align-last:center;color:#464646;font-style:normal;display:block; }
#AVMIoRoZxBiaHR8eEHgseZeOg8UQxzVV { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:275.996px;width:288.984px;top:321.97265625px;left:455.5078125px;overflow:hidden;display:block; }
#IXG3cTivelNFcZBhvIg7SDfzKwRoNHyx { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:197.988px;width:197.988px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:106.40625px;left:500.99609375px;filter: drop-shadow(1px 1px 3px rgba(0,0,0,0.5)); }
#TMKa4tQZ2rPDfadG9M5XGhbhfUP7Gplp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TMKa4tQZ2rPDfadG9M5XGhbhfUP7Gplp > .row .container { background-color: transparent; background-image: none; }#TMKa4tQZ2rPDfadG9M5XGhbhfUP7Gplp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMKa4tQZ2rPDfadG9M5XGhbhfUP7Gplp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMKa4tQZ2rPDfadG9M5XGhbhfUP7Gplp > .row .container > .video-iframe-container { display: none; }#TMKa4tQZ2rPDfadG9M5XGhbhfUP7Gplp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMKa4tQZ2rPDfadG9M5XGhbhfUP7Gplp > .row > .video-iframe-container { display: none; }#TMKa4tQZ2rPDfadG9M5XGhbhfUP7Gplp > .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); }#TMKa4tQZ2rPDfadG9M5XGhbhfUP7Gplp > .row .container { border-width: 0; border-radius: 0; }#TMKa4tQZ2rPDfadG9M5XGhbhfUP7Gplp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TMKa4tQZ2rPDfadG9M5XGhbhfUP7Gplp > .row .container { font-size:14px;font-family:arial;height:193px;width:1200px;position:relative;display:block; }#EzsTGKw9uF7r9bufIFd1ATs2TEuTbepT { color:#000000;display:block;width:1138px;position:absolute;font-family:lato;font-size:38px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:23px;left:31px;height:98.7812px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT > .row .container { background-color: transparent; background-image: none; }#yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT > .row .container > .video-iframe-container { display: none; }#yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT > .row > .video-iframe-container { display: none; }#yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT > .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); }#yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT > .row .container { border-width: 0; border-radius: 0; }#yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT > .row .container { font-size:14px;font-family:arial;height:301px;width:1200px;position:relative;display:block; }#hwzqRE7Qvdpin44QasqFyTLrtexv31tA { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:6px dashed #040404;border-left:6px dashed #040404;border-right:6px dashed #040404;border-bottom:6px dashed #040404;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:236.992px;width:551.992px;top:21.97265625px;left:328.984375px;display:block; }
#dptELCL6i4GhotWZ6uATybzzFUswGTf2 { background-color:#9ff2c3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#464646;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:24px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:500px;height:55px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:45.462493896484px;left:350px;display:block; }
#ItaWyfklquv2rgA8EEhBquHMpW4y70Vm { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#b3ncH92Nnd1drwO2QLdlBQTsQeIae0Ze { color:#000000;display:block;width:200px;position:absolute;font-family:roboto;font-size:12px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:231.95001220703px;left:535.19998168945px;height:15.6px;text-align:center;text-align-last:center;display:block; }
#SgqSk0TLckeknsdU6JeAgDTThUa25zUT { box-sizing:content-box;color:#5c5e5f;font-size:19px;font-weight:400;line-height:1;height:27.9875px;width:27.9875px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:225.76251220703px;left:522.21249389648px;display:block; }
#olXTPTIv3wvGLapsEcJIQuopsWhMlATN { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:117px;width:440px;top:100.44999694824px;left:390.96249389648px;overflow:hidden;display:block; }
#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#928a8a;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .row .container { background-color: transparent; background-image: none; }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .row .container > .video-iframe-container { display: none; }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .row > .video-iframe-container { display: none; }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .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); }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .row .container { border-width: 0; border-radius: 0; }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .row .container { font-size:14px;font-family:arial;height:295px;width:1200px;position:relative;display:block; }#L7KdTASJIOqaWv4ThIIeLfaqIIRqmP6I { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:78.9931px;width:78.9931px;top:21.97917175293px;left:570.98383331299px;overflow:hidden;display:block; }
#ypVm2CnWnQbSvQLsJ2Oq3ODZbuZ1Lw3c { color:#000000;display:block;width:1112px;position:absolute;font-family:roboto;font-size:12px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:133px;left:54.453125px;height:77.9689px;text-align:center;text-align-last:center;display:block; }
#l1MQkgVsWc23id0gnekxzaydBgF1QwJL { background-color:transparent;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:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;box-sizing:border-box;color:#f4f4f4;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:218px;height:36px;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:35px;left:377.5px;display:block; }
#doK4TrxqbsdHFXXFKGhfRmSSCeDNAr6a { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#tkUDRJS9eGnWiLeX4efnRqrTWMVffqc0 { background-color:transparent;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:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;box-sizing:border-box;color:#f4f4f4;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:218px;height:36px;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:35px;left:610.5px;display:block; }
#d5q2TZFuVdQ9PvOwfVLiI7maExWtDJFh { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gRoP0wm99GFHJCGGnArV6wa8wlK3uZS2 { display:block; }#gRoP0wm99GFHJCGGnArV6wa8wlK3uZS2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ARXFrPcNpDRiMrZWRL5i6tzF6JxfZ38g { top:23px;left:319.5px;width:155px;height:85.441981228844px;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1qvdMIlsMxwOlk30wCAbu3kcemnyEq7 { top:257px;left:0px;width:764px;height:58px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #U2Z12KzA2H96a2V94X9T8mGRHHA7TF5C { top:347px;left:0px;width:764px;height:171px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #rcV2bgPLg0yrzaNdsXb2H9y9vLalZpwy { top:551px;left:0px;width:764px;height:373.72333333333px;display:block; }
 }@media only screen and (max-width: 763px) { #wKTNDWbIXBBTnTnDA6GfAW6SGi9LRKfh { top:0px;left:173px;width:415px;height:249px;display:block; }
 }@media only screen and (max-width: 763px) { #JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t { display:block; }#JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FzLyzu0zJxZeMBcxpzSfLW3N8l0SEPc4 { top:6px;left:100px;width:552px;height:256px;display:block; }
 }@media only screen and (max-width: 763px) { #NHR8L8uJTSxfMwnVGx96fLMZboXZ61KG { width:500px;height:55px;top:37px;left:132px;display:block; }
 }@media only screen and (max-width: 763px) { #sMb9intocW5mewenPCbvzHB7xx3JIGt8 { display:block; }
 }@media only screen and (max-width: 763px) { #adcftINGh8CCF5TZpm0hf9bIyLp6qs8K { top:224px;left:294.98751831055px;width:200px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #whGFBKsts5QXtTZ8nqVHOJnTwb7qGWVc { top:217px;left:267.00003051758px;width:27px;height:27px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #i0noNxqn2Zr9AxbuqP139SqyPWpMk65y { top:96px;left:162.00003051758px;width:440px;height:117px;display:block; }
 }@media only screen and (max-width: 763px) { #OzShodeP3lt4p9S5rqJvw93Jyy37UmQp { display:block; }#OzShodeP3lt4p9S5rqJvw93Jyy37UmQp > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R80cZg7oRTKJed3blKTrVVIKJZv36UCE { top:34px;left:0px;width:764px;height:357px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw { display:block; }#nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fGiIhTZPWN1DozMdECTAeM5T0yhWiJ10 { top:90px;left:0px;width:178px;height:316px;display:block; }
 }@media only screen and (max-width: 763px) { #QU5p1y0XJaxULdrn9JZ9gGtASLPooZKE { top:39px;left:113px;width:651px;height:482px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Bq2rogiNfth9JvitPZFhqDRrxss9ANdz { top:444px;left:0px;width:199px;height:41px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xJBE68f6UQaRnaINh8Vku9wa7gyuh9Sx { display:block; }#xJBE68f6UQaRnaINh8Vku9wa7gyuh9Sx > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WVRN8eqGLhTi6CvtDTvUB5cwnGRR1LqO { top:36px;left:72px;width:620px;height:70px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #V1ypEhFultnepUTzLllioSzf8B5RuxzO { top:115px;left:145px;width:127px;height:127px;display:block; }
 }@media only screen and (max-width: 763px) { #LrMFP8q4lqf7aKWTQIpETtTEUxWL8I7F { top:115px;left:0px;width:127px;height:127px;display:block; }
 }@media only screen and (max-width: 763px) { #bgChQ6qtg7HCIDCOVfHN9gxCrrFTBfTP { top:115px;left:0px;width:127px;height:127px;display:block; }
 }@media only screen and (max-width: 763px) { #hapdMwQSPoWbTaBQVZ9LDGZlNaoyqRhs { top:115px;left:18px;width:127px;height:127px;display:block; }
 }@media only screen and (max-width: 763px) { #JcXq4bHDnkfOCtg2tD2TeKPqfirFEhfo { top:115px;left:637px;width:127px;height:127px;display:block; }
 }@media only screen and (max-width: 763px) { #puuHT5ehk2OmX8tMWAqT7pATxsTQywNW { top:115px;left:491px;width:127px;height:127px;display:block; }
 }@media only screen and (max-width: 763px) { #s8F0AClTrOQGFffMzvpkElaNeyws7g19 { top:115px;left:618.953125px;width:127px;height:127px;display:block; }
 }@media only screen and (max-width: 763px) { #E6imeTaq1I6pfVuXsrnkVcRGTHG9gd41 { top:115px;left:637px;width:127px;height:127px;display:block; }
 }@media only screen and (max-width: 763px) { #byqdrl67y61Mq6SshJdvrucqE9V7tyCf { width:80px;height:42px;top:648px;left:331.98046875px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #fQ0J7mWMOqiT9mZAELEEuT945AzvNPU1 { width:303px;height:50px;top:597px;left:220.4765625px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #AVMIoRoZxBiaHR8eEHgseZeOg8UQxzVV { top:321px;left:237.5078125px;width:288px;height:275.05622456607px;display:block; }
 }@media only screen and (max-width: 763px) { #IXG3cTivelNFcZBhvIg7SDfzKwRoNHyx { top:106px;left:282.99609375px;width:197px;height:197px;display:block; }
 }@media only screen and (max-width: 763px) { #TMKa4tQZ2rPDfadG9M5XGhbhfUP7Gplp { display:block; }#TMKa4tQZ2rPDfadG9M5XGhbhfUP7Gplp > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EzsTGKw9uF7r9bufIFd1ATs2TEuTbepT { top:22px;left:0px;width:764px;height:97px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT { display:block; }#yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hwzqRE7Qvdpin44QasqFyTLrtexv31tA { top:21px;left:110.984375px;width:551px;height:236px;display:block; }
 }@media only screen and (max-width: 763px) { #dptELCL6i4GhotWZ6uATybzzFUswGTf2 { width:500px;height:55px;top:45px;left:132px;display:block; }
 }@media only screen and (max-width: 763px) { #ItaWyfklquv2rgA8EEhBquHMpW4y70Vm { display:block; }
 }@media only screen and (max-width: 763px) { #b3ncH92Nnd1drwO2QLdlBQTsQeIae0Ze { top:231px;left:317.19998168945px;width:200px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #SgqSk0TLckeknsdU6JeAgDTThUa25zUT { top:225px;left:304.21249389648px;width:27px;height:27px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #olXTPTIv3wvGLapsEcJIQuopsWhMlATN { top:100px;left:172.96249389648px;width:440px;height:117px;display:block; }
 }@media only screen and (max-width: 763px) { #AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP { display:block; }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L7KdTASJIOqaWv4ThIIeLfaqIIRqmP6I { top:21px;left:352.98383331299px;width:78px;height:78px;display:block; }
 }@media only screen and (max-width: 763px) { #ypVm2CnWnQbSvQLsJ2Oq3ODZbuZ1Lw3c { top:133px;left:0px;width:764px;height:77px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #l1MQkgVsWc23id0gnekxzaydBgF1QwJL { width:218px;height:36px;top:35px;left:159.5px;display:block; }
 }@media only screen and (max-width: 763px) { #doK4TrxqbsdHFXXFKGhfRmSSCeDNAr6a { display:block; }
 }@media only screen and (max-width: 763px) { #tkUDRJS9eGnWiLeX4efnRqrTWMVffqc0 { width:218px;height:36px;top:35px;left:392.5px;display:block; }
 }@media only screen and (max-width: 763px) { #d5q2TZFuVdQ9PvOwfVLiI7maExWtDJFh { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gRoP0wm99GFHJCGGnArV6wa8wlK3uZS2 { display:block; }#gRoP0wm99GFHJCGGnArV6wa8wlK3uZS2 > .row .container { width:320px;height:120px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ARXFrPcNpDRiMrZWRL5i6tzF6JxfZ38g { width:163px;height:90px;top:9.5px;left:78.5px;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:320px;height:830px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1qvdMIlsMxwOlk30wCAbu3kcemnyEq7 { width:300px;height:33.8px;top:195px;left:10px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #U2Z12KzA2H96a2V94X9T8mGRHHA7TF5C { width:300px;height:386.1px;top:249.5703125px;left:10px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #rcV2bgPLg0yrzaNdsXb2H9y9vLalZpwy { width:320px;height:156.797px;top:672.98828125px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #wKTNDWbIXBBTnTnDA6GfAW6SGi9LRKfh { width:300px;height:180px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t { display:block; }#JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t > .row .container { width:320px;height:290px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FzLyzu0zJxZeMBcxpzSfLW3N8l0SEPc4 { width:308px;height:231px;top:31.962493896484px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #NHR8L8uJTSxfMwnVGx96fLMZboXZ61KG { width:288.975px;height:55px;top:55.46250000596px;left:15.512500762939px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #sMb9intocW5mewenPCbvzHB7xx3JIGt8 { display:block; }
 }@media only screen and (max-width: 763px) { #adcftINGh8CCF5TZpm0hf9bIyLp6qs8K { width:200px;height:15.6px;top:235.00001525879px;left:82.999998092651px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #whGFBKsts5QXtTZ8nqVHOJnTwb7qGWVc { width:28px;height:28px;top:228.80001068115px;left:67.999998092651px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #i0noNxqn2Zr9AxbuqP139SqyPWpMk65y { width:305px;height:80px;top:130.46250152588px;left:7.5px;display:block; }
 }@media only screen and (max-width: 763px) { #OzShodeP3lt4p9S5rqJvw93Jyy37UmQp { display:block; }#OzShodeP3lt4p9S5rqJvw93Jyy37UmQp > .row .container { width:320px;height:496px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R80cZg7oRTKJed3blKTrVVIKJZv36UCE { width:300px;height:464.1px;top:30px;left:10px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw { display:block; }#nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw > .row .container { width:320px;height:1285px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fGiIhTZPWN1DozMdECTAeM5T0yhWiJ10 { width:179px;height:319px;top:20px;left:70px;display:block; }
 }@media only screen and (max-width: 763px) { #QU5p1y0XJaxULdrn9JZ9gGtASLPooZKE { width:300px;height:795.6px;top:439px;left:10px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Bq2rogiNfth9JvitPZFhqDRrxss9ANdz { width:200px;height:41.6px;top:379px;left:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xJBE68f6UQaRnaINh8Vku9wa7gyuh9Sx { display:block; }#xJBE68f6UQaRnaINh8Vku9wa7gyuh9Sx > .row .container { width:320px;height:600px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WVRN8eqGLhTi6CvtDTvUB5cwnGRR1LqO { width:320px;height:74.1px;top:20px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #V1ypEhFultnepUTzLllioSzf8B5RuxzO { width:38.9844px;height:38.9844px;top:113.02734375px;left:78.984375px;display:block; }
 }@media only screen and (max-width: 763px) { #LrMFP8q4lqf7aKWTQIpETtTEUxWL8I7F { width:41.9922px;height:41.9922px;top:111.5234375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #bgChQ6qtg7HCIDCOVfHN9gxCrrFTBfTP { width:37.9883px;height:37.9883px;top:113.515625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #hapdMwQSPoWbTaBQVZ9LDGZlNaoyqRhs { width:36.9922px;height:36.9922px;top:114.0234375px;left:41.9921875px;display:block; }
 }@media only screen and (max-width: 763px) { #JcXq4bHDnkfOCtg2tD2TeKPqfirFEhfo { width:42.9883px;height:42.9883px;top:111.015625px;left:276.9921875px;display:block; }
 }@media only screen and (max-width: 763px) { #puuHT5ehk2OmX8tMWAqT7pATxsTQywNW { width:35.9961px;height:35.9961px;top:114.51171875px;left:204.4921875px;display:block; }
 }@media only screen and (max-width: 763px) { #s8F0AClTrOQGFffMzvpkElaNeyws7g19 { width:38.9844px;height:38.9844px;top:113.02734375px;left:239.23828125px;display:block; }
 }@media only screen and (max-width: 763px) { #E6imeTaq1I6pfVuXsrnkVcRGTHG9gd41 { width:32.9883px;height:32.9883px;top:116.015625px;left:286.9921875px;display:block; }
 }@media only screen and (max-width: 763px) { #byqdrl67y61Mq6SshJdvrucqE9V7tyCf { width:80px;height:42.0117px;top:543px;left:120px;text-align:center;text-align-last:center;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #fQ0J7mWMOqiT9mZAELEEuT945AzvNPU1 { width:302.987px;height:48px;top:475px;left:9px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #AVMIoRoZxBiaHR8eEHgseZeOg8UQxzVV { width:256px;height:244px;top:203.96250534058px;left:32.000001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #IXG3cTivelNFcZBhvIg7SDfzKwRoNHyx { width:71.9922px;height:71.9922px;top:94.0625px;left:130.95703125px;display:block; }
 }@media only screen and (max-width: 763px) { #TMKa4tQZ2rPDfadG9M5XGhbhfUP7Gplp { display:block; }#TMKa4tQZ2rPDfadG9M5XGhbhfUP7Gplp > .row .container { width:320px;height:260px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EzsTGKw9uF7r9bufIFd1ATs2TEuTbepT { width:300px;height:218.4px;top:20px;left:10px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT { display:block; }#yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT > .row .container { width:320px;height:245px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hwzqRE7Qvdpin44QasqFyTLrtexv31tA { width:308px;height:197px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #dptELCL6i4GhotWZ6uATybzzFUswGTf2 { width:283.975px;height:55px;top:38.475006103516px;left:18.012500762939px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #ItaWyfklquv2rgA8EEhBquHMpW4y70Vm { display:block; }
 }@media only screen and (max-width: 763px) { #b3ncH92Nnd1drwO2QLdlBQTsQeIae0Ze { width:165.988px;height:15.6px;top:184.95004272461px;left:97.96249961853px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #SgqSk0TLckeknsdU6JeAgDTThUa25zUT { width:27.9875px;height:27.9875px;top:178.76251220703px;left:69.975004196167px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #olXTPTIv3wvGLapsEcJIQuopsWhMlATN { width:287px;height:75px;top:102.95001220703px;left:16.5px;display:block; }
 }@media only screen and (max-width: 763px) { #AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP { background-color:#928a8a;background-image:none;display:block; }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .row .container { background-color: transparent; background-image: none; }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .row .container > .video-iframe-container { display: none; }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .row > .video-iframe-container { display: none; }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .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); }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .row .container { width:320px;height:554px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L7KdTASJIOqaWv4ThIIeLfaqIIRqmP6I { width:88px;height:88px;top:8px;left:115.99999809265px;display:block; }
 }@media only screen and (max-width: 763px) { #ypVm2CnWnQbSvQLsJ2Oq3ODZbuZ1Lw3c { width:300px;height:249.6px;top:173px;left:10px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #l1MQkgVsWc23id0gnekxzaydBgF1QwJL { width:218px;height:36px;top:442px;left:51px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #doK4TrxqbsdHFXXFKGhfRmSSCeDNAr6a { display:block; }
 }@media only screen and (max-width: 763px) { #tkUDRJS9eGnWiLeX4efnRqrTWMVffqc0 { width:218px;height:36px;top:498px;left:51px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #d5q2TZFuVdQ9PvOwfVLiI7maExWtDJFh { display:block; }
 }