.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-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
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: 959px) {
    html {
        width: 960px;
    }
}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); }#f6vqHPQo8c07QEZ5WOvzHUcPzhyfKZ3T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f6vqHPQo8c07QEZ5WOvzHUcPzhyfKZ3T > .row .container { background-color: transparent; background-image: none; }#f6vqHPQo8c07QEZ5WOvzHUcPzhyfKZ3T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f6vqHPQo8c07QEZ5WOvzHUcPzhyfKZ3T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f6vqHPQo8c07QEZ5WOvzHUcPzhyfKZ3T > .row .container > .video-iframe-container { display: none; }#f6vqHPQo8c07QEZ5WOvzHUcPzhyfKZ3T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f6vqHPQo8c07QEZ5WOvzHUcPzhyfKZ3T > .row > .video-iframe-container { display: none; }#f6vqHPQo8c07QEZ5WOvzHUcPzhyfKZ3T > .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); }#f6vqHPQo8c07QEZ5WOvzHUcPzhyfKZ3T > .row .container { border-width: 0; border-radius: 0; }#f6vqHPQo8c07QEZ5WOvzHUcPzhyfKZ3T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f6vqHPQo8c07QEZ5WOvzHUcPzhyfKZ3T > .row .container { font-size:14px;font-family:arial;height:1040px;width:960px;position:relative;display:block; }#WSiIWoAWk0Hd93dQEz5Hyvtcv9ssBKsz { color:#234446;display:block;width:925px;position:absolute;font-family:lato;font-size:51px;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:35.1875px;left:17.5px;height:163.2px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O9sDTs3Vf64urQRX29QfS7WmI2t75LvA { color:#234446;display:block;width:960px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:15021;line-height:1.6;letter-spacing:0;top:207px;left:0px;height:102.4px;text-align:center;text-align-last:center;display:block; }
#RIdkZn4lNMyTZCy8pNEDK1U70xSasK0U { position:absolute;display:block;z-index:14995;background-color:#234446;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: 5px -9px 25px rgba(84,84,84,0.25) ;height:76px;width:76px;top:901px;left:35px;display:block; }
#eC9gXKhmV0ek5VAWufgcbBfTqrDdVsd7 { position:absolute;display:block;z-index:14995;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/d5ac7238-6123-4d7b-ae39-73670e8fa851/edeca241_1removebgpreview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: 5px -9px 25px rgba(84,84,84,0.25) ;height:329px;width:346px;top:647px;left:35px;display:block; }#eC9gXKhmV0ek5VAWufgcbBfTqrDdVsd7.adaptive-delivery-prevent-bg, #eC9gXKhmV0ek5VAWufgcbBfTqrDdVsd7.lazyload, #eC9gXKhmV0ek5VAWufgcbBfTqrDdVsd7.lazyloading { background-image: none; }
#BVFTiaLtHenryzTEz62se1kfu5eiF7Sf { position:absolute;display:block;z-index:15007;background-color:#ffcf66;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: 5px -9px 25px rgba(84,84,84,0.25) ;height:57px;width:57px;top:622px;left:323px;display:block; }
#OQFSqpTb9lb9L0fekWXzDAQKwyplUzaT { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:283px;width:960px;top:322.40000915527px;left:0px;overflow:hidden;display:block; }
#TUfQUCm9gglAXC2AWyau13EcOuqowvsy { color:#234446;display:block;width:539px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:15022;line-height:1.6;letter-spacing:0;top:647px;left:412px;height:179.2px;text-align:right;text-align-last:right;display:block; }
#aMR4OH8owqe9h9iSUMV3bMhw1BKWmXyN { color:#234446;display:block;width:515px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:15023;line-height:1.6;letter-spacing:0;top:835px;left:445px;height:230.4px;text-align:right;text-align-last:right;display:block; }
#yNT6sD5ZMdWhNA6fTqIT0sIt1O418pT4 { position:absolute;display:block;z-index:14995;background-color:#234446;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: 5px -9px 25px rgba(84,84,84,0.25) ;height:33px;width:33px;top:691px;left:349px;display:block; }
#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#234446;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { background-color: transparent; background-image: none; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container > .video-iframe-container { display: none; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row > .video-iframe-container { display: none; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .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); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { border-width: 0; border-radius: 0; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { font-size:14px;font-family:arial;height:1006px;width:960px;position:relative;display:block; }#nc1P91ZgwLzBFi9GUb3C3VcvRzrXQxUq { color:#ffcf66;display:block;width:810px;position:absolute;font-family:lato;font-size:35px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:34.974998474121px;left:31px;height:45.5px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Mvu8IAA6iyLkSz1xrTHx3x7DygV53VR7 { color:#f9f9f9;display:block;width:428px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:94px;left:31px;height:460.8px;display:block; }
#JT7o4wtsrOniEsleFsVnDTCm6C4MIHrD { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:223px;width:400px;top:127px;left:536px;overflow:hidden;display:block; }
#OvcQDzIMmu79NLULSIZOyqsroo3hoNAf { position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: 5px -9px 25px rgba(0,0,0,0.25) ;height:120px;width:50px;top:80.475006103516px;left:854.99996948242px;display:block; }
#c7FZX72OdcxFFZMxUssni03lPNc60o0c { position:absolute;display:block;z-index:15014;background-color:#ffcf66;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: -5px -9px 25px rgba(0,0,0,0.25) ;height:105px;width:105px;top:265px;left:525.00003051758px;display:block; }
#u9d0Q15FC3hnp1dBhD0R52LXAqeIyNdO { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: -0 -0 25px rgba(0,0,0,0.35) ;height:105px;width:105px;top:539px;left:58px;display:block; }
#UQ9J00JLPCxTTz3murKJ7nLCdCv9bcvZ { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: -0 -0 25px rgba(0,0,0,0.35) ;height:105px;width:105px;top:539px;left:251px;display:block; }
#X5svLtaGf4JgFpnmWlAe1dPd1GUnkO9e { position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: -0 -0 25px rgba(0,0,0,0.35) ;height:105px;width:105px;top:542px;left:438px;display:block; }
#xxGaIkmwCQ8s2Gtn7qBFqcVXyiN4lFJI { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: -0 -0 25px rgba(0,0,0,0.35) ;height:105px;width:105px;top:542px;left:619px;display:block; }
#dfMtoOnB19JWsKpNCK8zoOnUp9XyyUHI { position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: -0 -0 25px rgba(0,0,0,0.35) ;height:105px;width:105px;top:542px;left:801px;display:block; }
#tiDGUOcAJTrnTQp8qorRbx56G0bheiIU { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:75px;width:75px;top:554px;left:266px;overflow:hidden;display:block; }
#hCf77B4u96oxiy9apoEBv5T43rzFaLlg { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:74px;width:74px;top:558px;left:453px;overflow:hidden;display:block; }
#IF2ZIJLJe0dWruHw5sTkaTwGKrXBHqpa { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:74px;width:74px;top:558px;left:634px;overflow:hidden;display:block; }
#T6RTNeVCyFhF4A4HdDamIzlNVoBXMZvZ { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:74px;width:74px;top:558px;left:817px;overflow:hidden;display:block; }
#Viw53fDlkmTqbkr7wTzvZOyUEWhTuvfI { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:102px;width:102px;top:548px;left:153px;overflow:hidden;display:block; }
#E8X2mWNr8Smb15zRlW9zPtXhuuS7gVtL { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:102px;width:102px;top:541px;left:350px;overflow:hidden;display:block; }
#NCiJddcseBTTLkKyM9PCTf59MlxB0vbI { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:102px;width:102px;top:550px;left:527px;overflow:hidden;display:block; }
#PIS0JP3QNBTGOvx2I2uAO4xXKxl3ibIc { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:102px;width:102px;top:544px;left:708px;overflow:hidden;display:block; }
#vmX6Xa2o6Z0shxXws76ffkgnUnMUcyCv { color:#ffcf66;display:block;width:488px;position:absolute;font-family:lato;font-size:35px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:480.25px;left:236.00003051758px;height:91px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O8SaL5a7UNh8XTtNnHKiViHZM7BqrmFK { color:#ffffff;display:block;width:198px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:668px;left:12px;height:89.6px;text-align:center;text-align-last:center;display:block; }
#PsiRmqaCtwIQJVywpXKeUyMxFTQdAsiq { color:#ffffff;display:block;width:175px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:668px;left:216px;height:112px;text-align:center;text-align-last:center;display:block; }
#W56QbrhlayzCh22aXr5CWXWx8McVEAiX { color:#ffffff;display:block;width:159px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:679px;left:411px;height:112px;text-align:center;text-align-last:center;display:block; }
#FpmCcJhiTBlig3M5PkUyGfb4k1PryRAU { color:#ffffff;display:block;width:159px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:679px;left:592px;height:112px;text-align:center;text-align-last:center;display:block; }
#noIb35ES6MU7flgW6CPdss8tTdLK3lOp { color:#ffffff;display:block;width:189px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:679px;left:759px;height:89.6px;text-align:center;text-align-last:center;display:block; }
#FdQX19k9eC7uXBzN4Sz50qmJKs8gbH6T { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:158px;width:281px;top:150px;left:595.50003051758px;overflow:hidden;display:block; }
#qL6C0avHbvSv4SP2DPEd54JhkLVpTGof { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:75px;width:75px;top:554px;left:73px;overflow:hidden;display:block; }
#zDHTTZObGhoLeLxdQriqMDTOuX5rqeRK { background-color:#ffcf66;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 3px 3px 20px rgba(70,86,80,0.25) ;box-sizing:border-box;color:#2f5b44;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:294px;height:65px;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:914px;left:333.00003051758px;display:block; }
#fsoystvWKyMO4CgEaoEXGI7V2k6EeWCP { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#iTddCKiTTDE6aWh8wSU9OuGvXsUwAWyc { color:#ffcf66;display:block;width:807px;position:absolute;font-family:lato;font-size:17px;font-weight:normal;z-index:15024;line-height:1.6;letter-spacing:0;top:833px;left:70.487487792969px;height:81.6px;text-align:center;text-align-last:center;display:block; }
#zpveaysVvXySJWefAXexaLUOWOBOIF9q { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:102px;width:102px;top:544px;left:708px;overflow:hidden;display:none; }
#xnXlrtfLMIFTvvBWknrAC95eZ6yWZMPU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }#xnXlrtfLMIFTvvBWknrAC95eZ6yWZMPU > .row .container { background-color: transparent; background-image: none; }#xnXlrtfLMIFTvvBWknrAC95eZ6yWZMPU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnXlrtfLMIFTvvBWknrAC95eZ6yWZMPU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnXlrtfLMIFTvvBWknrAC95eZ6yWZMPU > .row .container > .video-iframe-container { display: none; }#xnXlrtfLMIFTvvBWknrAC95eZ6yWZMPU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnXlrtfLMIFTvvBWknrAC95eZ6yWZMPU > .row > .video-iframe-container { display: none; }#xnXlrtfLMIFTvvBWknrAC95eZ6yWZMPU > .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); }#xnXlrtfLMIFTvvBWknrAC95eZ6yWZMPU > .row .container { border-width: 0; border-radius: 0; }#xnXlrtfLMIFTvvBWknrAC95eZ6yWZMPU > .row > .video-iframe-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px; }#xnXlrtfLMIFTvvBWknrAC95eZ6yWZMPU > .row .container { font-size:14px;font-family:arial;height:336px;width:960px;position:relative;display:block; }#Z0uqoTi8kdXzit4X7VO5em6RD6XDTHQO { color:#2f5b44;display:block;width:952px;position:absolute;font-family:lato;font-size:21px;font-weight:normal;z-index:15026;line-height:1.7;letter-spacing:0;top:31.375px;left:10.975006103516px;height:71.4px;text-align:left;text-align-last:left;display:block; }
#ZqKuRk6p6eBt4oZ4a7VMBgRQG18eFWR0 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;height:117px;width:117px;top:134.00000762939px;left:71px;overflow:hidden;display:block; }
#MczsP08Xxo20v4uHLVmDXfhUIpKgRX6F { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:117px;width:117px;top:134.00000762939px;left:247px;overflow:hidden;display:block; }
#HrkMyAh9uUl9bXUTeq2IWccTdt2sGRTO { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:117px;width:117px;top:134.00000762939px;left:421.5px;overflow:hidden;display:block; }
#gZbet2bdE3u6N9K08QgPvdb6cy4WGaB1 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:117px;width:117px;top:134.00000762939px;left:588.79998779297px;overflow:hidden;display:block; }
#dgmEVlNZ1lTHwveTTLZbFLND0o1gpucf { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:117px;width:117px;top:134.00000762939px;left:770.80004882812px;overflow:hidden;display:block; }
#i7Jm73RIDIEvlDbvGW9F9UdRNaf1J4pd { color:#2f5b44;display:block;width:70px;position:absolute;font-family:lato;font-size:19px;font-weight:normal;z-index:15027;line-height:1.7;letter-spacing:0;top:269.99999237061px;left:94.5px;height:32.3px;text-align:left;text-align-last:left;display:block; }
#VEhSv95xT8o4l4TJ4UPtN5HU4eelK0zy { color:#2f5b44;display:block;width:69px;position:absolute;font-family:lato;font-size:19px;font-weight:normal;z-index:15029;line-height:1.7;letter-spacing:0;top:269.99999237061px;left:794.80004882812px;height:32.3px;text-align:left;text-align-last:left;display:block; }
#icsaKmpALPoUkWsGvRFCqMCSOPDFnHxk { color:#2f5b44;display:block;width:92px;position:absolute;font-family:lato;font-size:19px;font-weight:normal;z-index:15030;line-height:1.7;letter-spacing:0;top:269.99999237061px;left:272.79998779297px;height:32.3px;text-align:left;text-align-last:left;display:block; }
#qXM8UnWSMcb8RWXn9hh3PPNwtUfdVOhb { color:#2f5b44;display:block;width:55px;position:absolute;font-family:lato;font-size:19px;font-weight:normal;z-index:15031;line-height:1.7;letter-spacing:0;top:269.99999237061px;left:452.5px;height:32.3px;text-align:left;text-align-last:left;display:block; }
#Sp0kekx4TullmSoi86tOkRFpPis3a5Zf { color:#2f5b44;display:block;width:65px;position:absolute;font-family:lato;font-size:19px;font-weight:normal;z-index:15032;line-height:1.7;letter-spacing:0;top:269.99999237061px;left:614.79998779297px;height:32.3px;text-align:left;text-align-last:left;display:block; }
#MB77V8HbU7SnKZQBowy9JITkWrqW3dPo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#234446;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MB77V8HbU7SnKZQBowy9JITkWrqW3dPo > .row .container { background-color: transparent; background-image: none; }#MB77V8HbU7SnKZQBowy9JITkWrqW3dPo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MB77V8HbU7SnKZQBowy9JITkWrqW3dPo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MB77V8HbU7SnKZQBowy9JITkWrqW3dPo > .row .container > .video-iframe-container { display: none; }#MB77V8HbU7SnKZQBowy9JITkWrqW3dPo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MB77V8HbU7SnKZQBowy9JITkWrqW3dPo > .row > .video-iframe-container { display: none; }#MB77V8HbU7SnKZQBowy9JITkWrqW3dPo > .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); }#MB77V8HbU7SnKZQBowy9JITkWrqW3dPo > .row .container { border-width: 0; border-radius: 0; }#MB77V8HbU7SnKZQBowy9JITkWrqW3dPo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MB77V8HbU7SnKZQBowy9JITkWrqW3dPo > .row .container { font-size:14px;font-family:arial;height:395px;width:960px;position:relative;display:block; }#eUPMyAZZK9Q7sgOlPvZCU3UuGyMzXVVG { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: 0 0 25px rgba(0,0,0,0.35) ;height:105px;width:105px;top:68px;left:427px;display:block; }
#Ba3azFAMuONwVanS4vQebUSeq8LRpeiz { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: 0 0 25px rgba(0,0,0,0.35) ;height:105px;width:105px;top:68px;left:747px;display:block; }
#D2DKICOHLctEuwZAEcKa4yKM1pKgJ70g { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: -0 -0 25px rgba(0,0,0,0.35) ;height:105px;width:105px;top:68px;left:107px;display:block; }
#lNI440NG2OBJcPHlORCtP6NxiiKTDaT6 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:72px;width:46px;top:85px;left:137px;overflow:hidden;display:block; }
#lwCUTVlbL3oBInveCywovH5Q2N6HfLbi { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:51px;width:39px;top:95px;left:460px;overflow:hidden;display:block; }
#RgyVMnzodOS6uc8ZhDwlhmHeaGAOcUiA { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:64px;width:51px;top:89px;left:774px;overflow:hidden;display:block; }
#cqinTvD3DTyTJ9WRHPCkkzhAFTopn90T { color:#ffffff;display:block;width:250px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:190px;left:35px;height:153.6px;text-align:center;text-align-last:center;display:block; }
#G8GQ8Rvc1E9DGFuUT0lwXvzrPXBHMMhv { color:#ffffff;display:block;width:250px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:190px;left:675px;height:128px;text-align:center;text-align-last:center;display:block; }
#S90sI4y9EqlyUwkBda9Nzykf1K7gBlnH { color:#ffffff;display:block;width:250px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:190px;left:365px;height:128px;text-align:center;text-align-last:center;display:block; }
#OfQk6EKRZ1uHHJxRGLGXEKilJ5kiUyc7 { color:#f9f9f9;display:block;width:960px;position:absolute;font-family:"open sans";font-size:24px;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:15px;left:0px;height:38.4px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { background-color: transparent; background-image: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container > .video-iframe-container { display: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container { display: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .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); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { border-width: 0; border-radius: 0; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { font-size:14px;font-family:arial;height:973px;width:960px;position:relative;display:block; }#aoAJR6LDgTU9KiZtfGmDgsKIaHOLM0K7 { position:absolute;display:block;z-index:14995;background-color:#ffcf66;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: 5px -9px 25px rgba(84,84,84,0.25) ;height:548px;width:548px;top:127.97500610352px;left:206px;display:block; }
#mPt8HJ2E7V4MzJPTZh4kT9WqTT8PoC35 { position:absolute;display:block;z-index:14996;background-color:#ffcf66;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: 5px -9px 25px rgba(84,84,84,0.25) ;height:50px;width:50px;top:127.97500610352px;left:206px;display:block; }
#eLTdz7bGcdtEBmWQ9ymCEBUzKE0rOeFM { position:absolute;display:block;z-index:14994;background-color:#ffcf66;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: 5px -9px 25px rgba(84,84,84,0.25) ;height:105px;width:105px;top:519px;left:753.98751831055px;display:block; }
#e0VqJk6sUDLfEqfoBD8dZQRiFx80CzHE { position:absolute;display:block;z-index:14993;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: 5px -9px 25px rgba(84,84,84,0.25) ;height:150px;width:50px;top:473px;left:147px;display:block; }
#qwT8APmdBTW26Z5lpf42RMzeL3OZmq6n { position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: 5px -9px 25px rgba(84,84,84,0.25) ;height:35px;width:160px;top:658.98748779297px;left:575.98751831055px;display:block; }
#Hh7RTZ6OkASQ6e1mftmK1Esty3lVwEWL { color:#ffcf66;display:block;width:817px;position:absolute;font-family:lato;font-size:35px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:42px;left:71.5px;height:91px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zDHe4PzTLwNpiLIs33lu7fEflwpNunSO { position:absolute;display:block;z-index:15003;height:348px;width:620px;top:185.50004577637px;left:134.80001831055px;display:block; }
#c2Ug3CduCpdf6nF4p67SLW4UJ9yHFD1p { position:relative;display:none; }#c2Ug3CduCpdf6nF4p67SLW4UJ9yHFD1p { border-width: 0; border-radius: 0; }#c2Ug3CduCpdf6nF4p67SLW4UJ9yHFD1p > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#c2Ug3CduCpdf6nF4p67SLW4UJ9yHFD1p > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#234446;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row .container { background-color: transparent; background-image: none; }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row .container > .video-iframe-container { display: none; }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row > .video-iframe-container { display: none; }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .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); }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row .container { border-width: 0; border-radius: 0; }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row .container { font-size:14px;font-family:arial;height:175px;width:960px;position:relative;display:block; }#cvUwlDiczDFKpDTaBiWZVB8v0EVh8l26 { color:#ffffff;display:block;width:960px;position:absolute;font-family:lato;font-size:45px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:50.737509250641px;left:0px;height:58.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mfCMm3OvQuNLdtBDSEc7X4T5RoBSl4fp { position:absolute;display:block;z-index:14995;background-color:#ffcf66;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: -5px -9px 25px rgba(0,0,0,0.25) ;height:119px;width:119px;top:20.487509250641px;left:236.98751831055px;display:block; }
#VnR5QBZHkrbknZupMce5gVbtwbH1HfKn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#234446;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VnR5QBZHkrbknZupMce5gVbtwbH1HfKn > .row .container { background-color: transparent; background-image: none; }#VnR5QBZHkrbknZupMce5gVbtwbH1HfKn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VnR5QBZHkrbknZupMce5gVbtwbH1HfKn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VnR5QBZHkrbknZupMce5gVbtwbH1HfKn > .row .container > .video-iframe-container { display: none; }#VnR5QBZHkrbknZupMce5gVbtwbH1HfKn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VnR5QBZHkrbknZupMce5gVbtwbH1HfKn > .row > .video-iframe-container { display: none; }#VnR5QBZHkrbknZupMce5gVbtwbH1HfKn > .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); }#VnR5QBZHkrbknZupMce5gVbtwbH1HfKn > .row .container { border-width: 0; border-radius: 0; }#VnR5QBZHkrbknZupMce5gVbtwbH1HfKn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VnR5QBZHkrbknZupMce5gVbtwbH1HfKn > .row .container { font-size:14px;font-family:arial;height:331px;width:960px;position:relative;display:block; }#zbiELd4LtXqeov2EeobFL76sOUhXtAoJ { color:#234446;display:block;width:154px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:98px;left:82px;height:76.8px;text-align:center;text-align-last:center;display:block; }
#TQhsZwtAkzXz1f0ICond3tkKzbRxhdkL { color:#234446;display:block;width:154px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:60px;left:402px;height:134.4px;text-align:center;text-align-last:center;display:block; }
#q4FQgV8UeLitNQ3srizLznNemZNgtm0v { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: -0 -0 25px rgba(0,0,0,0.35) ;height:234px;width:234px;top:9px;left:683px;display:block; }
#UC8F0OeeiW09tVxTNZ99vUIQzIAlt8tN { color:#234446;display:block;width:187px;position:absolute;font-family:"open sans";font-size:13px;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:48.199996948242px;left:706.50003051758px;height:166.4px;text-align:center;text-align-last:center;display:block; }
#budiC6k4m5qrOoFNfo4QLVh9Kvy2AzKT { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: -0 -0 25px rgba(0,0,0,0.35) ;height:234px;width:234px;top:9px;left:362px;display:block; }
#RlKg6elxt2C8copWKTC0xfTBHWDUIqSn { color:#234446;display:block;width:170px;position:absolute;font-family:"open sans";font-size:13px;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:42.800003051758px;left:395.00003051758px;height:145.6px;text-align:center;text-align-last:center;display:block; }
#M4dJS9JkCTIUV3EZgNMIfKFpPiEvHFgz { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: -0 -0 25px rgba(0,0,0,0.35) ;height:234px;width:234px;top:9px;left:42px;display:block; }
#McxReGAOwyEJyA4kbTPKfQRnbMN6a42M { position:absolute;display:block;z-index:15020;border-top:1px solid #5d92ff;border-left:1px solid #5d92ff;border-right:1px solid #5d92ff;border-bottom:1px solid #5d92ff;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;height:42px;width:158px;top:257.375px;left:80px;overflow:hidden;display:block; }
#KoTAqQRS8fT14ZcbwalZCZUQl9OCCuQ4 { position:absolute;display:block;z-index:15019;border-top:1px solid #5d92ff;border-left:1px solid #5d92ff;border-right:1px solid #5d92ff;border-bottom:1px solid #5d92ff;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;height:45px;width:157px;top:255.875px;left:720.50003051758px;overflow:hidden;display:block; }
#BOVglwOPVkOqOQbZmdewUZ5s3AAzZnCZ { position:absolute;display:block;z-index:14996;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: 5px -9px 25px rgba(84,84,84,0.25) ;height:51px;width:150px;top:10px;left:347px;display:block; }
#s7mBkTyRmhs6TsAttCgoIIDD1OeqwvKv { position:absolute;display:block;z-index:15021;border-top:1px solid #5d92ff;border-left:1px solid #5d92ff;border-right:1px solid #5d92ff;border-bottom:1px solid #5d92ff;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;height:40px;width:152px;top:257.375px;left:402.00003051758px;overflow:hidden;display:block; }
#CkHz3nMd78DnTd03rXMZ3G9MTRHg3IbA { position:relative;display:block; }#CkHz3nMd78DnTd03rXMZ3G9MTRHg3IbA { background-color: transparent; background-image: none; }#CkHz3nMd78DnTd03rXMZ3G9MTRHg3IbA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CkHz3nMd78DnTd03rXMZ3G9MTRHg3IbA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CkHz3nMd78DnTd03rXMZ3G9MTRHg3IbA > .row .container > .video-iframe-container { display: none; }#CkHz3nMd78DnTd03rXMZ3G9MTRHg3IbA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CkHz3nMd78DnTd03rXMZ3G9MTRHg3IbA > .row > .video-iframe-container { display: none; }#CkHz3nMd78DnTd03rXMZ3G9MTRHg3IbA > .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); }#CkHz3nMd78DnTd03rXMZ3G9MTRHg3IbA { border-width: 0; border-radius: 0; }#CkHz3nMd78DnTd03rXMZ3G9MTRHg3IbA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CkHz3nMd78DnTd03rXMZ3G9MTRHg3IbA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wVPwTAALJtdWhpNGyTdrVD702Ef4fKLx { color:#2f5b44;display:block;width:488px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:29px;left:236.00003051758px;height:41.6px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SxgrJxx1dOnqrHyTJ5tnGFc1EoVpg7sL { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:338px;width:338px;top:9px;left:95px;overflow:hidden;display:block; }
#NksxmcNXQHUgbiTTAu5Hy6p73QtHefoS { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:110px;width:173px;top:123px;left:609.89999389648px;overflow:hidden;display:block; }
#z8krQnf7bCJ0bIgdTuCS409W92ypi6c4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#z8krQnf7bCJ0bIgdTuCS409W92ypi6c4 > .row .container { background-color: transparent; background-image: none; }#z8krQnf7bCJ0bIgdTuCS409W92ypi6c4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8krQnf7bCJ0bIgdTuCS409W92ypi6c4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8krQnf7bCJ0bIgdTuCS409W92ypi6c4 > .row .container > .video-iframe-container { display: none; }#z8krQnf7bCJ0bIgdTuCS409W92ypi6c4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8krQnf7bCJ0bIgdTuCS409W92ypi6c4 > .row > .video-iframe-container { display: none; }#z8krQnf7bCJ0bIgdTuCS409W92ypi6c4 > .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); }#z8krQnf7bCJ0bIgdTuCS409W92ypi6c4 > .row .container { border-width: 0; border-radius: 0; }#z8krQnf7bCJ0bIgdTuCS409W92ypi6c4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z8krQnf7bCJ0bIgdTuCS409W92ypi6c4 > .row .container { font-size:14px;font-family:arial;height:184px;width:960px;position:relative;display:block; }#H934wv4HLG9dkZOPgpgLW3KlywmQW3XI { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:135px;width:502px;top:35.974914550781px;left:229px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #f6vqHPQo8c07QEZ5WOvzHUcPzhyfKZ3T { display:block; }#f6vqHPQo8c07QEZ5WOvzHUcPzhyfKZ3T > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WSiIWoAWk0Hd93dQEz5Hyvtcv9ssBKsz { top:35px;left:0px;width:764px;height:163px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #O9sDTs3Vf64urQRX29QfS7WmI2t75LvA { top:207px;left:0px;width:764px;height:102px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #RIdkZn4lNMyTZCy8pNEDK1U70xSasK0U { top:901px;left:0px;width:76px;height:76px;display:block; }
 }@media only screen and (max-width: 763px) { #eC9gXKhmV0ek5VAWufgcbBfTqrDdVsd7 { top:647px;left:0px;width:346px;height:329px;display:block; }
 }@media only screen and (max-width: 763px) { #BVFTiaLtHenryzTEz62se1kfu5eiF7Sf { top:622px;left:225px;width:57px;height:57px;display:block; }
 }@media only screen and (max-width: 763px) { #OQFSqpTb9lb9L0fekWXzDAQKwyplUzaT { top:322px;left:0px;width:764px;height:225.22083333333px;display:block; }
 }@media only screen and (max-width: 763px) { #TUfQUCm9gglAXC2AWyau13EcOuqowvsy { top:647px;left:225px;width:539px;height:179px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #aMR4OH8owqe9h9iSUMV3bMhw1BKWmXyN { top:835px;left:249px;width:515px;height:179px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #yNT6sD5ZMdWhNA6fTqIT0sIt1O418pT4 { top:691px;left:251px;width:33px;height:33px;display:block; }
 }@media only screen and (max-width: 763px) { #u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 { display:block; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nc1P91ZgwLzBFi9GUb3C3VcvRzrXQxUq { top:34px;left:0px;width:764px;height:46px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #Mvu8IAA6iyLkSz1xrTHx3x7DygV53VR7 { top:94px;left:0px;width:428px;height:460px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #JT7o4wtsrOniEsleFsVnDTCm6C4MIHrD { top:127px;left:364px;width:400px;height:223px;display:block; }
 }@media only screen and (max-width: 763px) { #OvcQDzIMmu79NLULSIZOyqsroo3hoNAf { top:80px;left:714px;width:50px;height:120px;display:block; }
 }@media only screen and (max-width: 763px) { #c7FZX72OdcxFFZMxUssni03lPNc60o0c { top:265px;left:427.00003051758px;width:105px;height:105px;display:block; }
 }@media only screen and (max-width: 763px) { #u9d0Q15FC3hnp1dBhD0R52LXAqeIyNdO { top:539px;left:0px;width:105px;height:105px;display:block; }
 }@media only screen and (max-width: 763px) { #UQ9J00JLPCxTTz3murKJ7nLCdCv9bcvZ { top:539px;left:153px;width:105px;height:105px;display:block; }
 }@media only screen and (max-width: 763px) { #X5svLtaGf4JgFpnmWlAe1dPd1GUnkO9e { top:542px;left:340px;width:105px;height:105px;display:block; }
 }@media only screen and (max-width: 763px) { #xxGaIkmwCQ8s2Gtn7qBFqcVXyiN4lFJI { top:542px;left:521px;width:105px;height:105px;display:block; }
 }@media only screen and (max-width: 763px) { #dfMtoOnB19JWsKpNCK8zoOnUp9XyyUHI { top:542px;left:659px;width:105px;height:105px;display:block; }
 }@media only screen and (max-width: 763px) { #tiDGUOcAJTrnTQp8qorRbx56G0bheiIU { top:554px;left:168px;width:75px;height:75px;display:block; }
 }@media only screen and (max-width: 763px) { #hCf77B4u96oxiy9apoEBv5T43rzFaLlg { top:558px;left:355px;width:74px;height:74px;display:block; }
 }@media only screen and (max-width: 763px) { #IF2ZIJLJe0dWruHw5sTkaTwGKrXBHqpa { top:558px;left:536px;width:74px;height:74px;display:block; }
 }@media only screen and (max-width: 763px) { #T6RTNeVCyFhF4A4HdDamIzlNVoBXMZvZ { top:558px;left:690px;width:74px;height:74px;display:block; }
 }@media only screen and (max-width: 763px) { #Viw53fDlkmTqbkr7wTzvZOyUEWhTuvfI { top:548px;left:55px;width:102px;height:102px;display:block; }
 }@media only screen and (max-width: 763px) { #E8X2mWNr8Smb15zRlW9zPtXhuuS7gVtL { top:541px;left:252px;width:102px;height:102px;display:block; }
 }@media only screen and (max-width: 763px) { #NCiJddcseBTTLkKyM9PCTf59MlxB0vbI { top:550px;left:429px;width:102px;height:102px;display:block; }
 }@media only screen and (max-width: 763px) { #PIS0JP3QNBTGOvx2I2uAO4xXKxl3ibIc { top:544px;left:610px;width:102px;height:102px;display:block; }
 }@media only screen and (max-width: 763px) { #vmX6Xa2o6Z0shxXws76ffkgnUnMUcyCv { top:480px;left:138.00003051758px;width:488px;height:45px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #O8SaL5a7UNh8XTtNnHKiViHZM7BqrmFK { top:668px;left:0px;width:198px;height:112px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #PsiRmqaCtwIQJVywpXKeUyMxFTQdAsiq { top:668px;left:118px;width:175px;height:134px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #W56QbrhlayzCh22aXr5CWXWx8McVEAiX { top:679px;left:313px;width:159px;height:112px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #FpmCcJhiTBlig3M5PkUyGfb4k1PryRAU { top:679px;left:494px;width:159px;height:112px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #noIb35ES6MU7flgW6CPdss8tTdLK3lOp { top:679px;left:575px;width:189px;height:112px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #FdQX19k9eC7uXBzN4Sz50qmJKs8gbH6T { top:150px;left:483px;width:281px;height:158px;display:block; }
 }@media only screen and (max-width: 763px) { #qL6C0avHbvSv4SP2DPEd54JhkLVpTGof { top:554px;left:0px;width:75px;height:75px;display:block; }
 }@media only screen and (max-width: 763px) { #zDHTTZObGhoLeLxdQriqMDTOuX5rqeRK { width:294px;height:65px;top:914px;left:235.00003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #fsoystvWKyMO4CgEaoEXGI7V2k6EeWCP { display:block; }
 }@media only screen and (max-width: 763px) { #iTddCKiTTDE6aWh8wSU9OuGvXsUwAWyc { top:833px;left:0px;width:764px;height:54px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #zpveaysVvXySJWefAXexaLUOWOBOIF9q { top:544px;left:610px;width:102px;height:102px;display:none; }
 }@media only screen and (max-width: 763px) { #xnXlrtfLMIFTvvBWknrAC95eZ6yWZMPU { display:block; }#xnXlrtfLMIFTvvBWknrAC95eZ6yWZMPU > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z0uqoTi8kdXzit4X7VO5em6RD6XDTHQO { top:31px;left:0px;width:764px;height:71px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #ZqKuRk6p6eBt4oZ4a7VMBgRQG18eFWR0 { top:134px;left:38px;width:117px;height:117px;display:block; }
 }@media only screen and (max-width: 763px) { #MczsP08Xxo20v4uHLVmDXfhUIpKgRX6F { top:134px;left:137px;width:117px;height:117px;display:block; }
 }@media only screen and (max-width: 763px) { #HrkMyAh9uUl9bXUTeq2IWccTdt2sGRTO { top:134px;left:322.5px;width:117px;height:117px;display:block; }
 }@media only screen and (max-width: 763px) { #gZbet2bdE3u6N9K08QgPvdb6cy4WGaB1 { top:134px;left:391px;width:117px;height:117px;display:block; }
 }@media only screen and (max-width: 763px) { #dgmEVlNZ1lTHwveTTLZbFLND0o1gpucf { top:134px;left:605.80004882812px;width:117px;height:117px;display:block; }
 }@media only screen and (max-width: 763px) { #i7Jm73RIDIEvlDbvGW9F9UdRNaf1J4pd { top:269px;left:61.5px;width:70px;height:32px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #VEhSv95xT8o4l4TJ4UPtN5HU4eelK0zy { top:269px;left:629.80004882812px;width:69px;height:32px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #icsaKmpALPoUkWsGvRFCqMCSOPDFnHxk { top:269px;left:162px;width:92px;height:32px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #qXM8UnWSMcb8RWXn9hh3PPNwtUfdVOhb { top:269px;left:353.5px;width:55px;height:32px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #Sp0kekx4TullmSoi86tOkRFpPis3a5Zf { top:269px;left:443px;width:65px;height:32px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #MB77V8HbU7SnKZQBowy9JITkWrqW3dPo { display:block; }#MB77V8HbU7SnKZQBowy9JITkWrqW3dPo > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eUPMyAZZK9Q7sgOlPvZCU3UuGyMzXVVG { top:68px;left:328px;width:105px;height:105px;display:block; }
 }@media only screen and (max-width: 763px) { #Ba3azFAMuONwVanS4vQebUSeq8LRpeiz { top:68px;left:582px;width:105px;height:105px;display:block; }
 }@media only screen and (max-width: 763px) { #D2DKICOHLctEuwZAEcKa4yKM1pKgJ70g { top:68px;left:74px;width:105px;height:105px;display:block; }
 }@media only screen and (max-width: 763px) { #lNI440NG2OBJcPHlORCtP6NxiiKTDaT6 { top:85px;left:104px;width:46px;height:72px;display:block; }
 }@media only screen and (max-width: 763px) { #lwCUTVlbL3oBInveCywovH5Q2N6HfLbi { top:95px;left:361px;width:39px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { #RgyVMnzodOS6uc8ZhDwlhmHeaGAOcUiA { top:89px;left:609px;width:51px;height:64px;display:block; }
 }@media only screen and (max-width: 763px) { #cqinTvD3DTyTJ9WRHPCkkzhAFTopn90T { top:190px;left:2px;width:250px;height:153px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #G8GQ8Rvc1E9DGFuUT0lwXvzrPXBHMMhv { top:190px;left:510px;width:250px;height:153px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #S90sI4y9EqlyUwkBda9Nzykf1K7gBlnH { top:190px;left:258px;width:250px;height:153px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #OfQk6EKRZ1uHHJxRGLGXEKilJ5kiUyc7 { top:15px;left:0px;width:764px;height:38px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS { display:block; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aoAJR6LDgTU9KiZtfGmDgsKIaHOLM0K7 { top:127px;left:108px;width:548px;height:548px;display:block; }
 }@media only screen and (max-width: 763px) { #mPt8HJ2E7V4MzJPTZh4kT9WqTT8PoC35 { top:127px;left:108px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #eLTdz7bGcdtEBmWQ9ymCEBUzKE0rOeFM { top:519px;left:655.98751831055px;width:105px;height:105px;display:block; }
 }@media only screen and (max-width: 763px) { #e0VqJk6sUDLfEqfoBD8dZQRiFx80CzHE { top:473px;left:49px;width:50px;height:150px;display:block; }
 }@media only screen and (max-width: 763px) { #qwT8APmdBTW26Z5lpf42RMzeL3OZmq6n { top:658px;left:477.98751831055px;width:160px;height:35px;display:block; }
 }@media only screen and (max-width: 763px) { #Hh7RTZ6OkASQ6e1mftmK1Esty3lVwEWL { top:42px;left:0px;width:764px;height:0;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #zDHe4PzTLwNpiLIs33lu7fEflwpNunSO { top:185px;left:36.800018310547px;width:620px;height:348px;display:block; }
 }@media only screen and (max-width: 763px) { #c2Ug3CduCpdf6nF4p67SLW4UJ9yHFD1p { display:none; }#c2Ug3CduCpdf6nF4p67SLW4UJ9yHFD1p > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dGuIJS7oFPbCyhqQZKstDqaE1ougKymq { display:block; }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cvUwlDiczDFKpDTaBiWZVB8v0EVh8l26 { top:50px;left:0px;width:764px;height:58px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #mfCMm3OvQuNLdtBDSEc7X4T5RoBSl4fp { top:20px;left:138.98751831055px;width:119px;height:119px;display:block; }
 }@media only screen and (max-width: 763px) { #VnR5QBZHkrbknZupMce5gVbtwbH1HfKn { display:block; }#VnR5QBZHkrbknZupMce5gVbtwbH1HfKn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zbiELd4LtXqeov2EeobFL76sOUhXtAoJ { top:98px;left:49px;width:154px;height:76px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TQhsZwtAkzXz1f0ICond3tkKzbRxhdkL { top:60px;left:303px;width:154px;height:153px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #q4FQgV8UeLitNQ3srizLznNemZNgtm0v { top:9px;left:518px;width:234px;height:234px;display:block; }
 }@media only screen and (max-width: 763px) { #UC8F0OeeiW09tVxTNZ99vUIQzIAlt8tN { top:48px;left:541.50003051758px;width:187px;height:166px;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #budiC6k4m5qrOoFNfo4QLVh9Kvy2AzKT { top:9px;left:263px;width:234px;height:234px;display:block; }
 }@media only screen and (max-width: 763px) { #RlKg6elxt2C8copWKTC0xfTBHWDUIqSn { top:42px;left:296.00003051758px;width:170px;height:187px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #M4dJS9JkCTIUV3EZgNMIfKFpPiEvHFgz { top:9px;left:9px;width:234px;height:234px;display:block; }
 }@media only screen and (max-width: 763px) { #McxReGAOwyEJyA4kbTPKfQRnbMN6a42M { top:257px;left:47px;width:158px;height:42px;display:block; }
 }@media only screen and (max-width: 763px) { #KoTAqQRS8fT14ZcbwalZCZUQl9OCCuQ4 { top:255px;left:555.50003051758px;width:157px;height:45px;display:block; }
 }@media only screen and (max-width: 763px) { #BOVglwOPVkOqOQbZmdewUZ5s3AAzZnCZ { top:10px;left:254px;width:150px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { #s7mBkTyRmhs6TsAttCgoIIDD1OeqwvKv { top:257px;left:303.00003051758px;width:152px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #CkHz3nMd78DnTd03rXMZ3G9MTRHg3IbA { display:block; }#CkHz3nMd78DnTd03rXMZ3G9MTRHg3IbA > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wVPwTAALJtdWhpNGyTdrVD702Ef4fKLx { top:29px;left:138.00003051758px;width:488px;height:41px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #SxgrJxx1dOnqrHyTJ5tnGFc1EoVpg7sL { top:9px;left:0px;width:338px;height:338px;display:block; }
 }@media only screen and (max-width: 763px) { #NksxmcNXQHUgbiTTAu5Hy6p73QtHefoS { top:123px;left:511.89999389648px;width:173px;height:110px;display:block; }
 }@media only screen and (max-width: 763px) { #z8krQnf7bCJ0bIgdTuCS409W92ypi6c4 { display:block; }#z8krQnf7bCJ0bIgdTuCS409W92ypi6c4 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H934wv4HLG9dkZOPgpgLW3KlywmQW3XI { top:35px;left:131px;width:502px;height:135px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #f6vqHPQo8c07QEZ5WOvzHUcPzhyfKZ3T { display:block; }#f6vqHPQo8c07QEZ5WOvzHUcPzhyfKZ3T > .row .container { width:320px;height:817px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WSiIWoAWk0Hd93dQEz5Hyvtcv9ssBKsz { width:320px;height:80px;top:29px;left:0px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O9sDTs3Vf64urQRX29QfS7WmI2t75LvA { width:320px;height:166.4px;top:108px;left:0px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RIdkZn4lNMyTZCy8pNEDK1U70xSasK0U { width:50px;height:50px;top:559px;left:22px;display:block; }
 }@media only screen and (max-width: 763px) { #eC9gXKhmV0ek5VAWufgcbBfTqrDdVsd7 { width:119px;height:119px;top:390px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #BVFTiaLtHenryzTEz62se1kfu5eiF7Sf { width:50px;height:50px;top:510px;left:57px;display:block; }
 }@media only screen and (max-width: 763px) { #OQFSqpTb9lb9L0fekWXzDAQKwyplUzaT { width:286px;height:81px;top:284px;left:14.500001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #TUfQUCm9gglAXC2AWyau13EcOuqowvsy { width:194px;height:268.8px;top:372px;left:126px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aMR4OH8owqe9h9iSUMV3bMhw1BKWmXyN { width:276px;height:176px;top:640px;left:22px;font-size:11px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yNT6sD5ZMdWhNA6fTqIT0sIt1O418pT4 { width:20px;height:20px;top:609px;left:57px;background-color:#ffcf66;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 { background-color:#234446;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { background-color: transparent; background-image: none; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container > .video-iframe-container { display: none; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row > .video-iframe-container { display: none; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .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); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { border-width: 0; border-radius: 0; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { width:320px;height:1491px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nc1P91ZgwLzBFi9GUb3C3VcvRzrXQxUq { width:320px;height:70.2px;top:28.999969482422px;left:0px;font-size:27px;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #Mvu8IAA6iyLkSz1xrTHx3x7DygV53VR7 { width:320px;height:395.2px;top:114.79997253418px;left:0px;font-size:13px;text-align:center;text-align-last:center;color:#ffffff;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #JT7o4wtsrOniEsleFsVnDTCm6C4MIHrD { width:320px;height:178.4px;top:436px;left:0px;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #OvcQDzIMmu79NLULSIZOyqsroo3hoNAf { width:34px;height:91px;top:436px;left:271.00000572205px;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #c7FZX72OdcxFFZMxUssni03lPNc60o0c { width:58px;height:58px;top:538px;left:0px;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #u9d0Q15FC3hnp1dBhD0R52LXAqeIyNdO { width:70px;height:70px;top:751px;left:13px;display:block; }
 }@media only screen and (max-width: 763px) { #UQ9J00JLPCxTTz3murKJ7nLCdCv9bcvZ { width:69px;height:69px;top:876px;left:13px;display:block; }
 }@media only screen and (max-width: 763px) { #X5svLtaGf4JgFpnmWlAe1dPd1GUnkO9e { width:70px;height:70px;top:1001px;left:13px;display:block; }
 }@media only screen and (max-width: 763px) { #xxGaIkmwCQ8s2Gtn7qBFqcVXyiN4lFJI { width:69px;height:69px;top:1123px;left:13px;display:block; }
 }@media only screen and (max-width: 763px) { #dfMtoOnB19JWsKpNCK8zoOnUp9XyyUHI { width:69px;height:69px;top:1247px;left:13px;display:block; }
 }@media only screen and (max-width: 763px) { #tiDGUOcAJTrnTQp8qorRbx56G0bheiIU { width:48px;height:48px;top:887px;left:23px;display:block; }
 }@media only screen and (max-width: 763px) { #hCf77B4u96oxiy9apoEBv5T43rzFaLlg { width:47px;height:47px;top:1013px;left:25px;display:block; }
 }@media only screen and (max-width: 763px) { #IF2ZIJLJe0dWruHw5sTkaTwGKrXBHqpa { width:44px;height:44px;top:1136px;left:25px;display:block; }
 }@media only screen and (max-width: 763px) { #T6RTNeVCyFhF4A4HdDamIzlNVoBXMZvZ { width:49px;height:49px;top:1257px;left:23px;display:block; }
 }@media only screen and (max-width: 763px) { #Viw53fDlkmTqbkr7wTzvZOyUEWhTuvfI { width:102px;height:102px;top:735px;left:40px;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #E8X2mWNr8Smb15zRlW9zPtXhuuS7gVtL { width:102px;height:102px;top:859px;left:40px;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #NCiJddcseBTTLkKyM9PCTf59MlxB0vbI { width:102px;height:102px;top:985px;left:40px;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #PIS0JP3QNBTGOvx2I2uAO4xXKxl3ibIc { width:102px;height:102px;top:1106px;left:15px;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #vmX6Xa2o6Z0shxXws76ffkgnUnMUcyCv { width:320px;height:70.2px;top:643px;left:0px;font-size:27px;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #O8SaL5a7UNh8XTtNnHKiViHZM7BqrmFK { width:167px;height:104px;top:733.10003662109px;left:139.00000572205px;font-size:13px;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #PsiRmqaCtwIQJVywpXKeUyMxFTQdAsiq { width:157px;height:104px;top:858.0000371933px;left:149.00000572205px;font-size:13px;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #W56QbrhlayzCh22aXr5CWXWx8McVEAiX { width:159px;height:104px;top:984px;left:147px;font-size:13px;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #FpmCcJhiTBlig3M5PkUyGfb4k1PryRAU { width:159px;height:96px;top:1109px;left:147px;font-size:12px;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #noIb35ES6MU7flgW6CPdss8tTdLK3lOp { width:162px;height:104px;top:1228.9875183105px;left:144.00000572205px;font-size:13px;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #FdQX19k9eC7uXBzN4Sz50qmJKs8gbH6T { width:219px;height:120px;top:453px;left:48px;display:block; }
 }@media only screen and (max-width: 763px) { #qL6C0avHbvSv4SP2DPEd54JhkLVpTGof { width:49px;height:49px;top:762px;left:24px;display:block; }
 }@media only screen and (max-width: 763px) { #zDHTTZObGhoLeLxdQriqMDTOuX5rqeRK { width:209px;height:45px;top:1423.9999694824px;left:55.499998092651px;z-index:15011;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #fsoystvWKyMO4CgEaoEXGI7V2k6EeWCP { display:block; }
 }@media only screen and (max-width: 763px) { #iTddCKiTTDE6aWh8wSU9OuGvXsUwAWyc { width:320px;height:48px;top:1358.0000457764px;left:0px;font-size:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zpveaysVvXySJWefAXexaLUOWOBOIF9q { width:102px;height:102px;top:1230px;left:39px;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #xnXlrtfLMIFTvvBWknrAC95eZ6yWZMPU { display:block; }#xnXlrtfLMIFTvvBWknrAC95eZ6yWZMPU > .row .container { width:320px;height:395px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z0uqoTi8kdXzit4X7VO5em6RD6XDTHQO { width:298px;height:66.3px;top:15px;left:13px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZqKuRk6p6eBt4oZ4a7VMBgRQG18eFWR0 { width:84px;height:84px;top:106.20000457764px;left:13px;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #MczsP08Xxo20v4uHLVmDXfhUIpKgRX6F { width:83px;height:83px;top:106.70000457764px;left:229.00000572205px;display:block; }
 }@media only screen and (max-width: 763px) { #HrkMyAh9uUl9bXUTeq2IWccTdt2sGRTO { width:85px;height:85px;top:244.28750228882px;left:13px;display:block; }
 }@media only screen and (max-width: 763px) { #gZbet2bdE3u6N9K08QgPvdb6cy4WGaB1 { width:87px;height:87px;top:243.28750228882px;left:116.50000572205px;display:block; }
 }@media only screen and (max-width: 763px) { #dgmEVlNZ1lTHwveTTLZbFLND0o1gpucf { width:90px;height:90px;top:241.78750228882px;left:222.00000572205px;display:block; }
 }@media only screen and (max-width: 763px) { #i7Jm73RIDIEvlDbvGW9F9UdRNaf1J4pd { width:70px;height:32.3px;top:199.00001144409px;left:20px;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VEhSv95xT8o4l4TJ4UPtN5HU4eelK0zy { width:69px;height:32.3px;top:341.9999961853px;left:236.00000572205px;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #icsaKmpALPoUkWsGvRFCqMCSOPDFnHxk { width:92px;height:32.3px;top:199.00001144409px;left:220.00000572205px;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qXM8UnWSMcb8RWXn9hh3PPNwtUfdVOhb { width:55px;height:32.3px;top:341.9999961853px;left:27.500001907349px;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sp0kekx4TullmSoi86tOkRFpPis3a5Zf { width:65px;height:32.3px;top:341.9999961853px;left:127.50000572205px;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MB77V8HbU7SnKZQBowy9JITkWrqW3dPo { display:block; }#MB77V8HbU7SnKZQBowy9JITkWrqW3dPo > .row .container { width:320px;height:637px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eUPMyAZZK9Q7sgOlPvZCU3UuGyMzXVVG { width:70px;height:70px;top:287px;left:125px;display:block; }
 }@media only screen and (max-width: 763px) { #Ba3azFAMuONwVanS4vQebUSeq8LRpeiz { width:69px;height:69px;top:466px;left:126px;display:block; }
 }@media only screen and (max-width: 763px) { #D2DKICOHLctEuwZAEcKa4yKM1pKgJ70g { width:70px;height:70px;top:113px;left:125px;display:block; }
 }@media only screen and (max-width: 763px) { #lNI440NG2OBJcPHlORCtP6NxiiKTDaT6 { width:27px;height:45px;top:125.50000572205px;left:146.50000572205px;display:block; }
 }@media only screen and (max-width: 763px) { #lwCUTVlbL3oBInveCywovH5Q2N6HfLbi { width:30px;height:40px;top:302px;left:145px;display:block; }
 }@media only screen and (max-width: 763px) { #RgyVMnzodOS6uc8ZhDwlhmHeaGAOcUiA { width:41px;height:52px;top:475px;left:140px;display:block; }
 }@media only screen and (max-width: 763px) { #cqinTvD3DTyTJ9WRHPCkkzhAFTopn90T { width:306px;height:83.2px;top:193.80000305176px;left:7px;font-size:13px;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #G8GQ8Rvc1E9DGFuUT0lwXvzrPXBHMMhv { width:320px;height:83.2px;top:546px;left:0px;font-size:13px;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #S90sI4y9EqlyUwkBda9Nzykf1K7gBlnH { width:303px;height:83.2px;top:370.17500305176px;left:8.5px;font-size:13px;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #OfQk6EKRZ1uHHJxRGLGXEKilJ5kiUyc7 { width:320px;height:86.4px;top:14.999908447266px;left:0px;font-size:27px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS { background-color:#f9f9f9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { background-color: transparent; background-image: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container > .video-iframe-container { display: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container { display: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .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); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { border-width: 0; border-radius: 0; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { width:320px;height:505px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aoAJR6LDgTU9KiZtfGmDgsKIaHOLM0K7 { width:145px;height:42px;top:441px;left:170.00000572205px;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #mPt8HJ2E7V4MzJPTZh4kT9WqTT8PoC35 { width:20px;height:20px;top:274.00000572205px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #eLTdz7bGcdtEBmWQ9ymCEBUzKE0rOeFM { width:22px;height:22px;top:395px;left:292.00000572205px;background-color:#234446;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #e0VqJk6sUDLfEqfoBD8dZQRiFx80CzHE { width:50px;height:150px;top:124px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #qwT8APmdBTW26Z5lpf42RMzeL3OZmq6n { width:160px;height:35px;top:146.38750076294px;left:160.00000572205px;display:block; }
 }@media only screen and (max-width: 763px) { #Hh7RTZ6OkASQ6e1mftmK1Esty3lVwEWL { width:320px;height:105.3px;top:29.999998092651px;left:0px;font-size:27px;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #zDHe4PzTLwNpiLIs33lu7fEflwpNunSO { width:311px;height:200px;top:183.98751068115px;left:4.5000009536743px;display:block; }
 }@media only screen and (max-width: 763px) { #c2Ug3CduCpdf6nF4p67SLW4UJ9yHFD1p { display:block; }#c2Ug3CduCpdf6nF4p67SLW4UJ9yHFD1p > .row .container { width:320px;height:372px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dGuIJS7oFPbCyhqQZKstDqaE1ougKymq { background-color:#234446;background-image:none;display:block; }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row .container { background-color: transparent; background-image: none; }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row .container > .video-iframe-container { display: none; }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row > .video-iframe-container { display: none; }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .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); }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row .container { width:320px;height:112px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cvUwlDiczDFKpDTaBiWZVB8v0EVh8l26 { width:320px;height:83.2px;top:21.999908447266px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #mfCMm3OvQuNLdtBDSEc7X4T5RoBSl4fp { width:70px;height:70px;top:11px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #VnR5QBZHkrbknZupMce5gVbtwbH1HfKn { display:block; }#VnR5QBZHkrbknZupMce5gVbtwbH1HfKn > .row .container { width:320px;height:682px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zbiELd4LtXqeov2EeobFL76sOUhXtAoJ { width:154px;height:76.8px;top:73px;left:83px;font-size:16px;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #TQhsZwtAkzXz1f0ICond3tkKzbRxhdkL { width:154px;height:134.4px;top:261px;left:83px;font-size:12px;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #q4FQgV8UeLitNQ3srizLznNemZNgtm0v { width:171px;height:171px;top:464px;left:74px;border-top-left-radius:242px;border-top-right-radius:242px;border-bottom-left-radius:242px;border-bottom-right-radius:242px;display:block; }
 }@media only screen and (max-width: 763px) { #UC8F0OeeiW09tVxTNZ99vUIQzIAlt8tN { width:155px;height:86.4px;top:506px;left:82px;font-size:9px;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #budiC6k4m5qrOoFNfo4QLVh9Kvy2AzKT { width:178px;height:178px;top:239px;left:71px;display:block; }
 }@media only screen and (max-width: 763px) { #RlKg6elxt2C8copWKTC0xfTBHWDUIqSn { width:170px;height:123.2px;top:267px;left:75px;font-size:11px;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #M4dJS9JkCTIUV3EZgNMIfKFpPiEvHFgz { width:167px;height:167px;top:28px;left:76px;display:block; }
 }@media only screen and (max-width: 763px) { #McxReGAOwyEJyA4kbTPKfQRnbMN6a42M { width:158px;height:42px;top:167.00000607967px;left:79.999998092651px;display:block; }
 }@media only screen and (max-width: 763px) { #KoTAqQRS8fT14ZcbwalZCZUQl9OCCuQ4 { width:157px;height:45px;top:610px;left:80px;display:block; }
 }@media only screen and (max-width: 763px) { #BOVglwOPVkOqOQbZmdewUZ5s3AAzZnCZ { width:150px;height:51px;top:150px;left:85px;display:block; }
 }@media only screen and (max-width: 763px) { #s7mBkTyRmhs6TsAttCgoIIDD1OeqwvKv { width:152px;height:40px;top:395px;left:83px;display:block; }
 }@media only screen and (max-width: 763px) { #CkHz3nMd78DnTd03rXMZ3G9MTRHg3IbA { display:block; }#CkHz3nMd78DnTd03rXMZ3G9MTRHg3IbA > .row .container { width:320px;height:569px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wVPwTAALJtdWhpNGyTdrVD702Ef4fKLx { width:320px;height:41.6px;top:360px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #SxgrJxx1dOnqrHyTJ5tnGFc1EoVpg7sL { width:320px;height:320px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #NksxmcNXQHUgbiTTAu5Hy6p73QtHefoS { width:173px;height:110px;top:421.6px;left:73px;display:block; }
 }@media only screen and (max-width: 763px) { #z8krQnf7bCJ0bIgdTuCS409W92ypi6c4 { display:block; }#z8krQnf7bCJ0bIgdTuCS409W92ypi6c4 > .row .container { width:320px;height:126px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H934wv4HLG9dkZOPgpgLW3KlywmQW3XI { width:320px;height:86.05577689243px;top:20px;left:0px;display:block; }
 }