.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xqVnZBCWgm8Pq0sgbZegIx9hUmsdVqg1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,199,95,0.29), rgba(255,255,255,0.48));background-image: -moz-linear-gradient(180deg, rgba(255,199,95,0.29), rgba(255,255,255,0.48));background-image: -ms-linear-gradient(180deg, rgba(255,199,95,0.29), rgba(255,255,255,0.48));background-image: -o-linear-gradient(180deg, rgba(255,199,95,0.29), rgba(255,255,255,0.48));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc75f49', endColorstr='#ffffff7a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc75f49', endColorstr='#ffffff7a' );";background-image: linear-gradient(180deg, rgba(255,199,95,0.29), rgba(255,255,255,0.48));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xqVnZBCWgm8Pq0sgbZegIx9hUmsdVqg1 > .row .container { background-color: transparent; background-image: none; }#xqVnZBCWgm8Pq0sgbZegIx9hUmsdVqg1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xqVnZBCWgm8Pq0sgbZegIx9hUmsdVqg1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xqVnZBCWgm8Pq0sgbZegIx9hUmsdVqg1 > .row .container > .video-iframe-container { display: none; }#xqVnZBCWgm8Pq0sgbZegIx9hUmsdVqg1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xqVnZBCWgm8Pq0sgbZegIx9hUmsdVqg1 > .row > .video-iframe-container { display: none; }#xqVnZBCWgm8Pq0sgbZegIx9hUmsdVqg1 > .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); }#xqVnZBCWgm8Pq0sgbZegIx9hUmsdVqg1 > .row .container { border-width: 0; border-radius: 0; }#xqVnZBCWgm8Pq0sgbZegIx9hUmsdVqg1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xqVnZBCWgm8Pq0sgbZegIx9hUmsdVqg1 > .row .container { font-size:0.875rem;font-family:arial;height:38.875rem;width:60rem;position:relative;display:block; }#LzBMQ4tUp5vEW5TnSyerftETVSPL8dZ7 { color:#000000;display:block;width:55.4375rem;position:absolute;font-family:montserrat;font-size:3.1875rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:5.125rem;left:2.28125rem;height:8.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UhB6JOcwPSpMB7WcFrscLiRWb6bGoXNa { color:#000000;display:block;width:36.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:2.3125rem;left:11.53125rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C4fT2x9ntq89zRcocdbeGnBp4a34HxyD { color:#000000;display:block;width:55.9375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:15.125rem;left:2.03125rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K10myMTJ75r97wmoVDQkXBbK3zB7AGhh { color:#000000;display:block;width:55.4375rem;position:absolute;font-family:montserrat;font-size:3.4375rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:5.625rem;left:2.9375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#nz3HxTXD3ZLJ0NtvlqmTLEBxxL8ZrCLn { color:#000000;display:block;width:55.9375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:15.125rem;left:2.03125rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wsqZiEXsVdyua1Mr3EnxGuJEcSXnEHcV { background-color:#845ec2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.75rem;height:4.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:22.375rem;left:14.125rem;display:block; }
#Hiqs6LJLaW0PyacUWHfQLJ4ifOPpdTPP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lb6dZptgTMmu7AHk4f2kozVzql53Q3rM .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#lb6dZptgTMmu7AHk4f2kozVzql53Q3rM .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.62875rem;padding-right:0.56rem;padding-bottom:0.62875rem;padding-left:0.56rem;display:block;align-items:center;width:3.359375rem;min-width:3.359375rem;height:3.38rem;position:relative;font-family:"open sans";font-size:2.51625rem;font-weight:700;line-height:54.08px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lb6dZptgTMmu7AHk4f2kozVzql53Q3rM .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.393125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.479375rem;height:1.33625rem;position:relative;font-family:"open sans";font-size:0.94375rem;font-weight:400;line-height:21.38px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#lb6dZptgTMmu7AHk4f2kozVzql53Q3rM { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:22.125rem;height:6.3125rem;padding-top:0.78625rem;padding-right:0.8rem;padding-bottom:0.78625rem;padding-left:0.8rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:28.1875rem;left:18.1357421875rem;z-index:15006; }
#lb6dZptgTMmu7AHk4f2kozVzql53Q3rM #cZcxgCExLSlQyNn9xJ4hXQhW4zvwZIl4 { display:flex;position:relative;top:0rem;left:0rem; }
#lb6dZptgTMmu7AHk4f2kozVzql53Q3rM #uysl6lU31xUzaErCP3lUrDryUaABkWGN { width:auto; }
#lb6dZptgTMmu7AHk4f2kozVzql53Q3rM #UdtCVrhLs0c3rqBueThKhk0eoec8dm6p {  }
#lb6dZptgTMmu7AHk4f2kozVzql53Q3rM #pFgLFS2HLpf968pcmWqIUEb7lcVNtvFN { display:flex;position:relative;top:0rem;left:0rem; }
#lb6dZptgTMmu7AHk4f2kozVzql53Q3rM #J9xFEBaOM6ntdh8222075lxmRFc33vLi {  }
#lb6dZptgTMmu7AHk4f2kozVzql53Q3rM #DKCUCV30Tzq7keKDTKPS3dBcazLRqKTr {  }
#lb6dZptgTMmu7AHk4f2kozVzql53Q3rM #DedrgvwwLPdondGX7zQ3HsyWWrs7VHIq { display:flex;position:relative;top:0rem;left:0rem; }
#lb6dZptgTMmu7AHk4f2kozVzql53Q3rM #WX4C4t4JoSEWoO32KEtuPxGi5ZsCfXJ0 {  }
#lb6dZptgTMmu7AHk4f2kozVzql53Q3rM #zKRtprIcBHFS2CsAwsWPdPLkcc6UOSmc {  }
#lb6dZptgTMmu7AHk4f2kozVzql53Q3rM #l8tGOA3bU7tfQmyUJrkGqZITkeFuuPfM { display:flex;position:relative;top:0rem;left:0rem; }
#lb6dZptgTMmu7AHk4f2kozVzql53Q3rM #KVin16exsIQkbrkJL1MS6GLv7srNsdID {  }
#lb6dZptgTMmu7AHk4f2kozVzql53Q3rM #xfMVJBdMv9P33ObPGGvOwzCM8h23Qxuq {  }
#ZWT4EdJGQAoKInnNMqgzhsorbvvpXw9G { position:relative;display:block; }#ZWT4EdJGQAoKInnNMqgzhsorbvvpXw9G { background-color: transparent; background-image: none; }#ZWT4EdJGQAoKInnNMqgzhsorbvvpXw9G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWT4EdJGQAoKInnNMqgzhsorbvvpXw9G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWT4EdJGQAoKInnNMqgzhsorbvvpXw9G > .row .container > .video-iframe-container { display: none; }#ZWT4EdJGQAoKInnNMqgzhsorbvvpXw9G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWT4EdJGQAoKInnNMqgzhsorbvvpXw9G > .row > .video-iframe-container { display: none; }#ZWT4EdJGQAoKInnNMqgzhsorbvvpXw9G > .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); }#ZWT4EdJGQAoKInnNMqgzhsorbvvpXw9G { border-width: 0; border-radius: 0; }#ZWT4EdJGQAoKInnNMqgzhsorbvvpXw9G > .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; }#ZWT4EdJGQAoKInnNMqgzhsorbvvpXw9G > .row .container { border-top:0.375rem dashed #ff0042;border-left:0.375rem dashed #ff0042;border-right:0.375rem dashed #ff0042;border-bottom:0.375rem dashed #ff0042;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:19.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MzbBTsMLFwmzw3D9F8s3Ag7eeJh8EK8D { color:#000000;display:block;width:53.5rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:1.125rem;left:3.25rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xumJMCiJvL45TS7bNy0ui0WTrIViOIFO { color:#000000;display:block;width:56.8125rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:5.1875rem;left:1.59375rem;height:13.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qvlGgsp56CZf0IFEsQNKraX7PgT4bqUw { position:relative;display:block; }#qvlGgsp56CZf0IFEsQNKraX7PgT4bqUw { background-color: transparent; background-image: none; }#qvlGgsp56CZf0IFEsQNKraX7PgT4bqUw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qvlGgsp56CZf0IFEsQNKraX7PgT4bqUw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qvlGgsp56CZf0IFEsQNKraX7PgT4bqUw > .row .container > .video-iframe-container { display: none; }#qvlGgsp56CZf0IFEsQNKraX7PgT4bqUw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qvlGgsp56CZf0IFEsQNKraX7PgT4bqUw > .row > .video-iframe-container { display: none; }#qvlGgsp56CZf0IFEsQNKraX7PgT4bqUw > .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); }#qvlGgsp56CZf0IFEsQNKraX7PgT4bqUw { border-width: 0; border-radius: 0; }#qvlGgsp56CZf0IFEsQNKraX7PgT4bqUw > .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; }#qvlGgsp56CZf0IFEsQNKraX7PgT4bqUw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:38.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pcGoR9cMF8lN8hS6KBP3yKeyaFxngHQZ { color:#000000;display:block;width:53.5rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:2.9375rem;left:1.6875rem;height:3.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M80EBwOBpfzTQLZI1Ttgn8yVoIx2RILv { color:#000000;display:block;width:53.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:10.1875rem;left:3.8125rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dVmF6tMJgZESbsRrdCH2mRscCc6i0vFT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:10.0625rem;left:1.6875rem; }
#aFuTTmJ8D4nSHM8Hso4J2GNSUoCh5MIL { color:#000000;display:block;width:53.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:13.3125rem;left:3.8125rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ULqVrkD8zqZ03EPlwBopt3OJWdyKp17a { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:13.1875rem;left:1.6875rem; }
#UkSlDTQtaOEzstC8r3FnD351opM9h5hQ { color:#000000;display:block;width:53.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:16.625rem;left:3.8125rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E1Iv4cs5HrMxrP1GCzkd3Wtv3JJrkSSh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:17.4375rem;left:1.75rem; }
#lt6TZ7t04RHmpdkaqZJUKwTwTnlOAnTx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:21.75rem;left:1.75rem; }
#qRFu3ZNQPdidWAUSIdQF9aVBD7rnKQmU { color:#000000;display:block;width:54.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:21.1875rem;left:3.8125rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dnypT0ELLgIILTJ2axlWTJ0ZE6QZO5W1 { color:#000000;display:block;width:53.5rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:25.625rem;left:3.75rem;height:4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#THn1UdMble2XDitE3LuqeP4rdRMB4xLv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:26.5625rem;left:1.75rem; }
#XI4zlUk5p1swKhDT9OkGLeGoQZJmdREQ { color:#000000;display:block;width:39.8125rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:32.125rem;left:9.5625rem;height:4.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UZXhqc7XwKZ6MGD4Uo2CGCFMTnpNVQt3 { color:#000000;display:block;width:53.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:6.4375rem;left:1.6875rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zrFgVxmS32lxJwGlsR02qB8GnBpadzn2 { position:relative;display:block; }#zrFgVxmS32lxJwGlsR02qB8GnBpadzn2 { background-color: transparent; background-image: none; }#zrFgVxmS32lxJwGlsR02qB8GnBpadzn2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zrFgVxmS32lxJwGlsR02qB8GnBpadzn2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zrFgVxmS32lxJwGlsR02qB8GnBpadzn2 > .row .container > .video-iframe-container { display: none; }#zrFgVxmS32lxJwGlsR02qB8GnBpadzn2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zrFgVxmS32lxJwGlsR02qB8GnBpadzn2 > .row > .video-iframe-container { display: none; }#zrFgVxmS32lxJwGlsR02qB8GnBpadzn2 > .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); }#zrFgVxmS32lxJwGlsR02qB8GnBpadzn2 { border-width: 0; border-radius: 0; }#zrFgVxmS32lxJwGlsR02qB8GnBpadzn2 > .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; }#zrFgVxmS32lxJwGlsR02qB8GnBpadzn2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:33.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pMxCTiPhBW7GtN1XJPOTqzZKaNKDANqn { color:#000000;display:block;width:53.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:8.9375rem;left:3.8125rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XP5rSXhmpXtZKZrDPgfNFUXD1O4EiXq4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:8.8125rem;left:1.6875rem; }
#HMRB2QnyWZesqBpKrZK44T2lwxJSW7F4 { color:#000000;display:block;width:53.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:12.0625rem;left:3.8125rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zqSQv23xU1LhT5elsbS69qah34WOfhsr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:11.9375rem;left:1.6875rem; }
#aQBgfILFpfARDfzQaaunccJz4TOQJ08x { color:#000000;display:block;width:53.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:15.375rem;left:3.8125rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KbTNuEuGAGdpGPm4Pvm9rSmpkBSZzbt2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:15.25rem;left:1.6875rem; }
#G2w9eN8cyTroio4hm7x60TDZvqhkdq4F { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:18.4375rem;left:1.6875rem; }
#Od5pfctdG2tA0GuZHJe012kCu0LiP8PA { color:#000000;display:block;width:54.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:18.625rem;left:3.8125rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ppi0Twcuim0nxxpVv2z91QAHcBQkJ5VG { color:#000000;display:block;width:53.5rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:21.625rem;left:3.75rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bl6kCid1woFqnwwTfVl3rMNLF2GAVQNg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:21.5625rem;left:1.6875rem; }
#MXkdXoX1nmizZztSfUGOONRx6aN58wCZ { color:#000000;display:block;width:37.75rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:25.5rem;left:11.125rem;height:4.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lfsNtClWXeII8yomZGE1X6h9OSfoFkkO { color:#000000;display:block;width:53.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:5.1875rem;left:1.6875rem;height:2.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TpQ8m68RGH4Utnpm3BscnqFCXNiMduG9 { color:#000000;display:block;width:57.625rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:1.6875rem;left:1.6875rem;height:3.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PrtTq5l4wRTeeT1MyToy9OmcuA1uQlte { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,80,255,0.17);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; }#PrtTq5l4wRTeeT1MyToy9OmcuA1uQlte > .row .container { background-color: transparent; background-image: none; }#PrtTq5l4wRTeeT1MyToy9OmcuA1uQlte::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PrtTq5l4wRTeeT1MyToy9OmcuA1uQlte > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PrtTq5l4wRTeeT1MyToy9OmcuA1uQlte > .row .container > .video-iframe-container { display: none; }#PrtTq5l4wRTeeT1MyToy9OmcuA1uQlte > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PrtTq5l4wRTeeT1MyToy9OmcuA1uQlte > .row > .video-iframe-container { display: none; }#PrtTq5l4wRTeeT1MyToy9OmcuA1uQlte > .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); }#PrtTq5l4wRTeeT1MyToy9OmcuA1uQlte > .row .container { border-width: 0; border-radius: 0; }#PrtTq5l4wRTeeT1MyToy9OmcuA1uQlte > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PrtTq5l4wRTeeT1MyToy9OmcuA1uQlte > .row .container { font-size:0.875rem;font-family:arial;height:74.25rem;width:60rem;position:relative;display:block; }#LxE2TXClb6LzwIqmmJ9JKZ3mfQ7ViBC8 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.19) ;height:24.625rem;width:24.625rem;top:1.75rem;left:17.6875rem;overflow:hidden;display:block; }
#lGzXdk8tT49omiyPExgU5fElNN5IkHRR { color:#000000;display:block;width:31.625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:26.3125rem;left:14.1875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#dMPQhmp9qCKt8KgZh39F3cUWUyd4nZ1f { color:#000000;display:block;width:44.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:29.4375rem;left:8.5rem;height:42.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zfUVGC6mdrg5KB7ZWO92RfoQgfQFbTvy { position:relative;display:block; }#zfUVGC6mdrg5KB7ZWO92RfoQgfQFbTvy { background-color: transparent; background-image: none; }#zfUVGC6mdrg5KB7ZWO92RfoQgfQFbTvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zfUVGC6mdrg5KB7ZWO92RfoQgfQFbTvy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zfUVGC6mdrg5KB7ZWO92RfoQgfQFbTvy > .row .container > .video-iframe-container { display: none; }#zfUVGC6mdrg5KB7ZWO92RfoQgfQFbTvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zfUVGC6mdrg5KB7ZWO92RfoQgfQFbTvy > .row > .video-iframe-container { display: none; }#zfUVGC6mdrg5KB7ZWO92RfoQgfQFbTvy > .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); }#zfUVGC6mdrg5KB7ZWO92RfoQgfQFbTvy { border-width: 0; border-radius: 0; }#zfUVGC6mdrg5KB7ZWO92RfoQgfQFbTvy > .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; }#zfUVGC6mdrg5KB7ZWO92RfoQgfQFbTvy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:20.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wxuJEgmHlB3H3NNQRZzLWPX834qxrZZq { background-color:#845ec2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.75rem;height:4.8125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:4.0625rem;left:14.125rem;display:block; }
#T9GP2pc8hM6HEcHEEoaDgCNfI0TwTMbe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s7lLgu6WALAF2O0TckHxAzdIT0pD44sm .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#s7lLgu6WALAF2O0TckHxAzdIT0pD44sm .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.62875rem;padding-right:0.56rem;padding-bottom:0.62875rem;padding-left:0.56rem;display:block;align-items:center;width:3.359375rem;min-width:3.359375rem;height:3.38rem;position:relative;font-family:"open sans";font-size:2.51625rem;font-weight:700;line-height:54.08px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#s7lLgu6WALAF2O0TckHxAzdIT0pD44sm .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.393125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.479375rem;height:1.33625rem;position:relative;font-family:"open sans";font-size:0.94375rem;font-weight:400;line-height:21.38px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#s7lLgu6WALAF2O0TckHxAzdIT0pD44sm { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:22.125rem;height:6.3125rem;padding-top:0.78625rem;padding-right:0.8rem;padding-bottom:0.78625rem;padding-left:0.8rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:10.1875rem;left:18.125rem;z-index:15007; }
#s7lLgu6WALAF2O0TckHxAzdIT0pD44sm #SVJ6Xv1zzUclF7kJHyfeaDd6qZhDEBT0 { display:flex;position:relative;top:0rem;left:0rem; }
#s7lLgu6WALAF2O0TckHxAzdIT0pD44sm #sgKfZ5Glds5KfhpBTlpJtXvIKqbr5LwB { width:auto; }
#s7lLgu6WALAF2O0TckHxAzdIT0pD44sm #OBM1XTQVhTEE7u4lUEvBwtcsuo0iXbiV {  }
#s7lLgu6WALAF2O0TckHxAzdIT0pD44sm #XHMayJiR6cf7DX19q6Vr7rJUh2N92Rt7 { display:flex;position:relative;top:0rem;left:0rem; }
#s7lLgu6WALAF2O0TckHxAzdIT0pD44sm #JNQGe6fsihfmGFx9dWyNFGTxAkXudRFm {  }
#s7lLgu6WALAF2O0TckHxAzdIT0pD44sm #Paq2DJCTeSplPCB9VkfxkGB8Zlwat6R8 {  }
#s7lLgu6WALAF2O0TckHxAzdIT0pD44sm #FZB0PEvpQEgw97DlMUQ4TsDqutfGXxe4 { display:flex;position:relative;top:0rem;left:0rem; }
#s7lLgu6WALAF2O0TckHxAzdIT0pD44sm #fgE7CMM89fz4NsnrHDOuM4dDHfZu0EkK {  }
#s7lLgu6WALAF2O0TckHxAzdIT0pD44sm #qz7XmWg4Ju048g1Jahfob73evKkdGNg8 {  }
#s7lLgu6WALAF2O0TckHxAzdIT0pD44sm #feldeSmJDv4yMwyKfKWKc8o7nwcNnhel { display:flex;position:relative;top:0rem;left:0rem; }
#s7lLgu6WALAF2O0TckHxAzdIT0pD44sm #kqHnXbwK7tmkCPxuGWugsHFfzoscXqbm {  }
#s7lLgu6WALAF2O0TckHxAzdIT0pD44sm #B2q50BWQwrE1RHiNxzXVxJxJ1Q0B8ist {  }
#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { background-color: transparent; background-image: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container > .video-iframe-container { display: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row > .video-iframe-container { display: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .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); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { border-width: 0; border-radius: 0; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { font-size:0.875rem;font-family:arial;height:13.0625rem;width:60rem;position:relative;display:block; }#CMDBSk9G0TdiizE38Gq1UHLGxt7kvp4C { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:6.125rem;left:0rem;height:4.5rem;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) { #xqVnZBCWgm8Pq0sgbZegIx9hUmsdVqg1 { display:block; }#xqVnZBCWgm8Pq0sgbZegIx9hUmsdVqg1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LzBMQ4tUp5vEW5TnSyerftETVSPL8dZ7 { top:5.125rem;left:0rem;width:47.75rem;height:8.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhB6JOcwPSpMB7WcFrscLiRWb6bGoXNa { top:2.3125rem;left:5.40625rem;width:36.9375rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4fT2x9ntq89zRcocdbeGnBp4a34HxyD { top:15.125rem;left:0rem;width:47.75rem;height:5.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K10myMTJ75r97wmoVDQkXBbK3zB7AGhh { top:3.5rem;left:0rem;width:20rem;height:11rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nz3HxTXD3ZLJ0NtvlqmTLEBxxL8ZrCLn { top:16.6875rem;left:0rem;width:18.8125rem;height:3rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wsqZiEXsVdyua1Mr3EnxGuJEcSXnEHcV { width:31.75rem;height:4.8125rem;top:22.375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hiqs6LJLaW0PyacUWHfQLJ4ifOPpdTPP { display:block; }
 }@media only screen and (max-width: 763px) { #lb6dZptgTMmu7AHk4f2kozVzql53Q3rM .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lb6dZptgTMmu7AHk4f2kozVzql53Q3rM .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#lb6dZptgTMmu7AHk4f2kozVzql53Q3rM .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#lb6dZptgTMmu7AHk4f2kozVzql53Q3rM { display:flex;width:18rem;height:5.0625rem;top:27.5rem;left:14rem; }
 }@media only screen and (max-width: 763px) { #lb6dZptgTMmu7AHk4f2kozVzql53Q3rM #cZcxgCExLSlQyNn9xJ4hXQhW4zvwZIl4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lb6dZptgTMmu7AHk4f2kozVzql53Q3rM #uysl6lU31xUzaErCP3lUrDryUaABkWGN {  }
 }@media only screen and (max-width: 763px) { #lb6dZptgTMmu7AHk4f2kozVzql53Q3rM #UdtCVrhLs0c3rqBueThKhk0eoec8dm6p {  }
 }@media only screen and (max-width: 763px) { #lb6dZptgTMmu7AHk4f2kozVzql53Q3rM #pFgLFS2HLpf968pcmWqIUEb7lcVNtvFN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lb6dZptgTMmu7AHk4f2kozVzql53Q3rM #J9xFEBaOM6ntdh8222075lxmRFc33vLi {  }
 }@media only screen and (max-width: 763px) { #lb6dZptgTMmu7AHk4f2kozVzql53Q3rM #DKCUCV30Tzq7keKDTKPS3dBcazLRqKTr {  }
 }@media only screen and (max-width: 763px) { #lb6dZptgTMmu7AHk4f2kozVzql53Q3rM #DedrgvwwLPdondGX7zQ3HsyWWrs7VHIq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lb6dZptgTMmu7AHk4f2kozVzql53Q3rM #WX4C4t4JoSEWoO32KEtuPxGi5ZsCfXJ0 {  }
 }@media only screen and (max-width: 763px) { #lb6dZptgTMmu7AHk4f2kozVzql53Q3rM #zKRtprIcBHFS2CsAwsWPdPLkcc6UOSmc {  }
 }@media only screen and (max-width: 763px) { #lb6dZptgTMmu7AHk4f2kozVzql53Q3rM #l8tGOA3bU7tfQmyUJrkGqZITkeFuuPfM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lb6dZptgTMmu7AHk4f2kozVzql53Q3rM #KVin16exsIQkbrkJL1MS6GLv7srNsdID {  }
 }@media only screen and (max-width: 763px) { #lb6dZptgTMmu7AHk4f2kozVzql53Q3rM #xfMVJBdMv9P33ObPGGvOwzCM8h23Qxuq {  }
 }@media only screen and (max-width: 763px) { #ZWT4EdJGQAoKInnNMqgzhsorbvvpXw9G { display:block; }#ZWT4EdJGQAoKInnNMqgzhsorbvvpXw9G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MzbBTsMLFwmzw3D9F8s3Ag7eeJh8EK8D { top:1.125rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xumJMCiJvL45TS7bNy0ui0WTrIViOIFO { top:5.1875rem;left:0rem;width:47.75rem;height:13.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvlGgsp56CZf0IFEsQNKraX7PgT4bqUw { display:block; }#qvlGgsp56CZf0IFEsQNKraX7PgT4bqUw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pcGoR9cMF8lN8hS6KBP3yKeyaFxngHQZ { top:2.9375rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M80EBwOBpfzTQLZI1Ttgn8yVoIx2RILv { top:10.1875rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVmF6tMJgZESbsRrdCH2mRscCc6i0vFT { top:10.0625rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFuTTmJ8D4nSHM8Hso4J2GNSUoCh5MIL { top:13.3125rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULqVrkD8zqZ03EPlwBopt3OJWdyKp17a { top:13.1875rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkSlDTQtaOEzstC8r3FnD351opM9h5hQ { top:16.625rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1Iv4cs5HrMxrP1GCzkd3Wtv3JJrkSSh { top:17.4375rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lt6TZ7t04RHmpdkaqZJUKwTwTnlOAnTx { top:21.75rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRFu3ZNQPdidWAUSIdQF9aVBD7rnKQmU { top:21.1875rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnypT0ELLgIILTJ2axlWTJ0ZE6QZO5W1 { top:25.625rem;left:0rem;width:47.75rem;height:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THn1UdMble2XDitE3LuqeP4rdRMB4xLv { top:26.5625rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XI4zlUk5p1swKhDT9OkGLeGoQZJmdREQ { top:32.125rem;left:3.4375rem;width:39.8125rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZXhqc7XwKZ6MGD4Uo2CGCFMTnpNVQt3 { top:6.4375rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrFgVxmS32lxJwGlsR02qB8GnBpadzn2 { display:block; }#zrFgVxmS32lxJwGlsR02qB8GnBpadzn2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pMxCTiPhBW7GtN1XJPOTqzZKaNKDANqn { top:8.9375rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XP5rSXhmpXtZKZrDPgfNFUXD1O4EiXq4 { top:8.8125rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMRB2QnyWZesqBpKrZK44T2lwxJSW7F4 { top:12.0625rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqSQv23xU1LhT5elsbS69qah34WOfhsr { top:11.9375rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQBgfILFpfARDfzQaaunccJz4TOQJ08x { top:15.375rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbTNuEuGAGdpGPm4Pvm9rSmpkBSZzbt2 { top:15.25rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2w9eN8cyTroio4hm7x60TDZvqhkdq4F { top:18.4375rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Od5pfctdG2tA0GuZHJe012kCu0LiP8PA { top:18.625rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ppi0Twcuim0nxxpVv2z91QAHcBQkJ5VG { top:21.625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bl6kCid1woFqnwwTfVl3rMNLF2GAVQNg { top:21.5625rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXkdXoX1nmizZztSfUGOONRx6aN58wCZ { top:25.5rem;left:5rem;width:37.75rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfsNtClWXeII8yomZGE1X6h9OSfoFkkO { top:5.1875rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpQ8m68RGH4Utnpm3BscnqFCXNiMduG9 { top:1.6875rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrtTq5l4wRTeeT1MyToy9OmcuA1uQlte { display:block; }#PrtTq5l4wRTeeT1MyToy9OmcuA1uQlte > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LxE2TXClb6LzwIqmmJ9JKZ3mfQ7ViBC8 { top:1.75rem;left:11.5625rem;width:24.625rem;height:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGzXdk8tT49omiyPExgU5fElNN5IkHRR { top:26.3125rem;left:8.0625rem;width:31.625rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMPQhmp9qCKt8KgZh39F3cUWUyd4nZ1f { width:44.4375rem;height:42.1875rem;top:29.4375rem;left:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfUVGC6mdrg5KB7ZWO92RfoQgfQFbTvy { display:block; }#zfUVGC6mdrg5KB7ZWO92RfoQgfQFbTvy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wxuJEgmHlB3H3NNQRZzLWPX834qxrZZq { width:31.75rem;height:4.8125rem;top:4.0625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9GP2pc8hM6HEcHEEoaDgCNfI0TwTMbe { display:block; }
 }@media only screen and (max-width: 763px) { #s7lLgu6WALAF2O0TckHxAzdIT0pD44sm .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#s7lLgu6WALAF2O0TckHxAzdIT0pD44sm .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#s7lLgu6WALAF2O0TckHxAzdIT0pD44sm .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#s7lLgu6WALAF2O0TckHxAzdIT0pD44sm { display:flex;width:18rem;height:5.0625rem;top:27.5rem;left:14rem; }
 }@media only screen and (max-width: 763px) { #s7lLgu6WALAF2O0TckHxAzdIT0pD44sm #SVJ6Xv1zzUclF7kJHyfeaDd6qZhDEBT0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #s7lLgu6WALAF2O0TckHxAzdIT0pD44sm #sgKfZ5Glds5KfhpBTlpJtXvIKqbr5LwB {  }
 }@media only screen and (max-width: 763px) { #s7lLgu6WALAF2O0TckHxAzdIT0pD44sm #OBM1XTQVhTEE7u4lUEvBwtcsuo0iXbiV {  }
 }@media only screen and (max-width: 763px) { #s7lLgu6WALAF2O0TckHxAzdIT0pD44sm #XHMayJiR6cf7DX19q6Vr7rJUh2N92Rt7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #s7lLgu6WALAF2O0TckHxAzdIT0pD44sm #JNQGe6fsihfmGFx9dWyNFGTxAkXudRFm {  }
 }@media only screen and (max-width: 763px) { #s7lLgu6WALAF2O0TckHxAzdIT0pD44sm #Paq2DJCTeSplPCB9VkfxkGB8Zlwat6R8 {  }
 }@media only screen and (max-width: 763px) { #s7lLgu6WALAF2O0TckHxAzdIT0pD44sm #FZB0PEvpQEgw97DlMUQ4TsDqutfGXxe4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #s7lLgu6WALAF2O0TckHxAzdIT0pD44sm #fgE7CMM89fz4NsnrHDOuM4dDHfZu0EkK {  }
 }@media only screen and (max-width: 763px) { #s7lLgu6WALAF2O0TckHxAzdIT0pD44sm #qz7XmWg4Ju048g1Jahfob73evKkdGNg8 {  }
 }@media only screen and (max-width: 763px) { #s7lLgu6WALAF2O0TckHxAzdIT0pD44sm #feldeSmJDv4yMwyKfKWKc8o7nwcNnhel { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #s7lLgu6WALAF2O0TckHxAzdIT0pD44sm #kqHnXbwK7tmkCPxuGWugsHFfzoscXqbm {  }
 }@media only screen and (max-width: 763px) { #s7lLgu6WALAF2O0TckHxAzdIT0pD44sm #B2q50BWQwrE1RHiNxzXVxJxJ1Q0B8ist {  }
 }@media only screen and (max-width: 763px) { #O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { display:block; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMDBSk9G0TdiizE38Gq1UHLGxt7kvp4C { width:47.75rem;height:4.5rem;top:6.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xqVnZBCWgm8Pq0sgbZegIx9hUmsdVqg1 { display:block; }#xqVnZBCWgm8Pq0sgbZegIx9hUmsdVqg1 > .row .container { width:20rem;height:28.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LzBMQ4tUp5vEW5TnSyerftETVSPL8dZ7 { width:20rem;height:6.9375rem;top:3.0615234375rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UhB6JOcwPSpMB7WcFrscLiRWb6bGoXNa { width:20rem;height:1rem;top:1.3115234375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C4fT2x9ntq89zRcocdbeGnBp4a34HxyD { width:18.8125rem;height:0;top:10.125rem;left:0.59375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #K10myMTJ75r97wmoVDQkXBbK3zB7AGhh { width:19.4375rem;height:0;top:9.9365234375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #nz3HxTXD3ZLJ0NtvlqmTLEBxxL8ZrCLn { width:19.625rem;height:2rem;top:11rem;left:0.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #wsqZiEXsVdyua1Mr3EnxGuJEcSXnEHcV { width:19rem;height:4.8125rem;top:14.25rem;left:0.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hiqs6LJLaW0PyacUWHfQLJ4ifOPpdTPP { display:block; }
 }@media only screen and (max-width: 763px) { #lb6dZptgTMmu7AHk4f2kozVzql53Q3rM .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lb6dZptgTMmu7AHk4f2kozVzql53Q3rM .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#lb6dZptgTMmu7AHk4f2kozVzql53Q3rM .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#lb6dZptgTMmu7AHk4f2kozVzql53Q3rM { display:flex;width:18rem;height:5.0625rem;top:20.1875rem;left:0.1982421875rem; }
 }@media only screen and (max-width: 763px) { #lb6dZptgTMmu7AHk4f2kozVzql53Q3rM #cZcxgCExLSlQyNn9xJ4hXQhW4zvwZIl4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lb6dZptgTMmu7AHk4f2kozVzql53Q3rM #uysl6lU31xUzaErCP3lUrDryUaABkWGN {  }
 }@media only screen and (max-width: 763px) { #lb6dZptgTMmu7AHk4f2kozVzql53Q3rM #UdtCVrhLs0c3rqBueThKhk0eoec8dm6p {  }
 }@media only screen and (max-width: 763px) { #lb6dZptgTMmu7AHk4f2kozVzql53Q3rM #pFgLFS2HLpf968pcmWqIUEb7lcVNtvFN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lb6dZptgTMmu7AHk4f2kozVzql53Q3rM #J9xFEBaOM6ntdh8222075lxmRFc33vLi {  }
 }@media only screen and (max-width: 763px) { #lb6dZptgTMmu7AHk4f2kozVzql53Q3rM #DKCUCV30Tzq7keKDTKPS3dBcazLRqKTr {  }
 }@media only screen and (max-width: 763px) { #lb6dZptgTMmu7AHk4f2kozVzql53Q3rM #DedrgvwwLPdondGX7zQ3HsyWWrs7VHIq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lb6dZptgTMmu7AHk4f2kozVzql53Q3rM #WX4C4t4JoSEWoO32KEtuPxGi5ZsCfXJ0 {  }
 }@media only screen and (max-width: 763px) { #lb6dZptgTMmu7AHk4f2kozVzql53Q3rM #zKRtprIcBHFS2CsAwsWPdPLkcc6UOSmc {  }
 }@media only screen and (max-width: 763px) { #lb6dZptgTMmu7AHk4f2kozVzql53Q3rM #l8tGOA3bU7tfQmyUJrkGqZITkeFuuPfM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lb6dZptgTMmu7AHk4f2kozVzql53Q3rM #KVin16exsIQkbrkJL1MS6GLv7srNsdID {  }
 }@media only screen and (max-width: 763px) { #lb6dZptgTMmu7AHk4f2kozVzql53Q3rM #xfMVJBdMv9P33ObPGGvOwzCM8h23Qxuq {  }
 }@media only screen and (max-width: 763px) { #ZWT4EdJGQAoKInnNMqgzhsorbvvpXw9G { display:block; }#ZWT4EdJGQAoKInnNMqgzhsorbvvpXw9G > .row .container { width:20rem;height:17rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MzbBTsMLFwmzw3D9F8s3Ag7eeJh8EK8D { width:20rem;height:2.1875rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xumJMCiJvL45TS7bNy0ui0WTrIViOIFO { width:18.9375rem;height:11.8125rem;top:4.0625rem;left:0.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qvlGgsp56CZf0IFEsQNKraX7PgT4bqUw { display:block; }#qvlGgsp56CZf0IFEsQNKraX7PgT4bqUw > .row .container { width:20rem;height:57.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pcGoR9cMF8lN8hS6KBP3yKeyaFxngHQZ { width:18.5625rem;height:4.375rem;top:1.771484375rem;left:0.71875rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #M80EBwOBpfzTQLZI1Ttgn8yVoIx2RILv { width:18.9375rem;height:3.125rem;top:10.875rem;left:0.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dVmF6tMJgZESbsRrdCH2mRscCc6i0vFT { display:flex;width:2.125rem;height:2.125rem;top:8.75rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #aFuTTmJ8D4nSHM8Hso4J2GNSUoCh5MIL { width:18.9375rem;height:4.6875rem;top:17.4375rem;left:0.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ULqVrkD8zqZ03EPlwBopt3OJWdyKp17a { display:flex;width:2.125rem;height:2.125rem;top:15.3125rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #UkSlDTQtaOEzstC8r3FnD351opM9h5hQ { width:18.9375rem;height:4.6875rem;top:25.75rem;left:0.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E1Iv4cs5HrMxrP1GCzkd3Wtv3JJrkSSh { display:flex;width:2.125rem;height:2.125rem;top:23.625rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #lt6TZ7t04RHmpdkaqZJUKwTwTnlOAnTx { display:flex;width:2.125rem;height:2.125rem;top:31.625rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #qRFu3ZNQPdidWAUSIdQF9aVBD7rnKQmU { width:18.9375rem;height:4.6875rem;top:33.75rem;left:0.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dnypT0ELLgIILTJ2axlWTJ0ZE6QZO5W1 { width:18.9375rem;height:4.6875rem;top:42.5rem;left:0.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #THn1UdMble2XDitE3LuqeP4rdRMB4xLv { display:flex;width:2.125rem;height:2.125rem;top:40.375rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #XI4zlUk5p1swKhDT9OkGLeGoQZJmdREQ { width:19.25rem;height:4.6875rem;top:49.375rem;left:0.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UZXhqc7XwKZ6MGD4Uo2CGCFMTnpNVQt3 { width:18.5625rem;height:1.1875rem;top:6.146484375rem;left:0.71875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zrFgVxmS32lxJwGlsR02qB8GnBpadzn2 { display:block; }#zrFgVxmS32lxJwGlsR02qB8GnBpadzn2 > .row .container { width:20rem;height:61.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pMxCTiPhBW7GtN1XJPOTqzZKaNKDANqn { width:18.9375rem;height:3.125rem;top:13.375rem;left:0.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XP5rSXhmpXtZKZrDPgfNFUXD1O4EiXq4 { display:flex;width:2.125rem;height:2.125rem;top:11.25rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #HMRB2QnyWZesqBpKrZK44T2lwxJSW7F4 { width:17.5rem;height:4.6875rem;top:20.8125rem;left:1.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zqSQv23xU1LhT5elsbS69qah34WOfhsr { display:flex;width:2.125rem;height:2.125rem;top:18.6875rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #aQBgfILFpfARDfzQaaunccJz4TOQJ08x { width:17.125rem;height:4.6875rem;top:29.125rem;left:1.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KbTNuEuGAGdpGPm4Pvm9rSmpkBSZzbt2 { display:flex;width:2.125rem;height:2.125rem;top:27rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #G2w9eN8cyTroio4hm7x60TDZvqhkdq4F { display:flex;width:2.125rem;height:2.125rem;top:35rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #Od5pfctdG2tA0GuZHJe012kCu0LiP8PA { width:15.6875rem;height:6.25rem;top:37.125rem;left:2.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ppi0Twcuim0nxxpVv2z91QAHcBQkJ5VG { width:19.4375rem;height:3.125rem;top:47.1875rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bl6kCid1woFqnwwTfVl3rMNLF2GAVQNg { display:flex;width:2.125rem;height:2.125rem;top:45.0625rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #MXkdXoX1nmizZztSfUGOONRx6aN58wCZ { width:18.25rem;height:4.6875rem;top:53.0625rem;left:0.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lfsNtClWXeII8yomZGE1X6h9OSfoFkkO { width:18.5625rem;height:1.1875rem;top:8rem;left:0.71875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TpQ8m68RGH4Utnpm3BscnqFCXNiMduG9 { width:18.5625rem;height:6.5625rem;top:1.4375rem;left:0.75rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PrtTq5l4wRTeeT1MyToy9OmcuA1uQlte { display:block; }#PrtTq5l4wRTeeT1MyToy9OmcuA1uQlte > .row .container { width:20rem;height:75.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LxE2TXClb6LzwIqmmJ9JKZ3mfQ7ViBC8 { width:18.6875rem;height:18.6875rem;top:1.9541015625rem;left:0.65625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.19) ;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGzXdk8tT49omiyPExgU5fElNN5IkHRR { width:19.3125rem;height:1.625rem;top:21.2666015625rem;left:0.34375rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dMPQhmp9qCKt8KgZh39F3cUWUyd4nZ1f { width:18.6875rem;height:48.5625rem;top:23.8125rem;left:0.65625rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zfUVGC6mdrg5KB7ZWO92RfoQgfQFbTvy { display:block; }#zfUVGC6mdrg5KB7ZWO92RfoQgfQFbTvy > .row .container { width:20rem;height:23.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wxuJEgmHlB3H3NNQRZzLWPX834qxrZZq { width:19rem;height:4.8125rem;top:1.25rem;left:0.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9GP2pc8hM6HEcHEEoaDgCNfI0TwTMbe { display:block; }
 }@media only screen and (max-width: 763px) { #s7lLgu6WALAF2O0TckHxAzdIT0pD44sm .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#s7lLgu6WALAF2O0TckHxAzdIT0pD44sm .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#s7lLgu6WALAF2O0TckHxAzdIT0pD44sm .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#s7lLgu6WALAF2O0TckHxAzdIT0pD44sm { display:flex;width:18rem;height:5.0625rem;top:7.1875rem;left:0.1982421875rem; }
 }@media only screen and (max-width: 763px) { #s7lLgu6WALAF2O0TckHxAzdIT0pD44sm #SVJ6Xv1zzUclF7kJHyfeaDd6qZhDEBT0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #s7lLgu6WALAF2O0TckHxAzdIT0pD44sm #sgKfZ5Glds5KfhpBTlpJtXvIKqbr5LwB {  }
 }@media only screen and (max-width: 763px) { #s7lLgu6WALAF2O0TckHxAzdIT0pD44sm #OBM1XTQVhTEE7u4lUEvBwtcsuo0iXbiV {  }
 }@media only screen and (max-width: 763px) { #s7lLgu6WALAF2O0TckHxAzdIT0pD44sm #XHMayJiR6cf7DX19q6Vr7rJUh2N92Rt7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #s7lLgu6WALAF2O0TckHxAzdIT0pD44sm #JNQGe6fsihfmGFx9dWyNFGTxAkXudRFm {  }
 }@media only screen and (max-width: 763px) { #s7lLgu6WALAF2O0TckHxAzdIT0pD44sm #Paq2DJCTeSplPCB9VkfxkGB8Zlwat6R8 {  }
 }@media only screen and (max-width: 763px) { #s7lLgu6WALAF2O0TckHxAzdIT0pD44sm #FZB0PEvpQEgw97DlMUQ4TsDqutfGXxe4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #s7lLgu6WALAF2O0TckHxAzdIT0pD44sm #fgE7CMM89fz4NsnrHDOuM4dDHfZu0EkK {  }
 }@media only screen and (max-width: 763px) { #s7lLgu6WALAF2O0TckHxAzdIT0pD44sm #qz7XmWg4Ju048g1Jahfob73evKkdGNg8 {  }
 }@media only screen and (max-width: 763px) { #s7lLgu6WALAF2O0TckHxAzdIT0pD44sm #feldeSmJDv4yMwyKfKWKc8o7nwcNnhel { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #s7lLgu6WALAF2O0TckHxAzdIT0pD44sm #kqHnXbwK7tmkCPxuGWugsHFfzoscXqbm {  }
 }@media only screen and (max-width: 763px) { #s7lLgu6WALAF2O0TckHxAzdIT0pD44sm #B2q50BWQwrE1RHiNxzXVxJxJ1Q0B8ist {  }
 }@media only screen and (max-width: 763px) { #O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { display:block; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMDBSk9G0TdiizE38Gq1UHLGxt7kvp4C { width:20rem;height:4.5rem;top:2.125rem;left:0rem;font-size:1rem;display:block; }
 }