.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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container { display: none; }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .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); }#Tvr2JhPS59G5qXgHla1gchvwhC3tCb10 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e2154;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; }#Tvr2JhPS59G5qXgHla1gchvwhC3tCb10 > .row .container { background-color: transparent; background-image: none; }#Tvr2JhPS59G5qXgHla1gchvwhC3tCb10::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tvr2JhPS59G5qXgHla1gchvwhC3tCb10 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tvr2JhPS59G5qXgHla1gchvwhC3tCb10 > .row .container > .video-iframe-container { display: none; }#Tvr2JhPS59G5qXgHla1gchvwhC3tCb10 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tvr2JhPS59G5qXgHla1gchvwhC3tCb10 > .row > .video-iframe-container { display: none; }#Tvr2JhPS59G5qXgHla1gchvwhC3tCb10 > .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); }#Tvr2JhPS59G5qXgHla1gchvwhC3tCb10 > .row .container { border-width: 0; border-radius: 0; }#Tvr2JhPS59G5qXgHla1gchvwhC3tCb10 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tvr2JhPS59G5qXgHla1gchvwhC3tCb10 > .row .container { font-size:14px;font-family:arial;height:267px;width:960px;position:relative;display:block; }#pg8SGftOgpnKa4u3SkS9iGrN3BsUt9aB { position:absolute;display:block;z-index:15008;background-color:#ffde00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2px;width:656px;top:8px;left:152px;display:block; }
#Uh22on78PPnGTDbuPBMWVTETEnRzTN2z { color:#ffb700;display:block;width:960px;position:absolute;font-family:roboto;font-size:63px;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:22px;left:0px;height:207.8909px;text-align:center;text-align-last:center;display:block; }
#emnOHUyKsueayRErMo5DXnHmSSa7nUyO { position:absolute;display:block;z-index:15009;background-color:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2px;width:656px;top:252px;left:152px;display:block; }
#Ddd353avLb5ZsOqdiClOcq0HHsADMh2h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e2154;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; }#Ddd353avLb5ZsOqdiClOcq0HHsADMh2h > .row .container { background-color: transparent; background-image: none; }#Ddd353avLb5ZsOqdiClOcq0HHsADMh2h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ddd353avLb5ZsOqdiClOcq0HHsADMh2h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ddd353avLb5ZsOqdiClOcq0HHsADMh2h > .row .container > .video-iframe-container { display: none; }#Ddd353avLb5ZsOqdiClOcq0HHsADMh2h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ddd353avLb5ZsOqdiClOcq0HHsADMh2h > .row > .video-iframe-container { display: none; }#Ddd353avLb5ZsOqdiClOcq0HHsADMh2h > .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); }#Ddd353avLb5ZsOqdiClOcq0HHsADMh2h > .row .container { border-width: 0; border-radius: 0; }#Ddd353avLb5ZsOqdiClOcq0HHsADMh2h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ddd353avLb5ZsOqdiClOcq0HHsADMh2h > .row .container { font-size:14px;font-family:arial;height:173px;width:960px;position:relative;display:block; }#n34Tnx2pza0qlGA6wW81018DwOMsbkId { color:#000000;display:block;width:442px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:37.625px;left:32px;height:62.3906px;text-align:center;text-align-last:center;display:block; }
#gRoDNHRkenLr4TSI8JyrVcXU3NLxgkrz .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gRoDNHRkenLr4TSI8JyrVcXU3NLxgkrz .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:contain !important;box-shadow: 1px 4px 20px rgba(85,0,134,0.6) ;color:#ffffff;padding-top:10.8px;padding-right:9.61px;padding-bottom:10.8px;padding-left:9.61px;display:block;align-items:center;width:57.67px;min-width:57.67px;height:58.02px;position:relative;font-family:arial;font-size:43.18px;font-weight:700;line-height:58.02px;text-align:center;text-align-last:center;top:0px;left:0px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gRoDNHRkenLr4TSI8JyrVcXU3NLxgkrz .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:6.75px;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:76.9px;height:22.94px;position:relative;font-family:"open sans";font-size:16.19px;font-weight:700;line-height:22.94px;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gRoDNHRkenLr4TSI8JyrVcXU3NLxgkrz { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:372px;height:109.31px;padding-top:1.35px;padding-right:1.37px;padding-bottom:1.35px;padding-left:1.37px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:37.625px;left:507.5px;z-index:15035; }
#gRoDNHRkenLr4TSI8JyrVcXU3NLxgkrz #UEgWBrflXHrx6XGrtpOOL0oTN7hp4yA7 { display:flex;position:relative;top:0px;left:0px; }
#gRoDNHRkenLr4TSI8JyrVcXU3NLxgkrz #bkXUsBlbOyINvJmTGk9ing0xXXTQGZwm { width:auto; }
#gRoDNHRkenLr4TSI8JyrVcXU3NLxgkrz #ZRbhnoLIoTwHEABfEFgzHEsCVVNrnKns {  }
#gRoDNHRkenLr4TSI8JyrVcXU3NLxgkrz #nHuBQsMHhixuMlfAQqc3CM6zuWgCLnfk { display:flex;position:relative;top:0px;left:0px; }
#gRoDNHRkenLr4TSI8JyrVcXU3NLxgkrz #oKLEKXH3TnTNwxKytfbT0THMTP9W6AfV {  }
#gRoDNHRkenLr4TSI8JyrVcXU3NLxgkrz #MFdKFWuKP5aGfOpVOu8NeI9A7MJnBW6o {  }
#gRoDNHRkenLr4TSI8JyrVcXU3NLxgkrz #bKdsatLfrheLQcmLF9EQMiGy7v2KemdD { display:flex;position:relative;top:0px;left:0px; }
#gRoDNHRkenLr4TSI8JyrVcXU3NLxgkrz #pg2MpIfZFFB1Dt0XUGbDIdZbTXf2ADLk {  }
#gRoDNHRkenLr4TSI8JyrVcXU3NLxgkrz #XMBRtJqATN2D0yr66PVT6D3bo9ggWJxH {  }
#gRoDNHRkenLr4TSI8JyrVcXU3NLxgkrz #cebNE9LxlVJRN7ECG72nZnCJc7p1Jhks { display:flex;position:relative;top:0px;left:0px; }
#gRoDNHRkenLr4TSI8JyrVcXU3NLxgkrz #iTAPX3rMBWEbQWNfq86X1QJxUHFDkDy0 {  }
#gRoDNHRkenLr4TSI8JyrVcXU3NLxgkrz #h9axTzQ39kk7kezJ5GOQGWVHv1TIFSL8 {  }
#qtTleLLFbBtBuuodfHQdvGOOKXNG7MpS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e2154;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; }#qtTleLLFbBtBuuodfHQdvGOOKXNG7MpS > .row .container { background-color: transparent; background-image: none; }#qtTleLLFbBtBuuodfHQdvGOOKXNG7MpS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtTleLLFbBtBuuodfHQdvGOOKXNG7MpS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtTleLLFbBtBuuodfHQdvGOOKXNG7MpS > .row .container > .video-iframe-container { display: none; }#qtTleLLFbBtBuuodfHQdvGOOKXNG7MpS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtTleLLFbBtBuuodfHQdvGOOKXNG7MpS > .row > .video-iframe-container { display: none; }#qtTleLLFbBtBuuodfHQdvGOOKXNG7MpS > .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); }#qtTleLLFbBtBuuodfHQdvGOOKXNG7MpS > .row .container { border-width: 0; border-radius: 0; }#qtTleLLFbBtBuuodfHQdvGOOKXNG7MpS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qtTleLLFbBtBuuodfHQdvGOOKXNG7MpS > .row .container { font-size:14px;font-family:arial;height:629px;width:960px;position:relative;display:block; }#uZfJ2BPSOh0lsyrsFC3fqSIzzZm2E6Hv { color:#000000;display:block;width:842px;position:absolute;font-family:"open sans";font-size:25px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:20px;left:58.5px;height:32.5px;text-align:center;text-align-last:center;display:block; }
#R3kC30eURf2M0wS6woXqCbTafNsNGqdH { position:absolute;display:block;z-index:15002;height:520px;width:960px;top:77.5px;left:0px;display:block; }
#JGd38t4ufk2XC6eDEkxRl3lpwazPdZoM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e2154;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:none; }#JGd38t4ufk2XC6eDEkxRl3lpwazPdZoM > .row .container { border-width: 0; border-radius: 0; }#JGd38t4ufk2XC6eDEkxRl3lpwazPdZoM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JGd38t4ufk2XC6eDEkxRl3lpwazPdZoM > .row .container { font-size:14px;font-family:arial;height:629px;width:960px;position:relative;display:none; }#IW2cZDuCupVrZu9OMKK5TtcbShNPu3Aw { color:#000000;display:block;width:842px;position:absolute;font-family:"open sans";font-size:25px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:20px;left:58.5px;height:32.5px;text-align:center;text-align-last:center;display:block; }
#e6wU3SwqwC7TkP2B4Zm6PBQBsxeNFDcr { position:absolute;display:block;z-index:15002;height:516px;width:960px;top:77.5px;left:0px;display:block; }
#Iax4twhvxt2WtnihswhBm3uR7XBnqTp8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e2154;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; }#Iax4twhvxt2WtnihswhBm3uR7XBnqTp8 > .row .container { background-color: transparent; background-image: none; }#Iax4twhvxt2WtnihswhBm3uR7XBnqTp8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iax4twhvxt2WtnihswhBm3uR7XBnqTp8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iax4twhvxt2WtnihswhBm3uR7XBnqTp8 > .row .container > .video-iframe-container { display: none; }#Iax4twhvxt2WtnihswhBm3uR7XBnqTp8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iax4twhvxt2WtnihswhBm3uR7XBnqTp8 > .row > .video-iframe-container { display: none; }#Iax4twhvxt2WtnihswhBm3uR7XBnqTp8 > .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); }#Iax4twhvxt2WtnihswhBm3uR7XBnqTp8 > .row .container { border-width: 0; border-radius: 0; }#Iax4twhvxt2WtnihswhBm3uR7XBnqTp8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Iax4twhvxt2WtnihswhBm3uR7XBnqTp8 > .row .container { font-size:14px;font-family:arial;height:318px;width:960px;position:relative;display:block; }#fm81ibkTuzmTXosMxhUake23BfJTOzbO { color:#000000;display:block;width:960px;position:absolute;font-family:"open sans";font-size:30px;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:20px;left:0px;height:117px;text-align:center;text-align-last:center;display:block; }
#QxpTmBiBcdK308zgbdQCh6THzNxOaHqT { color:#000000;display:block;width:800.938px;position:absolute;font-family:"open sans";font-size:28px;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:265px;left:61.296875px;height:36.3984px;text-align:center;text-align-last:center;display:block; }
#bZQW8Amov2ZZTJ0GhVFBbVJOesnalMBe { background-color:#ffbc42;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:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:26px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:596px;height:87px;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:166px;left:163.78125px;display:block; }
#ITPTdfapQ1F7hgL632zxtWoZkNc3pkQo { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#AezbZV8pnPo7ZST24lLNt77puFlyF37T { 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; }#AezbZV8pnPo7ZST24lLNt77puFlyF37T > .row .container { background-color: transparent; background-image: none; }#AezbZV8pnPo7ZST24lLNt77puFlyF37T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AezbZV8pnPo7ZST24lLNt77puFlyF37T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AezbZV8pnPo7ZST24lLNt77puFlyF37T > .row .container > .video-iframe-container { display: none; }#AezbZV8pnPo7ZST24lLNt77puFlyF37T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AezbZV8pnPo7ZST24lLNt77puFlyF37T > .row > .video-iframe-container { display: none; }#AezbZV8pnPo7ZST24lLNt77puFlyF37T > .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); }#AezbZV8pnPo7ZST24lLNt77puFlyF37T > .row .container { border-width: 0; border-radius: 0; }#AezbZV8pnPo7ZST24lLNt77puFlyF37T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AezbZV8pnPo7ZST24lLNt77puFlyF37T > .row .container { font-size:14px;font-family:arial;height:1068px;width:960px;position:relative;display:block; }#uIyRtuL5PEHWmRwEfRipLrEOwqJZ2mVE { color:#000000;display:block;width:957px;position:absolute;font-family:"open sans";font-size:23px;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:108px;left:0px;height:777.3587px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KHRKwyXA77TVmM6ooBHb4efe30V0Sv2g { color:#000000;display:block;width:929px;position:absolute;font-family:"open sans";font-size:30px;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:28px;left:17px;height:39px;display:block; }
#bJIHGO01Bz5AJtiaeolmpfuFTqxlMrWk { position:absolute;display:block;z-index:15043;background-color:#ffbc42;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3px;width:800px;top:70px;left:16px;display:block; }
#NGfr82ci0N18e3edVgA6Sc8Ksum97zMk { color:#000000;display:block;width:916px;position:absolute;font-family:"open sans";font-size:23px;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;text-shadow:0 0 0 rgba(0,0,0,0.5);top:919.703125px;left:22px;height:89.6953px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#wzql7B3cwHhUbd7wJIob9SqlkwWRZUco { box-sizing:content-box;height:117px;width:960px;position:absolute;display:block;z-index:15038;background-color:#efeced;background-image:none;top:910px;left:0px;border-top-right-radius:20px;border-bottom-right-radius:20px;border-bottom-left-radius:20px;border-top-left-radius:20px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;display:block; }
#hZ1oyeZnnseVgAzD54KPINMR9VsGNlCy { 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; }#hZ1oyeZnnseVgAzD54KPINMR9VsGNlCy > .row .container { background-color: transparent; background-image: none; }#hZ1oyeZnnseVgAzD54KPINMR9VsGNlCy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZ1oyeZnnseVgAzD54KPINMR9VsGNlCy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZ1oyeZnnseVgAzD54KPINMR9VsGNlCy > .row .container > .video-iframe-container { display: none; }#hZ1oyeZnnseVgAzD54KPINMR9VsGNlCy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZ1oyeZnnseVgAzD54KPINMR9VsGNlCy > .row > .video-iframe-container { display: none; }#hZ1oyeZnnseVgAzD54KPINMR9VsGNlCy > .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); }#hZ1oyeZnnseVgAzD54KPINMR9VsGNlCy > .row .container { border-width: 0; border-radius: 0; }#hZ1oyeZnnseVgAzD54KPINMR9VsGNlCy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hZ1oyeZnnseVgAzD54KPINMR9VsGNlCy > .row .container { font-size:14px;font-family:arial;height:842px;width:960px;position:relative;display:block; }#DIcLmMFcUJFpl2hhT3Em1Fo0czeWu6Nm { color:#000000;display:block;width:906px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:137px;left:0px;height:343.1483px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ArF9qItQavnqyrEnZIFgWvzdOtU1T1yW { color:#000000;display:block;width:608.938px;position:absolute;font-family:"open sans";font-size:32px;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:39px;left:0px;height:41.5938px;display:block; }
#D8AIkKZcZwDyTUA7AGLKT9KIbFS49Grn { color:#79a2b9;display:block;width:682px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:628px;left:139px;height:31.1953px;text-align:center;text-align-last:center;display:block; }
#qXmWgHnKc20BSibm39cdO8UnvnG183rn { background-color:#ffbc42;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:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:28px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:517px;height:74px;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:691px;left:222px;display:block; }
#TrBcr5t2q9qoXIsSrMGzz8Xf4obNSXel { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#qeOH4IGMSAJHqfgO1RAUZ3umNzoN09rX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/e826s47J/concert7_kopia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qeOH4IGMSAJHqfgO1RAUZ3umNzoN09rX.adaptive-delivery-prevent-bg, #qeOH4IGMSAJHqfgO1RAUZ3umNzoN09rX.lazyload, #qeOH4IGMSAJHqfgO1RAUZ3umNzoN09rX.lazyloading { background-image: none; }#qeOH4IGMSAJHqfgO1RAUZ3umNzoN09rX > .row .container { background-color: transparent; background-image: none; }#qeOH4IGMSAJHqfgO1RAUZ3umNzoN09rX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #1e2154; }#qeOH4IGMSAJHqfgO1RAUZ3umNzoN09rX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qeOH4IGMSAJHqfgO1RAUZ3umNzoN09rX > .row .container > .video-iframe-container { display: none; }#qeOH4IGMSAJHqfgO1RAUZ3umNzoN09rX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #1e2154; }#qeOH4IGMSAJHqfgO1RAUZ3umNzoN09rX > .row > .video-iframe-container { display: none; }#qeOH4IGMSAJHqfgO1RAUZ3umNzoN09rX > .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); }#qeOH4IGMSAJHqfgO1RAUZ3umNzoN09rX > .row .container { border-width: 0; border-radius: 0; }#qeOH4IGMSAJHqfgO1RAUZ3umNzoN09rX::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qeOH4IGMSAJHqfgO1RAUZ3umNzoN09rX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qeOH4IGMSAJHqfgO1RAUZ3umNzoN09rX > .row .container { font-size:14px;font-family:arial;height:800px;width:960px;position:relative;display:block; }#QPq6akuibDPdLkJTTdl07hB3yGfB1uZh { background-color:#a644fb;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:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;box-shadow: 3px 3px 22px rgba(70,86,80,0.25) ;box-sizing:border-box;color:#eff7fc;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:26px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:598.997px;height:65.9896px;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:638.81510162354px;left:164.296875px;display:block; }
#MtTz1uezvCncJAy6fggOLGqsnOPTOlat { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#hGnXC9ZhgVSZML3tgp4tPTsVpOVk88oD { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:169px;width:305px;top:7.484375px;left:329.81058445946px;display:block; }
#yK7eEWQ40F9pDyysvgoO6Gmnh7JO0LuG { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:173px;width:313px;top:5.484375px;left:6.0893132716049px;display:block; }
#tqmpp5qFvw8DHuS88DsNUbi3nw06wrdg { color:#000000;display:block;width:227.995px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:441.62759399414px;left:45.989593505859px;height:28.7969px;text-align:center;text-align-last:center;display:block; }
#aBANxGU3zVNfkg6dAPeVlAwovdhARMXH { position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.1);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-shadow: none;height:209px;width:301px;top:7px;left:650px;display:block; }
#kNE1Fo0vPupHfISE8XgCf1ULqMyeHPD3 { color:#000000;display:block;width:227.995px;position:absolute;font-family:"open sans";font-size:19px;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:440.83332061768px;left:365.98956298828px;height:30.3984px;text-align:center;text-align-last:center;display:block; }
#gr4GRSQCI8n6S2VIJWGlTgnUMFLzaUdo { color:#000000;display:block;width:227.984px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:175.09375px;left:677px;height:28.7969px;text-align:center;text-align-last:center;display:block; }
#BHsU8V7a9fSkFGBLMs3KS01xvrnO3fOA { color:#000000;display:block;width:279px;position:absolute;font-family:"open sans";font-size:13px;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:25px;left:662px;height:124.7813px;text-align:left;text-align-last:left;display:block; }
#TqDHzDSkD0nbrPTT5cmguNfcuzBf25X7 { color:#000000;display:block;width:278.997px;position:absolute;font-family:"open sans";font-size:13px;font-weight:normal;z-index:15013;line-height:1.6;letter-spacing:0;top:202.91666412354px;left:340.49481201172px;height:207.969px;text-align:left;text-align-last:left;display:block; }
#RPcmbbTrOFE1L5xg1dCytdQSw99h9td0 { position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.1);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-shadow: none;height:298.997px;width:300.99px;top:185.49478912354px;left:329.4921875px;display:block; }
#uwMpRXP1yh0ARnrCmTSTaq04bJofergl { color:#000000;display:block;width:278.984px;position:absolute;font-family:"open sans";font-size:13px;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:202.91666412354px;left:25.989593505859px;height:228.7655px;text-align:left;text-align-last:left;display:block; }
#RukxDsf1AgpmTwxprZOMoEoTzmHGL6J1 { position:absolute;display:block;z-index:15007;background-color:rgba(255,255,255,0.1);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-shadow: none;height:298.984px;width:300.99px;top:187.56510162354px;left:9.4921875px;display:block; }
#SqL4XgamiChZ7KOey2pqrd6uTk5sRFJH { background-color:#ffbc42;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:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:24px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:558px;height:70px;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:541.859375px;left:184.78125px;display:block; }
#MTvxotHq0KkqemwZv3ey1gc4mNDD1xZz { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#LOilaF8scGAJzTV52bzEyepLrKLSbLu2 { position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.1);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-shadow: none;height:247px;width:301px;top:233.625px;left:649.5px;display:block; }
#SXPyqsLwHB1UgHJMpLKnqNTcDKEAFvsZ { color:#000000;display:block;width:279px;position:absolute;font-family:"open sans";font-size:13px;font-weight:normal;z-index:15013;line-height:1.6;letter-spacing:0;top:244.484375px;left:660.5px;height:187.1716px;text-align:left;text-align-last:left;display:block; }
#BcRFTgI1N9oceaCWrfgSqzATQRSCpt6E { color:#000000;display:block;width:227.969px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:441.625px;left:686.5px;height:28.7969px;text-align:center;text-align-last:center;display:block; }
#bvHNrAqvfUI0JAH1DSB4x1db1EE2omUu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#359fff;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; }#bvHNrAqvfUI0JAH1DSB4x1db1EE2omUu > .row .container { background-color: transparent; background-image: none; }#bvHNrAqvfUI0JAH1DSB4x1db1EE2omUu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvHNrAqvfUI0JAH1DSB4x1db1EE2omUu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvHNrAqvfUI0JAH1DSB4x1db1EE2omUu > .row .container > .video-iframe-container { display: none; }#bvHNrAqvfUI0JAH1DSB4x1db1EE2omUu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvHNrAqvfUI0JAH1DSB4x1db1EE2omUu > .row > .video-iframe-container { display: none; }#bvHNrAqvfUI0JAH1DSB4x1db1EE2omUu > .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); }#bvHNrAqvfUI0JAH1DSB4x1db1EE2omUu > .row .container { border-width: 0; border-radius: 0; }#bvHNrAqvfUI0JAH1DSB4x1db1EE2omUu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bvHNrAqvfUI0JAH1DSB4x1db1EE2omUu > .row .container { font-size:14px;font-family:arial;height:154px;width:960px;position:relative;display:block; }#fCP1cQp3rVrnrSVr4bpQRmJk994zAGfU { color:#000000;display:block;width:955.984px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:74.671875px;left:0px;height:20.7969px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Tvr2JhPS59G5qXgHla1gchvwhC3tCb10 { display:block; }#Tvr2JhPS59G5qXgHla1gchvwhC3tCb10 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pg8SGftOgpnKa4u3SkS9iGrN3BsUt9aB { top:8px;left:54px;width:656px;height:2px;display:block; }
 }@media only screen and (max-width: 763px) { #Uh22on78PPnGTDbuPBMWVTETEnRzTN2z { top:22px;left:0px;width:764px;height:207px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #emnOHUyKsueayRErMo5DXnHmSSa7nUyO { top:252px;left:54px;width:656px;height:2px;display:block; }
 }@media only screen and (max-width: 763px) { #Ddd353avLb5ZsOqdiClOcq0HHsADMh2h { display:block; }#Ddd353avLb5ZsOqdiClOcq0HHsADMh2h > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n34Tnx2pza0qlGA6wW81018DwOMsbkId { top:37px;left:0px;width:442px;height:62px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #gRoDNHRkenLr4TSI8JyrVcXU3NLxgkrz .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gRoDNHRkenLr4TSI8JyrVcXU3NLxgkrz .widget-text.counter-number { padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px; }
#gRoDNHRkenLr4TSI8JyrVcXU3NLxgkrz .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#gRoDNHRkenLr4TSI8JyrVcXU3NLxgkrz { width:288px;height:81px;display:flex;top:18px;left:456px;z-index:15035; }
 }@media only screen and (max-width: 763px) { #gRoDNHRkenLr4TSI8JyrVcXU3NLxgkrz #UEgWBrflXHrx6XGrtpOOL0oTN7hp4yA7 { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #gRoDNHRkenLr4TSI8JyrVcXU3NLxgkrz #bkXUsBlbOyINvJmTGk9ing0xXXTQGZwm {  }
 }@media only screen and (max-width: 763px) { #gRoDNHRkenLr4TSI8JyrVcXU3NLxgkrz #ZRbhnoLIoTwHEABfEFgzHEsCVVNrnKns {  }
 }@media only screen and (max-width: 763px) { #gRoDNHRkenLr4TSI8JyrVcXU3NLxgkrz #nHuBQsMHhixuMlfAQqc3CM6zuWgCLnfk { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #gRoDNHRkenLr4TSI8JyrVcXU3NLxgkrz #oKLEKXH3TnTNwxKytfbT0THMTP9W6AfV {  }
 }@media only screen and (max-width: 763px) { #gRoDNHRkenLr4TSI8JyrVcXU3NLxgkrz #MFdKFWuKP5aGfOpVOu8NeI9A7MJnBW6o {  }
 }@media only screen and (max-width: 763px) { #gRoDNHRkenLr4TSI8JyrVcXU3NLxgkrz #bKdsatLfrheLQcmLF9EQMiGy7v2KemdD { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #gRoDNHRkenLr4TSI8JyrVcXU3NLxgkrz #pg2MpIfZFFB1Dt0XUGbDIdZbTXf2ADLk {  }
 }@media only screen and (max-width: 763px) { #gRoDNHRkenLr4TSI8JyrVcXU3NLxgkrz #XMBRtJqATN2D0yr66PVT6D3bo9ggWJxH {  }
 }@media only screen and (max-width: 763px) { #gRoDNHRkenLr4TSI8JyrVcXU3NLxgkrz #cebNE9LxlVJRN7ECG72nZnCJc7p1Jhks { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #gRoDNHRkenLr4TSI8JyrVcXU3NLxgkrz #iTAPX3rMBWEbQWNfq86X1QJxUHFDkDy0 {  }
 }@media only screen and (max-width: 763px) { #gRoDNHRkenLr4TSI8JyrVcXU3NLxgkrz #h9axTzQ39kk7kezJ5GOQGWVHv1TIFSL8 {  }
 }@media only screen and (max-width: 763px) { #qtTleLLFbBtBuuodfHQdvGOOKXNG7MpS { display:block; }#qtTleLLFbBtBuuodfHQdvGOOKXNG7MpS > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uZfJ2BPSOh0lsyrsFC3fqSIzzZm2E6Hv { top:20px;left:0px;width:764px;height:;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #R3kC30eURf2M0wS6woXqCbTafNsNGqdH { top:77px;left:0px;width:764px;height:520px;display:block; }
 }@media only screen and (max-width: 763px) { #JGd38t4ufk2XC6eDEkxRl3lpwazPdZoM { display:block; }#JGd38t4ufk2XC6eDEkxRl3lpwazPdZoM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IW2cZDuCupVrZu9OMKK5TtcbShNPu3Aw { top:20px;left:0px;width:764px;height:;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #e6wU3SwqwC7TkP2B4Zm6PBQBsxeNFDcr { top:77px;left:0px;width:764px;height:516px;display:block; }
 }@media only screen and (max-width: 763px) { #Iax4twhvxt2WtnihswhBm3uR7XBnqTp8 { display:block; }#Iax4twhvxt2WtnihswhBm3uR7XBnqTp8 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fm81ibkTuzmTXosMxhUake23BfJTOzbO { top:20px;left:0px;width:764px;height:117px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #QxpTmBiBcdK308zgbdQCh6THzNxOaHqT { top:265px;left:0px;width:764px;height:36px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #bZQW8Amov2ZZTJ0GhVFBbVJOesnalMBe { width:596px;height:87px;top:166px;left:65.78125px;display:block; }
 }@media only screen and (max-width: 763px) { #ITPTdfapQ1F7hgL632zxtWoZkNc3pkQo { display:block; }
 }@media only screen and (max-width: 763px) { #AezbZV8pnPo7ZST24lLNt77puFlyF37T { display:block; }#AezbZV8pnPo7ZST24lLNt77puFlyF37T > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uIyRtuL5PEHWmRwEfRipLrEOwqJZ2mVE { top:108px;left:0px;width:764px;height:777px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #KHRKwyXA77TVmM6ooBHb4efe30V0Sv2g { top:28px;left:0px;width:764px;height:39px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #bJIHGO01Bz5AJtiaeolmpfuFTqxlMrWk { top:70px;left:0px;width:764px;height:3px;display:block; }
 }@media only screen and (max-width: 763px) { #NGfr82ci0N18e3edVgA6Sc8Ksum97zMk { top:919px;left:0px;width:764px;height:89px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #wzql7B3cwHhUbd7wJIob9SqlkwWRZUco { top:910px;left:0px;width:764px;height:117px;display:block; }
 }@media only screen and (max-width: 763px) { #hZ1oyeZnnseVgAzD54KPINMR9VsGNlCy { display:block; }#hZ1oyeZnnseVgAzD54KPINMR9VsGNlCy > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DIcLmMFcUJFpl2hhT3Em1Fo0czeWu6Nm { top:137px;left:0px;width:764px;height:374px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #ArF9qItQavnqyrEnZIFgWvzdOtU1T1yW { top:39px;left:0px;width:608px;height:41px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #D8AIkKZcZwDyTUA7AGLKT9KIbFS49Grn { top:628px;left:41px;width:682px;height:31px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #qXmWgHnKc20BSibm39cdO8UnvnG183rn { width:517px;height:74px;top:691px;left:124px;display:block; }
 }@media only screen and (max-width: 763px) { #TrBcr5t2q9qoXIsSrMGzz8Xf4obNSXel { display:block; }
 }@media only screen and (max-width: 763px) { #qeOH4IGMSAJHqfgO1RAUZ3umNzoN09rX { display:block; }#qeOH4IGMSAJHqfgO1RAUZ3umNzoN09rX > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QPq6akuibDPdLkJTTdl07hB3yGfB1uZh { width:598px;height:65px;top:638px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #MtTz1uezvCncJAy6fggOLGqsnOPTOlat { display:block; }
 }@media only screen and (max-width: 763px) { #hGnXC9ZhgVSZML3tgp4tPTsVpOVk88oD { top:7px;left:226px;width:305px;height:169px;display:block; }
 }@media only screen and (max-width: 763px) { #yK7eEWQ40F9pDyysvgoO6Gmnh7JO0LuG { top:5px;left:0px;width:313px;height:173px;display:block; }
 }@media only screen and (max-width: 763px) { #tqmpp5qFvw8DHuS88DsNUbi3nw06wrdg { top:441px;left:12.989593505859px;width:227px;height:28px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #aBANxGU3zVNfkg6dAPeVlAwovdhARMXH { top:7px;left:461px;width:301px;height:209px;display:block; }
 }@media only screen and (max-width: 763px) { #kNE1Fo0vPupHfISE8XgCf1ULqMyeHPD3 { top:440px;left:266.98956298828px;width:227px;height:30px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #gr4GRSQCI8n6S2VIJWGlTgnUMFLzaUdo { top:175px;left:512px;width:227px;height:28px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #BHsU8V7a9fSkFGBLMs3KS01xvrnO3fOA { top:25px;left:483px;width:279px;height:124px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #TqDHzDSkD0nbrPTT5cmguNfcuzBf25X7 { top:202px;left:230px;width:278px;height:207px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #RPcmbbTrOFE1L5xg1dCytdQSw99h9td0 { top:185px;left:208px;width:300px;height:298px;display:block; }
 }@media only screen and (max-width: 763px) { #uwMpRXP1yh0ARnrCmTSTaq04bJofergl { top:202px;left:0px;width:278px;height:228px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #RukxDsf1AgpmTwxprZOMoEoTzmHGL6J1 { top:187px;left:0px;width:300px;height:298px;display:block; }
 }@media only screen and (max-width: 763px) { #SqL4XgamiChZ7KOey2pqrd6uTk5sRFJH { width:558px;height:70px;top:541px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #MTvxotHq0KkqemwZv3ey1gc4mNDD1xZz { display:block; }
 }@media only screen and (max-width: 763px) { #LOilaF8scGAJzTV52bzEyepLrKLSbLu2 { top:233px;left:461px;width:301px;height:247px;display:block; }
 }@media only screen and (max-width: 763px) { #SXPyqsLwHB1UgHJMpLKnqNTcDKEAFvsZ { top:244px;left:483px;width:279px;height:187px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #BcRFTgI1N9oceaCWrfgSqzATQRSCpt6E { top:441px;left:521.5px;width:227px;height:28px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #bvHNrAqvfUI0JAH1DSB4x1db1EE2omUu { display:block; }#bvHNrAqvfUI0JAH1DSB4x1db1EE2omUu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fCP1cQp3rVrnrSVr4bpQRmJk994zAGfU { top:74px;left:0px;width:764px;height:20px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Tvr2JhPS59G5qXgHla1gchvwhC3tCb10 { display:block; }#Tvr2JhPS59G5qXgHla1gchvwhC3tCb10 > .row .container { width:320px;height:197px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pg8SGftOgpnKa4u3SkS9iGrN3BsUt9aB { width:300px;height:2px;top:0px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #Uh22on78PPnGTDbuPBMWVTETEnRzTN2z { width:320px;height:136.3748px;top:28px;left:0px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #emnOHUyKsueayRErMo5DXnHmSSa7nUyO { width:320px;height:2px;top:173px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Ddd353avLb5ZsOqdiClOcq0HHsADMh2h { display:block; }#Ddd353avLb5ZsOqdiClOcq0HHsADMh2h > .row .container { width:320px;height:184px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n34Tnx2pza0qlGA6wW81018DwOMsbkId { width:263px;height:44.1875px;top:6.9375px;left:28.5px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #gRoDNHRkenLr4TSI8JyrVcXU3NLxgkrz .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gRoDNHRkenLr4TSI8JyrVcXU3NLxgkrz .widget-text.counter-number { padding-top:8px;padding-right:10px;padding-bottom:8px;padding-left:10px;width:36px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px; }
#gRoDNHRkenLr4TSI8JyrVcXU3NLxgkrz .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#gRoDNHRkenLr4TSI8JyrVcXU3NLxgkrz { width:288px;height:81px;display:flex;top:64.640625px;left:14.6171875px;z-index:15035; }
 }@media only screen and (max-width: 763px) { #gRoDNHRkenLr4TSI8JyrVcXU3NLxgkrz #UEgWBrflXHrx6XGrtpOOL0oTN7hp4yA7 { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #gRoDNHRkenLr4TSI8JyrVcXU3NLxgkrz #bkXUsBlbOyINvJmTGk9ing0xXXTQGZwm {  }
 }@media only screen and (max-width: 763px) { #gRoDNHRkenLr4TSI8JyrVcXU3NLxgkrz #ZRbhnoLIoTwHEABfEFgzHEsCVVNrnKns {  }
 }@media only screen and (max-width: 763px) { #gRoDNHRkenLr4TSI8JyrVcXU3NLxgkrz #nHuBQsMHhixuMlfAQqc3CM6zuWgCLnfk { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #gRoDNHRkenLr4TSI8JyrVcXU3NLxgkrz #oKLEKXH3TnTNwxKytfbT0THMTP9W6AfV {  }
 }@media only screen and (max-width: 763px) { #gRoDNHRkenLr4TSI8JyrVcXU3NLxgkrz #MFdKFWuKP5aGfOpVOu8NeI9A7MJnBW6o {  }
 }@media only screen and (max-width: 763px) { #gRoDNHRkenLr4TSI8JyrVcXU3NLxgkrz #bKdsatLfrheLQcmLF9EQMiGy7v2KemdD { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #gRoDNHRkenLr4TSI8JyrVcXU3NLxgkrz #pg2MpIfZFFB1Dt0XUGbDIdZbTXf2ADLk {  }
 }@media only screen and (max-width: 763px) { #gRoDNHRkenLr4TSI8JyrVcXU3NLxgkrz #XMBRtJqATN2D0yr66PVT6D3bo9ggWJxH {  }
 }@media only screen and (max-width: 763px) { #gRoDNHRkenLr4TSI8JyrVcXU3NLxgkrz #cebNE9LxlVJRN7ECG72nZnCJc7p1Jhks { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #gRoDNHRkenLr4TSI8JyrVcXU3NLxgkrz #iTAPX3rMBWEbQWNfq86X1QJxUHFDkDy0 {  }
 }@media only screen and (max-width: 763px) { #gRoDNHRkenLr4TSI8JyrVcXU3NLxgkrz #h9axTzQ39kk7kezJ5GOQGWVHv1TIFSL8 {  }
 }@media only screen and (max-width: 763px) { #qtTleLLFbBtBuuodfHQdvGOOKXNG7MpS { display:none; }#qtTleLLFbBtBuuodfHQdvGOOKXNG7MpS > .row .container { width:320px;height:345px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uZfJ2BPSOh0lsyrsFC3fqSIzzZm2E6Hv { width:320px;height:48.3906px;top:20px;left:0px;font-size:22px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #R3kC30eURf2M0wS6woXqCbTafNsNGqdH { width:320px;height:200px;top:120px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #JGd38t4ufk2XC6eDEkxRl3lpwazPdZoM { display:block; }#JGd38t4ufk2XC6eDEkxRl3lpwazPdZoM > .row .container { width:320px;height:345px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IW2cZDuCupVrZu9OMKK5TtcbShNPu3Aw { width:320px;height:48.3906px;top:20px;left:0px;font-size:22px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #e6wU3SwqwC7TkP2B4Zm6PBQBsxeNFDcr { width:320px;height:200px;top:99px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Iax4twhvxt2WtnihswhBm3uR7XBnqTp8 { display:block; }#Iax4twhvxt2WtnihswhBm3uR7XBnqTp8 > .row .container { width:320px;height:249px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fm81ibkTuzmTXosMxhUake23BfJTOzbO { width:320px;height:114.3751px;top:11.9375px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #QxpTmBiBcdK308zgbdQCh6THzNxOaHqT { width:320px;height:26px;top:207px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #bZQW8Amov2ZZTJ0GhVFBbVJOesnalMBe { width:320px;height:55px;top:139.0625px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ITPTdfapQ1F7hgL632zxtWoZkNc3pkQo { display:block; }
 }@media only screen and (max-width: 763px) { #AezbZV8pnPo7ZST24lLNt77puFlyF37T { display:block; }#AezbZV8pnPo7ZST24lLNt77puFlyF37T > .row .container { width:320px;height:1243px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uIyRtuL5PEHWmRwEfRipLrEOwqJZ2mVE { width:315px;height:889.1402px;top:165px;left:5px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #KHRKwyXA77TVmM6ooBHb4efe30V0Sv2g { width:314px;height:93.5859px;top:29px;left:6px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #bJIHGO01Bz5AJtiaeolmpfuFTqxlMrWk { width:320px;height:3px;top:134px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #NGfr82ci0N18e3edVgA6Sc8Ksum97zMk { width:320px;height:116.9922px;top:1081px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #wzql7B3cwHhUbd7wJIob9SqlkwWRZUco { width:320px;height:136px;top:1071px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #hZ1oyeZnnseVgAzD54KPINMR9VsGNlCy { display:block; }#hZ1oyeZnnseVgAzD54KPINMR9VsGNlCy > .row .container { width:320px;height:805px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DIcLmMFcUJFpl2hhT3Em1Fo0czeWu6Nm { width:311px;height:467.9684px;top:106px;left:9px;font-size:18px;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #ArF9qItQavnqyrEnZIFgWvzdOtU1T1yW { width:314px;height:36.3984px;top:26px;left:6px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #D8AIkKZcZwDyTUA7AGLKT9KIbFS49Grn { width:320px;height:52px;top:615px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qXmWgHnKc20BSibm39cdO8UnvnG183rn { width:304px;height:62px;top:705.171875px;left:8px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #TrBcr5t2q9qoXIsSrMGzz8Xf4obNSXel { display:block; }
 }@media only screen and (max-width: 763px) { #qeOH4IGMSAJHqfgO1RAUZ3umNzoN09rX { display:block; }#qeOH4IGMSAJHqfgO1RAUZ3umNzoN09rX > .row .container { width:320px;height:1773px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QPq6akuibDPdLkJTTdl07hB3yGfB1uZh { width:299px;height:50px;top:1657.625px;left:10.5px;z-index:15011;box-shadow: 3px 3px 22px rgba(70,86,80,0.25) ;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #MtTz1uezvCncJAy6fggOLGqsnOPTOlat { display:block; }
 }@media only screen and (max-width: 763px) { #hGnXC9ZhgVSZML3tgp4tPTsVpOVk88oD { height:149.44308662475px;width:267px;top:512px;left:26px;display:block; }
 }@media only screen and (max-width: 763px) { #yK7eEWQ40F9pDyysvgoO6Gmnh7JO0LuG { height:149.44308662475px;width:267px;top:25px;left:26px;display:block; }
 }@media only screen and (max-width: 763px) { #tqmpp5qFvw8DHuS88DsNUbi3nw06wrdg { width:226.992px;height:28.7969px;top:448px;left:47px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aBANxGU3zVNfkg6dAPeVlAwovdhARMXH { width:301px;height:218px;top:1014px;left:10px;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #kNE1Fo0vPupHfISE8XgCf1ULqMyeHPD3 { width:226.992px;height:30.3984px;top:937px;left:47px;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gr4GRSQCI8n6S2VIJWGlTgnUMFLzaUdo { width:226.984px;height:28.7969px;top:1180px;left:38px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BHsU8V7a9fSkFGBLMs3KS01xvrnO3fOA { width:278.997px;height:124.7813px;top:1031px;left:23px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TqDHzDSkD0nbrPTT5cmguNfcuzBf25X7 { width:277.995px;height:207.969px;top:699px;left:21px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RPcmbbTrOFE1L5xg1dCytdQSw99h9td0 { width:300px;height:298px;top:681px;left:10px;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #uwMpRXP1yh0ARnrCmTSTaq04bJofergl { width:277.995px;height:228.7655px;top:209px;left:27px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RukxDsf1AgpmTwxprZOMoEoTzmHGL6J1 { width:300px;height:298px;top:194px;left:10px;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #SqL4XgamiChZ7KOey2pqrd6uTk5sRFJH { width:304px;height:70px;top:1561.609375px;left:8px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #MTvxotHq0KkqemwZv3ey1gc4mNDD1xZz { display:block; }
 }@media only screen and (max-width: 763px) { #LOilaF8scGAJzTV52bzEyepLrKLSbLu2 { width:301px;height:247px;top:1260px;left:10px;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #SXPyqsLwHB1UgHJMpLKnqNTcDKEAFvsZ { width:279px;height:187.1716px;top:1270px;left:21px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BcRFTgI1N9oceaCWrfgSqzATQRSCpt6E { width:227px;height:28.7969px;top:1468px;left:47px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bvHNrAqvfUI0JAH1DSB4x1db1EE2omUu { display:block; }#bvHNrAqvfUI0JAH1DSB4x1db1EE2omUu > .row .container { width:320px;height:75px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fCP1cQp3rVrnrSVr4bpQRmJk994zAGfU { width:320px;height:54.5859px;top:20.421875px;left:0px;font-size:14px;display:block; }
 }