.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#fbf2e9;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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); }#weDi2ZAf8HxtGFv0Ag2DA8RX8K73Jouu { border-top:0rem solid #c32ea9;border-left:0;border-right:0;border-bottom:0.0625rem solid #efefef;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;z-index:auto;display:block; }#weDi2ZAf8HxtGFv0Ag2DA8RX8K73Jouu > .row .container { background-color: transparent; background-image: none; }#weDi2ZAf8HxtGFv0Ag2DA8RX8K73Jouu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weDi2ZAf8HxtGFv0Ag2DA8RX8K73Jouu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weDi2ZAf8HxtGFv0Ag2DA8RX8K73Jouu > .row .container > .video-iframe-container { display: none; }#weDi2ZAf8HxtGFv0Ag2DA8RX8K73Jouu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weDi2ZAf8HxtGFv0Ag2DA8RX8K73Jouu > .row > .video-iframe-container { display: none; }#weDi2ZAf8HxtGFv0Ag2DA8RX8K73Jouu > .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); }#weDi2ZAf8HxtGFv0Ag2DA8RX8K73Jouu > .row .container { border-width: 0; border-radius: 0; }#weDi2ZAf8HxtGFv0Ag2DA8RX8K73Jouu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#weDi2ZAf8HxtGFv0Ag2DA8RX8K73Jouu > .row .container { font-size:0.875rem;font-family:arial;height:3.1875rem;width:75rem;position:relative;display:block; }#hI9sUI7OFC0VZbwovwTPoAfB0JIvwMht { 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;box-shadow: none;height:1rem;width:7.5rem;top:1.21875rem;left:33.75rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#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:0.875rem;font-family:arial;height:148.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#nWpEvRBfMbyiv6LwPPAp4yEZluAb81n5 { color:#000000;display:block;width:72.75rem;position:absolute;font-family:"poppins font";font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.1875rem;left:1.125rem;height:1.54345625rem;display:block; }
#Zb6TszdbAKymaCGMAeS6QZArE13VWtfI { color:#000000;display:block;width:72.875rem;position:absolute;font-family:"poppins font";font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.75rem;left:1.0625rem;height:1.21875rem;display:block; }
#GNO6KcX2Lgs1evNqaL9xgykU1WZ2r4tr { color:#000000;display:block;width:72.875rem;position:absolute;font-family:"poppins font";font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.5625rem;left:1.0625rem;height:5.6860375rem;text-align:left;text-align-last:left;display:block; }
#G0IeQFdEu0cGDQn96ToFE6u93SeTcJPU { color:#000000;display:block;width:72.75rem;position:absolute;font-family:"poppins font";font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.5625rem;left:1.125rem;height:1.54345625rem;display:block; }
#QeurFPLlyhaT04LFoX5039r2SGGekcw9 { color:#000000;display:block;width:72.875rem;position:absolute;font-family:"poppins font";font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.125rem;left:1.0625rem;height:1.21875rem;display:block; }
#Ny216zoeocBBnrzTE4EO36Dd0JU8PpTg { color:#000000;display:block;width:72.875rem;position:absolute;font-family:"poppins font";font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:16.9375rem;left:1.0625rem;height:4.548825rem;text-align:left;text-align-last:left;display:block; }
#KVWVrPkI0via39vxsm9SN6lo8IQSioQh { color:#000000;display:block;width:72.875rem;position:absolute;font-family:"poppins font";font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:27.625rem;left:1.0625rem;height:4.548825rem;text-align:left;text-align-last:left;display:block; }
#qtHz2vLst0Q3z7c4gvzQck9y9uw3ROG1 { color:#000000;display:block;width:72.875rem;position:absolute;font-family:"poppins font";font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:25.79296875rem;left:1.0625rem;height:1.21875rem;display:block; }
#C8knDTUbBDN1a47ck4bhRT7hUA2ZOtwh { color:#000000;display:block;width:72.75rem;position:absolute;font-family:"poppins font";font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:24.25rem;left:1.125rem;height:1.54345625rem;display:block; }
#Lc7pfqLyXaPfv09hUdPXD8KBwsIwHeyA { color:#000000;display:block;width:72.75rem;position:absolute;font-family:"poppins font";font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:35rem;left:1.125rem;height:1.54345625rem;display:block; }
#GinPxR04OMMOPeBW02lrNxawlH8nCscx { color:#000000;display:block;width:72.875rem;position:absolute;font-family:"poppins font";font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:36.54296875rem;left:1.0625rem;height:1.21875rem;display:block; }
#vLP8WavFTZnFwZPZnnMmFRXxZc3Cx3TS { color:#000000;display:block;width:72.875rem;position:absolute;font-family:"poppins font";font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:38.19921875rem;left:1.0625rem;height:2.2744125rem;text-align:left;text-align-last:left;display:block; }
#dx5rXbkiEKEBS8omMynElZn1CdUdkGdq { color:#000000;display:block;width:72.875rem;position:absolute;font-family:"poppins font";font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:46.6875rem;left:1.0625rem;height:4.548825rem;text-align:left;text-align-last:left;display:block; }
#MEewWTbTz3WQwKbVhd4BEShaIzXwa26Z { color:#000000;display:block;width:72.875rem;position:absolute;font-family:"poppins font";font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:44.875rem;left:1.0625rem;height:1.21875rem;display:block; }
#qHvTXuI6xbChpEX1JhkuJMJqsPgVeXTS { color:#000000;display:block;width:72.75rem;position:absolute;font-family:"poppins font";font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:43.3125rem;left:1.125rem;height:1.54345625rem;display:block; }
#n6stenqRnwneyH7pAbyOVkRWePc5KyuS { color:#000000;display:block;width:72.875rem;position:absolute;font-family:"poppins font";font-size:0.8125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:64.375rem;left:1.0625rem;height:0;display:block; }
#WvbXGDfI6uo9ZT39gdcm0OBsbwtv5AL6 { color:#000000;display:block;width:72.875rem;position:absolute;font-family:"poppins font";font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:57rem;left:1.0625rem;height:3.41161875rem;text-align:left;text-align-last:left;display:block; }
#zX4OAr1M7i4nfEocNvz8biTH6b9PLXIf { color:#000000;display:block;width:72.875rem;position:absolute;font-family:"poppins font";font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:55.25rem;left:1.0625rem;height:1.21875rem;display:block; }
#Edu5iQLoQ6QGZsoU7wN5HhFGAZgPMvZv { color:#000000;display:block;width:72.75rem;position:absolute;font-family:"poppins font";font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:53.6875rem;left:1.125rem;height:1.54345625rem;display:block; }
#NdyuoWMlyQ7x5i4UT1uRs4gzeB4ZJSOK { color:#000000;display:block;width:72.875rem;position:absolute;font-family:"poppins font";font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:66.625rem;left:1.0625rem;height:4.548825rem;text-align:left;text-align-last:left;display:block; }
#U7B1QBbWMeJW5f0SJ45h3f1EegPdpGkq { color:#000000;display:block;width:72.875rem;position:absolute;font-family:"poppins font";font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:64.8125rem;left:1.0625rem;height:1.21875rem;display:block; }
#l0qheTnVC3JuqeI6rtV39Dx6zyJNyazK { color:#000000;display:block;width:72.75rem;position:absolute;font-family:"poppins font";font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:63.25rem;left:1.125rem;height:1.54345625rem;display:block; }
#WoCBs27gWmFOy0fO9pQRvAV2ThCMtPOk { color:#000000;display:block;width:72.875rem;position:absolute;font-family:"poppins font";font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:76.78125rem;left:1.0625rem;height:5.6860375rem;text-align:left;text-align-last:left;display:block; }
#tthrcma1XXCeFEodNhyJ9ZXCHUhSia2x { color:#000000;display:block;width:72.875rem;position:absolute;font-family:"poppins font";font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:75.25rem;left:1.0625rem;height:1.21875rem;display:block; }
#xg0ErUzmrf0nX03zLrA5mR32xo44O07z { color:#000000;display:block;width:72.75rem;position:absolute;font-family:"poppins font";font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:73.6875rem;left:1.125rem;height:1.54345625rem;display:block; }
#b3xyO5CDx8e1ZuQ00zgK1yxgdpbUG93w { color:#000000;display:block;width:72.875rem;position:absolute;font-family:"poppins font";font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:88.1875rem;left:1.0625rem;height:2.2744125rem;text-align:left;text-align-last:left;display:block; }
#w8VaZWc05GCpLAomXZ8ess93AcfOEMwl { color:#000000;display:block;width:72.875rem;position:absolute;font-family:"poppins font";font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:86.375rem;left:1.0625rem;height:1.21875rem;display:block; }
#qMEA6PUtrAKMka4kFxwF9MIb7ELpAoqD { color:#000000;display:block;width:72.75rem;position:absolute;font-family:"poppins font";font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:84.8125rem;left:1.125rem;height:1.54345625rem;display:block; }
#LvrsWJkTIbZQ4zpT5TW3QoVSHD5gAf5F { color:#000000;display:block;width:72.875rem;position:absolute;font-family:"poppins font";font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:95.8125rem;left:1.0625rem;height:3.41161875rem;text-align:left;text-align-last:left;display:block; }
#WHWGIkw20I4LnxhkOvlfHNUfiUyEdf4V { color:#000000;display:block;width:72.875rem;position:absolute;font-family:"poppins font";font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:94rem;left:1.0625rem;height:1.21875rem;display:block; }
#cAgxuE8ZbF3qa3t4NdaTbIgbfbUzSNqm { color:#000000;display:block;width:72.75rem;position:absolute;font-family:"poppins font";font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:92.4375rem;left:1.125rem;height:1.54345625rem;display:block; }
#dHQZuAtB7TVyA7pDC97NM1sDX2FWRIW7 { color:#000000;display:block;width:72.875rem;position:absolute;font-family:"poppins font";font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:104.5rem;left:1.0625rem;height:5.6860375rem;text-align:left;text-align-last:left;display:block; }
#Qw3SxrTSW22PhkrLCbKwd6TCxU2cDUD5 { color:#000000;display:block;width:72.875rem;position:absolute;font-family:"poppins font";font-size:0.9375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:102.6875rem;left:1.0625rem;height:1.21875rem;display:block; }
#zzhh450xrOTN3vfDJ8hFz5R5DxvJBAOD { color:#000000;display:block;width:72.75rem;position:absolute;font-family:"poppins font";font-size:1.1875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:101.125rem;left:1.125rem;height:1.54345625rem;display:block; }
#FEAUUB5aCqwxmmNXttHz1UuQQn8s2qE4 { color:#000000;display:block;width:72.875rem;position:absolute;font-family:"poppins font";font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:115.625rem;left:1.0625rem;height:3.41161875rem;text-align:left;text-align-last:left;display:block; }
#G2HNZvyOQIOVT2XtdAgpWW6O6bF6LHC2 { color:#000000;display:block;width:72.875rem;position:absolute;font-family:"poppins font";font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:113.8125rem;left:1.0625rem;height:1.21875rem;display:block; }
#NCKCde40XZaiqGJXJrzqZVINUieNnBdN { color:#000000;display:block;width:72.75rem;position:absolute;font-family:"poppins font";font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:112.25rem;left:1.125rem;height:1.54345625rem;display:block; }
#szsQf0GZSmbFG15yFObDU6Vdi7vyRlgu { color:#000000;display:block;width:72.875rem;position:absolute;font-family:"poppins font";font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:124.375rem;left:1.0625rem;height:5.6860375rem;text-align:left;text-align-last:left;display:block; }
#DHdJWe9xAtpHZenwSvvT7vWXeUvJKHTA { color:#000000;display:block;width:72.875rem;position:absolute;font-family:"poppins font";font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:122.5625rem;left:1.0625rem;height:1.21875rem;display:block; }
#nWUhhRVxtWq5J5pC1SwbaR0BZNThM8ok { color:#000000;display:block;width:72.75rem;position:absolute;font-family:"poppins font";font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:121rem;left:1.125rem;height:1.54345625rem;display:block; }
#tKcrZtS5lcmvCnR1nn7MrbzXc3oS8DeD { color:#000000;display:block;width:72.875rem;position:absolute;font-family:"poppins font";font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:135.3125rem;left:1.0625rem;height:2.2744125rem;text-align:left;text-align-last:left;display:block; }
#QcghnZiHa0CnVMzmbeSOVgAm7tyG5arO { color:#000000;display:block;width:72.875rem;position:absolute;font-family:"poppins font";font-size:0.9375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:133.5rem;left:1.0625rem;height:1.21875rem;display:block; }
#BU2ZFTntBH3TIszZpaMoEkgQa5Dmv1xk { color:#000000;display:block;width:72.75rem;position:absolute;font-family:"poppins font";font-size:1.1875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:131.9375rem;left:1.125rem;height:1.54345625rem;display:block; }
#BxcZThvWV9hbkpFyEXylgZEQk3ADT5IK { color:#000000;display:block;width:72.875rem;position:absolute;font-family:"poppins font";font-size:0.875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:142.625rem;left:1.0625rem;height:3.41161875rem;text-align:left;text-align-last:left;display:block; }
#wEcWXmsBdXuTTnHAVToZC4E0vl2BbGQA { color:#000000;display:block;width:72.75rem;position:absolute;font-family:"poppins font";font-size:1.1875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:139.5rem;left:1.125rem;height:1.54345625rem;display:block; }
#kTTTVHhQH6gCD25um0s8HEdEyIVNCmZD { color:#000000;display:block;width:72.875rem;position:absolute;font-family:"poppins font";font-size:0.9375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:141.04296875rem;left:1.0625rem;height:1.21875rem;display:block; }
#hFXnGFftsJsepr8gBTyJmaT0Gqxv6cls { position:relative;display:block; }#hFXnGFftsJsepr8gBTyJmaT0Gqxv6cls { background-color: transparent; background-image: none; }#hFXnGFftsJsepr8gBTyJmaT0Gqxv6cls::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hFXnGFftsJsepr8gBTyJmaT0Gqxv6cls > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hFXnGFftsJsepr8gBTyJmaT0Gqxv6cls > .row .container > .video-iframe-container { display: none; }#hFXnGFftsJsepr8gBTyJmaT0Gqxv6cls > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hFXnGFftsJsepr8gBTyJmaT0Gqxv6cls > .row > .video-iframe-container { display: none; }#hFXnGFftsJsepr8gBTyJmaT0Gqxv6cls > .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); }#hFXnGFftsJsepr8gBTyJmaT0Gqxv6cls { border-width: 0; border-radius: 0; }#hFXnGFftsJsepr8gBTyJmaT0Gqxv6cls > .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; }#hFXnGFftsJsepr8gBTyJmaT0Gqxv6cls > .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:7.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#M2LlHCKdWReORpN2FyachSKaV2QsUbet { color:#000000;display:block;width:61.1875rem;position:absolute;font-family:"poppins font";font-size:0.75rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:1.875rem;left:6.90625rem;height:3.375rem;font-style:normal;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) { #weDi2ZAf8HxtGFv0Ag2DA8RX8K73Jouu { display:block; }#weDi2ZAf8HxtGFv0Ag2DA8RX8K73Jouu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hI9sUI7OFC0VZbwovwTPoAfB0JIvwMht { top:1.1875rem;left:20.125rem;width:7.5rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nWpEvRBfMbyiv6LwPPAp4yEZluAb81n5 { top:2.1875rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zb6TszdbAKymaCGMAeS6QZArE13VWtfI { top:3.75rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNO6KcX2Lgs1evNqaL9xgykU1WZ2r4tr { top:5.5625rem;left:0rem;width:47.75rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0IeQFdEu0cGDQn96ToFE6u93SeTcJPU { top:13.5625rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeurFPLlyhaT04LFoX5039r2SGGekcw9 { top:15.125rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ny216zoeocBBnrzTE4EO36Dd0JU8PpTg { top:16.9375rem;left:0rem;width:47.75rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVWVrPkI0via39vxsm9SN6lo8IQSioQh { top:27.625rem;left:0rem;width:47.75rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtHz2vLst0Q3z7c4gvzQck9y9uw3ROG1 { top:25.75rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8knDTUbBDN1a47ck4bhRT7hUA2ZOtwh { top:24.25rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lc7pfqLyXaPfv09hUdPXD8KBwsIwHeyA { top:35rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GinPxR04OMMOPeBW02lrNxawlH8nCscx { top:36.5rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLP8WavFTZnFwZPZnnMmFRXxZc3Cx3TS { top:38.1875rem;left:0rem;width:47.75rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dx5rXbkiEKEBS8omMynElZn1CdUdkGdq { top:46.6875rem;left:0rem;width:47.75rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEewWTbTz3WQwKbVhd4BEShaIzXwa26Z { top:44.875rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHvTXuI6xbChpEX1JhkuJMJqsPgVeXTS { top:43.3125rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6stenqRnwneyH7pAbyOVkRWePc5KyuS { top:64.375rem;left:0rem;width:47.75rem;height:0;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvbXGDfI6uo9ZT39gdcm0OBsbwtv5AL6 { top:57rem;left:0rem;width:47.75rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zX4OAr1M7i4nfEocNvz8biTH6b9PLXIf { top:55.25rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Edu5iQLoQ6QGZsoU7wN5HhFGAZgPMvZv { top:53.6875rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdyuoWMlyQ7x5i4UT1uRs4gzeB4ZJSOK { top:66.625rem;left:0rem;width:47.75rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7B1QBbWMeJW5f0SJ45h3f1EegPdpGkq { top:64.8125rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0qheTnVC3JuqeI6rtV39Dx6zyJNyazK { top:63.25rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoCBs27gWmFOy0fO9pQRvAV2ThCMtPOk { top:76.75rem;left:0rem;width:47.75rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tthrcma1XXCeFEodNhyJ9ZXCHUhSia2x { top:75.25rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xg0ErUzmrf0nX03zLrA5mR32xo44O07z { top:73.6875rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3xyO5CDx8e1ZuQ00zgK1yxgdpbUG93w { top:88.1875rem;left:0rem;width:47.75rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8VaZWc05GCpLAomXZ8ess93AcfOEMwl { top:86.375rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMEA6PUtrAKMka4kFxwF9MIb7ELpAoqD { top:84.8125rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvrsWJkTIbZQ4zpT5TW3QoVSHD5gAf5F { top:95.8125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHWGIkw20I4LnxhkOvlfHNUfiUyEdf4V { top:94rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAgxuE8ZbF3qa3t4NdaTbIgbfbUzSNqm { top:92.4375rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHQZuAtB7TVyA7pDC97NM1sDX2FWRIW7 { top:104.5rem;left:0rem;width:47.75rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qw3SxrTSW22PhkrLCbKwd6TCxU2cDUD5 { top:102.6875rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzhh450xrOTN3vfDJ8hFz5R5DxvJBAOD { top:101.125rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEAUUB5aCqwxmmNXttHz1UuQQn8s2qE4 { top:115.625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2HNZvyOQIOVT2XtdAgpWW6O6bF6LHC2 { top:113.8125rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCKCde40XZaiqGJXJrzqZVINUieNnBdN { top:112.25rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #szsQf0GZSmbFG15yFObDU6Vdi7vyRlgu { top:124.375rem;left:0rem;width:47.75rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHdJWe9xAtpHZenwSvvT7vWXeUvJKHTA { top:122.5625rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWUhhRVxtWq5J5pC1SwbaR0BZNThM8ok { top:121rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKcrZtS5lcmvCnR1nn7MrbzXc3oS8DeD { top:135.3125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcghnZiHa0CnVMzmbeSOVgAm7tyG5arO { top:133.5rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BU2ZFTntBH3TIszZpaMoEkgQa5Dmv1xk { top:131.9375rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxcZThvWV9hbkpFyEXylgZEQk3ADT5IK { top:142.625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEcWXmsBdXuTTnHAVToZC4E0vl2BbGQA { top:139.5rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTTTVHhQH6gCD25um0s8HEdEyIVNCmZD { top:141rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFXnGFftsJsepr8gBTyJmaT0Gqxv6cls { display:block; }#hFXnGFftsJsepr8gBTyJmaT0Gqxv6cls > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M2LlHCKdWReORpN2FyachSKaV2QsUbet { top:1.875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #weDi2ZAf8HxtGFv0Ag2DA8RX8K73Jouu { position:relative;z-index:auto;display:block; }#weDi2ZAf8HxtGFv0Ag2DA8RX8K73Jouu > .row .container { width:20rem;height:3.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hI9sUI7OFC0VZbwovwTPoAfB0JIvwMht { width:7.5rem;height:1rem;top:1.25rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:290.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nWpEvRBfMbyiv6LwPPAp4yEZluAb81n5 { width:20rem;height:1.54345625rem;top:1.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zb6TszdbAKymaCGMAeS6QZArE13VWtfI { width:20rem;height:1.21875rem;top:2.79296875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNO6KcX2Lgs1evNqaL9xgykU1WZ2r4tr { width:20rem;height:22.744125rem;top:4.88671875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0IeQFdEu0cGDQn96ToFE6u93SeTcJPU { width:20rem;height:1.54345625rem;top:28.98974609375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeurFPLlyhaT04LFoX5039r2SGGekcw9 { width:20rem;height:1.21875rem;top:30.53271484375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ny216zoeocBBnrzTE4EO36Dd0JU8PpTg { width:20rem;height:14.7836875rem;top:32.06396484375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVWVrPkI0via39vxsm9SN6lo8IQSioQh { width:20rem;height:18.1953125rem;top:51.34375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtHz2vLst0Q3z7c4gvzQck9y9uw3ROG1 { width:20rem;height:1.21875rem;top:49.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8knDTUbBDN1a47ck4bhRT7hUA2ZOtwh { width:20rem;height:1.54345625rem;top:48.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lc7pfqLyXaPfv09hUdPXD8KBwsIwHeyA { width:20rem;height:1.54345625rem;top:71.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GinPxR04OMMOPeBW02lrNxawlH8nCscx { width:20rem;height:1.21875rem;top:72.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLP8WavFTZnFwZPZnnMmFRXxZc3Cx3TS { width:20rem;height:5.6860375rem;top:74.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dx5rXbkiEKEBS8omMynElZn1CdUdkGdq { width:20rem;height:15.920875rem;top:85.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEewWTbTz3WQwKbVhd4BEShaIzXwa26Z { width:20rem;height:1.21875rem;top:84.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHvTXuI6xbChpEX1JhkuJMJqsPgVeXTS { width:20rem;height:1.54345625rem;top:82.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6stenqRnwneyH7pAbyOVkRWePc5KyuS { width:20rem;height:0;top:129.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvbXGDfI6uo9ZT39gdcm0OBsbwtv5AL6 { width:20rem;height:11.3720625rem;top:106.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zX4OAr1M7i4nfEocNvz8biTH6b9PLXIf { width:20rem;height:1.21875rem;top:105.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Edu5iQLoQ6QGZsoU7wN5HhFGAZgPMvZv { width:20rem;height:1.54345625rem;top:103.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdyuoWMlyQ7x5i4UT1uRs4gzeB4ZJSOK { width:20rem;height:14.7836875rem;top:123.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7B1QBbWMeJW5f0SJ45h3f1EegPdpGkq { width:20rem;height:1.21875rem;top:121.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0qheTnVC3JuqeI6rtV39Dx6zyJNyazK { width:20rem;height:1.54345625rem;top:120.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoCBs27gWmFOy0fO9pQRvAV2ThCMtPOk { width:20rem;height:22.744125rem;top:144.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tthrcma1XXCeFEodNhyJ9ZXCHUhSia2x { width:20rem;height:1.21875rem;top:141.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xg0ErUzmrf0nX03zLrA5mR32xo44O07z { width:20rem;height:1.54345625rem;top:140.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3xyO5CDx8e1ZuQ00zgK1yxgdpbUG93w { width:20rem;height:5.6860375rem;top:171.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8VaZWc05GCpLAomXZ8ess93AcfOEMwl { width:20rem;height:1.21875rem;top:169.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMEA6PUtrAKMka4kFxwF9MIb7ELpAoqD { width:20rem;height:1.54345625rem;top:168.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvrsWJkTIbZQ4zpT5TW3QoVSHD5gAf5F { width:20rem;height:12.50925rem;top:182.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHWGIkw20I4LnxhkOvlfHNUfiUyEdf4V { width:20rem;height:1.21875rem;top:180.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAgxuE8ZbF3qa3t4NdaTbIgbfbUzSNqm { width:20rem;height:1.54345625rem;top:179.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHQZuAtB7TVyA7pDC97NM1sDX2FWRIW7 { width:20rem;height:18.1953125rem;top:200.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qw3SxrTSW22PhkrLCbKwd6TCxU2cDUD5 { width:20rem;height:1.21875rem;top:198.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzhh450xrOTN3vfDJ8hFz5R5DxvJBAOD { width:20rem;height:1.54345625rem;top:197rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEAUUB5aCqwxmmNXttHz1UuQQn8s2qE4 { width:20rem;height:11.3720625rem;top:224.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2HNZvyOQIOVT2XtdAgpWW6O6bF6LHC2 { width:20rem;height:1.21875rem;top:222.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCKCde40XZaiqGJXJrzqZVINUieNnBdN { width:20rem;height:1.54345625rem;top:220.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #szsQf0GZSmbFG15yFObDU6Vdi7vyRlgu { width:20rem;height:20.46975rem;top:240.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHdJWe9xAtpHZenwSvvT7vWXeUvJKHTA { width:20rem;height:1.21875rem;top:239rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWUhhRVxtWq5J5pC1SwbaR0BZNThM8ok { width:20rem;height:1.54345625rem;top:237.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKcrZtS5lcmvCnR1nn7MrbzXc3oS8DeD { width:20rem;height:6.82325rem;top:266.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcghnZiHa0CnVMzmbeSOVgAm7tyG5arO { width:20rem;height:1.21875rem;top:264.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BU2ZFTntBH3TIszZpaMoEkgQa5Dmv1xk { width:20rem;height:1.54345625rem;top:263.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxcZThvWV9hbkpFyEXylgZEQk3ADT5IK { width:20rem;height:10.234875rem;top:278.89013671875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEcWXmsBdXuTTnHAVToZC4E0vl2BbGQA { width:20rem;height:1.54345625rem;top:275.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTTTVHhQH6gCD25um0s8HEdEyIVNCmZD { width:20rem;height:1.21875rem;top:277.23388671875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFXnGFftsJsepr8gBTyJmaT0Gqxv6cls { display:block; }#hFXnGFftsJsepr8gBTyJmaT0Gqxv6cls > .row .container { width:20rem;height:14.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M2LlHCKdWReORpN2FyachSKaV2QsUbet { width:20rem;height:6.75rem;top:3.90625rem;left:0rem;font-size:0.75rem;display:block; }
 }