.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); }#q08Ua0uXh3HiPv3dsNcsrwmSCoZCtlSh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#q08Ua0uXh3HiPv3dsNcsrwmSCoZCtlSh > .row .container { background-color: transparent; background-image: none; }#q08Ua0uXh3HiPv3dsNcsrwmSCoZCtlSh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q08Ua0uXh3HiPv3dsNcsrwmSCoZCtlSh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q08Ua0uXh3HiPv3dsNcsrwmSCoZCtlSh > .row .container > .video-iframe-container { display: none; }#q08Ua0uXh3HiPv3dsNcsrwmSCoZCtlSh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q08Ua0uXh3HiPv3dsNcsrwmSCoZCtlSh > .row > .video-iframe-container { display: none; }#q08Ua0uXh3HiPv3dsNcsrwmSCoZCtlSh > .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); }#q08Ua0uXh3HiPv3dsNcsrwmSCoZCtlSh > .row .container { border-width: 0; border-radius: 0; }#q08Ua0uXh3HiPv3dsNcsrwmSCoZCtlSh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q08Ua0uXh3HiPv3dsNcsrwmSCoZCtlSh > .row .container { font-size:0.875rem;font-family:arial;height:43.4375rem;width:60rem;position:relative;display:block; }#o49QchkqhPgTlVvI1fx7RRycmQmpJhdd { position:absolute;display:block;z-index:15011;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:10.1875rem;width:13.375rem;top:0.6875rem;left:23.3125rem;overflow:hidden;display:block; }
#h857lqAVq60VqvyNkFu2Pgg8qrRmrai5 { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:"yeseva one";font-size:2.5rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:12rem;left:22rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#TNiLCC5idxq4VIon9HTgfZxLeiBETteA { color:#000000;display:block;width:33.3125rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:18.9375rem;left:12.75rem;height:3.65625rem;display:block; }
#ZcTsZSlaCxgL34vi6Bbohqis3gQmG8qL { color:#000000;display:block;width:30rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:16.25rem;left:15rem;height:1.21875rem;display:block; }
#VCtD9uKHlcooJaEh8Ui2fdeyTsdRZdI9 { color:#000000;display:block;width:18.125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:27.25rem;left:22rem;height:1.4619125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gM91DXzZSRQVOBHBamlsK2q6pSosuxvG { color:#000000;display:block;width:33.5625rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:24.1875rem;left:12.8125rem;height:2.4375rem;display:block; }
#O0bXOgqPVarBw9rSJXJenB00IB5ZBdfX { color:#000000;display:block;width:22.3125rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:30.5rem;left:12.5625rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#A2wgGlknXq88wT7CledQMAOT9q6mx1xL { color:#000000;display:block;width:33.5625rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:33.25rem;left:12.625rem;height:3.65625rem;display:block; }
#tl7GfLavhwaJxDIwBMBtyxoyhFrXy4gO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#tl7GfLavhwaJxDIwBMBtyxoyhFrXy4gO > .row .container { border-width: 0; border-radius: 0; }#tl7GfLavhwaJxDIwBMBtyxoyhFrXy4gO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tl7GfLavhwaJxDIwBMBtyxoyhFrXy4gO > .row .container { font-size:0.875rem;font-family:arial;height:59.1875rem;width:60rem;position:relative;display:none; }#vvKMI9WTpCJNtPHnApzDZ6P9Ei0NkouD { position:absolute;display:block;z-index:15011;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:10.1875rem;width:13.375rem;top:0.6875rem;left:23.3125rem;overflow:hidden;display:block; }
#ZMzcE17DgbB5aaxo64Dzig0C6esmRsO5 { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:"yeseva one";font-size:2.5rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:12rem;left:22rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#kKacJpQmONldTSaBdQHeXAd2bhAJQc2t { color:#000000;display:block;width:33.3125rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:18.9375rem;left:12.75rem;height:3.65625rem;display:block; }
#bwn9e8r78Vi9DHUJ4Of8aiDcrnxW79rZ { color:#000000;display:block;width:21.375rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:16.5rem;left:19.75rem;height:1.21875rem;display:block; }
#BpPrdRIVAx4VI4XEHAxvPQTTtrTpTJrz { color:#000000;display:block;width:18.125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:29.6875rem;left:21.9375rem;height:1.4619125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#K6kBM83bC64gKL2vNkfEtCd3NXsbKRp3 { color:#000000;display:block;width:29.8125rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:26.375rem;left:12.75rem;height:2.4375rem;display:block; }
#ne3GzAcuATm048Ven4kCnJq7tyTs94rP { color:#000000;display:block;width:27.6875rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:57rem;left:13.25rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#TDRFpybnat5Kxz7qdzCJTT6nmSce0VSz { color:#000000;display:block;width:33.5625rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:50.875rem;left:13.25rem;height:2.4375rem;display:block; }
#yS16Qo0TzzJsUTzZLeGPyRVdlI54UBQC { color:#000000;display:block;width:13.75rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:53.875rem;left:23.8125rem;height:1.4619125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hTmPtwoWWMb6NQ0hER6OVzcU9Ef29VUK { color:#000000;display:block;width:35.3125rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:23.875rem;left:12.75rem;height:1.21875rem;display:block; }
#I9As1cvut8Aw4q1abJ1g4TRhFPFaQv9I { color:#000000;display:block;width:11.3125rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:41rem;left:12.4375rem;height:2.2734375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K6R0Jo9AC1LW0ZLw6cb1nWJ4olqCETpW { color:#000000;display:block;width:8.875rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:41rem;left:37.625rem;height:2.2734375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VziWhAbEOb7FU4SHOtUmVEKlTlinHfop { color:#000000;display:block;width:11.5rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:40.9375rem;left:24.4375rem;height:2.2734375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bWhVZ5XuRKUZMUIlKmZ7X7SRCa9sS30H { color:#000000;display:block;width:11.3125rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:41rem;left:0.8125rem;height:2.2734375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#heQXut9ktsgQbVngOFQ8EwsRrQPQuhTJ { color:#000000;display:block;width:8.875rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:40.8125rem;left:49.125rem;height:2.2734375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NklOwckEQdhMIDd3Zso1Pt7cS9DImaCb { position:absolute;display:block;z-index:15047;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:6.25rem;width:11.25rem;top:34.125rem;left:1.0625rem;overflow:hidden;display:block; }
#nJwx1G7x7wow8bidoZFplKiHMRMqHfPw { position:absolute;display:block;z-index:15049;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:6.25rem;width:11.25rem;top:34.125rem;left:12.75rem;overflow:hidden;display:block; }
#mQa8HTvMbFQBbbigT8G5cIbFXQyamIFM { position:absolute;display:block;z-index:15050;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:6.25rem;width:11.25rem;top:34.125rem;left:24.875rem;overflow:hidden;display:block; }
#s37G1teJ9hP3luITJ33yFmT3wQTyfPhS { position:absolute;display:block;z-index:15036;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:6.25rem;width:10.125rem;top:34.125rem;left:48.5rem;overflow:hidden;display:block; }
#OpQzGmoKslUbtCOwT7xsnxZ4Tm9H9dCg { position:absolute;display:block;z-index:15063;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:6.25rem;width:10.6875rem;top:34.125rem;left:36.875rem;overflow:hidden;display:block; }
#m9CZZbgSboUnrLutAxLu57c8Tcv28DhT { color:#000000;display:block;width:36.875rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:32.1875rem;left:12.75rem;height:1.21875rem;display:block; }
#CO7iN0R8t5aS0XkECFXt9dCwmVxUgIGO { color:#000000;display:block;width:36.125rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:44.625rem;left:13.25rem;height:2.4375rem;display:block; }
#nyr45GqkMPECwLSyDyig1c0wno6O2zyE { color:#000000;display:block;width:19.25rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:48.125rem;left:22rem;height:1.4619125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZvUxTrXoVmwyncdJUQEtiRHsesSfr2XV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ZvUxTrXoVmwyncdJUQEtiRHsesSfr2XV > .row .container { border-width: 0; border-radius: 0; }#ZvUxTrXoVmwyncdJUQEtiRHsesSfr2XV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZvUxTrXoVmwyncdJUQEtiRHsesSfr2XV > .row .container { font-size:0.875rem;font-family:arial;height:93.5625rem;width:60rem;position:relative;display:none; }#dTwMi7SU1bIhbgtyzRaDkQSzFpMExlr4 { position:absolute;display:block;z-index:15011;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:10.1875rem;width:13.375rem;top:1.375rem;left:23.3125rem;overflow:hidden;display:block; }
#saVeNJ4T5agQX06EiH5rH5Qs31WmLVoP { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:"yeseva one";font-size:2.5rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:12.25rem;left:21.59375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#K9KkWebhy9bXEXrzXumExW5ByKKy022U { color:#000000;display:block;width:23.75rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:26.5rem;left:18.125rem;height:1.29980625rem;display:block; }
#oBDafS1pSyFMvr1IdFAs1ogWfz8P9lFx { color:#000000;display:block;width:33.5625rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:29.5625rem;left:12.6875rem;height:2.4375rem;display:block; }
#w4uimJAMrSHasTeZJTC8AmLugQ1aPwaz { color:#000000;display:block;width:11.3125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:33.6875rem;left:24.6875rem;height:2.923825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DC1muW4RJT9OpL8zZtZFEH0OmkSNLXb3 { color:#000000;display:block;width:33.9375rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:63.0625rem;left:12.75rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RPABZJ5UL3MPtfESR07vkPEygERc4WHG { color:#000000;display:block;width:33.9375rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:65.9375rem;left:12.75rem;height:10.6875rem;text-align:left;text-align-last:left;display:block; }#RPABZJ5UL3MPtfESR07vkPEygERc4WHG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RPABZJ5UL3MPtfESR07vkPEygERc4WHG li:before{  }
#CxcSEN2tk9N8OGlvNSXhLSTisvIdJQsV { color:#000000;display:block;width:10.8125rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:83.75rem;left:24.6875rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#nddyp885ZcVXT5BxpZSgUaL6Acc8gZRG { color:#000000;display:block;width:22.875rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:77.6875rem;left:18.625rem;height:1.4619125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ttkU3QGmVvZwCLHkt6tZ46aqm3VKxwtk { color:#000000;display:block;width:27.375rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:79.3125rem;left:16.3125rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#f16W2Q2yo5KNI8p5ZbBZg73StvTqAMhU { color:#000000;display:block;width:33.9375rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:86.75rem;left:13.3125rem;height:4.875rem;display:block; }
#Jx6xxtP1ct6RC777ticbRC5Sa6TTdFWV { color:#000000;display:block;width:22.6875rem;position:absolute;font-family:"yeseva one";font-size:1.1875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:23.3125rem;left:18.65625rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#SaLyIv9TP4pdBZ595LXfGiMC0wFVQrEO { color:#000000;display:block;width:27.375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:40.375rem;left:16.3125rem;height:1.4619125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Rz6Tap1x0EssvXIO3U0VnqcFpTwotSbZ { color:#000000;display:block;width:33.5625rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:36.71875rem;left:12.6875rem;height:2.4375rem;display:block; }
#qlEvTtPzkl3nlwTIUzeg8FJ8tuwPHvT9 { color:#000000;display:block;width:33.5625rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:43.0625rem;left:12.6875rem;height:2.4375rem;display:block; }
#SgycTsSolmmQGtx0GbPDSpDlGQMU8WTu { color:#000000;display:block;width:18.75rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:46.5625rem;left:20.75rem;height:2.923825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dtkEJUkaLUFTW0vShgksyATrHrl1tudH { color:#000000;display:block;width:33.3125rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:18.125rem;left:12.8125rem;height:3.65625rem;display:block; }
#zxT1uJ6m0sluvufaNrM5UgF3hqmxq6Uy { color:#000000;display:block;width:21.375rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:16.0625rem;left:18.125rem;height:1.21875rem;display:block; }
#OzXAwEfQydTSiQEHpJEbnAE5t3U737Jw { color:#000000;display:block;width:17.125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:55.875rem;left:21.4375rem;height:2.923825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#po8IZucSAsipUETHxgkZeeou0qpgW4z2 { color:#000000;display:block;width:33.5625rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:49.375rem;left:12.6875rem;height:4.875rem;display:block; }
#sk2aRqF1XUN95qib1npZTyVoTigkhFWU { color:#000000;display:block;width:33.5625rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:58.875rem;left:12.6875rem;height:2.4375rem;display:block; }
#fXky9oMDolv1cJQ8LE20DJTFfJzfgyz2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#fXky9oMDolv1cJQ8LE20DJTFfJzfgyz2 > .row .container { border-width: 0; border-radius: 0; }#fXky9oMDolv1cJQ8LE20DJTFfJzfgyz2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fXky9oMDolv1cJQ8LE20DJTFfJzfgyz2 > .row .container { font-size:0.875rem;font-family:arial;height:79.0625rem;width:60rem;position:relative;display:none; }#ciIqQRTe8ZXnIokieBKxv6FXG7B5VSbl { position:absolute;display:block;z-index:15011;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:10.1875rem;width:13.375rem;top:1.3125rem;left:22.78125rem;overflow:hidden;display:block; }
#sTzEnw4vTUlPyhr7ER1BfyHnFz1L8chd { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:"yeseva one";font-size:2.5rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:12.25rem;left:21.59375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#n714cIGzT1xnIPR1RQCzkQbntARJSaBR { color:#000000;display:block;width:23.75rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:26.3125rem;left:18.125rem;height:1.29980625rem;display:block; }
#JXoCQikWF8oHOFgUJJ1vAtA6yryzWayd { color:#000000;display:block;width:33.5625rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:29.0625rem;left:12.6875rem;height:2.4375rem;display:block; }
#ZEsumDuQMhpADPNsn6SRciyGeBzxDaMq { color:#000000;display:block;width:11.3125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:33.3125rem;left:24.6875rem;height:1.4619125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AOZdRe9seIsXGtVik2qCpi2MWWn5AO7c { color:#000000;display:block;width:33.9375rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:42.1875rem;left:12.25rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZI6PSKhAnkmRpVkD7e1l9mDfF6Xiq0zw { color:#000000;display:block;width:33.9375rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:45.0625rem;left:12.25rem;height:10.6875rem;text-align:left;text-align-last:left;display:block; }#ZI6PSKhAnkmRpVkD7e1l9mDfF6Xiq0zw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZI6PSKhAnkmRpVkD7e1l9mDfF6Xiq0zw li:before{  }
#yNLsUzUL5h3RCe9xUZZphD0JGQMh6s8P { color:#000000;display:block;width:33.9375rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:65.875rem;left:12.75rem;height:4.875rem;display:block; }
#FfQ691JywFTHaXTCxMdOsP2S2UgHeHXv { color:#000000;display:block;width:22.6875rem;position:absolute;font-family:"yeseva one";font-size:1.1875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:23.3125rem;left:18.65625rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#yhLq7KHM4Lx3vz6ag12ZDNymvse4d3c8 { color:#000000;display:block;width:33.5625rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:36.1875rem;left:12.6875rem;height:2.4375rem;display:block; }
#E8sBsmPARDimGlL7ANnlbKA2JVFdlrZs { color:#000000;display:block;width:18.75rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:39.625rem;left:20.75rem;height:1.4619125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zCWkRCHUSn5LCrEnTRfEPDKfAZhhgUhf { color:#000000;display:block;width:33.3125rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:18.125rem;left:12.8125rem;height:3.65625rem;display:block; }
#GXM1IuPX0ZSPMUPTr7r4bmObyaUQmzh8 { color:#000000;display:block;width:21.375rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:16.0625rem;left:18.125rem;height:1.21875rem;display:block; }
#eUTLrSThv2hH3qWUxmKOiy2RBxip8NCe { color:#000000;display:block;width:10.8125rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:63.125rem;left:24.0625rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#PSDb0rJTqTse2n5oGT9gfSTi3Wbm4MGv { color:#000000;display:block;width:27.375rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:58.8125rem;left:15.8125rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#K7zh1uyiCvAXawDB2b3g9q6LpsTcA1Tb { color:#000000;display:block;width:22.875rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:56.8125rem;left:18.125rem;height:1.4619125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GlHtHvOZtQyRT2I3EUGuaiLwlT8VqPWR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#GlHtHvOZtQyRT2I3EUGuaiLwlT8VqPWR > .row .container { border-width: 0; border-radius: 0; }#GlHtHvOZtQyRT2I3EUGuaiLwlT8VqPWR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GlHtHvOZtQyRT2I3EUGuaiLwlT8VqPWR > .row .container { font-size:0.875rem;font-family:arial;height:79.0625rem;width:60rem;position:relative;display:none; }#T3QdmF4sSlgvg4Ii2VWAhJTTPCB1EUGy { position:absolute;display:block;z-index:15011;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:10.1875rem;width:13.375rem;top:1.8125rem;left:15.25rem;overflow:hidden;display:block; }
#QbH7MpiLSUDBvxFOleuKEnL72bsOb03L { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:"yeseva one";font-size:2.5rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:12.25rem;left:21.59375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#b4J9TJTskdeF4T4GE3aZ07ZpFpOOy3Lv { color:#000000;display:block;width:23.75rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:26.5rem;left:18.125rem;height:1.29980625rem;display:block; }
#TmZvyzGn7aFXKx9GCqDaZmHe9EriugrW { color:#000000;display:block;width:33.5625rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:29.5625rem;left:12.6875rem;height:2.4375rem;display:block; }
#SMxwgqJWdfTpBplzTw2k8l6vuiqi84Vb { color:#000000;display:block;width:11.3125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:33.6875rem;left:24.6875rem;height:1.4619125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#guonULe2W2mFHyLizcnNWxZTx88QmR4B { color:#000000;display:block;width:33.9375rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:48.75rem;left:12.5rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PFg6c5zBUes01O4VwiBS3rw5H1itL0CT { color:#000000;display:block;width:33.9375rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:51.625rem;left:12.5rem;height:;text-align:left;text-align-last:left;display:block; }#PFg6c5zBUes01O4VwiBS3rw5H1itL0CT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PFg6c5zBUes01O4VwiBS3rw5H1itL0CT li:before{  }
#B4xr9JEv5srTVfiRslalMrhh4mLhhg1k { color:#000000;display:block;width:10.8125rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:69.4375rem;left:24.4375rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#dk12v1B9gX1TE18KAy40ZOPGQ1uneF2t { color:#000000;display:block;width:22.875rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:63.375rem;left:18.375rem;height:1.4619125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q2aHEbDHnc4ETteTkdcCI9mEfWtyMktV { color:#000000;display:block;width:27.375rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:65rem;left:16.0625rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#IEVV2V30Gt94QJOcU73sID3RO2CmwVbW { color:#000000;display:block;width:33.9375rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:72.4375rem;left:13.03125rem;height:4.875rem;display:block; }
#DVn9VaSUxCtATKTC3kiPAub4XFkfWtvo { position:absolute;display:block;z-index:15014;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:8.75rem;width:14.75rem;top:2.53125rem;left:28.0625rem;overflow:hidden;display:block; }
#Jt5HH4iFqSbX2kCHo3BU12ZniDmgUEos { color:#000000;display:block;width:22.6875rem;position:absolute;font-family:"yeseva one";font-size:1.1875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:23.3125rem;left:18.65625rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#L3A4OUZ5VipIXZAD8iJhu8BNbBWSbztA { color:#000000;display:block;width:27.375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:40.375rem;left:16.3125rem;height:1.4619125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#AMdc9aGEVOee0TvlPto7N25EXNbP0NAD { color:#000000;display:block;width:33.5625rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:36.71875rem;left:12.6875rem;height:2.4375rem;display:block; }
#l3rmQJ9i6ByTgdI1h9GTGkuZS6n1trDQ { color:#000000;display:block;width:33.5625rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:43.0625rem;left:12.6875rem;height:2.4375rem;display:block; }
#ci78F2ca8xcncI9zHJqeMhLWevnQTFxu { color:#000000;display:block;width:18.75rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:46.25rem;left:20.75rem;height:1.4619125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JcSTZuw0uEZiwkfWu0Xd7hRPot6Z7g9k { color:#000000;display:block;width:33.3125rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:18.125rem;left:12.8125rem;height:3.65625rem;display:block; }
#kKyXXNJN9IsQdggRvkeob15tQ5y0N9cf { color:#000000;display:block;width:21.375rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:16.0625rem;left:18.125rem;height:1.21875rem;display:block; }
#T1g8blGdT0xeSmGP9igOEkgiBR4BoJQm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#T1g8blGdT0xeSmGP9igOEkgiBR4BoJQm > .row .container { border-width: 0; border-radius: 0; }#T1g8blGdT0xeSmGP9igOEkgiBR4BoJQm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T1g8blGdT0xeSmGP9igOEkgiBR4BoJQm > .row .container { font-size:0.875rem;font-family:arial;height:61.875rem;width:60rem;position:relative;display:none; }#Lw01fhaUBXT65Ls5XTMkpxb3GzCvt8GJ { position:absolute;display:block;z-index:15011;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:10.1875rem;width:13.375rem;top:2.125rem;left:23.3125rem;overflow:hidden;display:block; }
#F8V6SWLhDp2TWlsG1ShdThRw22DTpJo2 { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:"yeseva one";font-size:2.5rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:12.25rem;left:21.59375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#XJCE0llXnZlx679lt6oJUykEQM9BGEe3 { color:#000000;display:block;width:33.9375rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:46.0625rem;left:12.375rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZSxfbzqNCFkcXoyHU3b3rCZzVaTQlMNh { color:#000000;display:block;width:33.9375rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:48.9375rem;left:12.375rem;height:5.18465625rem;text-align:left;text-align-last:left;display:block; }#ZSxfbzqNCFkcXoyHU3b3rCZzVaTQlMNh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZSxfbzqNCFkcXoyHU3b3rCZzVaTQlMNh li:before{  }
#BQ96ur9uELPpdOddZc3swQufgU6bUtSD { color:#000000;display:block;width:33.9375rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:55.5625rem;left:12.125rem;height:4.87215625rem;display:block; }
#XM12ooNDMLNUpCQixtGfKIlwexKPVo27 { color:#000000;display:block;width:22.6875rem;position:absolute;font-family:"yeseva one";font-size:1.1875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:23.3125rem;left:18.65625rem;height:1.54385625rem;text-align:center;text-align-last:center;display:block; }
#o62U5gPFbSRmzThZ54ekOxBX9788GpRt { color:#000000;display:block;width:33.5625rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:34.1875rem;left:12.4375rem;height:2.43608125rem;display:block; }
#a2752KNz8WEauzTC1QsgTPp9IaKdLqR7 { color:#000000;display:block;width:18.75rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:37.375rem;left:20.5rem;height:1.46218125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D2ZFRkMSF2CBKFmkMXplkHhPTTBb6QPJ { color:#000000;display:block;width:33.3125rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:18.125rem;left:12.8125rem;height:3.65411875rem;display:block; }
#GTT2KP5ft0svCh6E1QQ3CU7giWTJ1fg0 { color:#000000;display:block;width:21.375rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:16.0625rem;left:18.125rem;height:1.21875rem;display:block; }
#Tx3bs8pTzsamyrZ9bF3HLJJCTK0X4nfW { color:#000000;display:block;width:33.5625rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:26.25rem;left:12.6875rem;height:3.65411875rem;display:block; }
#wXNx4fVLQex2yBm1NDeu475ecqaRVaLm { color:#000000;display:block;width:11.3125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:31.375rem;left:24.6875rem;height:1.46218125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xshxsmcHqkznLIyrbRbdxJeGMxxu3DdH { color:#000000;display:block;width:13.75rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:43rem;left:23rem;height:1.46218125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#poXgnculHdAS60Q6UnuWwXFywi8R8dmW { color:#000000;display:block;width:33.5625rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:40rem;left:12.4375rem;height:1.21875rem;display:block; }
#NBcwFdMCt4UACw5vXTXhfXemyaX7V3kr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#NBcwFdMCt4UACw5vXTXhfXemyaX7V3kr > .row .container { border-width: 0; border-radius: 0; }#NBcwFdMCt4UACw5vXTXhfXemyaX7V3kr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NBcwFdMCt4UACw5vXTXhfXemyaX7V3kr > .row .container { font-size:0.875rem;font-family:arial;height:79.0625rem;width:60rem;position:relative;display:none; }#SKiCGdIyf1dv7sIzXMG15GhEfngbxDmJ { position:absolute;display:block;z-index:15011;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:10.1875rem;width:13.375rem;top:1.8125rem;left:15.25rem;overflow:hidden;display:block; }
#lWRNGZZu3zsUUfCd7pwotT4mfJTmZxkX { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:"yeseva one";font-size:2.5rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:12.25rem;left:21.59375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#XARzhpWCB35JGeI98F9KU9KqBWhv9W0L { color:#000000;display:block;width:23.75rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:26.5rem;left:18.125rem;height:1.29980625rem;display:block; }
#pvoZzaRdRZHmNtQ385bZ0D79N1GHe7Kb { color:#000000;display:block;width:33.5625rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:29.5625rem;left:12.6875rem;height:2.4375rem;display:block; }
#DLTE1QQF4XcnRUFweQ9DNBFrPgzsfOOy { color:#000000;display:block;width:11.3125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:33.6875rem;left:24.6875rem;height:2.923825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xhu9govRrnwpWKw6kza6toIVS70hsosS { color:#000000;display:block;width:33.9375rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:48.75rem;left:12.5rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TdGBcRxEZLNeAvMW12XqBTTDKazOwPvS { color:#000000;display:block;width:33.9375rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:51.625rem;left:12.5rem;height:10.6875rem;text-align:left;text-align-last:left;display:block; }#TdGBcRxEZLNeAvMW12XqBTTDKazOwPvS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TdGBcRxEZLNeAvMW12XqBTTDKazOwPvS li:before{  }
#OmiMzVhFRSKl3obN33AbZCgMnwoxP8nC { color:#000000;display:block;width:10.8125rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:69.3125rem;left:23.40625rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#pKkIouiR6h1b4ysT813IZ0rKMK1vqxQi { color:#000000;display:block;width:22.875rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:63rem;left:18.375rem;height:1.4619125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZObSwWhZdQTkMOZMf50qfVFf9J4OxFFP { color:#000000;display:block;width:27.375rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:65rem;left:16.0625rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#NAmeJRfDQEgqqWuXZ3hvEuEKDRUSvhff { color:#000000;display:block;width:33.9375rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:72.4375rem;left:13.03125rem;height:4.875rem;display:block; }
#inhd4bIT1UDnB5Qm2WZIKNTC4g08mlQ0 { position:absolute;display:block;z-index:15014;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:6.4375rem;width:16.4375rem;top:3.6875rem;left:29.75rem;overflow:hidden;display:block; }
#BcAbpnRTaK2q9Mhl6DOtEEQPE1syWEVm { color:#000000;display:block;width:22.6875rem;position:absolute;font-family:"yeseva one";font-size:1.1875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:23.3125rem;left:18.65625rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#JUuNwqHUdg5xRFQqRdJi0RskJXNMUQoo { color:#000000;display:block;width:27.375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:39.75rem;left:16.3125rem;height:1.4619125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ZDeTrG9rPMoVpqPm9qOEbsQOvoZKPy2A { color:#000000;display:block;width:33.5625rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:36.71875rem;left:12.6875rem;height:1.21875rem;display:block; }
#qbJLMqNzDJu9wHRslqk3SeoEwfuS9FsW { color:#000000;display:block;width:33.5625rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:43.0625rem;left:12.6875rem;height:2.4375rem;display:block; }
#rXa1c7un6OewDxJqZ1NQdpncrG0myaAG { color:#000000;display:block;width:18.75rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:46.25rem;left:20.75rem;height:2.923825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lioEJDWn7ZdgTB2KxqDTVx1Ubxf1qtuN { color:#000000;display:block;width:33.3125rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:18.125rem;left:12.8125rem;height:3.65625rem;display:block; }
#bBqOtLccwrLtpIO3mfw67K4FlSXm8DOg { color:#000000;display:block;width:21.375rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:16.0625rem;left:18.125rem;height:1.21875rem;display:block; }
#eXtMltS6fGa398TfVwX2zQM8Nks3f0yC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#eXtMltS6fGa398TfVwX2zQM8Nks3f0yC > .row .container { border-width: 0; border-radius: 0; }#eXtMltS6fGa398TfVwX2zQM8Nks3f0yC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eXtMltS6fGa398TfVwX2zQM8Nks3f0yC > .row .container { font-size:0.875rem;font-family:arial;height:79.0625rem;width:60rem;position:relative;display:none; }#MnqOTlcLZSPzRzvPtAW6gNMWTJZcxfkQ { position:absolute;display:block;z-index:15011;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:10.1875rem;width:13.375rem;top:1.8125rem;left:15.25rem;overflow:hidden;display:block; }
#NbSAzWTWcbWyAlOWvMsyZGTTddQZTs2n { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:"yeseva one";font-size:2.5rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:12.25rem;left:21.59375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#c9QO2aPOd2tsDdzGO36qbFPnpmEauZns { color:#000000;display:block;width:23.75rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:26.5rem;left:18.125rem;height:1.29980625rem;display:block; }
#Wd86BCq4G1Wnnql7koq4heioXFOmu9v1 { color:#000000;display:block;width:33.5625rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:29.5625rem;left:12.6875rem;height:2.4375rem;display:block; }
#ZMLlvCD9VaEwm57nuHTDW3xIQnDHQTcQ { color:#000000;display:block;width:11.3125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:33.6875rem;left:24.6875rem;height:2.923825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wtHeLgM4JdB86CKnK9wEn75GpA3S7ugm { color:#000000;display:block;width:33.9375rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:48.75rem;left:12.5rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kC2Mp1cBCq6NpUCc4DH3blrOreaR4fM0 { color:#000000;display:block;width:33.9375rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:51.625rem;left:12.5rem;height:10.6875rem;text-align:left;text-align-last:left;display:block; }#kC2Mp1cBCq6NpUCc4DH3blrOreaR4fM0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kC2Mp1cBCq6NpUCc4DH3blrOreaR4fM0 li:before{  }
#led3rcZ60ceC15xWZzpTnwTg3xUcsUrO { color:#000000;display:block;width:10.8125rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:69.4375rem;left:24.4375rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#n5o4R8o1ZU72rRvfvfClMKLtHVy5pf4T { color:#000000;display:block;width:22.875rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:63rem;left:18.375rem;height:1.4619125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Blf4EeIhr7xHQTOapTbhni8o0rLFUVGF { color:#000000;display:block;width:27.375rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:65rem;left:16.0625rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TSV7TbD9aunWJvZ3VBggpChnwm4Vwa1U { color:#000000;display:block;width:33.9375rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:72.4375rem;left:13.03125rem;height:4.875rem;display:block; }
#ZbyZwiVvPBcn9LhB8rPoMI8Og52PkG5Q { position:absolute;display:block;z-index:15014;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:5.25rem;width:19.8125rem;top:3.6875rem;left:28.625rem;overflow:hidden;display:block; }
#y3fqF8eZrIew23RHeMDLky2KpAcH4lRO { color:#000000;display:block;width:22.6875rem;position:absolute;font-family:"yeseva one";font-size:1.1875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:23.3125rem;left:18.65625rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#aqcrOc7JuyA4IU0VGZs32Jc1NuFBrQMt { color:#000000;display:block;width:27.375rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:39.1875rem;left:16.3125rem;height:2.923825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#C9yhvIDITM76Oe8KumPxXKv9rqxassd9 { color:#000000;display:block;width:33.5625rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:36.71875rem;left:12.6875rem;height:1.21875rem;display:block; }
#mI3tEK7su0k3IOdMgwlzA2asSz08h9JE { color:#000000;display:block;width:33.5625rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:43.0625rem;left:12.6875rem;height:2.4375rem;display:block; }
#tyKFoSW49S1DgcnImUFNVOi88mtByP1S { color:#000000;display:block;width:18.75rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:46.25rem;left:20.75rem;height:2.923825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QEkbLePM90o84T0zpgQoohTvvInAoguX { color:#000000;display:block;width:33.3125rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:18.125rem;left:12.8125rem;height:3.65625rem;display:block; }
#nwRz9M1JtumEbJEeTUB2R8XxhM33KRDi { color:#000000;display:block;width:21.375rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:16.0625rem;left:18.125rem;height:1.21875rem;display:block; }
#vO3l3Aki5g0TSnTCE3zlnVwTTrhyTFPg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#vO3l3Aki5g0TSnTCE3zlnVwTTrhyTFPg > .row .container { border-width: 0; border-radius: 0; }#vO3l3Aki5g0TSnTCE3zlnVwTTrhyTFPg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vO3l3Aki5g0TSnTCE3zlnVwTTrhyTFPg > .row .container { font-size:0.875rem;font-family:arial;height:68.875rem;width:60rem;position:relative;display:none; }#adBLIzT84XaGUo2es9JKN9SeHxnxHl7i { position:absolute;display:block;z-index:15011;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:10.1875rem;width:13.375rem;top:1.0625rem;left:18.875rem;overflow:hidden;display:block; }
#DZSOcPVyruQSl9ar0TWMJ4ivaBl7Mx2l { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:"yeseva one";font-size:2.5rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:12rem;left:21.9375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#zVOElhPgqqv8OvFnE9rpwl50QRmd9WXF { color:#000000;display:block;width:33.5625rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:31.6875rem;left:12.9375rem;height:2.4375rem;display:block; }
#CGw8M8rig8v4dSIiazcQvlMT6TaK818v { color:#000000;display:block;width:11.3125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:35.5625rem;left:24.9375rem;height:2.923825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#roB0B1kWBufgLmSOnTkr4LTxOHLu3UNc { color:#000000;display:block;width:33.9375rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:38.375rem;left:12.75rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Lg2g4aAMaooVrBtgRsTb0psi6TxQIh8f { color:#000000;display:block;width:33.9375rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:41.25rem;left:12.75rem;height:10.6875rem;text-align:left;text-align-last:left;display:block; }#Lg2g4aAMaooVrBtgRsTb0psi6TxQIh8f li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Lg2g4aAMaooVrBtgRsTb0psi6TxQIh8f li:before{  }
#AlbxhwKXzh2GnF4OAGiiGv90KGtgTUmx { color:#000000;display:block;width:10.8125rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:59.0625rem;left:24.6875rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ZEEPlKmEKLUTJOQehrHyoqXFMQSdfTC2 { color:#000000;display:block;width:22.875rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:52.625rem;left:18.625rem;height:1.4619125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DpwR7i6ht6Ot6a79UUHAPkX1c8lA1MKT { color:#000000;display:block;width:27.375rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:54.625rem;left:16.3125rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ACyOTTQSXrAzDwNG8K6PQZ2hzp0KoGx5 { color:#000000;display:block;width:33.9375rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:62.0625rem;left:13.3125rem;height:4.875rem;display:block; }
#hRkOJmLea5nU3ClTyhekUdxP2Tf4oTtF { position:absolute;display:block;z-index:15014;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:6.9375rem;width:13.3125rem;top:2.6875rem;left:33.25rem;overflow:hidden;display:block; }
#b0CDyIEwQfvzQXnC98W23AwhUIKXMG2s { color:#000000;display:block;width:33.3125rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:19.625rem;left:12.6875rem;height:3.65625rem;display:block; }
#NihmWu7ln6ZC81ikcqJ43JGDJmMHLyge { color:#000000;display:block;width:22.6875rem;position:absolute;font-family:"yeseva one";font-size:1.1875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:25.125rem;left:18.65625rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#KS8f5yX8RXXTuGkq5VQQNMdnv4QTTbBB { color:#000000;display:block;width:25.8125rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:28.625rem;left:17.4375rem;height:1.29980625rem;display:block; }
#MBsNZppxWUgBkcIzbzv2qGTdWflAxU0E { color:#000000;display:block;width:21.375rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:16.6875rem;left:19.3125rem;height:1.21875rem;display:block; }
#bai3MMVLv7lUX1DJIMKT9v4nkp1dkFTB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#bai3MMVLv7lUX1DJIMKT9v4nkp1dkFTB > .row .container { border-width: 0; border-radius: 0; }#bai3MMVLv7lUX1DJIMKT9v4nkp1dkFTB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bai3MMVLv7lUX1DJIMKT9v4nkp1dkFTB > .row .container { font-size:0.875rem;font-family:arial;height:68.875rem;width:60rem;position:relative;display:none; }#SbCLURZev8ThsuQRtuvMwGuENc65xhFx { position:absolute;display:block;z-index:15011;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:10.1875rem;width:13.375rem;top:1.0625rem;left:18.875rem;overflow:hidden;display:block; }
#M4JvR1HnNOf1w9k6lGSUa3x78m0iGi6M { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:"yeseva one";font-size:2.5rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:12rem;left:21.9375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#E6ysrsJt3A10TnOV5MLh8FlgGuRNDNl9 { color:#000000;display:block;width:33.5625rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:31.6875rem;left:12.9375rem;height:2.4375rem;display:block; }
#SDVfTEV1EiUVoysuMrKDQimgickd5ZG3 { color:#000000;display:block;width:11.3125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:35.5625rem;left:24.9375rem;height:1.4619125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cxrDzgzNo6uc96NycUvB3XoBqUE0zCDv { color:#000000;display:block;width:33.9375rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:38.375rem;left:12.75rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TmLiqThTKqZek2zev6NTMD1mPunPdD3l { color:#000000;display:block;width:33.9375rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:41.25rem;left:12.75rem;height:10.6875rem;text-align:left;text-align-last:left;display:block; }#TmLiqThTKqZek2zev6NTMD1mPunPdD3l li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TmLiqThTKqZek2zev6NTMD1mPunPdD3l li:before{  }
#c15Rkr5OG1lE9T5Gs4zM7pZ6hZplhiVi { color:#000000;display:block;width:10.8125rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:59.0625rem;left:24.6875rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Upm1OUg59F2CK1pvz5xUMPrf7m2Maqcq { color:#000000;display:block;width:22.875rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:52.625rem;left:18.625rem;height:1.4619125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U46ReqKQyHUtxEfLXFZy0nNZWbmzulFX { color:#000000;display:block;width:27.375rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:54.625rem;left:16.3125rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#cKQLhmBuWHllFl7kPFWcdRN3s7ZZTnk0 { color:#000000;display:block;width:33.9375rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:62.0625rem;left:13.3125rem;height:4.875rem;display:block; }
#xyNfTkh1ZVgkWN3Eaxh8xnICrSFZFF4N { position:absolute;display:block;z-index:15014;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:8.875rem;width:8.875rem;top:1.71875rem;left:33.125rem;overflow:hidden;display:block; }
#SrxANxVbZETqaZG611sCbm0KwRA7SLhJ { color:#000000;display:block;width:33.3125rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:19.625rem;left:12.6875rem;height:3.65625rem;display:block; }
#LlxU7Ean2zh4hTOvdoyuTJ7QB6HwVrMz { color:#000000;display:block;width:22.6875rem;position:absolute;font-family:"yeseva one";font-size:1.1875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:25.125rem;left:18.65625rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#JaebrzFD5ba5Wqsb4aBagtvmK7HzOEax { color:#000000;display:block;width:23.875rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:28.625rem;left:18.0625rem;height:1.29980625rem;display:block; }
#wnrTmCWaDLwC2ochzIxwbrp1nqCyTUPz { color:#000000;display:block;width:21.375rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:16.6875rem;left:19.3125rem;height:1.21875rem;display:block; }
#PhxBmTGIwJFCWaeg4BP4hFgqiiyrxBh5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#PhxBmTGIwJFCWaeg4BP4hFgqiiyrxBh5 > .row .container { border-width: 0; border-radius: 0; }#PhxBmTGIwJFCWaeg4BP4hFgqiiyrxBh5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PhxBmTGIwJFCWaeg4BP4hFgqiiyrxBh5 > .row .container { font-size:0.875rem;font-family:arial;height:90.25rem;width:60rem;position:relative;display:none; }#RAfotpc3MtckSf8dCushcl53WELzb0mn { position:absolute;display:block;z-index:15011;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:10.1875rem;width:13.375rem;top:1.8125rem;left:15.25rem;overflow:hidden;display:block; }
#gBOLUVfeyRFcOSAg2yCqDL3U9Jrv4qFB { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:"yeseva one";font-size:2.5rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:12rem;left:21.9375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#AfDHBcJV7b7tmVJMkh5Cy6P5JCw47k5S { color:#000000;display:block;width:22.6875rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:27.6875rem;left:18.65625rem;height:1.29980625rem;display:block; }
#EpDX8X0VIerqHSkHe65lQQWWxUrIoSCa { color:#000000;display:block;width:33.5625rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:30.5625rem;left:12.6875rem;height:2.4375rem;display:block; }
#HE15d0zaVOO0KtitRqvNMGiaXCn8huvo { color:#000000;display:block;width:11.3125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:34.6875rem;left:24.6875rem;height:2.923825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iq5UWxnV5o4RFAlgr8EETOB2waJ25Syl { color:#000000;display:block;width:33.9375rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:50.125rem;left:12.6875rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QiPeOPN0uFIMmBHVERsneIFEpL66MtNv { color:#000000;display:block;width:33.9375rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:53rem;left:12.6875rem;height:10.6875rem;text-align:left;text-align-last:left;display:block; }#QiPeOPN0uFIMmBHVERsneIFEpL66MtNv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QiPeOPN0uFIMmBHVERsneIFEpL66MtNv li:before{  }
#HJVVWlSdFLd2lxCKtDh9MpwPaGiiGJAD { color:#000000;display:block;width:10.8125rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:70.8125rem;left:24.59375rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ZwSFb1wdrw4I45FRwL9ObVIg02gLSpkg { color:#000000;display:block;width:22.875rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:64.375rem;left:18.5625rem;height:1.4619125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MV9ZyR1tIuMCJ7uq1t2RSMRO2AuTOSPy { color:#000000;display:block;width:27.375rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:66.3984375rem;left:16.21875rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TNAALPvFXvPZ0innropTFBpyGQye2Aim { color:#000000;display:block;width:33.9375rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:74.625rem;left:12.5rem;height:4.875rem;display:block; }
#enomQlgkGQTCXPn0N27ssnz5L0X5od4H { position:absolute;display:block;z-index:15014;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:9.0625rem;width:20.25rem;top:2.375rem;left:29.1875rem;overflow:hidden;display:block; }
#EQGkJtbFHPBVTpRSwVTN4JXJJlhXZavy { color:#000000;display:block;width:33.3125rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:18.9375rem;left:12.6875rem;height:3.65625rem;display:block; }
#hEVcbHlTv9dKekLG6z0Tbn1MmUPRNZ3E { color:#000000;display:block;width:21.375rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:16.4765625rem;left:19.65625rem;height:1.21875rem;display:block; }
#XdUHCBZndE0DeFkwOGQNeTRct4gWV3mc { color:#000000;display:block;width:22.6875rem;position:absolute;font-family:"yeseva one";font-size:1.1875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:24.3125rem;left:18.65625rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#fWKkwtWW63JbDVDDaUpzbN9FPA4IQlV8 { color:#000000;display:block;width:29.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:40.625rem;left:15.4375rem;height:1.4619125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Fk6vb6MoA5cQ9wR0byU6owk0M7tfmIbA { color:#000000;display:block;width:33.5625rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:37.71875rem;left:12.6875rem;height:1.21875rem;display:block; }
#KL4uq1MHuEWb4Bq5Z2uK2PHKMvQZOJR3 { color:#000000;display:block;width:18.75rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:47.25rem;left:20.625rem;height:1.4619125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dcJE3tGkWLnii1dNDlXXuS0HTucRDwRr { color:#000000;display:block;width:33.5625rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:43.9375rem;left:12.5625rem;height:2.4375rem;display:block; }
#RD6po4UzI4EqBN1RuDZ60Wz6M7Kw86hK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/a398dec6-9d0b-471a-9aa8-9d8771e3dd2a/bottom.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#RD6po4UzI4EqBN1RuDZ60Wz6M7Kw86hK.adaptive-delivery-prevent-bg, #RD6po4UzI4EqBN1RuDZ60Wz6M7Kw86hK.lazyload, #RD6po4UzI4EqBN1RuDZ60Wz6M7Kw86hK.lazyloading { background-image: none; }#RD6po4UzI4EqBN1RuDZ60Wz6M7Kw86hK > .row .container { background-color: transparent; background-image: none; }#RD6po4UzI4EqBN1RuDZ60Wz6M7Kw86hK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RD6po4UzI4EqBN1RuDZ60Wz6M7Kw86hK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RD6po4UzI4EqBN1RuDZ60Wz6M7Kw86hK > .row .container > .video-iframe-container { display: none; }#RD6po4UzI4EqBN1RuDZ60Wz6M7Kw86hK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RD6po4UzI4EqBN1RuDZ60Wz6M7Kw86hK > .row > .video-iframe-container { display: none; }#RD6po4UzI4EqBN1RuDZ60Wz6M7Kw86hK > .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); }#RD6po4UzI4EqBN1RuDZ60Wz6M7Kw86hK > .row .container { border-width: 0; border-radius: 0; }#RD6po4UzI4EqBN1RuDZ60Wz6M7Kw86hK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RD6po4UzI4EqBN1RuDZ60Wz6M7Kw86hK > .row .container { font-size:0.875rem;font-family:arial;height:14.8125rem;width:60rem;position:relative;display:block; }#r3rGyPC8LoohcNeA9KapkJGXFvSPXOJu { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:1.75rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:12.375rem;left:22.8125rem;display:block; }
#UOACHncnkonmgvn7FXDpfTTT8dyK942O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HTTP5FNUnll42Ld6hNLkIoOcQ1l4Hapq { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:1.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:12.375rem;left:32rem;display:block; }
#i5PkRHLVgkX1sytSSmfkmcRHB4XUzlFH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #q08Ua0uXh3HiPv3dsNcsrwmSCoZCtlSh { display:block; }#q08Ua0uXh3HiPv3dsNcsrwmSCoZCtlSh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o49QchkqhPgTlVvI1fx7RRycmQmpJhdd { top:0.6875rem;left:17.1875rem;width:13.375rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h857lqAVq60VqvyNkFu2Pgg8qrRmrai5 { width:16.8125rem;height:3.25rem;top:12rem;left:15.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNiLCC5idxq4VIon9HTgfZxLeiBETteA { top:18.9375rem;left:6.625rem;width:33.3125rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcTsZSlaCxgL34vi6Bbohqis3gQmG8qL { top:16.25rem;left:8.875rem;width:30rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCtD9uKHlcooJaEh8Ui2fdeyTsdRZdI9 { top:27.25rem;left:15.875rem;width:18.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gM91DXzZSRQVOBHBamlsK2q6pSosuxvG { top:24.1875rem;left:6.6875rem;width:33.5625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0bXOgqPVarBw9rSJXJenB00IB5ZBdfX { top:30.5rem;left:6.4375rem;width:22.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2wgGlknXq88wT7CledQMAOT9q6mx1xL { top:33.25rem;left:6.5rem;width:33.5625rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tl7GfLavhwaJxDIwBMBtyxoyhFrXy4gO { display:block; }#tl7GfLavhwaJxDIwBMBtyxoyhFrXy4gO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vvKMI9WTpCJNtPHnApzDZ6P9Ei0NkouD { top:0.6875rem;left:17.1875rem;width:13.375rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMzcE17DgbB5aaxo64Dzig0C6esmRsO5 { width:16.8125rem;height:3.25rem;top:12rem;left:15.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKacJpQmONldTSaBdQHeXAd2bhAJQc2t { top:18.9375rem;left:6.625rem;width:33.3125rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwn9e8r78Vi9DHUJ4Of8aiDcrnxW79rZ { top:16.5rem;left:13.625rem;width:21.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpPrdRIVAx4VI4XEHAxvPQTTtrTpTJrz { top:29.6875rem;left:15.8125rem;width:18.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6kBM83bC64gKL2vNkfEtCd3NXsbKRp3 { top:26.375rem;left:6.625rem;width:29.8125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ne3GzAcuATm048Ven4kCnJq7tyTs94rP { top:57rem;left:7.125rem;width:27.6875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDRFpybnat5Kxz7qdzCJTT6nmSce0VSz { top:50.875rem;left:7.125rem;width:33.5625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yS16Qo0TzzJsUTzZLeGPyRVdlI54UBQC { top:53.875rem;left:17.6875rem;width:13.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTmPtwoWWMb6NQ0hER6OVzcU9Ef29VUK { top:23.875rem;left:6.625rem;width:35.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9As1cvut8Aw4q1abJ1g4TRhFPFaQv9I { top:41rem;left:6.3125rem;width:11.3125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6R0Jo9AC1LW0ZLw6cb1nWJ4olqCETpW { top:41rem;left:31.5rem;width:8.875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VziWhAbEOb7FU4SHOtUmVEKlTlinHfop { top:40.9375rem;left:18.3125rem;width:11.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWhVZ5XuRKUZMUIlKmZ7X7SRCa9sS30H { top:41rem;left:0rem;width:11.3125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #heQXut9ktsgQbVngOFQ8EwsRrQPQuhTJ { top:40.8125rem;left:38.875rem;width:8.875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NklOwckEQdhMIDd3Zso1Pt7cS9DImaCb { top:34.125rem;left:0rem;width:11.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJwx1G7x7wow8bidoZFplKiHMRMqHfPw { top:34.125rem;left:6.625rem;width:11.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQa8HTvMbFQBbbigT8G5cIbFXQyamIFM { top:34.125rem;left:18.75rem;width:11.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s37G1teJ9hP3luITJ33yFmT3wQTyfPhS { top:34.125rem;left:37.625rem;width:10.125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpQzGmoKslUbtCOwT7xsnxZ4Tm9H9dCg { top:34.125rem;left:30.75rem;width:10.6875rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9CZZbgSboUnrLutAxLu57c8Tcv28DhT { top:32.1875rem;left:6.625rem;width:36.875rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CO7iN0R8t5aS0XkECFXt9dCwmVxUgIGO { top:44.625rem;left:7.125rem;width:36.125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyr45GqkMPECwLSyDyig1c0wno6O2zyE { top:48.125rem;left:15.875rem;width:19.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvUxTrXoVmwyncdJUQEtiRHsesSfr2XV { display:block; }#ZvUxTrXoVmwyncdJUQEtiRHsesSfr2XV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTwMi7SU1bIhbgtyzRaDkQSzFpMExlr4 { top:1.375rem;left:17.1875rem;width:13.375rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #saVeNJ4T5agQX06EiH5rH5Qs31WmLVoP { width:16.8125rem;height:3.25rem;top:12.25rem;left:15.46875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9KkWebhy9bXEXrzXumExW5ByKKy022U { top:26.5rem;left:12rem;width:23.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBDafS1pSyFMvr1IdFAs1ogWfz8P9lFx { top:29.5625rem;left:6.5625rem;width:33.5625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4uimJAMrSHasTeZJTC8AmLugQ1aPwaz { top:33.6875rem;left:18.5625rem;width:11.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DC1muW4RJT9OpL8zZtZFEH0OmkSNLXb3 { top:63.0625rem;left:6.625rem;width:33.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPABZJ5UL3MPtfESR07vkPEygERc4WHG { top:65.9375rem;left:6.625rem;width:33.9375rem;height:10.6875rem;font-size:0.9375rem;display:block; }#RPABZJ5UL3MPtfESR07vkPEygERc4WHG li:before{  }
 }@media only screen and (max-width: 763px) { #CxcSEN2tk9N8OGlvNSXhLSTisvIdJQsV { top:83.75rem;left:18.5625rem;width:10.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nddyp885ZcVXT5BxpZSgUaL6Acc8gZRG { top:77.6875rem;left:12.5rem;width:22.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttkU3QGmVvZwCLHkt6tZ46aqm3VKxwtk { top:79.3125rem;left:10.1875rem;width:27.375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f16W2Q2yo5KNI8p5ZbBZg73StvTqAMhU { top:86.75rem;left:7.1875rem;width:33.9375rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jx6xxtP1ct6RC777ticbRC5Sa6TTdFWV { width:22.6875rem;height:1.5rem;top:23.3125rem;left:12.53125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaLyIv9TP4pdBZ595LXfGiMC0wFVQrEO { top:40.375rem;left:10.1875rem;width:27.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rz6Tap1x0EssvXIO3U0VnqcFpTwotSbZ { top:36.6875rem;left:6.5625rem;width:33.5625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlEvTtPzkl3nlwTIUzeg8FJ8tuwPHvT9 { top:43.0625rem;left:6.5625rem;width:33.5625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgycTsSolmmQGtx0GbPDSpDlGQMU8WTu { top:46.5625rem;left:14.625rem;width:18.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtkEJUkaLUFTW0vShgksyATrHrl1tudH { top:18.125rem;left:6.6875rem;width:33.3125rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxT1uJ6m0sluvufaNrM5UgF3hqmxq6Uy { top:16.0625rem;left:12rem;width:21.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzXAwEfQydTSiQEHpJEbnAE5t3U737Jw { top:55.875rem;left:15.3125rem;width:17.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #po8IZucSAsipUETHxgkZeeou0qpgW4z2 { top:49.375rem;left:6.5625rem;width:33.5625rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sk2aRqF1XUN95qib1npZTyVoTigkhFWU { top:58.875rem;left:6.5625rem;width:33.5625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXky9oMDolv1cJQ8LE20DJTFfJzfgyz2 { display:block; }#fXky9oMDolv1cJQ8LE20DJTFfJzfgyz2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ciIqQRTe8ZXnIokieBKxv6FXG7B5VSbl { top:1.3125rem;left:16.65625rem;width:13.375rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTzEnw4vTUlPyhr7ER1BfyHnFz1L8chd { width:16.8125rem;height:3.25rem;top:12.25rem;left:15.46875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n714cIGzT1xnIPR1RQCzkQbntARJSaBR { top:26.3125rem;left:12rem;width:23.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXoCQikWF8oHOFgUJJ1vAtA6yryzWayd { top:29.0625rem;left:6.5625rem;width:33.5625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEsumDuQMhpADPNsn6SRciyGeBzxDaMq { top:33.3125rem;left:18.5625rem;width:11.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOZdRe9seIsXGtVik2qCpi2MWWn5AO7c { top:42.1875rem;left:6.125rem;width:33.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZI6PSKhAnkmRpVkD7e1l9mDfF6Xiq0zw { top:45.0625rem;left:6.125rem;width:33.9375rem;height:10.6875rem;font-size:0.9375rem;display:block; }#ZI6PSKhAnkmRpVkD7e1l9mDfF6Xiq0zw li:before{  }
 }@media only screen and (max-width: 763px) { #yNLsUzUL5h3RCe9xUZZphD0JGQMh6s8P { top:65.875rem;left:6.625rem;width:33.9375rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfQ691JywFTHaXTCxMdOsP2S2UgHeHXv { width:22.6875rem;height:1.5rem;top:23.3125rem;left:12.53125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhLq7KHM4Lx3vz6ag12ZDNymvse4d3c8 { top:36.1875rem;left:6.5625rem;width:33.5625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8sBsmPARDimGlL7ANnlbKA2JVFdlrZs { top:39.625rem;left:14.625rem;width:18.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCWkRCHUSn5LCrEnTRfEPDKfAZhhgUhf { top:18.125rem;left:6.6875rem;width:33.3125rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXM1IuPX0ZSPMUPTr7r4bmObyaUQmzh8 { top:16.0625rem;left:12rem;width:21.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUTLrSThv2hH3qWUxmKOiy2RBxip8NCe { top:63.125rem;left:17.9375rem;width:10.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSDb0rJTqTse2n5oGT9gfSTi3Wbm4MGv { top:58.8125rem;left:9.6875rem;width:27.375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7zh1uyiCvAXawDB2b3g9q6LpsTcA1Tb { top:56.8125rem;left:12rem;width:22.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlHtHvOZtQyRT2I3EUGuaiLwlT8VqPWR { display:block; }#GlHtHvOZtQyRT2I3EUGuaiLwlT8VqPWR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3QdmF4sSlgvg4Ii2VWAhJTTPCB1EUGy { top:1.8125rem;left:9.125rem;width:13.375rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbH7MpiLSUDBvxFOleuKEnL72bsOb03L { width:16.8125rem;height:3.25rem;top:12.25rem;left:15.46875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4J9TJTskdeF4T4GE3aZ07ZpFpOOy3Lv { top:26.5rem;left:12rem;width:23.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmZvyzGn7aFXKx9GCqDaZmHe9EriugrW { top:29.5625rem;left:6.5625rem;width:33.5625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMxwgqJWdfTpBplzTw2k8l6vuiqi84Vb { top:33.6875rem;left:18.5625rem;width:11.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #guonULe2W2mFHyLizcnNWxZTx88QmR4B { top:48.75rem;left:6.375rem;width:33.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFg6c5zBUes01O4VwiBS3rw5H1itL0CT { top:51.625rem;left:6.375rem;width:33.9375rem;height:;font-size:0.9375rem;display:block; }#PFg6c5zBUes01O4VwiBS3rw5H1itL0CT li:before{  }
 }@media only screen and (max-width: 763px) { #B4xr9JEv5srTVfiRslalMrhh4mLhhg1k { top:69.4375rem;left:18.3125rem;width:10.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dk12v1B9gX1TE18KAy40ZOPGQ1uneF2t { top:63.375rem;left:12.25rem;width:22.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2aHEbDHnc4ETteTkdcCI9mEfWtyMktV { top:65rem;left:9.9375rem;width:27.375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEVV2V30Gt94QJOcU73sID3RO2CmwVbW { top:72.4375rem;left:6.90625rem;width:33.9375rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVn9VaSUxCtATKTC3kiPAub4XFkfWtvo { top:2.5rem;left:21.9375rem;width:14.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jt5HH4iFqSbX2kCHo3BU12ZniDmgUEos { width:22.6875rem;height:1.5rem;top:23.3125rem;left:12.53125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3A4OUZ5VipIXZAD8iJhu8BNbBWSbztA { top:40.375rem;left:10.1875rem;width:27.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMdc9aGEVOee0TvlPto7N25EXNbP0NAD { top:36.6875rem;left:6.5625rem;width:33.5625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3rmQJ9i6ByTgdI1h9GTGkuZS6n1trDQ { top:43.0625rem;left:6.5625rem;width:33.5625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ci78F2ca8xcncI9zHJqeMhLWevnQTFxu { top:46.25rem;left:14.625rem;width:18.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcSTZuw0uEZiwkfWu0Xd7hRPot6Z7g9k { top:18.125rem;left:6.6875rem;width:33.3125rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKyXXNJN9IsQdggRvkeob15tQ5y0N9cf { top:16.0625rem;left:12rem;width:21.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1g8blGdT0xeSmGP9igOEkgiBR4BoJQm { display:block; }#T1g8blGdT0xeSmGP9igOEkgiBR4BoJQm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lw01fhaUBXT65Ls5XTMkpxb3GzCvt8GJ { top:2.125rem;left:17.1875rem;width:13.375rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8V6SWLhDp2TWlsG1ShdThRw22DTpJo2 { width:16.8125rem;height:3.25rem;top:12.25rem;left:15.46875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJCE0llXnZlx679lt6oJUykEQM9BGEe3 { top:46.0625rem;left:6.25rem;width:33.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSxfbzqNCFkcXoyHU3b3rCZzVaTQlMNh { top:48.9375rem;left:6.25rem;width:33.9375rem;height:5.1875rem;font-size:0.9375rem;display:block; }#ZSxfbzqNCFkcXoyHU3b3rCZzVaTQlMNh li:before{  }
 }@media only screen and (max-width: 763px) { #BQ96ur9uELPpdOddZc3swQufgU6bUtSD { top:55.5625rem;left:6rem;width:33.9375rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XM12ooNDMLNUpCQixtGfKIlwexKPVo27 { width:22.6875rem;height:1.5rem;top:23.3125rem;left:12.53125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o62U5gPFbSRmzThZ54ekOxBX9788GpRt { top:34.1875rem;left:6.3125rem;width:33.5625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2752KNz8WEauzTC1QsgTPp9IaKdLqR7 { top:37.375rem;left:14.375rem;width:18.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2ZFRkMSF2CBKFmkMXplkHhPTTBb6QPJ { top:18.125rem;left:6.6875rem;width:33.3125rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTT2KP5ft0svCh6E1QQ3CU7giWTJ1fg0 { top:16.0625rem;left:12rem;width:21.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx3bs8pTzsamyrZ9bF3HLJJCTK0X4nfW { top:26.25rem;left:6.5625rem;width:33.5625rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXNx4fVLQex2yBm1NDeu475ecqaRVaLm { top:31.375rem;left:18.5625rem;width:11.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xshxsmcHqkznLIyrbRbdxJeGMxxu3DdH { top:43rem;left:16.875rem;width:13.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #poXgnculHdAS60Q6UnuWwXFywi8R8dmW { top:40rem;left:6.3125rem;width:33.5625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBcwFdMCt4UACw5vXTXhfXemyaX7V3kr { display:block; }#NBcwFdMCt4UACw5vXTXhfXemyaX7V3kr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SKiCGdIyf1dv7sIzXMG15GhEfngbxDmJ { top:1.8125rem;left:9.125rem;width:13.375rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWRNGZZu3zsUUfCd7pwotT4mfJTmZxkX { width:16.8125rem;height:3.25rem;top:12.25rem;left:15.46875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XARzhpWCB35JGeI98F9KU9KqBWhv9W0L { top:26.5rem;left:12rem;width:23.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvoZzaRdRZHmNtQ385bZ0D79N1GHe7Kb { top:29.5625rem;left:6.5625rem;width:33.5625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLTE1QQF4XcnRUFweQ9DNBFrPgzsfOOy { top:33.6875rem;left:18.5625rem;width:11.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhu9govRrnwpWKw6kza6toIVS70hsosS { top:48.75rem;left:6.375rem;width:33.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdGBcRxEZLNeAvMW12XqBTTDKazOwPvS { top:51.625rem;left:6.375rem;width:33.9375rem;height:10.6875rem;font-size:0.9375rem;display:block; }#TdGBcRxEZLNeAvMW12XqBTTDKazOwPvS li:before{  }
 }@media only screen and (max-width: 763px) { #OmiMzVhFRSKl3obN33AbZCgMnwoxP8nC { top:69.3125rem;left:17.28125rem;width:10.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKkIouiR6h1b4ysT813IZ0rKMK1vqxQi { top:63rem;left:12.25rem;width:22.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZObSwWhZdQTkMOZMf50qfVFf9J4OxFFP { top:65rem;left:9.9375rem;width:27.375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAmeJRfDQEgqqWuXZ3hvEuEKDRUSvhff { top:72.4375rem;left:6.90625rem;width:33.9375rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #inhd4bIT1UDnB5Qm2WZIKNTC4g08mlQ0 { top:3.6875rem;left:23.625rem;width:16.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcAbpnRTaK2q9Mhl6DOtEEQPE1syWEVm { width:22.6875rem;height:1.5rem;top:23.3125rem;left:12.53125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUuNwqHUdg5xRFQqRdJi0RskJXNMUQoo { top:39.75rem;left:10.1875rem;width:27.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDeTrG9rPMoVpqPm9qOEbsQOvoZKPy2A { top:36.6875rem;left:6.5625rem;width:33.5625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbJLMqNzDJu9wHRslqk3SeoEwfuS9FsW { top:43.0625rem;left:6.5625rem;width:33.5625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXa1c7un6OewDxJqZ1NQdpncrG0myaAG { top:46.25rem;left:14.625rem;width:18.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lioEJDWn7ZdgTB2KxqDTVx1Ubxf1qtuN { top:18.125rem;left:6.6875rem;width:33.3125rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBqOtLccwrLtpIO3mfw67K4FlSXm8DOg { top:16.0625rem;left:12rem;width:21.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXtMltS6fGa398TfVwX2zQM8Nks3f0yC { display:block; }#eXtMltS6fGa398TfVwX2zQM8Nks3f0yC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MnqOTlcLZSPzRzvPtAW6gNMWTJZcxfkQ { top:1.8125rem;left:9.125rem;width:13.375rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbSAzWTWcbWyAlOWvMsyZGTTddQZTs2n { width:16.8125rem;height:3.25rem;top:12.25rem;left:15.46875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9QO2aPOd2tsDdzGO36qbFPnpmEauZns { top:26.5rem;left:12rem;width:23.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wd86BCq4G1Wnnql7koq4heioXFOmu9v1 { top:29.5625rem;left:6.5625rem;width:33.5625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMLlvCD9VaEwm57nuHTDW3xIQnDHQTcQ { top:33.6875rem;left:18.5625rem;width:11.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtHeLgM4JdB86CKnK9wEn75GpA3S7ugm { top:48.75rem;left:6.375rem;width:33.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kC2Mp1cBCq6NpUCc4DH3blrOreaR4fM0 { top:51.625rem;left:6.375rem;width:33.9375rem;height:10.6875rem;font-size:0.9375rem;display:block; }#kC2Mp1cBCq6NpUCc4DH3blrOreaR4fM0 li:before{  }
 }@media only screen and (max-width: 763px) { #led3rcZ60ceC15xWZzpTnwTg3xUcsUrO { top:69.4375rem;left:18.3125rem;width:10.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5o4R8o1ZU72rRvfvfClMKLtHVy5pf4T { top:63rem;left:12.25rem;width:22.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Blf4EeIhr7xHQTOapTbhni8o0rLFUVGF { top:65rem;left:9.9375rem;width:27.375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSV7TbD9aunWJvZ3VBggpChnwm4Vwa1U { top:72.4375rem;left:6.90625rem;width:33.9375rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbyZwiVvPBcn9LhB8rPoMI8Og52PkG5Q { top:3.6875rem;left:22.5rem;width:19.8125rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3fqF8eZrIew23RHeMDLky2KpAcH4lRO { width:22.6875rem;height:1.5rem;top:23.3125rem;left:12.53125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqcrOc7JuyA4IU0VGZs32Jc1NuFBrQMt { top:39.1875rem;left:10.1875rem;width:27.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9yhvIDITM76Oe8KumPxXKv9rqxassd9 { top:36.6875rem;left:6.5625rem;width:33.5625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mI3tEK7su0k3IOdMgwlzA2asSz08h9JE { top:43.0625rem;left:6.5625rem;width:33.5625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyKFoSW49S1DgcnImUFNVOi88mtByP1S { top:46.25rem;left:14.625rem;width:18.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEkbLePM90o84T0zpgQoohTvvInAoguX { top:18.125rem;left:6.6875rem;width:33.3125rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwRz9M1JtumEbJEeTUB2R8XxhM33KRDi { top:16.0625rem;left:12rem;width:21.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vO3l3Aki5g0TSnTCE3zlnVwTTrhyTFPg { display:block; }#vO3l3Aki5g0TSnTCE3zlnVwTTrhyTFPg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #adBLIzT84XaGUo2es9JKN9SeHxnxHl7i { top:1.0625rem;left:12.75rem;width:13.375rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZSOcPVyruQSl9ar0TWMJ4ivaBl7Mx2l { width:16.8125rem;height:3.25rem;top:12rem;left:15.8125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVOElhPgqqv8OvFnE9rpwl50QRmd9WXF { top:31.6875rem;left:6.8125rem;width:33.5625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGw8M8rig8v4dSIiazcQvlMT6TaK818v { top:35.5625rem;left:18.8125rem;width:11.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #roB0B1kWBufgLmSOnTkr4LTxOHLu3UNc { top:38.375rem;left:6.625rem;width:33.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lg2g4aAMaooVrBtgRsTb0psi6TxQIh8f { top:41.25rem;left:6.625rem;width:33.9375rem;height:10.6875rem;font-size:0.9375rem;display:block; }#Lg2g4aAMaooVrBtgRsTb0psi6TxQIh8f li:before{  }
 }@media only screen and (max-width: 763px) { #AlbxhwKXzh2GnF4OAGiiGv90KGtgTUmx { top:59.0625rem;left:18.5625rem;width:10.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEEPlKmEKLUTJOQehrHyoqXFMQSdfTC2 { top:52.625rem;left:12.5rem;width:22.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpwR7i6ht6Ot6a79UUHAPkX1c8lA1MKT { top:54.625rem;left:10.1875rem;width:27.375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACyOTTQSXrAzDwNG8K6PQZ2hzp0KoGx5 { top:62.0625rem;left:7.1875rem;width:33.9375rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRkOJmLea5nU3ClTyhekUdxP2Tf4oTtF { top:2.6875rem;left:27.125rem;width:13.3125rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0CDyIEwQfvzQXnC98W23AwhUIKXMG2s { top:19.625rem;left:6.5625rem;width:33.3125rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NihmWu7ln6ZC81ikcqJ43JGDJmMHLyge { width:22.6875rem;height:1.5rem;top:25.125rem;left:12.53125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KS8f5yX8RXXTuGkq5VQQNMdnv4QTTbBB { top:28.625rem;left:11.3125rem;width:25.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBsNZppxWUgBkcIzbzv2qGTdWflAxU0E { top:16.6875rem;left:13.1875rem;width:21.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bai3MMVLv7lUX1DJIMKT9v4nkp1dkFTB { display:block; }#bai3MMVLv7lUX1DJIMKT9v4nkp1dkFTB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SbCLURZev8ThsuQRtuvMwGuENc65xhFx { top:1.0625rem;left:12.75rem;width:13.375rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4JvR1HnNOf1w9k6lGSUa3x78m0iGi6M { width:16.8125rem;height:3.25rem;top:12rem;left:15.8125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6ysrsJt3A10TnOV5MLh8FlgGuRNDNl9 { top:31.6875rem;left:6.8125rem;width:33.5625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDVfTEV1EiUVoysuMrKDQimgickd5ZG3 { top:35.5625rem;left:18.8125rem;width:11.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxrDzgzNo6uc96NycUvB3XoBqUE0zCDv { top:38.375rem;left:6.625rem;width:33.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmLiqThTKqZek2zev6NTMD1mPunPdD3l { top:41.25rem;left:6.625rem;width:33.9375rem;height:10.6875rem;font-size:0.9375rem;display:block; }#TmLiqThTKqZek2zev6NTMD1mPunPdD3l li:before{  }
 }@media only screen and (max-width: 763px) { #c15Rkr5OG1lE9T5Gs4zM7pZ6hZplhiVi { top:59.0625rem;left:18.5625rem;width:10.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Upm1OUg59F2CK1pvz5xUMPrf7m2Maqcq { top:52.625rem;left:12.5rem;width:22.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U46ReqKQyHUtxEfLXFZy0nNZWbmzulFX { top:54.625rem;left:10.1875rem;width:27.375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKQLhmBuWHllFl7kPFWcdRN3s7ZZTnk0 { top:62.0625rem;left:7.1875rem;width:33.9375rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyNfTkh1ZVgkWN3Eaxh8xnICrSFZFF4N { top:1.6875rem;left:27rem;width:8.875rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrxANxVbZETqaZG611sCbm0KwRA7SLhJ { top:19.625rem;left:6.5625rem;width:33.3125rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlxU7Ean2zh4hTOvdoyuTJ7QB6HwVrMz { width:22.6875rem;height:1.5rem;top:25.125rem;left:12.53125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaebrzFD5ba5Wqsb4aBagtvmK7HzOEax { top:28.625rem;left:11.9375rem;width:23.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnrTmCWaDLwC2ochzIxwbrp1nqCyTUPz { top:16.6875rem;left:13.1875rem;width:21.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhxBmTGIwJFCWaeg4BP4hFgqiiyrxBh5 { display:block; }#PhxBmTGIwJFCWaeg4BP4hFgqiiyrxBh5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RAfotpc3MtckSf8dCushcl53WELzb0mn { top:1.8125rem;left:9.125rem;width:13.375rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBOLUVfeyRFcOSAg2yCqDL3U9Jrv4qFB { width:16.8125rem;height:3.25rem;top:12rem;left:15.8125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfDHBcJV7b7tmVJMkh5Cy6P5JCw47k5S { top:27.6875rem;left:12.53125rem;width:22.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpDX8X0VIerqHSkHe65lQQWWxUrIoSCa { top:30.5625rem;left:6.5625rem;width:33.5625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HE15d0zaVOO0KtitRqvNMGiaXCn8huvo { top:34.6875rem;left:18.5625rem;width:11.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iq5UWxnV5o4RFAlgr8EETOB2waJ25Syl { top:50.125rem;left:6.5625rem;width:33.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiPeOPN0uFIMmBHVERsneIFEpL66MtNv { top:53rem;left:6.5625rem;width:33.9375rem;height:;font-size:0.9375rem;display:block; }#QiPeOPN0uFIMmBHVERsneIFEpL66MtNv li:before{  }
 }@media only screen and (max-width: 763px) { #HJVVWlSdFLd2lxCKtDh9MpwPaGiiGJAD { top:70.8125rem;left:18.46875rem;width:10.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwSFb1wdrw4I45FRwL9ObVIg02gLSpkg { top:64.375rem;left:12.4375rem;width:22.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MV9ZyR1tIuMCJ7uq1t2RSMRO2AuTOSPy { top:66.375rem;left:10.09375rem;width:27.375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNAALPvFXvPZ0innropTFBpyGQye2Aim { top:74.625rem;left:6.375rem;width:33.9375rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #enomQlgkGQTCXPn0N27ssnz5L0X5od4H { top:2.375rem;left:23.0625rem;width:20.25rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQGkJtbFHPBVTpRSwVTN4JXJJlhXZavy { top:18.9375rem;left:6.5625rem;width:33.3125rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEVcbHlTv9dKekLG6z0Tbn1MmUPRNZ3E { top:16.4375rem;left:13.53125rem;width:21.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdUHCBZndE0DeFkwOGQNeTRct4gWV3mc { width:22.6875rem;height:1.5rem;top:24.3125rem;left:12.53125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWKkwtWW63JbDVDDaUpzbN9FPA4IQlV8 { top:40.625rem;left:9.3125rem;width:29.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fk6vb6MoA5cQ9wR0byU6owk0M7tfmIbA { top:37.6875rem;left:6.5625rem;width:33.5625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KL4uq1MHuEWb4Bq5Z2uK2PHKMvQZOJR3 { top:47.25rem;left:14.5rem;width:18.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcJE3tGkWLnii1dNDlXXuS0HTucRDwRr { top:43.9375rem;left:6.4375rem;width:33.5625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RD6po4UzI4EqBN1RuDZ60Wz6M7Kw86hK { display:block; }#RD6po4UzI4EqBN1RuDZ60Wz6M7Kw86hK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r3rGyPC8LoohcNeA9KapkJGXFvSPXOJu { width:9.1875rem;height:1.75rem;top:12.375rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOACHncnkonmgvn7FXDpfTTT8dyK942O { display:block; }
 }@media only screen and (max-width: 763px) { #HTTP5FNUnll42Ld6hNLkIoOcQ1l4Hapq { width:5.25rem;height:1.75rem;top:12.375rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5PkRHLVgkX1sytSSmfkmcRHB4XUzlFH { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;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); } }@media only screen and (max-width: 763px) { #q08Ua0uXh3HiPv3dsNcsrwmSCoZCtlSh { display:block; }#q08Ua0uXh3HiPv3dsNcsrwmSCoZCtlSh > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o49QchkqhPgTlVvI1fx7RRycmQmpJhdd { width:8.375rem;height:6.25rem;top:0.875rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h857lqAVq60VqvyNkFu2Pgg8qrRmrai5 { width:16.8125rem;height:2.5996125rem;top:7.9375rem;left:1.5625rem;font-size:2rem;text-align:center;text-align-last:center;font-family:"yeseva one";display:block; }
 }@media only screen and (max-width: 763px) { #TNiLCC5idxq4VIon9HTgfZxLeiBETteA { width:20rem;height:6.09375rem;top:14.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcTsZSlaCxgL34vi6Bbohqis3gQmG8qL { width:20rem;height:2.4375rem;top:11.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCtD9uKHlcooJaEh8Ui2fdeyTsdRZdI9 { width:18.75rem;height:1.4619125rem;top:26.5625rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gM91DXzZSRQVOBHBamlsK2q6pSosuxvG { width:20rem;height:2.4375rem;top:22.3125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O0bXOgqPVarBw9rSJXJenB00IB5ZBdfX { width:20rem;height:2.4375rem;top:29.6875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A2wgGlknXq88wT7CledQMAOT9q6mx1xL { width:20rem;height:4.875rem;top:33.375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tl7GfLavhwaJxDIwBMBtyxoyhFrXy4gO { display:none; }#tl7GfLavhwaJxDIwBMBtyxoyhFrXy4gO > .row .container { width:20rem;height:107.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vvKMI9WTpCJNtPHnApzDZ6P9Ei0NkouD { width:8.375rem;height:6.25rem;top:0.875rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMzcE17DgbB5aaxo64Dzig0C6esmRsO5 { width:16.8125rem;height:2.5996125rem;top:7.9375rem;left:1.5625rem;font-size:2rem;text-align:center;text-align-last:center;font-family:"yeseva one";display:block; }
 }@media only screen and (max-width: 763px) { #kKacJpQmONldTSaBdQHeXAd2bhAJQc2t { width:20rem;height:6.09375rem;top:14.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwn9e8r78Vi9DHUJ4Of8aiDcrnxW79rZ { width:20rem;height:2.4375rem;top:11.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpPrdRIVAx4VI4XEHAxvPQTTtrTpTJrz { width:18.75rem;height:1.4619125rem;top:29.5625rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K6kBM83bC64gKL2vNkfEtCd3NXsbKRp3 { width:20rem;height:3.65625rem;top:24.875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ne3GzAcuATm048Ven4kCnJq7tyTs94rP { width:20rem;height:2.4375rem;top:102.75rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TDRFpybnat5Kxz7qdzCJTT6nmSce0VSz { width:20rem;height:3.65625rem;top:93.875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yS16Qo0TzzJsUTzZLeGPyRVdlI54UBQC { width:13.75rem;height:1.4619125rem;top:98.9375rem;left:3.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hTmPtwoWWMb6NQ0hER6OVzcU9Ef29VUK { width:20rem;height:2.4375rem;top:21.5234375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I9As1cvut8Aw4q1abJ1g4TRhFPFaQv9I { width:11.3125rem;height:2.2734375rem;top:52.375rem;left:4.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K6R0Jo9AC1LW0ZLw6cb1nWJ4olqCETpW { width:8.875rem;height:2.2734375rem;top:72.25rem;left:5.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VziWhAbEOb7FU4SHOtUmVEKlTlinHfop { width:11.5rem;height:2.2734375rem;top:62.3515625rem;left:4.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bWhVZ5XuRKUZMUIlKmZ7X7SRCa9sS30H { width:11.3125rem;height:2.2734375rem;top:42.625rem;left:4.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #heQXut9ktsgQbVngOFQ8EwsRrQPQuhTJ { width:8.875rem;height:2.2734375rem;top:81.8125rem;left:5.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NklOwckEQdhMIDd3Zso1Pt7cS9DImaCb { width:11.25rem;height:6.25rem;top:35.6875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJwx1G7x7wow8bidoZFplKiHMRMqHfPw { width:11.25rem;height:6.25rem;top:45.375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQa8HTvMbFQBbbigT8G5cIbFXQyamIFM { width:11.25rem;height:6.25rem;top:55.4375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s37G1teJ9hP3luITJ33yFmT3wQTyfPhS { width:10.125rem;height:6.25rem;top:75.125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpQzGmoKslUbtCOwT7xsnxZ4Tm9H9dCg { width:10.6875rem;height:6.25rem;top:65.1875rem;left:4.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9CZZbgSboUnrLutAxLu57c8Tcv28DhT { width:20rem;height:2.4375rem;top:32.1875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CO7iN0R8t5aS0XkECFXt9dCwmVxUgIGO { width:20rem;height:4.875rem;top:85.125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nyr45GqkMPECwLSyDyig1c0wno6O2zyE { width:19.25rem;height:1.4619125rem;top:91.25rem;left:0.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZvUxTrXoVmwyncdJUQEtiRHsesSfr2XV { display:none; }#ZvUxTrXoVmwyncdJUQEtiRHsesSfr2XV > .row .container { width:20rem;height:110.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dTwMi7SU1bIhbgtyzRaDkQSzFpMExlr4 { width:8.375rem;height:6.25rem;top:1.15625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #saVeNJ4T5agQX06EiH5rH5Qs31WmLVoP { width:16.8125rem;height:2.5996125rem;top:8.25rem;left:1.5625rem;font-size:2rem;text-align:center;text-align-last:center;font-family:"yeseva one";display:block; }
 }@media only screen and (max-width: 763px) { #K9KkWebhy9bXEXrzXumExW5ByKKy022U { width:20rem;height:2.5996125rem;top:25.65625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oBDafS1pSyFMvr1IdFAs1ogWfz8P9lFx { width:20rem;height:3.65625rem;top:29.46875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w4uimJAMrSHasTeZJTC8AmLugQ1aPwaz { width:20rem;height:1.4619125rem;top:34.53125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DC1muW4RJT9OpL8zZtZFEH0OmkSNLXb3 { width:20rem;height:1.21875rem;top:70.75rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RPABZJ5UL3MPtfESR07vkPEygERc4WHG { width:20rem;height:16.78125rem;top:73.25rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#RPABZJ5UL3MPtfESR07vkPEygERc4WHG li:before{  }
 }@media only screen and (max-width: 763px) { #CxcSEN2tk9N8OGlvNSXhLSTisvIdJQsV { width:10.8125rem;height:1.21875rem;top:96.875rem;left:4.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nddyp885ZcVXT5BxpZSgUaL6Acc8gZRG { width:20rem;height:1.4619125rem;top:91.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ttkU3QGmVvZwCLHkt6tZ46aqm3VKxwtk { width:20rem;height:2.4375rem;top:92.9375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f16W2Q2yo5KNI8p5ZbBZg73StvTqAMhU { width:20rem;height:8.53125rem;top:99.8125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Jx6xxtP1ct6RC777ticbRC5Sa6TTdFWV { width:20rem;height:1.54296875rem;top:22.53125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;font-family:"yeseva one";display:block; }
 }@media only screen and (max-width: 763px) { #SaLyIv9TP4pdBZ595LXfGiMC0wFVQrEO { width:20rem;height:2.923825rem;top:42.15625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rz6Tap1x0EssvXIO3U0VnqcFpTwotSbZ { width:20rem;height:3.65625rem;top:37.21875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qlEvTtPzkl3nlwTIUzeg8FJ8tuwPHvT9 { width:20rem;height:3.65625rem;top:45.90625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SgycTsSolmmQGtx0GbPDSpDlGQMU8WTu { width:18.75rem;height:1.4619125rem;top:50.84375rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dtkEJUkaLUFTW0vShgksyATrHrl1tudH { width:20rem;height:6.09375rem;top:15.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxT1uJ6m0sluvufaNrM5UgF3hqmxq6Uy { width:20rem;height:2.4375rem;top:12.037109375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzXAwEfQydTSiQEHpJEbnAE5t3U737Jw { width:17.125rem;height:1.4619125rem;top:62.625rem;left:1.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #po8IZucSAsipUETHxgkZeeou0qpgW4z2 { width:20rem;height:7.3125rem;top:53.6875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sk2aRqF1XUN95qib1npZTyVoTigkhFWU { width:20rem;height:3.65625rem;top:65.4375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fXky9oMDolv1cJQ8LE20DJTFfJzfgyz2 { display:none; }#fXky9oMDolv1cJQ8LE20DJTFfJzfgyz2 > .row .container { width:20rem;height:86.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ciIqQRTe8ZXnIokieBKxv6FXG7B5VSbl { width:8.375rem;height:6.25rem;top:1.15625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTzEnw4vTUlPyhr7ER1BfyHnFz1L8chd { width:16.8125rem;height:2.5996125rem;top:8.25rem;left:1.5625rem;font-size:2rem;text-align:center;text-align-last:center;font-family:"yeseva one";display:block; }
 }@media only screen and (max-width: 763px) { #n714cIGzT1xnIPR1RQCzkQbntARJSaBR { width:20rem;height:2.5996125rem;top:25.65625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JXoCQikWF8oHOFgUJJ1vAtA6yryzWayd { width:20rem;height:3.65625rem;top:29.46875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZEsumDuQMhpADPNsn6SRciyGeBzxDaMq { width:20rem;height:1.4619125rem;top:34.53125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AOZdRe9seIsXGtVik2qCpi2MWWn5AO7c { width:20rem;height:1.21875rem;top:44.4375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZI6PSKhAnkmRpVkD7e1l9mDfF6Xiq0zw { width:20rem;height:16.78125rem;top:46.9375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#ZI6PSKhAnkmRpVkD7e1l9mDfF6Xiq0zw li:before{  }
 }@media only screen and (max-width: 763px) { #yNLsUzUL5h3RCe9xUZZphD0JGQMh6s8P { width:20rem;height:8.53125rem;top:73.46875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FfQ691JywFTHaXTCxMdOsP2S2UgHeHXv { width:20rem;height:1.54296875rem;top:22.53125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;font-family:"yeseva one";display:block; }
 }@media only screen and (max-width: 763px) { #yhLq7KHM4Lx3vz6ag12ZDNymvse4d3c8 { width:20rem;height:3.65625rem;top:37.125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E8sBsmPARDimGlL7ANnlbKA2JVFdlrZs { width:18.75rem;height:1.4619125rem;top:41.5625rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zCWkRCHUSn5LCrEnTRfEPDKfAZhhgUhf { width:20rem;height:6.09375rem;top:15.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXM1IuPX0ZSPMUPTr7r4bmObyaUQmzh8 { width:20rem;height:2.4375rem;top:12.037109375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUTLrSThv2hH3qWUxmKOiy2RBxip8NCe { width:10.8125rem;height:1.21875rem;top:70.625rem;left:4.59375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PSDb0rJTqTse2n5oGT9gfSTi3Wbm4MGv { width:20rem;height:2.4375rem;top:66.3359375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K7zh1uyiCvAXawDB2b3g9q6LpsTcA1Tb { width:20rem;height:1.4619125rem;top:64.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GlHtHvOZtQyRT2I3EUGuaiLwlT8VqPWR { display:none; }#GlHtHvOZtQyRT2I3EUGuaiLwlT8VqPWR > .row .container { width:20rem;height:91.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T3QdmF4sSlgvg4Ii2VWAhJTTPCB1EUGy { width:8.375rem;height:6.25rem;top:1.15625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbH7MpiLSUDBvxFOleuKEnL72bsOb03L { width:16.8125rem;height:2.5996125rem;top:8.25rem;left:1.5625rem;font-size:2rem;text-align:center;text-align-last:center;font-family:"yeseva one";display:block; }
 }@media only screen and (max-width: 763px) { #b4J9TJTskdeF4T4GE3aZ07ZpFpOOy3Lv { width:20rem;height:2.5996125rem;top:25.65625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TmZvyzGn7aFXKx9GCqDaZmHe9EriugrW { width:20rem;height:3.65625rem;top:29.46875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SMxwgqJWdfTpBplzTw2k8l6vuiqi84Vb { width:20rem;height:1.4619125rem;top:34.53125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #guonULe2W2mFHyLizcnNWxZTx88QmR4B { width:20rem;height:1.21875rem;top:53.21875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PFg6c5zBUes01O4VwiBS3rw5H1itL0CT { width:20rem;height:16.78125rem;top:55.71875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#PFg6c5zBUes01O4VwiBS3rw5H1itL0CT li:before{  }
 }@media only screen and (max-width: 763px) { #B4xr9JEv5srTVfiRslalMrhh4mLhhg1k { width:10.8125rem;height:1.21875rem;top:79.34375rem;left:4.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dk12v1B9gX1TE18KAy40ZOPGQ1uneF2t { width:20rem;height:1.4619125rem;top:73.71875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q2aHEbDHnc4ETteTkdcCI9mEfWtyMktV { width:20rem;height:2.4375rem;top:75.40625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IEVV2V30Gt94QJOcU73sID3RO2CmwVbW { width:20rem;height:8.53125rem;top:82.28125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DVn9VaSUxCtATKTC3kiPAub4XFkfWtvo { width:9.75rem;height:5.8125rem;top:1.375rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jt5HH4iFqSbX2kCHo3BU12ZniDmgUEos { width:20rem;height:1.54296875rem;top:22.53125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;font-family:"yeseva one";display:block; }
 }@media only screen and (max-width: 763px) { #L3A4OUZ5VipIXZAD8iJhu8BNbBWSbztA { width:20rem;height:2.923825rem;top:42.15625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AMdc9aGEVOee0TvlPto7N25EXNbP0NAD { width:20rem;height:3.65625rem;top:37.21875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l3rmQJ9i6ByTgdI1h9GTGkuZS6n1trDQ { width:20rem;height:3.65625rem;top:45.90625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ci78F2ca8xcncI9zHJqeMhLWevnQTFxu { width:18.75rem;height:1.4619125rem;top:50.34375rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JcSTZuw0uEZiwkfWu0Xd7hRPot6Z7g9k { width:20rem;height:6.09375rem;top:15.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKyXXNJN9IsQdggRvkeob15tQ5y0N9cf { width:20rem;height:2.4375rem;top:12.037109375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1g8blGdT0xeSmGP9igOEkgiBR4BoJQm { display:none; }#T1g8blGdT0xeSmGP9igOEkgiBR4BoJQm > .row .container { width:20rem;height:73rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Lw01fhaUBXT65Ls5XTMkpxb3GzCvt8GJ { width:8.375rem;height:6.25rem;top:1.0625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8V6SWLhDp2TWlsG1ShdThRw22DTpJo2 { width:16.8125rem;height:2.5996125rem;top:8.25rem;left:1.5625rem;font-size:2rem;text-align:center;text-align-last:center;font-family:"yeseva one";display:block; }
 }@media only screen and (max-width: 763px) { #XJCE0llXnZlx679lt6oJUykEQM9BGEe3 { width:20rem;height:1.21875rem;top:50.1875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZSxfbzqNCFkcXoyHU3b3rCZzVaTQlMNh { width:20rem;height:8.83875rem;top:52.6875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#ZSxfbzqNCFkcXoyHU3b3rCZzVaTQlMNh li:before{  }
 }@media only screen and (max-width: 763px) { #BQ96ur9uELPpdOddZc3swQufgU6bUtSD { width:20rem;height:8.52628125rem;top:63.4375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XM12ooNDMLNUpCQixtGfKIlwexKPVo27 { width:20rem;height:1.54385625rem;top:22.53125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;font-family:"yeseva one";display:block; }
 }@media only screen and (max-width: 763px) { #o62U5gPFbSRmzThZ54ekOxBX9788GpRt { width:20rem;height:3.65411875rem;top:35.59375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a2752KNz8WEauzTC1QsgTPp9IaKdLqR7 { width:18.75rem;height:1.46218125rem;top:40.71875rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D2ZFRkMSF2CBKFmkMXplkHhPTTBb6QPJ { width:20rem;height:6.0902rem;top:15.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTT2KP5ft0svCh6E1QQ3CU7giWTJ1fg0 { width:20rem;height:2.43608125rem;top:12.037109375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx3bs8pTzsamyrZ9bF3HLJJCTK0X4nfW { width:20rem;height:6.0902rem;top:25.25rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wXNx4fVLQex2yBm1NDeu475ecqaRVaLm { width:11.3125rem;height:1.46218125rem;top:32.59375rem;left:4.34375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xshxsmcHqkznLIyrbRbdxJeGMxxu3DdH { width:13.75rem;height:1.46218125rem;top:47.375rem;left:3.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #poXgnculHdAS60Q6UnuWwXFywi8R8dmW { width:20rem;height:2.43608125rem;top:43.5625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NBcwFdMCt4UACw5vXTXhfXemyaX7V3kr { display:none; }#NBcwFdMCt4UACw5vXTXhfXemyaX7V3kr > .row .container { width:20rem;height:91.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SKiCGdIyf1dv7sIzXMG15GhEfngbxDmJ { width:8.375rem;height:6.25rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWRNGZZu3zsUUfCd7pwotT4mfJTmZxkX { width:16.8125rem;height:2.5996125rem;top:8.25rem;left:1.5625rem;font-size:2rem;text-align:center;text-align-last:center;font-family:"yeseva one";display:block; }
 }@media only screen and (max-width: 763px) { #XARzhpWCB35JGeI98F9KU9KqBWhv9W0L { width:20rem;height:2.5996125rem;top:25.65625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pvoZzaRdRZHmNtQ385bZ0D79N1GHe7Kb { width:20rem;height:3.65625rem;top:29.46875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DLTE1QQF4XcnRUFweQ9DNBFrPgzsfOOy { width:20rem;height:1.4619125rem;top:34.71875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xhu9govRrnwpWKw6kza6toIVS70hsosS { width:20rem;height:1.21875rem;top:52.34375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TdGBcRxEZLNeAvMW12XqBTTDKazOwPvS { width:20rem;height:16.78125rem;top:54.84375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#TdGBcRxEZLNeAvMW12XqBTTDKazOwPvS li:before{  }
 }@media only screen and (max-width: 763px) { #OmiMzVhFRSKl3obN33AbZCgMnwoxP8nC { width:10.8125rem;height:1.21875rem;top:78.46875rem;left:4.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pKkIouiR6h1b4ysT813IZ0rKMK1vqxQi { width:20rem;height:1.4619125rem;top:72.53125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZObSwWhZdQTkMOZMf50qfVFf9J4OxFFP { width:20rem;height:2.4375rem;top:74.53125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NAmeJRfDQEgqqWuXZ3hvEuEKDRUSvhff { width:20rem;height:8.53125rem;top:81.40625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #inhd4bIT1UDnB5Qm2WZIKNTC4g08mlQ0 { width:9.75rem;height:3.8125rem;top:2.09375rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcAbpnRTaK2q9Mhl6DOtEEQPE1syWEVm { width:20rem;height:1.54296875rem;top:22.53125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;font-family:"yeseva one";display:block; }
 }@media only screen and (max-width: 763px) { #JUuNwqHUdg5xRFQqRdJi0RskJXNMUQoo { width:20rem;height:1.4619125rem;top:41.28125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZDeTrG9rPMoVpqPm9qOEbsQOvoZKPy2A { width:20rem;height:2.4375rem;top:37.40625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qbJLMqNzDJu9wHRslqk3SeoEwfuS9FsW { width:20rem;height:3.65625rem;top:44.59375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rXa1c7un6OewDxJqZ1NQdpncrG0myaAG { width:18.75rem;height:1.4619125rem;top:49.46875rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lioEJDWn7ZdgTB2KxqDTVx1Ubxf1qtuN { width:20rem;height:6.09375rem;top:15.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBqOtLccwrLtpIO3mfw67K4FlSXm8DOg { width:20rem;height:2.4375rem;top:12.037109375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXtMltS6fGa398TfVwX2zQM8Nks3f0yC { display:none; }#eXtMltS6fGa398TfVwX2zQM8Nks3f0yC > .row .container { width:20rem;height:91.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MnqOTlcLZSPzRzvPtAW6gNMWTJZcxfkQ { width:8.375rem;height:6.25rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbSAzWTWcbWyAlOWvMsyZGTTddQZTs2n { width:16.8125rem;height:2.5996125rem;top:8.25rem;left:1.5625rem;font-size:2rem;text-align:center;text-align-last:center;font-family:"yeseva one";display:block; }
 }@media only screen and (max-width: 763px) { #c9QO2aPOd2tsDdzGO36qbFPnpmEauZns { width:20rem;height:2.5996125rem;top:25.65625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wd86BCq4G1Wnnql7koq4heioXFOmu9v1 { width:20rem;height:3.65625rem;top:29.46875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZMLlvCD9VaEwm57nuHTDW3xIQnDHQTcQ { width:20rem;height:1.4619125rem;top:34.71875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wtHeLgM4JdB86CKnK9wEn75GpA3S7ugm { width:20rem;height:1.21875rem;top:53.21875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kC2Mp1cBCq6NpUCc4DH3blrOreaR4fM0 { width:20rem;height:16.78125rem;top:55.71875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#kC2Mp1cBCq6NpUCc4DH3blrOreaR4fM0 li:before{  }
 }@media only screen and (max-width: 763px) { #led3rcZ60ceC15xWZzpTnwTg3xUcsUrO { width:10.8125rem;height:1.21875rem;top:79.34375rem;left:4.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n5o4R8o1ZU72rRvfvfClMKLtHVy5pf4T { width:20rem;height:1.4619125rem;top:73.40625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Blf4EeIhr7xHQTOapTbhni8o0rLFUVGF { width:20rem;height:2.4375rem;top:75.40625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TSV7TbD9aunWJvZ3VBggpChnwm4Vwa1U { width:20rem;height:8.53125rem;top:82.28125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZbyZwiVvPBcn9LhB8rPoMI8Og52PkG5Q { width:12.1875rem;height:3.25rem;top:2.1875rem;left:7.7047872340425rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3fqF8eZrIew23RHeMDLky2KpAcH4lRO { width:20rem;height:1.54296875rem;top:22.53125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;font-family:"yeseva one";display:block; }
 }@media only screen and (max-width: 763px) { #aqcrOc7JuyA4IU0VGZs32Jc1NuFBrQMt { width:20rem;height:2.923825rem;top:41.28125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C9yhvIDITM76Oe8KumPxXKv9rqxassd9 { width:20rem;height:2.4375rem;top:37.40625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mI3tEK7su0k3IOdMgwlzA2asSz08h9JE { width:20rem;height:3.65625rem;top:45.46875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tyKFoSW49S1DgcnImUFNVOi88mtByP1S { width:18.75rem;height:1.4619125rem;top:50.34375rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QEkbLePM90o84T0zpgQoohTvvInAoguX { width:20rem;height:6.09375rem;top:15.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwRz9M1JtumEbJEeTUB2R8XxhM33KRDi { width:20rem;height:2.4375rem;top:12.037109375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vO3l3Aki5g0TSnTCE3zlnVwTTrhyTFPg { display:none; }#vO3l3Aki5g0TSnTCE3zlnVwTTrhyTFPg > .row .container { width:20rem;height:76.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #adBLIzT84XaGUo2es9JKN9SeHxnxHl7i { width:8.375rem;height:6.25rem;top:0.875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZSOcPVyruQSl9ar0TWMJ4ivaBl7Mx2l { width:16.8125rem;height:2.5996125rem;top:7.625rem;left:1.5625rem;font-size:2rem;text-align:center;text-align-last:center;font-family:"yeseva one";display:block; }
 }@media only screen and (max-width: 763px) { #zVOElhPgqqv8OvFnE9rpwl50QRmd9WXF { width:20rem;height:3.65625rem;top:28.15625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CGw8M8rig8v4dSIiazcQvlMT6TaK818v { width:20rem;height:1.4619125rem;top:33.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #roB0B1kWBufgLmSOnTkr4LTxOHLu3UNc { width:20rem;height:1.21875rem;top:36.3125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Lg2g4aAMaooVrBtgRsTb0psi6TxQIh8f { width:20rem;height:16.78125rem;top:38.8125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#Lg2g4aAMaooVrBtgRsTb0psi6TxQIh8f li:before{  }
 }@media only screen and (max-width: 763px) { #AlbxhwKXzh2GnF4OAGiiGv90KGtgTUmx { width:10.8125rem;height:1.21875rem;top:62.4375rem;left:4.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZEEPlKmEKLUTJOQehrHyoqXFMQSdfTC2 { width:20rem;height:1.4619125rem;top:56.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DpwR7i6ht6Ot6a79UUHAPkX1c8lA1MKT { width:20rem;height:2.4375rem;top:58.5rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ACyOTTQSXrAzDwNG8K6PQZ2hzp0KoGx5 { width:20rem;height:8.53125rem;top:65.375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hRkOJmLea5nU3ClTyhekUdxP2Tf4oTtF { width:5.1875rem;height:2.6875rem;top:1.4375rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0CDyIEwQfvzQXnC98W23AwhUIKXMG2s { width:20rem;height:4.875rem;top:14.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NihmWu7ln6ZC81ikcqJ43JGDJmMHLyge { width:20rem;height:3.0859375rem;top:20.75rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;font-family:"yeseva one";display:block; }
 }@media only screen and (max-width: 763px) { #KS8f5yX8RXXTuGkq5VQQNMdnv4QTTbBB { width:20rem;height:2.5996125rem;top:24.6806640625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MBsNZppxWUgBkcIzbzv2qGTdWflAxU0E { width:20rem;height:2.4375rem;top:11.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bai3MMVLv7lUX1DJIMKT9v4nkp1dkFTB { display:none; }#bai3MMVLv7lUX1DJIMKT9v4nkp1dkFTB > .row .container { width:20rem;height:76.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SbCLURZev8ThsuQRtuvMwGuENc65xhFx { width:8.375rem;height:6.25rem;top:0.875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4JvR1HnNOf1w9k6lGSUa3x78m0iGi6M { width:16.8125rem;height:2.5996125rem;top:7.625rem;left:1.5625rem;font-size:2rem;text-align:center;text-align-last:center;font-family:"yeseva one";display:block; }
 }@media only screen and (max-width: 763px) { #E6ysrsJt3A10TnOV5MLh8FlgGuRNDNl9 { width:20rem;height:3.65625rem;top:28.15625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SDVfTEV1EiUVoysuMrKDQimgickd5ZG3 { width:20rem;height:1.4619125rem;top:33.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cxrDzgzNo6uc96NycUvB3XoBqUE0zCDv { width:20rem;height:1.21875rem;top:36.3125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TmLiqThTKqZek2zev6NTMD1mPunPdD3l { width:20rem;height:16.78125rem;top:38.8125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#TmLiqThTKqZek2zev6NTMD1mPunPdD3l li:before{  }
 }@media only screen and (max-width: 763px) { #c15Rkr5OG1lE9T5Gs4zM7pZ6hZplhiVi { width:10.8125rem;height:1.21875rem;top:62.4375rem;left:4.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Upm1OUg59F2CK1pvz5xUMPrf7m2Maqcq { width:20rem;height:1.4619125rem;top:56.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U46ReqKQyHUtxEfLXFZy0nNZWbmzulFX { width:20rem;height:2.4375rem;top:58.5rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cKQLhmBuWHllFl7kPFWcdRN3s7ZZTnk0 { width:20rem;height:8.53125rem;top:65.375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xyNfTkh1ZVgkWN3Eaxh8xnICrSFZFF4N { width:5.1875rem;height:5.1875rem;top:1.4375rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrxANxVbZETqaZG611sCbm0KwRA7SLhJ { width:20rem;height:4.875rem;top:14.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlxU7Ean2zh4hTOvdoyuTJ7QB6HwVrMz { width:20rem;height:3.0859375rem;top:20.75rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;font-family:"yeseva one";display:block; }
 }@media only screen and (max-width: 763px) { #JaebrzFD5ba5Wqsb4aBagtvmK7HzOEax { width:20rem;height:2.5996125rem;top:24.6806640625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wnrTmCWaDLwC2ochzIxwbrp1nqCyTUPz { width:20rem;height:2.4375rem;top:11.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhxBmTGIwJFCWaeg4BP4hFgqiiyrxBh5 { display:none; }#PhxBmTGIwJFCWaeg4BP4hFgqiiyrxBh5 > .row .container { width:20rem;height:97.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RAfotpc3MtckSf8dCushcl53WELzb0mn { width:8.375rem;height:6.25rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBOLUVfeyRFcOSAg2yCqDL3U9Jrv4qFB { width:16.8125rem;height:2.5996125rem;top:8.625rem;left:1.5625rem;font-size:2rem;text-align:center;text-align-last:center;font-family:"yeseva one";display:block; }
 }@media only screen and (max-width: 763px) { #AfDHBcJV7b7tmVJMkh5Cy6P5JCw47k5S { width:20rem;height:2.5996125rem;top:25.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EpDX8X0VIerqHSkHe65lQQWWxUrIoSCa { width:20rem;height:3.65625rem;top:29.75rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HE15d0zaVOO0KtitRqvNMGiaXCn8huvo { width:20rem;height:1.4619125rem;top:34.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iq5UWxnV5o4RFAlgr8EETOB2waJ25Syl { width:20rem;height:1.21875rem;top:53.875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QiPeOPN0uFIMmBHVERsneIFEpL66MtNv { width:20rem;height:16.78125rem;top:56.375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#QiPeOPN0uFIMmBHVERsneIFEpL66MtNv li:before{  }
 }@media only screen and (max-width: 763px) { #HJVVWlSdFLd2lxCKtDh9MpwPaGiiGJAD { width:10.8125rem;height:1.21875rem;top:80rem;left:4.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZwSFb1wdrw4I45FRwL9ObVIg02gLSpkg { width:20rem;height:1.4619125rem;top:74.0625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MV9ZyR1tIuMCJ7uq1t2RSMRO2AuTOSPy { width:20rem;height:2.4375rem;top:76.0625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TNAALPvFXvPZ0innropTFBpyGQye2Aim { width:20rem;height:8.53125rem;top:82.9375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #enomQlgkGQTCXPn0N27ssnz5L0X5od4H { width:10.5625rem;height:4.75rem;top:0.875rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQGkJtbFHPBVTpRSwVTN4JXJJlhXZavy { width:20rem;height:4.875rem;top:15.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEVcbHlTv9dKekLG6z0Tbn1MmUPRNZ3E { width:20rem;height:2.4375rem;top:12.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdUHCBZndE0DeFkwOGQNeTRct4gWV3mc { width:20rem;height:3.0859375rem;top:21.75rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;font-family:"yeseva one";display:block; }
 }@media only screen and (max-width: 763px) { #fWKkwtWW63JbDVDDaUpzbN9FPA4IQlV8 { width:20rem;height:2.923825rem;top:41.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fk6vb6MoA5cQ9wR0byU6owk0M7tfmIbA { width:20rem;height:2.4375rem;top:37.375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KL4uq1MHuEWb4Bq5Z2uK2PHKMvQZOJR3 { width:18.75rem;height:1.4619125rem;top:51.0625rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dcJE3tGkWLnii1dNDlXXuS0HTucRDwRr { width:20rem;height:3.65625rem;top:45.8125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RD6po4UzI4EqBN1RuDZ60Wz6M7Kw86hK { display:block; }#RD6po4UzI4EqBN1RuDZ60Wz6M7Kw86hK > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r3rGyPC8LoohcNeA9KapkJGXFvSPXOJu { width:9.1875rem;height:1.75rem;top:1.25rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOACHncnkonmgvn7FXDpfTTT8dyK942O { display:block; }
 }@media only screen and (max-width: 763px) { #HTTP5FNUnll42Ld6hNLkIoOcQ1l4Hapq { width:5.25rem;height:1.75rem;top:4.25rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5PkRHLVgkX1sytSSmfkmcRHB4XUzlFH { display:block; }
 }