.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); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { background-color: transparent; background-image: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container > .video-iframe-container { display: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container { display: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .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); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { border-width: 0; border-radius: 0; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { font-size:14px;font-family:arial;height:560px;width:960px;position:relative;display:block; }#TupldIlEqivxDNiZ5IWqJ46dHTUE5n1l { color:#000000;display:block;width:474px;position:absolute;font-family:rubik;font-size:51px;font-weight:700;z-index:15000;line-height:.8;letter-spacing:0;top:196px;left:20px;height:40.8px;font-style:normal;display:block; }
#H8K8cqFzcNmyzCQcsdZvEPmy5fJuTpeP { background-color:#04ac78;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:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:rubik;font-size:22px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:265px;height:62px;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:345px;left:124.5px;display:block; }
#kySudFiBqEdXBwC1XELrhA568OTiyDOs { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#SvoyNnKkr4t2DToDK7W3pVh4zF53Gef1 { color:#ffc500;display:block;width:405px;position:absolute;font-family:"open sans";font-size:16px;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:108px;left:0px;height:16px;font-style:normal;display:block; }
#E9MfIN7kDRWaZhBuLU9PfSH4VZCiC6cT { 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:603px;width:444px;top:3px;left:475.00003051758px;overflow:hidden;display:block; }
#AnpLJTvT2CfVA4t9su0JzowGt33qimzg { position:absolute;display:block;z-index:15003;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:46px;width:53px;top:70px;left:377px;overflow:hidden;display:block; }
#DKDVTtZXdTDU27QTCU9gKCNbq5GbQKHL { position:absolute;display:block;z-index:15004;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:53px;width:56px;top:365px;left:462px;overflow:hidden;display:block; }
#llGmpr3Qd8u7pGttJq9RyA7PazZRUfuq { position:absolute;display:block;z-index:15005;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:81px;width:87px;top:479px;left:807.98751831055px;overflow:hidden;display:block; }
#lTr81WH1kmtzhIwhN9Plzzh6ksVWTweS { color:#000000;display:block;width:256px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:441px;left:123.5px;height:15.6px;display:block; }
#PmH1n6Dq5kvdPhCJ7w3DyhiPNBcXKyUk { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:269.60000610352px;left:40px;height:20.8px;display:block; }
#bbcQM2ZfpNwKlRqwSmwgColsMc6xTPAN { color:#ef6817;display:block;width:157px;position:absolute;font-family:"open sans";font-size:53px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:235.80000305176px;left:249.00003051758px;height:68.9px;font-style:normal;display:block; }
#WpaX8ow2x1xJ1GZIgG1MAHBaTQqhnafq { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:269.60000610352px;left:416.00003051758px;height:20.8px;display:block; }
#hyNR6IC3AMoFBLMzOelzdNMiGAcex0pk { color:#000000;display:block;width:404px;position:absolute;font-family:"open sans";font-size:11px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:418px;left:97.5px;height:14.3px;display:block; }
#tBDVpsKRKzOSxNKgBU0X3kdDcZDKlflo { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:34px;width:34px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:359px;left:144px; }
#hCHOloNnFiAisOnUfxtHomlB8ZUGXJJ3 { color:#000000;display:block;width:524px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:303.10000610352px;left:19.5px;height:23.4px;display:block; }
#Fyon6TsZrHu5wMWg1CoXWTAUhakODd3L { 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:58px;width:310px;top:22px;left:20px;overflow:hidden;display:block; }
#GDH7R0c2bU9VNAtZG9g4FV09B8c3WSap { color:#000000;display:block;width:74px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:507.80001831055px;left:71px;height:23.4px;display:block; }
#ehNsDIpsDnbC7bBy3hpshGstmca2gzXs { color:#ef4417;display:block;width:157px;position:absolute;font-family:"open sans";font-size:53px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:472px;left:163px;height:68.9px;font-style:normal;display:block; }
#dBpZxXvlCT5fnQ7QwD1IBgROJPbagkAK { color:#000000;display:block;width:171px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:507.80001831055px;left:305.00003051758px;height:23.4px;display:block; }
#cPfc4UrJrl0esTPfQWGVyBDlkeJIwaRp { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/SDMH7Jab/background_top.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cPfc4UrJrl0esTPfQWGVyBDlkeJIwaRp.adaptive-delivery-prevent-bg, #cPfc4UrJrl0esTPfQWGVyBDlkeJIwaRp.lazyload, #cPfc4UrJrl0esTPfQWGVyBDlkeJIwaRp.lazyloading { background-image: none; }#cPfc4UrJrl0esTPfQWGVyBDlkeJIwaRp > .row .container { background-color: transparent; background-image: none; }#cPfc4UrJrl0esTPfQWGVyBDlkeJIwaRp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPfc4UrJrl0esTPfQWGVyBDlkeJIwaRp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPfc4UrJrl0esTPfQWGVyBDlkeJIwaRp > .row .container > .video-iframe-container { display: none; }#cPfc4UrJrl0esTPfQWGVyBDlkeJIwaRp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPfc4UrJrl0esTPfQWGVyBDlkeJIwaRp > .row > .video-iframe-container { display: none; }#cPfc4UrJrl0esTPfQWGVyBDlkeJIwaRp > .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); }#cPfc4UrJrl0esTPfQWGVyBDlkeJIwaRp > .row .container { border-width: 0; border-radius: 0; }#cPfc4UrJrl0esTPfQWGVyBDlkeJIwaRp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cPfc4UrJrl0esTPfQWGVyBDlkeJIwaRp > .row .container { width:960px;height:640px;font-size:14px;font-family:arial;position:relative;display:block; }#NUrg922vJIviXHANhCgEOoXe7uafa6Tl { display:block;width:759px;position:absolute;font-family:raleway;font-size:48px;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:30px;left:100.5px;height:62.4px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#ZhLvNTba3ZZ6owy8e6CGLrvTn4B0HUdv { display:block;width:540px;position:absolute;font-family:raleway;font-size:19px;font-weight:300;z-index:15003;line-height:1.8;letter-spacing:0;top:501px;left:72px;height:112.6px;color:#000000;font-style:normal;display:block; }#ZhLvNTba3ZZ6owy8e6CGLrvTn4B0HUdv li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#ZhLvNTba3ZZ6owy8e6CGLrvTn4B0HUdv li:before{  }
#zLfTxpLADXDWhWnMJUf5kElUU1k62JVP { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0 10px 15px rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:257px;height:58px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:528.30001831055px;left:627.00003051758px;display:block; }
#eHwC4esETTqLmVKZCi2VXuowzGDTnZ8v { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Q7UTJcM6UGfwzS1IyU28i2J541qldzrC { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:376px;width:657px;top:112px;left:151.5px;overflow:hidden;display:block; }
#GxTtucDkSAuDW48wB9xL35ZgaIlrTVMf { color:#000000;display:block;width:102px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:619.20001220703px;left:845.98751831055px;height:20.8px;display:block; }
#yNoahgDx65Xy38NoMfGVbm44lszTccfe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row .container { background-color: transparent; background-image: none; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row .container > .video-iframe-container { display: none; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row > .video-iframe-container { display: none; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .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); }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row .container { border-width: 0; border-radius: 0; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row .container { font-size:14px;font-family:arial;height:162px;width:960px;position:relative;display:block; }#Jg1kTZh70hET7DZ2n3pRFkQZQvVaM57D { color:#000000;display:block;width:960px;position:absolute;font-family:rubik;font-size:42px;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:75px;left:0px;height:42px;text-align:center;text-align-last:center;display:block; }
#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 { position:relative;display:block; }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 { background-color: transparent; background-image: none; }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .row .container > .video-iframe-container { display: none; }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .row > .video-iframe-container { display: none; }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .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); }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 { border-width: 0; border-radius: 0; }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .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; }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .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:458px;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; }#QHLa1NQ9iTworRb5FRPEKDlCGyDgdabK { 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:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: 12px 8px 33px rgba(0,0,0,0.08) ;height:372px;width:302px;top:27px;left:0px;display:block; }
#aCQxOmdxWDGNG8rb1eUBQoK5hgw5uHzG { color:#000000;display:block;width:184px;position:absolute;font-family:rubik;font-size:26px;font-weight:normal;z-index:15022;line-height:1;letter-spacing:0;top:145.00000762939px;left:50px;height:26px;text-align:left;text-align-last:left;display:block; }
#orudmmGIlHR27RMB3tfLEKtRqB1TUpEh { color:#000000;display:block;width:230px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15023;line-height:1;letter-spacing:0;top:186px;left:27px;height:64px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ExfqCCApx7Amn8pl7NRvD6V3kG0b1MH1 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #04ac9c;border-left:1px solid #04ac9c;border-right:1px solid #04ac9c;border-bottom:1px solid #04ac9c;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-sizing:border-box;color:#04ac9c;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:rubik;font-size:22px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:248px;height:62px;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:286.99996948242px;left:27px;display:block; }
#GR8mrQsr52ph2Bo3SDf62RK6Jkq1PB1I { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#bmciSExpfq8AFhvEClpWUaKl0SZPoeJT { position:absolute;display:block;z-index:15023;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:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: 12px 8px 33px rgba(0,0,0,0.08) ;height:372px;width:302px;top:27px;left:320.00003051758px;display:block; }
#bupF3ivO5AdV8T3NcoS7PG8rkM5vUvrr { color:#000000;display:block;width:230px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15029;line-height:1;letter-spacing:0;top:186px;left:358px;height:48px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#Ai5kVcdurcCong8HvZI21FHZSE969Zvk { color:#000000;display:block;width:193px;position:absolute;font-family:rubik;font-size:26px;font-weight:normal;z-index:15028;line-height:1;letter-spacing:0;top:145.00000762939px;left:376.50003051758px;height:26px;text-align:left;text-align-last:left;display:block; }
#c2NBdLzPg64hLTtcFETNiN7FqfWfDQLO { position:absolute;display:block;z-index:15029;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:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: 12px 8px 33px rgba(0,0,0,0.08) ;height:372px;width:302px;top:27px;left:657px;display:block; }
#gJMzcQOxUFUC2rN4dvyO7qIR1RzHTTFz { color:#000000;display:block;width:230px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15035;line-height:1;letter-spacing:0;top:186px;left:686px;height:64px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#DaUDBqdzi49eMy4HCPR0tIrWOHDBKtxV { color:#000000;display:block;width:274px;position:absolute;font-family:rubik;font-size:23px;font-weight:normal;z-index:15034;line-height:1;letter-spacing:0;top:146.50000762939px;left:671.00003051758px;height:23px;text-align:left;text-align-last:left;display:block; }
#Zu6lIOH7CfT4CANkHll8NBO7CGpEG4V3 { position:absolute;display:block;z-index:15037;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:78px;width:95px;top:49px;left:425.50003051758px;overflow:hidden;display:block; }
#S6EcOeFtNyUZ4aNUl7BfKt30n4A96nei { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #04ac9c;border-left:1px solid #04ac9c;border-right:1px solid #04ac9c;border-bottom:1px solid #04ac9c;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-sizing:border-box;color:#04ac9c;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:rubik;font-size:22px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:248px;height:62px;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:286.98751831055px;left:356.00003051758px;display:block; }
#JxNhK7ILe535q4CxM1bnzuT3CmNlpL4d { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#aftWf3yrScnDmFNdJXS870ctUN5SBweT { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #04ac9c;border-left:1px solid #04ac9c;border-right:1px solid #04ac9c;border-bottom:1px solid #04ac9c;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-sizing:border-box;color:#04ac9c;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:rubik;font-size:22px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:248px;height:62px;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:286.98751831055px;left:676.00003051758px;display:block; }
#vRDfAB4EKVENAZuEPgBugZ0hgl0BCnW3 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#TJNXdTZiF3aL564kTvxfoIUKe6zz30B4 { position:absolute;display:block;z-index:15039;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:97px;width:117px;top:43.987503051758px;left:83.5px;overflow:hidden;display:block; }
#M9M9PTDMEuxQDZrSpMfGaEG4JFIyZQQx { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:67.487503051758px;left:774.98751831055px; }
#Pvre40CVIE8SMof7fZD762iDNDvnT9TF { position:relative;display:block; }#Pvre40CVIE8SMof7fZD762iDNDvnT9TF { background-color: transparent; background-image: none; }#Pvre40CVIE8SMof7fZD762iDNDvnT9TF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pvre40CVIE8SMof7fZD762iDNDvnT9TF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pvre40CVIE8SMof7fZD762iDNDvnT9TF > .row .container > .video-iframe-container { display: none; }#Pvre40CVIE8SMof7fZD762iDNDvnT9TF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pvre40CVIE8SMof7fZD762iDNDvnT9TF > .row > .video-iframe-container { display: none; }#Pvre40CVIE8SMof7fZD762iDNDvnT9TF > .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); }#Pvre40CVIE8SMof7fZD762iDNDvnT9TF { border-width: 0; border-radius: 0; }#Pvre40CVIE8SMof7fZD762iDNDvnT9TF > .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; }#Pvre40CVIE8SMof7fZD762iDNDvnT9TF > .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; }#epKa4f52xOTv7V734m9QU2zDma15H9bQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:50px;width:180px;top:107.10000610352px;left:510.00003051758px;overflow:hidden;display:block; }
#a0y7QBantqQUWLxzuq96FKiDDgqTbcBm { 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:49px;width:85px;top:107.60000610352px;left:77.5px;overflow:hidden;display:block; }
#OPF1xC5soz05PEFX9BhcSGu4DqmR5aJ4 { 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:49px;width:94px;top:107.60000610352px;left:792.98751831055px;overflow:hidden;display:block; }
#FlNEGyApCgC3k6iGHmqNL8MFoKaMI3hG { position:absolute;display:block;z-index:15003;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:66px;width:205px;top:99.100006103516px;left:257.50003051758px;overflow:hidden;display:block; }
#fHf5atwLAGId1dsrtnVkJQaPOkwVR69P { color:#000000;display:block;width:663px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:11.5625px;left:149.39999389648px;height:28.6px;display:block; }
#H4pJK32r8t5QJDxrOhkppFw64biqqOXJ { color:#000000;display:block;width:875px;position:absolute;font-family:"open sans";font-size:10px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:275.38749694824px;left:43.387512207031px;height:13px;display:block; }
#TaTPUF7ZiOvHrGki6ZysUUfwL5to4DNC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3a3434;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; }#TaTPUF7ZiOvHrGki6ZysUUfwL5to4DNC > .row .container { background-color: transparent; background-image: none; }#TaTPUF7ZiOvHrGki6ZysUUfwL5to4DNC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaTPUF7ZiOvHrGki6ZysUUfwL5to4DNC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaTPUF7ZiOvHrGki6ZysUUfwL5to4DNC > .row .container > .video-iframe-container { display: none; }#TaTPUF7ZiOvHrGki6ZysUUfwL5to4DNC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaTPUF7ZiOvHrGki6ZysUUfwL5to4DNC > .row > .video-iframe-container { display: none; }#TaTPUF7ZiOvHrGki6ZysUUfwL5to4DNC > .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); }#TaTPUF7ZiOvHrGki6ZysUUfwL5to4DNC > .row .container { border-width: 0; border-radius: 0; }#TaTPUF7ZiOvHrGki6ZysUUfwL5to4DNC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TaTPUF7ZiOvHrGki6ZysUUfwL5to4DNC > .row .container { font-size:14px;font-family:arial;height:194px;width:960px;position:relative;display:block; }#GiN1pe9HrDw7souK3QKKHb4IcHrnWVAB { color:#ffffff;display:block;width:921px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:68.600006103516px;left:19.5px;height:41.6px;text-align:center;text-align-last:center;display:block; }
#G1KTTFEkiWWv9B6TnCfXEnD1g39OTl4N { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:13px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:126.57501220703px;left:343.39999389648px;height:16.9px;display:block; }
#UM7U0ShtMzdbPTQMdOnbmgfsWOKEvvxx { color:#000000;display:block;width:70px;position:absolute;font-family:"open sans";font-size:13px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:126.57501220703px;left:554.39999389648px;height:16.9px;display:block; }
#aOdKip287J1HegntsZ17BhEtLk3eWGbk { color:#ffffff;display:block;width:31px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:124.625px;left:511.39999389648px;height:20.8px;display:block; }
#rET1Qhh7ywrpiT9abhelPxrEUrmTNiCI { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:77.599975585938px;left:33.399993896484px;height:20.8px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { display:block; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TupldIlEqivxDNiZ5IWqJ46dHTUE5n1l { top:196px;left:0px;width:474px;height:40px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #H8K8cqFzcNmyzCQcsdZvEPmy5fJuTpeP { width:265px;height:62px;top:345px;left:26.5px;display:block; }
 }@media only screen and (max-width: 763px) { #kySudFiBqEdXBwC1XELrhA568OTiyDOs { display:block; }
 }@media only screen and (max-width: 763px) { #SvoyNnKkr4t2DToDK7W3pVh4zF53Gef1 { top:108px;left:0px;width:405px;height:16px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #E9MfIN7kDRWaZhBuLU9PfSH4VZCiC6cT { top:3px;left:320px;width:444px;height:603px;display:block; }
 }@media only screen and (max-width: 763px) { #AnpLJTvT2CfVA4t9su0JzowGt33qimzg { top:70px;left:279px;width:53px;height:46px;display:block; }
 }@media only screen and (max-width: 763px) { #DKDVTtZXdTDU27QTCU9gKCNbq5GbQKHL { top:365px;left:364px;width:56px;height:53px;display:block; }
 }@media only screen and (max-width: 763px) { #llGmpr3Qd8u7pGttJq9RyA7PazZRUfuq { top:479px;left:677px;width:87px;height:81px;display:block; }
 }@media only screen and (max-width: 763px) { #lTr81WH1kmtzhIwhN9Plzzh6ksVWTweS { top:441px;left:25.5px;width:256px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #PmH1n6Dq5kvdPhCJ7w3DyhiPNBcXKyUk { top:269px;left:0px;width:200px;height:20px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #bbcQM2ZfpNwKlRqwSmwgColsMc6xTPAN { top:235px;left:151.00003051758px;width:157px;height:68px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #WpaX8ow2x1xJ1GZIgG1MAHBaTQqhnafq { top:269px;left:318.00003051758px;width:200px;height:20px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #hyNR6IC3AMoFBLMzOelzdNMiGAcex0pk { top:418px;left:0px;width:404px;height:14px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #tBDVpsKRKzOSxNKgBU0X3kdDcZDKlflo { top:359px;left:46px;width:34px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #hCHOloNnFiAisOnUfxtHomlB8ZUGXJJ3 { top:303px;left:0px;width:524px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Fyon6TsZrHu5wMWg1CoXWTAUhakODd3L { top:22px;left:0px;width:310px;height:58px;display:block; }
 }@media only screen and (max-width: 763px) { #GDH7R0c2bU9VNAtZG9g4FV09B8c3WSap { top:507px;left:0px;width:74px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ehNsDIpsDnbC7bBy3hpshGstmca2gzXs { top:472px;left:65px;width:157px;height:68px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #dBpZxXvlCT5fnQ7QwD1IBgROJPbagkAK { top:507px;left:207.00003051758px;width:171px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #cPfc4UrJrl0esTPfQWGVyBDlkeJIwaRp { display:block; }#cPfc4UrJrl0esTPfQWGVyBDlkeJIwaRp > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NUrg922vJIviXHANhCgEOoXe7uafa6Tl { width:759px;height:62px;top:30px;left:2.5px;font-size:48px;display:block; }
 }@media only screen and (max-width: 763px) { #ZhLvNTba3ZZ6owy8e6CGLrvTn4B0HUdv { width:540px;height:112px;top:501px;left:0px;font-size:19px;display:block; }#ZhLvNTba3ZZ6owy8e6CGLrvTn4B0HUdv li:before{  }
 }@media only screen and (max-width: 763px) { #zLfTxpLADXDWhWnMJUf5kElUU1k62JVP { width:257px;height:58px;top:528px;left:507px;display:block; }
 }@media only screen and (max-width: 763px) { #eHwC4esETTqLmVKZCi2VXuowzGDTnZ8v { display:block; }
 }@media only screen and (max-width: 763px) { #Q7UTJcM6UGfwzS1IyU28i2J541qldzrC { top:112px;left:53.5px;width:657px;height:376px;display:block; }
 }@media only screen and (max-width: 763px) { #GxTtucDkSAuDW48wB9xL35ZgaIlrTVMf { top:619px;left:662px;width:102px;height:20px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #yNoahgDx65Xy38NoMfGVbm44lszTccfe { display:block; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jg1kTZh70hET7DZ2n3pRFkQZQvVaM57D { top:75px;left:0px;width:764px;height:42px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 { display:block; }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QHLa1NQ9iTworRb5FRPEKDlCGyDgdabK { top:27px;left:0px;width:302px;height:372px;display:block; }
 }@media only screen and (max-width: 763px) { #aCQxOmdxWDGNG8rb1eUBQoK5hgw5uHzG { top:145px;left:17px;width:184px;height:26px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #orudmmGIlHR27RMB3tfLEKtRqB1TUpEh { top:185px;left:0px;width:230px;height:64px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ExfqCCApx7Amn8pl7NRvD6V3kG0b1MH1 { width:248px;height:62px;top:286px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #GR8mrQsr52ph2Bo3SDf62RK6Jkq1PB1I { display:block; }
 }@media only screen and (max-width: 763px) { #bmciSExpfq8AFhvEClpWUaKl0SZPoeJT { top:27px;left:206px;width:302px;height:372px;display:block; }
 }@media only screen and (max-width: 763px) { #bupF3ivO5AdV8T3NcoS7PG8rkM5vUvrr { top:186px;left:259.00003051758px;width:230px;height:48px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Ai5kVcdurcCong8HvZI21FHZSE969Zvk { top:145px;left:277.50003051758px;width:193px;height:26px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #c2NBdLzPg64hLTtcFETNiN7FqfWfDQLO { top:27px;left:460px;width:302px;height:372px;display:block; }
 }@media only screen and (max-width: 763px) { #gJMzcQOxUFUC2rN4dvyO7qIR1RzHTTFz { top:186px;left:521.00003051758px;width:230px;height:64px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #DaUDBqdzi49eMy4HCPR0tIrWOHDBKtxV { top:146px;left:488px;width:274px;height:23px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #Zu6lIOH7CfT4CANkHll8NBO7CGpEG4V3 { top:49px;left:326.50003051758px;width:95px;height:78px;display:block; }
 }@media only screen and (max-width: 763px) { #S6EcOeFtNyUZ4aNUl7BfKt30n4A96nei { width:248px;height:62px;top:286px;left:257.00003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #JxNhK7ILe535q4CxM1bnzuT3CmNlpL4d { display:block; }
 }@media only screen and (max-width: 763px) { #aftWf3yrScnDmFNdJXS870ctUN5SBweT { width:248px;height:62px;top:286px;left:511.00003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #vRDfAB4EKVENAZuEPgBugZ0hgl0BCnW3 { display:block; }
 }@media only screen and (max-width: 763px) { #TJNXdTZiF3aL564kTvxfoIUKe6zz30B4 { top:43px;left:50.5px;width:117px;height:97px;display:block; }
 }@media only screen and (max-width: 763px) { #M9M9PTDMEuxQDZrSpMfGaEG4JFIyZQQx { top:67px;left:609.98751831055px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #Pvre40CVIE8SMof7fZD762iDNDvnT9TF { display:block; }#Pvre40CVIE8SMof7fZD762iDNDvnT9TF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #epKa4f52xOTv7V734m9QU2zDma15H9bQ { top:107px;left:387.50003051758px;width:180px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #a0y7QBantqQUWLxzuq96FKiDDgqTbcBm { top:107px;left:53px;width:85px;height:49px;display:block; }
 }@media only screen and (max-width: 763px) { #OPF1xC5soz05PEFX9BhcSGu4DqmR5aJ4 { top:107px;left:621.48751831055px;width:94px;height:49px;display:block; }
 }@media only screen and (max-width: 763px) { #FlNEGyApCgC3k6iGHmqNL8MFoKaMI3hG { top:99px;left:177px;width:205px;height:66px;display:block; }
 }@media only screen and (max-width: 763px) { #fHf5atwLAGId1dsrtnVkJQaPOkwVR69P { top:11px;left:0px;width:663px;height:30px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #H4pJK32r8t5QJDxrOhkppFw64biqqOXJ { top:275px;left:0px;width:764px;height:13px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #TaTPUF7ZiOvHrGki6ZysUUfwL5to4DNC { display:block; }#TaTPUF7ZiOvHrGki6ZysUUfwL5to4DNC > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GiN1pe9HrDw7souK3QKKHb4IcHrnWVAB { top:68px;left:0px;width:764px;height:41px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #G1KTTFEkiWWv9B6TnCfXEnD1g39OTl4N { top:126px;left:245.39999389648px;width:200px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #UM7U0ShtMzdbPTQMdOnbmgfsWOKEvvxx { top:126px;left:456.39999389648px;width:70px;height:16px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #aOdKip287J1HegntsZ17BhEtLk3eWGbk { top:124px;left:413.39999389648px;width:31px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #rET1Qhh7ywrpiT9abhelPxrEUrmTNiCI { top:77px;left:0px;width:200px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { display:block; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { width:320px;height:882px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TupldIlEqivxDNiZ5IWqJ46dHTUE5n1l { width:320px;height:35px;top:72.5px;left:0px;font-size:35px;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #H8K8cqFzcNmyzCQcsdZvEPmy5fJuTpeP { width:306px;height:62px;top:182px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #kySudFiBqEdXBwC1XELrhA568OTiyDOs { display:block; }
 }@media only screen and (max-width: 763px) { #SvoyNnKkr4t2DToDK7W3pVh4zF53Gef1 { width:320px;height:16px;top:82px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E9MfIN7kDRWaZhBuLU9PfSH4VZCiC6cT { width:299px;height:406px;top:326px;left:21.000001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #AnpLJTvT2CfVA4t9su0JzowGt33qimzg { width:59px;height:51px;top:281.39999389648px;left:255.00000572205px;display:block; }
 }@media only screen and (max-width: 763px) { #DKDVTtZXdTDU27QTCU9gKCNbq5GbQKHL { width:34px;height:32px;top:317.5px;left:42.000001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #llGmpr3Qd8u7pGttJq9RyA7PazZRUfuq { width:58px;height:53px;top:643px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #lTr81WH1kmtzhIwhN9Plzzh6ksVWTweS { width:256px;height:15.6px;top:265.8000087738px;left:32.000001907349px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #PmH1n6Dq5kvdPhCJ7w3DyhiPNBcXKyUk { width:200px;height:15.6px;top:123px;left:14px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #bbcQM2ZfpNwKlRqwSmwgColsMc6xTPAN { width:77px;height:33.8px;top:110px;left:163px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #WpaX8ow2x1xJ1GZIgG1MAHBaTQqhnafq { width:79px;height:15.6px;top:123px;left:241.00000572205px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #hyNR6IC3AMoFBLMzOelzdNMiGAcex0pk { width:278px;height:13px;top:252.8000087738px;left:21.000001907349px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #tBDVpsKRKzOSxNKgBU0X3kdDcZDKlflo { width:34px;height:34px;top:196px;left:57.999998092651px;display:block; }
 }@media only screen and (max-width: 763px) { #hCHOloNnFiAisOnUfxtHomlB8ZUGXJJ3 { width:320px;height:14.3px;top:143.80000305176px;left:0px;font-size:11px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fyon6TsZrHu5wMWg1CoXWTAUhakODd3L { width:270px;height:49px;top:0px;left:25.000001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #GDH7R0c2bU9VNAtZG9g4FV09B8c3WSap { width:74px;height:23.4px;top:754px;left:123.00000572205px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ehNsDIpsDnbC7bBy3hpshGstmca2gzXs { width:157px;height:52px;top:777.39999389648px;left:111.99999809265px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #dBpZxXvlCT5fnQ7QwD1IBgROJPbagkAK { width:171px;height:23.4px;top:833.39999389648px;left:84.999998092651px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #cPfc4UrJrl0esTPfQWGVyBDlkeJIwaRp { display:block; }#cPfc4UrJrl0esTPfQWGVyBDlkeJIwaRp > .row .container { width:320px;height:627px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NUrg922vJIviXHANhCgEOoXe7uafa6Tl { width:300px;height:78px;top:30px;left:10px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #ZhLvNTba3ZZ6owy8e6CGLrvTn4B0HUdv { width:300px;height:192.4px;top:137px;left:10px;font-size:16px;line-height:1.9;display:block; }#ZhLvNTba3ZZ6owy8e6CGLrvTn4B0HUdv li:before{  }
 }@media only screen and (max-width: 763px) { #zLfTxpLADXDWhWnMJUf5kElUU1k62JVP { width:257px;height:58px;top:556.32502746582px;left:31.500001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #eHwC4esETTqLmVKZCi2VXuowzGDTnZ8v { display:block; }
 }@media only screen and (max-width: 763px) { #Q7UTJcM6UGfwzS1IyU28i2J541qldzrC { width:320px;height:183.13546423135px;top:348.40000915527px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #GxTtucDkSAuDW48wB9xL35ZgaIlrTVMf { width:102px;height:15.6px;top:531.52490234375px;left:124.50000572205px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #yNoahgDx65Xy38NoMfGVbm44lszTccfe { display:block; }#yNoahgDx65Xy38NoMfGVbm44lszTccfe > .row .container { width:320px;height:152px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jg1kTZh70hET7DZ2n3pRFkQZQvVaM57D { width:288px;height:96px;top:56px;left:16px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 { display:block; }#G8DE6lCHP8EOFz8Hfaop2F95aKxIg4N4 > .row .container { width:320px;height:1154px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QHLa1NQ9iTworRb5FRPEKDlCGyDgdabK { width:302px;height:358px;top:21px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #aCQxOmdxWDGNG8rb1eUBQoK5hgw5uHzG { width:161px;height:24px;top:137.00001525879px;left:70.499998092651px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #orudmmGIlHR27RMB3tfLEKtRqB1TUpEh { width:230px;height:64px;top:180px;left:36px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ExfqCCApx7Amn8pl7NRvD6V3kG0b1MH1 { width:244px;height:62px;top:281px;left:36.000001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #GR8mrQsr52ph2Bo3SDf62RK6Jkq1PB1I { display:block; }
 }@media only screen and (max-width: 763px) { #bmciSExpfq8AFhvEClpWUaKl0SZPoeJT { width:302px;height:358px;top:399px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #bupF3ivO5AdV8T3NcoS7PG8rkM5vUvrr { width:230px;height:48px;top:558px;left:38px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Ai5kVcdurcCong8HvZI21FHZSE969Zvk { width:191px;height:24px;top:513.00001525879px;left:64.499998092651px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #c2NBdLzPg64hLTtcFETNiN7FqfWfDQLO { width:302px;height:358px;top:775px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #gJMzcQOxUFUC2rN4dvyO7qIR1RzHTTFz { width:230px;height:64px;top:934px;left:38px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #DaUDBqdzi49eMy4HCPR0tIrWOHDBKtxV { width:274px;height:24px;top:892.99998474121px;left:23.000001907349px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #Zu6lIOH7CfT4CANkHll8NBO7CGpEG4V3 { width:95px;height:78px;top:417.98751068115px;left:112.49999809265px;display:block; }
 }@media only screen and (max-width: 763px) { #S6EcOeFtNyUZ4aNUl7BfKt30n4A96nei { width:248px;height:62px;top:648.98745632172px;left:36.000001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #JxNhK7ILe535q4CxM1bnzuT3CmNlpL4d { display:block; }
 }@media only screen and (max-width: 763px) { #aftWf3yrScnDmFNdJXS870ctUN5SBweT { width:248px;height:62px;top:1043.9875183105px;left:36.000001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #vRDfAB4EKVENAZuEPgBugZ0hgl0BCnW3 { display:block; }
 }@media only screen and (max-width: 763px) { #TJNXdTZiF3aL564kTvxfoIUKe6zz30B4 { width:117px;height:97px;top:29.975021362305px;left:92.499998092651px;display:block; }
 }@media only screen and (max-width: 763px) { #M9M9PTDMEuxQDZrSpMfGaEG4JFIyZQQx { width:50px;height:50px;top:813.5px;left:135.00000572205px;display:block; }
 }@media only screen and (max-width: 763px) { #Pvre40CVIE8SMof7fZD762iDNDvnT9TF { display:block; }#Pvre40CVIE8SMof7fZD762iDNDvnT9TF > .row .container { width:320px;height:499px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #epKa4f52xOTv7V734m9QU2zDma15H9bQ { width:180px;height:50px;top:269px;left:69.999998092651px;display:block; }
 }@media only screen and (max-width: 763px) { #a0y7QBantqQUWLxzuq96FKiDDgqTbcBm { width:85px;height:49px;top:127px;left:117px;display:block; }
 }@media only screen and (max-width: 763px) { #OPF1xC5soz05PEFX9BhcSGu4DqmR5aJ4 { width:94px;height:49px;top:361.00001525879px;left:112.99999809265px;display:block; }
 }@media only screen and (max-width: 763px) { #FlNEGyApCgC3k6iGHmqNL8MFoKaMI3hG { width:205px;height:66px;top:188.00006103516px;left:57.499998092651px;display:block; }
 }@media only screen and (max-width: 763px) { #fHf5atwLAGId1dsrtnVkJQaPOkwVR69P { width:320px;height:85.8px;top:20px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H4pJK32r8t5QJDxrOhkppFw64biqqOXJ { width:320px;height:39px;top:460px;left:0px;font-size:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TaTPUF7ZiOvHrGki6ZysUUfwL5to4DNC { display:block; }#TaTPUF7ZiOvHrGki6ZysUUfwL5to4DNC > .row .container { width:320px;height:196px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GiN1pe9HrDw7souK3QKKHb4IcHrnWVAB { width:320px;height:83.2px;top:20px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #G1KTTFEkiWWv9B6TnCfXEnD1g39OTl4N { width:200px;height:16.9px;top:116.90002441406px;left:13.987499237061px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #UM7U0ShtMzdbPTQMdOnbmgfsWOKEvvxx { width:70px;height:16.9px;top:116.90002441406px;left:227.00000572205px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #aOdKip287J1HegntsZ17BhEtLk3eWGbk { width:31px;height:20.8px;top:114.95001220703px;left:183.9875087738px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #rET1Qhh7ywrpiT9abhelPxrEUrmTNiCI { width:200px;height:20.8px;top:155.74995117188px;left:60px;font-size:16px;display:block; }
 }