.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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#HJTi73El4QKiA9MMD0U7W4HszlGzioTA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ee0e69;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;z-index:auto;display:block; }#HJTi73El4QKiA9MMD0U7W4HszlGzioTA > .row .container { background-color: transparent; background-image: none; }#HJTi73El4QKiA9MMD0U7W4HszlGzioTA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HJTi73El4QKiA9MMD0U7W4HszlGzioTA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HJTi73El4QKiA9MMD0U7W4HszlGzioTA > .row .container > .video-iframe-container { display: none; }#HJTi73El4QKiA9MMD0U7W4HszlGzioTA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HJTi73El4QKiA9MMD0U7W4HszlGzioTA > .row > .video-iframe-container { display: none; }#HJTi73El4QKiA9MMD0U7W4HszlGzioTA > .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); }#HJTi73El4QKiA9MMD0U7W4HszlGzioTA > .row .container { border-width: 0; border-radius: 0; }#HJTi73El4QKiA9MMD0U7W4HszlGzioTA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HJTi73El4QKiA9MMD0U7W4HszlGzioTA > .row .container { font-size:14px;font-family:arial;height:119px;width:960px;position:relative;display:block; }#lZa1vkipKhmz6KbUToseV3F5pfqUESv5 { color:#000000;display:block;width:167px;position:absolute;font-family:arial;font-size:25px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:43.25px;left:396.5px;height:32.5px;display:block; }
#ifEVvAV4U9Ov8hhSsTqHZS5fgfv2BCvs .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; }
#ifEVvAV4U9Ov8hhSsTqHZS5fgfv2BCvs .widget-text.counter-number { border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;background-color:transparent;background-image:none;color:#ffffff;padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;display:block;align-items:center;width:42px;min-width:42px;height:43px;position:relative;font-family:arial;font-size:32px;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0px;left:0px;border-top-left-radius:44px;border-top-right-radius:44px;border-bottom-left-radius:44px;border-bottom-right-radius:44px; }
#ifEVvAV4U9Ov8hhSsTqHZS5fgfv2BCvs .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:5px;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:56px;height:17px;position:relative;font-family:arial;font-size:12px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px;font-style:normal; }
#ifEVvAV4U9Ov8hhSsTqHZS5fgfv2BCvs { 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:#ee0e69;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:228px;height:85px;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;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:7px;left:600.40002441406px;z-index:15001; }
#ifEVvAV4U9Ov8hhSsTqHZS5fgfv2BCvs #AxJ7XMx6ZupJcCChZLImQGcTL51gAdMz { display:flex;position:relative;top:0px;left:0px; }
#ifEVvAV4U9Ov8hhSsTqHZS5fgfv2BCvs #M8LuUpazGZn6LL4NAqLB17VNlHgPmsIW { width:auto; }
#ifEVvAV4U9Ov8hhSsTqHZS5fgfv2BCvs #V1r39Erw92JBimGbw0oqGM8BPANkpIbZ {  }
#ifEVvAV4U9Ov8hhSsTqHZS5fgfv2BCvs #FVzJ3Cii9xTL6A0pVNxkXeJGdfHsolu3 { display:flex;position:relative;top:0px;left:0px; }
#ifEVvAV4U9Ov8hhSsTqHZS5fgfv2BCvs #DsLgKtS35bTBOTLG6TfBgmzfabyRyBri {  }
#ifEVvAV4U9Ov8hhSsTqHZS5fgfv2BCvs #NRX0HSFpGDd3SlCBAxTuffHWM1lef1Mv {  }
#ifEVvAV4U9Ov8hhSsTqHZS5fgfv2BCvs #Mgvo4Q0JtCRr6ZpbXaqoIZ8nnHHdJdiB { display:flex;position:relative;top:0px;left:0px; }
#ifEVvAV4U9Ov8hhSsTqHZS5fgfv2BCvs #B2gPIZ8mCc1T1ZytMIpy6CpIX2n6TFTU {  }
#ifEVvAV4U9Ov8hhSsTqHZS5fgfv2BCvs #KBKOt9oyTKBGv5BQJWItDRA9iRDXHs2U {  }
#ifEVvAV4U9Ov8hhSsTqHZS5fgfv2BCvs #x3Np25ELeEGF5tXBnSkIOE6GEmE950J2 { display:flex;position:relative;top:0px;left:0px;display:none; }
#ifEVvAV4U9Ov8hhSsTqHZS5fgfv2BCvs #yK36H6TGTxPOpmvlxcM2RnD0qwSGCIrX {  }
#ifEVvAV4U9Ov8hhSsTqHZS5fgfv2BCvs #Ameda4gqoWDzNFZ96y7Z4TikCBFBt1qq {  }
#kfFUtlWsn7bFn2pynViypR4AkEGqIHpB { 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:62px;width:132px;top:28.5px;left:16px;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:14px;font-family:arial;height:901px;width:960px;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;position:relative;display:block; }#WJV90dx57czyX6XVHqxCOml7unT8MpxG { color:#310e76;display:block;width:566px;position:absolute;font-family:bitter;font-size:30px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:80px;left:36.5px;height:39px;text-align:center;text-align-last:center;display:block; }
#tCZax4o46k9OLlpaKsPLPPKzapcVxvUs { color:#310e76;display:block;width:639px;position:absolute;font-family:arial;font-size:39px;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:160.79998779297px;left:0px;height:195px;text-align:center;text-align-last:center;display:block; }
#QRozo0BveAuBe1QZCiAdronsuVn9dKlE { position:absolute;display:block;z-index:14999;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:645px;width:645px;top:264px;left:464px;overflow:hidden;display:block; }
#iWxPd5C8HBZmqo3vM7bz55OhBLXzu8Ut { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:42px;width:42px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:398px;left:37px; }
#FZgimUVfDvlp0rPIkURfTO2To9XhZLGI { color:#2c3241;display:block;width:174px;position:absolute;font-family:arial;font-size:22px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:406px;left:79px;height:28.6px;display:block; }
#HUTlQk7IBoULvcBvcgicSqfMEtsHyFpJ { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:41px;width:41px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:397px;left:269px; }
#oPSNZDLSGSTdgFHw44TaLLPEG7TaJzsw { color:#2c3241;display:block;width:150px;position:absolute;font-family:arial;font-size:22px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:403px;left:325px;height:28.6px;display:block; }
#UlmCSfT3RkzQsonk7gcTNGwaEaX8a27o { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:41px;width:41px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:397px;left:398px; }
#vUS49bUMcnUd7bmJttALO8UTNWWA16pP { color:#2c3241;display:block;width:150px;position:absolute;font-family:arial;font-size:22px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:403px;left:439px;height:28.6px;display:block; }
#W5hwVto65Dkfvo0zTTkGrmgg1hbbGJk1 { 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:15008;opacity:1;top:552px;left:37px; }
#M50Sn1AM5HvwrAreaZaiRdsDVqTbH227 { 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:15009;opacity:1;top:658px;left:37px; }
#ug505Jpeqk9BmPweeABEEiNZo8sihRKW { 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:15010;opacity:1;top:734px;left:37px; }
#p5kfLw0ybFBygxMtDTMyEgUT2NLr7LwZ { color:#2c3241;display:block;width:366px;position:absolute;font-family:arial;font-size:18px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:747px;left:102px;height:46.8px;display:block; }
#A1TGZUIl2GMPqBrRbqoQPCr2lDF4WIBd { color:#2c3241;display:block;width:366px;position:absolute;font-family:arial;font-size:18px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:658px;left:102px;height:46.8px;display:block; }
#X6yHG54hOhr9thEIQy91SB2UUsVOa8qB { color:#2c3241;display:block;width:419px;position:absolute;font-family:arial;font-size:18px;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:565px;left:103px;height:43.2px;display:block; }
#AmQQamhvIf2afmr9QgtNO50wPUG2d2Lq { 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; }#AmQQamhvIf2afmr9QgtNO50wPUG2d2Lq > .row .container { background-color: transparent; background-image: none; }#AmQQamhvIf2afmr9QgtNO50wPUG2d2Lq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AmQQamhvIf2afmr9QgtNO50wPUG2d2Lq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AmQQamhvIf2afmr9QgtNO50wPUG2d2Lq > .row .container > .video-iframe-container { display: none; }#AmQQamhvIf2afmr9QgtNO50wPUG2d2Lq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AmQQamhvIf2afmr9QgtNO50wPUG2d2Lq > .row > .video-iframe-container { display: none; }#AmQQamhvIf2afmr9QgtNO50wPUG2d2Lq > .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); }#AmQQamhvIf2afmr9QgtNO50wPUG2d2Lq > .row .container { border-width: 0; border-radius: 0; }#AmQQamhvIf2afmr9QgtNO50wPUG2d2Lq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AmQQamhvIf2afmr9QgtNO50wPUG2d2Lq > .row .container { font-size:14px;font-family:arial;height:206px;width:960px;position:relative;display:block; }#yNiwHSC1Ulpwn9TdIXXELXHXKM2NiMp1 { box-sizing:content-box;height:201px;width:810px;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:0px;left:272.38336181641px;border-top:2px solid #310e76;border-left:0;border-right:0;border-bottom:0;display:block; }
#zBL7rlMSHTGHZFo8l486PXPzTMgRnLim { position:absolute;display:block;z-index:15001;height:113px;width:620px;top:46.5px;left:170px;display:block; }
#sNfS5VyyIywEWnh75JDnSTAgAraP6thr { position:relative;display:block; }#sNfS5VyyIywEWnh75JDnSTAgAraP6thr { background-color: transparent; background-image: none; }#sNfS5VyyIywEWnh75JDnSTAgAraP6thr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sNfS5VyyIywEWnh75JDnSTAgAraP6thr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sNfS5VyyIywEWnh75JDnSTAgAraP6thr > .row .container > .video-iframe-container { display: none; }#sNfS5VyyIywEWnh75JDnSTAgAraP6thr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sNfS5VyyIywEWnh75JDnSTAgAraP6thr > .row > .video-iframe-container { display: none; }#sNfS5VyyIywEWnh75JDnSTAgAraP6thr > .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); }#sNfS5VyyIywEWnh75JDnSTAgAraP6thr { border-width: 0; border-radius: 0; }#sNfS5VyyIywEWnh75JDnSTAgAraP6thr > .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; }#sNfS5VyyIywEWnh75JDnSTAgAraP6thr > .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:189px;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; }#gTVdnuSAphg2O6gyv0HLgk6QnmkONUiT { color:#000000;display:block;width:200px;position:absolute;font-family:arial;font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:77.200012207031px;left:391.39996337891px;height:20.8px;display:block; }
#f7rapVBXmIVmNgLV6TIu8T6A9yaieJ6h { color:#310e76;display:block;width:200px;position:absolute;font-family:"bree serif";font-size:40px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:22.75px;left:248px;height:52px;display:block; }
#EuxlN4TSvJhbPwOh3qLaehkLg6WuqF6y { color:#ee0e69;display:block;width:200px;position:absolute;font-family:"bree serif";font-size:45px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:17.050109863281px;left:353.40002441406px;height:58.5px;display:block; }
#O4ObqyvyNoNTGTqHP0uEKkCal4Lwgay5 { color:#310e76;display:block;width:438px;position:absolute;font-family:bitter;font-size:40px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:77.199981689453px;left:261px;height:52px;display:block; }
#P8oHi5qsNSmnqNVBTwILaNABvWHxVyEz { position:relative;display:block; }#P8oHi5qsNSmnqNVBTwILaNABvWHxVyEz { background-color: transparent; background-image: none; }#P8oHi5qsNSmnqNVBTwILaNABvWHxVyEz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8oHi5qsNSmnqNVBTwILaNABvWHxVyEz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8oHi5qsNSmnqNVBTwILaNABvWHxVyEz > .row .container > .video-iframe-container { display: none; }#P8oHi5qsNSmnqNVBTwILaNABvWHxVyEz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8oHi5qsNSmnqNVBTwILaNABvWHxVyEz > .row > .video-iframe-container { display: none; }#P8oHi5qsNSmnqNVBTwILaNABvWHxVyEz > .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); }#P8oHi5qsNSmnqNVBTwILaNABvWHxVyEz { border-width: 0; border-radius: 0; }#P8oHi5qsNSmnqNVBTwILaNABvWHxVyEz > .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; }#P8oHi5qsNSmnqNVBTwILaNABvWHxVyEz > .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:805px;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; }#VgTI40keB1QmLRNR4tcThq3CiqRAy6Il { 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;box-shadow: 1px 1px 30px rgba(0,0,0,0.5) ;height:283px;width:283px;top:10.162506103516px;left:18.5px;overflow:hidden;display:block; }
#klXg9sS4lA8ZvkkdL4qci7BAJNuqESXp { color:#310e76;display:block;width:200px;position:absolute;font-family:bitter;font-size:25px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:307.48751831055px;left:18.5px;height:32.5px;font-style:normal;display:block; }
#I877pJcubftMfbpKMhLZo3vlhn5badT3 { color:#ee0e69;display:block;width:291px;position:absolute;font-family:georgia;font-size:20px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:339.18753051758px;left:14.5px;height:26px;font-style:normal;display:block; }
#b4RtVoO9WEWqF94WnhMt2IaJcEK6y6zI { color:#310e76;display:block;width:291px;position:absolute;font-family:georgia;font-size:20px;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:392.18753051758px;left:14.5px;height:72px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KJnEHwQ6k6Bwn0iSK8me5hfEnx1DqEih { color:#000000;display:block;width:277px;position:absolute;font-family:montserrat;font-size:17px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:505.20001220703px;left:21.5px;height:154.7px;display:block; }
#kokEaZFzPMryrzMAvX3Q6vsnaCcAZId2 { 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;box-shadow: 1px 1px 30px rgba(0,0,0,0.5) ;height:283px;width:283px;top:10.162506103516px;left:338.5px;overflow:hidden;display:block; }
#zmLAzMNUwIpfU0sblBq06Pab3ETiuzfX { 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;box-shadow: 1px 1px 30px rgba(0,0,0,0.5) ;height:283px;width:283px;top:10.162506103516px;left:658.48748779297px;overflow:hidden;display:block; }
#dRgB7sNd9awvMgw3US1p19EI4SO7Bnc2 { color:#310e76;display:block;width:200px;position:absolute;font-family:bitter;font-size:25px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:307.48751831055px;left:338.5px;height:32.5px;font-style:normal;display:block; }
#gap4KRB4EDA0lefW5wkQ4e7ga2rgTWcp { color:#310e76;display:block;width:200px;position:absolute;font-family:bitter;font-size:25px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:307.48751831055px;left:658.48748779297px;height:32.5px;font-style:normal;display:block; }
#lHM4IP2MJzvTT2r6B1WLQ5q7518ZsCOT { color:#ee0e69;display:block;width:291px;position:absolute;font-family:georgia;font-size:20px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:339.98751831055px;left:334.5px;height:26px;font-style:normal;display:block; }
#O6zZs2GCRSuJXceNI1IxETANNDuhUpZ2 { color:#ee0e69;display:block;width:291px;position:absolute;font-family:georgia;font-size:20px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:339.98751831055px;left:654.48748779297px;height:26px;font-style:normal;display:block; }
#zQpFHX1ZvH5e2PPRHTngloEO37plPfRR { color:#310e76;display:block;width:291px;position:absolute;font-family:georgia;font-size:20px;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:392.1875px;left:334.5px;height:72px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M2tChpA9Zf44Uqa6Z6sWxTGQAsUWTwR4 { color:#310e76;display:block;width:291px;position:absolute;font-family:georgia;font-size:20px;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:392.1875px;left:654.48748779297px;height:72px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f1XiA5ah7zWKoCHidkffwXh8f1yMFPxz { color:#000000;display:block;width:277px;position:absolute;font-family:montserrat;font-size:17px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:505.20001220703px;left:341.5px;height:176.8px;display:block; }
#W0zr0O9fVq21WzsDbFm66QpyzJd7mZoH { color:#000000;display:block;width:290px;position:absolute;font-family:montserrat;font-size:17px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:505.20001220703px;left:661.48748779297px;height:154.7px;display:block; }
#Qycoa0za2qXGlSakko6BTernBM6legEO { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:38px;width:38px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:721px;left:19px; }
#AC3Ff3Z8F4zx1tzFU7GPV8W6MppRZ6Tg { color:#310e76;display:block;width:158px;position:absolute;font-family:lato;font-size:17px;font-weight:normal;z-index:15008;line-height:1.1;letter-spacing:0;top:721px;left:61px;height:37.4px;display:block; }
#uaxJ5tDxf3FKFKTlEiVlb3wrWP8OxXr2 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:38px;width:38px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:722px;left:339px; }
#Ps2J2szOTT0SkyZoDh5GpM5au9afcwKQ { color:#310e76;display:block;width:158px;position:absolute;font-family:lato;font-size:17px;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:721px;left:381px;height:37.4px;display:block; }
#dWVHXw7TMm1rXzIr0JTBSQSMGwFCPoap { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:38px;width:38px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:722px;left:658px; }
#Uhf7L311rlkellrcze43XyWTkKFceP6R { color:#310e76;display:block;width:158px;position:absolute;font-family:lato;font-size:17px;font-weight:normal;z-index:15010;line-height:1.1;letter-spacing:0;top:722px;left:701px;height:37.4px;display:block; }
#CAr1Ttvv6S5prq6GhCdhfdiHvPHTFuCM { 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; }#CAr1Ttvv6S5prq6GhCdhfdiHvPHTFuCM > .row .container { background-color: transparent; background-image: none; }#CAr1Ttvv6S5prq6GhCdhfdiHvPHTFuCM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAr1Ttvv6S5prq6GhCdhfdiHvPHTFuCM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAr1Ttvv6S5prq6GhCdhfdiHvPHTFuCM > .row .container > .video-iframe-container { display: none; }#CAr1Ttvv6S5prq6GhCdhfdiHvPHTFuCM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAr1Ttvv6S5prq6GhCdhfdiHvPHTFuCM > .row > .video-iframe-container { display: none; }#CAr1Ttvv6S5prq6GhCdhfdiHvPHTFuCM > .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); }#CAr1Ttvv6S5prq6GhCdhfdiHvPHTFuCM > .row .container { border-width: 0; border-radius: 0; }#CAr1Ttvv6S5prq6GhCdhfdiHvPHTFuCM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CAr1Ttvv6S5prq6GhCdhfdiHvPHTFuCM > .row .container { font-size:14px;font-family:arial;height:206px;width:960px;position:relative;display:block; }#ZbLFUvGrE6oZRM10onagtbOZ6odxxCPI { box-sizing:content-box;height:200px;width:960px;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:0px;left:124.375px;border-top:2px solid #310e76;border-left:0;border-right:0;border-bottom:0;display:block; }
#DVNeEnHWErB0CsMedlmW0mG1MEn2T6Nm { position:absolute;display:block;z-index:15001;height:113px;width:620px;top:46.5px;left:170px;display:block; }
#O9Hdh5S2u9ASUvvkiKTmsZywMhQCiZ01 { position:relative;display:block; }#O9Hdh5S2u9ASUvvkiKTmsZywMhQCiZ01 { background-color: transparent; background-image: none; }#O9Hdh5S2u9ASUvvkiKTmsZywMhQCiZ01::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9Hdh5S2u9ASUvvkiKTmsZywMhQCiZ01 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9Hdh5S2u9ASUvvkiKTmsZywMhQCiZ01 > .row .container > .video-iframe-container { display: none; }#O9Hdh5S2u9ASUvvkiKTmsZywMhQCiZ01 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9Hdh5S2u9ASUvvkiKTmsZywMhQCiZ01 > .row > .video-iframe-container { display: none; }#O9Hdh5S2u9ASUvvkiKTmsZywMhQCiZ01 > .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); }#O9Hdh5S2u9ASUvvkiKTmsZywMhQCiZ01 { border-width: 0; border-radius: 0; }#O9Hdh5S2u9ASUvvkiKTmsZywMhQCiZ01 > .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; }#O9Hdh5S2u9ASUvvkiKTmsZywMhQCiZ01 > .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:574px;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; }#ciMkTBHT0GHTOPdJdEcTHKwiMIGNBr2A { color:#ee0e69;display:block;width:200px;position:absolute;font-family:"russo one";font-size:25px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:140px;left:410px;height:32.5px;display:block; }
#TXNmL7QxlxMi7PXkZPlSmfZ4CWSCFA05 { color:#310e76;display:block;width:538px;position:absolute;font-family:arial;font-size:18px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:184px;left:410px;height:70.2px;display:block; }
#ZICH115Nypl7SvIhZscyETUx5DXC2iXJ { color:#2c3241;display:block;width:548px;position:absolute;font-family:arial;font-size:16px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:277px;left:412px;height:187.2px;display:block; }
#TCc58d420PUkeML8DuIU0rUdEJhDpIuG { color:#2c3241;display:block;width:551px;position:absolute;font-family:arial;font-size:35px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:53.483337402344px;left:398px;height:45.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WSyVbLiNzihN8An31yadWGWucI6zzFdO { 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:491px;width:367px;top:53.483337402344px;left:18px;overflow:hidden;display:block; }
#qsnagTMyhrPPK3ScHgyLE5NMM3lal77M { 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; }#qsnagTMyhrPPK3ScHgyLE5NMM3lal77M > .row .container { background-color: transparent; background-image: none; }#qsnagTMyhrPPK3ScHgyLE5NMM3lal77M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qsnagTMyhrPPK3ScHgyLE5NMM3lal77M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qsnagTMyhrPPK3ScHgyLE5NMM3lal77M > .row .container > .video-iframe-container { display: none; }#qsnagTMyhrPPK3ScHgyLE5NMM3lal77M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qsnagTMyhrPPK3ScHgyLE5NMM3lal77M > .row > .video-iframe-container { display: none; }#qsnagTMyhrPPK3ScHgyLE5NMM3lal77M > .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); }#qsnagTMyhrPPK3ScHgyLE5NMM3lal77M > .row .container { border-width: 0; border-radius: 0; }#qsnagTMyhrPPK3ScHgyLE5NMM3lal77M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qsnagTMyhrPPK3ScHgyLE5NMM3lal77M > .row .container { font-size:14px;font-family:arial;height:238px;width:960px;position:relative;display:block; }#aF0fn1iORkKsUTi2wsDccOnk3uo3OKc6 { box-sizing:content-box;height:200px;width:960px;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:0px;left:124.375px;border-top:2px solid #310e76;border-left:0;border-right:0;border-bottom:0;display:block; }
#sohwrh447Q24P8fq1V5pe6hiMP5eWIRo { position:absolute;display:block;z-index:15001;height:113px;width:620px;top:46.5px;left:170px;display:block; }
#OfsCXMtatpn3TpseQcZ4foVnkQ2ivgR2 { position:relative;display:block; }#OfsCXMtatpn3TpseQcZ4foVnkQ2ivgR2 { background-color: transparent; background-image: none; }#OfsCXMtatpn3TpseQcZ4foVnkQ2ivgR2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OfsCXMtatpn3TpseQcZ4foVnkQ2ivgR2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OfsCXMtatpn3TpseQcZ4foVnkQ2ivgR2 > .row .container > .video-iframe-container { display: none; }#OfsCXMtatpn3TpseQcZ4foVnkQ2ivgR2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OfsCXMtatpn3TpseQcZ4foVnkQ2ivgR2 > .row > .video-iframe-container { display: none; }#OfsCXMtatpn3TpseQcZ4foVnkQ2ivgR2 > .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); }#OfsCXMtatpn3TpseQcZ4foVnkQ2ivgR2 { border-width: 0; border-radius: 0; }#OfsCXMtatpn3TpseQcZ4foVnkQ2ivgR2 > .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; }#OfsCXMtatpn3TpseQcZ4foVnkQ2ivgR2 > .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:165px;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; }#CgSPzhBEtlZrWE8TFtnp2mUGDXEVOTZN { color:#2c3241;display:block;width:637px;position:absolute;font-family:arial;font-size:40px;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:28.18310546875px;left:161.5px;height:80px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TzpD0NNh5CgHZCHktF5SClqgTIkGXz1E { color:#ee0e69;display:block;width:499px;position:absolute;font-family:arial;font-size:28px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:107.38311767578px;left:230.5px;height:36.4px;display:block; }
#O2aup8mi5HHAn7nOtNrNqTG3eBSApUGz { position:relative;display:block; }#O2aup8mi5HHAn7nOtNrNqTG3eBSApUGz { background-color: transparent; background-image: none; }#O2aup8mi5HHAn7nOtNrNqTG3eBSApUGz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O2aup8mi5HHAn7nOtNrNqTG3eBSApUGz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O2aup8mi5HHAn7nOtNrNqTG3eBSApUGz > .row .container > .video-iframe-container { display: none; }#O2aup8mi5HHAn7nOtNrNqTG3eBSApUGz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O2aup8mi5HHAn7nOtNrNqTG3eBSApUGz > .row > .video-iframe-container { display: none; }#O2aup8mi5HHAn7nOtNrNqTG3eBSApUGz > .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); }#O2aup8mi5HHAn7nOtNrNqTG3eBSApUGz { border-width: 0; border-radius: 0; }#O2aup8mi5HHAn7nOtNrNqTG3eBSApUGz > .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; }#O2aup8mi5HHAn7nOtNrNqTG3eBSApUGz > .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:407px;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; }#yfyDUkkaXiyxW3ZTBBvaQglwTcSo8ztB { 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:382px;width:350px;top:0px;left:86px;overflow:hidden;display:block; }
#qRmIVsNdpswWOaqhXk8QVLc5O3q2W5OT { 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:192px;width:343px;top:36.5px;left:469.80004882812px;overflow:hidden;display:block; }
#a2hfDu71CIcxW0is33fWEMA9ylX0ylnE { 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:134px;width:339px;top:248.80000305176px;left:471.80004882812px;overflow:hidden;display:block; }
#RAdnGpBUHc2pwx6fUkz2GCrUw9V5qBPZ { position:relative;display:block; }#RAdnGpBUHc2pwx6fUkz2GCrUw9V5qBPZ { background-color: transparent; background-image: none; }#RAdnGpBUHc2pwx6fUkz2GCrUw9V5qBPZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RAdnGpBUHc2pwx6fUkz2GCrUw9V5qBPZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RAdnGpBUHc2pwx6fUkz2GCrUw9V5qBPZ > .row .container > .video-iframe-container { display: none; }#RAdnGpBUHc2pwx6fUkz2GCrUw9V5qBPZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RAdnGpBUHc2pwx6fUkz2GCrUw9V5qBPZ > .row > .video-iframe-container { display: none; }#RAdnGpBUHc2pwx6fUkz2GCrUw9V5qBPZ > .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); }#RAdnGpBUHc2pwx6fUkz2GCrUw9V5qBPZ { border-width: 0; border-radius: 0; }#RAdnGpBUHc2pwx6fUkz2GCrUw9V5qBPZ > .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; }#RAdnGpBUHc2pwx6fUkz2GCrUw9V5qBPZ > .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:612px;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; }#rhqUrVuVu8qTBtLyxr06WV3Eo6CyTTSO { 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:217px;width:350px;top:0px;left:86px;overflow:hidden;display:block; }
#ZkiQpSMswTqeKQHS897DyX1lLe8JNCZ4 { 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:468px;width:332px;top:10px;left:474.75px;overflow:hidden;display:block; }
#gcigXagfc9a4gOBzDiEfpzmVQqOcFku7 { 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:360px;width:343px;top:217.00006103516px;left:89.5px;overflow:hidden;display:block; }
#BTpwKQwLrw2vbHNwPv4fUlg3dM10ylCf { 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:71px;width:335px;top:478px;left:473.25px;overflow:hidden;display:block; }
#VvhDnJvnDT7cuEWdVB9oprFVq8bAztDX { 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; }#VvhDnJvnDT7cuEWdVB9oprFVq8bAztDX > .row .container { background-color: transparent; background-image: none; }#VvhDnJvnDT7cuEWdVB9oprFVq8bAztDX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VvhDnJvnDT7cuEWdVB9oprFVq8bAztDX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VvhDnJvnDT7cuEWdVB9oprFVq8bAztDX > .row .container > .video-iframe-container { display: none; }#VvhDnJvnDT7cuEWdVB9oprFVq8bAztDX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VvhDnJvnDT7cuEWdVB9oprFVq8bAztDX > .row > .video-iframe-container { display: none; }#VvhDnJvnDT7cuEWdVB9oprFVq8bAztDX > .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); }#VvhDnJvnDT7cuEWdVB9oprFVq8bAztDX > .row .container { border-width: 0; border-radius: 0; }#VvhDnJvnDT7cuEWdVB9oprFVq8bAztDX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VvhDnJvnDT7cuEWdVB9oprFVq8bAztDX > .row .container { font-size:14px;font-family:arial;height:238px;width:960px;position:relative;display:block; }#Q88Trp0SWGDU6pTvg47DPTHcfHhgi00Q { box-sizing:content-box;height:200px;width:960px;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:0px;left:124.375px;border-top:2px solid #310e76;border-left:0;border-right:0;border-bottom:0;display:block; }
#k0uZEkCbIZDkXsaTvyOavUETiQQHLGOt { position:absolute;display:block;z-index:15001;height:113px;width:620px;top:46.5px;left:170px;display:block; }
#VrtvNWOO3u4OifQiiCpsLULeUiflRJ7e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2c3241;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; }#VrtvNWOO3u4OifQiiCpsLULeUiflRJ7e > .row .container { background-color: transparent; background-image: none; }#VrtvNWOO3u4OifQiiCpsLULeUiflRJ7e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VrtvNWOO3u4OifQiiCpsLULeUiflRJ7e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VrtvNWOO3u4OifQiiCpsLULeUiflRJ7e > .row .container > .video-iframe-container { display: none; }#VrtvNWOO3u4OifQiiCpsLULeUiflRJ7e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VrtvNWOO3u4OifQiiCpsLULeUiflRJ7e > .row > .video-iframe-container { display: none; }#VrtvNWOO3u4OifQiiCpsLULeUiflRJ7e > .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); }#VrtvNWOO3u4OifQiiCpsLULeUiflRJ7e > .row .container { border-width: 0; border-radius: 0; }#VrtvNWOO3u4OifQiiCpsLULeUiflRJ7e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VrtvNWOO3u4OifQiiCpsLULeUiflRJ7e > .row .container { font-size:14px;font-family:arial;height:300px;width:960px;position:relative;display:block; }#wuJtF9oWATDOGppnrTrawdxh4IdtQdre { box-sizing:content-box;color:#ffffff;font-size:56px;font-weight:400;line-height:1;height:81px;width:81px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;top:109.5px;left:314px;display:block; }
#myetS9wSogDdUEZZ0XuCSsgvFdT2qzd8 { box-sizing:content-box;color:#ffffff;font-size:62px;font-weight:400;line-height:1;height:90px;width:90px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:105px;left:394px;display:block; }
#Av8oLo1SqSTiWpgMEiPd4xELbosTgveH { box-sizing:content-box;color:#ffffff;font-size:58px;font-weight:400;line-height:1;height:83px;width:83px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:108.5px;left:483px;display:block; }
#lEzqgULB9K9irpNLeap3NBCmN2ldFiZp { box-sizing:content-box;color:#ffffff;font-size:60px;font-weight:400;line-height:1;height:86px;width:86px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:107px;left:566px;display:block; }
#xu8cOTMZhRG07xGUnvhJ5b73hac3qQHZ { color:#ffffff;display:block;width:338px;position:absolute;font-family:"open sans";font-size:25px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:60.375px;left:311px;height:32.5px;text-align:center;text-align-last:center;display:block; }
#b9o3Rw8FuSwhc2ScZckWTVnVGXDkznT0 { color:#ffffff;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:246.375px;left:9px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#TsRIZ7azyHXOiTifvVfayfXTnXsAHBR0 { color:#ffffff;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:246.375px;left:380px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#NFlmcuisaxdmhGDCebM7lveNQTwgorgx { color:#ffffff;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:246.375px;left:720px;height:20.8px;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) { #HJTi73El4QKiA9MMD0U7W4HszlGzioTA { display:block; }#HJTi73El4QKiA9MMD0U7W4HszlGzioTA > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lZa1vkipKhmz6KbUToseV3F5pfqUESv5 { top:43px;left:298.5px;width:167px;height:32px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ifEVvAV4U9Ov8hhSsTqHZS5fgfv2BCvs .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ifEVvAV4U9Ov8hhSsTqHZS5fgfv2BCvs .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; }
#ifEVvAV4U9Ov8hhSsTqHZS5fgfv2BCvs .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; }
#ifEVvAV4U9Ov8hhSsTqHZS5fgfv2BCvs { width:228px;height:85px;display:flex;top:81px;left:404.39999389648px;z-index:15001; }
 }@media only screen and (max-width: 763px) { #ifEVvAV4U9Ov8hhSsTqHZS5fgfv2BCvs #AxJ7XMx6ZupJcCChZLImQGcTL51gAdMz { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #ifEVvAV4U9Ov8hhSsTqHZS5fgfv2BCvs #M8LuUpazGZn6LL4NAqLB17VNlHgPmsIW {  }
 }@media only screen and (max-width: 763px) { #ifEVvAV4U9Ov8hhSsTqHZS5fgfv2BCvs #V1r39Erw92JBimGbw0oqGM8BPANkpIbZ {  }
 }@media only screen and (max-width: 763px) { #ifEVvAV4U9Ov8hhSsTqHZS5fgfv2BCvs #FVzJ3Cii9xTL6A0pVNxkXeJGdfHsolu3 { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #ifEVvAV4U9Ov8hhSsTqHZS5fgfv2BCvs #DsLgKtS35bTBOTLG6TfBgmzfabyRyBri {  }
 }@media only screen and (max-width: 763px) { #ifEVvAV4U9Ov8hhSsTqHZS5fgfv2BCvs #NRX0HSFpGDd3SlCBAxTuffHWM1lef1Mv {  }
 }@media only screen and (max-width: 763px) { #ifEVvAV4U9Ov8hhSsTqHZS5fgfv2BCvs #Mgvo4Q0JtCRr6ZpbXaqoIZ8nnHHdJdiB { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #ifEVvAV4U9Ov8hhSsTqHZS5fgfv2BCvs #B2gPIZ8mCc1T1ZytMIpy6CpIX2n6TFTU {  }
 }@media only screen and (max-width: 763px) { #ifEVvAV4U9Ov8hhSsTqHZS5fgfv2BCvs #KBKOt9oyTKBGv5BQJWItDRA9iRDXHs2U {  }
 }@media only screen and (max-width: 763px) { #ifEVvAV4U9Ov8hhSsTqHZS5fgfv2BCvs #x3Np25ELeEGF5tXBnSkIOE6GEmE950J2 { display:flex;position:relative;top:0px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #ifEVvAV4U9Ov8hhSsTqHZS5fgfv2BCvs #yK36H6TGTxPOpmvlxcM2RnD0qwSGCIrX {  }
 }@media only screen and (max-width: 763px) { #ifEVvAV4U9Ov8hhSsTqHZS5fgfv2BCvs #Ameda4gqoWDzNFZ96y7Z4TikCBFBt1qq {  }
 }@media only screen and (max-width: 763px) { #kfFUtlWsn7bFn2pynViypR4AkEGqIHpB { top:28px;left:0px;width:132px;height:62px;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WJV90dx57czyX6XVHqxCOml7unT8MpxG { top:80px;left:0px;width:566px;height:39px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #tCZax4o46k9OLlpaKsPLPPKzapcVxvUs { top:160px;left:0px;width:639px;height:195px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #QRozo0BveAuBe1QZCiAdronsuVn9dKlE { top:264px;left:119px;width:645px;height:645px;display:block; }
 }@media only screen and (max-width: 763px) { #iWxPd5C8HBZmqo3vM7bz55OhBLXzu8Ut { top:398px;left:0px;width:42px;height:42px;display:block; }
 }@media only screen and (max-width: 763px) { #FZgimUVfDvlp0rPIkURfTO2To9XhZLGI { top:406px;left:0px;width:174px;height:28px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #HUTlQk7IBoULvcBvcgicSqfMEtsHyFpJ { top:397px;left:171px;width:41px;height:41px;display:block; }
 }@media only screen and (max-width: 763px) { #oPSNZDLSGSTdgFHw44TaLLPEG7TaJzsw { top:403px;left:227px;width:150px;height:28px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #UlmCSfT3RkzQsonk7gcTNGwaEaX8a27o { top:397px;left:300px;width:41px;height:41px;display:block; }
 }@media only screen and (max-width: 763px) { #vUS49bUMcnUd7bmJttALO8UTNWWA16pP { top:403px;left:341px;width:150px;height:28px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #W5hwVto65Dkfvo0zTTkGrmgg1hbbGJk1 { top:552px;left:0px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #M50Sn1AM5HvwrAreaZaiRdsDVqTbH227 { top:658px;left:0px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #ug505Jpeqk9BmPweeABEEiNZo8sihRKW { top:734px;left:0px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #p5kfLw0ybFBygxMtDTMyEgUT2NLr7LwZ { top:747px;left:4px;width:366px;height:46px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #A1TGZUIl2GMPqBrRbqoQPCr2lDF4WIBd { top:658px;left:4px;width:366px;height:46px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #X6yHG54hOhr9thEIQy91SB2UUsVOa8qB { top:565px;left:5px;width:419px;height:43px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #AmQQamhvIf2afmr9QgtNO50wPUG2d2Lq { display:block; }#AmQQamhvIf2afmr9QgtNO50wPUG2d2Lq > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yNiwHSC1Ulpwn9TdIXXELXHXKM2NiMp1 { top:0px;left:0px;width:764px;height:201px;display:block; }
 }@media only screen and (max-width: 763px) { #zBL7rlMSHTGHZFo8l486PXPzTMgRnLim { top:46px;left:72px;width:620px;height:113px;display:block; }
 }@media only screen and (max-width: 763px) { #sNfS5VyyIywEWnh75JDnSTAgAraP6thr { display:block; }#sNfS5VyyIywEWnh75JDnSTAgAraP6thr > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gTVdnuSAphg2O6gyv0HLgk6QnmkONUiT { top:77px;left:293.38745117188px;width:200px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #f7rapVBXmIVmNgLV6TIu8T6A9yaieJ6h { top:22px;left:150px;width:200px;height:52px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #EuxlN4TSvJhbPwOh3qLaehkLg6WuqF6y { top:17px;left:255.40002441406px;width:200px;height:58px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #O4ObqyvyNoNTGTqHP0uEKkCal4Lwgay5 { top:77px;left:163px;width:438px;height:52px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #P8oHi5qsNSmnqNVBTwILaNABvWHxVyEz { display:block; }#P8oHi5qsNSmnqNVBTwILaNABvWHxVyEz > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VgTI40keB1QmLRNR4tcThq3CiqRAy6Il { top:10px;left:0px;width:283px;height:283px;display:block; }
 }@media only screen and (max-width: 763px) { #klXg9sS4lA8ZvkkdL4qci7BAJNuqESXp { top:307px;left:0px;width:200px;height:32px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #I877pJcubftMfbpKMhLZo3vlhn5badT3 { top:339px;left:0px;width:291px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #b4RtVoO9WEWqF94WnhMt2IaJcEK6y6zI { top:392px;left:0px;width:291px;height:72px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #KJnEHwQ6k6Bwn0iSK8me5hfEnx1DqEih { top:505px;left:0px;width:277px;height:154px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #kokEaZFzPMryrzMAvX3Q6vsnaCcAZId2 { top:10px;left:225px;width:283px;height:283px;display:block; }
 }@media only screen and (max-width: 763px) { #zmLAzMNUwIpfU0sblBq06Pab3ETiuzfX { top:10px;left:479px;width:283px;height:283px;display:block; }
 }@media only screen and (max-width: 763px) { #dRgB7sNd9awvMgw3US1p19EI4SO7Bnc2 { top:307px;left:254px;width:200px;height:32px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #gap4KRB4EDA0lefW5wkQ4e7ga2rgTWcp { top:307px;left:508px;width:200px;height:32px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #lHM4IP2MJzvTT2r6B1WLQ5q7518ZsCOT { top:339px;left:217px;width:291px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #O6zZs2GCRSuJXceNI1IxETANNDuhUpZ2 { top:339px;left:471px;width:291px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #zQpFHX1ZvH5e2PPRHTngloEO37plPfRR { top:392px;left:217px;width:291px;height:72px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #M2tChpA9Zf44Uqa6Z6sWxTGQAsUWTwR4 { top:392px;left:471px;width:291px;height:72px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #f1XiA5ah7zWKoCHidkffwXh8f1yMFPxz { top:505px;left:231px;width:277px;height:176px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #W0zr0O9fVq21WzsDbFm66QpyzJd7mZoH { top:505px;left:472px;width:290px;height:154px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Qycoa0za2qXGlSakko6BTernBM6legEO { top:721px;left:0px;width:38px;height:38px;display:block; }
 }@media only screen and (max-width: 763px) { #AC3Ff3Z8F4zx1tzFU7GPV8W6MppRZ6Tg { top:721px;left:28px;width:158px;height:37px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #uaxJ5tDxf3FKFKTlEiVlb3wrWP8OxXr2 { top:722px;left:254px;width:38px;height:38px;display:block; }
 }@media only screen and (max-width: 763px) { #Ps2J2szOTT0SkyZoDh5GpM5au9afcwKQ { top:721px;left:282px;width:158px;height:37px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #dWVHXw7TMm1rXzIr0JTBSQSMGwFCPoap { top:722px;left:508px;width:38px;height:38px;display:block; }
 }@media only screen and (max-width: 763px) { #Uhf7L311rlkellrcze43XyWTkKFceP6R { top:722px;left:536px;width:158px;height:37px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #CAr1Ttvv6S5prq6GhCdhfdiHvPHTFuCM { display:block; }#CAr1Ttvv6S5prq6GhCdhfdiHvPHTFuCM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZbLFUvGrE6oZRM10onagtbOZ6odxxCPI { top:0px;left:0px;width:764px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #DVNeEnHWErB0CsMedlmW0mG1MEn2T6Nm { top:46px;left:72px;width:620px;height:113px;display:block; }
 }@media only screen and (max-width: 763px) { #O9Hdh5S2u9ASUvvkiKTmsZywMhQCiZ01 { display:block; }#O9Hdh5S2u9ASUvvkiKTmsZywMhQCiZ01 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ciMkTBHT0GHTOPdJdEcTHKwiMIGNBr2A { top:140px;left:312px;width:200px;height:32px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #TXNmL7QxlxMi7PXkZPlSmfZ4CWSCFA05 { top:184px;left:226px;width:538px;height:70px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ZICH115Nypl7SvIhZscyETUx5DXC2iXJ { top:277px;left:216px;width:548px;height:187px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #TCc58d420PUkeML8DuIU0rUdEJhDpIuG { top:53px;left:213px;width:551px;height:45px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #WSyVbLiNzihN8An31yadWGWucI6zzFdO { top:53px;left:0px;width:367px;height:491px;display:block; }
 }@media only screen and (max-width: 763px) { #qsnagTMyhrPPK3ScHgyLE5NMM3lal77M { display:block; }#qsnagTMyhrPPK3ScHgyLE5NMM3lal77M > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aF0fn1iORkKsUTi2wsDccOnk3uo3OKc6 { top:0px;left:0px;width:764px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #sohwrh447Q24P8fq1V5pe6hiMP5eWIRo { top:46px;left:72px;width:620px;height:113px;display:block; }
 }@media only screen and (max-width: 763px) { #OfsCXMtatpn3TpseQcZ4foVnkQ2ivgR2 { display:block; }#OfsCXMtatpn3TpseQcZ4foVnkQ2ivgR2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CgSPzhBEtlZrWE8TFtnp2mUGDXEVOTZN { top:28px;left:63.5px;width:637px;height:80px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #TzpD0NNh5CgHZCHktF5SClqgTIkGXz1E { top:107px;left:132.5px;width:499px;height:36px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #O2aup8mi5HHAn7nOtNrNqTG3eBSApUGz { display:block; }#O2aup8mi5HHAn7nOtNrNqTG3eBSApUGz > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yfyDUkkaXiyxW3ZTBBvaQglwTcSo8ztB { top:0px;left:0px;width:350px;height:382px;display:block; }
 }@media only screen and (max-width: 763px) { #qRmIVsNdpswWOaqhXk8QVLc5O3q2W5OT { top:36px;left:371.80004882812px;width:343px;height:192px;display:block; }
 }@media only screen and (max-width: 763px) { #a2hfDu71CIcxW0is33fWEMA9ylX0ylnE { top:248px;left:373.80004882812px;width:339px;height:134px;display:block; }
 }@media only screen and (max-width: 763px) { #RAdnGpBUHc2pwx6fUkz2GCrUw9V5qBPZ { display:block; }#RAdnGpBUHc2pwx6fUkz2GCrUw9V5qBPZ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rhqUrVuVu8qTBtLyxr06WV3Eo6CyTTSO { top:0px;left:0px;width:350px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #ZkiQpSMswTqeKQHS897DyX1lLe8JNCZ4 { top:10px;left:376.75px;width:332px;height:468px;display:block; }
 }@media only screen and (max-width: 763px) { #gcigXagfc9a4gOBzDiEfpzmVQqOcFku7 { top:217px;left:0px;width:343px;height:360px;display:block; }
 }@media only screen and (max-width: 763px) { #BTpwKQwLrw2vbHNwPv4fUlg3dM10ylCf { top:478px;left:375.25px;width:335px;height:71px;display:block; }
 }@media only screen and (max-width: 763px) { #VvhDnJvnDT7cuEWdVB9oprFVq8bAztDX { display:block; }#VvhDnJvnDT7cuEWdVB9oprFVq8bAztDX > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q88Trp0SWGDU6pTvg47DPTHcfHhgi00Q { top:0px;left:0px;width:764px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #k0uZEkCbIZDkXsaTvyOavUETiQQHLGOt { top:46px;left:72px;width:620px;height:113px;display:block; }
 }@media only screen and (max-width: 763px) { #VrtvNWOO3u4OifQiiCpsLULeUiflRJ7e { display:block; }#VrtvNWOO3u4OifQiiCpsLULeUiflRJ7e > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wuJtF9oWATDOGppnrTrawdxh4IdtQdre { top:109px;left:216px;width:81px;height:81px;font-size:56px;display:block; }
 }@media only screen and (max-width: 763px) { #myetS9wSogDdUEZZ0XuCSsgvFdT2qzd8 { top:105px;left:296px;width:90px;height:90px;font-size:62px;display:block; }
 }@media only screen and (max-width: 763px) { #Av8oLo1SqSTiWpgMEiPd4xELbosTgveH { top:108px;left:385px;width:83px;height:83px;font-size:58px;display:block; }
 }@media only screen and (max-width: 763px) { #lEzqgULB9K9irpNLeap3NBCmN2ldFiZp { top:107px;left:468px;width:86px;height:86px;font-size:60px;display:block; }
 }@media only screen and (max-width: 763px) { #xu8cOTMZhRG07xGUnvhJ5b73hac3qQHZ { top:60px;left:213px;width:338px;height:32px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #b9o3Rw8FuSwhc2ScZckWTVnVGXDkznT0 { top:246px;left:0px;width:200px;height:20px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #TsRIZ7azyHXOiTifvVfayfXTnXsAHBR0 { top:246px;left:282px;width:200px;height:20px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #NFlmcuisaxdmhGDCebM7lveNQTwgorgx { top:246px;left:564px;width:200px;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) { #HJTi73El4QKiA9MMD0U7W4HszlGzioTA { position:relative;z-index:auto;display:block; }#HJTi73El4QKiA9MMD0U7W4HszlGzioTA > .row .container { width:320px;height:123px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lZa1vkipKhmz6KbUToseV3F5pfqUESv5 { width:201px;height:20.8px;top:11.400024414062px;left:95px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ifEVvAV4U9Ov8hhSsTqHZS5fgfv2BCvs .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ifEVvAV4U9Ov8hhSsTqHZS5fgfv2BCvs .widget-text.counter-number { padding-top:4.74px;padding-right:4.14px;padding-bottom:4.74px;padding-left:4.14px;width:24.82px;min-width:24.82px;height:25.47px;font-size:18.95px;line-height:25.47px;top:0px;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-left:1px solid #ffffff; }
#ifEVvAV4U9Ov8hhSsTqHZS5fgfv2BCvs .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:2.96px;margin-right:0;margin-bottom:0;margin-left:0;width:33.09px;height:10.07px;font-size:7.11px;line-height:10.07px;top:0px;left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ifEVvAV4U9Ov8hhSsTqHZS5fgfv2BCvs { width:153px;height:49.9833px;display:flex;top:46.5px;left:77.58332824707px;z-index:15001;padding-top:5.92px;padding-right:5.91px;padding-bottom:5.92px;padding-left:5.91px;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #ifEVvAV4U9Ov8hhSsTqHZS5fgfv2BCvs #AxJ7XMx6ZupJcCChZLImQGcTL51gAdMz { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #ifEVvAV4U9Ov8hhSsTqHZS5fgfv2BCvs #M8LuUpazGZn6LL4NAqLB17VNlHgPmsIW {  }
 }@media only screen and (max-width: 763px) { #ifEVvAV4U9Ov8hhSsTqHZS5fgfv2BCvs #V1r39Erw92JBimGbw0oqGM8BPANkpIbZ {  }
 }@media only screen and (max-width: 763px) { #ifEVvAV4U9Ov8hhSsTqHZS5fgfv2BCvs #FVzJ3Cii9xTL6A0pVNxkXeJGdfHsolu3 { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #ifEVvAV4U9Ov8hhSsTqHZS5fgfv2BCvs #DsLgKtS35bTBOTLG6TfBgmzfabyRyBri {  }
 }@media only screen and (max-width: 763px) { #ifEVvAV4U9Ov8hhSsTqHZS5fgfv2BCvs #NRX0HSFpGDd3SlCBAxTuffHWM1lef1Mv {  }
 }@media only screen and (max-width: 763px) { #ifEVvAV4U9Ov8hhSsTqHZS5fgfv2BCvs #Mgvo4Q0JtCRr6ZpbXaqoIZ8nnHHdJdiB { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #ifEVvAV4U9Ov8hhSsTqHZS5fgfv2BCvs #B2gPIZ8mCc1T1ZytMIpy6CpIX2n6TFTU {  }
 }@media only screen and (max-width: 763px) { #ifEVvAV4U9Ov8hhSsTqHZS5fgfv2BCvs #KBKOt9oyTKBGv5BQJWItDRA9iRDXHs2U {  }
 }@media only screen and (max-width: 763px) { #ifEVvAV4U9Ov8hhSsTqHZS5fgfv2BCvs #x3Np25ELeEGF5tXBnSkIOE6GEmE950J2 { display:flex;position:relative;top:0px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #ifEVvAV4U9Ov8hhSsTqHZS5fgfv2BCvs #yK36H6TGTxPOpmvlxcM2RnD0qwSGCIrX {  }
 }@media only screen and (max-width: 763px) { #ifEVvAV4U9Ov8hhSsTqHZS5fgfv2BCvs #Ameda4gqoWDzNFZ96y7Z4TikCBFBt1qq {  }
 }@media only screen and (max-width: 763px) { #kfFUtlWsn7bFn2pynViypR4AkEGqIHpB { width:73px;height:34px;top:0px;left:14.883331298828px;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:889px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WJV90dx57czyX6XVHqxCOml7unT8MpxG { width:187px;height:48px;top:29.100006103516px;left:66.5px;font-size:20px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tCZax4o46k9OLlpaKsPLPPKzapcVxvUs { width:301px;height:150px;top:101.30000305176px;left:9.5px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QRozo0BveAuBe1QZCiAdronsuVn9dKlE { width:240px;height:240px;top:647.69998168945px;left:40px;display:block; }
 }@media only screen and (max-width: 763px) { #iWxPd5C8HBZmqo3vM7bz55OhBLXzu8Ut { display:flex;width:33px;height:33px;top:276px;left:69px; }
 }@media only screen and (max-width: 763px) { #FZgimUVfDvlp0rPIkURfTO2To9XhZLGI { width:150px;height:23.4px;top:281px;left:101px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HUTlQk7IBoULvcBvcgicSqfMEtsHyFpJ { display:flex;width:32px;height:32px;top:319px;left:49px; }
 }@media only screen and (max-width: 763px) { #oPSNZDLSGSTdgFHw44TaLLPEG7TaJzsw { width:83px;height:23.4px;top:324px;left:77px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UlmCSfT3RkzQsonk7gcTNGwaEaX8a27o { display:flex;width:31px;height:31px;top:320px;left:160px; }
 }@media only screen and (max-width: 763px) { #vUS49bUMcnUd7bmJttALO8UTNWWA16pP { width:80px;height:23.4px;top:324px;left:191px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W5hwVto65Dkfvo0zTTkGrmgg1hbbGJk1 { display:flex;width:33px;height:33px;top:420.90000915527px;left:5px; }
 }@media only screen and (max-width: 763px) { #M50Sn1AM5HvwrAreaZaiRdsDVqTbH227 { display:flex;width:33px;height:33px;top:505px;left:5px; }
 }@media only screen and (max-width: 763px) { #ug505Jpeqk9BmPweeABEEiNZo8sihRKW { display:flex;width:32px;height:32px;top:576px;left:0px; }
 }@media only screen and (max-width: 763px) { #p5kfLw0ybFBygxMtDTMyEgUT2NLr7LwZ { width:265px;height:57.6px;top:576px;left:40px;font-size:16px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #A1TGZUIl2GMPqBrRbqoQPCr2lDF4WIBd { width:281px;height:38.4px;top:505px;left:39px;font-size:16px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #X6yHG54hOhr9thEIQy91SB2UUsVOa8qB { width:250px;height:57.6px;top:418.20001220703px;left:44.5px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AmQQamhvIf2afmr9QgtNO50wPUG2d2Lq { display:block; }#AmQQamhvIf2afmr9QgtNO50wPUG2d2Lq > .row .container { width:320px;height:185px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yNiwHSC1Ulpwn9TdIXXELXHXKM2NiMp1 { width:319px;height:181px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #zBL7rlMSHTGHZFo8l486PXPzTMgRnLim { width:320px;height:113px;top:25.5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #sNfS5VyyIywEWnh75JDnSTAgAraP6thr { display:block; }#sNfS5VyyIywEWnh75JDnSTAgAraP6thr > .row .container { width:320px;height:127px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gTVdnuSAphg2O6gyv0HLgk6QnmkONUiT { width:200px;height:20.8px;top:104.5px;left:59.999998092651px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #f7rapVBXmIVmNgLV6TIu8T6A9yaieJ6h { width:73px;height:32.5px;top:19px;left:22px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #EuxlN4TSvJhbPwOh3qLaehkLg6WuqF6y { width:207px;height:40.5px;top:15px;left:91px;font-size:27px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #O4ObqyvyNoNTGTqHP0uEKkCal4Lwgay5 { width:320px;height:27.5px;top:65px;left:0px;font-size:25px;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #P8oHi5qsNSmnqNVBTwILaNABvWHxVyEz { display:block; }#P8oHi5qsNSmnqNVBTwILaNABvWHxVyEz > .row .container { width:320px;height:1914px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VgTI40keB1QmLRNR4tcThq3CiqRAy6Il { width:168px;height:168px;top:22px;left:76px;display:block; }
 }@media only screen and (max-width: 763px) { #klXg9sS4lA8ZvkkdL4qci7BAJNuqESXp { width:200px;height:32.5px;top:217.30000305176px;left:15px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #I877pJcubftMfbpKMhLZo3vlhn5badT3 { width:291px;height:26px;top:249px;left:15px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #b4RtVoO9WEWqF94WnhMt2IaJcEK6y6zI { width:291px;height:72px;top:291px;left:14.5px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #KJnEHwQ6k6Bwn0iSK8me5hfEnx1DqEih { width:277px;height:154.7px;top:375.00001525879px;left:21.5px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #kokEaZFzPMryrzMAvX3Q6vsnaCcAZId2 { width:179px;height:179px;top:627.33334350586px;left:70.5px;display:block; }
 }@media only screen and (max-width: 763px) { #zmLAzMNUwIpfU0sblBq06Pab3ETiuzfX { width:176px;height:176px;top:1298.549987793px;left:67.4px;display:block; }
 }@media only screen and (max-width: 763px) { #dRgB7sNd9awvMgw3US1p19EI4SO7Bnc2 { width:200px;height:32.5px;top:848.29998779297px;left:15px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #gap4KRB4EDA0lefW5wkQ4e7ga2rgTWcp { width:200px;height:32.5px;top:1508.3000030518px;left:15px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #lHM4IP2MJzvTT2r6B1WLQ5q7518ZsCOT { width:291px;height:26px;top:880px;left:15px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #O6zZs2GCRSuJXceNI1IxETANNDuhUpZ2 { width:291px;height:26px;top:1540px;left:15px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #zQpFHX1ZvH5e2PPRHTngloEO37plPfRR { width:291px;height:72px;top:926px;left:15px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #M2tChpA9Zf44Uqa6Z6sWxTGQAsUWTwR4 { width:291px;height:72px;top:1586px;left:15px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #f1XiA5ah7zWKoCHidkffwXh8f1yMFPxz { width:277px;height:176.8px;top:1022px;left:22px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #W0zr0O9fVq21WzsDbFm66QpyzJd7mZoH { width:290px;height:154.7px;top:1679px;left:15px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Qycoa0za2qXGlSakko6BTernBM6legEO { display:flex;width:38px;height:38px;top:546px;left:22px; }
 }@media only screen and (max-width: 763px) { #AC3Ff3Z8F4zx1tzFU7GPV8W6MppRZ6Tg { width:158px;height:37.4px;top:546px;left:74px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #uaxJ5tDxf3FKFKTlEiVlb3wrWP8OxXr2 { display:flex;width:38px;height:38px;top:1218px;left:15px; }
 }@media only screen and (max-width: 763px) { #Ps2J2szOTT0SkyZoDh5GpM5au9afcwKQ { width:158px;height:37.4px;top:1218px;left:68px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #dWVHXw7TMm1rXzIr0JTBSQSMGwFCPoap { display:flex;width:38px;height:38px;top:1858px;left:15px; }
 }@media only screen and (max-width: 763px) { #Uhf7L311rlkellrcze43XyWTkKFceP6R { width:158px;height:37.4px;top:1858px;left:64px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #CAr1Ttvv6S5prq6GhCdhfdiHvPHTFuCM { display:block; }#CAr1Ttvv6S5prq6GhCdhfdiHvPHTFuCM > .row .container { width:320px;height:230px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZbLFUvGrE6oZRM10onagtbOZ6odxxCPI { width:318px;height:200px;top:20px;left:1px;display:block; }
 }@media only screen and (max-width: 763px) { #DVNeEnHWErB0CsMedlmW0mG1MEn2T6Nm { width:320px;height:113px;top:66.5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #O9Hdh5S2u9ASUvvkiKTmsZywMhQCiZ01 { display:block; }#O9Hdh5S2u9ASUvvkiKTmsZywMhQCiZ01 > .row .container { width:320px;height:827px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ciMkTBHT0GHTOPdJdEcTHKwiMIGNBr2A { width:200px;height:32.5px;top:377px;left:60px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #TXNmL7QxlxMi7PXkZPlSmfZ4CWSCFA05 { width:306px;height:104px;top:418.89999389648px;left:12px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ZICH115Nypl7SvIhZscyETUx5DXC2iXJ { width:292px;height:254.8px;top:547.88330078125px;left:14px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #TCc58d420PUkeML8DuIU0rUdEJhDpIuG { width:320px;height:27.5px;top:20px;left:0px;font-size:25px;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #WSyVbLiNzihN8An31yadWGWucI6zzFdO { width:252px;height:337px;top:20px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #qsnagTMyhrPPK3ScHgyLE5NMM3lal77M { display:block; }#qsnagTMyhrPPK3ScHgyLE5NMM3lal77M > .row .container { width:320px;height:224px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aF0fn1iORkKsUTi2wsDccOnk3uo3OKc6 { width:318px;height:200px;top:20px;left:1px;display:block; }
 }@media only screen and (max-width: 763px) { #sohwrh447Q24P8fq1V5pe6hiMP5eWIRo { width:320px;height:113px;top:66.5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #OfsCXMtatpn3TpseQcZ4foVnkQ2ivgR2 { display:block; }#OfsCXMtatpn3TpseQcZ4foVnkQ2ivgR2 > .row .container { width:320px;height:172px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CgSPzhBEtlZrWE8TFtnp2mUGDXEVOTZN { width:303px;height:82.5px;top:20px;left:8.5px;font-size:25px;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TzpD0NNh5CgHZCHktF5SClqgTIkGXz1E { width:320px;height:44px;top:111.5002746582px;left:0px;font-size:20px;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O2aup8mi5HHAn7nOtNrNqTG3eBSApUGz { display:block; }#O2aup8mi5HHAn7nOtNrNqTG3eBSApUGz > .row .container { width:320px;height:533px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yfyDUkkaXiyxW3ZTBBvaQglwTcSo8ztB { width:218px;height:238px;top:15px;left:51px;display:block; }
 }@media only screen and (max-width: 763px) { #qRmIVsNdpswWOaqhXk8QVLc5O3q2W5OT { width:251px;height:140px;top:268.25px;left:34.5px;display:block; }
 }@media only screen and (max-width: 763px) { #a2hfDu71CIcxW0is33fWEMA9ylX0ylnE { width:258px;height:101px;top:419.38333129883px;left:31px;display:block; }
 }@media only screen and (max-width: 763px) { #RAdnGpBUHc2pwx6fUkz2GCrUw9V5qBPZ { display:block; }#RAdnGpBUHc2pwx6fUkz2GCrUw9V5qBPZ > .row .container { width:320px;height:860px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rhqUrVuVu8qTBtLyxr06WV3Eo6CyTTSO { width:246px;height:152px;top:15px;left:37px;display:block; }
 }@media only screen and (max-width: 763px) { #ZkiQpSMswTqeKQHS897DyX1lLe8JNCZ4 { width:244px;height:345px;top:440.99998474121px;left:38px;display:block; }
 }@media only screen and (max-width: 763px) { #gcigXagfc9a4gOBzDiEfpzmVQqOcFku7 { width:248px;height:260px;top:167.00009155273px;left:36px;display:block; }
 }@media only screen and (max-width: 763px) { #BTpwKQwLrw2vbHNwPv4fUlg3dM10ylCf { width:248px;height:50px;top:794.35000610352px;left:36px;display:block; }
 }@media only screen and (max-width: 763px) { #VvhDnJvnDT7cuEWdVB9oprFVq8bAztDX { display:block; }#VvhDnJvnDT7cuEWdVB9oprFVq8bAztDX > .row .container { width:320px;height:231px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q88Trp0SWGDU6pTvg47DPTHcfHhgi00Q { width:318px;height:200px;top:20px;left:1px;display:block; }
 }@media only screen and (max-width: 763px) { #k0uZEkCbIZDkXsaTvyOavUETiQQHLGOt { width:320px;height:113px;top:66.5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #VrtvNWOO3u4OifQiiCpsLULeUiflRJ7e { display:block; }#VrtvNWOO3u4OifQiiCpsLULeUiflRJ7e > .row .container { width:320px;height:272px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wuJtF9oWATDOGppnrTrawdxh4IdtQdre { width:56px;height:56px;top:66.5px;left:46.987501144409px;font-size:39px;display:block; }
 }@media only screen and (max-width: 763px) { #myetS9wSogDdUEZZ0XuCSsgvFdT2qzd8 { width:66px;height:66px;top:61.5px;left:101.99999809265px;font-size:46px;display:block; }
 }@media only screen and (max-width: 763px) { #Av8oLo1SqSTiWpgMEiPd4xELbosTgveH { width:64px;height:64px;top:62.5px;left:167.00000572205px;font-size:44px;display:block; }
 }@media only screen and (max-width: 763px) { #lEzqgULB9K9irpNLeap3NBCmN2ldFiZp { width:65px;height:65px;top:62px;left:230.00000572205px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #xu8cOTMZhRG07xGUnvhJ5b73hac3qQHZ { width:320px;height:26px;top:20px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #b9o3Rw8FuSwhc2ScZckWTVnVGXDkznT0 { width:200px;height:18.2px;top:152.49920654297px;left:59.999998092651px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #TsRIZ7azyHXOiTifvVfayfXTnXsAHBR0 { width:200px;height:18.2px;top:184.30000305176px;left:59.999998092651px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #NFlmcuisaxdmhGDCebM7lveNQTwgorgx { width:200px;height:18.2px;top:221.09999084473px;left:59.999998092651px;font-size:14px;display:block; }
 }