.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:#ffffff;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); }#ytxk3OGB1ebf3dTR96quPRw09Zv52Gud { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ytxk3OGB1ebf3dTR96quPRw09Zv52Gud > .row .container { background-color: transparent; background-image: none; }#ytxk3OGB1ebf3dTR96quPRw09Zv52Gud::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ytxk3OGB1ebf3dTR96quPRw09Zv52Gud > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ytxk3OGB1ebf3dTR96quPRw09Zv52Gud > .row .container > .video-iframe-container { display: none; }#ytxk3OGB1ebf3dTR96quPRw09Zv52Gud > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ytxk3OGB1ebf3dTR96quPRw09Zv52Gud > .row > .video-iframe-container { display: none; }#ytxk3OGB1ebf3dTR96quPRw09Zv52Gud > .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); }#ytxk3OGB1ebf3dTR96quPRw09Zv52Gud > .row .container { border-width: 0; border-radius: 0; }#ytxk3OGB1ebf3dTR96quPRw09Zv52Gud > .row > .video-iframe-container {  }#ytxk3OGB1ebf3dTR96quPRw09Zv52Gud > .row .container { width:1200px;height:823px;font-size:14px;font-family:arial;position:relative;display:block; }#bERyEpgbQ6Ksd9QwfxaJfGTKvp8SSw7Z { color:#333333;display:block;width:1200px;position:absolute;font-family:lato;font-size:60px;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:75px;left:0px;height:156px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qXbFDz4KihxeKQTJgxSsJxXO0BWbICvu { color:#333333;display:block;width:447px;position:absolute;font-family:lato;font-size:30px;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:271px;left:376.5px;height:180px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kJ3rkRudZrXgHpCxeAkgIuZo0hQRSXeT { z-index:15001;top:718.00003051758px;left:350.00001907349px;background-color:#148e40;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px #148e40 ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:500px;height:60px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#y9FhrDtPAOP0DVVr5WDUskAadTXezlhl { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#kHJ9VHtxmO4MSxuZgueSDhLPmbMmRVge { color:#333333;display:block;width:410px;position:absolute;font-family:lato;font-size:20px;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:461px;left:436px;height:210px;text-align:left;text-align-last:left;display:block; }
#X5MXRxCZTOJrwXNl7Tlmqm3kOIki4bhn { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:52px;width:60px;top:461px;left:377px;overflow:hidden;display:block; }
#Q6T0FxfhfMM0hXkzhakv4y6AaquWl1dC { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:52px;width:60px;top:554px;left:377px;overflow:hidden;display:block; }
#caAhRbSxeLiyTFJ7L2rJmgoaqVqF7DIB { position:relative;display:block; }#caAhRbSxeLiyTFJ7L2rJmgoaqVqF7DIB { background-color: transparent; background-image: none; }#caAhRbSxeLiyTFJ7L2rJmgoaqVqF7DIB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#caAhRbSxeLiyTFJ7L2rJmgoaqVqF7DIB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#caAhRbSxeLiyTFJ7L2rJmgoaqVqF7DIB > .row .container > .video-iframe-container { display: none; }#caAhRbSxeLiyTFJ7L2rJmgoaqVqF7DIB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#caAhRbSxeLiyTFJ7L2rJmgoaqVqF7DIB > .row > .video-iframe-container { display: none; }#caAhRbSxeLiyTFJ7L2rJmgoaqVqF7DIB > .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); }#caAhRbSxeLiyTFJ7L2rJmgoaqVqF7DIB { border-width: 0; border-radius: 0; }#caAhRbSxeLiyTFJ7L2rJmgoaqVqF7DIB > .row .container > .video-iframe-container {  }#caAhRbSxeLiyTFJ7L2rJmgoaqVqF7DIB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:561px;width:1200px;position:relative;display:block; }#UQEpGTxGTfrKvsPq9fZUSyCalXVgDlaa { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:291px;width:519px;top:196px;left:347px;display:block; }
#pZP7a89XoOJ2rqVQT5svg63nCm7zm7Ed { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:88px;width:145px;top:87px;left:512px;overflow:hidden;display:block; }
#xfrek9nM0181Z7klwP34ogQT9VEgc8Kb { color:#333333;display:block;width:807px;position:absolute;font-family:lato;font-size:25px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:34px;left:181px;height:32.5px;text-align:center;text-align-last:center;display:block; }
#MTEx2UOdpRanbglDoyEMJ7KH4qObB2tA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c20081;background-image:none;position:relative;display:block; }#MTEx2UOdpRanbglDoyEMJ7KH4qObB2tA > .row .container { background-color: transparent; background-image: none; }#MTEx2UOdpRanbglDoyEMJ7KH4qObB2tA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTEx2UOdpRanbglDoyEMJ7KH4qObB2tA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTEx2UOdpRanbglDoyEMJ7KH4qObB2tA > .row .container > .video-iframe-container { display: none; }#MTEx2UOdpRanbglDoyEMJ7KH4qObB2tA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTEx2UOdpRanbglDoyEMJ7KH4qObB2tA > .row > .video-iframe-container { display: none; }#MTEx2UOdpRanbglDoyEMJ7KH4qObB2tA > .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); }#MTEx2UOdpRanbglDoyEMJ7KH4qObB2tA > .row .container { border-width: 0; border-radius: 0; }#MTEx2UOdpRanbglDoyEMJ7KH4qObB2tA > .row > .video-iframe-container {  }#MTEx2UOdpRanbglDoyEMJ7KH4qObB2tA > .row .container { font-size:14px;font-family:arial;height:105px;width:1200px;position:relative;display:block; }#kmWpoOTEhDRqPHz5qfd4NeyGJVHaZZ5L { color:#ffffff;display:block;width:800px;position:absolute;font-family:lato;font-size:25px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:36.25px;left:200px;height:32.5px;text-align:center;text-align-last:center;display:block; }
#FWKzwZFZr2rpKXThN8rC7CVURPnuzWVl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#FWKzwZFZr2rpKXThN8rC7CVURPnuzWVl > .row .container { background-color: transparent; background-image: none; }#FWKzwZFZr2rpKXThN8rC7CVURPnuzWVl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FWKzwZFZr2rpKXThN8rC7CVURPnuzWVl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FWKzwZFZr2rpKXThN8rC7CVURPnuzWVl > .row .container > .video-iframe-container { display: none; }#FWKzwZFZr2rpKXThN8rC7CVURPnuzWVl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FWKzwZFZr2rpKXThN8rC7CVURPnuzWVl > .row > .video-iframe-container { display: none; }#FWKzwZFZr2rpKXThN8rC7CVURPnuzWVl > .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); }#FWKzwZFZr2rpKXThN8rC7CVURPnuzWVl > .row .container { border-width: 0; border-radius: 0; }#FWKzwZFZr2rpKXThN8rC7CVURPnuzWVl > .row > .video-iframe-container {  }#FWKzwZFZr2rpKXThN8rC7CVURPnuzWVl > .row .container { font-size:14px;font-family:arial;height:1623px;width:1200px;position:relative;display:block; }#XiUc0aWiF17RSbKoGolFVeXifik08Fv4 { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: 1px 1px 31px rgba(0,0,0,0.12) ;height:670px;width:436px;top:91px;left:143px;display:block; }
#ZFL6MHPDOloRUBCC3oVksCQL4J2Ife9U { position:absolute;display:block;z-index:15019;background-color:#f46faa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:173px;border-top-right-radius:173px;border-bottom-left-radius:173px;border-bottom-right-radius:173px;box-shadow: 1px 1px 28px rgba(238,204,255,0.64) ;height:106px;width:106px;top:57px;left:168px;display:block; }
#AwZU8yfCi33d80MTQWOWu6TSAhpT1DMq { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: 1px 1px 31px rgba(0,0,0,0.12) ;height:643px;width:436px;top:199px;left:618px;display:block; }
#XAn3HRDblDSt0TlMKOxbzHlmD6UKacgp { position:absolute;display:block;z-index:15025;background-color:#f46faa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:173px;border-top-right-radius:173px;border-bottom-left-radius:173px;border-bottom-right-radius:173px;box-shadow: 1px 1px 28px rgba(238,204,255,0.64) ;height:106px;width:106px;top:163px;left:649px;display:block; }
#fTIOy71VJ90CnUZKTKEmRO1aZ6kvmsbh { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: 1px 1px 31px rgba(0,0,0,0.12) ;height:648px;width:436px;top:917px;left:619px;display:block; }
#GokQUrUyrZLGOewT5qKBOJ639dZAWKla { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow: 1px 1px 31px rgba(0,0,0,0.12) ;height:652px;width:436px;top:844px;left:143px;display:block; }
#tB8cSpzdrCrGvEn2ciotPyG0anNPhMd8 { color:#0d25ae;display:block;width:400px;position:absolute;font-family:lato;font-size:16px;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;top:184px;left:161px;height:144px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KwedZAJcTEpUuwJGJymNpt00lBALckDW { position:absolute;display:block;z-index:15033;background-color:#f46faa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:173px;border-top-right-radius:173px;border-bottom-left-radius:173px;border-bottom-right-radius:173px;box-shadow: 1px 1px 28px rgba(238,204,255,0.64) ;height:106px;width:106px;top:810px;left:168px;display:block; }
#e2xlxwegnGX6F9Ny84FanpVXE9W5U2Ul { color:#353535;display:block;width:300px;position:absolute;font-family:lato;font-size:25px;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:114px;left:168px;height:32.5px;text-align:center;text-align-last:center;display:block; }
#M7NTTCrWeJSNQ618vdgIE332QqHiM4S3 { color:#353535;display:block;width:300px;position:absolute;font-family:lato;font-size:25px;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:220px;left:618px;height:32.5px;text-align:center;text-align-last:center;display:block; }
#V5SuTwqabJdEtseLLHUiItFM1C4OFQU0 { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;height:220px;width:394px;top:523px;left:164px;display:block; }
#GeTVbbG2apg2Ao1bqCMQ94c4dv4QO0NV { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;height:220px;width:394px;top:605px;left:639px;display:block; }
#MTUbd87H4GLHo8NdsPDqlmb7WfTHXs0u { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;height:220px;width:394px;top:1255px;left:164px;display:block; }
#o0wI0XN9TdKqJHZEzV89xgVbl6fvPO3P { color:#353535;display:block;width:300px;position:absolute;font-family:lato;font-size:25px;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:865px;left:143px;height:32.5px;text-align:center;text-align-last:center;display:block; }
#XvbWQk8JBkCQaIXPLbw41729bB98WB9T { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;height:220px;width:394px;top:1330px;left:639px;display:block; }
#eSof2LyBaFF73uP54L4qUeMsSZlTV4Lt { position:absolute;display:block;z-index:15039;background-color:#f46faa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:173px;border-top-right-radius:173px;border-bottom-left-radius:173px;border-bottom-right-radius:173px;box-shadow: 1px 1px 28px rgba(238,204,255,0.64) ;height:106px;width:106px;top:886px;left:645px;display:block; }
#CU1CGGAEWzFioCCD6EJaOHdxR9hAT7HO { color:#353535;display:block;width:300px;position:absolute;font-family:lato;font-size:25px;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:941px;left:635px;height:32.5px;text-align:center;text-align-last:center;display:block; }
#vnhni8g68LTVuJBuUuOPxk0ENsgl5PAE { color:#333333;display:block;width:400px;position:absolute;font-family:lato;font-size:16px;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:342px;left:161px;height:192px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZaXOPDr7AcTRz8GvXF4AaWvTb2bDO7ID { color:#333333;display:block;width:400px;position:absolute;font-family:lato;font-size:16px;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:403px;left:636px;height:192px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oGIlPMvvZuJIWexxeqpnMl3MUrah7pEE { color:#0d25ae;display:block;width:400px;position:absolute;font-family:lato;font-size:16px;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:296px;left:636px;height:96px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GiKpCbrN36RpHW09vePe8gnhgydVQ9Ox { color:#333333;display:block;width:400px;position:absolute;font-family:lato;font-size:16px;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:1099px;left:161px;height:144px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MmQOvrTueDx3pdoEZ1ZTCdK4avVv9Kxp { color:#0d25ae;display:block;width:400px;position:absolute;font-family:lato;font-size:16px;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:949px;left:161px;height:144px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BGNmvP392SGa7gIEJoZqTIVnQbe5B7XS { color:#333333;display:block;width:400px;position:absolute;font-family:lato;font-size:16px;font-weight:700;z-index:15023;line-height:1.5;letter-spacing:0;top:1104px;left:638px;height:216px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DgrEy47TRdcXE48hmLKddtg8Io50VrsJ { color:#0d25ae;display:block;width:400px;position:absolute;font-family:lato;font-size:16px;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:1022px;left:638px;height:72px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SR4X7AN805xbe3q1sN2HMWAsWnwmcr6q { position:relative;display:block; }#SR4X7AN805xbe3q1sN2HMWAsWnwmcr6q { background-color: transparent; background-image: none; }#SR4X7AN805xbe3q1sN2HMWAsWnwmcr6q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SR4X7AN805xbe3q1sN2HMWAsWnwmcr6q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SR4X7AN805xbe3q1sN2HMWAsWnwmcr6q > .row .container > .video-iframe-container { display: none; }#SR4X7AN805xbe3q1sN2HMWAsWnwmcr6q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SR4X7AN805xbe3q1sN2HMWAsWnwmcr6q > .row > .video-iframe-container { display: none; }#SR4X7AN805xbe3q1sN2HMWAsWnwmcr6q > .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); }#SR4X7AN805xbe3q1sN2HMWAsWnwmcr6q { border-width: 0; border-radius: 0; }#SR4X7AN805xbe3q1sN2HMWAsWnwmcr6q > .row .container > .video-iframe-container {  }#SR4X7AN805xbe3q1sN2HMWAsWnwmcr6q > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:441px;width:1200px;position:relative;display:block; }#T6wpyEW07A9Z3LqTeuW63S7nwlvcTpRc { z-index:15002;top:152px;left:350px;background-color:#148e40;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px #148e40 ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:500px;height:60px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#t4tdiTfZoC9UiVDzGSD21nLX6ECeRr6w { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#OsdAbnNXegswSWuwqZDN2yIr21VzSUeu { color:#333333;display:block;width:807px;position:absolute;font-family:lato;font-size:25px;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:54px;left:196.5px;height:75px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ytxk3OGB1ebf3dTR96quPRw09Zv52Gud { display:block; }#ytxk3OGB1ebf3dTR96quPRw09Zv52Gud > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bERyEpgbQ6Ksd9QwfxaJfGTKvp8SSw7Z { width:764px;height:156px;top:75px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #qXbFDz4KihxeKQTJgxSsJxXO0BWbICvu { width:447px;height:135px;top:271px;left:158.5px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #kJ3rkRudZrXgHpCxeAkgIuZo0hQRSXeT { top:718px;left:132.00001907349px;width:500px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #y9FhrDtPAOP0DVVr5WDUskAadTXezlhl { display:block; }
 }@media only screen and (max-width: 763px) { #kHJ9VHtxmO4MSxuZgueSDhLPmbMmRVge { top:461px;left:218px;width:410px;height:210px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #X5MXRxCZTOJrwXNl7Tlmqm3kOIki4bhn { top:461px;left:159px;width:60px;height:52px;display:block; }
 }@media only screen and (max-width: 763px) { #Q6T0FxfhfMM0hXkzhakv4y6AaquWl1dC { top:554px;left:159px;width:60px;height:52px;display:block; }
 }@media only screen and (max-width: 763px) { #caAhRbSxeLiyTFJ7L2rJmgoaqVqF7DIB { display:block; }#caAhRbSxeLiyTFJ7L2rJmgoaqVqF7DIB > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UQEpGTxGTfrKvsPq9fZUSyCalXVgDlaa { top:196px;left:129px;width:519px;height:291px;display:block; }
 }@media only screen and (max-width: 763px) { #pZP7a89XoOJ2rqVQT5svg63nCm7zm7Ed { top:87px;left:294px;width:145px;height:88px;display:block; }
 }@media only screen and (max-width: 763px) { #xfrek9nM0181Z7klwP34ogQT9VEgc8Kb { top:34px;left:0px;width:764px;height:32px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #MTEx2UOdpRanbglDoyEMJ7KH4qObB2tA { display:block; }#MTEx2UOdpRanbglDoyEMJ7KH4qObB2tA > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kmWpoOTEhDRqPHz5qfd4NeyGJVHaZZ5L { top:36px;left:0px;width:764px;height:32px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #FWKzwZFZr2rpKXThN8rC7CVURPnuzWVl { display:block; }#FWKzwZFZr2rpKXThN8rC7CVURPnuzWVl > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XiUc0aWiF17RSbKoGolFVeXifik08Fv4 { top:91px;left:0px;width:436px;height:670px;display:block; }
 }@media only screen and (max-width: 763px) { #ZFL6MHPDOloRUBCC3oVksCQL4J2Ife9U { top:57px;left:59px;width:106px;height:106px;display:block; }
 }@media only screen and (max-width: 763px) { #AwZU8yfCi33d80MTQWOWu6TSAhpT1DMq { top:199px;left:328px;width:436px;height:643px;display:block; }
 }@media only screen and (max-width: 763px) { #XAn3HRDblDSt0TlMKOxbzHlmD6UKacgp { top:163px;left:382px;width:106px;height:106px;display:block; }
 }@media only screen and (max-width: 763px) { #fTIOy71VJ90CnUZKTKEmRO1aZ6kvmsbh { top:917px;left:328px;width:436px;height:648px;display:block; }
 }@media only screen and (max-width: 763px) { #GokQUrUyrZLGOewT5qKBOJ639dZAWKla { top:844px;left:0px;width:436px;height:652px;display:block; }
 }@media only screen and (max-width: 763px) { #tB8cSpzdrCrGvEn2ciotPyG0anNPhMd8 { top:184px;left:0px;width:400px;height:144px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #KwedZAJcTEpUuwJGJymNpt00lBALckDW { top:810px;left:59px;width:106px;height:106px;display:block; }
 }@media only screen and (max-width: 763px) { #e2xlxwegnGX6F9Ny84FanpVXE9W5U2Ul { top:114px;left:59px;width:300px;height:32px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #M7NTTCrWeJSNQ618vdgIE332QqHiM4S3 { top:220px;left:382px;width:300px;height:32px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #V5SuTwqabJdEtseLLHUiItFM1C4OFQU0 { top:523px;left:0px;width:394px;height:220px;display:block; }
 }@media only screen and (max-width: 763px) { #GeTVbbG2apg2Ao1bqCMQ94c4dv4QO0NV { top:605px;left:370px;width:394px;height:220px;display:block; }
 }@media only screen and (max-width: 763px) { #MTUbd87H4GLHo8NdsPDqlmb7WfTHXs0u { top:1255px;left:0px;width:394px;height:220px;display:block; }
 }@media only screen and (max-width: 763px) { #o0wI0XN9TdKqJHZEzV89xgVbl6fvPO3P { top:865px;left:34px;width:300px;height:32px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #XvbWQk8JBkCQaIXPLbw41729bB98WB9T { top:1330px;left:370px;width:394px;height:220px;display:block; }
 }@media only screen and (max-width: 763px) { #eSof2LyBaFF73uP54L4qUeMsSZlTV4Lt { top:886px;left:382px;width:106px;height:106px;display:block; }
 }@media only screen and (max-width: 763px) { #CU1CGGAEWzFioCCD6EJaOHdxR9hAT7HO { top:941px;left:382px;width:300px;height:32px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #vnhni8g68LTVuJBuUuOPxk0ENsgl5PAE { top:342px;left:0px;width:400px;height:168px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ZaXOPDr7AcTRz8GvXF4AaWvTb2bDO7ID { top:403px;left:364px;width:400px;height:192px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #oGIlPMvvZuJIWexxeqpnMl3MUrah7pEE { top:296px;left:364px;width:400px;height:96px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #GiKpCbrN36RpHW09vePe8gnhgydVQ9Ox { top:1099px;left:0px;width:400px;height:144px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #MmQOvrTueDx3pdoEZ1ZTCdK4avVv9Kxp { top:949px;left:0px;width:400px;height:144px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #BGNmvP392SGa7gIEJoZqTIVnQbe5B7XS { top:1104px;left:364px;width:400px;height:216px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #DgrEy47TRdcXE48hmLKddtg8Io50VrsJ { top:1022px;left:364px;width:400px;height:72px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #SR4X7AN805xbe3q1sN2HMWAsWnwmcr6q { display:block; }#SR4X7AN805xbe3q1sN2HMWAsWnwmcr6q > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T6wpyEW07A9Z3LqTeuW63S7nwlvcTpRc { top:152px;left:132px;width:500px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #t4tdiTfZoC9UiVDzGSD21nLX6ECeRr6w { display:block; }
 }@media only screen and (max-width: 763px) { #OsdAbnNXegswSWuwqZDN2yIr21VzSUeu { top:54px;left:0px;width:764px;height:75px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ytxk3OGB1ebf3dTR96quPRw09Zv52Gud { display:block; }#ytxk3OGB1ebf3dTR96quPRw09Zv52Gud > .row .container { width:320px;height:777px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bERyEpgbQ6Ksd9QwfxaJfGTKvp8SSw7Z { width:280px;height:156px;top:43px;left:20px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #qXbFDz4KihxeKQTJgxSsJxXO0BWbICvu { width:320px;height:90px;top:224px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #kJ3rkRudZrXgHpCxeAkgIuZo0hQRSXeT { top:663.76042175293px;left:20.000000953674px;width:280px;height:50px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #y9FhrDtPAOP0DVVr5WDUskAadTXezlhl { display:block; }
 }@media only screen and (max-width: 763px) { #kHJ9VHtxmO4MSxuZgueSDhLPmbMmRVge { width:265px;height:229.5px;top:368px;left:55px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #X5MXRxCZTOJrwXNl7Tlmqm3kOIki4bhn { width:40px;height:34px;top:368px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Q6T0FxfhfMM0hXkzhakv4y6AaquWl1dC { width:40px;height:34px;top:474px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #caAhRbSxeLiyTFJ7L2rJmgoaqVqF7DIB { display:block; }#caAhRbSxeLiyTFJ7L2rJmgoaqVqF7DIB > .row .container { width:320px;height:405px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UQEpGTxGTfrKvsPq9fZUSyCalXVgDlaa { height:179.42196531792px;width:320px;top:202px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #pZP7a89XoOJ2rqVQT5svg63nCm7zm7Ed { width:145px;height:88px;top:90px;left:87.5px;display:block; }
 }@media only screen and (max-width: 763px) { #xfrek9nM0181Z7klwP34ogQT9VEgc8Kb { width:320px;height:52px;top:23px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #MTEx2UOdpRanbglDoyEMJ7KH4qObB2tA { display:block; }#MTEx2UOdpRanbglDoyEMJ7KH4qObB2tA > .row .container { width:320px;height:100px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kmWpoOTEhDRqPHz5qfd4NeyGJVHaZZ5L { width:320px;height:52px;top:26px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #FWKzwZFZr2rpKXThN8rC7CVURPnuzWVl { display:block; }#FWKzwZFZr2rpKXThN8rC7CVURPnuzWVl > .row .container { width:320px;height:3230px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XiUc0aWiF17RSbKoGolFVeXifik08Fv4 { width:320px;height:756px;top:67px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ZFL6MHPDOloRUBCC3oVksCQL4J2Ife9U { width:106px;height:106px;top:42px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #AwZU8yfCi33d80MTQWOWu6TSAhpT1DMq { width:320px;height:688px;top:1715px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #XAn3HRDblDSt0TlMKOxbzHlmD6UKacgp { width:106px;height:106px;top:1686px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #fTIOy71VJ90CnUZKTKEmRO1aZ6kvmsbh { width:320px;height:700px;top:2468px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #GokQUrUyrZLGOewT5qKBOJ639dZAWKla { width:320px;height:763px;top:887px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #tB8cSpzdrCrGvEn2ciotPyG0anNPhMd8 { width:300px;height:192px;top:172.984375px;left:10px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #KwedZAJcTEpUuwJGJymNpt00lBALckDW { width:106px;height:106px;top:861px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #e2xlxwegnGX6F9Ny84FanpVXE9W5U2Ul { width:300px;height:23.3984px;top:83.283325195312px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #M7NTTCrWeJSNQ618vdgIE332QqHiM4S3 { width:300px;height:23.3984px;top:902px;left:10px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #V5SuTwqabJdEtseLLHUiItFM1C4OFQU0 { height:178.656px;width:320px;top:625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #GeTVbbG2apg2Ao1bqCMQ94c4dv4QO0NV { height:178.656px;width:320px;top:1449px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #MTUbd87H4GLHo8NdsPDqlmb7WfTHXs0u { height:178.667px;width:320px;top:2202px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #o0wI0XN9TdKqJHZEzV89xgVbl6fvPO3P { width:300px;height:23.3984px;top:1727px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #XvbWQk8JBkCQaIXPLbw41729bB98WB9T { height:178.667px;width:320px;top:2968px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #eSof2LyBaFF73uP54L4qUeMsSZlTV4Lt { width:106px;height:106px;top:2439px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #CU1CGGAEWzFioCCD6EJaOHdxR9hAT7HO { width:300px;height:23.3984px;top:2480px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #vnhni8g68LTVuJBuUuOPxk0ENsgl5PAE { width:300px;height:216px;top:387.00002288818px;left:10px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ZaXOPDr7AcTRz8GvXF4AaWvTb2bDO7ID { width:300px;height:288px;top:1143px;left:10px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #oGIlPMvvZuJIWexxeqpnMl3MUrah7pEE { width:300px;height:144px;top:985px;left:10px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #GiKpCbrN36RpHW09vePe8gnhgydVQ9Ox { width:300px;height:168px;top:2012px;left:10px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #MmQOvrTueDx3pdoEZ1ZTCdK4avVv9Kxp { width:300px;height:192px;top:1809px;left:10px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #BGNmvP392SGa7gIEJoZqTIVnQbe5B7XS { width:300px;height:264px;top:2677px;left:10px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #DgrEy47TRdcXE48hmLKddtg8Io50VrsJ { width:300px;height:96px;top:2564px;left:10px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #SR4X7AN805xbe3q1sN2HMWAsWnwmcr6q { display:block; }#SR4X7AN805xbe3q1sN2HMWAsWnwmcr6q > .row .container { width:320px;height:257px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T6wpyEW07A9Z3LqTeuW63S7nwlvcTpRc { top:108px;left:8px;width:304px;height:60px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #t4tdiTfZoC9UiVDzGSD21nLX6ECeRr6w { display:block; }
 }@media only screen and (max-width: 763px) { #OsdAbnNXegswSWuwqZDN2yIr21VzSUeu { width:320px;height:81px;top:12px;left:0px;font-size:18px;display:block; }
 }