.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#ExGqPX7DPvGrOyOTPFEFFJxU2aqTngdK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.2);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; }#ExGqPX7DPvGrOyOTPFEFFJxU2aqTngdK > .row .container { background-color: transparent; background-image: none; }#ExGqPX7DPvGrOyOTPFEFFJxU2aqTngdK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExGqPX7DPvGrOyOTPFEFFJxU2aqTngdK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExGqPX7DPvGrOyOTPFEFFJxU2aqTngdK > .row .container > .video-iframe-container { display: none; }#ExGqPX7DPvGrOyOTPFEFFJxU2aqTngdK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExGqPX7DPvGrOyOTPFEFFJxU2aqTngdK > .row > .video-iframe-container { display: none; }#ExGqPX7DPvGrOyOTPFEFFJxU2aqTngdK > .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); }#ExGqPX7DPvGrOyOTPFEFFJxU2aqTngdK > .row .container { border-width: 0; border-radius: 0; }#ExGqPX7DPvGrOyOTPFEFFJxU2aqTngdK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ExGqPX7DPvGrOyOTPFEFFJxU2aqTngdK > .row .container { font-size:14px;font-family:arial;height:50px;width:1200px;position:relative;display:block; }#IQB0mIw6x0ErkyrIxzJuIyx7GEQ6Pxnc { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:25px;width:182px;top:12.5px;left:0px;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/fiaT0tfW/Ebooks_Shop_BG.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { 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 > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:"open sans";height:650px;width:1200px;overflow:visible;position:relative;display:block; }#LiIG05yFccCaGLlDouf3zINZxvhLGe9M { color:#3a3f55;display:block;width:430px;position:absolute;font-family:lato;font-size:36px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:165.80000305176px;left:655.50001525879px;height:93.6px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OrTNb4N6TLvmPQeZFlhF2n4O0cr4MIUP { 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:127px;width:167px;top:149.10000610352px;left:624.80003356934px;overflow:hidden;display:block; }
#mHmkSNdhN3plT3p7UKpxo4EpCe7NwFwk { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:250px;height:60px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:489.80001831055px;left:688.99998474121px;display:block; }
#C0n7NbWvMFk9F8AVJ66ochgDxZldZGDP { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#tMExTBAezxTcMziUtvnSUyuiVWLtuHdc { 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:231px;width:462px;top:296.30001831055px;left:227.80000305176px;overflow:hidden;display:block; }
#omQ3HvteGGGRekTLs67VSMiRb4tWqTC9 { position:absolute;display:block;z-index:15010;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:403px;width:284px;top:123.5px;left:231.00001525879px;overflow:hidden;display:block; }
#FyiTN1HtQVlVh8VSiOFZMcAEs55ix0cz { color:#ff700a;display:block;width:340px;position:absolute;font-family:lato;font-size:21px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:333.64999389648px;left:727.49998474121px;height:27.3px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#bKCPvX546OT5NL95yuv7T3TxFndKDL2F { 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:15011;opacity:1;top:318.30001831055px;left:668.99998474121px; }
#IeG3k1vmRputHB1rU1g88yrAhX6ND6Of { color:rgba(0,0,0,0.7);display:block;width:326px;position:absolute;font-family:lato;font-size:20px;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:403.20001220703px;left:669.00001525879px;height:52px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xT8xZgyKDVUCk8QtumTTkUieghBRKRBl { color:rgba(0,0,0,0.7);display:block;width:334px;position:absolute;font-family:lato;font-size:18px;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:119.80000305176px;left:624.80003356934px;height:46.8px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff700a;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; }#HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ > .row .container { background-color: transparent; background-image: none; }#HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ > .row .container > .video-iframe-container { display: none; }#HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ > .row > .video-iframe-container { display: none; }#HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ > .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); }#HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ > .row .container { border-width: 0; border-radius: 0; }#HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ > .row .container { font-size:14px;font-family:arial;height:100px;width:1200px;position:relative;display:block; }#TcpxoEiyZ8fsmtiiA5y6Wu6karW7LwPJ { color:#ffffff;display:block;width:1200px;position:absolute;font-family:lato;font-size:25px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:33.750003814697px;left:0px;height:32.5px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uvmHxoIIvxz9fZ5rvHvqgJAOJM1kbZXx { 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; }#uvmHxoIIvxz9fZ5rvHvqgJAOJM1kbZXx > .row .container { background-color: transparent; background-image: none; }#uvmHxoIIvxz9fZ5rvHvqgJAOJM1kbZXx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uvmHxoIIvxz9fZ5rvHvqgJAOJM1kbZXx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uvmHxoIIvxz9fZ5rvHvqgJAOJM1kbZXx > .row .container > .video-iframe-container { display: none; }#uvmHxoIIvxz9fZ5rvHvqgJAOJM1kbZXx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uvmHxoIIvxz9fZ5rvHvqgJAOJM1kbZXx > .row > .video-iframe-container { display: none; }#uvmHxoIIvxz9fZ5rvHvqgJAOJM1kbZXx > .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); }#uvmHxoIIvxz9fZ5rvHvqgJAOJM1kbZXx > .row .container { border-width: 0; border-radius: 0; }#uvmHxoIIvxz9fZ5rvHvqgJAOJM1kbZXx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uvmHxoIIvxz9fZ5rvHvqgJAOJM1kbZXx > .row .container { font-size:14px;font-family:arial;height:300px;width:1200px;position:relative;display:block; }#JNkDs0qusQTlTo3iPug50HozUk7x5v2p { color:#ff700a;display:block;width:254px;position:absolute;font-family:lato;font-size:18px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:196px;left:73px;height:70.2px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KMPO3dyS2zW4sZ1kiKeAIgQeeEiWfVRh { color:#ff700a;display:block;width:240px;position:absolute;font-family:lato;font-size:18px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:196px;left:480.00001525879px;height:70.2px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DesoMJH5wTn4VtxOPrDk2KNUx1x7XG33 { color:#ff700a;display:block;width:246px;position:absolute;font-family:lato;font-size:18px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:196.00000762939px;left:885.50001525879px;height:46.8px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HgNHR3Tfx1cPW2lelI3lWzEy3TrwZLOU { box-sizing:content-box;color:#5d92ff;font-size:87px;font-weight:400;line-height:1;height:125px;width:125px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:45.900001525879px;left:946.00001525879px; }
#OsnoHfdSb1dxH8nSTPK6cBqpKvSAU8iP { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:125px;width:125px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:45.900009155273px;left:537.50001525879px; }
#bWs8ahio3k58cRHeNq8KzX6QsTxoEe8g { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:125px;width:125px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:45.900001525879px;left:137.48750305176px; }
#DQN1WxSWlGflw9xALdJ0zo8zhVKiQ8cT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff700a;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; }#DQN1WxSWlGflw9xALdJ0zo8zhVKiQ8cT > .row .container { background-color: transparent; background-image: none; }#DQN1WxSWlGflw9xALdJ0zo8zhVKiQ8cT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DQN1WxSWlGflw9xALdJ0zo8zhVKiQ8cT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DQN1WxSWlGflw9xALdJ0zo8zhVKiQ8cT > .row .container > .video-iframe-container { display: none; }#DQN1WxSWlGflw9xALdJ0zo8zhVKiQ8cT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DQN1WxSWlGflw9xALdJ0zo8zhVKiQ8cT > .row > .video-iframe-container { display: none; }#DQN1WxSWlGflw9xALdJ0zo8zhVKiQ8cT > .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); }#DQN1WxSWlGflw9xALdJ0zo8zhVKiQ8cT > .row .container { border-width: 0; border-radius: 0; }#DQN1WxSWlGflw9xALdJ0zo8zhVKiQ8cT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DQN1WxSWlGflw9xALdJ0zo8zhVKiQ8cT > .row .container { font-size:14px;font-family:arial;height:130px;width:1200px;position:relative;display:block; }#h7qoNU6fVk8Puyld8qlmSn2BauAt8Age { color:#ffffff;display:block;width:921px;position:absolute;font-family:lato;font-size:25px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:32.5px;left:139.48750305176px;height:65px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pvJoucLXHyhtoeNBWyMhdLsa9OhgBzBt { 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; }#pvJoucLXHyhtoeNBWyMhdLsa9OhgBzBt > .row .container { background-color: transparent; background-image: none; }#pvJoucLXHyhtoeNBWyMhdLsa9OhgBzBt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvJoucLXHyhtoeNBWyMhdLsa9OhgBzBt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvJoucLXHyhtoeNBWyMhdLsa9OhgBzBt > .row .container > .video-iframe-container { display: none; }#pvJoucLXHyhtoeNBWyMhdLsa9OhgBzBt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvJoucLXHyhtoeNBWyMhdLsa9OhgBzBt > .row > .video-iframe-container { display: none; }#pvJoucLXHyhtoeNBWyMhdLsa9OhgBzBt > .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); }#pvJoucLXHyhtoeNBWyMhdLsa9OhgBzBt > .row .container { border-width: 0; border-radius: 0; }#pvJoucLXHyhtoeNBWyMhdLsa9OhgBzBt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pvJoucLXHyhtoeNBWyMhdLsa9OhgBzBt > .row .container { font-size:14px;font-family:arial;height:500px;width:1200px;position:relative;display:block; }#Lcm0SxuhTFtmnslErxNCZo1kLcxQasxf { color:#000000;display:block;width:1200px;position:absolute;font-family:lato;font-size:25px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:46px;left:0px;height:32.5px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cauwFGAHuhXR3D4Or4HGufVNAv75pRIV { color:rgba(0,0,0,0.7);display:block;width:450px;position:absolute;font-family:lato;font-size:18px;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:92px;left:375px;height:23.4px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EKbmKqtUB5M0vnKlgN0CDB9MlTqaN1Ew { color:rgba(0,0,0,0.7);display:block;width:334px;position:absolute;font-family:lato;font-size:18px;font-weight:400;z-index:15008;line-height:1.8;letter-spacing:0;top:282px;left:655px;height:97.2px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CCoASSOo09nuNotdhV97JtwFKF2HHcWP { position:absolute;display:block;z-index:15010;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:300px;width:300px;top:149px;left:211px;overflow:hidden;display:block; }
#T2GSQBVIIMuuoAN9i654Id3f7ZRshf3c { color:#ff700a;display:block;width:334px;position:absolute;font-family:lato;font-size:22px;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:185px;left:616px;height:39.6px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NsPoxl8OdP28q07i1zPTrcI7McZe8TJq { box-sizing:content-box;color:#5d92ff;font-size:17px;font-weight:400;line-height:1;height:25px;width:25px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:349px;left:616px; }
#NsPoxl8OdP28q07i1zPTrcI7McZe8TJq > img { max-width: 100%;max-height:100%; }#KyxDBO5a7kaEXgzJ6W2krxZIOTO78Twu { color:rgba(0,0,0,0.7);display:block;width:334px;position:absolute;font-family:lato;font-size:18px;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:234px;left:616px;height:32.4px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vS3zQy9NAAcFZo5aNzTJ90GZ6TdIkrky { box-sizing:content-box;color:#5d92ff;font-size:17px;font-weight:400;line-height:1;height:25px;width:25px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:318px;left:616px; }
#CFHRVQ1dydlxxOW00zwZEasF4lszVDqR { box-sizing:content-box;color:#5d92ff;font-size:17px;font-weight:400;line-height:1;height:25px;width:25px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:287px;left:616px; }
#xKTpoDeF6C1QgBySQQXHLzxJcz9VfmCS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff700a;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; }#xKTpoDeF6C1QgBySQQXHLzxJcz9VfmCS > .row .container { background-color: transparent; background-image: none; }#xKTpoDeF6C1QgBySQQXHLzxJcz9VfmCS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xKTpoDeF6C1QgBySQQXHLzxJcz9VfmCS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xKTpoDeF6C1QgBySQQXHLzxJcz9VfmCS > .row .container > .video-iframe-container { display: none; }#xKTpoDeF6C1QgBySQQXHLzxJcz9VfmCS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xKTpoDeF6C1QgBySQQXHLzxJcz9VfmCS > .row > .video-iframe-container { display: none; }#xKTpoDeF6C1QgBySQQXHLzxJcz9VfmCS > .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); }#xKTpoDeF6C1QgBySQQXHLzxJcz9VfmCS > .row .container { border-width: 0; border-radius: 0; }#xKTpoDeF6C1QgBySQQXHLzxJcz9VfmCS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xKTpoDeF6C1QgBySQQXHLzxJcz9VfmCS > .row .container { font-size:14px;font-family:arial;height:99px;width:1200px;position:relative;display:block; }#v0pewzF6e74GN14AUzZQ6CtpLEMkTtkV { color:#ffffff;display:block;width:409px;position:absolute;font-family:lato;font-size:24px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:33.900024414062px;left:188px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KVRToX2fiAIvZTm4MUz9Cb29823THWGX { 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:15011;opacity:1;top:29.5px;left:604px; }
#KVRToX2fiAIvZTm4MUz9Cb29823THWGX > img { max-width: 100%;max-height:100%; }#HVJtXEzigfulUT5MAug8J5rkHT6mmDEW { 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:15012;opacity:1;top:29px;left:699px; }
#HVJtXEzigfulUT5MAug8J5rkHT6mmDEW > img { max-width: 100%;max-height:100%; }#UJoDxRyLphCyNRSfQMrefJK5hbGXRQ9N { 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:15013;opacity:1;top:29px;left:787px; }
#UJoDxRyLphCyNRSfQMrefJK5hbGXRQ9N > img { max-width: 100%;max-height:100%; }#TfDatW2OvxiLxUyU5p8RBPI8r7ev5AAJ { 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:15014;opacity:1;top:28.5px;left:878.59994506836px; }
#TfDatW2OvxiLxUyU5p8RBPI8r7ev5AAJ > img { max-width: 100%;max-height:100%; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ExGqPX7DPvGrOyOTPFEFFJxU2aqTngdK { display:block; }#ExGqPX7DPvGrOyOTPFEFFJxU2aqTngdK > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IQB0mIw6x0ErkyrIxzJuIyx7GEQ6Pxnc { width:182px;height:25px;top:12px;left:0px;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) { #LiIG05yFccCaGLlDouf3zINZxvhLGe9M { width:430px;height:94px;top:165px;left:334px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #OrTNb4N6TLvmPQeZFlhF2n4O0cr4MIUP { width:167px;height:127px;top:149px;left:406.80003356934px;display:block; }
 }@media only screen and (max-width: 763px) { #mHmkSNdhN3plT3p7UKpxo4EpCe7NwFwk { width:250px;height:60px;top:489px;left:470.99998474121px;display:block; }
 }@media only screen and (max-width: 763px) { #C0n7NbWvMFk9F8AVJ66ochgDxZldZGDP { display:block; }
 }@media only screen and (max-width: 763px) { #tMExTBAezxTcMziUtvnSUyuiVWLtuHdc { width:462px;height:231px;top:296px;left:9.8000030517578px;display:block; }
 }@media only screen and (max-width: 763px) { #omQ3HvteGGGRekTLs67VSMiRb4tWqTC9 { width:284px;height:403px;top:123px;left:13.000015258789px;display:block; }
 }@media only screen and (max-width: 763px) { #FyiTN1HtQVlVh8VSiOFZMcAEs55ix0cz { width:340px;height:27px;top:333px;left:424px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #bKCPvX546OT5NL95yuv7T3TxFndKDL2F { width:50px;height:50px;top:318px;left:450.99998474121px;display:block; }
 }@media only screen and (max-width: 763px) { #IeG3k1vmRputHB1rU1g88yrAhX6ND6Of { width:326px;height:52px;top:403px;left:438px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #xT8xZgyKDVUCk8QtumTTkUieghBRKRBl { width:334px;height:46px;top:119px;left:406.80003356934px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ { display:block; }#HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcpxoEiyZ8fsmtiiA5y6Wu6karW7LwPJ { width:764px;height:32px;top:33px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #uvmHxoIIvxz9fZ5rvHvqgJAOJM1kbZXx { display:block; }#uvmHxoIIvxz9fZ5rvHvqgJAOJM1kbZXx > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JNkDs0qusQTlTo3iPug50HozUk7x5v2p { width:254px;height:70px;top:196px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #KMPO3dyS2zW4sZ1kiKeAIgQeeEiWfVRh { width:240px;height:70px;top:196px;left:261.00001525879px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #DesoMJH5wTn4VtxOPrDk2KNUx1x7XG33 { width:246px;height:46px;top:196px;left:516px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #HgNHR3Tfx1cPW2lelI3lWzEy3TrwZLOU { width:125px;height:125px;top:45px;left:581.00001525879px;display:block; }
 }@media only screen and (max-width: 763px) { #OsnoHfdSb1dxH8nSTPK6cBqpKvSAU8iP { width:125px;height:125px;top:45px;left:318.50001525879px;display:block; }
 }@media only screen and (max-width: 763px) { #bWs8ahio3k58cRHeNq8KzX6QsTxoEe8g { width:125px;height:125px;top:45px;left:64.487503051758px;display:block; }
 }@media only screen and (max-width: 763px) { #DQN1WxSWlGflw9xALdJ0zo8zhVKiQ8cT { display:block; }#DQN1WxSWlGflw9xALdJ0zo8zhVKiQ8cT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h7qoNU6fVk8Puyld8qlmSn2BauAt8Age { width:764px;height:65px;top:32px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #pvJoucLXHyhtoeNBWyMhdLsa9OhgBzBt { display:block; }#pvJoucLXHyhtoeNBWyMhdLsa9OhgBzBt > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lcm0SxuhTFtmnslErxNCZo1kLcxQasxf { width:764px;height:32px;top:46px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #cauwFGAHuhXR3D4Or4HGufVNAv75pRIV { width:450px;height:23px;top:92px;left:157px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #EKbmKqtUB5M0vnKlgN0CDB9MlTqaN1Ew { width:334px;height:97px;top:282px;left:430px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #CCoASSOo09nuNotdhV97JtwFKF2HHcWP { width:300px;height:300px;top:149px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #T2GSQBVIIMuuoAN9i654Id3f7ZRshf3c { width:334px;height:39px;top:185px;left:398px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #NsPoxl8OdP28q07i1zPTrcI7McZe8TJq { width:25px;height:25px;top:349px;left:398px;display:block; }
#NsPoxl8OdP28q07i1zPTrcI7McZe8TJq > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #KyxDBO5a7kaEXgzJ6W2krxZIOTO78Twu { width:334px;height:32px;top:234px;left:398px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #vS3zQy9NAAcFZo5aNzTJ90GZ6TdIkrky { width:25px;height:25px;top:318px;left:398px;display:block; }
 }@media only screen and (max-width: 763px) { #CFHRVQ1dydlxxOW00zwZEasF4lszVDqR { width:25px;height:25px;top:287px;left:398px;display:block; }
 }@media only screen and (max-width: 763px) { #xKTpoDeF6C1QgBySQQXHLzxJcz9VfmCS { display:block; }#xKTpoDeF6C1QgBySQQXHLzxJcz9VfmCS > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v0pewzF6e74GN14AUzZQ6CtpLEMkTtkV { width:409px;height:;top:33px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #KVRToX2fiAIvZTm4MUz9Cb29823THWGX { width:42px;height:42px;top:29px;left:386px;display:block; }
#KVRToX2fiAIvZTm4MUz9Cb29823THWGX > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #HVJtXEzigfulUT5MAug8J5rkHT6mmDEW { width:41px;height:41px;top:29px;left:481px;display:block; }
#HVJtXEzigfulUT5MAug8J5rkHT6mmDEW > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #UJoDxRyLphCyNRSfQMrefJK5hbGXRQ9N { width:41px;height:41px;top:29px;left:569px;display:block; }
#UJoDxRyLphCyNRSfQMrefJK5hbGXRQ9N > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #TfDatW2OvxiLxUyU5p8RBPI8r7ev5AAJ { width:42px;height:42px;top:28px;left:660.59994506836px;display:block; }
#TfDatW2OvxiLxUyU5p8RBPI8r7ev5AAJ > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ExGqPX7DPvGrOyOTPFEFFJxU2aqTngdK { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#ExGqPX7DPvGrOyOTPFEFFJxU2aqTngdK > .row .container { background-color: transparent; background-image: none; }#ExGqPX7DPvGrOyOTPFEFFJxU2aqTngdK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExGqPX7DPvGrOyOTPFEFFJxU2aqTngdK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExGqPX7DPvGrOyOTPFEFFJxU2aqTngdK > .row .container > .video-iframe-container { display: none; }#ExGqPX7DPvGrOyOTPFEFFJxU2aqTngdK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ExGqPX7DPvGrOyOTPFEFFJxU2aqTngdK > .row > .video-iframe-container { display: none; }#ExGqPX7DPvGrOyOTPFEFFJxU2aqTngdK > .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); }#ExGqPX7DPvGrOyOTPFEFFJxU2aqTngdK > .row .container { width:320px;height:50px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IQB0mIw6x0ErkyrIxzJuIyx7GEQ6Pxnc { width:182px;height:25px;top:12.5px;left:69.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:853px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LiIG05yFccCaGLlDouf3zINZxvhLGe9M { width:302px;height:65px;top:47px;left:8.9875001907349px;text-align:right;text-align-last:right;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #OrTNb4N6TLvmPQeZFlhF2n4O0cr4MIUP { width:167px;height:87px;top:36px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #mHmkSNdhN3plT3p7UKpxo4EpCe7NwFwk { width:250px;height:60px;top:718px;left:35.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #C0n7NbWvMFk9F8AVJ66ochgDxZldZGDP { display:block; }
 }@media only screen and (max-width: 763px) { #tMExTBAezxTcMziUtvnSUyuiVWLtuHdc { width:286px;height:142px;top:366px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #omQ3HvteGGGRekTLs67VSMiRb4tWqTC9 { width:284px;height:403px;top:149.5px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #FyiTN1HtQVlVh8VSiOFZMcAEs55ix0cz { width:262px;height:27.3px;top:593.14999389648px;left:57.999998092651px;text-align:left;text-align-last:left;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #bKCPvX546OT5NL95yuv7T3TxFndKDL2F { width:50px;height:50px;top:581.80001831055px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #IeG3k1vmRputHB1rU1g88yrAhX6ND6Of { width:320px;height:46.8px;top:640px;left:0px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #xT8xZgyKDVUCk8QtumTTkUieghBRKRBl { width:320px;height:46.8px;top:5px;left:0px;text-align:left;text-align-last:left;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ { display:block; }#HhzgLMdINI9EEeq8TeqFe3446HHPRFsJ > .row .container { width:320px;height:100px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcpxoEiyZ8fsmtiiA5y6Wu6karW7LwPJ { width:320px;height:59.8px;top:22.999938964844px;left:0px;text-align:center;text-align-last:center;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #uvmHxoIIvxz9fZ5rvHvqgJAOJM1kbZXx { display:block; }#uvmHxoIIvxz9fZ5rvHvqgJAOJM1kbZXx > .row .container { width:320px;height:680px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JNkDs0qusQTlTo3iPug50HozUk7x5v2p { width:254px;height:70.2px;top:173px;left:33px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KMPO3dyS2zW4sZ1kiKeAIgQeeEiWfVRh { width:254px;height:70.2px;top:400px;left:33px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #DesoMJH5wTn4VtxOPrDk2KNUx1x7XG33 { width:254px;height:46.8px;top:592px;left:33.000000953674px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #HgNHR3Tfx1cPW2lelI3lWzEy3TrwZLOU { width:93px;height:93px;top:483.40003967285px;left:113.50000095367px;display:block; }
 }@media only screen and (max-width: 763px) { #OsnoHfdSb1dxH8nSTPK6cBqpKvSAU8iP { width:106px;height:106px;top:282px;left:107px;display:block; }
 }@media only screen and (max-width: 763px) { #bWs8ahio3k58cRHeNq8KzX6QsTxoEe8g { width:125px;height:125px;top:34px;left:98px;display:block; }
 }@media only screen and (max-width: 763px) { #DQN1WxSWlGflw9xALdJ0zo8zhVKiQ8cT { display:block; }#DQN1WxSWlGflw9xALdJ0zo8zhVKiQ8cT > .row .container { width:320px;height:250px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h7qoNU6fVk8Puyld8qlmSn2BauAt8Age { width:320px;height:179.4px;top:41px;left:-0.10000038146973px;text-align:center;text-align-last:center;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #pvJoucLXHyhtoeNBWyMhdLsa9OhgBzBt { display:block; }#pvJoucLXHyhtoeNBWyMhdLsa9OhgBzBt > .row .container { width:320px;height:670px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lcm0SxuhTFtmnslErxNCZo1kLcxQasxf { width:320px;height:20.8px;top:26px;left:0px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cauwFGAHuhXR3D4Or4HGufVNAv75pRIV { width:320px;height:46.8px;top:60px;left:0px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EKbmKqtUB5M0vnKlgN0CDB9MlTqaN1Ew { width:276px;height:91.8px;top:533.00001525879px;left:44.000000953674px;text-align:left;text-align-last:left;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #CCoASSOo09nuNotdhV97JtwFKF2HHcWP { width:300px;height:300px;top:209.82500457764px;left:9.9875001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #T2GSQBVIIMuuoAN9i654Id3f7ZRshf3c { width:320px;height:39.6px;top:126px;left:0px;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #NsPoxl8OdP28q07i1zPTrcI7McZe8TJq { display:flex;width:25px;height:25px;top:599px;left:10px; }
#NsPoxl8OdP28q07i1zPTrcI7McZe8TJq > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #KyxDBO5a7kaEXgzJ6W2krxZIOTO78Twu { width:320px;height:32.4px;top:166px;left:0px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #vS3zQy9NAAcFZo5aNzTJ90GZ6TdIkrky { display:flex;width:25px;height:25px;top:566px;left:10px; }
 }@media only screen and (max-width: 763px) { #CFHRVQ1dydlxxOW00zwZEasF4lszVDqR { display:flex;width:25px;height:25px;top:535px;left:10px; }
 }@media only screen and (max-width: 763px) { #xKTpoDeF6C1QgBySQQXHLzxJcz9VfmCS { display:block; }#xKTpoDeF6C1QgBySQQXHLzxJcz9VfmCS > .row .container { width:320px;height:169px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v0pewzF6e74GN14AUzZQ6CtpLEMkTtkV { width:250px;height:20.8px;top:26px;left:35px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KVRToX2fiAIvZTm4MUz9Cb29823THWGX { width:42px;height:42px;top:78.800018310547px;left:15px;display:block; }
#KVRToX2fiAIvZTm4MUz9Cb29823THWGX > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #HVJtXEzigfulUT5MAug8J5rkHT6mmDEW { width:41px;height:41px;top:79.300018310547px;left:99px;display:block; }
#HVJtXEzigfulUT5MAug8J5rkHT6mmDEW > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #UJoDxRyLphCyNRSfQMrefJK5hbGXRQ9N { width:41px;height:41px;top:79.300018310547px;left:181.5px;display:block; }
#UJoDxRyLphCyNRSfQMrefJK5hbGXRQ9N > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #TfDatW2OvxiLxUyU5p8RBPI8r7ev5AAJ { width:42px;height:42px;top:78.800018310547px;left:259.5px;display:block; }
#TfDatW2OvxiLxUyU5p8RBPI8r7ev5AAJ > img { max-width: 100%;max-height:100%; } }