.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
@media only screen and (max-width: 763px) { 
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#efefef;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Sqe4k950TKci8Mh3mcZAsQXhTczGiitJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2d2d2d;background-image:none;position:relative;display:block; }#Sqe4k950TKci8Mh3mcZAsQXhTczGiitJ > .row .container { background-color: transparent; background-image: none; }#Sqe4k950TKci8Mh3mcZAsQXhTczGiitJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Sqe4k950TKci8Mh3mcZAsQXhTczGiitJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Sqe4k950TKci8Mh3mcZAsQXhTczGiitJ > .row .container > .video-iframe-container { display: none; }#Sqe4k950TKci8Mh3mcZAsQXhTczGiitJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Sqe4k950TKci8Mh3mcZAsQXhTczGiitJ > .row > .video-iframe-container { display: none; }#Sqe4k950TKci8Mh3mcZAsQXhTczGiitJ > .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); }#Sqe4k950TKci8Mh3mcZAsQXhTczGiitJ > .row .container { border-width: 0; border-radius: 0; }#Sqe4k950TKci8Mh3mcZAsQXhTczGiitJ > .row .container { font-size:14px;font-family:arial;height:90px;width:960px;position:relative;display:block; }#GD8s5itu9AzT31QGqvCIT1T9o9eoks55 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:55px;width:302px;top:22px;left:0px;overflow:hidden;display:block; }
#BS5XedixaTA9fV6RsTxGKGgG5CAXTTsE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:none;position:relative;display:block; }#BS5XedixaTA9fV6RsTxGKGgG5CAXTTsE > .row .container { background-color: transparent; background-image: none; }#BS5XedixaTA9fV6RsTxGKGgG5CAXTTsE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BS5XedixaTA9fV6RsTxGKGgG5CAXTTsE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BS5XedixaTA9fV6RsTxGKGgG5CAXTTsE > .row .container > .video-iframe-container { display: none; }#BS5XedixaTA9fV6RsTxGKGgG5CAXTTsE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BS5XedixaTA9fV6RsTxGKGgG5CAXTTsE > .row > .video-iframe-container { display: none; }#BS5XedixaTA9fV6RsTxGKGgG5CAXTTsE > .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); }#BS5XedixaTA9fV6RsTxGKGgG5CAXTTsE > .row .container { border-width: 0; border-radius: 0; }#BS5XedixaTA9fV6RsTxGKGgG5CAXTTsE > .row .container { font-size:14px;font-family:arial;height:18px;width:960px;position:relative;display:block; }#FJi5rcnOhWA4hNEH6ycmt7X33TOzfUsh { position:relative;display:block; }#FJi5rcnOhWA4hNEH6ycmt7X33TOzfUsh { background-color: transparent; background-image: none; }#FJi5rcnOhWA4hNEH6ycmt7X33TOzfUsh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FJi5rcnOhWA4hNEH6ycmt7X33TOzfUsh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FJi5rcnOhWA4hNEH6ycmt7X33TOzfUsh > .row .container > .video-iframe-container { display: none; }#FJi5rcnOhWA4hNEH6ycmt7X33TOzfUsh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FJi5rcnOhWA4hNEH6ycmt7X33TOzfUsh > .row > .video-iframe-container { display: none; }#FJi5rcnOhWA4hNEH6ycmt7X33TOzfUsh > .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); }#FJi5rcnOhWA4hNEH6ycmt7X33TOzfUsh { border-width: 0; border-radius: 0; }#FJi5rcnOhWA4hNEH6ycmt7X33TOzfUsh > .row .container { border-top:1px solid #dcdcdc;border-left:1px solid #dcdcdc;border-right:1px solid #dcdcdc;border-bottom:1px solid rgba(0,0,0,0);background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:472px;width:960px;position:relative;display:block; }#JZeuFOmbxs65thZBplAKZfJGoi05VUFw { color:#2f2f2f;display:block;width:766px;position:absolute;font-family:lato;font-size:48px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:38px;left:151px;height:124.8px;text-align:center;text-align-last:center;display:block; }
#wlGVtIbXGQ0hOu97qXoVoOWZxy8gIdTo { position:absolute;display:block;z-index:100002;background-color:#c3c3c3;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:157px;width:112px;top:42px;left:39px;display:block; }
#Bs09P8uepOqF041IZ2x92bSQbL14X3bm { color:#000000;display:block;width:86px;position:absolute;font-family:rubik;font-size:65px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:79.800003051758px;left:52px;height:84px;text-align:center;text-align-last:center;display:block; }
#P5mQ9D75UpB5aF4pv0kym2H7By0Sp4ZR { position:absolute;display:block;z-index:100005;background-color:transparent;background-image:none;border-top:1px solid rgba(0,0,0,0);border-left:1px solid rgba(0,0,0,0);border-right:1px solid rgba(0,0,0,0);border-bottom:1px solid #000000;height:42px;width:875px;top:199px;left:41.5px;display:block; }
#mmlre0q59Q3TzBazrJin8ukMbSN8XsGK { color:#000000;display:block;width:549px;position:absolute;font-family:rubik;font-size:23px;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:166.80001831055px;left:259.50003051758px;height:29.6px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pxKMawJZB4u6GO3HxST2T9vDXSFKNktn { position:absolute;display:block;z-index:100003;background-color:#c3c3c3;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:157px;width:112px;top:284px;left:40px;display:block; }
#FoiONz7JbSUSkiTK5gwCdT7C8sGRVywg { color:#000000;display:block;width:86px;position:absolute;font-family:rubik;font-size:65px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:321px;left:52px;height:84px;text-align:center;text-align-last:center;display:block; }
#Uoma9GpcLSM8C9TJVe2OOFqIXGo8W4ZT { color:#000000;display:block;width:609px;position:absolute;font-family:rubik;font-size:32px;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:341.70001220703px;left:229.5px;height:41.6px;text-align:center;text-align-last:center;font-style:normal;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; }
#sg3wcrIDBedE8kQBXLpaUowFWa3noyIX { position:relative;display:block; }#sg3wcrIDBedE8kQBXLpaUowFWa3noyIX { background-color: transparent; background-image: none; }#sg3wcrIDBedE8kQBXLpaUowFWa3noyIX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sg3wcrIDBedE8kQBXLpaUowFWa3noyIX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sg3wcrIDBedE8kQBXLpaUowFWa3noyIX > .row .container > .video-iframe-container { display: none; }#sg3wcrIDBedE8kQBXLpaUowFWa3noyIX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sg3wcrIDBedE8kQBXLpaUowFWa3noyIX > .row > .video-iframe-container { display: none; }#sg3wcrIDBedE8kQBXLpaUowFWa3noyIX > .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); }#sg3wcrIDBedE8kQBXLpaUowFWa3noyIX { border-width: 0; border-radius: 0; }#sg3wcrIDBedE8kQBXLpaUowFWa3noyIX > .row .container { border-top:1px solid rgba(0,0,0,0);border-left:1px solid #dcdcdc;border-right:1px solid #dcdcdc;border-bottom:1px solid rgba(0,0,0,0);background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:189px;width:960px;position:relative;display:block; }#Ei6hstVyENO8Fkuu1os1ampoHZoLqJ5m { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:153px;width:281px;top:0px;left:38.72px;overflow:hidden;display:block; }
#AqXU7gAfAp3tE0or7NngFUb56CBPk3y8 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:153px;width:281px;top:0px;left:339.50003051758px;overflow:hidden;display:block; }
#NKJcpM5DQoMZWGnFQArWmqvL6XxD9FqJ { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:153px;width:281px;top:0px;left:640.00003051758px;overflow:hidden;display:block; }
#gqZyqa0ZkGP2PmipAk53twDkLK6I6lKy { position:relative;display:block; }#gqZyqa0ZkGP2PmipAk53twDkLK6I6lKy { background-color: transparent; background-image: none; }#gqZyqa0ZkGP2PmipAk53twDkLK6I6lKy::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gqZyqa0ZkGP2PmipAk53twDkLK6I6lKy > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gqZyqa0ZkGP2PmipAk53twDkLK6I6lKy > .row .container > .video-iframe-container { display: none; }#gqZyqa0ZkGP2PmipAk53twDkLK6I6lKy > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gqZyqa0ZkGP2PmipAk53twDkLK6I6lKy > .row > .video-iframe-container { display: none; }#gqZyqa0ZkGP2PmipAk53twDkLK6I6lKy > .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); }#gqZyqa0ZkGP2PmipAk53twDkLK6I6lKy { border-width: 0; border-radius: 0; }#gqZyqa0ZkGP2PmipAk53twDkLK6I6lKy > .row .container { border-top:1px solid rgba(0,0,0,0);border-left:1px solid #dcdcdc;border-right:1px solid #dcdcdc;border-bottom:1px solid rgba(0,0,0,0);background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:235px;width:960px;position:relative;display:block; }#ZaipZTQ1ASFlIukmrstAf0USbNr8pg94 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:153px;width:281px;top:37.974990844727px;left:40px;overflow:hidden;display:block; }
#nGtqWRhh2TtuP3fXrfE6o70CFGgpAB5B { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:153px;width:281px;top:36.999984741211px;left:339.50003051758px;overflow:hidden;display:block; }
#OgbPe0bZVRkwx3ZLyyEDePWlZUHWl3ei { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:153px;width:281px;top:36.999984741211px;left:640.00003051758px;overflow:hidden;display:block; }
#J5o8NRIBNWMaEfMWKOTwHOXJ3nWM00ZD { position:absolute;display:block;z-index:100006;background-color:transparent;background-image:none;border-top:1px solid rgba(0,0,0,0);border-left:1px solid rgba(0,0,0,0);border-right:1px solid rgba(0,0,0,0);border-bottom:1px solid #000000;height:42px;width:875px;top:191px;left:41.5px;display:block; }
#mmEKnC0pymnUbmwISEGDaUli0HtnRS4l { position:relative;display:block; }#mmEKnC0pymnUbmwISEGDaUli0HtnRS4l { background-color: transparent; background-image: none; }#mmEKnC0pymnUbmwISEGDaUli0HtnRS4l::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mmEKnC0pymnUbmwISEGDaUli0HtnRS4l > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mmEKnC0pymnUbmwISEGDaUli0HtnRS4l > .row .container > .video-iframe-container { display: none; }#mmEKnC0pymnUbmwISEGDaUli0HtnRS4l > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mmEKnC0pymnUbmwISEGDaUli0HtnRS4l > .row > .video-iframe-container { display: none; }#mmEKnC0pymnUbmwISEGDaUli0HtnRS4l > .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); }#mmEKnC0pymnUbmwISEGDaUli0HtnRS4l { border-width: 0; border-radius: 0; }#mmEKnC0pymnUbmwISEGDaUli0HtnRS4l > .row .container { border-top:1px solid rgba(0,0,0,0);border-left:1px solid #dcdcdc;border-right:1px solid #dcdcdc;border-bottom:1px solid rgba(0,0,0,0);background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:218px;width:960px;position:relative;display:block; }#gvQSRUrP3rdNckXo7CcTNsITfy5aHGvN { position:absolute;display:block;z-index:100002;background-color:#c3c3c3;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:157px;width:112px;top:42px;left:39px;display:block; }
#qq2ya9dSCaaqWAS0UtT0iQ0IbcisESzi { color:#000000;display:block;width:86px;position:absolute;font-family:rubik;font-size:65px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:79.800003051758px;left:52px;height:84px;text-align:center;text-align-last:center;display:block; }
#aWVNzlowTrMTWR668NksD5DzwQoxEsz3 { color:#e43b2c;display:block;width:812px;position:absolute;font-family:lato;font-size:32px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:78.887496948242px;left:147.98748779297px;height:83.2px;text-align:center;text-align-last:center;display:block; }
#cOtwDC3Hp9sZ2s11aHruruM7ZPGcBVgc { position:relative;display:block; }#cOtwDC3Hp9sZ2s11aHruruM7ZPGcBVgc { background-color: transparent; background-image: none; }#cOtwDC3Hp9sZ2s11aHruruM7ZPGcBVgc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cOtwDC3Hp9sZ2s11aHruruM7ZPGcBVgc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cOtwDC3Hp9sZ2s11aHruruM7ZPGcBVgc > .row .container > .video-iframe-container { display: none; }#cOtwDC3Hp9sZ2s11aHruruM7ZPGcBVgc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cOtwDC3Hp9sZ2s11aHruruM7ZPGcBVgc > .row > .video-iframe-container { display: none; }#cOtwDC3Hp9sZ2s11aHruruM7ZPGcBVgc > .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); }#cOtwDC3Hp9sZ2s11aHruruM7ZPGcBVgc { border-width: 0; border-radius: 0; }#cOtwDC3Hp9sZ2s11aHruruM7ZPGcBVgc > .row .container { border-top:1px solid rgba(0,0,0,0);border-left:1px solid #dcdcdc;border-right:1px solid #dcdcdc;border-bottom:1px solid rgba(0,0,0,0);background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:484px;width:960px;position:relative;display:block; }#Jq7pyNDST7pUeD6BCMUJ45UWf4gAdGnr { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:280px;width:298px;top:14.800003051758px;left:11px;overflow:hidden;display:block; }
#DmEbc88FvBOEmbUdeomRGK5FnL1T9zSd { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:278px;width:298px;top:14.800003051758px;left:331.00003051758px;overflow:hidden;display:block; }
#IdPoeh8aNEE4EJ78icDiTAdXvDKfUVMV { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:278px;width:298px;top:14.800003051758px;left:651.00003051758px;overflow:hidden;display:block; }
#azAMfDWgXonTrzolnfKip8BtI8pwquIh { color:#000000;display:block;width:246px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:312.40000152588px;left:37px;height:51.2px;text-align:center;text-align-last:center;display:block; }
#gyJoMxx5zaveXtM1xeKdisotSK60D7ZE { color:#000000;display:block;width:210px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:312.40000152588px;left:375.00003051758px;height:51.2px;text-align:center;text-align-last:center;display:block; }
#q8Ihxn14e9HBT6qdrOkqW4z5mQ9bi6Lt { color:#000000;display:block;width:231px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:312.40000152588px;left:684.50003051758px;height:51.2px;text-align:center;text-align-last:center;display:block; }
#oXaF6xF2wf7Ap1o8lRx4l54OxTJW0lNU { background-color:#e15d3a;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:1px solid #cb401b;border-left:1px solid #cb401b;border-right:1px solid #cb401b;border-bottom:1px solid #cb401b;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:250px;height:55px;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:388px;left:35px;display:block; }
#Smb3uoMOpfvKucfd8Nxl7Q0nMSD3fKlX { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#rk8EqDtyE9CDXDr8tZu7gM9xMl173i0Q { background-color:#e15d3a;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:1px solid #cb401b;border-left:1px solid #cb401b;border-right:1px solid #cb401b;border-bottom:1px solid #cb401b;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:250px;height:55px;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:388px;left:355.00003051758px;display:block; }
#bGX5FJKNEbzR33HUVTNLGCma8OS2QDkD { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#v6W0HAJumNvQtwIkttF1yGoMwl2Okzos { background-color:#e15d3a;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:1px solid #cb401b;border-left:1px solid #cb401b;border-right:1px solid #cb401b;border-bottom:1px solid #cb401b;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:250px;height:55px;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:388px;left:675.00003051758px;display:block; }
#B11fgs2AGe0r9C7D5Hb3GIx2KMqFMNbT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#Z9vSbGdZPiifARnHtiO0xxv8L3rkm9TM { position:absolute;display:block;z-index:100010;background-color:rgba(0,0,0,0);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:1px solid rgba(0,0,0,0);border-left:1px solid rgba(0,0,0,0);border-right:1px solid rgba(0,0,0,0);border-bottom:1px solid #353535;height:22px;width:240px;top:443px;left:39px;display:block; }
#iwqHARXT4z6GB06zJ0ymSZ9CHbUJbwLD { position:absolute;display:block;z-index:100011;background-color:rgba(0,0,0,0);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:1px solid rgba(0,0,0,0);border-left:1px solid rgba(0,0,0,0);border-right:1px solid rgba(0,0,0,0);border-bottom:1px solid #353535;height:22px;width:240px;top:443px;left:359.00003051758px;display:block; }
#qKk75IkThIGJwJVrFz2rVK8uTLhyQ5Qc { position:absolute;display:block;z-index:100012;background-color:rgba(0,0,0,0);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:1px solid rgba(0,0,0,0);border-left:1px solid rgba(0,0,0,0);border-right:1px solid rgba(0,0,0,0);border-bottom:1px solid #353535;height:22px;width:240px;top:443px;left:679.00003051758px;display:block; }
#mN2OIAE5kIq7QOsb3JibzgfhlOb3ZSdp { position:relative;display:block; }#mN2OIAE5kIq7QOsb3JibzgfhlOb3ZSdp { background-color: transparent; background-image: none; }#mN2OIAE5kIq7QOsb3JibzgfhlOb3ZSdp::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mN2OIAE5kIq7QOsb3JibzgfhlOb3ZSdp > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mN2OIAE5kIq7QOsb3JibzgfhlOb3ZSdp > .row .container > .video-iframe-container { display: none; }#mN2OIAE5kIq7QOsb3JibzgfhlOb3ZSdp > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mN2OIAE5kIq7QOsb3JibzgfhlOb3ZSdp > .row > .video-iframe-container { display: none; }#mN2OIAE5kIq7QOsb3JibzgfhlOb3ZSdp > .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); }#mN2OIAE5kIq7QOsb3JibzgfhlOb3ZSdp { border-width: 0; border-radius: 0; }#mN2OIAE5kIq7QOsb3JibzgfhlOb3ZSdp > .row .container { border-top:1px solid rgba(0,0,0,0);border-left:1px solid #dcdcdc;border-right:1px solid #dcdcdc;border-bottom:1px solid rgba(0,0,0,0);background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:484px;width:960px;position:relative;display:block; }#LW5VdKdVuN3iLTyPceM2vGeeWv8fsi8d { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:279px;width:298px;top:14.800003051758px;left:11px;overflow:hidden;display:block; }
#pTpyTDtNyI6mbAccNqKNeDibCBxb3Zy7 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:278px;width:298px;top:14.800003051758px;left:331.00003051758px;overflow:hidden;display:block; }
#TRiyLHu7NCKTBZyCuthMvUsW0qXynALx { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:269px;width:298px;top:14.800003051758px;left:651.00003051758px;overflow:hidden;display:block; }
#SPlVlf1Olnwkfio4wg0EBzdnTm0mI6l0 { color:#000000;display:block;width:246px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:312.40005493164px;left:37px;height:51.2px;text-align:center;text-align-last:center;display:block; }
#tmuHchTi2tLoO7CeISBMlVrxlReO9DJh { color:#000000;display:block;width:210px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:312.40000152588px;left:375.00003051758px;height:51.2px;text-align:center;text-align-last:center;display:block; }
#gdlwg6s5K1abpKK5AJMv9ePAIzhsOT6F { color:#000000;display:block;width:231px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:312.40000152588px;left:684.50003051758px;height:51.2px;text-align:center;text-align-last:center;display:block; }
#SUydp2G09OPrUTXTsHC09LPuCWauPNEg { background-color:#e15d3a;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:1px solid #cb401b;border-left:1px solid #cb401b;border-right:1px solid #cb401b;border-bottom:1px solid #cb401b;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:250px;height:55px;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:388px;left:35px;display:block; }
#niFPmJUkhk9iucTt7etpcpcBddQI1lPQ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#P1ruvn95fSWqGtvm7k1svrUP0nFqeQXd { background-color:#e15d3a;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:1px solid #cb401b;border-left:1px solid #cb401b;border-right:1px solid #cb401b;border-bottom:1px solid #cb401b;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:250px;height:55px;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:388px;left:355.00003051758px;display:block; }
#ciqahUCpVLzqOu1QBoJx6NlqC6b9rdwZ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#IzuKRFkMcTC276EzL2pkye4MUWRRTTLr { background-color:#e15d3a;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:1px solid #cb401b;border-left:1px solid #cb401b;border-right:1px solid #cb401b;border-bottom:1px solid #cb401b;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:250px;height:55px;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:388px;left:675.00003051758px;display:block; }
#t3renaeNTir9ZDyIl086Byr0xuBvWvIO { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#qCOnni1AphMe9FTtGLFTfNUUrr7uGdaV { position:absolute;display:block;z-index:100010;background-color:rgba(0,0,0,0);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:1px solid rgba(0,0,0,0);border-left:1px solid rgba(0,0,0,0);border-right:1px solid rgba(0,0,0,0);border-bottom:1px solid #353535;height:22px;width:240px;top:443px;left:39px;display:block; }
#wL83hkaJ345eAAcdzSWrWUId5wpySK4g { position:absolute;display:block;z-index:100011;background-color:rgba(0,0,0,0);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:1px solid rgba(0,0,0,0);border-left:1px solid rgba(0,0,0,0);border-right:1px solid rgba(0,0,0,0);border-bottom:1px solid #353535;height:22px;width:240px;top:443px;left:359.00003051758px;display:block; }
#lgmN6p3lVciQp4wo7VzTIys2kV0oEMVL { position:absolute;display:block;z-index:100012;background-color:rgba(0,0,0,0);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:1px solid rgba(0,0,0,0);border-left:1px solid rgba(0,0,0,0);border-right:1px solid rgba(0,0,0,0);border-bottom:1px solid #353535;height:22px;width:240px;top:443px;left:679.00003051758px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Sqe4k950TKci8Mh3mcZAsQXhTczGiitJ { display:block; }#Sqe4k950TKci8Mh3mcZAsQXhTczGiitJ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GD8s5itu9AzT31QGqvCIT1T9o9eoks55 { top:22px;left:0px;width:302px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #BS5XedixaTA9fV6RsTxGKGgG5CAXTTsE { display:block; }#BS5XedixaTA9fV6RsTxGKGgG5CAXTTsE > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FJi5rcnOhWA4hNEH6ycmt7X33TOzfUsh { display:block; }#FJi5rcnOhWA4hNEH6ycmt7X33TOzfUsh > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZeuFOmbxs65thZBplAKZfJGoi05VUFw { top:38px;left:0px;width:764px;height:124px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #wlGVtIbXGQ0hOu97qXoVoOWZxy8gIdTo { top:42px;left:0px;width:112px;height:157px;display:block; }
 }@media only screen and (max-width: 763px) { #Bs09P8uepOqF041IZ2x92bSQbL14X3bm { top:79px;left:0px;width:86px;height:84px;font-size:65px;display:block; }
 }@media only screen and (max-width: 763px) { #P5mQ9D75UpB5aF4pv0kym2H7By0Sp4ZR { top:199px;left:0px;width:762px;height:42px;display:block; }
 }@media only screen and (max-width: 763px) { #mmlre0q59Q3TzBazrJin8ukMbSN8XsGK { top:166px;left:161.50003051758px;width:549px;height:29px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #pxKMawJZB4u6GO3HxST2T9vDXSFKNktn { top:284px;left:0px;width:112px;height:157px;display:block; }
 }@media only screen and (max-width: 763px) { #FoiONz7JbSUSkiTK5gwCdT7C8sGRVywg { top:321px;left:0px;width:86px;height:84px;font-size:65px;display:block; }
 }@media only screen and (max-width: 763px) { #Uoma9GpcLSM8C9TJVe2OOFqIXGo8W4ZT { top:341px;left:131.5px;width:609px;height:41px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #sg3wcrIDBedE8kQBXLpaUowFWa3noyIX { display:block; }#sg3wcrIDBedE8kQBXLpaUowFWa3noyIX > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ei6hstVyENO8Fkuu1os1ampoHZoLqJ5m { top:0px;left:0px;width:281px;height:153px;display:block; }
 }@media only screen and (max-width: 763px) { #AqXU7gAfAp3tE0or7NngFUb56CBPk3y8 { top:0px;left:227px;width:281px;height:153px;display:block; }
 }@media only screen and (max-width: 763px) { #NKJcpM5DQoMZWGnFQArWmqvL6XxD9FqJ { top:0px;left:470px;width:281px;height:153px;display:block; }
 }@media only screen and (max-width: 763px) { #gqZyqa0ZkGP2PmipAk53twDkLK6I6lKy { display:block; }#gqZyqa0ZkGP2PmipAk53twDkLK6I6lKy > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZaipZTQ1ASFlIukmrstAf0USbNr8pg94 { top:37px;left:0px;width:281px;height:153px;display:block; }
 }@media only screen and (max-width: 763px) { #nGtqWRhh2TtuP3fXrfE6o70CFGgpAB5B { top:36px;left:227px;width:281px;height:153px;display:block; }
 }@media only screen and (max-width: 763px) { #OgbPe0bZVRkwx3ZLyyEDePWlZUHWl3ei { top:36px;left:481px;width:281px;height:153px;display:block; }
 }@media only screen and (max-width: 763px) { #J5o8NRIBNWMaEfMWKOTwHOXJ3nWM00ZD { top:191px;left:0px;width:762px;height:42px;display:block; }
 }@media only screen and (max-width: 763px) { #mmEKnC0pymnUbmwISEGDaUli0HtnRS4l { display:block; }#mmEKnC0pymnUbmwISEGDaUli0HtnRS4l > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gvQSRUrP3rdNckXo7CcTNsITfy5aHGvN { top:42px;left:0px;width:112px;height:157px;display:block; }
 }@media only screen and (max-width: 763px) { #qq2ya9dSCaaqWAS0UtT0iQ0IbcisESzi { top:79px;left:0px;width:86px;height:84px;font-size:65px;display:block; }
 }@media only screen and (max-width: 763px) { #aWVNzlowTrMTWR668NksD5DzwQoxEsz3 { top:78px;left:0px;width:764px;height:83px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #cOtwDC3Hp9sZ2s11aHruruM7ZPGcBVgc { display:block; }#cOtwDC3Hp9sZ2s11aHruruM7ZPGcBVgc > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jq7pyNDST7pUeD6BCMUJ45UWf4gAdGnr { top:14px;left:0px;width:298px;height:280px;display:block; }
 }@media only screen and (max-width: 763px) { #DmEbc88FvBOEmbUdeomRGK5FnL1T9zSd { top:14px;left:210px;width:298px;height:278px;display:block; }
 }@media only screen and (max-width: 763px) { #IdPoeh8aNEE4EJ78icDiTAdXvDKfUVMV { top:14px;left:464px;width:298px;height:278px;display:block; }
 }@media only screen and (max-width: 763px) { #azAMfDWgXonTrzolnfKip8BtI8pwquIh { top:312px;left:4px;width:246px;height:51px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #gyJoMxx5zaveXtM1xeKdisotSK60D7ZE { top:312px;left:276.00003051758px;width:210px;height:51px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #q8Ihxn14e9HBT6qdrOkqW4z5mQ9bi6Lt { top:312px;left:519.50003051758px;width:231px;height:51px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #oXaF6xF2wf7Ap1o8lRx4l54OxTJW0lNU { width:250px;height:55px;top:388px;left:2px;display:block; }
 }@media only screen and (max-width: 763px) { #Smb3uoMOpfvKucfd8Nxl7Q0nMSD3fKlX { display:block; }
 }@media only screen and (max-width: 763px) { #rk8EqDtyE9CDXDr8tZu7gM9xMl173i0Q { width:250px;height:55px;top:388px;left:256.00003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #bGX5FJKNEbzR33HUVTNLGCma8OS2QDkD { display:block; }
 }@media only screen and (max-width: 763px) { #v6W0HAJumNvQtwIkttF1yGoMwl2Okzos { width:250px;height:55px;top:388px;left:510.00003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #B11fgs2AGe0r9C7D5Hb3GIx2KMqFMNbT { display:block; }
 }@media only screen and (max-width: 763px) { #Z9vSbGdZPiifARnHtiO0xxv8L3rkm9TM { top:443px;left:6px;width:240px;height:22px;display:block; }
 }@media only screen and (max-width: 763px) { #iwqHARXT4z6GB06zJ0ymSZ9CHbUJbwLD { top:443px;left:260.00003051758px;width:240px;height:22px;display:block; }
 }@media only screen and (max-width: 763px) { #qKk75IkThIGJwJVrFz2rVK8uTLhyQ5Qc { top:443px;left:514.00003051758px;width:240px;height:22px;display:block; }
 }@media only screen and (max-width: 763px) { #mN2OIAE5kIq7QOsb3JibzgfhlOb3ZSdp { display:block; }#mN2OIAE5kIq7QOsb3JibzgfhlOb3ZSdp > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LW5VdKdVuN3iLTyPceM2vGeeWv8fsi8d { top:14px;left:0px;width:298px;height:279px;display:block; }
 }@media only screen and (max-width: 763px) { #pTpyTDtNyI6mbAccNqKNeDibCBxb3Zy7 { top:14px;left:210px;width:298px;height:278px;display:block; }
 }@media only screen and (max-width: 763px) { #TRiyLHu7NCKTBZyCuthMvUsW0qXynALx { top:14px;left:464px;width:298px;height:269px;display:block; }
 }@media only screen and (max-width: 763px) { #SPlVlf1Olnwkfio4wg0EBzdnTm0mI6l0 { top:312px;left:4px;width:246px;height:51px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #tmuHchTi2tLoO7CeISBMlVrxlReO9DJh { top:312px;left:276.00003051758px;width:210px;height:51px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #gdlwg6s5K1abpKK5AJMv9ePAIzhsOT6F { top:312px;left:519.50003051758px;width:231px;height:51px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #SUydp2G09OPrUTXTsHC09LPuCWauPNEg { width:250px;height:55px;top:388px;left:2px;display:block; }
 }@media only screen and (max-width: 763px) { #niFPmJUkhk9iucTt7etpcpcBddQI1lPQ { display:block; }
 }@media only screen and (max-width: 763px) { #P1ruvn95fSWqGtvm7k1svrUP0nFqeQXd { width:250px;height:55px;top:388px;left:256.00003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #ciqahUCpVLzqOu1QBoJx6NlqC6b9rdwZ { display:block; }
 }@media only screen and (max-width: 763px) { #IzuKRFkMcTC276EzL2pkye4MUWRRTTLr { width:250px;height:55px;top:388px;left:510.00003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #t3renaeNTir9ZDyIl086Byr0xuBvWvIO { display:block; }
 }@media only screen and (max-width: 763px) { #qCOnni1AphMe9FTtGLFTfNUUrr7uGdaV { top:443px;left:6px;width:240px;height:22px;display:block; }
 }@media only screen and (max-width: 763px) { #wL83hkaJ345eAAcdzSWrWUId5wpySK4g { top:443px;left:260.00003051758px;width:240px;height:22px;display:block; }
 }@media only screen and (max-width: 763px) { #lgmN6p3lVciQp4wo7VzTIys2kV0oEMVL { top:443px;left:514.00003051758px;width:240px;height:22px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;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); } }@media only screen and (max-width: 763px) { #Sqe4k950TKci8Mh3mcZAsQXhTczGiitJ { display:block; }#Sqe4k950TKci8Mh3mcZAsQXhTczGiitJ > .row .container { width:320px;height:95px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GD8s5itu9AzT31QGqvCIT1T9o9eoks55 { width:302px;height:55px;top:20px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #BS5XedixaTA9fV6RsTxGKGgG5CAXTTsE { background-color:#ffffff;background-image:none;display:block; }#BS5XedixaTA9fV6RsTxGKGgG5CAXTTsE > .row .container { background-color: transparent; background-image: none; }#BS5XedixaTA9fV6RsTxGKGgG5CAXTTsE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BS5XedixaTA9fV6RsTxGKGgG5CAXTTsE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BS5XedixaTA9fV6RsTxGKGgG5CAXTTsE > .row .container > .video-iframe-container { display: none; }#BS5XedixaTA9fV6RsTxGKGgG5CAXTTsE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BS5XedixaTA9fV6RsTxGKGgG5CAXTTsE > .row > .video-iframe-container { display: none; }#BS5XedixaTA9fV6RsTxGKGgG5CAXTTsE > .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); }#BS5XedixaTA9fV6RsTxGKGgG5CAXTTsE > .row .container { width:320px;height:18px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FJi5rcnOhWA4hNEH6ycmt7X33TOzfUsh { background-color:#ffffff;background-image:none;border-top:1px solid #dcdcdc;border-left:1px solid #dcdcdc;border-right:1px solid #dcdcdc;border-bottom:1px solid rgba(0,0,0,0);display:block; }#FJi5rcnOhWA4hNEH6ycmt7X33TOzfUsh > .row .container { background-color: transparent; background-image: none; }#FJi5rcnOhWA4hNEH6ycmt7X33TOzfUsh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FJi5rcnOhWA4hNEH6ycmt7X33TOzfUsh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FJi5rcnOhWA4hNEH6ycmt7X33TOzfUsh > .row .container > .video-iframe-container { display: none; }#FJi5rcnOhWA4hNEH6ycmt7X33TOzfUsh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FJi5rcnOhWA4hNEH6ycmt7X33TOzfUsh > .row > .video-iframe-container { display: none; }#FJi5rcnOhWA4hNEH6ycmt7X33TOzfUsh > .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); }#FJi5rcnOhWA4hNEH6ycmt7X33TOzfUsh > .row .container { border-width: 0; border-radius: 0; }#FJi5rcnOhWA4hNEH6ycmt7X33TOzfUsh > .row .container { width:320px;height:632px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZeuFOmbxs65thZBplAKZfJGoi05VUFw { width:216px;height:81.6px;top:158px;left:52px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #wlGVtIbXGQ0hOu97qXoVoOWZxy8gIdTo { width:248px;height:118px;top:20px;left:36px;display:block; }
 }@media only screen and (max-width: 763px) { #Bs09P8uepOqF041IZ2x92bSQbL14X3bm { width:86px;height:41.6px;top:58.199996948242px;left:117.00000572205px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #P5mQ9D75UpB5aF4pv0kym2H7By0Sp4ZR { width:318px;height:42px;top:356.4px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #mmlre0q59Q3TzBazrJin8ukMbSN8XsGK { width:252px;height:76.8px;top:259.6px;left:34px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #pxKMawJZB4u6GO3HxST2T9vDXSFKNktn { width:248px;height:118px;top:420.4px;left:36px;display:block; }
 }@media only screen and (max-width: 763px) { #FoiONz7JbSUSkiTK5gwCdT7C8sGRVywg { width:86px;height:41.6px;top:458.60000610352px;left:117.00000572205px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #Uoma9GpcLSM8C9TJVe2OOFqIXGo8W4ZT { width:257px;height:54.4px;top:558.4px;left:31px;font-size:21px;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sg3wcrIDBedE8kQBXLpaUowFWa3noyIX { background-color:#ffffff;background-image:none;border-top:1px solid rgba(0,0,0,0);border-left:1px solid #dcdcdc;border-right:1px solid #dcdcdc;border-bottom:1px solid rgba(0,0,0,0);display:block; }#sg3wcrIDBedE8kQBXLpaUowFWa3noyIX > .row .container { background-color: transparent; background-image: none; }#sg3wcrIDBedE8kQBXLpaUowFWa3noyIX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sg3wcrIDBedE8kQBXLpaUowFWa3noyIX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sg3wcrIDBedE8kQBXLpaUowFWa3noyIX > .row .container > .video-iframe-container { display: none; }#sg3wcrIDBedE8kQBXLpaUowFWa3noyIX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sg3wcrIDBedE8kQBXLpaUowFWa3noyIX > .row > .video-iframe-container { display: none; }#sg3wcrIDBedE8kQBXLpaUowFWa3noyIX > .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); }#sg3wcrIDBedE8kQBXLpaUowFWa3noyIX > .row .container { border-width: 0; border-radius: 0; }#sg3wcrIDBedE8kQBXLpaUowFWa3noyIX > .row .container { width:320px;height:542px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ei6hstVyENO8Fkuu1os1ampoHZoLqJ5m { width:281px;height:153px;top:20px;left:19px;display:block; }
 }@media only screen and (max-width: 763px) { #AqXU7gAfAp3tE0or7NngFUb56CBPk3y8 { width:281px;height:153px;top:193px;left:19px;display:block; }
 }@media only screen and (max-width: 763px) { #NKJcpM5DQoMZWGnFQArWmqvL6XxD9FqJ { width:281px;height:153px;top:367px;left:19px;display:block; }
 }@media only screen and (max-width: 763px) { #gqZyqa0ZkGP2PmipAk53twDkLK6I6lKy { background-color:#ffffff;background-image:none;border-top:1px solid rgba(0,0,0,0);border-left:1px solid #dcdcdc;border-right:1px solid #dcdcdc;border-bottom:1px solid rgba(0,0,0,0);display:block; }#gqZyqa0ZkGP2PmipAk53twDkLK6I6lKy > .row .container { background-color: transparent; background-image: none; }#gqZyqa0ZkGP2PmipAk53twDkLK6I6lKy::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gqZyqa0ZkGP2PmipAk53twDkLK6I6lKy > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gqZyqa0ZkGP2PmipAk53twDkLK6I6lKy > .row .container > .video-iframe-container { display: none; }#gqZyqa0ZkGP2PmipAk53twDkLK6I6lKy > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gqZyqa0ZkGP2PmipAk53twDkLK6I6lKy > .row > .video-iframe-container { display: none; }#gqZyqa0ZkGP2PmipAk53twDkLK6I6lKy > .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); }#gqZyqa0ZkGP2PmipAk53twDkLK6I6lKy > .row .container { border-width: 0; border-radius: 0; }#gqZyqa0ZkGP2PmipAk53twDkLK6I6lKy > .row .container { width:320px;height:583px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZaipZTQ1ASFlIukmrstAf0USbNr8pg94 { width:281px;height:153px;top:20px;left:19px;display:block; }
 }@media only screen and (max-width: 763px) { #nGtqWRhh2TtuP3fXrfE6o70CFGgpAB5B { width:281px;height:153px;top:192px;left:19px;display:block; }
 }@media only screen and (max-width: 763px) { #OgbPe0bZVRkwx3ZLyyEDePWlZUHWl3ei { width:281px;height:153px;top:365.00001144409px;left:19.5px;display:block; }
 }@media only screen and (max-width: 763px) { #J5o8NRIBNWMaEfMWKOTwHOXJ3nWM00ZD { width:318px;height:42px;top:518.99991989136px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #mmEKnC0pymnUbmwISEGDaUli0HtnRS4l { background-color:#ffffff;background-image:none;border-top:1px solid #dcdcdc;border-left:1px solid #dcdcdc;border-right:1px solid #dcdcdc;border-bottom:1px solid rgba(0,0,0,0);display:block; }#mmEKnC0pymnUbmwISEGDaUli0HtnRS4l > .row .container { background-color: transparent; background-image: none; }#mmEKnC0pymnUbmwISEGDaUli0HtnRS4l::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mmEKnC0pymnUbmwISEGDaUli0HtnRS4l > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mmEKnC0pymnUbmwISEGDaUli0HtnRS4l > .row .container > .video-iframe-container { display: none; }#mmEKnC0pymnUbmwISEGDaUli0HtnRS4l > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mmEKnC0pymnUbmwISEGDaUli0HtnRS4l > .row > .video-iframe-container { display: none; }#mmEKnC0pymnUbmwISEGDaUli0HtnRS4l > .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); }#mmEKnC0pymnUbmwISEGDaUli0HtnRS4l > .row .container { border-width: 0; border-radius: 0; }#mmEKnC0pymnUbmwISEGDaUli0HtnRS4l > .row .container { width:320px;height:388px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gvQSRUrP3rdNckXo7CcTNsITfy5aHGvN { width:248px;height:118px;top:20px;left:36px;display:block; }
 }@media only screen and (max-width: 763px) { #qq2ya9dSCaaqWAS0UtT0iQ0IbcisESzi { width:86px;height:41.6px;top:58.200004577637px;left:117.00000572205px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #aWVNzlowTrMTWR668NksD5DzwQoxEsz3 { width:275px;height:208px;top:162.88750457764px;left:22.500001907349px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #cOtwDC3Hp9sZ2s11aHruruM7ZPGcBVgc { display:block; }#cOtwDC3Hp9sZ2s11aHruruM7ZPGcBVgc > .row .container { width:320px;height:1486px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jq7pyNDST7pUeD6BCMUJ45UWf4gAdGnr { width:298px;height:280px;top:20px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #DmEbc88FvBOEmbUdeomRGK5FnL1T9zSd { width:298px;height:278px;top:510.2px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #IdPoeh8aNEE4EJ78icDiTAdXvDKfUVMV { width:298px;height:278px;top:998.4px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #azAMfDWgXonTrzolnfKip8BtI8pwquIh { width:246px;height:51.2px;top:320px;left:37px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #gyJoMxx5zaveXtM1xeKdisotSK60D7ZE { width:210px;height:51.2px;top:808.2px;left:55px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #q8Ihxn14e9HBT6qdrOkqW4z5mQ9bi6Lt { width:231px;height:51.2px;top:1296.4px;left:44px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #oXaF6xF2wf7Ap1o8lRx4l54OxTJW0lNU { width:250px;height:55px;top:391.2px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #Smb3uoMOpfvKucfd8Nxl7Q0nMSD3fKlX { display:block; }
 }@media only screen and (max-width: 763px) { #rk8EqDtyE9CDXDr8tZu7gM9xMl173i0Q { width:250px;height:55px;top:879.4px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #bGX5FJKNEbzR33HUVTNLGCma8OS2QDkD { display:block; }
 }@media only screen and (max-width: 763px) { #v6W0HAJumNvQtwIkttF1yGoMwl2Okzos { width:250px;height:55px;top:1367.6px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #B11fgs2AGe0r9C7D5Hb3GIx2KMqFMNbT { display:block; }
 }@media only screen and (max-width: 763px) { #Z9vSbGdZPiifARnHtiO0xxv8L3rkm9TM { width:240px;height:22px;top:466.2px;left:39px;display:block; }
 }@media only screen and (max-width: 763px) { #iwqHARXT4z6GB06zJ0ymSZ9CHbUJbwLD { width:240px;height:22px;top:954.4px;left:39px;display:block; }
 }@media only screen and (max-width: 763px) { #qKk75IkThIGJwJVrFz2rVK8uTLhyQ5Qc { width:240px;height:22px;top:1442.6px;left:39px;display:block; }
 }@media only screen and (max-width: 763px) { #mN2OIAE5kIq7QOsb3JibzgfhlOb3ZSdp { display:block; }#mN2OIAE5kIq7QOsb3JibzgfhlOb3ZSdp > .row .container { width:320px;height:1476px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LW5VdKdVuN3iLTyPceM2vGeeWv8fsi8d { width:298px;height:279px;top:20px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #pTpyTDtNyI6mbAccNqKNeDibCBxb3Zy7 { width:298px;height:278px;top:509.2px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #TRiyLHu7NCKTBZyCuthMvUsW0qXynALx { width:298px;height:269px;top:997.4px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #SPlVlf1Olnwkfio4wg0EBzdnTm0mI6l0 { width:246px;height:51.2px;top:319px;left:37px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #tmuHchTi2tLoO7CeISBMlVrxlReO9DJh { width:210px;height:51.2px;top:807.2px;left:55px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #gdlwg6s5K1abpKK5AJMv9ePAIzhsOT6F { width:231px;height:51.2px;top:1286.4px;left:44px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #SUydp2G09OPrUTXTsHC09LPuCWauPNEg { width:250px;height:55px;top:390.2px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #niFPmJUkhk9iucTt7etpcpcBddQI1lPQ { display:block; }
 }@media only screen and (max-width: 763px) { #P1ruvn95fSWqGtvm7k1svrUP0nFqeQXd { width:250px;height:55px;top:878.4px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #ciqahUCpVLzqOu1QBoJx6NlqC6b9rdwZ { display:block; }
 }@media only screen and (max-width: 763px) { #IzuKRFkMcTC276EzL2pkye4MUWRRTTLr { width:250px;height:55px;top:1357.6px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #t3renaeNTir9ZDyIl086Byr0xuBvWvIO { display:block; }
 }@media only screen and (max-width: 763px) { #qCOnni1AphMe9FTtGLFTfNUUrr7uGdaV { width:240px;height:22px;top:465.2px;left:39px;display:block; }
 }@media only screen and (max-width: 763px) { #wL83hkaJ345eAAcdzSWrWUId5wpySK4g { width:240px;height:22px;top:953.4px;left:39px;display:block; }
 }@media only screen and (max-width: 763px) { #lgmN6p3lVciQp4wo7VzTIys2kV0oEMVL { width:240px;height:22px;top:1432.6px;left:39px;display:block; }
 }