.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTetTZi6D45rSoTqxsxI4vdJi3R6refU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#rTetTZi6D45rSoTqxsxI4vdJi3R6refU > .row .container { background-color: transparent; background-image: none; }#rTetTZi6D45rSoTqxsxI4vdJi3R6refU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTetTZi6D45rSoTqxsxI4vdJi3R6refU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTetTZi6D45rSoTqxsxI4vdJi3R6refU > .row .container > .video-iframe-container { display: none; }#rTetTZi6D45rSoTqxsxI4vdJi3R6refU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTetTZi6D45rSoTqxsxI4vdJi3R6refU > .row > .video-iframe-container { display: none; }#rTetTZi6D45rSoTqxsxI4vdJi3R6refU > .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); }#rTetTZi6D45rSoTqxsxI4vdJi3R6refU > .row .container { border-width: 0; border-radius: 0; }#rTetTZi6D45rSoTqxsxI4vdJi3R6refU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rTetTZi6D45rSoTqxsxI4vdJi3R6refU > .row .container { font-size:0.875rem;font-family:arial;height:11.625rem;width:75rem;position:relative;display:block; }#EcKOviJzfIbWJmuKu5wrpGSxT6XTnzZp { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.249375rem;width:7.249375rem;top:2.1875rem;left:3.7111015319824rem;overflow:hidden;display:block; }
#CydPluBepfUSEuCM5cz9PmDoiGErN7ht { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#505050;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:satoshi;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.685375rem;height:2.62125625rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:4.501953125rem;left:14.028316497802rem;display:block; }
#kNUmmoOR9l81z35pO3wfET6lrOxBHvFv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#idZLLXI4ssafeMcRUrBenKnsUI9dvRmO { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#505050;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:satoshi;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.1873125rem;height:2.6245125rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:4.49951171875rem;left:26.835933685302rem;display:block; }
#PZQQ17bBBKws26lTwDVnIMiJVI5uNmd4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cplFrvKT9tWIeA15yAwsvuLpuiZJR6iE { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#505050;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:satoshi;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.6245rem;height:2.6245125rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:4.49951171875rem;left:45.214839935302rem;display:block; }
#eBtgee1l3xKFKq9FXcvJk6epXXdsXSBL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EeS54D5fknSKLBic8UxCv612EUoeTqgc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#505050;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:satoshi;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:2.6245125rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:4.49951171875rem;left:54.340816497802rem;display:block; }
#AEQFSedXzTvxTf1v98oEM1rQweNOXAsR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rPuJKHimCQtuztkeXGnyuAllytwNx7WN { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#505050;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:satoshi;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:2.6245125rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:4.49951171875rem;left:65.3124961853rem;display:block; }
#tqQ73kO7vciPrdn7OCRq8tRTrdTG5kRF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hcsd56D7ThNqTaZ1M8Z0pQ47lJfTkL7n { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/971f48e0-e733-47c8-ad30-184e7f725bf3/5przemianjesien.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Hcsd56D7ThNqTaZ1M8Z0pQ47lJfTkL7n.adaptive-delivery-prevent-bg, #Hcsd56D7ThNqTaZ1M8Z0pQ47lJfTkL7n.lazyload, #Hcsd56D7ThNqTaZ1M8Z0pQ47lJfTkL7n.lazyloading { background-image: none; }#Hcsd56D7ThNqTaZ1M8Z0pQ47lJfTkL7n > .row .container { background-color: transparent; background-image: none; }#Hcsd56D7ThNqTaZ1M8Z0pQ47lJfTkL7n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hcsd56D7ThNqTaZ1M8Z0pQ47lJfTkL7n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hcsd56D7ThNqTaZ1M8Z0pQ47lJfTkL7n > .row .container > .video-iframe-container { display: none; }#Hcsd56D7ThNqTaZ1M8Z0pQ47lJfTkL7n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hcsd56D7ThNqTaZ1M8Z0pQ47lJfTkL7n > .row > .video-iframe-container { display: none; }#Hcsd56D7ThNqTaZ1M8Z0pQ47lJfTkL7n > .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); }#Hcsd56D7ThNqTaZ1M8Z0pQ47lJfTkL7n > .row .container { border-width: 0; border-radius: 0; }#Hcsd56D7ThNqTaZ1M8Z0pQ47lJfTkL7n::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Hcsd56D7ThNqTaZ1M8Z0pQ47lJfTkL7n > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Hcsd56D7ThNqTaZ1M8Z0pQ47lJfTkL7n > .row .container { font-size:0.875rem;font-family:arial;height:45.125rem;width:75rem;overflow:visible;position:relative;display:block; }#kFMtIfToI6O2PNdGlBqbNbK4Fcoi0TdK { color:#ffffff;display:block;width:33.375rem;position:absolute;font-family:satoshi;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:26.875rem;left:4.375rem;height:9.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rbGtd1K29aClqt90yF0sE1Op4iwoXs94 { color:#ffffff;display:block;width:18.874rem;position:absolute;font-family:satoshi;font-size:1.9375rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:3.375rem;left:4.375rem;height:2.90625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zU9hTvki1MatOtffWZ2myAcfDUt11iyr { position:absolute;display:block;z-index:15008;background-color:#646464;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.123046875rem;width:15.625rem;top:24.875rem;left:4.375rem;display:block; }
#HrlrpJvEegXItNkrB14FQN6pt6IMKDEn { color:#ffffff;display:block;width:36.5625rem;position:absolute;font-family:comfortaa;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.75rem;left:7.5rem;height:0;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#m1clf8LyHJ8FX3XfMwy0g41yVv1G9N0l { background-color:rgba(123,123,123,0.74);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:lato;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:32.625rem;left:26.375rem;display:none; }
#VNa8tH2C3zsypK8ZW2Dq0CPIqGFi0sWv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wa3AI2uXxsz2MwMlnaM0dGLeiCy9Vta6 { color:#ffffff;display:block;width:18.5rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:33.1875rem;left:8.5rem;height:0;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#R8oGO28z92uikLsswreNLdFC1nieqMQs { color:#ffffff;display:block;width:16.1875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:31.8125rem;left:8.5rem;height:0;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:none; }
#m8g088V3kcRCiy0XO1bwH8ca0ZkBgS6b { color:#ffffff;display:block;width:6.125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:22.0625rem;left:8.5rem;height:2.0625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:none; }
#hmKTNdCplTq8At6HXbIVcB1wkc52oUX0 { color:#ffffff;display:block;width:36.5625rem;position:absolute;font-family:comfortaa;font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:20.0625rem;left:19.1875rem;height:2.272725rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#MopR2Fw7cNZqgQSuBZqd5TCeGBDGG3Ze { color:#000000;display:block;width:12.3125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.0625rem;top:29.3125rem;left:3.75rem;display:none; }
#NlB9On75ibEvi1rQb3aUTFqw05SKFIcX { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#Odo3B9sHT7cqUl73xhdhr6HSDma9FhRV { background-color:#f4984c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:lato;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.436625rem;height:2.62478125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:51.25rem;left:22.4375rem;display:none; }
#r8ZarnsLhJENe76OsihEO04mrGiJdKcT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h6GFaPFaCdMswm2lvQvHqZW9tHGrFAep { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:74.1875rem;width:75rem;display:none; }
#PgRn4V4Jiyb3mzAN2aUufTNdV83zhirU { color:#bd4c12;display:block;width:53.875rem;position:absolute;font-family:satoshi;font-size:5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:9.3125rem;left:4.375rem;height:13rem;font-style:normal;display:block; }
#t2IqixKI7kTaXOEH9r0UkOlMkdFWBpav { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef4f4;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; }#t2IqixKI7kTaXOEH9r0UkOlMkdFWBpav > .row .container { background-color: transparent; background-image: none; }#t2IqixKI7kTaXOEH9r0UkOlMkdFWBpav::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2IqixKI7kTaXOEH9r0UkOlMkdFWBpav > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2IqixKI7kTaXOEH9r0UkOlMkdFWBpav > .row .container > .video-iframe-container { display: none; }#t2IqixKI7kTaXOEH9r0UkOlMkdFWBpav > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2IqixKI7kTaXOEH9r0UkOlMkdFWBpav > .row > .video-iframe-container { display: none; }#t2IqixKI7kTaXOEH9r0UkOlMkdFWBpav > .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); }#t2IqixKI7kTaXOEH9r0UkOlMkdFWBpav > .row .container { border-width: 0; border-radius: 0; }#t2IqixKI7kTaXOEH9r0UkOlMkdFWBpav > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t2IqixKI7kTaXOEH9r0UkOlMkdFWBpav > .row .container { font-size:0.875rem;font-family:arial;height:60.8125rem;width:75rem;position:relative;display:block; }#OxTcfcJhotTOfJOg0uCHo2TzWNt7Udqz { color:#ffffff;display:block;width:47.8740234375rem;position:absolute;font-family:satoshi;font-size:1.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:53.875rem;left:13.5625rem;height:4.142575rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#LAhxLoJJXg1XZph2bAhvCU7CvipA8uw5 { color:#ffffff;display:block;width:56.5rem;position:absolute;font-family:satoshi;font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:47.125rem;left:9.25rem;height:6.1484375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }#LAhxLoJJXg1XZph2bAhvCU7CvipA8uw5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LAhxLoJJXg1XZph2bAhvCU7CvipA8uw5 li:before{  }
#KDdOrFBtJGCCa1qkO6HmlzXF3yTkfyzP { box-sizing:content-box;height:22.125rem;width:17.5rem;position:absolute;display:block;z-index:15002;background-color:#1e2b50;background-image:none;top:9.9375rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#BlJzHAo30XDnQcxLdlfukBmap2GVXGmV { box-sizing:content-box;height:22.125rem;width:17.5rem;position:absolute;display:block;z-index:15007;background-color:#1e2b50;background-image:none;top:9.9375rem;left:19.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#scurSASIRe7lXouuORsTvFABqCtaBtxA { box-sizing:content-box;height:22.125rem;width:17.5rem;position:absolute;display:block;z-index:15012;background-color:#1e2b50;background-image:none;top:9.9375rem;left:38.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#JGgUJVHXZVUvLKszKwfmxxA8u49qh2ml { box-sizing:content-box;height:22.125rem;width:17.5rem;position:absolute;display:block;z-index:15017;background-color:#1e2b50;background-image:none;top:9.9375rem;left:57.5rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#GS8WTNo3XTXTTbZxc6i9cQehsb74WmlE { color:#ededed;display:block;width:15.3125rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:26.875rem;left:1.125rem;height:1.625rem;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; }
#mXASiacoV8vNIFhZ3hfpRPTdAFz2QN9o { color:#ededed;display:block;width:16.125rem;position:absolute;font-family:satoshi;font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:19.25rem;left:0.6875rem;height:6.33691875rem;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; }
#bZdFAhIgwaftGDlgblKARriBtxApOCt4 { position:absolute;display:block;z-index:15007;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:15rem;width:15rem;top:2.5625rem;left:1.25rem;overflow:hidden;display:block; }
#r6nAcx2MVNITNQkR3KKATEpShBQ22O52 { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.5rem;width:15.5rem;top:2.3125rem;left:1rem;overflow:hidden;display:block; }
#vT7fkk3Ta8BdNHzTMAPcy4gGbts7FPbD { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.125rem;width:15.4375rem;top:2.5625rem;left:20.25rem;overflow:hidden;display:block; }
#AHD9vskFVMMSe0NPqXhTq6oHpSvWRyQG { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.25rem;width:15.5rem;top:2.4375rem;left:39.3125rem;overflow:hidden;display:block; }
#PXWZi7PFgnr5kzP1Ue5pkFuzrTZ64Ugb { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.25rem;width:15.125rem;top:2.4375rem;left:58.6875rem;overflow:hidden;display:block; }
#pMLMbCnMc4FufFyxagWzCRFyPeoucKOC { background-color:#ff9100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:satoshi;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:40.8125rem;left:2.8125rem;display:block; }
#gQ7QTfGstavIzhUc0FttZqB5uZLW7rkD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xMQ8fCxa9oX4gD6NkreBg9xUnczxpJCg { box-sizing:content-box;height:6.25rem;width:17.5rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:32.0625rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#l8a8BBECn3LObobaDx7KJyVz07aufIVV { box-sizing:content-box;height:6.25rem;width:17.5rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:32.0625rem;left:19.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Uo2mgpwiaw89zf1KVUMOMSePkJ446pbe { box-sizing:content-box;height:6.25rem;width:17.5rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:32.0625rem;left:38.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ZbolgSzA3KuO6Ct8lArNio1zs3qZggM6 { box-sizing:content-box;height:6.25rem;width:17.5rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:32.0625rem;left:57.5rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#HhqUxzh8SQ1iZD0kwxalFE9BiGwBee6J { color:#ededed;display:block;width:16.125rem;position:absolute;font-family:satoshi;font-size:1.625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:19.25rem;left:19.875rem;height:6.33691875rem;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; }
#LMBv0Z84lUqIQp8JUdgsdDGa4v20wgrB { color:#ededed;display:block;width:15.3125rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:26.875rem;left:20.3125rem;height:1.625rem;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; }
#lqGdvvOen0cWL3CBdy5RrF3lx03mu6iy { color:#ededed;display:block;width:16.125rem;position:absolute;font-family:satoshi;font-size:1.625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:19.25rem;left:39rem;height:6.33691875rem;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; }
#xRCdxxoxIe3bTtPTRuaUGFpJuyJVTWRU { color:#ededed;display:block;width:15.3125rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:26.875rem;left:39.4375rem;height:1.625rem;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; }
#nKmT2JmKKV9MPoGEV1eFHeEXRSxvknTn { color:#ededed;display:block;width:16.125rem;position:absolute;font-family:satoshi;font-size:1.625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:19.25rem;left:58.875rem;height:6.33691875rem;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; }
#Xrvy7cbfpOmcil1OwAw5ykzWxSJ4xisZ { color:#ededed;display:block;width:15.3125rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:26.875rem;left:59.3125rem;height:1.625rem;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; }
#BmQ7IzwRdbA8xsNgmxuJIyIzaZxwFm8K { color:#bd4c12;display:block;width:15.75rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:34.171875rem;left:58.375rem;height:2.03125rem;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; }
#EMZFwAMfNAMdvklJFmz86IlGdpEXg2Sg { background-color:#ff9100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:satoshi;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:40.8125rem;left:22rem;display:block; }
#XOnbpGEzCH3eMTkkxzaEzNknLzCT8iH9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rdaG9Mq7RuKsE8CL4r4hwvb5rqydHbUW { background-color:#ff9100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:satoshi;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:40.8125rem;left:41.125rem;display:block; }
#H48Vw75MIdZITH5PNUIwAURvuKWmBFhq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JESqCsfGErWvb83TibqbnW7rRoweq0am { background-color:#ff9100;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:satoshi;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:40.8125rem;left:60.3125rem;display:block; }
#Kl8LCTTacTCSNiTdfUvOmPaiewyrsiEP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TwBR6hMrwWLWUJ3RhfaEeL5brux9VoBM { color:#505050;display:block;width:15.75rem;position:absolute;font-family:satoshi;font-size:1.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:34rem;left:20.0625rem;height:2.4375rem;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; }
#eqgIdN8VyGAfalBeiRTtIeuz4zPQ0JH7 { color:#584343;display:block;width:15.75rem;position:absolute;font-family:satoshi;font-size:1.4375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:32.6875rem;left:39.1875rem;height:1.86865rem;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; }
#rv4xdnPGaM8m8DAG1TSAkN4VGhzqWfOd { color:#bd4c12;display:block;width:15.75rem;position:absolute;font-family:satoshi;font-size:1.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:34rem;left:39.1875rem;height:2.4375rem;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; }
#sCPVZ2Fw9TC7PXM0pev9TaTngfxe2grs { color:#bd4c12;display:block;width:15.75rem;position:absolute;font-family:satoshi;font-size:0.75rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:36.75rem;left:39.1875rem;height:0.9746125rem;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; }
#SUJemQ4oTvxWvlymSxZ6PGpMmGrm2MJ9 { color:#bd4c12;display:block;width:15.75rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:34.171875rem;left:0.875rem;height:2.03125rem;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; }
#BTwDn9e14LSPnsbctPk7qpzrAZUuNsIH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e2b50;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; }#BTwDn9e14LSPnsbctPk7qpzrAZUuNsIH > .row .container { background-color: transparent; background-image: none; }#BTwDn9e14LSPnsbctPk7qpzrAZUuNsIH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTwDn9e14LSPnsbctPk7qpzrAZUuNsIH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTwDn9e14LSPnsbctPk7qpzrAZUuNsIH > .row .container > .video-iframe-container { display: none; }#BTwDn9e14LSPnsbctPk7qpzrAZUuNsIH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTwDn9e14LSPnsbctPk7qpzrAZUuNsIH > .row > .video-iframe-container { display: none; }#BTwDn9e14LSPnsbctPk7qpzrAZUuNsIH > .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); }#BTwDn9e14LSPnsbctPk7qpzrAZUuNsIH > .row .container { border-width: 0; border-radius: 0; }#BTwDn9e14LSPnsbctPk7qpzrAZUuNsIH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BTwDn9e14LSPnsbctPk7qpzrAZUuNsIH > .row .container { font-size:0.875rem;font-family:arial;height:41.5625rem;width:75rem;position:relative;display:block; }#hHd0oXDuChU1us80clAK5QfTxgwAH3mn { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:28.4375rem;width:19.5rem;top:6.5625rem;left:32.125rem;overflow:hidden;display:block; }
#U3TelFVhsvor0vMKfLtKq08CnWSxaK7g { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:28.4375rem;width:19.5rem;top:6.5625rem;left:53.1875rem;overflow:hidden;display:block; }
#T19pO3ACBJNfL1JFasdWULu6BQoxDQBt { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.4375rem;width:33.8125rem;top:6.5625rem;left:2.375rem;display:block; }
#yiiC0K6qIpdW0Ip1yZVphg5AVNCGP36d { color:#505050;display:block;width:22.4375rem;position:absolute;font-family:satoshi;font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:10.3125rem;left:6.125rem;height:5.3994125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#n3iSvd8ZJJ2dlHXC0w69e99Qfmih36Ar { color:#505050;display:block;width:21.5625rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:17.5rem;left:6.25rem;height:13.16160625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CsppZwGni0K6Gw3goSS3HKZTNfyAARxp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CsppZwGni0K6Gw3goSS3HKZTNfyAARxp > .row .container { background-color: transparent; background-image: none; }#CsppZwGni0K6Gw3goSS3HKZTNfyAARxp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CsppZwGni0K6Gw3goSS3HKZTNfyAARxp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CsppZwGni0K6Gw3goSS3HKZTNfyAARxp > .row .container > .video-iframe-container { display: none; }#CsppZwGni0K6Gw3goSS3HKZTNfyAARxp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CsppZwGni0K6Gw3goSS3HKZTNfyAARxp > .row > .video-iframe-container { display: none; }#CsppZwGni0K6Gw3goSS3HKZTNfyAARxp > .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); }#CsppZwGni0K6Gw3goSS3HKZTNfyAARxp > .row .container { border-width: 0; border-radius: 0; }#CsppZwGni0K6Gw3goSS3HKZTNfyAARxp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CsppZwGni0K6Gw3goSS3HKZTNfyAARxp > .row .container { font-size:0.875rem;font-family:arial;height:14.1875rem;width:75rem;position:relative;display:block; }#cMqwBZ1pTfvGyTOofgnqTWzvQgOAreIk { color:#4a6132;display:block;width:53.75rem;position:absolute;font-family:satoshi;font-size:2.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.9990234375rem;left:10.624187469483rem;height:6.3369375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rJFJzzcZwzJAv5oPgTXpfbQleSRFbOWe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rJFJzzcZwzJAv5oPgTXpfbQleSRFbOWe > .row .container { background-color: transparent; background-image: none; }#rJFJzzcZwzJAv5oPgTXpfbQleSRFbOWe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJFJzzcZwzJAv5oPgTXpfbQleSRFbOWe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJFJzzcZwzJAv5oPgTXpfbQleSRFbOWe > .row .container > .video-iframe-container { display: none; }#rJFJzzcZwzJAv5oPgTXpfbQleSRFbOWe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJFJzzcZwzJAv5oPgTXpfbQleSRFbOWe > .row > .video-iframe-container { display: none; }#rJFJzzcZwzJAv5oPgTXpfbQleSRFbOWe > .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); }#rJFJzzcZwzJAv5oPgTXpfbQleSRFbOWe > .row .container { border-width: 0; border-radius: 0; }#rJFJzzcZwzJAv5oPgTXpfbQleSRFbOWe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rJFJzzcZwzJAv5oPgTXpfbQleSRFbOWe > .row .container { font-size:0.875rem;font-family:arial;height:28.875rem;width:75rem;position:relative;display:block; }#gwQu465DR25KTnev4DEylIKrgP8DlFRd { color:#505050;display:block;width:23.6873125rem;position:absolute;font-family:satoshi;font-size:1.9375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.7312822341919rem;left:6.9051094055175rem;height:5.0371125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#buTw5ARxglyC0bIe4Lw7FQRT8bptxFsy { color:#505050;display:block;width:22.6871875rem;position:absolute;font-family:satoshi;font-size:1.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.7312822341919rem;left:44.905597686767rem;height:5.0371125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lvAleyc6UVsOX7ZUPiGhT0wHVqXIRD30 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.812rem;width:22.312rem;top:10.99853515625rem;left:7.5927696228025rem;overflow:hidden;display:block; }
#OH7U82MbHhfpdaAADJCCR7PB5Rn292pw { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:13.9371875rem;top:11.125rem;left:48.375rem;overflow:hidden;display:block; }
#lemT9I1bsEnH911OW51BmIMNPWnnWkZE { position:absolute;display:block;z-index:14999;background-color:rgba(30,43,80,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.375rem;width:9.375rem;top:9.75rem;left:55.9375rem;display:block; }
#T6mCUwUBlUH3In0tBvEyz0R0Tk5TF2iB { position:absolute;display:block;z-index:15002;background-color:rgba(30,43,80,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:4.562175rem;width:4.562175rem;top:20.0625rem;left:47.1875rem;display:block; }
#txasmw0XnibbXHGhTdOZPrzCCiOoMRTn { position:absolute;display:block;z-index:14998;background-color:rgba(30,43,80,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.375rem;width:9.375rem;top:14.8125rem;left:6.4375rem;display:block; }
#K4Mt9KAZAFs5LE6lchgC003x6tLyIbcd { position:absolute;display:block;z-index:15004;background-color:rgba(30,43,80,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:4.5625rem;width:4.5625rem;top:12.25rem;left:24.625rem;display:block; }
#FQBmu8okv9c85F4713rF1ACkucmFNSPW { position:absolute;display:block;z-index:15004;background-color:rgba(109,164,14,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:4.5625rem;width:4.5625rem;top:12.25rem;left:24.625rem;display:none; }
#WrXL5Wth7FgCwTdhkLGZ6WuwpEsyi5Pt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WrXL5Wth7FgCwTdhkLGZ6WuwpEsyi5Pt > .row .container { background-color: transparent; background-image: none; }#WrXL5Wth7FgCwTdhkLGZ6WuwpEsyi5Pt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WrXL5Wth7FgCwTdhkLGZ6WuwpEsyi5Pt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WrXL5Wth7FgCwTdhkLGZ6WuwpEsyi5Pt > .row .container > .video-iframe-container { display: none; }#WrXL5Wth7FgCwTdhkLGZ6WuwpEsyi5Pt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WrXL5Wth7FgCwTdhkLGZ6WuwpEsyi5Pt > .row > .video-iframe-container { display: none; }#WrXL5Wth7FgCwTdhkLGZ6WuwpEsyi5Pt > .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); }#WrXL5Wth7FgCwTdhkLGZ6WuwpEsyi5Pt > .row .container { border-width: 0; border-radius: 0; }#WrXL5Wth7FgCwTdhkLGZ6WuwpEsyi5Pt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WrXL5Wth7FgCwTdhkLGZ6WuwpEsyi5Pt > .row .container { font-size:0.875rem;font-family:arial;height:37.1875rem;width:75rem;position:relative;display:block; }#TDg75vGunwWxmsuneZpOJ2VdNRuaQfyu { color:#505050;display:block;width:27.6245rem;position:absolute;font-family:satoshi;font-size:1.9375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.49951171875rem;left:42.436519622802rem;height:5.0371125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SuEmxn4Ch524FXsdBreTTtJUTaAeTAPJ { color:#505050;display:block;width:27.9996875rem;position:absolute;font-family:satoshi;font-size:1.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.49951171875rem;left:4.7485313415528rem;height:5.0371125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PLndVIMLXuO2PITHIlXHgo4GhthVIdLt { position:absolute;display:block;z-index:14998;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:16.5rem;width:18.5rem;top:11.75rem;left:7.8125rem;overflow:hidden;display:block; }
#J8VLETTk4rKWc0TDW2yr9TQs92Fdp1Ut { position:absolute;display:block;z-index:15004;background-color:rgba(30,43,80,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:4.5625rem;width:4.5625rem;top:18.375rem;left:18.125rem;display:block; }
#S7aSXx0HiX30l99tHIsVa1h16v60Ocuw { position:absolute;display:block;z-index:15000;background-color:rgba(30,43,80,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.624375rem;width:6.624375rem;top:20.187171936035rem;left:47.687175750733rem;display:block; }
#sT0nNxkGgniaMKzkTTEW6N1nJIX8bn67 { position:absolute;display:block;z-index:14997;background-color:rgba(30,43,80,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.3125rem;width:9.25rem;top:12.9375rem;left:8.75rem;display:block; }
#bRFmLcRuTzJVU4FbWbNC1ikrNns9PX2T { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.625rem;width:13.5rem;top:10.84228515625rem;left:49.498699188233rem;overflow:hidden;display:block; }
#GIwkOu8Z5U2vB0dy5fgK23r5Q2Lc1EKu { position:absolute;display:block;z-index:15001;background-color:rgba(30,43,80,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:5.8748375rem;width:5.8748375rem;top:17.718097686767rem;left:59.061687469483rem;display:block; }
#eIOwF7Qf5EovvSdxKSnVJD2uisoIwwgr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e2b50;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; }#eIOwF7Qf5EovvSdxKSnVJD2uisoIwwgr > .row .container { background-color: transparent; background-image: none; }#eIOwF7Qf5EovvSdxKSnVJD2uisoIwwgr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eIOwF7Qf5EovvSdxKSnVJD2uisoIwwgr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eIOwF7Qf5EovvSdxKSnVJD2uisoIwwgr > .row .container > .video-iframe-container { display: none; }#eIOwF7Qf5EovvSdxKSnVJD2uisoIwwgr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eIOwF7Qf5EovvSdxKSnVJD2uisoIwwgr > .row > .video-iframe-container { display: none; }#eIOwF7Qf5EovvSdxKSnVJD2uisoIwwgr > .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); }#eIOwF7Qf5EovvSdxKSnVJD2uisoIwwgr > .row .container { border-width: 0; border-radius: 0; }#eIOwF7Qf5EovvSdxKSnVJD2uisoIwwgr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eIOwF7Qf5EovvSdxKSnVJD2uisoIwwgr > .row .container { font-size:0.875rem;font-family:arial;height:10.25rem;width:75rem;position:relative;display:block; }#sPN0TOIV3ANtP6eHxWzfFmR5QMDOa5rz { color:#cad8ff;display:block;width:75rem;position:absolute;font-family:satoshi;font-size:2.25rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:4.6875rem;left:0rem;height:2.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#bM25Qf1q2MA17JvDMKTH0VZdTF71slsd { color:#ededed;display:block;width:75rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:7.5rem;left:0rem;height:1.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lHPz3BUTEUQ4kJsWP8O8MGLpnki4ydAF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e2b50;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; }#lHPz3BUTEUQ4kJsWP8O8MGLpnki4ydAF > .row .container { background-color: transparent; background-image: none; }#lHPz3BUTEUQ4kJsWP8O8MGLpnki4ydAF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHPz3BUTEUQ4kJsWP8O8MGLpnki4ydAF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHPz3BUTEUQ4kJsWP8O8MGLpnki4ydAF > .row .container > .video-iframe-container { display: none; }#lHPz3BUTEUQ4kJsWP8O8MGLpnki4ydAF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHPz3BUTEUQ4kJsWP8O8MGLpnki4ydAF > .row > .video-iframe-container { display: none; }#lHPz3BUTEUQ4kJsWP8O8MGLpnki4ydAF > .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); }#lHPz3BUTEUQ4kJsWP8O8MGLpnki4ydAF > .row .container { border-width: 0; border-radius: 0; }#lHPz3BUTEUQ4kJsWP8O8MGLpnki4ydAF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lHPz3BUTEUQ4kJsWP8O8MGLpnki4ydAF > .row .container { font-size:0.875rem;font-family:arial;height:25.0625rem;width:75rem;position:relative;display:block; }#lOkaukTfTgodksmbH2gH65hnDbZP3kKl { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.625rem;width:13.5625rem;top:0.8125rem;left:5.5625rem;overflow:hidden;display:block; }
#qIBGo1kJNzpSH3ApryiTCHpi5Qc5qNSh { color:#cad8ff;display:block;width:13.125rem;position:absolute;font-family:satoshi;font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:14.75rem;left:5.9375rem;height:4.330075rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#oRcoTQRQSnWo8Vh4HbNBEinkNHh5tkit { position:absolute;display:block;z-index:15003;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:10rem;width:10rem;top:1.375rem;left:32.5rem;overflow:hidden;display:none; }
#GvvfJOmgaU5nkIzvfoiqg0Tc2NHuNlfS { color:#cad8ff;display:block;width:17.3125rem;position:absolute;font-family:satoshi;font-size:1.3125rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:14.125rem;left:28.875rem;height:5.7734375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qkgCLImbIykckdZwFTeMxHMQ97hfWUWd { color:#cad8ff;display:block;width:17.5rem;position:absolute;font-family:satoshi;font-size:1.3125rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:14.125rem;left:53.875rem;height:4.330075rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ywD2Rb0pTQTxibA0xJwnOKbxtgRNxyzR { position:absolute;display:block;z-index:15005;background-color:rgba(228,244,194,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.87435rem;width:2.87435rem;top:3.5rem;left:14.75rem;display:block; }
#QlBtFRFQUrGkEuBTaShJbVznTTz8TIaz { position:absolute;display:block;z-index:15006;background-color:rgba(228,244,194,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:4.56163125rem;width:4.56163125rem;top:9rem;left:5.5625rem;display:block; }
#aDQFRqe5zW6DOTF8RupQ6Wk2BDdTyumC { position:absolute;display:block;z-index:15008;background-color:rgba(228,244,194,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:4.56163125rem;width:4.56163125rem;top:7.8125rem;left:63.6875rem;display:block; }
#prJNkrrbm43skQTtsR02bVzZOq0TD669 { position:absolute;display:block;z-index:15007;background-color:rgba(228,244,194,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.87435rem;width:2.87435rem;top:1.9375rem;left:57rem;display:block; }
#A1GKelzH2PATRGA3gEbo5rLVwctlxCIl { position:absolute;display:block;z-index:15010;background-color:rgba(228,244,194,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.24935rem;width:2.24935rem;top:3.8125rem;left:33.5625rem;display:block; }
#vLvteFnboaHfcmsATzTNb2DTdczb4Joq { position:absolute;display:block;z-index:15009;background-color:rgba(228,244,194,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:3.18685rem;width:3.18685rem;top:9.6875rem;left:37.875rem;display:block; }
#I6seoq7X7vUIUEXBHn5XXcfGbLChQ9F7 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.6875rem;top:0.875rem;left:31.125rem;overflow:hidden;display:block; }
#vLLnGz6IgHNOw1onT3seTXP3xpTfXI9Z { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5625rem;width:13.5625rem;top:1.375rem;left:55.625rem;overflow:hidden;display:block; }
#RPDetp9k7G84LCpLM6VNDlPivXvqa3Q0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RPDetp9k7G84LCpLM6VNDlPivXvqa3Q0 > .row .container { background-color: transparent; background-image: none; }#RPDetp9k7G84LCpLM6VNDlPivXvqa3Q0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RPDetp9k7G84LCpLM6VNDlPivXvqa3Q0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RPDetp9k7G84LCpLM6VNDlPivXvqa3Q0 > .row .container > .video-iframe-container { display: none; }#RPDetp9k7G84LCpLM6VNDlPivXvqa3Q0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RPDetp9k7G84LCpLM6VNDlPivXvqa3Q0 > .row > .video-iframe-container { display: none; }#RPDetp9k7G84LCpLM6VNDlPivXvqa3Q0 > .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); }#RPDetp9k7G84LCpLM6VNDlPivXvqa3Q0 > .row .container { border-width: 0; border-radius: 0; }#RPDetp9k7G84LCpLM6VNDlPivXvqa3Q0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RPDetp9k7G84LCpLM6VNDlPivXvqa3Q0 > .row .container { font-size:0.875rem;font-family:arial;height:11.5625rem;width:75rem;position:relative;display:block; }#COoQKR7xmW54qNxnVyMBkkNUyABkFZkD { color:#505050;display:block;width:75rem;position:absolute;font-family:satoshi;font-size:2.25rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:5.1875rem;left:0rem;height:2.2501625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#aidLcGsskW0cW7TdMSRPkolCcv1TH7MX { color:#505050;display:block;width:75rem;position:absolute;font-family:satoshi;font-size:1.3125rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:8rem;left:0rem;height:1.3126625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ouZGchrUGT3IET5TTyG01the1z4L3znM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ouZGchrUGT3IET5TTyG01the1z4L3znM > .row .container { background-color: transparent; background-image: none; }#ouZGchrUGT3IET5TTyG01the1z4L3znM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ouZGchrUGT3IET5TTyG01the1z4L3znM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ouZGchrUGT3IET5TTyG01the1z4L3znM > .row .container > .video-iframe-container { display: none; }#ouZGchrUGT3IET5TTyG01the1z4L3znM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ouZGchrUGT3IET5TTyG01the1z4L3znM > .row > .video-iframe-container { display: none; }#ouZGchrUGT3IET5TTyG01the1z4L3znM > .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); }#ouZGchrUGT3IET5TTyG01the1z4L3znM > .row .container { border-width: 0; border-radius: 0; }#ouZGchrUGT3IET5TTyG01the1z4L3znM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ouZGchrUGT3IET5TTyG01the1z4L3znM > .row .container { font-size:0.875rem;font-family:arial;height:52.375rem;width:75rem;position:relative;display:block; }#JHPglh2tHsEqBa4WhPg2WEvt8PtRii7q { color:#505050;display:block;width:11.1873125rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:10.75rem;left:4.5625rem;height:3.25rem;font-style:normal;display:block; }
#CUdbGnhbG09V9tCURuuk141XdDMGAV73 { position:absolute;display:block;z-index:15013;background-color:#ebebec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:34.0625rem;width:20.875rem;top:2.6875rem;left:2.3125rem;display:block; }
#ohVS3KzbkRp3qlI8MMKlsadFK5vzSiIr { color:#1e2b50;display:block;width:17rem;position:absolute;font-family:satoshi;font-size:1.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:5.1875rem;left:4.5625rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LDZKtoSdqsIUT5GyBpu82q30dwgsrbUF { color:#505050;display:block;width:16.4998125rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:15.3125rem;left:4.5625rem;height:19.26125rem;display:block; }#LDZKtoSdqsIUT5GyBpu82q30dwgsrbUF li:not(:first-child){ padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#LDZKtoSdqsIUT5GyBpu82q30dwgsrbUF li:before{  }
#b6hrXncvl5LoVaCcalE2laGPNLyFuhHT { position:absolute;display:block;z-index:15017;background-color:#ebebec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:36.875rem;width:20.875rem;top:2.6871738433838rem;left:27.062175750733rem;display:block; }
#i1eDNGopZgRiGS4TdPJFvESRz4ymo3hB { color:#505050;display:block;width:16.499rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:12.3876953125rem;left:29.249675750733rem;height:25.1108125rem;display:block; }#i1eDNGopZgRiGS4TdPJFvESRz4ymo3hB li:not(:first-child){ padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#i1eDNGopZgRiGS4TdPJFvESRz4ymo3hB li:before{  }
#aPm0WkSlM943InEyoc0QxgZk790H5cgS { color:#505050;display:block;width:16.4998125rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:8.3740234375rem;left:29.248859405517rem;height:3.25rem;font-style:normal;display:block; }
#q54APqehIoZc9iwDxE4hqB9fcv8JUQEq { color:#1e2b50;display:block;width:17.6875rem;position:absolute;font-family:satoshi;font-size:1.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:5.1871738433838rem;left:29.124835968017rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l6Vv3T3uOAvxnLbCNAxZ4l4mHHTCB2RW { position:absolute;display:block;z-index:15021;background-color:#ebebec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:34.0625rem;width:20.875rem;top:2.6875rem;left:51.625rem;display:block; }
#XN6ehdATLO3r3wJKL0mLi9SEcDuKp1Oh { color:#1e2b50;display:block;width:17rem;position:absolute;font-family:satoshi;font-size:1.875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:5.1875rem;left:53.6875rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BoV7vd8MdnECoMWWzXEkgI6zMQFIIFrF { color:#505050;display:block;width:16.4998125rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:14.625rem;left:53.6875rem;height:16.2739375rem;display:block; }#BoV7vd8MdnECoMWWzXEkgI6zMQFIIFrF li:not(:first-child){ padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#BoV7vd8MdnECoMWWzXEkgI6zMQFIIFrF li:before{  }
#PL7N72oTZlawMktSVmBPMFA2456td0M1 { color:#505050;display:block;width:9.9375rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:10.75rem;left:53.6875rem;height:3.25rem;font-style:normal;display:block; }
#r0bh2mcUOaDLTapLQW8GAKtswThObl7n { background-color:#ff9400;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:satoshi;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9998125rem;height:4.1875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:41.528333663941rem;left:27.999675750733rem;display:block; }
#ar5VfTscTGhtKx2AFaFGPIqrkqhsBQ59 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uAeok3O3Rn4ZQyhbB10e5va5UtZVFVzs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebebec;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; }#uAeok3O3Rn4ZQyhbB10e5va5UtZVFVzs > .row .container { background-color: transparent; background-image: none; }#uAeok3O3Rn4ZQyhbB10e5va5UtZVFVzs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uAeok3O3Rn4ZQyhbB10e5va5UtZVFVzs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uAeok3O3Rn4ZQyhbB10e5va5UtZVFVzs > .row .container > .video-iframe-container { display: none; }#uAeok3O3Rn4ZQyhbB10e5va5UtZVFVzs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uAeok3O3Rn4ZQyhbB10e5va5UtZVFVzs > .row > .video-iframe-container { display: none; }#uAeok3O3Rn4ZQyhbB10e5va5UtZVFVzs > .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); }#uAeok3O3Rn4ZQyhbB10e5va5UtZVFVzs > .row .container { border-width: 0; border-radius: 0; }#uAeok3O3Rn4ZQyhbB10e5va5UtZVFVzs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uAeok3O3Rn4ZQyhbB10e5va5UtZVFVzs > .row .container { font-size:0.875rem;font-family:arial;height:32.0625rem;width:75rem;position:relative;display:block; }#sMEJ11hyMLuHL3yB3qQCHoJmdTM9PhZo { color:#505050;display:block;width:28.5rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:11.5rem;left:6.1875rem;height:15.7470625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#esLyqA30mhkK3PxpVkf3z4AARx6SipFg { color:#505050;display:block;width:23.811875rem;position:absolute;font-family:satoshi;font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:4.8125rem;left:6.1875rem;height:4.94921875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#LXBXzWRkVLrgTDXhFrX4A9TBbCB5v1QC { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:19.812rem;width:29.9373125rem;top:5.6875rem;left:38.875rem;overflow:hidden;display:block; }
#JPWtg9CcnnwmLsN7hHbgCtOW6PgF7WuO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebebec;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; }#JPWtg9CcnnwmLsN7hHbgCtOW6PgF7WuO > .row .container { background-color: transparent; background-image: none; }#JPWtg9CcnnwmLsN7hHbgCtOW6PgF7WuO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JPWtg9CcnnwmLsN7hHbgCtOW6PgF7WuO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JPWtg9CcnnwmLsN7hHbgCtOW6PgF7WuO > .row .container > .video-iframe-container { display: none; }#JPWtg9CcnnwmLsN7hHbgCtOW6PgF7WuO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JPWtg9CcnnwmLsN7hHbgCtOW6PgF7WuO > .row > .video-iframe-container { display: none; }#JPWtg9CcnnwmLsN7hHbgCtOW6PgF7WuO > .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); }#JPWtg9CcnnwmLsN7hHbgCtOW6PgF7WuO > .row .container { border-width: 0; border-radius: 0; }#JPWtg9CcnnwmLsN7hHbgCtOW6PgF7WuO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JPWtg9CcnnwmLsN7hHbgCtOW6PgF7WuO > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:75rem;position:relative;display:block; }#ibPrUP0HFyDKhOqdU3lbWkQ16y1kMBLf { color:#505050;display:block;width:10.375rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.8;letter-spacing:0;top:7.5625rem;left:40.5625rem;height:10.1245rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qpCiPJRbugBGXrpJN2Tr0gtTGIX0WcIO { color:#505050;display:block;width:21.375rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.8;letter-spacing:0;top:7.5rem;left:50.9375rem;height:10.1245rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rt3R5fHVEKW1sHJRmqGJxqydbZM2oh6b { position:absolute;display:block;z-index:15008;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:0.6875rem;width:0.9375rem;top:8.3125rem;left:38.6875rem;overflow:hidden;display:block; }
#nUXDoQLI5zTcMdHvoLKethQxhcJ5DNBC { position:absolute;display:block;z-index:15009;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:0.6875rem;width:0.9375rem;top:10.3125rem;left:38.6875rem;overflow:hidden;display:block; }
#daLcC293p9IhDTLCOZdZRmPtaPG4D0Gg { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.6875rem;width:0.9375rem;top:12.3125rem;left:38.6875rem;overflow:hidden;display:block; }
#miT8Ehg65JwhiBK7JeaG0IQfaOc61m4P { color:#101010;display:block;width:22.7498125rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:3.3125rem;left:38.6875rem;height:3.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#M1yXMNCltwgHz4eueXaQseUDI90lFVM7 { 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:0.6875rem;width:0.9375rem;top:14.25rem;left:38.6875rem;overflow:hidden;display:block; }
#bnfMGTvVv5zs0aCsxfL737HJ5dmDTALr { position:absolute;display:block;z-index:15013;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:33.0625rem;width:17.875rem;top:26.815078735351rem;left:7.5rem;overflow:hidden;display:none; }
#oH2amwnCwGR5GAAx2UUk3EGJZlmzhvN7 { color:#101010;display:block;width:10.375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.8;letter-spacing:0;top:8.0625rem;left:30.0625rem;height:10.0625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#omHrZKmdhF1nhHQwtzWNQgeaN7gITT6M { 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:0.6875rem;width:0.9375rem;top:14.75rem;left:28.1875rem;overflow:hidden;display:none; }
#vytCH6HIE1xRSx2ut39pnFfXwILuihxt { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.6875rem;width:0.9375rem;top:16.25rem;left:38.6875rem;overflow:hidden;display:block; }
#TgJPgzIaUaMSqUUfEZHf5uTUiMthPxwt { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.6875rem;width:0.9375rem;top:16.75rem;left:28.1875rem;overflow:hidden;display:none; }
#eqEoGDz2hblAFRnpiuqDTiIqBsM0cBII { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:15.999375rem;width:29.624rem;top:2.6554374694824rem;left:5.9366874694824rem;overflow:hidden;display:block; }
#ImUi4ddr5CNEtTmiggbd9WArNmHnvwk8 { background-color:#ff9400;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:satoshi;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9981875rem;height:4.1870125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:22.249351501465rem;left:27.999675750733rem;display:block; }
#ZG8UzvdsZTIrHyFvnnLUHKAwh0hyDeRv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UJndlCAp0ZSPC1N2i1Imz5hXpn6IUUhZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e2b50;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; }#UJndlCAp0ZSPC1N2i1Imz5hXpn6IUUhZ > .row .container { background-color: transparent; background-image: none; }#UJndlCAp0ZSPC1N2i1Imz5hXpn6IUUhZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJndlCAp0ZSPC1N2i1Imz5hXpn6IUUhZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJndlCAp0ZSPC1N2i1Imz5hXpn6IUUhZ > .row .container > .video-iframe-container { display: none; }#UJndlCAp0ZSPC1N2i1Imz5hXpn6IUUhZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJndlCAp0ZSPC1N2i1Imz5hXpn6IUUhZ > .row > .video-iframe-container { display: none; }#UJndlCAp0ZSPC1N2i1Imz5hXpn6IUUhZ > .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); }#UJndlCAp0ZSPC1N2i1Imz5hXpn6IUUhZ > .row .container { border-width: 0; border-radius: 0; }#UJndlCAp0ZSPC1N2i1Imz5hXpn6IUUhZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UJndlCAp0ZSPC1N2i1Imz5hXpn6IUUhZ > .row .container { font-size:0.875rem;font-family:arial;height:27.125rem;width:75rem;position:relative;display:block; }#N4daawFpdmtgOdyGEKCyAcQBTiboeMww { color:#101010;display:block;width:31.25rem;position:absolute;font-family:satoshi;font-size:3.875rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:9.12353515625rem;left:21.874187469483rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#D19Darl81RcxhTCe2KpIkWscg979UUCU { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:satoshi;font-size:2.0625rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:6.375rem;left:21.875rem;height:2.0625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#iQT2SFdyOx66Tm84B9zc4zCbDJ485NGz { color:#101010;display:block;width:44.375rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:14.3115234375rem;left:15.311687469483rem;height:5.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vFU7Iz8Gc1ri1UdetRbqv2rBaiMwU5V4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vFU7Iz8Gc1ri1UdetRbqv2rBaiMwU5V4 > .row .container { background-color: transparent; background-image: none; }#vFU7Iz8Gc1ri1UdetRbqv2rBaiMwU5V4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vFU7Iz8Gc1ri1UdetRbqv2rBaiMwU5V4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vFU7Iz8Gc1ri1UdetRbqv2rBaiMwU5V4 > .row .container > .video-iframe-container { display: none; }#vFU7Iz8Gc1ri1UdetRbqv2rBaiMwU5V4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vFU7Iz8Gc1ri1UdetRbqv2rBaiMwU5V4 > .row > .video-iframe-container { display: none; }#vFU7Iz8Gc1ri1UdetRbqv2rBaiMwU5V4 > .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); }#vFU7Iz8Gc1ri1UdetRbqv2rBaiMwU5V4 > .row .container { border-width: 0; border-radius: 0; }#vFU7Iz8Gc1ri1UdetRbqv2rBaiMwU5V4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vFU7Iz8Gc1ri1UdetRbqv2rBaiMwU5V4 > .row .container { font-size:0.875rem;font-family:arial;height:39.5rem;width:75rem;position:relative;display:block; }#TWmtSoJDwvxTOdHr6ymNdN7fc00aM8NJ { color:#1e2b50;display:block;width:13.6873125rem;position:absolute;font-family:satoshi;font-size:2.9375rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:6.9353847503663rem;left:4.7477226257324rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#KRdzdRgsZo7XxV3wMN45BENtQL8kLMAr { color:#505050;display:block;width:30rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:11.460775375366rem;left:4.7477226257324rem;height:20.473625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Gaqw7zrhJzvCGq7IQOQnDDuFEExn0AlT { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:26.5rem;width:35.9375rem;top:6.9344081878663rem;left:39.062496185302rem;overflow:hidden;display:block; }
#ApksMPFsNHv1mBgvkPpsiUTLDZqfPPP1 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#OxyViem4KJrHQtzqArSEPx7pa6vg7g3K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OxyViem4KJrHQtzqArSEPx7pa6vg7g3K > .row .container { background-color: transparent; background-image: none; }#OxyViem4KJrHQtzqArSEPx7pa6vg7g3K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OxyViem4KJrHQtzqArSEPx7pa6vg7g3K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OxyViem4KJrHQtzqArSEPx7pa6vg7g3K > .row .container > .video-iframe-container { display: none; }#OxyViem4KJrHQtzqArSEPx7pa6vg7g3K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OxyViem4KJrHQtzqArSEPx7pa6vg7g3K > .row > .video-iframe-container { display: none; }#OxyViem4KJrHQtzqArSEPx7pa6vg7g3K > .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); }#OxyViem4KJrHQtzqArSEPx7pa6vg7g3K > .row .container { border-width: 0; border-radius: 0; }#OxyViem4KJrHQtzqArSEPx7pa6vg7g3K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OxyViem4KJrHQtzqArSEPx7pa6vg7g3K > .row .container { font-size:0.875rem;font-family:arial;height:37.75rem;width:75rem;position:relative;display:block; }#hrCkqrVcKW6TR4gsNFgcDyz5SEcVpT7g { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:29.5rem;width:34.375rem;top:2.3125rem;left:4.125rem;overflow:hidden;display:block; }
#Pe0wNgArFWyJFyGlbfTSvgTKr7T7wWpz { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#K7H3aasT5ZH23rnDKfqLntw4905q1J5d { color:#101010;display:block;width:13.6865rem;position:absolute;font-family:satoshi;font-size:2.9375rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:2.25rem;left:41.4375rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#h9SEbWvomFbdNaXkyigRd13ItCNeZvgV { color:#505050;display:block;width:30rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:7rem;left:41.4375rem;height:24.8608125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ttADvfKzCLZ9qgKGbF7TUFJ01KNs4l1A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ttADvfKzCLZ9qgKGbF7TUFJ01KNs4l1A > .row .container { background-color: transparent; background-image: none; }#ttADvfKzCLZ9qgKGbF7TUFJ01KNs4l1A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttADvfKzCLZ9qgKGbF7TUFJ01KNs4l1A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttADvfKzCLZ9qgKGbF7TUFJ01KNs4l1A > .row .container > .video-iframe-container { display: none; }#ttADvfKzCLZ9qgKGbF7TUFJ01KNs4l1A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttADvfKzCLZ9qgKGbF7TUFJ01KNs4l1A > .row > .video-iframe-container { display: none; }#ttADvfKzCLZ9qgKGbF7TUFJ01KNs4l1A > .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); }#ttADvfKzCLZ9qgKGbF7TUFJ01KNs4l1A > .row .container { border-width: 0; border-radius: 0; }#ttADvfKzCLZ9qgKGbF7TUFJ01KNs4l1A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ttADvfKzCLZ9qgKGbF7TUFJ01KNs4l1A > .row .container { font-size:0.875rem;font-family:arial;height:34.0625rem;width:75rem;position:relative;display:block; }#hWu9l2u6Th9d07hT9z0FZWEc8aT2aQqG { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:24rem;width:35.75rem;top:4.18701171875rem;left:36.623531341552rem;overflow:hidden;display:block; }
#iwJslnXZwpObpKn48WVXm09wA9lZC4Gg { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#o06QxmfKLTfkK4fRLnSNyx6egTU9Uykd { color:#505050;display:block;width:29.1875rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:8.0625rem;left:4.4375rem;height:20.473625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Gas6AiK1kz1TcGmu9B8tLaFW5tXHe6qJ { color:#101010;display:block;width:13.6873125rem;position:absolute;font-family:satoshi;font-size:2.9375rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:3.5625rem;left:4.4375rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GWVGKNHBm4Bu1bsaB8Cpmvuk2WLf76Ec { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GWVGKNHBm4Bu1bsaB8Cpmvuk2WLf76Ec > .row .container { background-color: transparent; background-image: none; }#GWVGKNHBm4Bu1bsaB8Cpmvuk2WLf76Ec::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GWVGKNHBm4Bu1bsaB8Cpmvuk2WLf76Ec > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GWVGKNHBm4Bu1bsaB8Cpmvuk2WLf76Ec > .row .container > .video-iframe-container { display: none; }#GWVGKNHBm4Bu1bsaB8Cpmvuk2WLf76Ec > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GWVGKNHBm4Bu1bsaB8Cpmvuk2WLf76Ec > .row > .video-iframe-container { display: none; }#GWVGKNHBm4Bu1bsaB8Cpmvuk2WLf76Ec > .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); }#GWVGKNHBm4Bu1bsaB8Cpmvuk2WLf76Ec > .row .container { border-width: 0; border-radius: 0; }#GWVGKNHBm4Bu1bsaB8Cpmvuk2WLf76Ec > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GWVGKNHBm4Bu1bsaB8Cpmvuk2WLf76Ec > .row .container { font-size:0.875rem;font-family:arial;height:31.4375rem;width:75rem;position:relative;display:block; }#eSCcQipn1d582e02NiqCQQEEDPiv61dO { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:23.125rem;width:33.6875rem;top:1.9978942871094rem;left:4.6142539978028rem;overflow:hidden;display:block; }
#kFLlJTHgNGBTfH1tlWdi4UW0L7CwMP27 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#IGbf4uRlqmDMT9yUlwGKVa0xwKkkFTbO { color:#505050;display:block;width:30rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:9.3125rem;left:41.4375rem;height:13.161625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#EBLpJT7iHm0IJSOvPnE57J8A5Bx9LbPI { color:#101010;display:block;width:13.6865rem;position:absolute;font-family:satoshi;font-size:2.9375rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:4.625rem;left:41.4375rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QvzNzsZ1X0FWJn9ObVsRILL5Vk91TDCZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QvzNzsZ1X0FWJn9ObVsRILL5Vk91TDCZ > .row .container { background-color: transparent; background-image: none; }#QvzNzsZ1X0FWJn9ObVsRILL5Vk91TDCZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvzNzsZ1X0FWJn9ObVsRILL5Vk91TDCZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvzNzsZ1X0FWJn9ObVsRILL5Vk91TDCZ > .row .container > .video-iframe-container { display: none; }#QvzNzsZ1X0FWJn9ObVsRILL5Vk91TDCZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvzNzsZ1X0FWJn9ObVsRILL5Vk91TDCZ > .row > .video-iframe-container { display: none; }#QvzNzsZ1X0FWJn9ObVsRILL5Vk91TDCZ > .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); }#QvzNzsZ1X0FWJn9ObVsRILL5Vk91TDCZ > .row .container { border-width: 0; border-radius: 0; }#QvzNzsZ1X0FWJn9ObVsRILL5Vk91TDCZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QvzNzsZ1X0FWJn9ObVsRILL5Vk91TDCZ > .row .container { font-size:0.875rem;font-family:arial;height:50.25rem;width:75rem;position:relative;display:block; }#TqpKtlgNfTuTpeAaQxdqtcH81suf1Bmb { color:#505050;display:block;width:41.875rem;position:absolute;font-family:satoshi;font-size:2.25rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:3.2490234375rem;left:4.6240234375rem;height:2.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#EgqR2persaQJEnwCCw9zaaLCkyUSTZwz { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:32.25rem;width:21.4375rem;top:9rem;left:6.8125rem;overflow:hidden;display:block; }
#uaJRT79tRhHSffGbarZVLk2PKpe5yHoM { color:#505050;display:block;width:30rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:12.3125rem;left:36.9375rem;height:30.7104375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TeiTx21XNNnbmUSLQuzg6IAWvAE2aJpm { color:#101010;display:block;width:28.3121875rem;position:absolute;font-family:satoshi;font-size:2.25rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:8.8118495941163rem;left:36.934406280517rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#tJKLl1aSv7poUvIe4lqh9w8De2RszyaH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tJKLl1aSv7poUvIe4lqh9w8De2RszyaH > .row .container { background-color: transparent; background-image: none; }#tJKLl1aSv7poUvIe4lqh9w8De2RszyaH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJKLl1aSv7poUvIe4lqh9w8De2RszyaH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJKLl1aSv7poUvIe4lqh9w8De2RszyaH > .row .container > .video-iframe-container { display: none; }#tJKLl1aSv7poUvIe4lqh9w8De2RszyaH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJKLl1aSv7poUvIe4lqh9w8De2RszyaH > .row > .video-iframe-container { display: none; }#tJKLl1aSv7poUvIe4lqh9w8De2RszyaH > .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); }#tJKLl1aSv7poUvIe4lqh9w8De2RszyaH > .row .container { border-width: 0; border-radius: 0; }#tJKLl1aSv7poUvIe4lqh9w8De2RszyaH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tJKLl1aSv7poUvIe4lqh9w8De2RszyaH > .row .container { font-size:0.875rem;font-family:arial;height:50.25rem;width:75rem;position:relative;display:block; }#NGVNQ1uEGRww1Q5L8BCyC9qUd44dW8Lz { color:#505050;display:block;width:41.875rem;position:absolute;font-family:satoshi;font-size:2.25rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:3.2490234375rem;left:4.6240234375rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IbLAAF8Igg2KnSvpRGAtUhCwtGnPoyee { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:29.875rem;width:19.875rem;top:9.59375rem;left:7.373046875rem;overflow:hidden;display:block; }
#zCCsov8QMwQRGnUwATep5CImvi9W2nuF { color:#505050;display:block;width:30rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:12.3125rem;left:36.9375rem;height:24.8608125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Gm2MoRsKWfHe7KbMspyl9NGGvBzaSSAi { color:#101010;display:block;width:28.3121875rem;position:absolute;font-family:satoshi;font-size:2.25rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:8.8118495941163rem;left:36.934406280517rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TTJOqvMtJVEZMCTlyTEJNdqGxcgMnxp1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e2b50;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; }#TTJOqvMtJVEZMCTlyTEJNdqGxcgMnxp1 > .row .container { background-color: transparent; background-image: none; }#TTJOqvMtJVEZMCTlyTEJNdqGxcgMnxp1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTJOqvMtJVEZMCTlyTEJNdqGxcgMnxp1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTJOqvMtJVEZMCTlyTEJNdqGxcgMnxp1 > .row .container > .video-iframe-container { display: none; }#TTJOqvMtJVEZMCTlyTEJNdqGxcgMnxp1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTJOqvMtJVEZMCTlyTEJNdqGxcgMnxp1 > .row > .video-iframe-container { display: none; }#TTJOqvMtJVEZMCTlyTEJNdqGxcgMnxp1 > .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); }#TTJOqvMtJVEZMCTlyTEJNdqGxcgMnxp1 > .row .container { border-width: 0; border-radius: 0; }#TTJOqvMtJVEZMCTlyTEJNdqGxcgMnxp1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TTJOqvMtJVEZMCTlyTEJNdqGxcgMnxp1 > .row .container { font-size:0.875rem;font-family:arial;height:24.5rem;width:75rem;position:relative;display:block; }#WpUaTcU6ACD7UzgdudP5RbIfQgdlkfzm { color:#ffffff;display:block;width:75rem;position:absolute;font-family:satoshi;font-size:2.25rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:8.8125rem;left:0rem;height:2.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#y52Gt14N0kVKVFbBzvQDO6Ans6Okf5Vl { color:#ffffff;display:block;width:75rem;position:absolute;font-family:satoshi;font-size:2.25rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:5.625rem;left:0rem;height:2.2501625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FtCCEWu6opaaB9UFFVXXe06tNbAzkDhO { background-color:#ff9400;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:satoshi;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.997375rem;height:4.1870125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:14.125rem;left:28rem;display:block; }
#kd5sKG81oEkdZZsGDBnOIDyZ9MPkL55x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zru2PSgV1TlmgNXp9JAnKhTw5M4D2rH9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#zru2PSgV1TlmgNXp9JAnKhTw5M4D2rH9 > .row .container { border-width: 0; border-radius: 0; }#zru2PSgV1TlmgNXp9JAnKhTw5M4D2rH9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zru2PSgV1TlmgNXp9JAnKhTw5M4D2rH9 > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;position:relative;display:none; }#Shz02Qsx04ggCQGLDRn3olrnTsCBxNBk { background-color:#f4984c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:lato;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:2.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:24.8125rem;left:22.3125rem;display:block; }
#RhkL0D2TOsA2BQaxQIZaHbd2WRWhwCiw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DRupTtUQh457N6Qr9h3kWVcwX606Dop6 { background-color:#f4984c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:lato;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:2.625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:25rem;left:41.1875rem;display:block; }
#oeSsWtbVdc6VyLopab9mTX8BPOFxMXWK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pvi1t3a9rd94pnC66Qpd2a2SMP667228 { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:1.125rem;left:39.6875rem;height:1.9375rem;text-align:center;text-align-last:center;display:block; }
#J0EI65mWIpwoDk4yHLoxTogfINIE978y { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:0.9375rem;left:20.9375rem;height:1.9375rem;text-align:center;text-align-last:center;display:block; }
#xIsMxtqKF8WH0AmuC8vo2iJ8NIwP0Wgs { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:1.125rem;left:58.4375rem;height:1.9375rem;text-align:center;text-align-last:center;display:block; }
#wlJXQlQTsFE0ZPscCWgFJZnUBQByxQH9 { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:1.125rem;left:2.125rem;height:1.9375rem;text-align:center;text-align-last:center;display:block; }
#f0nRrBrRC49nQOrDPQqtkI4Unyq15icG { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:3.9375rem;left:39.4375rem;height:1.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yzVipGgv3epbw03DrJC0sroibFFDsS3W { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:3.75rem;left:20.6875rem;height:1.375rem;text-align:center;text-align-last:center;display:block; }
#sDqMNQ8kABaNcngaaIT1ZQ1a4hh9hysX { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:3.9375rem;left:58.1875rem;height:1.375rem;text-align:center;text-align-last:center;display:block; }
#SemcGK6I3xDAcCVrJfRgSvKAZGZvW30M { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:3.875rem;left:1.9375rem;height:1.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xdWE3l4OTsm4e6U8psArScCh2NLirz3E { position:absolute;display:block;z-index:15035;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:16.625rem;width:11rem;top:7.0625rem;left:41.4375rem;overflow:hidden;display:block; }
#C4QfZHqLgEo2a9TOL1s9z4IC9BRbDLg3 { 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:16.5rem;width:11rem;top:6.875rem;left:22.6875rem;overflow:hidden;display:block; }
#uXf5TnAhsFXz0TAhhbw1tSfSHIECy6aa { position:absolute;display:block;z-index:15037;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:16.5rem;width:11rem;top:7.0625rem;left:60.1875rem;overflow:hidden;display:block; }
#Rygvx0pGTDC6wvGiK8a6VG0G1viL68ir { position:absolute;display:block;z-index:15038;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:16.5rem;width:11rem;top:7rem;left:3.875rem;overflow:hidden;display:block; }
#Q4BT9BnyO4P6UnMIS1EiNnEnPCb6VzTS { background-color:#f4984c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:lato;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:2.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:24.875rem;left:3.6875rem;display:block; }
#nuqLI0H5dwMNBXIgCySrKqMNssaSl3oe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TONk5eLvPlbkILcTGeIH992BX2D0cAFI { background-color:#f4984c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:lato;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:2.625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:24.875rem;left:59.9375rem;display:block; }
#hVrhhs89C8IqtXEAueUKKolwQV61XMDd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eGctiZiTsBrUCqXPvrAHtQCwqSMs6AIg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#eGctiZiTsBrUCqXPvrAHtQCwqSMs6AIg > .row .container { border-width: 0; border-radius: 0; }#eGctiZiTsBrUCqXPvrAHtQCwqSMs6AIg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eGctiZiTsBrUCqXPvrAHtQCwqSMs6AIg > .row .container { font-size:0.875rem;font-family:arial;height:30.875rem;width:75rem;position:relative;display:none; }#KZEo6yST96LQhemax96IZA5ydceIweRT { background-color:#f4984c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:lato;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:2.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:24.75rem;left:3.1875rem;display:block; }
#MXOpRBIBMxSTLp8lbX49eePMUG38XHKI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L2sqlTXrB7rwmTiP5sk3ZE1OT2WT8Dw5 { background-color:#fac88c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:lato;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:2.625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:24.75rem;left:59.9375rem;display:block; }
#qUG4inZ57DWBn7eVJ5Wf8eZGxVtUETla { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cm9ka3Ki6upufhbL1ly1dJ8fBSdTMar4 { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:0.875rem;left:58.4375rem;height:1.9375rem;text-align:center;text-align-last:center;display:block; }
#VeXtywRxz2rWxI2ufABXCo0V2f5blixI { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:0.875rem;left:1.8125rem;height:1.9375rem;text-align:center;text-align-last:center;display:block; }
#n6W8xaPD0xbUQ1r8eF12Nt2GF4KGm0Vl { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:1.0625rem;left:20.4375rem;height:1.9375rem;text-align:center;text-align-last:center;display:block; }
#CfPgmWwOoGhsVd2vb1OIkvahgWOIVEXO { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:0.875rem;left:39.625rem;height:1.9375rem;text-align:center;text-align-last:center;display:block; }
#EzLkkB0yBlGtopH3DCsxrcobRKk5ULtu { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:3.6875rem;left:58.1875rem;height:1.375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#fV2NcPVrVhbpsWqSx3HgcLZcXwwxw1Ra { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:3.6875rem;left:1.5625rem;height:1.375rem;text-align:center;text-align-last:center;display:block; }
#cuP1XG5uBfxhQzza99NU64AWZtCCSh6L { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:3.875rem;left:20.1875rem;height:1.375rem;text-align:center;text-align-last:center;display:block; }
#AWLuAPUl4bMPWfqGJOltsRo0ZyLZeNJS { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:3.625rem;left:39.4375rem;height:1.375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#db9QWKhsVmXUinJb5v7PSDOozCAot2yw { position:absolute;display:block;z-index:15035;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:16.625rem;width:11rem;top:6.8125rem;left:60.1875rem;overflow:hidden;display:block; }
#F1WSeuVteJ8vCeWx6pdSkkzZocfFuJ7a { 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:16.5rem;width:11rem;top:6.8125rem;left:3.5625rem;overflow:hidden;display:block; }
#VSORMVTt6K6shw6srUtqRVdmTqb4TcJl { position:absolute;display:block;z-index:15037;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:16.5rem;width:11rem;top:7rem;left:22.1875rem;overflow:hidden;display:block; }
#lT5r9mDmZ8HdGr1TfNQV5RdGZbxkI5EH { position:absolute;display:block;z-index:15038;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:16.5rem;width:11rem;top:6.75rem;left:41.375rem;overflow:hidden;display:block; }
#fI2KxbiSdNq0ygmlKu8bFdyOKJrX5Jta { background-color:#fac88c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:lato;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:2.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:24.625rem;left:41.1875rem;display:block; }
#znkz1tKdWiZVrxBulDzBEmNtdBuRBJEJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mG2wB9OSTrQF1iT1dBbcwBJANF5ul0L0 { background-color:#f4984c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:lato;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:2.625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:24.8125rem;left:21.9375rem;display:block; }
#Re3NLUNHpn8L6xHW8hZI0UE3AmOHP1be { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f2hsbvbftniyAFO8RWFWsAGT0OCCOuTa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f2hsbvbftniyAFO8RWFWsAGT0OCCOuTa > .row .container { background-color: transparent; background-image: none; }#f2hsbvbftniyAFO8RWFWsAGT0OCCOuTa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f2hsbvbftniyAFO8RWFWsAGT0OCCOuTa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f2hsbvbftniyAFO8RWFWsAGT0OCCOuTa > .row .container > .video-iframe-container { display: none; }#f2hsbvbftniyAFO8RWFWsAGT0OCCOuTa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f2hsbvbftniyAFO8RWFWsAGT0OCCOuTa > .row > .video-iframe-container { display: none; }#f2hsbvbftniyAFO8RWFWsAGT0OCCOuTa > .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); }#f2hsbvbftniyAFO8RWFWsAGT0OCCOuTa > .row .container { border-width: 0; border-radius: 0; }#f2hsbvbftniyAFO8RWFWsAGT0OCCOuTa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f2hsbvbftniyAFO8RWFWsAGT0OCCOuTa > .row .container { font-size:0.875rem;font-family:arial;height:38.125rem;width:75rem;position:relative;display:block; }#KWvtGtVRIfHlnw5LqzvuD8DsGBxy0Kv4 { color:#505050;display:block;width:30.999375rem;position:absolute;font-family:satoshi;font-size:2.25rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:3.1233720779419rem;left:21.998699188233rem;height:2.2501625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#yOD1PreWhukTqBpK954tzPX5yhZgTBcm { color:#505050;display:block;width:28.125rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:15.1875rem;left:9.9375rem;height:6.5rem;text-align:left;text-align-last:left;display:block; }
#sisTfNhVGOhuTIc3vSsd5OyCVAHWPWm5 { color:#505050;display:block;width:28.125rem;position:absolute;font-family:satoshi;font-size:1.5rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:11.75rem;left:9.9375rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#t5RT7mg29xHeEeON16S6D05ql7GBDScz { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:20.1875rem;width:30.4375rem;top:7.9375rem;left:44.5625rem;overflow:hidden;display:block; }
#lyQqVbay1mMf2agI2K5Ius5t30ZbtydS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lyQqVbay1mMf2agI2K5Ius5t30ZbtydS > .row .container { background-color: transparent; background-image: none; }#lyQqVbay1mMf2agI2K5Ius5t30ZbtydS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lyQqVbay1mMf2agI2K5Ius5t30ZbtydS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lyQqVbay1mMf2agI2K5Ius5t30ZbtydS > .row .container > .video-iframe-container { display: none; }#lyQqVbay1mMf2agI2K5Ius5t30ZbtydS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lyQqVbay1mMf2agI2K5Ius5t30ZbtydS > .row > .video-iframe-container { display: none; }#lyQqVbay1mMf2agI2K5Ius5t30ZbtydS > .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); }#lyQqVbay1mMf2agI2K5Ius5t30ZbtydS > .row .container { border-width: 0; border-radius: 0; }#lyQqVbay1mMf2agI2K5Ius5t30ZbtydS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lyQqVbay1mMf2agI2K5Ius5t30ZbtydS > .row .container { font-size:0.875rem;font-family:arial;height:23.6875rem;width:75rem;position:relative;display:block; }#HpgIDEhnNawfEaOzr97Q9QdTAfuhEnyd { color:#ffffff;display:block;width:15.25rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:13.8125rem;left:29.875rem;height:4.38720625rem;text-align:center;text-align-last:center;display:block; }
#JiBATbV8wuNCMMkekmt14I12URQ2NS3E { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:13.8125rem;left:5.375rem;height:4.38720625rem;text-align:center;text-align-last:center;display:block; }
#BxKfTSMcfTNy5NTdciGah0tZIAkDRA9p { color:#ffffff;display:block;width:15.0625rem;position:absolute;font-family:satoshi;font-size:1.5rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:0.875rem;left:5rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RKswIRBmuzC5quTo75T7c8OiMWEPGG6v { color:#ffffff;display:block;width:15.0625rem;position:absolute;font-family:satoshi;font-size:1.5rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:0.9375rem;left:30rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MCaOQ2mxB1GvUuqARxwPmg6L9QAfA2KO { color:#ffffff;display:block;width:11.5rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:14.4375rem;left:56.75rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#BxG4wx4O6p4PMpfF5F1IUn17duXul5Js { color:#ffffff;display:block;width:15.0625rem;position:absolute;font-family:satoshi;font-size:1.5rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:0.875rem;left:55rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q897XgdqIASTKlaxhW7SPKWgrCScT1UA { position:absolute;display:block;z-index:15034;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:8rem;width:8rem;top:4.0625rem;left:8.5rem;overflow:hidden;display:block; }
#m4faICDZgOCwvn9yr6NyEUZ9L2mGyRsi { position:absolute;display:block;z-index:15035;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:8rem;width:8rem;top:4.0625rem;left:33.5rem;overflow:hidden;display:block; }
#NRfUZhy3XCh4yiI6wo2VfTPzD4zrHhJ1 { 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:8rem;width:8rem;top:4.0625rem;left:58.5rem;overflow:hidden;display:block; }
#zJStS82X2X3qMMEarTF6HcaB29fWWgh6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zJStS82X2X3qMMEarTF6HcaB29fWWgh6 > .row .container { background-color: transparent; background-image: none; }#zJStS82X2X3qMMEarTF6HcaB29fWWgh6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zJStS82X2X3qMMEarTF6HcaB29fWWgh6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zJStS82X2X3qMMEarTF6HcaB29fWWgh6 > .row .container > .video-iframe-container { display: none; }#zJStS82X2X3qMMEarTF6HcaB29fWWgh6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zJStS82X2X3qMMEarTF6HcaB29fWWgh6 > .row > .video-iframe-container { display: none; }#zJStS82X2X3qMMEarTF6HcaB29fWWgh6 > .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); }#zJStS82X2X3qMMEarTF6HcaB29fWWgh6 > .row .container { border-width: 0; border-radius: 0; }#zJStS82X2X3qMMEarTF6HcaB29fWWgh6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zJStS82X2X3qMMEarTF6HcaB29fWWgh6 > .row .container { font-size:0.875rem;font-family:arial;height:25.125rem;width:75rem;position:relative;display:block; }#hb6xn5Aphxv9QOX0EpnwChfZSMppzCbJ { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:14.187316894531rem;left:2.8124961853027rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#w6UEf2OmCT2hHF8EobFRoJCRCcTn0hBf { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:satoshi;font-size:1.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:0.8125rem;left:0rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V3vl1eo6zp0lg41CtSx0OM3oBtiTHvfy { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:14.187316894531rem;left:21.249996185302rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#D08I1kTlbIXUU2T7dUeLWlrCTrsho2kA { color:#ffffff;display:block;width:15.0625rem;position:absolute;font-family:satoshi;font-size:1.5rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:0.8125rem;left:20.625rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sVNefrQEyG4biH3wTCH7EU6HwxucPwM8 { color:#ffffff;display:block;width:11.9375rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:14.187316894531rem;left:40.686847686767rem;height:4.38720625rem;text-align:center;text-align-last:center;display:block; }
#ek4SMulW7s0wAXEsSh9zl9lPP9sr7XAe { color:#ffffff;display:block;width:15.0625rem;position:absolute;font-family:satoshi;font-size:1.5rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:0.8125rem;left:39.375rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qp0liZFIkJuVOZV62v6ZmThUZtDXFimA { color:#ffffff;display:block;width:13.625rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:14.187316894531rem;left:58.562007904052rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#Ry5woHenvP8d58emcUGC5HGn3H15Rs9d { color:#ffffff;display:block;width:15.0625rem;position:absolute;font-family:satoshi;font-size:1.5rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:0.8125rem;left:58.09375rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ER9f59RdAiJytKo2rvQSTESgNndlJ06I { position:absolute;display:block;z-index:15038;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:8rem;width:8rem;top:3.9375rem;left:5.3743476867676rem;overflow:hidden;display:block; }
#E1wOfrN3WSJ8ZukCiHBOwSEMxIEmOLCA { position:absolute;display:block;z-index:15039;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:6.9375rem;top:4.7496948242188rem;left:24.624835968017rem;overflow:hidden;display:block; }
#i9PPV7THN07IyDVy3LrnshAd5BiJJ4Hw { position:absolute;display:block;z-index:15039;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.375rem;width:6.375rem;top:4.7184257507324rem;left:43.655597686767rem;overflow:hidden;display:block; }
#VLe3ciAu8tTBo44cW0wDMuXp8o1ydA9g { position:absolute;display:block;z-index:15040;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.375rem;width:6.375rem;top:4.7184257507324rem;left:62.405597686767rem;overflow:hidden;display:block; }
#LaQLxIxiQRsHyPLmvh9fRMtMVnKceVoc { background-color:#ff9400;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:lato;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:24.6875rem;left:23.5rem;display:none; }
#Qpup3V0RkNHo9oFRkbMkcV36ACUmw9eH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X37LP2Znllg4gt3O1DTPpr5ZF378uM2d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e2b50;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; }#X37LP2Znllg4gt3O1DTPpr5ZF378uM2d > .row .container { background-color: transparent; background-image: none; }#X37LP2Znllg4gt3O1DTPpr5ZF378uM2d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X37LP2Znllg4gt3O1DTPpr5ZF378uM2d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X37LP2Znllg4gt3O1DTPpr5ZF378uM2d > .row .container > .video-iframe-container { display: none; }#X37LP2Znllg4gt3O1DTPpr5ZF378uM2d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X37LP2Znllg4gt3O1DTPpr5ZF378uM2d > .row > .video-iframe-container { display: none; }#X37LP2Znllg4gt3O1DTPpr5ZF378uM2d > .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); }#X37LP2Znllg4gt3O1DTPpr5ZF378uM2d > .row .container { border-width: 0; border-radius: 0; }#X37LP2Znllg4gt3O1DTPpr5ZF378uM2d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X37LP2Znllg4gt3O1DTPpr5ZF378uM2d > .row .container { font-size:0.875rem;font-family:arial;height:34rem;width:75rem;position:relative;display:block; }#L3atkB5nymnAILFUoKx4V7586O9x46xc { color:#ffffff;display:block;width:30.7495rem;position:absolute;font-family:satoshi;font-size:2.25rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:6.874183654785rem;left:22.124019622802rem;height:5.8496125rem;text-align:center;text-align-last:center;display:block; }
#u4iK6q67FRFr21mrF0EX9M0I91LmoohU { color:#ffffff;display:block;width:23.4375rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:24.06005859375rem;left:25.780437469483rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TbR64FGM4yvW1GVzwkcGseCSLBT3OplU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:10rem;width:10rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:14.06005859375rem;left:32.499187469483rem; }
#kEhk5rIbRBUJ8khkvTQSTtoZFL7G84fB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/de4eHpQb/trojkat2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#kEhk5rIbRBUJ8khkvTQSTtoZFL7G84fB.adaptive-delivery-prevent-bg, #kEhk5rIbRBUJ8khkvTQSTtoZFL7G84fB.lazyload, #kEhk5rIbRBUJ8khkvTQSTtoZFL7G84fB.lazyloading { background-image: none; }#kEhk5rIbRBUJ8khkvTQSTtoZFL7G84fB > .row .container { border-width: 0; border-radius: 0; }#kEhk5rIbRBUJ8khkvTQSTtoZFL7G84fB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kEhk5rIbRBUJ8khkvTQSTtoZFL7G84fB > .row .container { font-size:0.875rem;font-family:arial;height:18.1875rem;width:75rem;position:relative;display:none; }#hoIoHWONyum0GAluWrkoSKZigCRW5cIS { color:#ffffff;display:block;width:53.6875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:10.5rem;left:11.5625rem;height:0;text-align:center;text-align-last:center;display:none; }
#WFG5MRNClL7rgDGMcHirUPatFF2kBxPI { background-color:#909090;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:lato;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.0625rem;left:30.5rem;display:none; }
#alvSFmphaA4cqnFtrxckJ6G3LRRs1hWs { 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) { #rTetTZi6D45rSoTqxsxI4vdJi3R6refU { display:block; }#rTetTZi6D45rSoTqxsxI4vdJi3R6refU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EcKOviJzfIbWJmuKu5wrpGSxT6XTnzZp { width:7.1875rem;height:7.1875rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CydPluBepfUSEuCM5cz9PmDoiGErN7ht { width:10.124rem;height:2.061525rem;top:36.5634765625rem;left:1.0625rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #kNUmmoOR9l81z35pO3wfET6lrOxBHvFv { display:block; }
 }@media only screen and (max-width: 763px) { #idZLLXI4ssafeMcRUrBenKnsUI9dvRmO { width:10.124rem;height:2.061525rem;top:36.5634765625rem;left:1.0625rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #PZQQ17bBBKws26lTwDVnIMiJVI5uNmd4 { display:block; }
 }@media only screen and (max-width: 763px) { #cplFrvKT9tWIeA15yAwsvuLpuiZJR6iE { width:10.124rem;height:2.061525rem;top:36.5634765625rem;left:1.0625rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #eBtgee1l3xKFKq9FXcvJk6epXXdsXSBL { display:block; }
 }@media only screen and (max-width: 763px) { #EeS54D5fknSKLBic8UxCv612EUoeTqgc { width:10.124rem;height:2.061525rem;top:36.5634765625rem;left:1.0625rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #AEQFSedXzTvxTf1v98oEM1rQweNOXAsR { display:block; }
 }@media only screen and (max-width: 763px) { #rPuJKHimCQtuztkeXGnyuAllytwNx7WN { width:10.124rem;height:2.061525rem;top:36.5634765625rem;left:1.0625rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #tqQ73kO7vciPrdn7OCRq8tRTrdTG5kRF { display:block; }
 }@media only screen and (max-width: 763px) { #Hcsd56D7ThNqTaZ1M8Z0pQ47lJfTkL7n { background-color:transparent;background-image:url("https://images.assets-landingi.com/qLqg27Z2/2872941_3.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Hcsd56D7ThNqTaZ1M8Z0pQ47lJfTkL7n.adaptive-delivery-prevent-bg, #Hcsd56D7ThNqTaZ1M8Z0pQ47lJfTkL7n.lazyload, #Hcsd56D7ThNqTaZ1M8Z0pQ47lJfTkL7n.lazyloading { background-image: none; }#Hcsd56D7ThNqTaZ1M8Z0pQ47lJfTkL7n > .row .container { background-color: transparent; background-image: none; }#Hcsd56D7ThNqTaZ1M8Z0pQ47lJfTkL7n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(244,244,244,0.8); }#Hcsd56D7ThNqTaZ1M8Z0pQ47lJfTkL7n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hcsd56D7ThNqTaZ1M8Z0pQ47lJfTkL7n > .row .container > .video-iframe-container { display: none; }#Hcsd56D7ThNqTaZ1M8Z0pQ47lJfTkL7n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(244,244,244,0.8); }#Hcsd56D7ThNqTaZ1M8Z0pQ47lJfTkL7n > .row > .video-iframe-container { display: none; }#Hcsd56D7ThNqTaZ1M8Z0pQ47lJfTkL7n > .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); }#Hcsd56D7ThNqTaZ1M8Z0pQ47lJfTkL7n > .row .container { width:47.75rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kFMtIfToI6O2PNdGlBqbNbK4Fcoi0TdK { width:36.5625rem;height:3.5rem;top:11.56228351593rem;left:4.7493491172791rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbGtd1K29aClqt90yF0sE1Op4iwoXs94 { width:18.8125rem;height:1.875rem;top:4.75rem;left:13.874783992767rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zU9hTvki1MatOtffWZ2myAcfDUt11iyr { width:25rem;height:0.0625rem;top:17.0625rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrlrpJvEegXItNkrB14FQN6pt6IMKDEn { width:17.1875rem;height:;top:22.25rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #m1clf8LyHJ8FX3XfMwy0g41yVv1G9N0l { width:15.625rem;height:3.75rem;top:32.625rem;left:15.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VNa8tH2C3zsypK8ZW2Dq0CPIqGFi0sWv { display:block; }
 }@media only screen and (max-width: 763px) { #wa3AI2uXxsz2MwMlnaM0dGLeiCy9Vta6 { width:14.4375rem;height:0;top:28.6865234375rem;left:10.499267578125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #R8oGO28z92uikLsswreNLdFC1nieqMQs { width:6.1875rem;height:1.625rem;top:28.6865234375rem;left:0.8740234375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #m8g088V3kcRCiy0XO1bwH8ca0ZkBgS6b { width:6.125rem;height:1.6875rem;top:25.3125rem;left:0.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hmKTNdCplTq8At6HXbIVcB1wkc52oUX0 { width:36.5625rem;height:1.75rem;top:18.7001953125rem;left:5.59375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MopR2Fw7cNZqgQSuBZqd5TCeGBDGG3Ze { width:12.3125rem;height:3.0625rem;top:29.3125rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NlB9On75ibEvi1rQb3aUTFqw05SKFIcX { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Odo3B9sHT7cqUl73xhdhr6HSDma9FhRV { width:10.1248125rem;height:2.06163125rem;top:45.3125rem;left:36.3125rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #r8ZarnsLhJENe76OsihEO04mrGiJdKcT { display:block; }
 }@media only screen and (max-width: 763px) { #h6GFaPFaCdMswm2lvQvHqZW9tHGrFAep { width:47.75rem;height:47.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PgRn4V4Jiyb3mzAN2aUufTNdV83zhirU { width:47.75rem;height:13rem;top:9.3125rem;left:0rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2IqixKI7kTaXOEH9r0UkOlMkdFWBpav { display:block; }#t2IqixKI7kTaXOEH9r0UkOlMkdFWBpav > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OxTcfcJhotTOfJOg0uCHo2TzWNt7Udqz { width:36.5625rem;height:7rem;top:42.3115234375rem;left:5.59375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAhxLoJJXg1XZph2bAhvCU7CvipA8uw5 { width:36.5625rem;height:7rem;top:42.3115234375rem;left:5.59375rem;font-size:1.375rem;display:block; }#LAhxLoJJXg1XZph2bAhvCU7CvipA8uw5 li:before{  }
 }@media only screen and (max-width: 763px) { #KDdOrFBtJGCCa1qkO6HmlzXF3yTkfyzP { width:17.5rem;height:22.125rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlJzHAo30XDnQcxLdlfukBmap2GVXGmV { width:17.5rem;height:22.125rem;top:9.9375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #scurSASIRe7lXouuORsTvFABqCtaBtxA { width:17.5rem;height:22.125rem;top:9.9375rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGgUJVHXZVUvLKszKwfmxxA8u49qh2ml { width:17.5rem;height:22.125rem;top:9.9375rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GS8WTNo3XTXTTbZxc6i9cQehsb74WmlE { width:15.3125rem;height:1.625rem;top:26.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXASiacoV8vNIFhZ3hfpRPTdAFz2QN9o { width:16.125rem;height:6.3125rem;top:19.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZdFAhIgwaftGDlgblKARriBtxApOCt4 { top:2.5625rem;left:0rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6nAcx2MVNITNQkR3KKATEpShBQ22O52 { width:7.1875rem;height:7.1875rem;top:28.625rem;left:24.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vT7fkk3Ta8BdNHzTMAPcy4gGbts7FPbD { width:1.5rem;height:1.25rem;top:28.5625rem;left:12.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHD9vskFVMMSe0NPqXhTq6oHpSvWRyQG { width:1.8125rem;height:1.8125rem;top:28.5625rem;left:12.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXWZi7PFgnr5kzP1Ue5pkFuzrTZ64Ugb { width:1.875rem;height:1.875rem;top:28.5625rem;left:24.3125rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #pMLMbCnMc4FufFyxagWzCRFyPeoucKOC { width:11.875rem;height:3.4375rem;top:40.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQ7QTfGstavIzhUc0FttZqB5uZLW7rkD { display:block; }
 }@media only screen and (max-width: 763px) { #xMQ8fCxa9oX4gD6NkreBg9xUnczxpJCg { width:17.5rem;height:6.25rem;top:32.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8a8BBECn3LObobaDx7KJyVz07aufIVV { width:17.5rem;height:6.25rem;top:32.0625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uo2mgpwiaw89zf1KVUMOMSePkJ446pbe { width:17.5rem;height:6.25rem;top:32.0625rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbolgSzA3KuO6Ct8lArNio1zs3qZggM6 { width:17.5rem;height:6.25rem;top:32.0625rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhqUxzh8SQ1iZD0kwxalFE9BiGwBee6J { width:16.125rem;height:6.3125rem;top:19.25rem;left:6.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMBv0Z84lUqIQp8JUdgsdDGa4v20wgrB { width:15.3125rem;height:1.625rem;top:26.875rem;left:6.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqGdvvOen0cWL3CBdy5RrF3lx03mu6iy { width:16.125rem;height:6.3125rem;top:19.25rem;left:25.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRCdxxoxIe3bTtPTRuaUGFpJuyJVTWRU { width:15.3125rem;height:1.625rem;top:26.875rem;left:25.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKmT2JmKKV9MPoGEV1eFHeEXRSxvknTn { width:16.125rem;height:6.3125rem;top:19.25rem;left:31.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xrvy7cbfpOmcil1OwAw5ykzWxSJ4xisZ { width:15.3125rem;height:1.625rem;top:26.875rem;left:32.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmQ7IzwRdbA8xsNgmxuJIyIzaZxwFm8K { width:15.75rem;height:2rem;top:34.125rem;left:32rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMZFwAMfNAMdvklJFmz86IlGdpEXg2Sg { width:11.875rem;height:3.4375rem;top:40.8125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOnbpGEzCH3eMTkkxzaEzNknLzCT8iH9 { display:block; }
 }@media only screen and (max-width: 763px) { #rdaG9Mq7RuKsE8CL4r4hwvb5rqydHbUW { width:11.875rem;height:3.4375rem;top:40.8125rem;left:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H48Vw75MIdZITH5PNUIwAURvuKWmBFhq { display:block; }
 }@media only screen and (max-width: 763px) { #JESqCsfGErWvb83TibqbnW7rRoweq0am { width:11.875rem;height:3.4375rem;top:40.8125rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kl8LCTTacTCSNiTdfUvOmPaiewyrsiEP { display:block; }
 }@media only screen and (max-width: 763px) { #TwBR6hMrwWLWUJ3RhfaEeL5brux9VoBM { width:15.75rem;height:2.4375rem;top:34rem;left:6.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqgIdN8VyGAfalBeiRTtIeuz4zPQ0JH7 { width:15.75rem;height:1.8125rem;top:32.6875rem;left:25.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rv4xdnPGaM8m8DAG1TSAkN4VGhzqWfOd { width:15.75rem;height:2.4375rem;top:34rem;left:25.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCPVZ2Fw9TC7PXM0pev9TaTngfxe2grs { width:15.75rem;height:0.9375rem;top:36.75rem;left:25.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUJemQ4oTvxWvlymSxZ6PGpMmGrm2MJ9 { width:15.75rem;height:2rem;top:34.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTwDn9e14LSPnsbctPk7qpzrAZUuNsIH { display:block; }#BTwDn9e14LSPnsbctPk7qpzrAZUuNsIH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hHd0oXDuChU1us80clAK5QfTxgwAH3mn { width:19.4375rem;height:28.347081014898rem;top:6.5625rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3TelFVhsvor0vMKfLtKq08CnWSxaK7g { width:19.5rem;height:28.4375rem;top:6.5625rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T19pO3ACBJNfL1JFasdWULu6BQoxDQBt { width:33.75rem;height:28.4375rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiiC0K6qIpdW0Ip1yZVphg5AVNCGP36d { width:22.375rem;height:5.375rem;top:10.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3iSvd8ZJJ2dlHXC0w69e99Qfmih36Ar { width:17.5rem;height:15.125rem;top:14.509872436524rem;left:15.124830782414rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsppZwGni0K6Gw3goSS3HKZTNfyAARxp { display:block; }#CsppZwGni0K6Gw3goSS3HKZTNfyAARxp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cMqwBZ1pTfvGyTOofgnqTWzvQgOAreIk { width:47.75rem;height:6.3125rem;top:3.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJFJzzcZwzJAv5oPgTXpfbQleSRFbOWe { display:block; }#rJFJzzcZwzJAv5oPgTXpfbQleSRFbOWe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gwQu465DR25KTnev4DEylIKrgP8DlFRd { width:23.625rem;height:5rem;top:3.6875rem;left:0.092609405517575rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #buTw5ARxglyC0bIe4Lw7FQRT8bptxFsy { width:22.625rem;height:5rem;top:3.6875rem;left:24.468097686767rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvAleyc6UVsOX7ZUPiGhT0wHVqXIRD30 { width:22.25rem;height:14.770840803155rem;top:10.9375rem;left:0.78026962280275rem;display:block; }
 }@media only screen and (max-width: 763px) { #OH7U82MbHhfpdaAADJCCR7PB5Rn292pw { width:13.875rem;height:13.999753357699rem;top:11.125rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lemT9I1bsEnH911OW51BmIMNPWnnWkZE { width:9.375rem;height:9.375rem;top:9.75rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6mCUwUBlUH3In0tBvEyz0R0Tk5TF2iB { width:4.5rem;height:4.5rem;top:20.0625rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #txasmw0XnibbXHGhTdOZPrzCCiOoMRTn { width:9.375rem;height:9.375rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4Mt9KAZAFs5LE6lchgC003x6tLyIbcd { width:4.5625rem;height:4.5625rem;top:12.25rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQBmu8okv9c85F4713rF1ACkucmFNSPW { width:4.5625rem;height:4.5625rem;top:12.1875rem;left:17.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WrXL5Wth7FgCwTdhkLGZ6WuwpEsyi5Pt { display:block; }#WrXL5Wth7FgCwTdhkLGZ6WuwpEsyi5Pt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDg75vGunwWxmsuneZpOJ2VdNRuaQfyu { width:27.5625rem;height:5rem;top:4.4375rem;left:20.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuEmxn4Ch524FXsdBreTTtJUTaAeTAPJ { width:27.9375rem;height:5rem;top:4.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLndVIMLXuO2PITHIlXHgo4GhthVIdLt { width:18.4375rem;height:16.444625451873rem;top:11.75rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8VLETTk4rKWc0TDW2yr9TQs92Fdp1Ut { width:4.5rem;height:4.5rem;top:18.375rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7aSXx0HiX30l99tHIsVa1h16v60Ocuw { width:6.5625rem;height:6.5625rem;top:20.125rem;left:27.249675750733rem;display:block; }
 }@media only screen and (max-width: 763px) { #sT0nNxkGgniaMKzkTTEW6N1nJIX8bn67 { width:9.1875rem;height:9.25rem;top:12.9375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRFmLcRuTzJVU4FbWbNC1ikrNns9PX2T { width:13.5rem;height:19.625rem;top:10.8125rem;left:29.061199188233rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIwkOu8Z5U2vB0dy5fgK23r5Q2Lc1EKu { width:5.8125rem;height:5.8125rem;top:17.6875rem;left:38.624187469483rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIOwF7Qf5EovvSdxKSnVJD2uisoIwwgr { display:block; }#eIOwF7Qf5EovvSdxKSnVJD2uisoIwwgr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sPN0TOIV3ANtP6eHxWzfFmR5QMDOa5rz { width:47.75rem;height:1.5rem;top:2.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bM25Qf1q2MA17JvDMKTH0VZdTF71slsd { width:47.75rem;height:1.125rem;top:7.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHPz3BUTEUQ4kJsWP8O8MGLpnki4ydAF { display:block; }#lHPz3BUTEUQ4kJsWP8O8MGLpnki4ydAF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lOkaukTfTgodksmbH2gH65hnDbZP3kKl { width:13.5625rem;height:12.625rem;top:0.8125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIBGo1kJNzpSH3ApryiTCHpi5Qc5qNSh { width:13.125rem;height:2rem;top:14.75rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRcoTQRQSnWo8Vh4HbNBEinkNHh5tkit { width:10rem;height:10rem;top:1.375rem;left:18.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GvvfJOmgaU5nkIzvfoiqg0Tc2NHuNlfS { width:14.5rem;height:3rem;top:14.594940185547rem;left:16.624491274357rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkgCLImbIykckdZwFTeMxHMQ97hfWUWd { width:14.125rem;height:3rem;top:14.594940185547rem;left:32.728430330753rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywD2Rb0pTQTxibA0xJwnOKbxtgRNxyzR { width:2.8125rem;height:2.8125rem;top:3.5rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlBtFRFQUrGkEuBTaShJbVznTTz8TIaz { width:4.5rem;height:4.5rem;top:9rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDQFRqe5zW6DOTF8RupQ6Wk2BDdTyumC { width:4.5rem;height:4.5rem;top:7.8125rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #prJNkrrbm43skQTtsR02bVzZOq0TD669 { width:2.8125rem;height:2.8125rem;top:1.9375rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1GKelzH2PATRGA3gEbo5rLVwctlxCIl { width:2.1875rem;height:2.1875rem;top:3.8125rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLvteFnboaHfcmsATzTNb2DTdczb4Joq { width:3.125rem;height:3.125rem;top:9.6875rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6seoq7X7vUIUEXBHn5XXcfGbLChQ9F7 { width:12.6875rem;height:12.5rem;top:0.875rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLLnGz6IgHNOw1onT3seTXP3xpTfXI9Z { width:13.5625rem;height:11.5625rem;top:1.375rem;left:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPDetp9k7G84LCpLM6VNDlPivXvqa3Q0 { display:block; }#RPDetp9k7G84LCpLM6VNDlPivXvqa3Q0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #COoQKR7xmW54qNxnVyMBkkNUyABkFZkD { width:47.75rem;height:1.5rem;top:5.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aidLcGsskW0cW7TdMSRPkolCcv1TH7MX { width:47.75rem;height:1.3125rem;top:7.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouZGchrUGT3IET5TTyG01the1z4L3znM { display:block; }#ouZGchrUGT3IET5TTyG01the1z4L3znM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JHPglh2tHsEqBa4WhPg2WEvt8PtRii7q { width:16.6875rem;height:4.3875rem;top:9.4375rem;left:27.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUdbGnhbG09V9tCURuuk141XdDMGAV73 { width:44.5625rem;height:21.9375rem;top:3.65625rem;left:1.5937501788139rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohVS3KzbkRp3qlI8MMKlsadFK5vzSiIr { width:8.375rem;height:2.275rem;top:6.5625rem;left:27.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDZKtoSdqsIUT5GyBpu82q30dwgsrbUF { width:15.0625rem;height:2.925rem;top:19rem;left:27.8125rem;font-size:1.125rem;display:block; }#LDZKtoSdqsIUT5GyBpu82q30dwgsrbUF li:before{  }
 }@media only screen and (max-width: 763px) { #b6hrXncvl5LoVaCcalE2laGPNLyFuhHT { width:44.5625rem;height:21.9375rem;top:3.65625rem;left:1.5937501788139rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1eDNGopZgRiGS4TdPJFvESRz4ymo3hB { width:15.0625rem;height:2.925rem;top:19rem;left:27.8125rem;font-size:1.125rem;display:block; }#i1eDNGopZgRiGS4TdPJFvESRz4ymo3hB li:before{  }
 }@media only screen and (max-width: 763px) { #aPm0WkSlM943InEyoc0QxgZk790H5cgS { width:16.6875rem;height:4.3875rem;top:9.4375rem;left:27.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q54APqehIoZc9iwDxE4hqB9fcv8JUQEq { width:8.375rem;height:2.275rem;top:6.5625rem;left:27.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6Vv3T3uOAvxnLbCNAxZ4l4mHHTCB2RW { width:44.5625rem;height:21.9375rem;top:3.65625rem;left:1.5937501788139rem;display:block; }
 }@media only screen and (max-width: 763px) { #XN6ehdATLO3r3wJKL0mLi9SEcDuKp1Oh { width:8.375rem;height:2.275rem;top:6.5625rem;left:27.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoV7vd8MdnECoMWWzXEkgI6zMQFIIFrF { width:15.0625rem;height:2.925rem;top:19rem;left:27.8125rem;font-size:1.125rem;display:block; }#BoV7vd8MdnECoMWWzXEkgI6zMQFIIFrF li:before{  }
 }@media only screen and (max-width: 763px) { #PL7N72oTZlawMktSVmBPMFA2456td0M1 { width:16.6875rem;height:4.3875rem;top:9.4375rem;left:27.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0bh2mcUOaDLTapLQW8GAKtswThObl7n { width:18.9375rem;height:4.1875rem;top:41.5rem;left:14.374675750733rem;display:block; }
 }@media only screen and (max-width: 763px) { #ar5VfTscTGhtKx2AFaFGPIqrkqhsBQ59 { display:block; }
 }@media only screen and (max-width: 763px) { #uAeok3O3Rn4ZQyhbB10e5va5UtZVFVzs { display:block; }#uAeok3O3Rn4ZQyhbB10e5va5UtZVFVzs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sMEJ11hyMLuHL3yB3qQCHoJmdTM9PhZo { width:20.4375rem;height:17.25rem;top:7.5619964599613rem;left:0.000849187374115rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #esLyqA30mhkK3PxpVkf3z4AARx6SipFg { width:23.75rem;height:4.9375rem;top:4.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXBXzWRkVLrgTDXhFrX4A9TBbCB5v1QC { width:26.8125rem;height:17.6875rem;top:4.9371643066406rem;left:20.864903347764rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPWtg9CcnnwmLsN7hHbgCtOW6PgF7WuO { display:block; }#JPWtg9CcnnwmLsN7hHbgCtOW6PgF7WuO > .row .container { width:47.75rem;height:26.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ibPrUP0HFyDKhOqdU3lbWkQ16y1kMBLf { width:10.375rem;height:8.75rem;top:7.75rem;left:19.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpCiPJRbugBGXrpJN2Tr0gtTGIX0WcIO { width:18.25rem;height:8.75rem;top:7.6875rem;left:29.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rt3R5fHVEKW1sHJRmqGJxqydbZM2oh6b { width:0.9375rem;height:0.6875rem;top:8.125rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUXDoQLI5zTcMdHvoLKethQxhcJ5DNBC { width:0.9375rem;height:0.6875rem;top:10.125rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #daLcC293p9IhDTLCOZdZRmPtaPG4D0Gg { width:0.9375rem;height:0.6875rem;top:11.6875rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #miT8Ehg65JwhiBK7JeaG0IQfaOc61m4P { width:30.5625rem;height:2.75rem;top:2.626708984375rem;left:17.063179552555rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #M1yXMNCltwgHz4eueXaQseUDI90lFVM7 { width:0.9375rem;height:0.6875rem;top:13.625rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnfMGTvVv5zs0aCsxfL737HJ5dmDTALr { width:14.9375rem;height:27.6875rem;top:28.520736694336rem;left:0.000849187374115rem;display:none; }
 }@media only screen and (max-width: 763px) { #oH2amwnCwGR5GAAx2UUk3EGJZlmzhvN7 { width:10.375rem;height:8.6875rem;top:7.75rem;left:19.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #omHrZKmdhF1nhHQwtzWNQgeaN7gITT6M { width:0.9375rem;height:0.6875rem;top:14.4375rem;left:17.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vytCH6HIE1xRSx2ut39pnFfXwILuihxt { width:0.9375rem;height:0.6875rem;top:13.625rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgJPgzIaUaMSqUUfEZHf5uTUiMthPxwt { width:0.9375rem;height:0.6875rem;top:15.375rem;left:17.3125rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #eqEoGDz2hblAFRnpiuqDTiIqBsM0cBII { width:14.9375rem;height:8.125rem;top:28.520736694336rem;left:0.000849187374115rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImUi4ddr5CNEtTmiggbd9WArNmHnvwk8 { width:18.9375rem;height:4.125rem;top:22.1875rem;left:14.374675750733rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZG8UzvdsZTIrHyFvnnLUHKAwh0hyDeRv { display:block; }
 }@media only screen and (max-width: 763px) { #UJndlCAp0ZSPC1N2i1Imz5hXpn6IUUhZ { display:block; }#UJndlCAp0ZSPC1N2i1Imz5hXpn6IUUhZ > .row .container { width:47.75rem;height:21.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N4daawFpdmtgOdyGEKCyAcQBTiboeMww { width:31.25rem;height:;top:9.0625rem;left:8.2490234375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D19Darl81RcxhTCe2KpIkWscg979UUCU { width:31.25rem;height:2rem;top:6.375rem;left:8.25rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQT2SFdyOx66Tm84B9zc4zCbDJ485NGz { width:40rem;height:4.125rem;top:13.936828613281rem;left:3.8748303055763rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFU7Iz8Gc1ri1UdetRbqv2rBaiMwU5V4 { display:block; }#vFU7Iz8Gc1ri1UdetRbqv2rBaiMwU5V4 > .row .container { width:47.75rem;height:27.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWmtSoJDwvxTOdHr6ymNdN7fc00aM8NJ { width:46.3125rem;height:2.9375rem;top:2.375rem;left:1.25rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRdzdRgsZo7XxV3wMN45BENtQL8kLMAr { width:29.0625rem;height:15.125rem;top:7.0618286132812rem;left:0.875rem;font-size:1rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #Gaqw7zrhJzvCGq7IQOQnDDuFEExn0AlT { width:24.375rem;height:18rem;top:4.5473937988281rem;left:23.239471880469rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #ApksMPFsNHv1mBgvkPpsiUTLDZqfPPP1 { top:3.1402893066406rem;left:18.594599306583rem;width:12.5rem;height:23.4375rem;z-index:15009;background-color:rgba(255,255,255,0.76);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #OxyViem4KJrHQtzqArSEPx7pa6vg7g3K { display:block; }#OxyViem4KJrHQtzqArSEPx7pa6vg7g3K > .row .container { width:47.75rem;height:31.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hrCkqrVcKW6TR4gsNFgcDyz5SEcVpT7g { width:25.4375rem;height:21.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pe0wNgArFWyJFyGlbfTSvgTKr7T7wWpz { top:4.5rem;left:17.9375rem;width:12.5rem;height:23.4375rem;z-index:15010;background-color:rgba(255,255,255,0.76);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #K7H3aasT5ZH23rnDKfqLntw4905q1J5d { width:46.3125rem;height:2.9375rem;top:2.375rem;left:1.25rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9SEbWvomFbdNaXkyigRd13ItCNeZvgV { width:29.0625rem;height:15.125rem;top:7.0618286132812rem;left:0.875rem;font-size:1rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #ttADvfKzCLZ9qgKGbF7TUFJ01KNs4l1A { display:block; }#ttADvfKzCLZ9qgKGbF7TUFJ01KNs4l1A > .row .container { width:47.75rem;height:30.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hWu9l2u6Th9d07hT9z0FZWEc8aT2aQqG { width:26.4375rem;height:17.75rem;top:5rem;left:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwJslnXZwpObpKn48WVXm09wA9lZC4Gg { top:4.375rem;left:17.5rem;width:12.5rem;height:23.4375rem;z-index:15011;background-color:rgba(255,255,255,0.76);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #o06QxmfKLTfkK4fRLnSNyx6egTU9Uykd { width:29.0625rem;height:15.125rem;top:7.0618286132812rem;left:0.875rem;font-size:1rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #Gas6AiK1kz1TcGmu9B8tLaFW5tXHe6qJ { width:46.3125rem;height:2.9375rem;top:2.375rem;left:1.25rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWVGKNHBm4Bu1bsaB8Cpmvuk2WLf76Ec { display:block; }#GWVGKNHBm4Bu1bsaB8Cpmvuk2WLf76Ec > .row .container { width:47.75rem;height:31.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eSCcQipn1d582e02NiqCQQEEDPiv61dO { width:27.5rem;height:18.875rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFLlJTHgNGBTfH1tlWdi4UW0L7CwMP27 { top:4.4873046875rem;left:18.90625rem;width:12.5rem;height:23.4375rem;z-index:15012;background-color:rgba(255,255,255,0.76);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #IGbf4uRlqmDMT9yUlwGKVa0xwKkkFTbO { width:29.0625rem;height:15.125rem;top:7.0618286132812rem;left:0.875rem;font-size:1rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #EBLpJT7iHm0IJSOvPnE57J8A5Bx9LbPI { width:46.3125rem;height:2.9375rem;top:2.375rem;left:1.25rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvzNzsZ1X0FWJn9ObVsRILL5Vk91TDCZ { display:block; }#QvzNzsZ1X0FWJn9ObVsRILL5Vk91TDCZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TqpKtlgNfTuTpeAaQxdqtcH81suf1Bmb { width:47.75rem;height:1.875rem;top:2.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgqR2persaQJEnwCCw9zaaLCkyUSTZwz { width:21.4375rem;height:32.25rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaJRT79tRhHSffGbarZVLk2PKpe5yHoM { width:29.0625rem;height:15.125rem;top:7.0618286132812rem;left:0.875rem;font-size:1rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #TeiTx21XNNnbmUSLQuzg6IAWvAE2aJpm { width:46.3125rem;height:2.9375rem;top:2.375rem;left:1.25rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJKLl1aSv7poUvIe4lqh9w8De2RszyaH { display:block; }#tJKLl1aSv7poUvIe4lqh9w8De2RszyaH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NGVNQ1uEGRww1Q5L8BCyC9qUd44dW8Lz { width:47.75rem;height:1.875rem;top:2.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbLAAF8Igg2KnSvpRGAtUhCwtGnPoyee { width:19.875rem;height:29.875rem;top:9.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCCsov8QMwQRGnUwATep5CImvi9W2nuF { width:29.0625rem;height:15.125rem;top:7.0618286132812rem;left:0.875rem;font-size:1rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #Gm2MoRsKWfHe7KbMspyl9NGGvBzaSSAi { width:46.3125rem;height:2.9375rem;top:2.375rem;left:1.25rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTJOqvMtJVEZMCTlyTEJNdqGxcgMnxp1 { display:block; }#TTJOqvMtJVEZMCTlyTEJNdqGxcgMnxp1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WpUaTcU6ACD7UzgdudP5RbIfQgdlkfzm { width:47.75rem;height:2.25rem;top:8.8125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y52Gt14N0kVKVFbBzvQDO6Ans6Okf5Vl { width:47.75rem;height:2.5625rem;top:2.9375rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtCCEWu6opaaB9UFFVXXe06tNbAzkDhO { width:18.9375rem;height:4.125rem;top:14.125rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kd5sKG81oEkdZZsGDBnOIDyZ9MPkL55x { display:block; }
 }@media only screen and (max-width: 763px) { #zru2PSgV1TlmgNXp9JAnKhTw5M4D2rH9 { display:none; }#zru2PSgV1TlmgNXp9JAnKhTw5M4D2rH9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Shz02Qsx04ggCQGLDRn3olrnTsCBxNBk { width:11.4375rem;height:2.625rem;top:24.4375rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhkL0D2TOsA2BQaxQIZaHbd2WRWhwCiw { display:block; }
 }@media only screen and (max-width: 763px) { #DRupTtUQh457N6Qr9h3kWVcwX606Dop6 { width:11.4375rem;height:2.625rem;top:24.4375rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeSsWtbVdc6VyLopab9mTX8BPOFxMXWK { display:block; }
 }@media only screen and (max-width: 763px) { #pvi1t3a9rd94pnC66Qpd2a2SMP667228 { width:11.9375rem;height:1.4375rem;top:1.5625rem;left:11.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0EI65mWIpwoDk4yHLoxTogfINIE978y { width:12rem;height:1.4375rem;top:1.5625rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIsMxtqKF8WH0AmuC8vo2iJ8NIwP0Wgs { width:11.8125rem;height:1.4375rem;top:1.5625rem;left:35.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlJXQlQTsFE0ZPscCWgFJZnUBQByxQH9 { width:11.9375rem;height:1.4375rem;top:1.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0nRrBrRC49nQOrDPQqtkI4Unyq15icG { width:12rem;height:2.5rem;top:3.5625rem;left:11.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzVipGgv3epbw03DrJC0sroibFFDsS3W { width:11.9375rem;height:1.25rem;top:3.5625rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDqMNQ8kABaNcngaaIT1ZQ1a4hh9hysX { width:11.9375rem;height:1.25rem;top:3.5625rem;left:35.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SemcGK6I3xDAcCVrJfRgSvKAZGZvW30M { width:11.875rem;height:2.5rem;top:3.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdWE3l4OTsm4e6U8psArScCh2NLirz3E { width:11rem;height:16.625rem;top:6.5rem;left:12.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4QfZHqLgEo2a9TOL1s9z4IC9BRbDLg3 { width:11rem;height:16.5rem;top:6.5625rem;left:24.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXf5TnAhsFXz0TAhhbw1tSfSHIECy6aa { width:11rem;height:16.5rem;top:6.5625rem;left:36.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rygvx0pGTDC6wvGiK8a6VG0G1viL68ir { width:11rem;height:16.5rem;top:6.5625rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4BT9BnyO4P6UnMIS1EiNnEnPCb6VzTS { width:11.4375rem;height:2.625rem;top:24.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuqLI0H5dwMNBXIgCySrKqMNssaSl3oe { display:block; }
 }@media only screen and (max-width: 763px) { #TONk5eLvPlbkILcTGeIH992BX2D0cAFI { width:11.4375rem;height:2.625rem;top:24.4375rem;left:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVrhhs89C8IqtXEAueUKKolwQV61XMDd { display:block; }
 }@media only screen and (max-width: 763px) { #eGctiZiTsBrUCqXPvrAHtQCwqSMs6AIg { display:none; }#eGctiZiTsBrUCqXPvrAHtQCwqSMs6AIg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KZEo6yST96LQhemax96IZA5ydceIweRT { width:11.4375rem;height:2.625rem;top:24.4375rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXOpRBIBMxSTLp8lbX49eePMUG38XHKI { display:block; }
 }@media only screen and (max-width: 763px) { #L2sqlTXrB7rwmTiP5sk3ZE1OT2WT8Dw5 { width:11.4375rem;height:2.625rem;top:24.4375rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUG4inZ57DWBn7eVJ5Wf8eZGxVtUETla { display:block; }
 }@media only screen and (max-width: 763px) { #cm9ka3Ki6upufhbL1ly1dJ8fBSdTMar4 { width:11.9375rem;height:1.4375rem;top:1.5625rem;left:11.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeXtywRxz2rWxI2ufABXCo0V2f5blixI { width:12rem;height:1.4375rem;top:1.5625rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6W8xaPD0xbUQ1r8eF12Nt2GF4KGm0Vl { width:11.8125rem;height:1.4375rem;top:1.5625rem;left:35.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfPgmWwOoGhsVd2vb1OIkvahgWOIVEXO { width:11.9375rem;height:1.4375rem;top:1.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzLkkB0yBlGtopH3DCsxrcobRKk5ULtu { width:12rem;height:2.5rem;top:3.5625rem;left:11.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fV2NcPVrVhbpsWqSx3HgcLZcXwwxw1Ra { width:11.9375rem;height:1.25rem;top:3.5625rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuP1XG5uBfxhQzza99NU64AWZtCCSh6L { width:11.9375rem;height:1.25rem;top:3.5625rem;left:35.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWLuAPUl4bMPWfqGJOltsRo0ZyLZeNJS { width:11.875rem;height:2.5rem;top:3.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #db9QWKhsVmXUinJb5v7PSDOozCAot2yw { width:11rem;height:16.625rem;top:6.5rem;left:12.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1WSeuVteJ8vCeWx6pdSkkzZocfFuJ7a { width:11rem;height:16.5rem;top:6.5625rem;left:24.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSORMVTt6K6shw6srUtqRVdmTqb4TcJl { width:11rem;height:16.5rem;top:6.5625rem;left:36.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT5r9mDmZ8HdGr1TfNQV5RdGZbxkI5EH { width:11rem;height:16.5rem;top:6.5625rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fI2KxbiSdNq0ygmlKu8bFdyOKJrX5Jta { width:11.4375rem;height:2.625rem;top:24.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #znkz1tKdWiZVrxBulDzBEmNtdBuRBJEJ { display:block; }
 }@media only screen and (max-width: 763px) { #mG2wB9OSTrQF1iT1dBbcwBJANF5ul0L0 { width:11.4375rem;height:2.625rem;top:24.4375rem;left:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Re3NLUNHpn8L6xHW8hZI0UE3AmOHP1be { display:block; }
 }@media only screen and (max-width: 763px) { #f2hsbvbftniyAFO8RWFWsAGT0OCCOuTa { display:block; }#f2hsbvbftniyAFO8RWFWsAGT0OCCOuTa > .row .container { width:47.75rem;height:25.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KWvtGtVRIfHlnw5LqzvuD8DsGBxy0Kv4 { width:47.75rem;height:1.875rem;top:3.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOD1PreWhukTqBpK954tzPX5yhZgTBcm { width:21.6875rem;height:5rem;top:15.53125rem;left:1.2802734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sisTfNhVGOhuTIc3vSsd5OyCVAHWPWm5 { width:18.8125rem;height:1.4375rem;top:11.6904296875rem;left:2.7177734375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5RT7mg29xHeEeON16S6D05ql7GBDScz { width:22.375rem;height:14.8125rem;top:10.0625rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyQqVbay1mMf2agI2K5Ius5t30ZbtydS { display:block; }#lyQqVbay1mMf2agI2K5Ius5t30ZbtydS > .row .container { width:47.75rem;height:21.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HpgIDEhnNawfEaOzr97Q9QdTAfuhEnyd { width:12.125rem;height:3.375rem;top:14.875rem;left:17.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiBATbV8wuNCMMkekmt14I12URQ2NS3E { width:13.4375rem;height:2.25rem;top:14.875rem;left:1.2392578125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxKfTSMcfTNy5NTdciGah0tZIAkDRA9p { width:12.8125rem;height:1.4375rem;top:1.4404296875rem;left:1.5517578125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKswIRBmuzC5quTo75T7c8OiMWEPGG6v { width:12.8125rem;height:1.4375rem;top:1.4404296875rem;left:17.46875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCaOQ2mxB1GvUuqARxwPmg6L9QAfA2KO { width:12.8125rem;height:2.25rem;top:14.875rem;left:33.384765625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxG4wx4O6p4PMpfF5F1IUn17duXul5Js { width:12.8125rem;height:1.4375rem;top:1.4404296875rem;left:33.384765625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q897XgdqIASTKlaxhW7SPKWgrCScT1UA { width:8rem;height:8rem;top:4.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4faICDZgOCwvn9yr6NyEUZ9L2mGyRsi { width:8rem;height:8rem;top:4.625rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRfUZhy3XCh4yiI6wo2VfTPzD4zrHhJ1 { width:8rem;height:8rem;top:4.625rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJStS82X2X3qMMEarTF6HcaB29fWWgh6 { display:block; }#zJStS82X2X3qMMEarTF6HcaB29fWWgh6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hb6xn5Aphxv9QOX0EpnwChfZSMppzCbJ { width:11.875rem;height:2.25rem;top:18.625rem;left:0.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6UEf2OmCT2hHF8EobFRoJCRCcTn0hBf { width:11.8125rem;height:1.4375rem;top:2.7216796875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3vl1eo6zp0lg41CtSx0OM3oBtiTHvfy { width:11.5rem;height:1.125rem;top:18.625rem;left:12.15625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D08I1kTlbIXUU2T7dUeLWlrCTrsho2kA { width:11.5rem;height:1.4375rem;top:2.7216796875rem;left:12.15625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVNefrQEyG4biH3wTCH7EU6HwxucPwM8 { width:11.375rem;height:2.25rem;top:18.625rem;left:24.15625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ek4SMulW7s0wAXEsSh9zl9lPP9sr7XAe { width:11.25rem;height:1.4375rem;top:2.7216796875rem;left:24.21875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qp0liZFIkJuVOZV62v6ZmThUZtDXFimA { width:11.375rem;height:2.25rem;top:18.625rem;left:36.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ry5woHenvP8d58emcUGC5HGn3H15Rs9d { width:11.9375rem;height:1.4375rem;top:2.8125rem;left:35.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ER9f59RdAiJytKo2rvQSTESgNndlJ06I { width:8rem;height:8rem;top:6.3125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1wOfrN3WSJ8ZukCiHBOwSEMxIEmOLCA { width:6.9375rem;height:6.9375rem;top:7.125rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9PPV7THN07IyDVy3LrnshAd5BiJJ4Hw { width:6.4375rem;height:6.4375rem;top:7.0625rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLe3ciAu8tTBo44cW0wDMuXp8o1ydA9g { width:6.4375rem;height:6.4375rem;top:7.6875rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaQLxIxiQRsHyPLmvh9fRMtMVnKceVoc { width:14rem;height:3.75rem;top:25.6875rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qpup3V0RkNHo9oFRkbMkcV36ACUmw9eH { display:block; }
 }@media only screen and (max-width: 763px) { #X37LP2Znllg4gt3O1DTPpr5ZF378uM2d { display:block; }#X37LP2Znllg4gt3O1DTPpr5ZF378uM2d > .row .container { width:47.75rem;height:24.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L3atkB5nymnAILFUoKx4V7586O9x46xc { width:12.8125rem;height:3.25rem;top:3.1279296875rem;left:17.46875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4iK6q67FRFr21mrF0EX9M0I91LmoohU { width:17.6875rem;height:1.625rem;top:18.125rem;left:15.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbR64FGM4yvW1GVzwkcGseCSLBT3OplU { width:10rem;height:10rem;top:14rem;left:18.874187469483rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEhk5rIbRBUJ8khkvTQSTtoZFL7G84fB { display:block; }#kEhk5rIbRBUJ8khkvTQSTtoZFL7G84fB > .row .container { width:47.75rem;height:10.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hoIoHWONyum0GAluWrkoSKZigCRW5cIS { width:42.4375rem;height:1.4375rem;top:7.2529296875rem;left:2.65625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WFG5MRNClL7rgDGMcHirUPatFF2kBxPI { width:14rem;height:3.75rem;top:1.0625rem;left:16.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #alvSFmphaA4cqnFtrxckJ6G3LRRs1hWs { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rTetTZi6D45rSoTqxsxI4vdJi3R6refU { position:relative;z-index:auto;display:none; }#rTetTZi6D45rSoTqxsxI4vdJi3R6refU > .row .container { width:20rem;height:28.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EcKOviJzfIbWJmuKu5wrpGSxT6XTnzZp { width:7.1875rem;height:7.1875rem;top:1.25rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CydPluBepfUSEuCM5cz9PmDoiGErN7ht { width:11.625rem;height:2.5625rem;top:9.6875rem;left:4.1875rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #kNUmmoOR9l81z35pO3wfET6lrOxBHvFv { display:block; }
 }@media only screen and (max-width: 763px) { #idZLLXI4ssafeMcRUrBenKnsUI9dvRmO { width:16.125rem;height:2.5625rem;top:13.5rem;left:1.9375rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #PZQQ17bBBKws26lTwDVnIMiJVI5uNmd4 { display:block; }
 }@media only screen and (max-width: 763px) { #cplFrvKT9tWIeA15yAwsvuLpuiZJR6iE { width:7.5625rem;height:2.5625rem;top:17.3125rem;left:6.1875rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #eBtgee1l3xKFKq9FXcvJk6epXXdsXSBL { display:block; }
 }@media only screen and (max-width: 763px) { #EeS54D5fknSKLBic8UxCv612EUoeTqgc { width:9.6875rem;height:2.5625rem;top:21.125rem;left:5.125rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #AEQFSedXzTvxTf1v98oEM1rQweNOXAsR { display:block; }
 }@media only screen and (max-width: 763px) { #rPuJKHimCQtuztkeXGnyuAllytwNx7WN { width:9.6875rem;height:2.5625rem;top:24.9375rem;left:5.125rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #tqQ73kO7vciPrdn7OCRq8tRTrdTG5kRF { display:block; }
 }@media only screen and (max-width: 763px) { #Hcsd56D7ThNqTaZ1M8Z0pQ47lJfTkL7n { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d6c2493d-05ed-4afd-bfba-1d1ef94c8fb3/bbb.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Hcsd56D7ThNqTaZ1M8Z0pQ47lJfTkL7n.adaptive-delivery-prevent-bg, #Hcsd56D7ThNqTaZ1M8Z0pQ47lJfTkL7n.lazyload, #Hcsd56D7ThNqTaZ1M8Z0pQ47lJfTkL7n.lazyloading { background-image: none; }#Hcsd56D7ThNqTaZ1M8Z0pQ47lJfTkL7n > .row .container { background-color: transparent; background-image: none; }#Hcsd56D7ThNqTaZ1M8Z0pQ47lJfTkL7n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.85); }#Hcsd56D7ThNqTaZ1M8Z0pQ47lJfTkL7n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hcsd56D7ThNqTaZ1M8Z0pQ47lJfTkL7n > .row .container > .video-iframe-container { display: none; }#Hcsd56D7ThNqTaZ1M8Z0pQ47lJfTkL7n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.85); }#Hcsd56D7ThNqTaZ1M8Z0pQ47lJfTkL7n > .row > .video-iframe-container { display: none; }#Hcsd56D7ThNqTaZ1M8Z0pQ47lJfTkL7n > .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); }#Hcsd56D7ThNqTaZ1M8Z0pQ47lJfTkL7n > .row .container { width:20rem;height:47.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kFMtIfToI6O2PNdGlBqbNbK4Fcoi0TdK { width:20rem;height:0;top:11.37398147583rem;left:0.000849187374115rem;text-align:left;text-align-last:left;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rbGtd1K29aClqt90yF0sE1Op4iwoXs94 { width:15.9375rem;height:1.875rem;top:13.749183654785rem;left:2.0312499403954rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zU9hTvki1MatOtffWZ2myAcfDUt11iyr { width:20rem;height:0.125rem;top:20.686849594116rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HrlrpJvEegXItNkrB14FQN6pt6IMKDEn { width:17.249rem;height:4.63036875rem;top:17.56201171875rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:15003;color:#2f2f2f;font-family:satoshi;display:block; }
 }@media only screen and (max-width: 763px) { #m1clf8LyHJ8FX3XfMwy0g41yVv1G9N0l { width:13.625rem;height:3.75rem;top:35.6865234375rem;left:3.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VNa8tH2C3zsypK8ZW2Dq0CPIqGFi0sWv { display:block; }
 }@media only screen and (max-width: 763px) { #wa3AI2uXxsz2MwMlnaM0dGLeiCy9Vta6 { width:14.25rem;height:0;top:23.9970703125rem;left:4.6875rem;text-align:left;text-align-last:left;font-size:1.125rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #R8oGO28z92uikLsswreNLdFC1nieqMQs { width:8.75rem;height:1.66666875rem;top:39.2802734375rem;left:0.685546875rem;text-align:left;text-align-last:left;font-size:1.125rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #m8g088V3kcRCiy0XO1bwH8ca0ZkBgS6b { width:5.1875rem;height:1.66666875rem;top:26.1845703125rem;left:0.685546875rem;text-align:left;text-align-last:left;font-size:1.125rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #hmKTNdCplTq8At6HXbIVcB1wkc52oUX0 { width:20rem;height:auto;top:20.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MopR2Fw7cNZqgQSuBZqd5TCeGBDGG3Ze { top:25.9365234375rem;left:3.8115234375rem;width:12.3745rem;height:3.0869125rem;z-index:15040;font-size:1.1875rem;font-family:satoshi;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#2f2f2f;display:block; }
 }@media only screen and (max-width: 763px) { #NlB9On75ibEvi1rQb3aUTFqw05SKFIcX { top:23.875rem;left:4.00048828125rem;width:11.9985625rem;height:0.124511875rem;z-index:15041;background-color:#2f2f2f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Odo3B9sHT7cqUl73xhdhr6HSDma9FhRV { width:11.3748125rem;height:2.56185rem;top:131.8750038147rem;left:4.3114152550698rem;display:none; }
 }@media only screen and (max-width: 763px) { #r8ZarnsLhJENe76OsihEO04mrGiJdKcT { display:block; }
 }@media only screen and (max-width: 763px) { #h6GFaPFaCdMswm2lvQvHqZW9tHGrFAep { top:1.9990234375rem;left:3.0615234375rem;width:13.874rem;height:13.6865rem;z-index:15042;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PgRn4V4Jiyb3mzAN2aUufTNdV83zhirU { width:20rem;height:5.19921875rem;top:30.27294921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2IqixKI7kTaXOEH9r0UkOlMkdFWBpav { display:block; }#t2IqixKI7kTaXOEH9r0UkOlMkdFWBpav > .row .container { width:20rem;height:186.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OxTcfcJhotTOfJOg0uCHo2TzWNt7Udqz { width:18.2485625rem;height:7.312rem;top:175.982421875rem;left:0.87548828125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAhxLoJJXg1XZph2bAhvCU7CvipA8uw5 { width:20rem;height:13.0527375rem;top:158.7421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }#LAhxLoJJXg1XZph2bAhvCU7CvipA8uw5 li:before{  }
 }@media only screen and (max-width: 763px) { #KDdOrFBtJGCCa1qkO6HmlzXF3yTkfyzP { width:20rem;height:17.6875rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlJzHAo30XDnQcxLdlfukBmap2GVXGmV { width:20rem;height:17.6875rem;top:44.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #scurSASIRe7lXouuORsTvFABqCtaBtxA { width:20rem;height:17.6875rem;top:90.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGgUJVHXZVUvLKszKwfmxxA8u49qh2ml { width:20rem;height:17.6875rem;top:128.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GS8WTNo3XTXTTbZxc6i9cQehsb74WmlE { width:18.0625rem;height:1.29980625rem;top:21.625rem;left:0.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXASiacoV8vNIFhZ3hfpRPTdAFz2QN9o { width:19.4375rem;height:5.3613375rem;top:15.5rem;left:0.28125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZdFAhIgwaftGDlgblKARriBtxApOCt4 { width:10.125rem;height:10.125rem;top:1.0498046875rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6nAcx2MVNITNQkR3KKATEpShBQ22O52 { width:12rem;height:12rem;top:1.9375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT7fkk3Ta8BdNHzTMAPcy4gGbts7FPbD { width:15.4375rem;height:15.125rem;top:36.1875rem;left:2.6875rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #AHD9vskFVMMSe0NPqXhTq6oHpSvWRyQG { width:15.5rem;height:15.25rem;top:81.5625rem;left:2.25rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #PXWZi7PFgnr5kzP1Ue5pkFuzrTZ64Ugb { width:15.125rem;height:15.25rem;top:121.1875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMLMbCnMc4FufFyxagWzCRFyPeoucKOC { width:11.875rem;height:3.4375rem;top:30.2998046875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQ7QTfGstavIzhUc0FttZqB5uZLW7rkD { display:block; }
 }@media only screen and (max-width: 763px) { #xMQ8fCxa9oX4gD6NkreBg9xUnczxpJCg { width:20rem;height:3.375rem;top:24.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8a8BBECn3LObobaDx7KJyVz07aufIVV { width:20rem;height:6.25rem;top:62.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uo2mgpwiaw89zf1KVUMOMSePkJ446pbe { width:20rem;height:7.8125rem;top:107.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbolgSzA3KuO6Ct8lArNio1zs3qZggM6 { width:20rem;height:3.375rem;top:146.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhqUxzh8SQ1iZD0kwxalFE9BiGwBee6J { width:16.125rem;height:5.3613375rem;top:53rem;left:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMBv0Z84lUqIQp8JUdgsdDGa4v20wgrB { width:15.3125rem;height:1.29980625rem;top:59.4375rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqGdvvOen0cWL3CBdy5RrF3lx03mu6iy { width:16.125rem;height:5.3613375rem;top:99rem;left:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRCdxxoxIe3bTtPTRuaUGFpJuyJVTWRU { width:15.3125rem;height:1.29980625rem;top:105.25rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKmT2JmKKV9MPoGEV1eFHeEXRSxvknTn { width:16.125rem;height:5.3613375rem;top:137.5rem;left:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xrvy7cbfpOmcil1OwAw5ykzWxSJ4xisZ { width:15.3125rem;height:1.29980625rem;top:143.75rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmQ7IzwRdbA8xsNgmxuJIyIzaZxwFm8K { width:15.75rem;height:2.03125rem;top:147.3125rem;left:2.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMZFwAMfNAMdvklJFmz86IlGdpEXg2Sg { width:11.875rem;height:3.4375rem;top:71.25rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOnbpGEzCH3eMTkkxzaEzNknLzCT8iH9 { display:block; }
 }@media only screen and (max-width: 763px) { #rdaG9Mq7RuKsE8CL4r4hwvb5rqydHbUW { width:11.875rem;height:3.4375rem;top:116.75rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H48Vw75MIdZITH5PNUIwAURvuKWmBFhq { display:block; }
 }@media only screen and (max-width: 763px) { #JESqCsfGErWvb83TibqbnW7rRoweq0am { width:11.875rem;height:3.4375rem;top:151.625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kl8LCTTacTCSNiTdfUvOmPaiewyrsiEP { display:block; }
 }@media only screen and (max-width: 763px) { #TwBR6hMrwWLWUJ3RhfaEeL5brux9VoBM { width:15.75rem;height:2.4375rem;top:64.5rem;left:2.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqgIdN8VyGAfalBeiRTtIeuz4zPQ0JH7 { width:15.75rem;height:2.11230625rem;top:108.375rem;left:2.125rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rv4xdnPGaM8m8DAG1TSAkN4VGhzqWfOd { width:15.75rem;height:2.4375rem;top:110.4375rem;left:2.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCPVZ2Fw9TC7PXM0pev9TaTngfxe2grs { width:15.75rem;height:0.9746125rem;top:113.75rem;left:2.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUJemQ4oTvxWvlymSxZ6PGpMmGrm2MJ9 { width:15.75rem;height:2.03125rem;top:25.1875rem;left:2.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTwDn9e14LSPnsbctPk7qpzrAZUuNsIH { display:block; }#BTwDn9e14LSPnsbctPk7qpzrAZUuNsIH > .row .container { width:20rem;height:68.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hHd0oXDuChU1us80clAK5QfTxgwAH3mn { width:20rem;height:29.124375rem;top:33.123371124267rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3TelFVhsvor0vMKfLtKq08CnWSxaK7g { width:9.749375rem;height:14.6875rem;top:58.497720718384rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T19pO3ACBJNfL1JFasdWULu6BQoxDQBt { width:20rem;height:33.375rem;top:6.8115234375rem;left:0rem;box-shadow: none;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiiC0K6qIpdW0Ip1yZVphg5AVNCGP36d { width:16.3745rem;height:3.29980625rem;top:9.1243486404419rem;left:1.8115233778954rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3iSvd8ZJJ2dlHXC0w69e99Qfmih36Ar { width:16.311875rem;height:17.548825rem;top:13.740234375rem;left:1.8432616591454rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsppZwGni0K6Gw3goSS3HKZTNfyAARxp { display:block; }#CsppZwGni0K6Gw3goSS3HKZTNfyAARxp > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cMqwBZ1pTfvGyTOofgnqTWzvQgOAreIk { width:20rem;height:7.5rem;top:4.7493495941162rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rJFJzzcZwzJAv5oPgTXpfbQleSRFbOWe { display:block; }#rJFJzzcZwzJAv5oPgTXpfbQleSRFbOWe > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gwQu465DR25KTnev4DEylIKrgP8DlFRd { width:17.1875rem;height:5.84911875rem;top:1.7390937805176rem;left:1.4062499403954rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #buTw5ARxglyC0bIe4Lw7FQRT8bptxFsy { width:17.0621875rem;height:6.3369375rem;top:19.955238342285rem;left:1.4672850966454rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lvAleyc6UVsOX7ZUPiGhT0wHVqXIRD30 { width:12.3125rem;height:8.1875rem;top:8.8125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OH7U82MbHhfpdaAADJCCR7PB5Rn292pw { width:9.812rem;height:9.9373125rem;top:28.685707092285rem;left:5.0927731394768rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lemT9I1bsEnH911OW51BmIMNPWnnWkZE { width:6.4375rem;height:6.4375rem;top:30.4375rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6mCUwUBlUH3In0tBvEyz0R0Tk5TF2iB { width:4.625rem;height:4.5625rem;top:11.875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #txasmw0XnibbXHGhTdOZPrzCCiOoMRTn { width:6.936875rem;height:6.936875rem;top:33.2470703125rem;left:3.2495116591454rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4Mt9KAZAFs5LE6lchgC003x6tLyIbcd { width:4.625rem;height:4.5625rem;top:8.8125rem;left:12.1875rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #FQBmu8okv9c85F4713rF1ACkucmFNSPW { width:4.6248375rem;height:4.562175rem;top:28.685707092285rem;left:12.187499701977rem;z-index:14998;background-color:rgba(30,43,80,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #WrXL5Wth7FgCwTdhkLGZ6WuwpEsyi5Pt { display:block; }#WrXL5Wth7FgCwTdhkLGZ6WuwpEsyi5Pt > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDg75vGunwWxmsuneZpOJ2VdNRuaQfyu { width:14.6875rem;height:8.449225rem;top:23.309730529785rem;left:2.6562499403954rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SuEmxn4Ch524FXsdBreTTtJUTaAeTAPJ { width:20rem;height:6.3369375rem;top:0.3125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #PLndVIMLXuO2PITHIlXHgo4GhthVIdLt { width:11.125rem;height:9.9375rem;top:8.8125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8VLETTk4rKWc0TDW2yr9TQs92Fdp1Ut { width:4.5625rem;height:4.5625rem;top:15.6875rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7aSXx0HiX30l99tHIsVa1h16v60Ocuw { width:6.5625rem;height:6.624375rem;top:38.96484375rem;left:11.810709655285rem;display:block; }
 }@media only screen and (max-width: 763px) { #sT0nNxkGgniaMKzkTTEW6N1nJIX8bn67 { width:9.25rem;height:9.375rem;top:9.0625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRFmLcRuTzJVU4FbWbNC1ikrNns9PX2T { width:13.562rem;height:19.812rem;top:32.37385559082rem;left:3.2177733778954rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIwkOu8Z5U2vB0dy5fgK23r5Q2Lc1EKu { width:5.9375rem;height:5.8748375rem;top:36.56086730957rem;left:2.6562499403954rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #eIOwF7Qf5EovvSdxKSnVJD2uisoIwwgr { display:block; }#eIOwF7Qf5EovvSdxKSnVJD2uisoIwwgr > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sPN0TOIV3ANtP6eHxWzfFmR5QMDOa5rz { width:20rem;height:4.5rem;top:3.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #bM25Qf1q2MA17JvDMKTH0VZdTF71slsd { width:18rem;height:2.69921875rem;top:8.4986419677738rem;left:0.99949055910113rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lHPz3BUTEUQ4kJsWP8O8MGLpnki4ydAF { display:block; }#lHPz3BUTEUQ4kJsWP8O8MGLpnki4ydAF > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lOkaukTfTgodksmbH2gH65hnDbZP3kKl { width:8.9375rem;height:8.3125rem;top:2.875rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIBGo1kJNzpSH3ApryiTCHpi5Qc5qNSh { width:13.1875rem;height:2.61230625rem;top:11.5rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRcoTQRQSnWo8Vh4HbNBEinkNHh5tkit { width:5.875rem;height:5.875rem;top:15.6875rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GvvfJOmgaU5nkIzvfoiqg0Tc2NHuNlfS { width:17.3125rem;height:3.7119125rem;top:27.75rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkgCLImbIykckdZwFTeMxHMQ97hfWUWd { width:17.5rem;height:3.7119125rem;top:44.25rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywD2Rb0pTQTxibA0xJwnOKbxtgRNxyzR { width:2.87435rem;height:2.87435rem;top:34.134116172791rem;left:5.2799482941628rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlBtFRFQUrGkEuBTaShJbVznTTz8TIaz { width:4.56163125rem;height:4.56163125rem;top:38.75rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDQFRqe5zW6DOTF8RupQ6Wk2BDdTyumC { width:2.62478125rem;height:2.62478125rem;top:7.125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #prJNkrrbm43skQTtsR02bVzZOq0TD669 { width:2.87435rem;height:2.87435rem;top:2.875rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1GKelzH2PATRGA3gEbo5rLVwctlxCIl { width:2.24935rem;height:2.24935rem;top:17.6875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLvteFnboaHfcmsATzTNb2DTdczb4Joq { width:2.62478125rem;height:2.62478125rem;top:24.5625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6seoq7X7vUIUEXBHn5XXcfGbLChQ9F7 { width:10.3125rem;height:10.125rem;top:16.9375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLLnGz6IgHNOw1onT3seTXP3xpTfXI9Z { width:9.875rem;height:8.4375rem;top:34.5625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPDetp9k7G84LCpLM6VNDlPivXvqa3Q0 { display:block; }#RPDetp9k7G84LCpLM6VNDlPivXvqa3Q0 > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #COoQKR7xmW54qNxnVyMBkkNUyABkFZkD { width:20rem;height:2.000325rem;top:3.125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aidLcGsskW0cW7TdMSRPkolCcv1TH7MX { width:14.8746875rem;height:2.8496125rem;top:5.9375rem;left:2.5618488192558rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ouZGchrUGT3IET5TTyG01the1z4L3znM { display:block; }#ouZGchrUGT3IET5TTyG01the1z4L3znM > .row .container { width:20rem;height:120.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JHPglh2tHsEqBa4WhPg2WEvt8PtRii7q { width:15.5625rem;height:3.25rem;top:8.6596641540525rem;left:1.5307616591454rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUdbGnhbG09V9tCURuuk141XdDMGAV73 { width:20rem;height:34.0625rem;top:0.87809371948244rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohVS3KzbkRp3qlI8MMKlsadFK5vzSiIr { width:16.936875rem;height:4.875rem;top:3.27392578125rem;left:1.5307616591454rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDZKtoSdqsIUT5GyBpu82q30dwgsrbUF { width:16.4371875rem;height:19.26125rem;top:12.846677780151rem;left:1.7805988192558rem;font-size:1.125rem;display:block; }#LDZKtoSdqsIUT5GyBpu82q30dwgsrbUF li:before{  }
 }@media only screen and (max-width: 763px) { #b6hrXncvl5LoVaCcalE2laGPNLyFuhHT { width:20rem;height:37.375rem;top:37.56510925293rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1eDNGopZgRiGS4TdPJFvESRz4ymo3hB { width:16.4371875rem;height:25.1108125rem;top:47.408039093017rem;left:1.7805988192558rem;font-size:1.125rem;display:block; }#i1eDNGopZgRiGS4TdPJFvESRz4ymo3hB li:before{  }
 }@media only screen and (max-width: 763px) { #aPm0WkSlM943InEyoc0QxgZk790H5cgS { width:14.6875rem;height:3.25rem;top:43.086750030517rem;left:1.5307616591454rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q54APqehIoZc9iwDxE4hqB9fcv8JUQEq { width:17.6871875rem;height:2.4375rem;top:40.076496124267rem;left:1.5307616591454rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6Vv3T3uOAvxnLbCNAxZ4l4mHHTCB2RW { width:20rem;height:31.875rem;top:77.815753936769rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XN6ehdATLO3r3wJKL0mLi9SEcDuKp1Oh { width:16.936875rem;height:4.875rem;top:80.034992218019rem;left:1.7805988192558rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoV7vd8MdnECoMWWzXEkgI6zMQFIIFrF { width:16.4371875rem;height:16.2739375rem;top:89.971511840819rem;left:1.7805988192558rem;font-size:1.125rem;display:block; }#BoV7vd8MdnECoMWWzXEkgI6zMQFIIFrF li:before{  }
 }@media only screen and (max-width: 763px) { #PL7N72oTZlawMktSVmBPMFA2456td0M1 { width:9.9356875rem;height:3.25rem;top:85.409339904788rem;left:1.7805988192558rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0bh2mcUOaDLTapLQW8GAKtswThObl7n { width:13.9998125rem;height:3.75rem;top:112.25341796875rem;left:2.9988605380058rem;display:block; }
 }@media only screen and (max-width: 763px) { #ar5VfTscTGhtKx2AFaFGPIqrkqhsBQ59 { display:block; }
 }@media only screen and (max-width: 763px) { #uAeok3O3Rn4ZQyhbB10e5va5UtZVFVzs { display:block; }#uAeok3O3Rn4ZQyhbB10e5va5UtZVFVzs > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sMEJ11hyMLuHL3yB3qQCHoJmdTM9PhZo { width:16.8123125rem;height:25.1953125rem;top:21.810707092285rem;left:1.5934244990349rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #esLyqA30mhkK3PxpVkf3z4AARx6SipFg { width:15.7486875rem;height:3.75rem;top:3.6214179992676rem;left:1.5934244990349rem;text-align:left;text-align-last:left;line-height:1.2;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXBXzWRkVLrgTDXhFrX4A9TBbCB5v1QC { width:16.687rem;height:11.062rem;top:9.2195625305175rem;left:1.6552733778954rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPWtg9CcnnwmLsN7hHbgCtOW6PgF7WuO { display:block; }#JPWtg9CcnnwmLsN7hHbgCtOW6PgF7WuO > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ibPrUP0HFyDKhOqdU3lbWkQ16y1kMBLf { width:10.375rem;height:0;top:23.9375rem;left:1.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #qpCiPJRbugBGXrpJN2Tr0gtTGIX0WcIO { width:10.375rem;height:0;top:23.911346435547rem;left:9.2484719157219rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #rt3R5fHVEKW1sHJRmqGJxqydbZM2oh6b { width:0.9375rem;height:0.68685rem;top:22.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUXDoQLI5zTcMdHvoLKethQxhcJ5DNBC { width:0.9375rem;height:0.625rem;top:27.8125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #daLcC293p9IhDTLCOZdZRmPtaPG4D0Gg { width:0.8748375rem;height:0.625rem;top:32.9375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #miT8Ehg65JwhiBK7JeaG0IQfaOc61m4P { width:20rem;height:5.84911875rem;top:1.2098999023438rem;left:0.000849187374115rem;text-align:left;text-align-last:left;font-size:1.5rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #M1yXMNCltwgHz4eueXaQseUDI90lFVM7 { width:0.9375rem;height:0.68685rem;top:17rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnfMGTvVv5zs0aCsxfL737HJ5dmDTALr { width:16.25rem;height:30.437rem;top:36.936034202576rem;left:3.7499997019767rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #oH2amwnCwGR5GAAx2UUk3EGJZlmzhvN7 { width:14.3125rem;height:26.9970625rem;top:9.125rem;left:3.3125rem;text-align:left;text-align-last:left;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #omHrZKmdhF1nhHQwtzWNQgeaN7gITT6M { width:0.9375rem;height:0.6875rem;top:9.625rem;left:1.625rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #vytCH6HIE1xRSx2ut39pnFfXwILuihxt { width:0.9375rem;height:0.6875rem;top:47.1552734375rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgJPgzIaUaMSqUUfEZHf5uTUiMthPxwt { width:0.9375rem;height:0.6875rem;top:16.75rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #eqEoGDz2hblAFRnpiuqDTiIqBsM0cBII { width:8.5625rem;height:4.625rem;top:42.095642089844rem;left:10.236074149609rem;display:none; }
 }@media only screen and (max-width: 763px) { #ImUi4ddr5CNEtTmiggbd9WArNmHnvwk8 { width:18.9371875rem;height:4.12435rem;top:38.90299987793rem;left:0.53059893846512rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZG8UzvdsZTIrHyFvnnLUHKAwh0hyDeRv { display:block; }
 }@media only screen and (max-width: 763px) { #UJndlCAp0ZSPC1N2i1Imz5hXpn6IUUhZ { display:block; }#UJndlCAp0ZSPC1N2i1Imz5hXpn6IUUhZ > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N4daawFpdmtgOdyGEKCyAcQBTiboeMww { width:20rem;height:2.4375rem;top:9.1853828430175rem;left:0rem;text-align:center;text-align-last:center;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D19Darl81RcxhTCe2KpIkWscg979UUCU { width:20rem;height:4rem;top:4.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQT2SFdyOx66Tm84B9zc4zCbDJ485NGz { width:20rem;height:9.44825rem;top:13.767902374267rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFU7Iz8Gc1ri1UdetRbqv2rBaiMwU5V4 { display:block; }#vFU7Iz8Gc1ri1UdetRbqv2rBaiMwU5V4 > .row .container { width:20rem;height:59.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWmtSoJDwvxTOdHr6ymNdN7fc00aM8NJ { width:17.1248125rem;height:2.625325rem;top:20.21728515625rem;left:1.4371744990349rem;text-align:left;text-align-last:left;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRdzdRgsZo7XxV3wMN45BENtQL8kLMAr { width:16.936875rem;height:31.75975rem;top:23.938800811767rem;left:1.5307616591454rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gaqw7zrhJzvCGq7IQOQnDDuFEExn0AlT { width:17.312rem;height:12.7498125rem;top:5.3556308746338rem;left:1.3435872197151rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApksMPFsNHv1mBgvkPpsiUTLDZqfPPP1 { width:12.5rem;height:23.4375rem;top:30.624633789062rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OxyViem4KJrHQtzqArSEPx7pa6vg7g3K { display:block; }#OxyViem4KJrHQtzqArSEPx7pa6vg7g3K > .row .container { width:20rem;height:63.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hrCkqrVcKW6TR4gsNFgcDyz5SEcVpT7g { width:17.5rem;height:15rem;top:2.275390625rem;left:1.3118489384651rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pe0wNgArFWyJFyGlbfTSvgTKr7T7wWpz { width:12.5rem;height:23.4375rem;top:30.624633789062rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #K7H3aasT5ZH23rnDKfqLntw4905q1J5d { width:13.6246875rem;height:2.625325rem;top:19.3125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9SEbWvomFbdNaXkyigRd13ItCNeZvgV { width:17.4375rem;height:35.902375rem;top:23rem;left:1.375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttADvfKzCLZ9qgKGbF7TUFJ01KNs4l1A { display:block; }#ttADvfKzCLZ9qgKGbF7TUFJ01KNs4l1A > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hWu9l2u6Th9d07hT9z0FZWEc8aT2aQqG { width:17.4373125rem;height:11.687rem;top:2.2477264404297rem;left:1.2801106572151rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwJslnXZwpObpKn48WVXm09wA9lZC4Gg { width:12.5rem;height:23.4375rem;top:30.687133789062rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #o06QxmfKLTfkK4fRLnSNyx6egTU9Uykd { width:16.7496875rem;height:30.378875rem;top:19.246417045593rem;left:1.6235350966454rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gas6AiK1kz1TcGmu9B8tLaFW5tXHe6qJ { width:13.6246875rem;height:2.625325rem;top:15.684466361999rem;left:1.6235350966454rem;text-align:left;text-align-last:left;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWVGKNHBm4Bu1bsaB8Cpmvuk2WLf76Ec { display:block; }#GWVGKNHBm4Bu1bsaB8Cpmvuk2WLf76Ec > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eSCcQipn1d582e02NiqCQQEEDPiv61dO { width:17.249375rem;height:11.8123125rem;top:2.04345703125rem;left:1.3745116591454rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFLlJTHgNGBTfH1tlWdi4UW0L7CwMP27 { width:12.5rem;height:23.4375rem;top:30.624633789062rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #IGbf4uRlqmDMT9yUlwGKVa0xwKkkFTbO { width:17.6245rem;height:20.712875rem;top:18.417156219483rem;left:1.3745116591454rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBLpJT7iHm0IJSOvPnE57J8A5Bx9LbPI { width:13.6246875rem;height:2.625325rem;top:14.979656219483rem;left:1.3745116591454rem;text-align:left;text-align-last:left;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvzNzsZ1X0FWJn9ObVsRILL5Vk91TDCZ { display:block; }#QvzNzsZ1X0FWJn9ObVsRILL5Vk91TDCZ > .row .container { width:20rem;height:83.3916015625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TqpKtlgNfTuTpeAaQxdqtcH81suf1Bmb { width:15.437rem;height:7.3125rem;top:2.87353515625rem;left:2.2802733778954rem;text-align:left;text-align-last:left;font-size:1.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #EgqR2persaQJEnwCCw9zaaLCkyUSTZwz { width:3.625rem;height:5.5rem;top:9.2667636871337rem;left:1.1238606572151rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #uaJRT79tRhHSffGbarZVLk2PKpe5yHoM { width:16.25rem;height:49.3925625rem;top:34.016925811767rem;left:2.2802733778954rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeiTx21XNNnbmUSLQuzg6IAWvAE2aJpm { width:15rem;height:4.79980625rem;top:28.515625rem;left:2.2802733778954rem;text-align:left;text-align-last:left;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tJKLl1aSv7poUvIe4lqh9w8De2RszyaH { display:block; }#tJKLl1aSv7poUvIe4lqh9w8De2RszyaH > .row .container { width:20rem;height:78.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NGVNQ1uEGRww1Q5L8BCyC9qUd44dW8Lz { width:15.437rem;height:4.875rem;top:2.87353515625rem;left:2.2802733778954rem;text-align:left;text-align-last:left;font-size:1.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IbLAAF8Igg2KnSvpRGAtUhCwtGnPoyee { width:7.5rem;height:11.25rem;top:9.2667636871337rem;left:1.1238606572151rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #zCCsov8QMwQRGnUwATep5CImvi9W2nuF { width:16.25rem;height:37.6943125rem;top:34.016925811767rem;left:2.2802733778954rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gm2MoRsKWfHe7KbMspyl9NGGvBzaSSAi { width:15rem;height:2.3999rem;top:28.515625rem;left:2.2802733778954rem;text-align:left;text-align-last:left;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TTJOqvMtJVEZMCTlyTEJNdqGxcgMnxp1 { display:block; }#TTJOqvMtJVEZMCTlyTEJNdqGxcgMnxp1 > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WpUaTcU6ACD7UzgdudP5RbIfQgdlkfzm { width:17.874375rem;height:4.2246125rem;top:6.1515350341797rem;left:1.0620116591454rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #y52Gt14N0kVKVFbBzvQDO6Ans6Okf5Vl { width:20rem;height:1.687825rem;top:3.9359741210938rem;left:0.000849187374115rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtCCEWu6opaaB9UFFVXXe06tNbAzkDhO { width:18.9371875rem;height:4.12435rem;top:11.650390625rem;left:0.53059893846512rem;display:block; }
 }@media only screen and (max-width: 763px) { #kd5sKG81oEkdZZsGDBnOIDyZ9MPkL55x { display:block; }
 }@media only screen and (max-width: 763px) { #zru2PSgV1TlmgNXp9JAnKhTw5M4D2rH9 { display:none; }#zru2PSgV1TlmgNXp9JAnKhTw5M4D2rH9 > .row .container { width:20rem;height:110rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Shz02Qsx04ggCQGLDRn3olrnTsCBxNBk { width:11.4375rem;height:2.625rem;top:24.3125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhkL0D2TOsA2BQaxQIZaHbd2WRWhwCiw { display:block; }
 }@media only screen and (max-width: 763px) { #DRupTtUQh457N6Qr9h3kWVcwX606Dop6 { width:11.4375rem;height:2.625rem;top:104.375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeSsWtbVdc6VyLopab9mTX8BPOFxMXWK { display:block; }
 }@media only screen and (max-width: 763px) { #pvi1t3a9rd94pnC66Qpd2a2SMP667228 { width:14.5rem;height:1.625rem;top:82.9375rem;left:2.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J0EI65mWIpwoDk4yHLoxTogfINIE978y { width:14.5rem;height:1.625rem;top:2.0625rem;left:2.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xIsMxtqKF8WH0AmuC8vo2iJ8NIwP0Wgs { width:14.5rem;height:1.625rem;top:30.3125rem;left:2.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wlJXQlQTsFE0ZPscCWgFJZnUBQByxQH9 { width:14.5rem;height:1.625rem;top:56.4375rem;left:2.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f0nRrBrRC49nQOrDPQqtkI4Unyq15icG { width:14.9375rem;height:1.25rem;top:84.5625rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yzVipGgv3epbw03DrJC0sroibFFDsS3W { width:14.9375rem;height:1.25rem;top:4.3125rem;left:2.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sDqMNQ8kABaNcngaaIT1ZQ1a4hh9hysX { width:14.9375rem;height:1.25rem;top:32rem;left:2.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SemcGK6I3xDAcCVrJfRgSvKAZGZvW30M { width:14.9375rem;height:1.25rem;top:58.0625rem;left:2.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xdWE3l4OTsm4e6U8psArScCh2NLirz3E { width:11rem;height:16.625rem;top:87rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4QfZHqLgEo2a9TOL1s9z4IC9BRbDLg3 { width:11rem;height:16.5rem;top:7rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXf5TnAhsFXz0TAhhbw1tSfSHIECy6aa { width:11rem;height:16.5rem;top:34.0625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rygvx0pGTDC6wvGiK8a6VG0G1viL68ir { width:11rem;height:16.5rem;top:60.875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4BT9BnyO4P6UnMIS1EiNnEnPCb6VzTS { width:11.4375rem;height:2.625rem;top:77.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuqLI0H5dwMNBXIgCySrKqMNssaSl3oe { display:block; }
 }@media only screen and (max-width: 763px) { #TONk5eLvPlbkILcTGeIH992BX2D0cAFI { width:11.4375rem;height:2.625rem;top:51.25rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVrhhs89C8IqtXEAueUKKolwQV61XMDd { display:block; }
 }@media only screen and (max-width: 763px) { #eGctiZiTsBrUCqXPvrAHtQCwqSMs6AIg { display:none; }#eGctiZiTsBrUCqXPvrAHtQCwqSMs6AIg > .row .container { width:20rem;height:110rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KZEo6yST96LQhemax96IZA5ydceIweRT { width:11.4375rem;height:2.625rem;top:24.3125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXOpRBIBMxSTLp8lbX49eePMUG38XHKI { display:block; }
 }@media only screen and (max-width: 763px) { #L2sqlTXrB7rwmTiP5sk3ZE1OT2WT8Dw5 { width:11.4375rem;height:2.625rem;top:104.375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUG4inZ57DWBn7eVJ5Wf8eZGxVtUETla { display:block; }
 }@media only screen and (max-width: 763px) { #cm9ka3Ki6upufhbL1ly1dJ8fBSdTMar4 { width:14.5rem;height:1.625rem;top:82.9375rem;left:2.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VeXtywRxz2rWxI2ufABXCo0V2f5blixI { width:14.5rem;height:1.625rem;top:2.0625rem;left:2.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n6W8xaPD0xbUQ1r8eF12Nt2GF4KGm0Vl { width:14.5rem;height:1.625rem;top:30.3125rem;left:2.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CfPgmWwOoGhsVd2vb1OIkvahgWOIVEXO { width:14.5rem;height:1.625rem;top:56.4375rem;left:2.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EzLkkB0yBlGtopH3DCsxrcobRKk5ULtu { width:14.9375rem;height:1.25rem;top:84.5625rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fV2NcPVrVhbpsWqSx3HgcLZcXwwxw1Ra { width:14.9375rem;height:1.25rem;top:4.3125rem;left:2.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cuP1XG5uBfxhQzza99NU64AWZtCCSh6L { width:14.9375rem;height:1.25rem;top:32rem;left:2.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AWLuAPUl4bMPWfqGJOltsRo0ZyLZeNJS { width:14.9375rem;height:1.25rem;top:58.0625rem;left:2.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #db9QWKhsVmXUinJb5v7PSDOozCAot2yw { width:11rem;height:16.625rem;top:87rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1WSeuVteJ8vCeWx6pdSkkzZocfFuJ7a { width:11rem;height:16.5rem;top:7rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSORMVTt6K6shw6srUtqRVdmTqb4TcJl { width:11rem;height:16.5rem;top:34.0625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT5r9mDmZ8HdGr1TfNQV5RdGZbxkI5EH { width:11rem;height:16.5rem;top:60.875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fI2KxbiSdNq0ygmlKu8bFdyOKJrX5Jta { width:11.4375rem;height:2.625rem;top:77.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #znkz1tKdWiZVrxBulDzBEmNtdBuRBJEJ { display:block; }
 }@media only screen and (max-width: 763px) { #mG2wB9OSTrQF1iT1dBbcwBJANF5ul0L0 { width:11.4375rem;height:2.625rem;top:51.25rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Re3NLUNHpn8L6xHW8hZI0UE3AmOHP1be { display:block; }
 }@media only screen and (max-width: 763px) { #f2hsbvbftniyAFO8RWFWsAGT0OCCOuTa { display:block; }#f2hsbvbftniyAFO8RWFWsAGT0OCCOuTa > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KWvtGtVRIfHlnw5LqzvuD8DsGBxy0Kv4 { width:20rem;height:1.875rem;top:2.0625rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOD1PreWhukTqBpK954tzPX5yhZgTBcm { width:18.186875rem;height:6.9043125rem;top:6.99951171875rem;left:0.90576165914537rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sisTfNhVGOhuTIc3vSsd5OyCVAHWPWm5 { width:20rem;height:1.4624rem;top:4.9365940093994rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t5RT7mg29xHeEeON16S6D05ql7GBDScz { width:17.561875rem;height:11.624375rem;top:15.374349594116rem;left:1.2182616591454rem;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyQqVbay1mMf2agI2K5Ius5t30ZbtydS { display:block; }#lyQqVbay1mMf2agI2K5Ius5t30ZbtydS > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HpgIDEhnNawfEaOzr97Q9QdTAfuhEnyd { width:15.2498125rem;height:4.38720625rem;top:29.312335968017rem;left:2.3738605380058rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JiBATbV8wuNCMMkekmt14I12URQ2NS3E { width:15.8121875rem;height:2.92480625rem;top:13.0615234375rem;left:2.0930988192558rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BxKfTSMcfTNy5NTdciGah0tZIAkDRA9p { width:15.0625rem;height:1.70605625rem;top:1.25rem;left:2.4375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RKswIRBmuzC5quTo75T7c8OiMWEPGG6v { width:15.061875rem;height:1.70605625rem;top:18.497718811035rem;left:2.4682616591454rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MCaOQ2mxB1GvUuqARxwPmg6L9QAfA2KO { width:11.4998125rem;height:2.92480625rem;top:48.124183654785rem;left:4.2488605380058rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BxG4wx4O6p4PMpfF5F1IUn17duXul5Js { width:15.061875rem;height:1.70605625rem;top:36.06201171875rem;left:2.4682616591454rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q897XgdqIASTKlaxhW7SPKWgrCScT1UA { width:7.9375rem;height:7.9375rem;top:3.4549140930176rem;left:5.9993488192558rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4faICDZgOCwvn9yr6NyEUZ9L2mGyRsi { width:7.9375rem;height:7.9375rem;top:20.39013671875rem;left:5.9993488192558rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRfUZhy3XCh4yiI6wo2VfTPzD4zrHhJ1 { width:7.9375rem;height:7.9375rem;top:38.9990234375rem;left:5.9993488192558rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJStS82X2X3qMMEarTF6HcaB29fWWgh6 { display:block; }#zJStS82X2X3qMMEarTF6HcaB29fWWgh6 > .row .container { width:20rem;height:73.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hb6xn5Aphxv9QOX0EpnwChfZSMppzCbJ { width:13.2495rem;height:2.76204375rem;top:11.077960968017rem;left:3.3740233778954rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w6UEf2OmCT2hHF8EobFRoJCRCcTn0hBf { width:15.0625rem;height:1.70605625rem;top:1.25rem;left:2.4375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V3vl1eo6zp0lg41CtSx0OM3oBtiTHvfy { width:13.6873125rem;height:1.381025rem;top:26.748859405517rem;left:3.1551105380058rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D08I1kTlbIXUU2T7dUeLWlrCTrsho2kA { width:15.061875rem;height:1.70605625rem;top:16.37451171875rem;left:2.4682616591454rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sVNefrQEyG4biH3wTCH7EU6HwxucPwM8 { width:13.499375rem;height:2.92480625rem;top:40.748695373535rem;left:3.2495116591454rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ek4SMulW7s0wAXEsSh9zl9lPP9sr7XAe { width:15.061875rem;height:1.70605625rem;top:30.374347686767rem;left:2.4682616591454rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qp0liZFIkJuVOZV62v6ZmThUZtDXFimA { width:13.6246875rem;height:2.92480625rem;top:57.5625rem;left:3.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ry5woHenvP8d58emcUGC5HGn3H15Rs9d { width:15.061875rem;height:1.70605625rem;top:47rem;left:2.5rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ER9f59RdAiJytKo2rvQSTESgNndlJ06I { width:7.9375rem;height:7.9375rem;top:2.9549140930176rem;left:5.9993488192558rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1wOfrN3WSJ8ZukCiHBOwSEMxIEmOLCA { width:6.875rem;height:6.875rem;top:19.0625rem;left:6.5307614207269rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9PPV7THN07IyDVy3LrnshAd5BiJJ4Hw { width:6.375rem;height:6.375rem;top:33.18603515625rem;left:6.7805988192556rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLe3ciAu8tTBo44cW0wDMuXp8o1ydA9g { width:6.375rem;height:6.375rem;top:50.0625rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaQLxIxiQRsHyPLmvh9fRMtMVnKceVoc { width:13.9998125rem;height:3.75rem;top:63.68652153015rem;left:2.9996744990349rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qpup3V0RkNHo9oFRkbMkcV36ACUmw9eH { display:block; }
 }@media only screen and (max-width: 763px) { #X37LP2Znllg4gt3O1DTPpr5ZF378uM2d { display:block; }#X37LP2Znllg4gt3O1DTPpr5ZF378uM2d > .row .container { width:20rem;height:25.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L3atkB5nymnAILFUoKx4V7586O9x46xc { width:15.061875rem;height:4.875rem;top:3.875rem;left:2.5rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u4iK6q67FRFr21mrF0EX9M0I91LmoohU { width:16.4371875rem;height:1.625rem;top:18.75rem;left:1.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TbR64FGM4yvW1GVzwkcGseCSLBT3OplU { display:flex;width:10rem;height:10rem;top:8.75rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #kEhk5rIbRBUJ8khkvTQSTtoZFL7G84fB { display:none; }#kEhk5rIbRBUJ8khkvTQSTtoZFL7G84fB > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hoIoHWONyum0GAluWrkoSKZigCRW5cIS { width:17rem;height:4.3125rem;top:8.9375rem;left:1.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #WFG5MRNClL7rgDGMcHirUPatFF2kBxPI { width:14rem;height:3.75rem;top:3.5rem;left:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #alvSFmphaA4cqnFtrxckJ6G3LRRs1hWs { display:block; }
 }