.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;
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;top:0rem;left:0rem;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6702ec76-8005-4b08-8956-f8b6c0be4e3c/justyna1.png");background-position:center left !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:block; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE.adaptive-delivery-prevent-bg, #JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE.lazyload, #JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE.lazyloading { background-image: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { background-color: transparent; background-image: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container > .video-iframe-container { display: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container { display: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .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); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { border-width: 0; border-radius: 0; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:60rem;position:relative;display:block; }#PmfaP33exAQophGo8g9uSpHCH8C4DFAv { color:#5ca797;display:block;width:48.3125rem;position:absolute;font-family:satoshi;font-size:3.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.75rem;left:11.6875rem;height:13.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xuOo4LRI75bQpoXzTXcePEFil0NEyDXi { color:#696a6c;display:block;width:45.5rem;position:absolute;font-family:satoshi;font-size:2.4375rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:19.46240234375rem;left:14.5rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5ca797;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; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { background-color: transparent; background-image: none; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container > .video-iframe-container { display: none; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row > .video-iframe-container { display: none; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .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); }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { border-width: 0; border-radius: 0; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { font-size:0.875rem;font-family:arial;height:2.625rem;width:60rem;position:relative;display:block; }#KK1HsMz3PZUffT9yz2WGEcPJX0SwTNv2 { 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; }#KK1HsMz3PZUffT9yz2WGEcPJX0SwTNv2 > .row .container { background-color: transparent; background-image: none; }#KK1HsMz3PZUffT9yz2WGEcPJX0SwTNv2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KK1HsMz3PZUffT9yz2WGEcPJX0SwTNv2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KK1HsMz3PZUffT9yz2WGEcPJX0SwTNv2 > .row .container > .video-iframe-container { display: none; }#KK1HsMz3PZUffT9yz2WGEcPJX0SwTNv2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KK1HsMz3PZUffT9yz2WGEcPJX0SwTNv2 > .row > .video-iframe-container { display: none; }#KK1HsMz3PZUffT9yz2WGEcPJX0SwTNv2 > .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); }#KK1HsMz3PZUffT9yz2WGEcPJX0SwTNv2 > .row .container { border-width: 0; border-radius: 0; }#KK1HsMz3PZUffT9yz2WGEcPJX0SwTNv2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KK1HsMz3PZUffT9yz2WGEcPJX0SwTNv2 > .row .container { font-size:0.875rem;font-family:arial;height:45.625rem;width:60rem;position:relative;display:block; }#AwwxZxKyonbwFumIBaEAytgynKCING4y { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.125rem solid #bebebe;border-left:0.125rem solid #bebebe;border-right:0.125rem solid #bebebe;border-bottom:0.125rem solid #bebebe;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:19rem;top:17.1875rem;left:0rem;display:block; }
#ow3lysQTvoV72qlWLfzVrO7vrlwkgls0 { color:#696a6c;display:block;width:17.375rem;position:absolute;font-family:satoshi;font-size:1.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:25.3125rem;left:0.9375rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g8u3bWoabK6QtlJaaZi848NlJOS14HzL { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;border-top:0.125rem solid #bebebe;border-left:0.125rem solid #bebebe;border-right:0.125rem solid #bebebe;border-bottom:0.125rem solid #bebebe;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:19rem;top:17.3125rem;left:20.5625rem;display:block; }
#eZrBDm9WPcWln9Z4v7D9KfpUvXG6EfmD { color:#696a6c;display:block;width:17.75rem;position:absolute;font-family:satoshi;font-size:1.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:26.53125rem;left:21.3125rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yGnrxK8k3oGTS8aZPZ8kPJg8T9NOIazQ { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;border-top:0.125rem solid #bebebe;border-left:0.125rem solid #bebebe;border-right:0.125rem solid #bebebe;border-bottom:0.125rem solid #bebebe;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:19rem;top:17.3125rem;left:40.875rem;display:block; }
#POFQnTftwtS7Q317e5sTwE5wHvHbi2rh { color:#696a6c;display:block;width:16.5625rem;position:absolute;font-family:satoshi;font-size:1.75rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:25.9375rem;left:42.21875rem;height:13.6494rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f5JCV4RxHD1zbTG52C37r0LoWEzJtupp { position:absolute;display:block;z-index:15019;background-color:transparent;background-image:none;border-top:0.125rem dashed #bebebe;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.0625rem;width:40.625rem;top:12.8125rem;left:9.6875rem;display:block; }
#xM8lLRTLbrHJpbkHBANAHIloe4Zh8THO { position:absolute;display:block;z-index:15020;background-color:transparent;background-image:none;border-top:0;border-left:0.125rem dashed #bebebe;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:3.625rem;width:0.0625rem;top:12.8125rem;left:9.6875rem;display:block; }
#a6oI5DgARfnrIS5iUaeO1vlTs8XoAKDn { position:absolute;display:block;z-index:15021;background-color:transparent;background-image:none;border-top:0;border-left:0.125rem dashed #bebebe;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:3.625rem;width:0.0625rem;top:12.8125rem;left:29.9375rem;display:block; }
#HoIu5i6DIlPBUvuB0DWh3L85MPUDW0WC { position:absolute;display:block;z-index:15022;background-color:transparent;background-image:none;border-top:0;border-left:0.125rem dashed #bebebe;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:3.625rem;width:0.0625rem;top:13rem;left:50.5625rem;display:block; }
#ZnGgxxE1556GNpUbFCoEeuFe41ksFtnm { position:absolute;display:block;z-index:15023;background-color:#5ca797;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:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:0.8125rem;width:0.8125rem;top:12.5rem;left:9.375rem;display:block; }
#h03nsficPLCgtg7fGl3UGuS0eZRFWBHs { position:absolute;display:block;z-index:15024;background-color:#5ca797;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:0.8125rem;width:0.8125rem;top:12.5rem;left:29.625rem;display:block; }
#KSdEmBAZGvlPTNifE7yn0HZp3uiqeuh2 { position:absolute;display:block;z-index:15025;background-color:#5ca797;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:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:0.8125rem;width:0.8125rem;top:12.5rem;left:50.25rem;display:block; }
#Zrc5ua8Qstiq3GRc0r77b82c1L5gP70g { color:#5ca797;display:block;width:56.3125rem;position:absolute;font-family:satoshi;font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.09375rem;left:3.6875rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eeCZW02gd2VDb1HkRkrbz1TPiid91r9k { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:18.625rem;left:7.125rem; }
#O4mgmDZqZP63Jd2lOVxZQ7seh07WTwAk { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:19.09375rem;left:27.96875rem; }
#LpRTOwL9CiCtWyi7SAZcAIUIAzgH2v4V { box-sizing:content-box;color:#5d92ff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:19.09375rem;left:48rem; }
#yZS3i1tzXOogHFzPCbixkTyurSrnqu96 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/09592538-a9e7-4e5f-a824-f128d8eb2adc/zdjeciadolandingow2.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yZS3i1tzXOogHFzPCbixkTyurSrnqu96.adaptive-delivery-prevent-bg, #yZS3i1tzXOogHFzPCbixkTyurSrnqu96.lazyload, #yZS3i1tzXOogHFzPCbixkTyurSrnqu96.lazyloading { background-image: none; }#yZS3i1tzXOogHFzPCbixkTyurSrnqu96 > .row .container { background-color: transparent; background-image: none; }#yZS3i1tzXOogHFzPCbixkTyurSrnqu96::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZS3i1tzXOogHFzPCbixkTyurSrnqu96 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZS3i1tzXOogHFzPCbixkTyurSrnqu96 > .row .container > .video-iframe-container { display: none; }#yZS3i1tzXOogHFzPCbixkTyurSrnqu96 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZS3i1tzXOogHFzPCbixkTyurSrnqu96 > .row > .video-iframe-container { display: none; }#yZS3i1tzXOogHFzPCbixkTyurSrnqu96 > .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); }#yZS3i1tzXOogHFzPCbixkTyurSrnqu96 > .row .container { border-width: 0; border-radius: 0; }#yZS3i1tzXOogHFzPCbixkTyurSrnqu96 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yZS3i1tzXOogHFzPCbixkTyurSrnqu96 > .row .container { font-size:0.875rem;font-family:arial;height:22.0625rem;width:60rem;position:relative;display:block; }#aabpXIpet25vJ4Sl5BTqgEGSuySUwEWz { color:#5ca797;display:block;width:51.8125rem;position:absolute;font-family:roboto;font-size:4.375rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:12.46875rem;left:8.1875rem;height:6.125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aaI1lF042czouMp6twGHV2XnogJzXa0P { 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; }#aaI1lF042czouMp6twGHV2XnogJzXa0P > .row .container { background-color: transparent; background-image: none; }#aaI1lF042czouMp6twGHV2XnogJzXa0P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaI1lF042czouMp6twGHV2XnogJzXa0P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaI1lF042czouMp6twGHV2XnogJzXa0P > .row .container > .video-iframe-container { display: none; }#aaI1lF042czouMp6twGHV2XnogJzXa0P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aaI1lF042czouMp6twGHV2XnogJzXa0P > .row > .video-iframe-container { display: none; }#aaI1lF042czouMp6twGHV2XnogJzXa0P > .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); }#aaI1lF042czouMp6twGHV2XnogJzXa0P > .row .container { border-width: 0; border-radius: 0; }#aaI1lF042czouMp6twGHV2XnogJzXa0P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aaI1lF042czouMp6twGHV2XnogJzXa0P > .row .container { font-size:0.875rem;font-family:arial;height:48.75rem;width:60rem;position:relative;display:block; }#B18WgW1vw3PEmHk5TgTbDVZnJ78zXpDQ { color:#ffffff;display:block;width:30rem;position:absolute;font-family:satoshi;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:9.25rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lb5aTIhN3VllWN9mWyHTZ6ZXDL0C5P89 { color:#f9f9f9;display:block;width:26rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:13.2373046875rem;left:4.0625rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VXtJQfaBQz8X9tUR43RBUJ022nv5312m { color:#585858;display:block;width:30.0625rem;position:absolute;font-family:satoshi;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9.25rem;left:30rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Be4m1KbsDdbcTxRi0uObc0C6DKSUfAzx { position:absolute;display:block;z-index:14999;background-color:#5ca797;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:36.625rem;width:30.0625rem;top:1.5rem;left:0rem;display:block; }
#vTVrrRr2tgDgghNfvTsZ5x8uC67Is4vD { position:absolute;display:block;z-index:15000;background-color:#f9f9f9;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:36.625rem;width:30.0625rem;top:1.5rem;left:30rem;display:block; }
#NIGLaW4WILBTp2WIc2pXe8VrJ9V0VoTA { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:18.6875rem;top:1.068359375rem;left:5.65625rem;overflow:hidden;display:block; }
#PUuZNDPFGCFJDL43tJpC9QOi01ZN12ba { 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:0.625rem;width:1.125rem;top:16.125rem;left:11.40625rem;overflow:hidden;display:block; }
#mtphWcCUz97xIuJtyqS8e5k18pf5JA8x { 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:3.4375rem;width:4.6875rem;top:13.2685546875rem;left:0rem;overflow:hidden;display:block; }
#JP1oaJOin8AMMxwrbOHbPVkQ5fKgystQ { color:#f9f9f9;display:block;width:26rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:18.03125rem;left:4.0625rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d63J8w7mHF8BE5kbZXK0TIQ01BZvNN99 { color:#f9f9f9;display:block;width:26.0625rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:22.625rem;left:4rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TJ6ZdqtotINWWfCtB5CN2GqXdTQxwI57 { 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:3.4375rem;width:4.6875rem;top:18.0625rem;left:0rem;overflow:hidden;display:block; }
#Nd2iQqVUNTV16JKmdPL3Lg5J4a0tZiVq { 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:3.4375rem;width:4.6875rem;top:23.53125rem;left:0rem;overflow:hidden;display:block; }
#GIs5tPyJgAtH7dDtB5FfWFxLwVPngQdq { color:#696a6c;display:block;width:26rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:13.2373046875rem;left:34rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HQzJe7lQVtbsnFig8owrrp47fhOamkzD { color:#696a6c;display:block;width:26rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:18.0625rem;left:34rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NB413hnyoK0OrHRFvozRfuITAtGZas1O { color:#686a6c;display:block;width:26rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:23.4375rem;left:34rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iaI4dQASUNynI2LQsIbZ4dKHEgbVZhy0 { color:#686a6c;display:block;width:56.4375rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:41.1875rem;left:1.78125rem;height:4.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uJgyGBHcQ6qbkh0EtcdBF4PwaIlQz8Ob { color:#f9f9f9;display:block;width:26.0625rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:28.3125rem;left:4rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TTLPbR4Q1Bedr5Wgb12OwaDfTTUs7srT { 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:3.4375rem;width:4.6875rem;top:29.75rem;left:0rem;overflow:hidden;display:block; }
#Trte9xPqXyQSM9PT3E9cakfcP48PHuef { color:#686a6c;display:block;width:26rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:29.125rem;left:34rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#khE5yObaMFQySdGV3yeqtIA7mlGasURF { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:4.412109375rem;left:44.03125rem; }
#er2cBhA0c9yTP8epQeGuCME26wy2hwQa { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:14.0810546875rem;left:31.5rem; }
#rCvvDPNNK6ZyZBRWy8J0vDOqHaAuFHAt { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:19.78125rem;left:31.5rem; }
#kSZSfl5KsZmusxdoiqJ3n89D8O1BJcw8 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:24.28125rem;left:31.5rem; }
#xM2dttL8X91MmXI9l5g7GuL4iKEFBh87 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:30.78125rem;left:31.5rem; }
#On6p65INrUcaKGGviIXB8EbIv7HzVIhx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a9dc8c65-fa52-4657-84a6-8b382aa2b841/IMG_05241.jpg");background-position:center right !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:block; }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx.adaptive-delivery-prevent-bg, #On6p65INrUcaKGGviIXB8EbIv7HzVIhx.lazyload, #On6p65INrUcaKGGviIXB8EbIv7HzVIhx.lazyloading { background-image: none; }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx > .row .container { background-color: transparent; background-image: none; }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx > .row .container > .video-iframe-container { display: none; }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx > .row > .video-iframe-container { display: none; }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx > .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); }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx > .row .container { border-width: 0; border-radius: 0; }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx > .row .container { font-size:0.875rem;font-family:arial;height:42.125rem;width:60rem;position:relative;display:block; }#I6XmzE2PxLHKC5PP180TAut0NIu1w3TG { color:#5ca797;display:block;width:54rem;position:absolute;font-family:satoshi;font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2rem;left:-6.9375rem;height:12.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NV0x2GoG5pIXglwRuD6gsUfB2ZJcnZRK { color:#686a6c;display:block;width:40.3125rem;position:absolute;font-family:satoshi;font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:15.5rem;left:0rem;height:3.7373rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DOociWVOUwewsnvo21VfPWVuRUo3GOHp { 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:3.4375rem;width:4.6875rem;top:12.0625rem;left:1.5625rem;overflow:hidden;display:block; }
#EcDW8lh9k9KabpfWobw3Rkfd1awyQuM1 { color:#686a6c;display:block;width:47.125rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:20.3125rem;left:0.8125rem;height:19.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qtEOksiHJRre6rnlDuEZGtBlPrAAL7iC { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:20.5rem;left:-2.125rem; }
#fb7l6RoLlJLuZT1AW1eyqx0JgcPo6XtH { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:22.5625rem;left:-2.0625rem; }
#Q7kpgCAJNdyqEsrDhux9Zpmq4T4iX4mg { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:29rem;left:-2.0625rem; }
#CZLf8tUuR7F5ow4rEu4x4tMRSnGLpEMN { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:31.125rem;left:-2.0625rem; }
#pZ1PFX8S7BZKFtmkFLPCZWJlQpV9GGdQ { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:24.6875rem;left:-2.0625rem; }
#R98ETzyKQksUpGCTwa4KJv6yqRBZkyaU { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:26.8125rem;left:-2.0625rem; }
#OUDOGdph2AoqdbF75DWfN5E0AyqOwJTJ { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:33.3125rem;left:-2.0625rem; }
#T89Pq432MNq6pSuIurFibtiDIw5qG3Qf { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:35.4375rem;left:-2.0625rem; }
#f22aGxix69b1pQMLgvzmBoaBda7cTA9r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f22aGxix69b1pQMLgvzmBoaBda7cTA9r > .row .container { background-color: transparent; background-image: none; }#f22aGxix69b1pQMLgvzmBoaBda7cTA9r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f22aGxix69b1pQMLgvzmBoaBda7cTA9r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f22aGxix69b1pQMLgvzmBoaBda7cTA9r > .row .container > .video-iframe-container { display: none; }#f22aGxix69b1pQMLgvzmBoaBda7cTA9r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f22aGxix69b1pQMLgvzmBoaBda7cTA9r > .row > .video-iframe-container { display: none; }#f22aGxix69b1pQMLgvzmBoaBda7cTA9r > .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); }#f22aGxix69b1pQMLgvzmBoaBda7cTA9r > .row .container { border-width: 0; border-radius: 0; }#f22aGxix69b1pQMLgvzmBoaBda7cTA9r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f22aGxix69b1pQMLgvzmBoaBda7cTA9r > .row .container { font-size:0.875rem;font-family:arial;height:60.4375rem;width:60rem;position:relative;display:block; }#vAVii0SiigacVBI27nID5wKuR6artov3 { position:absolute;display:block;z-index:15023;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:20.1875rem;width:20.1875rem;top:31.0625rem;left:0.625rem;overflow:hidden;display:block; }
#myXwKiTPRcwKMDJ9tyEI10cSazeCrPlt { position:absolute;display:block;z-index:15021;background-color:#696a6c;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:12.5rem;width:12.5rem;top:40.8125rem;left:0rem;display:block; }
#lMFKTZ2Xsa4etaJginoOJuAdb0IgmTs1 { position:absolute;display:block;z-index:15022;background-color:#5ca797;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:12.5rem;width:12.5rem;top:44.5625rem;left:0rem;display:block; }
#ZT0QCeT3Bt1yTUubUOgR5rMr07cilURP { 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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17rem;width:24.5625rem;top:6.375rem;left:3.6875rem;display:block; }
#BX7tc8DoxFTRShDVaMr3B39UZ8zDtmm3 { position:absolute;display:block;z-index:15023;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:20.125rem;width:20.125rem;top:3.1875rem;left:32.5rem;overflow:hidden;display:block; }
#KBLuczcAqyCVpMTbqNEh2Igz9Lt0gGRf { position:absolute;display:block;z-index:15021;background-color:#686a6c;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:12.5rem;width:12.5rem;top:12.9375rem;left:47.5rem;display:block; }
#fhRTtqtTKVP26T9cWFdKcUQT8JVKJGuE { position:absolute;display:block;z-index:15022;background-color:#5ca797;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:12.5rem;width:12.5rem;top:16.6875rem;left:47.5rem;display:block; }
#JBzy9TVp5nlg7LCPP3AxIZt259gsvcIZ { color:#666666;display:block;width:23.1875rem;position:absolute;font-family:satoshi;font-size:2.1875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:11.546875rem;left:4.375rem;height:8.53125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DC6vGJr9JoiBEHk8ab6gJ6Tk8EBE1HF8 { position:absolute;display:block;z-index:15003;background-color:#5ca797;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:3.1875rem;left:12.84375rem;display:block; }
#bkHDTOf0V3ZBnn212ybFmN9tiKigLZoS { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:3.1875rem;left:12.84375rem; }
#nvbk0CgI6JIV9PK8rbpnFznCGTMurgKM { position:absolute;display:block;z-index:15005;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:20rem;width:24.5625rem;top:34.25rem;left:32.5rem;display:block; }
#yyUzVRa91lwoUlUVizgU7KSbX1UeBAql { color:#666666;display:block;width:23.1875rem;position:absolute;font-family:satoshi;font-size:2.1875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:38.5625rem;left:33.1875rem;height:11.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PrmcyecpD5Q5arh5kH6cPcpMdLOtfy7s { position:absolute;display:block;z-index:15005;background-color:#5ca797;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:31.0625rem;left:41.6875rem;display:block; }
#CdWeeR8DmXDcJv6IAGXL9nbksFFUXdZw { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:31.0625rem;left:41.6875rem; }
#pUzMlbkSw9GAdiy1laIERKFrLJo9uAbr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5ca797;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; }#pUzMlbkSw9GAdiy1laIERKFrLJo9uAbr > .row .container { background-color: transparent; background-image: none; }#pUzMlbkSw9GAdiy1laIERKFrLJo9uAbr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUzMlbkSw9GAdiy1laIERKFrLJo9uAbr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUzMlbkSw9GAdiy1laIERKFrLJo9uAbr > .row .container > .video-iframe-container { display: none; }#pUzMlbkSw9GAdiy1laIERKFrLJo9uAbr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUzMlbkSw9GAdiy1laIERKFrLJo9uAbr > .row > .video-iframe-container { display: none; }#pUzMlbkSw9GAdiy1laIERKFrLJo9uAbr > .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); }#pUzMlbkSw9GAdiy1laIERKFrLJo9uAbr > .row .container { border-width: 0; border-radius: 0; }#pUzMlbkSw9GAdiy1laIERKFrLJo9uAbr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pUzMlbkSw9GAdiy1laIERKFrLJo9uAbr > .row .container { font-size:0.875rem;font-family:arial;height:7.4375rem;width:60rem;position:relative;display:block; }#PAfFphzcikpnpCUsuZHQNxGS2s4AaBwr { color:#ffffff;display:block;width:60rem;position:absolute;font-family:satoshi;font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.8125rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T8XOKpwZVB6T9tLM0Cckfp9X7OVdTF7M { color:#ffffff;display:block;width:60rem;position:absolute;font-family:satoshi;font-size:2rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:4.73046875rem;left:0rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NxbPEvaxwTG3sd1ZGGZEN4GdypQCTSW5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5ca797;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; }#NxbPEvaxwTG3sd1ZGGZEN4GdypQCTSW5 > .row .container { background-color: transparent; background-image: none; }#NxbPEvaxwTG3sd1ZGGZEN4GdypQCTSW5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxbPEvaxwTG3sd1ZGGZEN4GdypQCTSW5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxbPEvaxwTG3sd1ZGGZEN4GdypQCTSW5 > .row .container > .video-iframe-container { display: none; }#NxbPEvaxwTG3sd1ZGGZEN4GdypQCTSW5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxbPEvaxwTG3sd1ZGGZEN4GdypQCTSW5 > .row > .video-iframe-container { display: none; }#NxbPEvaxwTG3sd1ZGGZEN4GdypQCTSW5 > .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); }#NxbPEvaxwTG3sd1ZGGZEN4GdypQCTSW5 > .row .container { border-width: 0; border-radius: 0; }#NxbPEvaxwTG3sd1ZGGZEN4GdypQCTSW5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NxbPEvaxwTG3sd1ZGGZEN4GdypQCTSW5 > .row .container { font-size:0.875rem;font-family:arial;height:17.75rem;width:60rem;position:relative;display:block; }#Fsr0Xn5uxt9G4hydBaPqXJ7bGZW6qElI { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:15.625rem;width:18.25rem;top:0rem;left:0rem;display:block; }
#MOFyXw7L1svz6UCLbD2t90KQvibH6Hk8 { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:15.625rem;width:18.25rem;top:0rem;left:20.875rem;display:block; }
#aSLpMvsSrLHKEMdKlTeHguPopwP8hW2l { color:#1d2b51;display:block;width:14.5625rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:5.10595703125rem;left:22.71875rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d934i6BKhvmTRqnQS7n9pcayz2CrUOC6 { color:#1d2b51;display:block;width:14.5625rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:5.10595703125rem;left:1.84375rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J9yFWsNlkK38WERgg30LaOnayAHLnlng { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:15.625rem;width:18.25rem;top:0rem;left:41.75rem;display:block; }
#HEXoTxz4oDUx0TeQpOiMZppIOKEoyHx2 { color:#686a6c;display:block;width:16.25rem;position:absolute;font-family:satoshi;font-size:1.1875rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:7.81884765625rem;left:43.59375rem;height:6.173825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GdCDvNp9P040fIay2CvJIcPymorFvyFH { color:#1d2b51;display:block;width:14.5625rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:5.10595703125rem;left:43.59375rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GeWTgMaSi7DULokDI2PX2Bu9mel7iWXw { color:#686a6c;display:block;width:14.1875rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:7.13720703125rem;left:2.03125rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#afsIWPHgWnSn6glyk9qSlz78drUsQ0KT { color:#686a6c;display:block;width:15.125rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:7.81884765625rem;left:22.71875rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tiFTayu5s1gwElyTNa3u2i59I6zpbTfn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:1.4375rem;left:22.71875rem; }
#KLWR2xzgONC45X1AEHKpq6TuM5mMU4gg { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:1.59375rem;left:43.59375rem; }
#DhDI18l3sLpsbSMbgDzqc54wSQitq76b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:1.4375rem;left:1.84375rem; }
#SMWylMsFx6VsHgww6hI6U5T91cQh5mnT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5ca797;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; }#SMWylMsFx6VsHgww6hI6U5T91cQh5mnT > .row .container { background-color: transparent; background-image: none; }#SMWylMsFx6VsHgww6hI6U5T91cQh5mnT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMWylMsFx6VsHgww6hI6U5T91cQh5mnT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMWylMsFx6VsHgww6hI6U5T91cQh5mnT > .row .container > .video-iframe-container { display: none; }#SMWylMsFx6VsHgww6hI6U5T91cQh5mnT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMWylMsFx6VsHgww6hI6U5T91cQh5mnT > .row > .video-iframe-container { display: none; }#SMWylMsFx6VsHgww6hI6U5T91cQh5mnT > .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); }#SMWylMsFx6VsHgww6hI6U5T91cQh5mnT > .row .container { border-width: 0; border-radius: 0; }#SMWylMsFx6VsHgww6hI6U5T91cQh5mnT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SMWylMsFx6VsHgww6hI6U5T91cQh5mnT > .row .container { font-size:0.875rem;font-family:arial;height:19.625rem;width:60rem;position:relative;display:block; }#o5ZkWWs1XStfloZAoUfAHQhSdDh33REb { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:17.875rem;width:18.25rem;top:0rem;left:0rem;display:block; }
#aci94yrJdeoalbfM55f7FXk5ht3M1wm9 { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:17.8125rem;width:18.25rem;top:0rem;left:20.875rem;display:block; }
#yJDxBeVGhlwVeoHIGsN6h4L1X3TXMLfm { color:#1d2b51;display:block;width:14.5625rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:4.984375rem;left:22.71875rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H6069v1L84Qa3HmOe1v8it5APTxFITOc { color:#1d2b51;display:block;width:14.5625rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:5.16845703125rem;left:1.84375rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uvFGcU5pRMo45bKZ5a3aqFnLfCTCDuEt { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:18rem;width:18.25rem;top:0rem;left:41.75rem;display:block; }
#TsLWn5T5m0IHSskPJ1v7X6gwXK0Qy2WZ { color:#686a6c;display:block;width:15.125rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:7.63134765625rem;left:22.71875rem;height:8.7744375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cETMcg9r1PluyF3p0RBgBMPnyl5PdE38 { color:#1d2b51;display:block;width:14.5625rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:4.984375rem;left:43.59375rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uJz6Fimp2sklLIp8lht4sCN6t7VSZLx8 { color:#686a6c;display:block;width:14.1875rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:7.63134765625rem;left:2.03125rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l6wlmmnW4GKJ0cO04c42eGGqcbNr4Pgk { color:#686a6c;display:block;width:16.25rem;position:absolute;font-family:satoshi;font-size:1.1875rem;font-weight:300;z-index:15025;line-height:1.2;letter-spacing:0;top:7.5625rem;left:43.59375rem;height:5.699225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qr57AHSlOdD5BHXDqvlsTCChtGKkk4ZK { box-sizing:content-box;color:#5d92ff;font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:1.28125rem;left:43.625rem; }
#xQvtR1zXtAKhpkzFWK6h9P0sT9iQT2AL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:1.4375rem;left:22.75rem; }
#hv8TaxqkU9Ka4HMUkloHglk9BasJvDOE { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:1.125rem;left:1.84375rem; }
#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5ca797;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; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container { background-color: transparent; background-image: none; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container > .video-iframe-container { display: none; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row > .video-iframe-container { display: none; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .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); }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container { border-width: 0; border-radius: 0; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container { font-size:0.875rem;font-family:arial;height:10.25rem;width:60rem;position:relative;display:block; }#sewfuSPaDEoPM9imniylVvRE8XFSh2Sf { color:#ffffff;display:block;width:60rem;position:absolute;font-family:satoshi;font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.21875rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5ca797;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; }#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk > .row .container { background-color: transparent; background-image: none; }#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk > .row .container > .video-iframe-container { display: none; }#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk > .row > .video-iframe-container { display: none; }#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk > .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); }#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk > .row .container { border-width: 0; border-radius: 0; }#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk > .row .container { font-size:0.875rem;font-family:arial;height:17.8125rem;width:60rem;position:relative;display:block; }#xl7NLSfpNkMwwlXv1hH2oIUZrtDJfZ63 { position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.97);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:15.625rem;width:18.25rem;top:0rem;left:0rem;display:block; }
#Is1rQbBxZDbFe9TVSObn1z40yV7mWx3v { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:15.625rem;width:18.25rem;top:0rem;left:20.875rem;display:block; }
#rubdscSpRCIJuygChKz3viTEVaT5ENb8 { color:#1d2b51;display:block;width:14.5625rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.875rem;left:1.84375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BPDo5gZ8pzDyK9QLg2TcqHXWMDODWzyR { color:#686a6c;display:block;width:15.9375rem;position:absolute;font-family:satoshi;font-size:1.1875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:8.13671875rem;left:1.875rem;height:6.173825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G0s3QIRwtqCduOTmrEyBU7HXPDuEaQ2f { color:#1d2b51;display:block;width:15.5rem;position:absolute;font-family:satoshi;font-size:1.3125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.87451171875rem;left:22.71875rem;height:1.70605625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uUVFZB3yboy9kiwRnSEDLLll5pttTLzZ { color:#686a6c;display:block;width:15.625rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:8.13671875rem;left:22.75rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hKH6ofHDRE06V9tgV2uQ1Gqtu0OIZfzE { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:15.625rem;width:18.25rem;top:0rem;left:41.75rem;display:block; }
#wEHwtlJaCVP9Tok8mZ2g7LynFeDiyWzv { color:#1d2b51;display:block;width:16.3125rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:5.875rem;left:43.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OyV4TbQzzyfifOABfu9UKxR3Z25JPeGH { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:1.5rem;left:1.84375rem; }
#ciUHFeNLzHTqu1lb3JTAQBF9lTDHh4f3 { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:1.5rem;left:22.71875rem; }
#xqQMfx5kq7hdP7axhpJXdogOC3TMsiHs { color:#686a6c;display:block;width:15.75rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:7.97314453125rem;left:43.71875rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aPv0ZzvtKWTu3Maf7nNbpUnBT1S8qRFy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:1.8125rem;left:43.59375rem; }
#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5ca797;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; }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .row .container { background-color: transparent; background-image: none; }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .row .container > .video-iframe-container { display: none; }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .row > .video-iframe-container { display: none; }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .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); }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .row .container { border-width: 0; border-radius: 0; }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .row .container { font-size:0.875rem;font-family:arial;height:20.5rem;width:60rem;position:relative;display:block; }#T23lImt9lxXTprN6ku0QlNLTXW9HEDk0 { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:18.875rem;width:18.25rem;top:0rem;left:0rem;display:block; }
#Lwzm5JWgt8IEXGM2TVuMup4fZrZL18AJ { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:18.875rem;width:18.25rem;top:0rem;left:20.875rem;display:block; }
#P1x0zzKsPUGF1sgBOa6vynekmkMbVTlu { color:#1d2b51;display:block;width:15.75rem;position:absolute;font-family:satoshi;font-size:1.3125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:5.296875rem;left:22.71875rem;height:1.70605625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iFM02SUyxxt9ti4VpTZT5Tefy0iycCXk { color:#1d2b51;display:block;width:15.9375rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:5.41845703125rem;left:1.84375rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tb7y9XZvJIhgfzNrxhVCG6uuoGeptZSr { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:18.875rem;width:18.25rem;top:0rem;left:41.75rem;display:block; }
#XLB1QZuPeyAXlS3zpmWlNSShn3Ccghsi { color:#686a6c;display:block;width:15.125rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:8.25634765625rem;left:43.59375rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gtkRlzhevu5VBmGTvUuSd27lA0K03f3l { color:#1d2b51;display:block;width:14.5625rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:5.296875rem;left:43.59375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sM1S8MvE3HRaWzUGq3vQXP9XHwV1KTrL { color:#686a6c;display:block;width:14.8125rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:9.30859375rem;left:2.03125rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xLskisp0ak6UmlOvQx14PyS08SI5GqHC { color:#686a6c;display:block;width:15.875rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:7.68359375rem;left:22.71875rem;height:8.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tVdbnMGTvWtvTFNhUT89zvvv6SbC4aRD { box-sizing:content-box;color:#5d92ff;font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:1.28125rem;left:43.625rem; }
#lIQHktqyT5gfgs7ilW4deQoDTc4tXhpT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:1.4375rem;left:22.75rem; }
#fm2ZowUwe7MIIoFxUyETKZEgTbzTbDSH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:1.4375rem;left:1.84375rem; }
#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/SNs6UZ6K/bg5.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb.adaptive-delivery-prevent-bg, #vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb.lazyload, #vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb.lazyloading { background-image: none; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row .container { background-color: transparent; background-image: none; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row .container > .video-iframe-container { display: none; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row > .video-iframe-container { display: none; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .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); }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row .container { border-width: 0; border-radius: 0; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:60rem;position:relative;display:block; }#ttc3FuoVhN6sCQm2ccwsrMTkKUnP3oW9 { background-color:#5ca797;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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.125rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:18.8125rem;left:16.875rem;display:block; }
#L2OVHF9EkGITnvwpU7qADrrPnpLDf4yy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cyTrhdrn2hvSmhns0r7tGgnWdx7rdXR9 { color:#ae411e;display:block;width:55.875rem;position:absolute;font-family:satoshi;font-size:3.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:2.375rem;left:3rem;height:4.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SznAORrVdViLcXyvCORRIG6zFhNRq82p .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#SznAORrVdViLcXyvCORRIG6zFhNRq82p .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;color:#505050;padding-top:0.7325rem;padding-right:0.65rem;padding-bottom:0.7325rem;padding-left:0.65rem;display:block;align-items:center;width:3.89875rem;min-width:3.89875rem;height:3.938125rem;position:relative;font-family:satoshi;font-size:2.930625rem;font-weight:400;line-height:63.01px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal; }
#SznAORrVdViLcXyvCORRIG6zFhNRq82p .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.458125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.198125rem;height:1.556875rem;position:relative;font-family:"open sans";font-size:1.09875rem;font-weight:400;line-height:24.91px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#SznAORrVdViLcXyvCORRIG6zFhNRq82p { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:24.8125rem;height:7.418125rem;padding-top:0.875rem;padding-right:0.875rem;padding-bottom:0.875rem;padding-left:0.875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:7.6875rem;left:17.6875rem;z-index:15008; }
#SznAORrVdViLcXyvCORRIG6zFhNRq82p #eubDJBTKwgqR6IVIfblxNngHd4wBTC4Z { display:flex;position:relative;top:0rem;left:0rem; }
#SznAORrVdViLcXyvCORRIG6zFhNRq82p #NR4BI187EqDX0Kxgk4MA8gWA9MloPKfS { width:auto; }
#SznAORrVdViLcXyvCORRIG6zFhNRq82p #oBrmC0dBBC0SA9rdOibSQGL82RlBQcPl {  }
#SznAORrVdViLcXyvCORRIG6zFhNRq82p #kzqvl4T3lyFPL7ATwDmUe37ymsVXaWg3 { display:flex;position:relative;top:0rem;left:0rem; }
#SznAORrVdViLcXyvCORRIG6zFhNRq82p #GOoxbKiUXb0MERfsuCqFPngDuwWeQy9J {  }
#SznAORrVdViLcXyvCORRIG6zFhNRq82p #r0zZIKkC9u3v3glhpAdQtzBwh9KulP6u {  }
#SznAORrVdViLcXyvCORRIG6zFhNRq82p #iwit7UCBPIWF3Kod2ClgoQwgvuLdzw3b { display:flex;position:relative;top:0rem;left:0rem; }
#SznAORrVdViLcXyvCORRIG6zFhNRq82p #SxBlfuM55fkyOzTJXA9Mlk2tzTMLzTvQ {  }
#SznAORrVdViLcXyvCORRIG6zFhNRq82p #Ls6XZarxVIEBn86ps1NB1Mhrw5oCuO3z {  }
#SznAORrVdViLcXyvCORRIG6zFhNRq82p #d9zF9eoMUV8EdFudFISspXHlXWLziVXk { display:flex;position:relative;top:0rem;left:0rem; }
#SznAORrVdViLcXyvCORRIG6zFhNRq82p #R4xScLF2Gh79VXgScx64xuecmrZ7HTPD {  }
#SznAORrVdViLcXyvCORRIG6zFhNRq82p #DDGwVZEXkHdoc2rdQfMMkm5pLTnaJx2Q {  }
#tsn2Ffp82OS9oEhm2nNkyTQ08GadBnpW { 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; }#tsn2Ffp82OS9oEhm2nNkyTQ08GadBnpW > .row .container { background-color: transparent; background-image: none; }#tsn2Ffp82OS9oEhm2nNkyTQ08GadBnpW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsn2Ffp82OS9oEhm2nNkyTQ08GadBnpW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsn2Ffp82OS9oEhm2nNkyTQ08GadBnpW > .row .container > .video-iframe-container { display: none; }#tsn2Ffp82OS9oEhm2nNkyTQ08GadBnpW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsn2Ffp82OS9oEhm2nNkyTQ08GadBnpW > .row > .video-iframe-container { display: none; }#tsn2Ffp82OS9oEhm2nNkyTQ08GadBnpW > .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); }#tsn2Ffp82OS9oEhm2nNkyTQ08GadBnpW > .row .container { border-width: 0; border-radius: 0; }#tsn2Ffp82OS9oEhm2nNkyTQ08GadBnpW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tsn2Ffp82OS9oEhm2nNkyTQ08GadBnpW > .row .container { font-size:0.875rem;font-family:arial;height:71.0625rem;width:60rem;position:relative;display:block; }#UFS0MkTfucRcygG8n3eAa7GU5cLAPL1V { color:#686a6c;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:8.4375rem;left:0.0625rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#nxPpzzJylNhcyvOfFvtp5TlJwnyarqUC { position:absolute;display:block;z-index:15011;background-color:#686a6c;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.125rem;width:2.5rem;top:14.125rem;left:28.75rem;display:block; }
#ot2f7mKL8IAdMEqPRynHbT5tAwTOCLsT { color:rgba(92,167,151,0.42);display:block;width:60rem;position:absolute;font-family:satoshi;font-size:5.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.4375rem;left:0rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iDvHzcaQ8U2CEFicdedJvIJ5Rpyz8uxG { position:absolute;display:block;z-index:15000;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: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:51.75rem;width:16.875rem;top:17.125rem;left:8.3125rem;display:block; }
#BZTT0sbvSgRWeGEacCxUlG366Txi8cnn { position:absolute;display:block;z-index:15001;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: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:22.1875rem;width:22.4375rem;top:17.125rem;left:31.25rem;display:block; }
#qdCOyUvKEq14lTAw11e2z4l4GWecXIda { 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:33.6875rem;width:15.3125rem;top:17.75rem;left:9.125rem;overflow:hidden;display:block; }
#TQVp2vIVk6TlR97BZTOqDCuqIMBLLZph { 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:15rem;width:14.9375rem;top:51.8125rem;left:9.25rem;overflow:hidden;display:block; }
#xlXozpBxH1PfeBSVxn4X1IfBRTHcbqQo { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.125rem;width:20.5625rem;top:18.25rem;left:32.1875rem;overflow:hidden;display:block; }
#tabopLaqDmcJ7GT3enDsNeaSHKy2rnsa { position:absolute;display:block;z-index:15003;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: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:22.1875rem;width:22.4375rem;top:43.25rem;left:31.25rem;display:block; }
#noDfmsv3K4EZPDCcJp2Soo2OgK6Ry6FV { position:absolute;display:block;z-index:15016;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.6875rem;width:21.125rem;top:44.375rem;left:32.1875rem;overflow:hidden;display:block; }
#KsI3CGU4BNC05icBZ1pfkWHaFG0uZWqM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5ca797;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; }#KsI3CGU4BNC05icBZ1pfkWHaFG0uZWqM > .row .container { background-color: transparent; background-image: none; }#KsI3CGU4BNC05icBZ1pfkWHaFG0uZWqM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KsI3CGU4BNC05icBZ1pfkWHaFG0uZWqM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KsI3CGU4BNC05icBZ1pfkWHaFG0uZWqM > .row .container > .video-iframe-container { display: none; }#KsI3CGU4BNC05icBZ1pfkWHaFG0uZWqM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KsI3CGU4BNC05icBZ1pfkWHaFG0uZWqM > .row > .video-iframe-container { display: none; }#KsI3CGU4BNC05icBZ1pfkWHaFG0uZWqM > .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); }#KsI3CGU4BNC05icBZ1pfkWHaFG0uZWqM > .row .container { border-width: 0; border-radius: 0; }#KsI3CGU4BNC05icBZ1pfkWHaFG0uZWqM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KsI3CGU4BNC05icBZ1pfkWHaFG0uZWqM > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:60rem;position:relative;display:block; }#cBZQQQeN0WkrpFCSG1KgA47yfn2qEtVA { color:#ffffff;display:block;width:60rem;position:absolute;font-family:satoshi;font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.1875rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hgitN4zoGRfKuQK6AO8GhHfbscQGMf83 { 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; }#hgitN4zoGRfKuQK6AO8GhHfbscQGMf83 > .row .container { background-color: transparent; background-image: none; }#hgitN4zoGRfKuQK6AO8GhHfbscQGMf83::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hgitN4zoGRfKuQK6AO8GhHfbscQGMf83 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hgitN4zoGRfKuQK6AO8GhHfbscQGMf83 > .row .container > .video-iframe-container { display: none; }#hgitN4zoGRfKuQK6AO8GhHfbscQGMf83 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hgitN4zoGRfKuQK6AO8GhHfbscQGMf83 > .row > .video-iframe-container { display: none; }#hgitN4zoGRfKuQK6AO8GhHfbscQGMf83 > .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); }#hgitN4zoGRfKuQK6AO8GhHfbscQGMf83 > .row .container { border-width: 0; border-radius: 0; }#hgitN4zoGRfKuQK6AO8GhHfbscQGMf83 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hgitN4zoGRfKuQK6AO8GhHfbscQGMf83 > .row .container { font-size:0.875rem;font-family:arial;height:33.5rem;width:60rem;position:relative;display:block; }#TTvlxxungkyr0AclLynMZvsxAAUzL4Ec { color:#5ca797;display:block;width:18.3125rem;position:absolute;font-family:satoshi;font-size:2.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.25rem;left:0.84375rem;height:5.6875rem;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; }
#NpNVd9JMr4ERiyWiLEFqOyiilERuZQDT { color:#000000;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.375rem;left:23.4375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TRaW3EUcU6k5waTMpOhbOZkLicmtW0sa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:3.25rem;left:20.9375rem; }
#zhm9p0qkPTRCZQbyHfd589twr1XFTeo7 { color:#000000;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:18.6875rem;left:23.4375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lAIdrq2v6Uol2ycMnyLSz2EUAKfk4RDe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:20.3125rem;left:40.5625rem; }
#eiMuE2viuvbopxTw91ng9Uw3tbow2Z6u { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:5.875rem;left:13.92333984375rem; }
#f2OTeLPHwkAk1Ig9tZssaLgVnkPXqnKw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:5.875rem;left:15.6875rem; }
#l973cJ0F9NLprdBGvcQhwHzkDPlRDb9e { color:#000000;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:7.6875rem;left:42.9375rem;height:4.875rem;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; }
#gnCuwOLdUUZuCvKl01DQ9O0gppOtHdaf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:7.6875rem;left:40.5625rem; }
#Io7CnkvIv8bq7SpgktyNASWqvT6spHyc { color:#000000;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:13.875rem;left:42.9375rem;height:4.875rem;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; }
#QMU0EAOogkaJv6kLApqSlU6pb905TtNV { color:#000000;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:3.25rem;left:42.9375rem;height:3.25rem;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; }
#iFPPVIqu1GMBievQGBI8kThmTnIxOvJV { color:#000000;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:20.375rem;left:42.9375rem;height:4.875rem;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; }
#ZsMmkeafDX4kVvWLFT9zX9XUP5SbkDup { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:13.875rem;left:40.5625rem; }
#UUrFvUHrClAFUfTftMHfAD1rO1Sr3cLL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:3.25rem;left:40.5625rem; }
#eOgmRSiqTWtoH26sP4FoIxCcTM13NCW6 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:20.8125rem;width:15.5625rem;top:10.84375rem;left:2.21875rem;overflow:hidden;display:block; }
#m1gc5PBncahs0eMDFmT8G9TWXM7obZqu { color:#000000;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.75rem;left:23.4375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ldFZ2uwdhOmy6I0pUZ151a8z3dxENiJK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:9.5rem;left:20.9375rem; }
#DRTTFFRDM9GI432WavQZw65EbRkkAK2a { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:18.5rem;left:20.9375rem; }
#arbAtcEVGWptrWTfgTB3EBWLafFhLeUV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5ca797;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; }#arbAtcEVGWptrWTfgTB3EBWLafFhLeUV > .row .container { background-color: transparent; background-image: none; }#arbAtcEVGWptrWTfgTB3EBWLafFhLeUV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#arbAtcEVGWptrWTfgTB3EBWLafFhLeUV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#arbAtcEVGWptrWTfgTB3EBWLafFhLeUV > .row .container > .video-iframe-container { display: none; }#arbAtcEVGWptrWTfgTB3EBWLafFhLeUV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#arbAtcEVGWptrWTfgTB3EBWLafFhLeUV > .row > .video-iframe-container { display: none; }#arbAtcEVGWptrWTfgTB3EBWLafFhLeUV > .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); }#arbAtcEVGWptrWTfgTB3EBWLafFhLeUV > .row .container { border-width: 0; border-radius: 0; }#arbAtcEVGWptrWTfgTB3EBWLafFhLeUV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#arbAtcEVGWptrWTfgTB3EBWLafFhLeUV > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:60rem;position:relative;display:block; }#zFBWFP7mnTWMgGFD0oWObw6tJxdOgRC4 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:satoshi;font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.8125rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cNaGKfLc36fTgQEGOuhpNcvws3UVd3yI { 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; }#cNaGKfLc36fTgQEGOuhpNcvws3UVd3yI > .row .container { background-color: transparent; background-image: none; }#cNaGKfLc36fTgQEGOuhpNcvws3UVd3yI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cNaGKfLc36fTgQEGOuhpNcvws3UVd3yI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cNaGKfLc36fTgQEGOuhpNcvws3UVd3yI > .row .container > .video-iframe-container { display: none; }#cNaGKfLc36fTgQEGOuhpNcvws3UVd3yI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cNaGKfLc36fTgQEGOuhpNcvws3UVd3yI > .row > .video-iframe-container { display: none; }#cNaGKfLc36fTgQEGOuhpNcvws3UVd3yI > .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); }#cNaGKfLc36fTgQEGOuhpNcvws3UVd3yI > .row .container { border-width: 0; border-radius: 0; }#cNaGKfLc36fTgQEGOuhpNcvws3UVd3yI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cNaGKfLc36fTgQEGOuhpNcvws3UVd3yI > .row .container { font-size:0.875rem;font-family:arial;height:45.0625rem;width:60rem;position:relative;display:block; }#C7oNdTs6l1RqKvohNtk7cKqTbtfChPG2 { color:rgba(30,30,30,0.7);display:block;width:31.0625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:2.9375rem;left:0.9375rem;height:8.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Fe7MW0TW3gPFiH2qvVTDOgw3XCrRVfy6 { color:rgba(30,30,30,0.7);display:block;width:25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:15.23046875rem;left:5.625rem;height:7.31200625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MzhTps3TeSqPE56HKB6uGTmbo5SIxqyT { position:absolute;display:block;z-index:15014;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.0625rem solid #5ca797;border-left:0.0625rem solid #5ca797;border-right:0.0625rem solid #5ca797;border-bottom:0.0625rem solid #5ca797;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.0625rem;width:14rem;top:2.5rem;left:31.9375rem;display:block; }
#so38CQxAIIDDdccVuHbqpLG4ETR1by38 { color:#1d2b51;display:block;width:14rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1;letter-spacing:0;top:10.0625rem;left:31.9375rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NfoqXlgmuUpOoX3wxCp4pgZPFNnAeD4D { color:rgba(30,30,30,0.7);display:block;width:14.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:14.0625rem;left:31.9375rem;height:5.84960625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TNMLCJvdET5WdfqTi5dOSLKCok2Au87R { position:absolute;display:block;z-index:15018;background-color:#5ca797;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.0625rem;width:3.5625rem;top:13.0625rem;left:37.1875rem;display:block; }
#Bw7XTC8TG6oyhHoqULtQ3qDMNr2RJQRW { position:absolute;display:block;z-index:15019;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.0625rem solid #5ca797;border-left:0.0625rem solid #5ca797;border-right:0.0625rem solid #5ca797;border-bottom:0.0625rem solid #5ca797;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.0625rem;width:14rem;top:2.5rem;left:45.9375rem;display:block; }
#Kbg2W27g6DFnPhO9tOnFf8fzMJXrXImi { color:#1d2b51;display:block;width:14rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:400;z-index:15021;line-height:1;letter-spacing:0;top:9.40625rem;left:46rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nay1qd5wUhe2msoIihMIXRPIgX9RGSAT { position:absolute;display:block;z-index:15023;background-color:#5ca797;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.0625rem;width:3.5625rem;top:13.0625rem;left:51.1875rem;display:block; }
#tTS7Zg6Fn0wSoCqdfNvD2bbgD03dDxK5 { color:rgba(30,30,30,0.7);display:block;width:14.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:14.0625rem;left:45.9375rem;height:5.84960625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XAbrmwT6zwb08BTM7mgmhJcz2uIb6kSB { position:absolute;display:block;z-index:15024;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.0625rem solid #5ca797;border-left:0.0625rem solid #5ca797;border-right:0.0625rem solid #5ca797;border-bottom:0.0625rem solid #5ca797;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.0625rem;width:14rem;top:21.625rem;left:31.9375rem;display:block; }
#kZS9Wpxkd63xHa6MdSyii33mmC1lFFV8 { color:rgba(30,30,30,0.7);display:block;width:12.9375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:32.5625rem;left:32.53125rem;height:4.38720625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#q9digbWooff9rEZVNROcxWXhy8NtBOJZ { position:absolute;display:block;z-index:15029;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.0625rem solid #5ca797;border-left:0.0625rem solid #5ca797;border-right:0.0625rem solid #5ca797;border-bottom:0.0625rem solid #5ca797;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.0625rem;width:14rem;top:21.625rem;left:45.875rem;display:block; }
#BgqTbfQSHqJVZTJ1OEP8w2S5NT15bDlZ { color:rgba(30,30,30,0.7);display:block;width:14.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:32.5625rem;left:45.875rem;height:4.3872rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LXECchWr324LxtJ83kHaHThSSPUgTdh8 { position:absolute;display:block;z-index:15028;background-color:#5ca797;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.0625rem;width:3.5625rem;top:31.5625rem;left:37.125rem;display:block; }
#TbR2VD9Q4TUpql2pfRx5BpqcBAsJbU7k { position:absolute;display:block;z-index:15033;background-color:#5ca797;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.0625rem;width:3.5625rem;top:31.5625rem;left:51.125rem;display:block; }
#r8JeuTekPPz9aoTiZyOiKwxteNmVPmBp { color:#1d2b51;display:block;width:14rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:400;z-index:15026;line-height:1;letter-spacing:0;top:27.84375rem;left:32.125rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rw82fNRFFpCNrXouMRLlPwWIBtw4maH9 { color:#1d2b51;display:block;width:14rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:400;z-index:15031;line-height:1;letter-spacing:0;top:28.5625rem;left:45.875rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tZQMDuivxKNgbitDOBMCU7r2ECIckTiE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:5.28125rem;left:37.4375rem; }
#y6TVEydyJuxlz9rWwwxnZbq8neHw58b9 { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:4.4375rem;left:50.5rem; }
#usKaAXrc8nnl3Cn5fETxzHuqqShfSLlv { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:22.9375rem;left:36.5625rem; }
#zKcADxA4HbT7kPcqNIkUbMMw6l3r7wSz { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:23.3125rem;left:50.875rem; }
#xrE7cIC5D7T1t7w4uALmTnITCuphJs3E { color:rgba(30,30,30,0.7);display:block;width:25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:23.66259765625rem;left:5.625rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NTtLQRRrXkVgps7ScVpmGm8Bfh1TRcVi { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:23.25rem;left:0.9375rem; }
#KyEZTwqB5x9JwMaR5TUA8cVlwUOfSO3w { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:16.54296875rem;left:1.375rem; }
#ZDoHq2lVmZUl5lsDZJmS63tP5STpc0sJ { color:rgba(30,30,30,0.7);display:block;width:25rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:28.4375rem;left:5.5rem;height:5.5234375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RRJM4T4yTIPOmUu0GAz80LQn3S99I7ud { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:29.125rem;left:0.9375rem; }
#w36PlkScTLH1cOFTFsvhzyWkbgilqT47 { color:rgba(30,30,30,0.7);display:block;width:25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:35.4375rem;left:5.1875rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t2Solhk1oshlTs17Go0uhNQJlDaKlO1f { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:35.25rem;left:0.9375rem; }
#pnKx7iGtmsxe4RkWZuWBNuqP7wovKlha { 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; }#pnKx7iGtmsxe4RkWZuWBNuqP7wovKlha > .row .container { background-color: transparent; background-image: none; }#pnKx7iGtmsxe4RkWZuWBNuqP7wovKlha::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnKx7iGtmsxe4RkWZuWBNuqP7wovKlha > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnKx7iGtmsxe4RkWZuWBNuqP7wovKlha > .row .container > .video-iframe-container { display: none; }#pnKx7iGtmsxe4RkWZuWBNuqP7wovKlha > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnKx7iGtmsxe4RkWZuWBNuqP7wovKlha > .row > .video-iframe-container { display: none; }#pnKx7iGtmsxe4RkWZuWBNuqP7wovKlha > .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); }#pnKx7iGtmsxe4RkWZuWBNuqP7wovKlha > .row .container { border-width: 0; border-radius: 0; }#pnKx7iGtmsxe4RkWZuWBNuqP7wovKlha > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pnKx7iGtmsxe4RkWZuWBNuqP7wovKlha > .row .container { font-size:0.875rem;font-family:arial;height:91.125rem;width:60rem;position:relative;display:block; }#LOqJGleW63HLkZkxyGNZ9NaNEUmdzLrS { color:#5ca797;display:block;width:6.3125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:10.41845703125rem;left:0.875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dzm2pdx7XXPwtpolLoJyG52EJz2c5yD6 { color:#686868;display:block;width:16.8125rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:13.3125rem;left:1.8125rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PI0bOTZSmTP80TfveMrSUxKSwPFZuOQV { color:#5ca797;display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.4375rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OxhwKSDe6JQoz0TGuIUp60Vxg7iOQsth { position:absolute;display:block;z-index:15016;background-color:#686a6c;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.125rem;width:5.5625rem;top:2.3125rem;left:27.21875rem;display:block; }
#MdZlADTDJ105cZoRofp1SVRBHpdALwnT { color:#ae411e;display:block;width:19.9375rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:34.1875rem;left:0rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V7XSOrxPWGbaeLeU9FsXNEuJykr8r4r3 { color:#686868;display:block;width:17.3125rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:13.3125rem;left:21.34375rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dpw6Um4OisR0ntcDLQrov68imiN6wGg9 { color:#ae411e;display:block;width:19.9375rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:34.1875rem;left:20rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PucCVul4BbFsRWTxQ5X466zxgNEmu9Ff { color:#686868;display:block;width:18.0625rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:13.3125rem;left:41.21875rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LkmaPTpoZtr7R0AyMQz464zuzFQDTyBL { color:#ae411e;display:block;width:19.9375rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:34.1875rem;left:40rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a3laNKnL9fpFSP4zChVA4Heze9Z6aDW8 { color:#686868;display:block;width:17.0625rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:43.1875rem;left:41.5rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LHU7GAezHm3VD7GiiDnW7pTenvHrmV9H { color:#ae411e;display:block;width:19.9375rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:70.1875rem;left:40rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BdXXDFZRI9QpmUeL0fCCHxEwGNMflGuw { color:#686868;display:block;width:17.25rem;position:absolute;font-family:satoshi;font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:43rem;left:21.875rem;height:6.9043125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nuOwCnTzHiT2Dn49bU6auQmWQueGixLK { color:#ae411e;display:block;width:19.9375rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:70.1875rem;left:20rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hZpcBgsPSncTyb5PRkVsn3vT6HuoED6P { color:#686868;display:block;width:17.9375rem;position:absolute;font-family:satoshi;font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:44.875rem;left:1.0625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vdI43XuBaxxoO6k2gFUdEBIdrmanqmTH { color:#ae411e;display:block;width:19.9375rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:70.1875rem;left:0rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qv9dTOckBuCdOcoygirf9CSt0WyiV1mf { color:#ae411e;display:block;width:49.9375rem;position:absolute;font-family:satoshi;font-size:1.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:76.6875rem;left:4.9375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#blAuhm1cbT4rpUbRKtAhiXPZ4fJP5kN6 { background-color:#5ca797;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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.125rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:85.0625rem;left:15.875rem;display:block; }
#glLbOscfOtgdtLvtalA1LCUXRt7Xk40r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ECOVZgiUihWohUGX06pUQRpnD8CMTX9r { color:#5ca797;display:block;width:6.3125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:10.41845703125rem;left:20.96875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vrUA1HfKEEv542QVuo2qMDqkP8KyMSlB { color:#5ca797;display:block;width:6.3125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:10.41845703125rem;left:41.21875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vtJFOTBWmFKxC3tSTMTVGkwVFtMQxKq4 { color:#5ca797;display:block;width:6.3125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:40.3125rem;left:0.875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A3H7O6ToDScxTwGtCTMtimofSm1NiTlV { color:#5ca797;display:block;width:6.3125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:40.3125rem;left:20.875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nNyngnEgXi4GVBegWmnXE5cnJ78VmmDO { color:#5ca797;display:block;width:6.3125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:40.375rem;left:41.25rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lheUhueJICd3JFCF2UsQFROSTS3QEcET { color:#ae411e;display:block;width:58.3125rem;position:absolute;font-family:satoshi;font-size:1.875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:80rem;left:0.875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TTv8RPkVZmeFaollKTcpnzn9k3gahUZc { position:absolute;display:block;z-index:15017;background-color:#686a6c;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.125rem;width:5.5625rem;top:20.6875rem;left:7.21875rem;display:block; }
#SHKC3itG9qC15r20kevnd8wQcGLVN9XA { position:absolute;display:block;z-index:15018;background-color:#686a6c;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.125rem;width:5.5625rem;top:20.6875rem;left:27.21875rem;display:block; }
#ApyRyKS0AKm61C6SFXwir3pFCLLlQCuI { color:#686868;display:block;width:16.8125rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:22.625rem;left:1.8125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#ApyRyKS0AKm61C6SFXwir3pFCLLlQCuI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ApyRyKS0AKm61C6SFXwir3pFCLLlQCuI li:before{  }
#eA6bRkFiUsKRxbMTToS7mQwAfswrKQL0 { color:#686868;display:block;width:16.8125rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:22.3125rem;left:21.625rem;height:10.7109375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#eA6bRkFiUsKRxbMTToS7mQwAfswrKQL0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#eA6bRkFiUsKRxbMTToS7mQwAfswrKQL0 li:before{  }
#EUWWltzRrRccPcgGmcdQqTC75xrTREOD { position:absolute;display:block;z-index:15019;background-color:#686a6c;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.125rem;width:5.5625rem;top:20.6875rem;left:47.21875rem;display:block; }
#Est9VGp64AbWSvucm0TTGssvFzfq4qgb { color:#686868;display:block;width:16.8125rem;position:absolute;font-family:satoshi;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:22.625rem;left:42.5625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#Est9VGp64AbWSvucm0TTGssvFzfq4qgb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Est9VGp64AbWSvucm0TTGssvFzfq4qgb li:before{  }
#T91ZSyTNaG416ghVrwbFzhgbwqCRIEN3 { color:#686868;display:block;width:16.8125rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:52.625rem;left:1.625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#T91ZSyTNaG416ghVrwbFzhgbwqCRIEN3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T91ZSyTNaG416ghVrwbFzhgbwqCRIEN3 li:before{  }
#okGX1Tt0w60TXepOHZB1T59bN1G6WOqK { position:absolute;display:block;z-index:15019;background-color:#686a6c;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.125rem;width:5.5625rem;top:51rem;left:7.25rem;display:block; }
#eLxCvFiEKlIs36Mo9guIhnXCCcwERuUw { color:#686868;display:block;width:16.8125rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:52.625rem;left:21.625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#eLxCvFiEKlIs36Mo9guIhnXCCcwERuUw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#eLxCvFiEKlIs36Mo9guIhnXCCcwERuUw li:before{  }
#vZB1XevdBMUVph6uLeqhlI3uzvdwKopv { color:#686868;display:block;width:16.8125rem;position:absolute;font-family:satoshi;font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:53.3125rem;left:41.625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#vZB1XevdBMUVph6uLeqhlI3uzvdwKopv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vZB1XevdBMUVph6uLeqhlI3uzvdwKopv li:before{  }
#XNo1nUZq9phJ1bMEtP2RbePGDQ7Tc5pT { position:absolute;display:block;z-index:15019;background-color:#686a6c;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.125rem;width:5.5625rem;top:51rem;left:27.25rem;display:block; }
#Ug2Uw4CE1HEaIVOd0wF3ExPxOJfKaFMU { position:absolute;display:block;z-index:15020;background-color:#686a6c;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.125rem;width:5.5625rem;top:51rem;left:47.25rem;display:block; }
#LsTSm746q8UVCMhfQGTX73L1gshFzPNR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5ca797;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; }#LsTSm746q8UVCMhfQGTX73L1gshFzPNR > .row .container { background-color: transparent; background-image: none; }#LsTSm746q8UVCMhfQGTX73L1gshFzPNR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LsTSm746q8UVCMhfQGTX73L1gshFzPNR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LsTSm746q8UVCMhfQGTX73L1gshFzPNR > .row .container > .video-iframe-container { display: none; }#LsTSm746q8UVCMhfQGTX73L1gshFzPNR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LsTSm746q8UVCMhfQGTX73L1gshFzPNR > .row > .video-iframe-container { display: none; }#LsTSm746q8UVCMhfQGTX73L1gshFzPNR > .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); }#LsTSm746q8UVCMhfQGTX73L1gshFzPNR > .row .container { border-width: 0; border-radius: 0; }#LsTSm746q8UVCMhfQGTX73L1gshFzPNR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LsTSm746q8UVCMhfQGTX73L1gshFzPNR > .row .container { font-size:0.875rem;font-family:arial;height:7.3125rem;width:60rem;position:relative;display:block; }#Jd7V6PED1qh2oUQ9fAKJgyT5IdUITO9o { color:#ffffff;display:block;width:60rem;position:absolute;font-family:satoshi;font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.666015625rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kLzKxpER4FLOl4u3uBI823cfTNCBSHtb { position:relative;display:block; }#kLzKxpER4FLOl4u3uBI823cfTNCBSHtb { background-color: transparent; background-image: none; }#kLzKxpER4FLOl4u3uBI823cfTNCBSHtb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kLzKxpER4FLOl4u3uBI823cfTNCBSHtb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kLzKxpER4FLOl4u3uBI823cfTNCBSHtb > .row .container > .video-iframe-container { display: none; }#kLzKxpER4FLOl4u3uBI823cfTNCBSHtb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kLzKxpER4FLOl4u3uBI823cfTNCBSHtb > .row > .video-iframe-container { display: none; }#kLzKxpER4FLOl4u3uBI823cfTNCBSHtb > .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); }#kLzKxpER4FLOl4u3uBI823cfTNCBSHtb { border-width: 0; border-radius: 0; }#kLzKxpER4FLOl4u3uBI823cfTNCBSHtb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kLzKxpER4FLOl4u3uBI823cfTNCBSHtb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:44.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XcucSTp5wINAZZtCi2uskEHMOxmf05mh { color:#333333;display:block;width:17.25rem;position:absolute;font-family:satoshi;font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:10.75rem;left:1.4375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#XcucSTp5wINAZZtCi2uskEHMOxmf05mh li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XcucSTp5wINAZZtCi2uskEHMOxmf05mh li:before{  }
#ytTHNMNHBUwuAkUS65uSUkXneiliaTFi { position:absolute;display:block;z-index:15006;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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:26.6875rem;width:18.625rem;top:6.9375rem;left:0.625rem;display:block; }
#elW57z7bczaZLXIAzrGpdcOBr2CwMGEP { color:#5ca797;display:block;width:18.625rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.5rem;left:0.625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GGltTgMk6Dn3eSaqCvz5wqv4Jf6qLnV7 { color:#686a6c;display:block;width:60rem;position:absolute;font-family:satoshi;font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6875rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VQvmNKzfbBU7D1Jpey6kBcy4z8TpkQ1W { color:#333333;display:block;width:17.25rem;position:absolute;font-family:satoshi;font-size:1.0625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:10.75rem;left:21.375rem;height:2.76171875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S7kQ0weypTFDgsIVX8IvfVHFhysJFGHg { position:absolute;display:block;z-index:15009;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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:26.625rem;width:18.625rem;top:6.9375rem;left:20.6875rem;display:block; }
#Hz9ezZ7wD12pThb7QWQscLWeEMyJMBWG { color:#5ca797;display:block;width:18.625rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:7.5625rem;left:20.6875rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AaTBls3x9szLnBP5aJKvxEG3CETMHJwd { color:#333333;display:block;width:17.25rem;position:absolute;font-family:satoshi;font-size:1.0625rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:13.51171875rem;left:22.125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#AaTBls3x9szLnBP5aJKvxEG3CETMHJwd li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#AaTBls3x9szLnBP5aJKvxEG3CETMHJwd li:before{  }
#Sm74rm92Q3UlyIRrJ4Cqb0EgPLDfUA7g { position:absolute;display:block;z-index:15009;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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:26.5625rem;width:18.625rem;top:6.9375rem;left:40.6875rem;display:block; }
#S1QymvWCyhdxCPewpTxT0y3aVhSmg28F { color:#5ca797;display:block;width:18.625rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:7.5rem;left:40.6875rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Cx7CZB573qNIwOovLnR04FuVDhcGyBAG { color:#333333;display:block;width:17.25rem;position:absolute;font-family:satoshi;font-size:1.0625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:10.75rem;left:41.5rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#Cx7CZB573qNIwOovLnR04FuVDhcGyBAG li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Cx7CZB573qNIwOovLnR04FuVDhcGyBAG li:before{  }
#ETuWstE3GnsISwhLQD1ZTSey0VEIfvZN { color:#333333;display:block;width:17.25rem;position:absolute;font-family:satoshi;font-size:1.0625rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:27.6875rem;left:41.375rem;height:2.76171875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pAZW9e4dODavvOKhCnPGfTvfm1eFNOqW { color:#333333;display:block;width:17.25rem;position:absolute;font-family:satoshi;font-size:1.0625rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:28.43994140625rem;left:21.375rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .row .container { background-color: transparent; background-image: none; }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .row .container > .video-iframe-container { display: none; }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .row > .video-iframe-container { display: none; }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .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); }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .row .container { border-width: 0; border-radius: 0; }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .row .container { font-size:0.875rem;font-family:arial;height:86.125rem;width:60rem;position:relative;display:block; }#Tkk3XcI0mzNGrvhhJrV3d8WIX3iB9WJ7 { position:absolute;display:block;z-index:15000;background-color:#5ca797;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:68.5rem;width:37.5625rem;top:9.75rem;left:11.25rem;display:block; }
#PRJnSg4Q8E0DvOCO05sbJBlgfE9merTN { color:#ae411e;display:block;width:33.6875rem;position:absolute;font-family:satoshi;font-size:2.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.9755859375rem;left:13.15625rem;height:3.16845625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#za3hiTqSaOIFhSfCuvOi6fSbMvIZ8RUf { color:#5ca797;display:block;width:37.3125rem;position:absolute;font-family:satoshi;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:15.8125rem;left:11.34375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pJBnFCKztKtxoUNU6WSSaSRR2CTv5Tuo { color:#686a6c;display:block;width:29.25rem;position:absolute;font-family:satoshi;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:27.375rem;left:16.5rem;height:36.43949375rem;text-align:left;text-align-last:left;display:block; }
#xDPB4oy5DnKWNGu1Rvh7mImdMm2H84L9 { color:#ae411e;display:block;width:37.4375rem;position:absolute;font-family:satoshi;font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:18.5rem;left:11.28125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IWablmMIt2rC8KuLL33AQlFTcTFMTqBp { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:27.25rem;left:13.75rem; }
#BKaR5XBNoHrNbR1fpgeyFffmoLSpbwxI { color:#ae411e;display:block;width:37.5625rem;position:absolute;font-family:satoshi;font-size:1.5625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:65.5rem;left:11.21875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HwWbtNQpWo4063VmmtHOUitUNcpa5Uzh { background-color:#5ca797;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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.125rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:70.3125rem;left:15.9375rem;display:block; }
#L67OWJlBI7WCrn03CgsTDxzFc1xrCbTB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JU3S7RhyOD8Rc1bwt8UeBm5KKwPtwmCo { position:absolute;display:block;z-index:15001;background-color:#ffffff;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:66.25rem;width:35.0625rem;top:11rem;left:12.5rem;display:block; }
#lU7PxasWzcvSXXtyW7URdQAZtI1Q5Tnh { color:#ae411e;display:block;width:59.125rem;position:absolute;font-family:satoshi;font-size:2.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:81.4375rem;left:0rem;height:2.76236875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dtg4kSiU6TyziZxT8TVy86N8LvhLV5mT { color:#5ca797;display:block;width:60rem;position:absolute;font-family:satoshi;font-size:3.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5625rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W70CXyWT4i2d0NpOMJUCC3tVZDmMHAyo { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:31.375rem;left:13.75rem; }
#UlUInaXBGfeBlFARFteCcbG3U2UrfD4g { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:33.9375rem;left:13.75rem; }
#H9OsvWiD31deU2FPalNbg8XtxxOQCn3J { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:38.125rem;left:13.75rem; }
#i8qm04R2qm4BdHJ7ksL2fBmfuhmc3mOs { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:42.125rem;left:13.75rem; }
#NwyZSbyfiBFfTxVM1rrscb92braqchZP { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:46.1875rem;left:13.75rem; }
#mPNkLtsCqWrHWPE4BzmNBhhZBpnHVpXp { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:51.375rem;left:13.75rem; }
#um160AH8T3gZZWQhhnkVWTtd8ZnATdkl { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:54.1875rem;left:13.75rem; }
#ILFu2I3DWP2S8pLgFgmAKXay4uAbyvLG { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:59.625rem;left:13.75rem; }
#sPFD0gHkIEd1XmF8xrdIOu3lwOhOK113 { background-color:#5ca797;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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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:0.9375rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:7.5rem;height:3.125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:22.625rem;left:21.5rem;display:block; }
#kCQ4QCl9zvet8R8TCUMl1Ld0Fi11TSEJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UMTnD53blJ7IP9oHKmsqJCsU9RfMty7k { background-color:#5ca797;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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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:0.9375rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:7.5rem;height:3.125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:22.625rem;left:31rem;display:block; }
#WTQbEpT5KfWTK4pIlWEgvx2XwMXpuOxv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg { position:relative;display:block; }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg { background-color: transparent; background-image: none; }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg > .row .container > .video-iframe-container { display: none; }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg > .row > .video-iframe-container { display: none; }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg > .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); }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg { border-width: 0; border-radius: 0; }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iDteoGrWnLFe3ROgrzt03Wxk6Eaibed7 { color:#000000;display:block;width:60rem;position:absolute;font-family:satoshi;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.662109375rem;left:0.15625rem;height:1.54361875rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b8f9457f-0c72-465f-942f-3617844ca692/IMG_03941.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE.adaptive-delivery-prevent-bg, #JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE.lazyload, #JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE.lazyloading { background-image: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { background-color: transparent; background-image: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container > .video-iframe-container { display: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container { display: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .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); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { width:47.75rem;height:27.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #PmfaP33exAQophGo8g9uSpHCH8C4DFAv { top:2rem;left:19.625rem;width:28.125rem;height:13.4057375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #xuOo4LRI75bQpoXzTXcePEFil0NEyDXi { top:16.8125rem;left:21.875rem;width:25.375rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn { display:block; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #KK1HsMz3PZUffT9yz2WGEcPJX0SwTNv2 { display:block; }#KK1HsMz3PZUffT9yz2WGEcPJX0SwTNv2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #AwwxZxKyonbwFumIBaEAytgynKCING4y { width:14.375rem;height:25rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #ow3lysQTvoV72qlWLfzVrO7vrlwkgls0 { width:13.125rem;height:9.34325rem;top:27.375rem;left:0.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #g8u3bWoabK6QtlJaaZi848NlJOS14HzL { width:14.375rem;height:25rem;top:17.1875rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #eZrBDm9WPcWln9Z4v7D9KfpUvXG6EfmD { width:13.6875rem;height:9.3432625rem;top:28.5771484375rem;left:17.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #yGnrxK8k3oGTS8aZPZ8kPJg8T9NOIazQ { width:14.375rem;height:25rem;top:17.1875rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #POFQnTftwtS7Q317e5sTwE5wHvHbi2rh { width:13.6875rem;height:11.2119375rem;top:27.375rem;left:34.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #f5JCV4RxHD1zbTG52C37r0LoWEzJtupp { width:40.625rem;height:0.0625rem;top:12.8125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #xM8lLRTLbrHJpbkHBANAHIloe4Zh8THO { width:0.0625rem;height:3.625rem;top:12.8125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #a6oI5DgARfnrIS5iUaeO1vlTs8XoAKDn { width:0.0625rem;height:3.625rem;top:12.8125rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #HoIu5i6DIlPBUvuB0DWh3L85MPUDW0WC { width:0.0625rem;height:3.625rem;top:13rem;left:44.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZnGgxxE1556GNpUbFCoEeuFe41ksFtnm { width:0.8125rem;height:0.8125rem;top:12.5rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #h03nsficPLCgtg7fGl3UGuS0eZRFWBHs { width:0.8125rem;height:0.8125rem;top:12.5rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #KSdEmBAZGvlPTNifE7yn0HZp3uiqeuh2 { width:0.8125rem;height:0.8125rem;top:12.5rem;left:44.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Zrc5ua8Qstiq3GRc0r77b82c1L5gP70g { top:3.0625rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #eeCZW02gd2VDb1HkRkrbz1TPiid91r9k { width:5rem;height:5rem;top:19.0625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #O4mgmDZqZP63Jd2lOVxZQ7seh07WTwAk { width:5rem;height:5rem;top:19.0625rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #LpRTOwL9CiCtWyi7SAZcAIUIAzgH2v4V { width:5rem;height:5rem;top:19.0625rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #yZS3i1tzXOogHFzPCbixkTyurSrnqu96 { display:block; }#yZS3i1tzXOogHFzPCbixkTyurSrnqu96 > .row .container { width:47.75rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #aabpXIpet25vJ4Sl5BTqgEGSuySUwEWz { width:47.75rem;height:6.125rem;top:12.4375rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #aaI1lF042czouMp6twGHV2XnogJzXa0P { display:block; }#aaI1lF042czouMp6twGHV2XnogJzXa0P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #B18WgW1vw3PEmHk5TgTbDVZnJ78zXpDQ { width:23.25rem;height:2.4375rem;top:9.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Lb5aTIhN3VllWN9mWyHTZ6ZXDL0C5P89 { width:19.3125rem;height:4.38720625rem;top:13.1875rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #VXtJQfaBQz8X9tUR43RBUJ022nv5312m { width:24.0625rem;height:2.4375rem;top:9.25rem;left:23.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Be4m1KbsDdbcTxRi0uObc0C6DKSUfAzx { top:0.5625rem;left:0rem;width:23.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #vTVrrRr2tgDgghNfvTsZ5x8uC67Is4vD { top:0.5625rem;left:23.5rem;width:23.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #NIGLaW4WILBTp2WIc2pXe8VrJ9V0VoTA { width:18.6875rem;height:10.4375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #PUuZNDPFGCFJDL43tJpC9QOi01ZN12ba { width:1.125rem;height:0.625rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #mtphWcCUz97xIuJtyqS8e5k18pf5JA8x { width:4.6875rem;height:3.4375rem;top:13.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #JP1oaJOin8AMMxwrbOHbPVkQ5fKgystQ { width:19.375rem;height:4.38720625rem;top:18rem;left:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #d63J8w7mHF8BE5kbZXK0TIQ01BZvNN99 { width:19.4375rem;height:4.38720625rem;top:22.625rem;left:4.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #TJ6ZdqtotINWWfCtB5CN2GqXdTQxwI57 { width:4.6875rem;height:3.4375rem;top:18.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #Nd2iQqVUNTV16JKmdPL3Lg5J4a0tZiVq { width:4.6875rem;height:3.4375rem;top:23.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #GIs5tPyJgAtH7dDtB5FfWFxLwVPngQdq { width:20.5625rem;height:2.9248rem;top:13.51220703125rem;left:27.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #HQzJe7lQVtbsnFig8owrrp47fhOamkzD { width:20.4375rem;height:4.3872rem;top:18rem;left:27.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #NB413hnyoK0OrHRFvozRfuITAtGZas1O { width:20.375rem;height:2.761725rem;top:23.4375rem;left:27.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #iaI4dQASUNynI2LQsIbZ4dKHEgbVZhy0 { width:47.75rem;height:6.3369375rem;top:39.1875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #uJgyGBHcQ6qbkh0EtcdBF4PwaIlQz8Ob { width:19.5rem;height:7.312rem;top:28.3125rem;left:3.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #TTLPbR4Q1Bedr5Wgb12OwaDfTTUs7srT { width:4.6875rem;height:3.4375rem;top:29.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #Trte9xPqXyQSM9PT3E9cakfcP48PHuef { width:20.1875rem;height:4.38720625rem;top:28.3125rem;left:27.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #khE5yObaMFQySdGV3yeqtIA7mlGasURF { width:3.75rem;height:3.75rem;top:4.375rem;left:33.71875rem;display:block; }
 }@media only screen and (max-width: 959px) { #er2cBhA0c9yTP8epQeGuCME26wy2hwQa { width:1.5625rem;height:1.5625rem;top:14.0625rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #rCvvDPNNK6ZyZBRWy8J0vDOqHaAuFHAt { width:1.5625rem;height:1.5625rem;top:19.75rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #kSZSfl5KsZmusxdoiqJ3n89D8O1BJcw8 { width:1.5625rem;height:1.5625rem;top:24.25rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #xM2dttL8X91MmXI9l5g7GuL4iKEFBh87 { width:1.5625rem;height:1.5625rem;top:30.75rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #On6p65INrUcaKGGviIXB8EbIv7HzVIhx { background-color:transparent;background-image:none;display:block; }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx > .row .container { background-color: transparent; background-image: none; }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx > .row .container > .video-iframe-container { display: none; }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx > .row > .video-iframe-container { display: none; }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx > .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); }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx > .row .container { width:47.75rem;height:47.3125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #I6XmzE2PxLHKC5PP180TAut0NIu1w3TG { top:2rem;left:0rem;width:47.75rem;height:12.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #NV0x2GoG5pIXglwRuD6gsUfB2ZJcnZRK { top:15.5rem;left:3.71875rem;width:40.3125rem;height:3.7373rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #DOociWVOUwewsnvo21VfPWVuRUo3GOHp { width:4.6875rem;height:3.4375rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #EcDW8lh9k9KabpfWobw3Rkfd1awyQuM1 { top:20.1875rem;left:2.75rem;width:45rem;height:21.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #qtEOksiHJRre6rnlDuEZGtBlPrAAL7iC { width:1.5625rem;height:1.5625rem;top:20.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #fb7l6RoLlJLuZT1AW1eyqx0JgcPo6XtH { width:1.5625rem;height:1.5625rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #Q7kpgCAJNdyqEsrDhux9Zpmq4T4iX4mg { width:1.5625rem;height:1.5625rem;top:29rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #CZLf8tUuR7F5ow4rEu4x4tMRSnGLpEMN { width:1.5625rem;height:1.5625rem;top:31.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #pZ1PFX8S7BZKFtmkFLPCZWJlQpV9GGdQ { width:1.5625rem;height:1.5625rem;top:24.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #R98ETzyKQksUpGCTwa4KJv6yqRBZkyaU { width:1.5625rem;height:1.5625rem;top:26.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #OUDOGdph2AoqdbF75DWfN5E0AyqOwJTJ { width:1.5625rem;height:1.5625rem;top:33.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #T89Pq432MNq6pSuIurFibtiDIw5qG3Qf { width:1.5625rem;height:1.5625rem;top:35.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #f22aGxix69b1pQMLgvzmBoaBda7cTA9r { display:block; }#f22aGxix69b1pQMLgvzmBoaBda7cTA9r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #vAVii0SiigacVBI27nID5wKuR6artov3 { top:31.0625rem;left:1.125rem;width:20.1875rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #myXwKiTPRcwKMDJ9tyEI10cSazeCrPlt { top:40.8125rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #lMFKTZ2Xsa4etaJginoOJuAdb0IgmTs1 { top:44.5625rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZT0QCeT3Bt1yTUubUOgR5rMr07cilURP { width:11.5625rem;height:15.125rem;top:34.6875rem;left:32.90625rem;display:block; }
 }@media only screen and (max-width: 959px) { #BX7tc8DoxFTRShDVaMr3B39UZ8zDtmm3 { top:4.8125rem;left:24.861666666667rem;width:15.5625rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #KBLuczcAqyCVpMTbqNEh2Igz9Lt0gGRf { top:12.9375rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #fhRTtqtTKVP26T9cWFdKcUQT8JVKJGuE { top:15.375rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #JBzy9TVp5nlg7LCPP3AxIZt259gsvcIZ { width:11.25rem;height:8.125rem;top:10.625rem;left:4.78125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #DC6vGJr9JoiBEHk8ab6gJ6Tk8EBE1HF8 { width:6.25rem;height:6.25rem;top:3.1875rem;left:6.71875rem;display:block; }
 }@media only screen and (max-width: 959px) { #bkHDTOf0V3ZBnn212ybFmN9tiKigLZoS { width:6.25rem;height:6.25rem;top:3.1875rem;left:6.71875rem;display:block; }
 }@media only screen and (max-width: 959px) { #nvbk0CgI6JIV9PK8rbpnFznCGTMurgKM { width:11.5625rem;height:15.125rem;top:6.3125rem;left:4.625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 959px) { #yyUzVRa91lwoUlUVizgU7KSbX1UeBAql { width:10.25rem;height:10.15625rem;top:38.140625rem;left:33.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #PrmcyecpD5Q5arh5kH6cPcpMdLOtfy7s { width:6.25rem;height:6.25rem;top:31.0625rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #CdWeeR8DmXDcJv6IAGXL9nbksFFUXdZw { width:6.25rem;height:6.25rem;top:31.0625rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #pUzMlbkSw9GAdiy1laIERKFrLJo9uAbr { display:block; }#pUzMlbkSw9GAdiy1laIERKFrLJo9uAbr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #PAfFphzcikpnpCUsuZHQNxGS2s4AaBwr { top:0.8125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #T8XOKpwZVB6T9tLM0Cckfp9X7OVdTF7M { top:4.6875rem;left:0rem;width:47.75rem;height:1.94970625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #NxbPEvaxwTG3sd1ZGGZEN4GdypQCTSW5 { display:block; }#NxbPEvaxwTG3sd1ZGGZEN4GdypQCTSW5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Fsr0Xn5uxt9G4hydBaPqXJ7bGZW6qElI { top:0rem;left:0rem;width:15rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #MOFyXw7L1svz6UCLbD2t90KQvibH6Hk8 { top:0rem;left:16.375rem;width:15rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #aSLpMvsSrLHKEMdKlTeHguPopwP8hW2l { top:5.0625rem;left:17.3330078125rem;width:14.5625rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #d934i6BKhvmTRqnQS7n9pcayz2CrUOC6 { top:5.0625rem;left:0.6767578125rem;width:14.5625rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #J9yFWsNlkK38WERgg30LaOnayAHLnlng { top:0rem;left:32.75rem;width:15rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #HEXoTxz4oDUx0TeQpOiMZppIOKEoyHx2 { top:7.8125rem;left:34.53125rem;width:12.8125rem;height:5.8496125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #GdCDvNp9P040fIay2CvJIcPymorFvyFH { top:5.0625rem;left:34.54150390625rem;width:10.5rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #GeWTgMaSi7DULokDI2PX2Bu9mel7iWXw { top:7.09375rem;left:0.8642578125rem;width:13.375rem;height:5.84960625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #afsIWPHgWnSn6glyk9qSlz78drUsQ0KT { top:7.8125rem;left:17.3330078125rem;width:13.4375rem;height:4.38720625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #tiFTayu5s1gwElyTNa3u2i59I6zpbTfn { width:3.4375rem;height:3.4375rem;top:1.6875rem;left:34.3017578125rem;display:block; }
 }@media only screen and (max-width: 959px) { #KLWR2xzgONC45X1AEHKpq6TuM5mMU4gg { width:3.125rem;height:3.125rem;top:1.6875rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #DhDI18l3sLpsbSMbgDzqc54wSQitq76b { width:3.125rem;height:3.125rem;top:1.4375rem;left:0.6767578125rem;display:block; }
 }@media only screen and (max-width: 959px) { #SMWylMsFx6VsHgww6hI6U5T91cQh5mnT { display:block; }#SMWylMsFx6VsHgww6hI6U5T91cQh5mnT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #o5ZkWWs1XStfloZAoUfAHQhSdDh33REb { top:0rem;left:0rem;width:15rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #aci94yrJdeoalbfM55f7FXk5ht3M1wm9 { top:0rem;left:16.375rem;width:15rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #yJDxBeVGhlwVeoHIGsN6h4L1X3TXMLfm { top:4.9375rem;left:17.34375rem;width:14.5625rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #H6069v1L84Qa3HmOe1v8it5APTxFITOc { top:5.125rem;left:0.8125rem;width:14.5625rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #uvFGcU5pRMo45bKZ5a3aqFnLfCTCDuEt { top:0rem;left:32.75rem;width:15rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #TsLWn5T5m0IHSskPJ1v7X6gwXK0Qy2WZ { top:7.625rem;left:17.34375rem;width:12.3125rem;height:4.38720625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #cETMcg9r1PluyF3p0RBgBMPnyl5PdE38 { top:4.9375rem;left:33.875rem;width:14.5625rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #uJz6Fimp2sklLIp8lht4sCN6t7VSZLx8 { top:7.625rem;left:0.8125rem;width:12.0625rem;height:5.8496125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #l6wlmmnW4GKJ0cO04c42eGGqcbNr4Pgk { top:7.5625rem;left:33.875rem;width:12.875rem;height:6.7480625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #qr57AHSlOdD5BHXDqvlsTCChtGKkk4ZK { width:3.4375rem;height:3.4375rem;top:1.25rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #xQvtR1zXtAKhpkzFWK6h9P0sT9iQT2AL { width:3.125rem;height:3.125rem;top:1.4375rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #hv8TaxqkU9Ka4HMUkloHglk9BasJvDOE { width:3.75rem;height:3.75rem;top:1.125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ { display:block; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #sewfuSPaDEoPM9imniylVvRE8XFSh2Sf { top:3.1875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk { display:block; }#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #xl7NLSfpNkMwwlXv1hH2oIUZrtDJfZ63 { top:0rem;left:0rem;width:18.25rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #Is1rQbBxZDbFe9TVSObn1z40yV7mWx3v { top:0rem;left:13.5rem;width:18.25rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #rubdscSpRCIJuygChKz3viTEVaT5ENb8 { top:5.875rem;left:0rem;width:14.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #BPDo5gZ8pzDyK9QLg2TcqHXWMDODWzyR { top:8.125rem;left:0rem;width:15.9375rem;height:6.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #G0s3QIRwtqCduOTmrEyBU7HXPDuEaQ2f { top:5.8125rem;left:16.25rem;width:15.5rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #uUVFZB3yboy9kiwRnSEDLLll5pttTLzZ { top:8.125rem;left:16.125rem;width:15.625rem;height:4.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #hKH6ofHDRE06V9tgV2uQ1Gqtu0OIZfzE { top:0rem;left:29.375rem;width:18.25rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #wEHwtlJaCVP9Tok8mZ2g7LynFeDiyWzv { top:5.875rem;left:31.3125rem;width:16.3125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #OyV4TbQzzyfifOABfu9UKxR3Z25JPeGH { width:3.75rem;height:3.75rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #ciUHFeNLzHTqu1lb3JTAQBF9lTDHh4f3 { width:3.75rem;height:3.75rem;top:1.5rem;left:16.53125rem;display:block; }
 }@media only screen and (max-width: 959px) { #xqQMfx5kq7hdP7axhpJXdogOC3TMsiHs { top:7.9375rem;left:31.875rem;width:15.75rem;height:6.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #aPv0ZzvtKWTu3Maf7nNbpUnBT1S8qRFy { width:3.125rem;height:3.125rem;top:1.8125rem;left:33.28125rem;display:block; }
 }@media only screen and (max-width: 959px) { #fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp { display:block; }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #T23lImt9lxXTprN6ku0QlNLTXW9HEDk0 { top:0rem;left:0rem;width:18.25rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Lwzm5JWgt8IEXGM2TVuMup4fZrZL18AJ { top:0rem;left:13.5rem;width:18.25rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #P1x0zzKsPUGF1sgBOa6vynekmkMbVTlu { top:5.25rem;left:16rem;width:15.75rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #iFM02SUyxxt9ti4VpTZT5Tefy0iycCXk { top:5.375rem;left:0rem;width:15.9375rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Tb7y9XZvJIhgfzNrxhVCG6uuoGeptZSr { top:0rem;left:29.375rem;width:18.25rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #XLB1QZuPeyAXlS3zpmWlNSShn3Ccghsi { top:8.25rem;left:32.5rem;width:15.125rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #gtkRlzhevu5VBmGTvUuSd27lA0K03f3l { top:5.25rem;left:33.0625rem;width:14.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #sM1S8MvE3HRaWzUGq3vQXP9XHwV1KTrL { top:9.25rem;left:0rem;width:14.8125rem;height:6.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #xLskisp0ak6UmlOvQx14PyS08SI5GqHC { top:7.625rem;left:15.875rem;width:15.875rem;height:8.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #tVdbnMGTvWtvTFNhUT89zvvv6SbC4aRD { width:3.4375rem;height:3.4375rem;top:1.25rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #lIQHktqyT5gfgs7ilW4deQoDTc4tXhpT { width:3.125rem;height:3.125rem;top:1.4375rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #fm2ZowUwe7MIIoFxUyETKZEgTbzTbDSH { width:3.125rem;height:3.125rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb { display:block; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #ttc3FuoVhN6sCQm2ccwsrMTkKUnP3oW9 { width:28.125rem;height:3.75rem;top:18.8125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #L2OVHF9EkGITnvwpU7qADrrPnpLDf4yy { display:block; }
 }@media only screen and (max-width: 959px) { #cyTrhdrn2hvSmhns0r7tGgnWdx7rdXR9 { width:47.75rem;height:;top:2.375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #SznAORrVdViLcXyvCORRIG6zFhNRq82p .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SznAORrVdViLcXyvCORRIG6zFhNRq82p .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#SznAORrVdViLcXyvCORRIG6zFhNRq82p .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#SznAORrVdViLcXyvCORRIG6zFhNRq82p { display:flex;width:18rem;height:5.0625rem;top:13.3125rem;left:9.5712890625rem; }
 }@media only screen and (max-width: 959px) { #SznAORrVdViLcXyvCORRIG6zFhNRq82p #eubDJBTKwgqR6IVIfblxNngHd4wBTC4Z { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #SznAORrVdViLcXyvCORRIG6zFhNRq82p #NR4BI187EqDX0Kxgk4MA8gWA9MloPKfS {  }
 }@media only screen and (max-width: 959px) { #SznAORrVdViLcXyvCORRIG6zFhNRq82p #oBrmC0dBBC0SA9rdOibSQGL82RlBQcPl {  }
 }@media only screen and (max-width: 959px) { #SznAORrVdViLcXyvCORRIG6zFhNRq82p #kzqvl4T3lyFPL7ATwDmUe37ymsVXaWg3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #SznAORrVdViLcXyvCORRIG6zFhNRq82p #GOoxbKiUXb0MERfsuCqFPngDuwWeQy9J {  }
 }@media only screen and (max-width: 959px) { #SznAORrVdViLcXyvCORRIG6zFhNRq82p #r0zZIKkC9u3v3glhpAdQtzBwh9KulP6u {  }
 }@media only screen and (max-width: 959px) { #SznAORrVdViLcXyvCORRIG6zFhNRq82p #iwit7UCBPIWF3Kod2ClgoQwgvuLdzw3b { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #SznAORrVdViLcXyvCORRIG6zFhNRq82p #SxBlfuM55fkyOzTJXA9Mlk2tzTMLzTvQ {  }
 }@media only screen and (max-width: 959px) { #SznAORrVdViLcXyvCORRIG6zFhNRq82p #Ls6XZarxVIEBn86ps1NB1Mhrw5oCuO3z {  }
 }@media only screen and (max-width: 959px) { #SznAORrVdViLcXyvCORRIG6zFhNRq82p #d9zF9eoMUV8EdFudFISspXHlXWLziVXk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #SznAORrVdViLcXyvCORRIG6zFhNRq82p #R4xScLF2Gh79VXgScx64xuecmrZ7HTPD {  }
 }@media only screen and (max-width: 959px) { #SznAORrVdViLcXyvCORRIG6zFhNRq82p #DDGwVZEXkHdoc2rdQfMMkm5pLTnaJx2Q {  }
 }@media only screen and (max-width: 959px) { #tsn2Ffp82OS9oEhm2nNkyTQ08GadBnpW { display:block; }#tsn2Ffp82OS9oEhm2nNkyTQ08GadBnpW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #UFS0MkTfucRcygG8n3eAa7GU5cLAPL1V { width:47.75rem;height:4.0625rem;top:8.4375rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #nxPpzzJylNhcyvOfFvtp5TlJwnyarqUC { width:2.5rem;height:0.125rem;top:14.125rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #ot2f7mKL8IAdMEqPRynHbT5tAwTOCLsT { width:47.75rem;height:7.3125rem;top:3.4375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #iDvHzcaQ8U2CEFicdedJvIJ5Rpyz8uxG { width:16.875rem;height:51.75rem;top:17.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #BZTT0sbvSgRWeGEacCxUlG366Txi8cnn { width:22.4375rem;height:22.1875rem;top:17.125rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #qdCOyUvKEq14lTAw11e2z4l4GWecXIda { width:15.3125rem;height:33.6875rem;top:17.75rem;left:3rem;display:block; }
 }@media only screen and (max-width: 959px) { #TQVp2vIVk6TlR97BZTOqDCuqIMBLLZph { width:14.9375rem;height:15rem;top:51.8125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #xlXozpBxH1PfeBSVxn4X1IfBRTHcbqQo { width:20.5625rem;height:20.125rem;top:18.25rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #tabopLaqDmcJ7GT3enDsNeaSHKy2rnsa { width:22.4375rem;height:22.1875rem;top:43.25rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #noDfmsv3K4EZPDCcJp2Soo2OgK6Ry6FV { width:21.125rem;height:19.6875rem;top:44.375rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #KsI3CGU4BNC05icBZ1pfkWHaFG0uZWqM { display:block; }#KsI3CGU4BNC05icBZ1pfkWHaFG0uZWqM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #cBZQQQeN0WkrpFCSG1KgA47yfn2qEtVA { top:1.1875rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #hgitN4zoGRfKuQK6AO8GhHfbscQGMf83 { display:block; }#hgitN4zoGRfKuQK6AO8GhHfbscQGMf83 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #TTvlxxungkyr0AclLynMZvsxAAUzL4Ec { width:18.3125rem;height:;top:3.25rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #NpNVd9JMr4ERiyWiLEFqOyiilERuZQDT { width:15.625rem;height:;top:3.375rem;left:16.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #TRaW3EUcU6k5waTMpOhbOZkLicmtW0sa { width:1.875rem;height:1.875rem;top:3.25rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #zhm9p0qkPTRCZQbyHfd589twr1XFTeo7 { width:15.625rem;height:;top:18.6875rem;left:16.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #lAIdrq2v6Uol2ycMnyLSz2EUAKfk4RDe { width:1.875rem;height:1.875rem;top:20.3125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #eiMuE2viuvbopxTw91ng9Uw3tbow2Z6u { width:3.125rem;height:3.125rem;top:5.875rem;left:11.86083984375rem;display:block; }
 }@media only screen and (max-width: 959px) { #f2OTeLPHwkAk1Ig9tZssaLgVnkPXqnKw { width:3.125rem;height:3.125rem;top:5.875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #l973cJ0F9NLprdBGvcQhwHzkDPlRDb9e { width:15.625rem;height:;top:7.6875rem;left:32rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #gnCuwOLdUUZuCvKl01DQ9O0gppOtHdaf { width:1.875rem;height:1.875rem;top:7.6875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #Io7CnkvIv8bq7SpgktyNASWqvT6spHyc { width:15.625rem;height:4.875rem;top:13.875rem;left:32rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #QMU0EAOogkaJv6kLApqSlU6pb905TtNV { width:15.625rem;height:;top:3.25rem;left:32rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #iFPPVIqu1GMBievQGBI8kThmTnIxOvJV { width:15.625rem;height:4.875rem;top:20.375rem;left:32rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZsMmkeafDX4kVvWLFT9zX9XUP5SbkDup { width:1.875rem;height:1.875rem;top:13.875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #UUrFvUHrClAFUfTftMHfAD1rO1Sr3cLL { width:1.875rem;height:1.875rem;top:3.25rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #eOgmRSiqTWtoH26sP4FoIxCcTM13NCW6 { width:15.5625rem;height:20.8125rem;top:10.8125rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 959px) { #m1gc5PBncahs0eMDFmT8G9TWXM7obZqu { width:15.625rem;height:;top:9.75rem;left:16.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #ldFZ2uwdhOmy6I0pUZ151a8z3dxENiJK { width:1.875rem;height:1.875rem;top:9.5rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #DRTTFFRDM9GI432WavQZw65EbRkkAK2a { width:1.875rem;height:1.875rem;top:18.5rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #arbAtcEVGWptrWTfgTB3EBWLafFhLeUV { display:block; }#arbAtcEVGWptrWTfgTB3EBWLafFhLeUV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #zFBWFP7mnTWMgGFD0oWObw6tJxdOgRC4 { top:0.8125rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #cNaGKfLc36fTgQEGOuhpNcvws3UVd3yI { display:block; }#cNaGKfLc36fTgQEGOuhpNcvws3UVd3yI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #C7oNdTs6l1RqKvohNtk7cKqTbtfChPG2 { width:31.0625rem;height:8.75rem;top:2.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #Fe7MW0TW3gPFiH2qvVTDOgw3XCrRVfy6 { width:25rem;height:7.25rem;top:15.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #MzhTps3TeSqPE56HKB6uGTmbo5SIxqyT { width:14rem;height:19.0625rem;top:2.5rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #so38CQxAIIDDdccVuHbqpLG4ETR1by38 { width:14rem;height:;top:10.0625rem;left:25.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #NfoqXlgmuUpOoX3wxCp4pgZPFNnAeD4D { width:14.125rem;height:5.8125rem;top:14.0625rem;left:25.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #TNMLCJvdET5WdfqTi5dOSLKCok2Au87R { width:3.5625rem;height:0.0625rem;top:13.0625rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #Bw7XTC8TG6oyhHoqULtQ3qDMNr2RJQRW { width:14rem;height:19.0625rem;top:2.5rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #Kbg2W27g6DFnPhO9tOnFf8fzMJXrXImi { width:14rem;height:3.125rem;top:9.375rem;left:33.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #nay1qd5wUhe2msoIihMIXRPIgX9RGSAT { width:3.5625rem;height:0.0625rem;top:13.0625rem;left:44.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #tTS7Zg6Fn0wSoCqdfNvD2bbgD03dDxK5 { width:14.125rem;height:5.8125rem;top:14.0625rem;left:33.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #XAbrmwT6zwb08BTM7mgmhJcz2uIb6kSB { width:14rem;height:19.0625rem;top:21.625rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #kZS9Wpxkd63xHa6MdSyii33mmC1lFFV8 { width:12.9375rem;height:4.375rem;top:32.5625rem;left:26.40625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #q9digbWooff9rEZVNROcxWXhy8NtBOJZ { width:14rem;height:19.0625rem;top:21.625rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #BgqTbfQSHqJVZTJ1OEP8w2S5NT15bDlZ { width:14.125rem;height:4.375rem;top:32.5625rem;left:33.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #LXECchWr324LxtJ83kHaHThSSPUgTdh8 { width:3.5625rem;height:0.0625rem;top:31.5625rem;left:31rem;display:block; }
 }@media only screen and (max-width: 959px) { #TbR2VD9Q4TUpql2pfRx5BpqcBAsJbU7k { width:3.5625rem;height:0.0625rem;top:31.5625rem;left:44.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #r8JeuTekPPz9aoTiZyOiKwxteNmVPmBp { width:14rem;height:3rem;top:27.8125rem;left:26rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #rw82fNRFFpCNrXouMRLlPwWIBtw4maH9 { width:14rem;height:;top:28.5625rem;left:33.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #tZQMDuivxKNgbitDOBMCU7r2ECIckTiE { width:3.125rem;height:3.125rem;top:5.25rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #y6TVEydyJuxlz9rWwwxnZbq8neHw58b9 { width:4.375rem;height:4.375rem;top:4.4375rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #usKaAXrc8nnl3Cn5fETxzHuqqShfSLlv { width:4.375rem;height:4.375rem;top:22.9375rem;left:30.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #zKcADxA4HbT7kPcqNIkUbMMw6l3r7wSz { width:4.375rem;height:4.375rem;top:23.3125rem;left:43.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #xrE7cIC5D7T1t7w4uALmTnITCuphJs3E { width:25rem;height:2.875rem;top:23.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #NTtLQRRrXkVgps7ScVpmGm8Bfh1TRcVi { width:3.75rem;height:3.75rem;top:23.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #KyEZTwqB5x9JwMaR5TUA8cVlwUOfSO3w { width:3.125rem;height:3.125rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZDoHq2lVmZUl5lsDZJmS63tP5STpc0sJ { width:25rem;height:5.5rem;top:28.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #RRJM4T4yTIPOmUu0GAz80LQn3S99I7ud { width:3.75rem;height:3.75rem;top:29.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #w36PlkScTLH1cOFTFsvhzyWkbgilqT47 { width:25rem;height:2.875rem;top:35.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #t2Solhk1oshlTs17Go0uhNQJlDaKlO1f { width:3.125rem;height:3.125rem;top:35.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #pnKx7iGtmsxe4RkWZuWBNuqP7wovKlha { display:block; }#pnKx7iGtmsxe4RkWZuWBNuqP7wovKlha > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #LOqJGleW63HLkZkxyGNZ9NaNEUmdzLrS { width:6.3125rem;height:2rem;top:10.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #dzm2pdx7XXPwtpolLoJyG52EJz2c5yD6 { width:16.8125rem;height:6.5rem;top:13.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #PI0bOTZSmTP80TfveMrSUxKSwPFZuOQV { width:47.75rem;height:3.25rem;top:3.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #OxhwKSDe6JQoz0TGuIUp60Vxg7iOQsth { top:2.3125rem;left:21.03125rem;width:5.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #MdZlADTDJ105cZoRofp1SVRBHpdALwnT { width:19.9375rem;height:1.4375rem;top:34.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #V7XSOrxPWGbaeLeU9FsXNEuJykr8r4r3 { width:17.3125rem;height:6.5rem;top:13.3125rem;left:14.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #Dpw6Um4OisR0ntcDLQrov68imiN6wGg9 { width:19.9375rem;height:1.4375rem;top:34.1875rem;left:11.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #PucCVul4BbFsRWTxQ5X466zxgNEmu9Ff { width:18.0625rem;height:6.5rem;top:13.3125rem;left:29.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #LkmaPTpoZtr7R0AyMQz464zuzFQDTyBL { width:19.9375rem;height:1.4375rem;top:34.1875rem;left:27.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #a3laNKnL9fpFSP4zChVA4Heze9Z6aDW8 { width:17.0625rem;height:4.875rem;top:43.1875rem;left:30.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #LHU7GAezHm3VD7GiiDnW7pTenvHrmV9H { width:19.9375rem;height:1.4375rem;top:70.1875rem;left:27.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #BdXXDFZRI9QpmUeL0fCCHxEwGNMflGuw { width:17.25rem;height:6.875rem;top:43rem;left:14.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #nuOwCnTzHiT2Dn49bU6auQmWQueGixLK { width:19.9375rem;height:1.4375rem;top:70.1875rem;left:11.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #hZpcBgsPSncTyb5PRkVsn3vT6HuoED6P { width:17.9375rem;height:3.25rem;top:44.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #vdI43XuBaxxoO6k2gFUdEBIdrmanqmTH { width:19.9375rem;height:1.4375rem;top:70.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #qv9dTOckBuCdOcoygirf9CSt0WyiV1mf { width:47.75rem;height:2.4375rem;top:76.6875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #blAuhm1cbT4rpUbRKtAhiXPZ4fJP5kN6 { width:28.125rem;height:3.75rem;top:85.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #glLbOscfOtgdtLvtalA1LCUXRt7Xk40r { display:block; }
 }@media only screen and (max-width: 959px) { #ECOVZgiUihWohUGX06pUQRpnD8CMTX9r { width:6.3125rem;height:2rem;top:10.375rem;left:15.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #vrUA1HfKEEv542QVuo2qMDqkP8KyMSlB { width:6.3125rem;height:2rem;top:10.375rem;left:31.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #vtJFOTBWmFKxC3tSTMTVGkwVFtMQxKq4 { width:6.3125rem;height:2rem;top:40.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #A3H7O6ToDScxTwGtCTMtimofSm1NiTlV { width:6.3125rem;height:2rem;top:40.3125rem;left:15.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #nNyngnEgXi4GVBegWmnXE5cnJ78VmmDO { width:6.3125rem;height:2rem;top:40.375rem;left:31.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #lheUhueJICd3JFCF2UsQFROSTS3QEcET { width:47.75rem;height:2.4375rem;top:80rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #TTv8RPkVZmeFaollKTcpnzn9k3gahUZc { top:20.6875rem;left:5.15625rem;width:5.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #SHKC3itG9qC15r20kevnd8wQcGLVN9XA { top:20.6875rem;left:21.03125rem;width:5.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #ApyRyKS0AKm61C6SFXwir3pFCLLlQCuI { width:16.8125rem;height:;top:22.625rem;left:0rem;font-size:0.8125rem;display:block; }#ApyRyKS0AKm61C6SFXwir3pFCLLlQCuI li:before{  }
 }@media only screen and (max-width: 959px) { #eA6bRkFiUsKRxbMTToS7mQwAfswrKQL0 { width:16.8125rem;height:;top:22.3125rem;left:14.9375rem;font-size:0.8125rem;display:block; }#eA6bRkFiUsKRxbMTToS7mQwAfswrKQL0 li:before{  }
 }@media only screen and (max-width: 959px) { #EUWWltzRrRccPcgGmcdQqTC75xrTREOD { top:20.6875rem;left:36.90625rem;width:5.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Est9VGp64AbWSvucm0TTGssvFzfq4qgb { width:16.8125rem;height:;top:22.625rem;left:30.8125rem;font-size:0.8125rem;display:block; }#Est9VGp64AbWSvucm0TTGssvFzfq4qgb li:before{  }
 }@media only screen and (max-width: 959px) { #T91ZSyTNaG416ghVrwbFzhgbwqCRIEN3 { width:16.8125rem;height:;top:52.625rem;left:0rem;font-size:0.8125rem;display:block; }#T91ZSyTNaG416ghVrwbFzhgbwqCRIEN3 li:before{  }
 }@media only screen and (max-width: 959px) { #okGX1Tt0w60TXepOHZB1T59bN1G6WOqK { top:51rem;left:5.1875rem;width:5.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #eLxCvFiEKlIs36Mo9guIhnXCCcwERuUw { width:16.8125rem;height:;top:52.625rem;left:14.9375rem;font-size:0.8125rem;display:block; }#eLxCvFiEKlIs36Mo9guIhnXCCcwERuUw li:before{  }
 }@media only screen and (max-width: 959px) { #vZB1XevdBMUVph6uLeqhlI3uzvdwKopv { width:16.8125rem;height:;top:53.3125rem;left:30.8125rem;font-size:0.8125rem;display:block; }#vZB1XevdBMUVph6uLeqhlI3uzvdwKopv li:before{  }
 }@media only screen and (max-width: 959px) { #XNo1nUZq9phJ1bMEtP2RbePGDQ7Tc5pT { top:51rem;left:21.0625rem;width:5.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Ug2Uw4CE1HEaIVOd0wF3ExPxOJfKaFMU { top:51rem;left:36.9375rem;width:5.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #LsTSm746q8UVCMhfQGTX73L1gshFzPNR { display:block; }#LsTSm746q8UVCMhfQGTX73L1gshFzPNR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Jd7V6PED1qh2oUQ9fAKJgyT5IdUITO9o { top:1.625rem;left:0rem;width:47.75rem;height:8.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #kLzKxpER4FLOl4u3uBI823cfTNCBSHtb { display:block; }#kLzKxpER4FLOl4u3uBI823cfTNCBSHtb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #XcucSTp5wINAZZtCi2uskEHMOxmf05mh { width:17.25rem;height:;top:10.75rem;left:0rem;font-size:1.0625rem;display:block; }#XcucSTp5wINAZZtCi2uskEHMOxmf05mh li:before{  }
 }@media only screen and (max-width: 959px) { #ytTHNMNHBUwuAkUS65uSUkXneiliaTFi { width:18.625rem;height:26.6875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #elW57z7bczaZLXIAzrGpdcOBr2CwMGEP { width:18.625rem;height:2.0625rem;top:7.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #GGltTgMk6Dn3eSaqCvz5wqv4Jf6qLnV7 { width:47.75rem;height:2.8125rem;top:1.6875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #VQvmNKzfbBU7D1Jpey6kBcy4z8TpkQ1W { width:17.25rem;height:2.75rem;top:10.75rem;left:14.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #S7kQ0weypTFDgsIVX8IvfVHFhysJFGHg { width:18.625rem;height:26.625rem;top:6.9375rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Hz9ezZ7wD12pThb7QWQscLWeEMyJMBWG { width:18.625rem;height:2rem;top:7.5625rem;left:13.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #AaTBls3x9szLnBP5aJKvxEG3CETMHJwd { width:17.25rem;height:;top:13.5rem;left:14.5rem;font-size:1.0625rem;display:block; }#AaTBls3x9szLnBP5aJKvxEG3CETMHJwd li:before{  }
 }@media only screen and (max-width: 959px) { #Sm74rm92Q3UlyIRrJ4Cqb0EgPLDfUA7g { width:18.625rem;height:26.5625rem;top:6.9375rem;left:29rem;display:block; }
 }@media only screen and (max-width: 959px) { #S1QymvWCyhdxCPewpTxT0y3aVhSmg28F { width:18.625rem;height:2rem;top:7.5rem;left:29rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #Cx7CZB573qNIwOovLnR04FuVDhcGyBAG { width:17.25rem;height:;top:10.75rem;left:30.375rem;font-size:1.0625rem;display:block; }#Cx7CZB573qNIwOovLnR04FuVDhcGyBAG li:before{  }
 }@media only screen and (max-width: 959px) { #ETuWstE3GnsISwhLQD1ZTSey0VEIfvZN { width:17.25rem;height:2.75rem;top:27.6875rem;left:30.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #pAZW9e4dODavvOKhCnPGfTvfm1eFNOqW { width:17.25rem;height:1.375rem;top:28.4375rem;left:14.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz { display:block; }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Tkk3XcI0mzNGrvhhJrV3d8WIX3iB9WJ7 { top:9.75rem;left:0rem;width:37.5625rem;height:68.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #PRJnSg4Q8E0DvOCO05sbJBlgfE9merTN { top:11.9375rem;left:0rem;width:33.6875rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #za3hiTqSaOIFhSfCuvOi6fSbMvIZ8RUf { top:15.8125rem;left:0rem;width:37.3125rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #pJBnFCKztKtxoUNU6WSSaSRR2CTv5Tuo { top:27.375rem;left:0rem;width:29.25rem;height:36.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #xDPB4oy5DnKWNGu1Rvh7mImdMm2H84L9 { top:18.5rem;left:0rem;width:37.4375rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #IWablmMIt2rC8KuLL33AQlFTcTFMTqBp { width:1.875rem;height:1.875rem;top:27.25rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #BKaR5XBNoHrNbR1fpgeyFffmoLSpbwxI { width:37.5625rem;height:2rem;top:65.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #HwWbtNQpWo4063VmmtHOUitUNcpa5Uzh { width:28.125rem;height:3.75rem;top:70.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #L67OWJlBI7WCrn03CgsTDxzFc1xrCbTB { display:block; }
 }@media only screen and (max-width: 959px) { #JU3S7RhyOD8Rc1bwt8UeBm5KKwPtwmCo { top:11rem;left:0rem;width:35.0625rem;height:66.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #lU7PxasWzcvSXXtyW7URdQAZtI1Q5Tnh { width:47.75rem;height:2.75rem;top:81.4375rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #dtg4kSiU6TyziZxT8TVy86N8LvhLV5mT { top:2.5625rem;left:0rem;width:47.75rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #W70CXyWT4i2d0NpOMJUCC3tVZDmMHAyo { width:1.875rem;height:1.875rem;top:31.375rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #UlUInaXBGfeBlFARFteCcbG3U2UrfD4g { width:1.875rem;height:1.875rem;top:33.9375rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #H9OsvWiD31deU2FPalNbg8XtxxOQCn3J { width:1.875rem;height:1.875rem;top:38.125rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #i8qm04R2qm4BdHJ7ksL2fBmfuhmc3mOs { width:1.875rem;height:1.875rem;top:42.125rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #NwyZSbyfiBFfTxVM1rrscb92braqchZP { width:1.875rem;height:1.875rem;top:46.1875rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #mPNkLtsCqWrHWPE4BzmNBhhZBpnHVpXp { width:1.875rem;height:1.875rem;top:51.375rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #um160AH8T3gZZWQhhnkVWTtd8ZnATdkl { width:1.875rem;height:1.875rem;top:54.1875rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #ILFu2I3DWP2S8pLgFgmAKXay4uAbyvLG { width:1.875rem;height:1.875rem;top:59.625rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #sPFD0gHkIEd1XmF8xrdIOu3lwOhOK113 { width:7.5rem;height:3.125rem;top:22.625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #kCQ4QCl9zvet8R8TCUMl1Ld0Fi11TSEJ { display:block; }
 }@media only screen and (max-width: 959px) { #UMTnD53blJ7IP9oHKmsqJCsU9RfMty7k { width:7.5rem;height:3.125rem;top:22.625rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #WTQbEpT5KfWTK4pIlWEgvx2XwMXpuOxv { display:block; }
 }@media only screen and (max-width: 959px) { #nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg { display:block; }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #iDteoGrWnLFe3ROgrzt03Wxk6Eaibed7 { width:47.75rem;height:1.5rem;top:1.625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE { display:block; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE { background-color: transparent; background-image: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container > .video-iframe-container { display: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row > .video-iframe-container { display: none; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .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); }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE { border-width: 0; border-radius: 0; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container { width:20rem;height:21.1875rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6702ec76-8005-4b08-8956-f8b6c0be4e3c/justyna1.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;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;position:relative;display:block; }#JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container.adaptive-delivery-prevent-bg, #JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container.lazyload, #JXAcW0lRkIGWWUupTQ2rkwTru71aIcnE > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #PmfaP33exAQophGo8g9uSpHCH8C4DFAv { width:18.75rem;height:5.60595rem;top:1.25rem;left:0.625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xuOo4LRI75bQpoXzTXcePEFil0NEyDXi { width:20rem;height:3rem;top:7.12988125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn { display:block; }#W5pyvTp9q1iEZqAGhRCWMPx1hBXLl5Tn > .row .container { width:20rem;height:2.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KK1HsMz3PZUffT9yz2WGEcPJX0SwTNv2 { display:block; }#KK1HsMz3PZUffT9yz2WGEcPJX0SwTNv2 > .row .container { width:20rem;height:55.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AwwxZxKyonbwFumIBaEAytgynKCING4y { width:15.625rem;height:12.5rem;top:7.375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ow3lysQTvoV72qlWLfzVrO7vrlwkgls0 { width:12.625rem;height:5.5234375rem;top:12.8125rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8u3bWoabK6QtlJaaZi848NlJOS14HzL { width:15.625rem;height:12.5rem;top:24.3359375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZrBDm9WPcWln9Z4v7D9KfpUvXG6EfmD { width:11.6875rem;height:4.142575rem;top:31.2880859375rem;left:4.15625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGnrxK8k3oGTS8aZPZ8kPJg8T9NOIazQ { width:15.625rem;height:12.5rem;top:41.1176734375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #POFQnTftwtS7Q317e5sTwE5wHvHbi2rh { width:14.25rem;height:6.9043rem;top:46.3671875rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5JCV4RxHD1zbTG52C37r0LoWEzJtupp { width:20rem;height:0.0625rem;top:17.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xM8lLRTLbrHJpbkHBANAHIloe4Zh8THO { width:0.0625rem;height:3.625rem;top:12.625rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #a6oI5DgARfnrIS5iUaeO1vlTs8XoAKDn { width:0.0625rem;height:3.625rem;top:21rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HoIu5i6DIlPBUvuB0DWh3L85MPUDW0WC { width:0.0625rem;height:3.625rem;top:27.9375rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZnGgxxE1556GNpUbFCoEeuFe41ksFtnm { width:0.8125rem;height:0.8125rem;top:10.5625rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #h03nsficPLCgtg7fGl3UGuS0eZRFWBHs { width:0.8125rem;height:0.8125rem;top:18.9375rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KSdEmBAZGvlPTNifE7yn0HZp3uiqeuh2 { width:0.8125rem;height:0.8125rem;top:25.875rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zrc5ua8Qstiq3GRc0r77b82c1L5gP70g { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eeCZW02gd2VDb1HkRkrbz1TPiid91r9k { display:flex;width:3.75rem;height:3.75rem;top:8.1875rem;left:8.125rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #O4mgmDZqZP63Jd2lOVxZQ7seh07WTwAk { display:flex;width:3.75rem;height:3.75rem;top:25.2734375rem;left:8.125rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #LpRTOwL9CiCtWyi7SAZcAIUIAzgH2v4V { display:flex;width:3.125rem;height:3.125rem;top:42.2421875rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #yZS3i1tzXOogHFzPCbixkTyurSrnqu96 { display:block; }#yZS3i1tzXOogHFzPCbixkTyurSrnqu96 > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aabpXIpet25vJ4Sl5BTqgEGSuySUwEWz { width:17rem;height:5.7744125rem;top:3.69970703125rem;left:1.5rem;text-align:right;text-align-last:right;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaI1lF042czouMp6twGHV2XnogJzXa0P { display:block; }#aaI1lF042czouMp6twGHV2XnogJzXa0P > .row .container { width:20rem;height:70.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B18WgW1vw3PEmHk5TgTbDVZnJ78zXpDQ { width:19.8125rem;height:2.03125rem;top:8.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lb5aTIhN3VllWN9mWyHTZ6ZXDL0C5P89 { width:16.4375rem;height:3.65625rem;top:12.15625rem;left:3.0625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXtJQfaBQz8X9tUR43RBUJ022nv5312m { width:18.75rem;height:2.03125rem;top:48.54296875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Be4m1KbsDdbcTxRi0uObc0C6DKSUfAzx { width:20rem;height:32.4375rem;top:1.25rem;left:0rem;background-color:#5ca797;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) { #vTVrrRr2tgDgghNfvTsZ5x8uC67Is4vD { width:20rem;height:27.0625rem;top:42.79296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIGLaW4WILBTp2WIc2pXe8VrJ9V0VoTA { width:12.5rem;height:6.9375rem;top:1.25rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUuZNDPFGCFJDL43tJpC9QOi01ZN12ba { width:1.125rem;height:0.625rem;top:16.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtphWcCUz97xIuJtyqS8e5k18pf5JA8x { width:3.5rem;height:2.5625rem;top:12.703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JP1oaJOin8AMMxwrbOHbPVkQ5fKgystQ { width:17rem;height:2.4375rem;top:16.8125rem;left:3rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d63J8w7mHF8BE5kbZXK0TIQ01BZvNN99 { width:16.75rem;height:3.65625rem;top:20.59375rem;left:3.0625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ6ZdqtotINWWfCtB5CN2GqXdTQxwI57 { width:3.5rem;height:2.5625rem;top:16.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd2iQqVUNTV16JKmdPL3Lg5J4a0tZiVq { width:3.5rem;height:2.5625rem;top:21.140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIs5tPyJgAtH7dDtB5FfWFxLwVPngQdq { width:17.1875rem;height:2.4375rem;top:51.9375rem;left:2.8125rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQzJe7lQVtbsnFig8owrrp47fhOamkzD { width:16.75rem;height:4.875rem;top:55.4375rem;left:2.75rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB413hnyoK0OrHRFvozRfuITAtGZas1O { width:16.9375rem;height:3.41161875rem;top:60.22998046875rem;left:2.625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaI4dQASUNynI2LQsIbZ4dKHEgbVZhy0 { width:20rem;height:5.19921875rem;top:35.712890625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJgyGBHcQ6qbkh0EtcdBF4PwaIlQz8Ob { width:16.25rem;height:6.09375rem;top:25.03125rem;left:3.1875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTLPbR4Q1Bedr5Wgb12OwaDfTTUs7srT { width:3.5rem;height:2.5625rem;top:26.796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Trte9xPqXyQSM9PT3E9cakfcP48PHuef { width:14.75rem;height:4.875rem;top:64.1875rem;left:2.625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #khE5yObaMFQySdGV3yeqtIA7mlGasURF { display:flex;width:3.75rem;height:3.75rem;top:43.5rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #er2cBhA0c9yTP8epQeGuCME26wy2hwQa { display:flex;width:1.5625rem;height:1.5625rem;top:53.24267578125rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #rCvvDPNNK6ZyZBRWy8J0vDOqHaAuFHAt { display:flex;width:1.5625rem;height:1.5625rem;top:57.79296875rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #kSZSfl5KsZmusxdoiqJ3n89D8O1BJcw8 { display:flex;width:1.5625rem;height:1.5625rem;top:62.02978515625rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #xM2dttL8X91MmXI9l5g7GuL4iKEFBh87 { display:flex;width:1.5625rem;height:1.5625rem;top:65.84375rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #On6p65INrUcaKGGviIXB8EbIv7HzVIhx { background-color:rgba(0,0,0,0);background-image:none;display:block; }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx > .row .container { background-color: transparent; background-image: none; }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx > .row .container > .video-iframe-container { display: none; }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx > .row > .video-iframe-container { display: none; }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx > .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); }#On6p65INrUcaKGGviIXB8EbIv7HzVIhx > .row .container { width:20rem;height:36.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I6XmzE2PxLHKC5PP180TAut0NIu1w3TG { width:20rem;height:8.125rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NV0x2GoG5pIXglwRuD6gsUfB2ZJcnZRK { width:20rem;height:4.63036875rem;top:10.75rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DOociWVOUwewsnvo21VfPWVuRUo3GOHp { width:4.6875rem;height:3.4375rem;top:1.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcDW8lh9k9KabpfWobw3Rkfd1awyQuM1 { width:16.5625rem;height:16.3583875rem;top:17.2666015625rem;left:2.9375rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qtEOksiHJRre6rnlDuEZGtBlPrAAL7iC { display:flex;width:0.9375rem;height:0.9375rem;top:17.3125rem;left:1.25rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #fb7l6RoLlJLuZT1AW1eyqx0JgcPo6XtH { display:flex;width:0.9375rem;height:0.9375rem;top:18.4375rem;left:1.25rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #Q7kpgCAJNdyqEsrDhux9Zpmq4T4iX4mg { display:flex;width:0.9375rem;height:0.9375rem;top:26.8125rem;left:1.25rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #CZLf8tUuR7F5ow4rEu4x4tMRSnGLpEMN { display:flex;width:0.9375rem;height:0.9375rem;top:27.75rem;left:1.25rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #pZ1PFX8S7BZKFtmkFLPCZWJlQpV9GGdQ { display:flex;width:0.9375rem;height:0.9375rem;top:21.9375rem;left:1.25rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #R98ETzyKQksUpGCTwa4KJv6yqRBZkyaU { display:flex;width:0.9375rem;height:0.9375rem;top:24.125rem;left:1.25rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #OUDOGdph2AoqdbF75DWfN5E0AyqOwJTJ { display:flex;width:0.9375rem;height:0.9375rem;top:29.0625rem;left:1.25rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #T89Pq432MNq6pSuIurFibtiDIw5qG3Qf { display:flex;width:0.9375rem;height:0.9375rem;top:19.6875rem;left:1.25rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #f22aGxix69b1pQMLgvzmBoaBda7cTA9r { display:block; }#f22aGxix69b1pQMLgvzmBoaBda7cTA9r > .row .container { width:20rem;height:74.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vAVii0SiigacVBI27nID5wKuR6artov3 { width:14.375rem;height:14.375rem;top:52.0625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #myXwKiTPRcwKMDJ9tyEI10cSazeCrPlt { width:12.5rem;height:12.5rem;top:57.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMFKTZ2Xsa4etaJginoOJuAdb0IgmTs1 { width:12.5rem;height:9.375rem;top:62.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT0QCeT3Bt1yTUubUOgR5rMr07cilURP { width:15.625rem;height:10.625rem;top:37.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BX7tc8DoxFTRShDVaMr3B39UZ8zDtmm3 { width:14.3125rem;height:14.3125rem;top:13.125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBLuczcAqyCVpMTbqNEh2Igz9Lt0gGRf { width:12.5rem;height:12.5rem;top:18.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhRTtqtTKVP26T9cWFdKcUQT8JVKJGuE { width:12.5rem;height:12.5rem;top:20.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBzy9TVp5nlg7LCPP3AxIZt259gsvcIZ { width:12.5rem;height:4.63036875rem;top:6.1875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DC6vGJr9JoiBEHk8ab6gJ6Tk8EBE1HF8 { width:4.625rem;height:4.625rem;top:0.5625rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkHDTOf0V3ZBnn212ybFmN9tiKigLZoS { display:flex;width:4.5625rem;height:4.5625rem;top:0.625rem;left:7.71875rem; }
 }@media only screen and (max-width: 763px) { #nvbk0CgI6JIV9PK8rbpnFznCGTMurgKM { width:15.625rem;height:9.4375rem;top:2.4375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyUzVRa91lwoUlUVizgU7KSbX1UeBAql { width:14.5rem;height:4.875rem;top:41.8125rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrmcyecpD5Q5arh5kH6cPcpMdLOtfy7s { width:6.25rem;height:6.25rem;top:34.75rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdWeeR8DmXDcJv6IAGXL9nbksFFUXdZw { display:flex;width:6.25rem;height:6.25rem;top:34.75rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #pUzMlbkSw9GAdiy1laIERKFrLJo9uAbr { display:block; }#pUzMlbkSw9GAdiy1laIERKFrLJo9uAbr > .row .container { width:20rem;height:10.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PAfFphzcikpnpCUsuZHQNxGS2s4AaBwr { width:20rem;height:5.19921875rem;top:2.849609375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T8XOKpwZVB6T9tLM0Cckfp9X7OVdTF7M { width:20rem;height:1.94970625rem;top:7.69921875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NxbPEvaxwTG3sd1ZGGZEN4GdypQCTSW5 { display:block; }#NxbPEvaxwTG3sd1ZGGZEN4GdypQCTSW5 > .row .container { width:20rem;height:37.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fsr0Xn5uxt9G4hydBaPqXJ7bGZW6qElI { width:18.25rem;height:10.625rem;top:1.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOFyXw7L1svz6UCLbD2t90KQvibH6Hk8 { width:18.25rem;height:10.625rem;top:13.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSLpMvsSrLHKEMdKlTeHguPopwP8hW2l { width:14.5625rem;height:1.625rem;top:17.1875rem;left:1.9892578125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d934i6BKhvmTRqnQS7n9pcayz2CrUOC6 { width:14.5625rem;height:1.625rem;top:6.3125rem;left:1.5517578125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9yFWsNlkK38WERgg30LaOnayAHLnlng { width:18.25rem;height:11.125rem;top:25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEXoTxz4oDUx0TeQpOiMZppIOKEoyHx2 { width:16rem;height:4.875rem;top:30.625rem;left:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdCDvNp9P040fIay2CvJIcPymorFvyFH { width:14.5625rem;height:1.625rem;top:29rem;left:1.9892578125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeWTgMaSi7DULokDI2PX2Bu9mel7iWXw { width:16.8125rem;height:2.4375rem;top:8.34375rem;left:1.7392578125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #afsIWPHgWnSn6glyk9qSlz78drUsQ0KT { width:15.125rem;height:5.5234375rem;top:18.8125rem;left:1.8955078125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiFTayu5s1gwElyTNa3u2i59I6zpbTfn { display:flex;width:3.125rem;height:3.125rem;top:13.8125rem;left:1.8330078125rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #KLWR2xzgONC45X1AEHKpq6TuM5mMU4gg { display:flex;width:2.5rem;height:2.5rem;top:25.75rem;left:1.9892578125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #DhDI18l3sLpsbSMbgDzqc54wSQitq76b { display:flex;width:2.5rem;height:2.5rem;top:2.6875rem;left:1.5517578125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #SMWylMsFx6VsHgww6hI6U5T91cQh5mnT { display:block; }#SMWylMsFx6VsHgww6hI6U5T91cQh5mnT > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o5ZkWWs1XStfloZAoUfAHQhSdDh33REb { width:18.25rem;height:10.625rem;top:1.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aci94yrJdeoalbfM55f7FXk5ht3M1wm9 { width:18.25rem;height:10.625rem;top:13.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJDxBeVGhlwVeoHIGsN6h4L1X3TXMLfm { width:14.5625rem;height:1.625rem;top:16.5625rem;left:1.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6069v1L84Qa3HmOe1v8it5APTxFITOc { width:14.5625rem;height:1.625rem;top:5.75rem;left:1.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvFGcU5pRMo45bKZ5a3aqFnLfCTCDuEt { width:18.25rem;height:10.625rem;top:26.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsLWn5T5m0IHSskPJ1v7X6gwXK0Qy2WZ { width:16.5rem;height:6.09375rem;top:18.1875rem;left:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cETMcg9r1PluyF3p0RBgBMPnyl5PdE38 { width:14.5625rem;height:1.625rem;top:31.375rem;left:1.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJz6Fimp2sklLIp8lht4sCN6t7VSZLx8 { width:16.375rem;height:2.4375rem;top:8.1875rem;left:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6wlmmnW4GKJ0cO04c42eGGqcbNr4Pgk { width:16.25rem;height:3.375rem;top:33.3125rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qr57AHSlOdD5BHXDqvlsTCChtGKkk4ZK { display:flex;width:3.125rem;height:3.125rem;top:27.6875rem;left:1.84375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #xQvtR1zXtAKhpkzFWK6h9P0sT9iQT2AL { display:flex;width:2.5rem;height:2.5rem;top:14.0625rem;left:1.875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #hv8TaxqkU9Ka4HMUkloHglk9BasJvDOE { display:flex;width:3.125rem;height:3.125rem;top:2.6875rem;left:1.3125rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ { display:block; }#m9HXgrbwExJhJuwOu6DPrW93oxLs9JMQ > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sewfuSPaDEoPM9imniylVvRE8XFSh2Sf { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk { display:block; }#wByZ2QVTOdb9DeCBJ0ihOWrqGDqZ4mqk > .row .container { width:20rem;height:40.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xl7NLSfpNkMwwlXv1hH2oIUZrtDJfZ63 { width:18.25rem;height:10.625rem;top:1.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Is1rQbBxZDbFe9TVSObn1z40yV7mWx3v { width:18.25rem;height:10.625rem;top:15.5rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rubdscSpRCIJuygChKz3viTEVaT5ENb8 { width:14.5625rem;height:1.625rem;top:4.5625rem;left:2.53125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPDo5gZ8pzDyK9QLg2TcqHXWMDODWzyR { width:16.625rem;height:4.875rem;top:6.1875rem;left:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0s3QIRwtqCduOTmrEyBU7HXPDuEaQ2f { width:14.5625rem;height:1.625rem;top:19.28125rem;left:2.71875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUVFZB3yboy9kiwRnSEDLLll5pttTLzZ { width:16.5rem;height:4.14258125rem;top:20.90625rem;left:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKH6ofHDRE06V9tgV2uQ1Gqtu0OIZfzE { width:18.25rem;height:10.625rem;top:27.375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEHwtlJaCVP9Tok8mZ2g7LynFeDiyWzv { width:17.25rem;height:1.4624rem;top:31.3125rem;left:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyV4TbQzzyfifOABfu9UKxR3Z25JPeGH { display:flex;width:2.5rem;height:2.5rem;top:2.125rem;left:2.71875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #ciUHFeNLzHTqu1lb3JTAQBF9lTDHh4f3 { display:flex;width:3.125rem;height:3.125rem;top:15.5rem;left:2.71875rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #xqQMfx5kq7hdP7axhpJXdogOC3TMsiHs { width:16.125rem;height:3.65625rem;top:33.25rem;left:2.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aPv0ZzvtKWTu3Maf7nNbpUnBT1S8qRFy { display:flex;width:2.5rem;height:2.5rem;top:28.25rem;left:2.53125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp { display:block; }#fkRZpWPr1wNmLZrU7BEHIoFOdPe8qXtp > .row .container { width:20rem;height:41.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T23lImt9lxXTprN6ku0QlNLTXW9HEDk0 { width:18.25rem;height:12.5rem;top:1.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lwzm5JWgt8IEXGM2TVuMup4fZrZL18AJ { width:18.25rem;height:10.625rem;top:16.625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1x0zzKsPUGF1sgBOa6vynekmkMbVTlu { width:14.5625rem;height:1.625rem;top:20.8125rem;left:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFM02SUyxxt9ti4VpTZT5Tefy0iycCXk { width:16.9375rem;height:1.4624rem;top:5.25rem;left:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb7y9XZvJIhgfzNrxhVCG6uuoGeptZSr { width:18.25rem;height:10.625rem;top:29.15625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLB1QZuPeyAXlS3zpmWlNSShn3Ccghsi { width:16.3125rem;height:2.4375rem;top:35.96875rem;left:2.34375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gtkRlzhevu5VBmGTvUuSd27lA0K03f3l { width:14.5625rem;height:1.625rem;top:33.65625rem;left:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sM1S8MvE3HRaWzUGq3vQXP9XHwV1KTrL { width:16.8125rem;height:4.875rem;top:7.375rem;left:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLskisp0ak6UmlOvQx14PyS08SI5GqHC { width:15.875rem;height:3.65625rem;top:22.75rem;left:2.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tVdbnMGTvWtvTFNhUT89zvvv6SbC4aRD { display:flex;width:2.5rem;height:2.5rem;top:30.28125rem;left:2.25rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #lIQHktqyT5gfgs7ilW4deQoDTc4tXhpT { display:flex;width:2.5rem;height:2.5rem;top:17.8125rem;left:2.25rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #fm2ZowUwe7MIIoFxUyETKZEgTbzTbDSH { display:flex;width:2.5rem;height:2.5rem;top:2.1875rem;left:2.125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/SNs6UZ6K/bg5.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb.adaptive-delivery-prevent-bg, #vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb.lazyload, #vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb.lazyloading { background-image: none; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row .container { background-color: transparent; background-image: none; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row .container > .video-iframe-container { display: none; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row > .video-iframe-container { display: none; }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .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); }#vcE0TWWq6TJaEDfNrmqxS1cymO6ifnJb > .row .container { width:20rem;height:23.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ttc3FuoVhN6sCQm2ccwsrMTkKUnP3oW9 { width:15.625rem;height:3.25rem;top:19.22883125rem;left:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2OVHF9EkGITnvwpU7qADrrPnpLDf4yy { display:block; }
 }@media only screen and (max-width: 763px) { #cyTrhdrn2hvSmhns0r7tGgnWdx7rdXR9 { width:20rem;height:2.5996125rem;top:8.93rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SznAORrVdViLcXyvCORRIG6zFhNRq82p .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SznAORrVdViLcXyvCORRIG6zFhNRq82p .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#SznAORrVdViLcXyvCORRIG6zFhNRq82p .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#SznAORrVdViLcXyvCORRIG6zFhNRq82p { display:flex;width:18rem;height:5.0625rem;top:13.8125rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #SznAORrVdViLcXyvCORRIG6zFhNRq82p #eubDJBTKwgqR6IVIfblxNngHd4wBTC4Z { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SznAORrVdViLcXyvCORRIG6zFhNRq82p #NR4BI187EqDX0Kxgk4MA8gWA9MloPKfS {  }
 }@media only screen and (max-width: 763px) { #SznAORrVdViLcXyvCORRIG6zFhNRq82p #oBrmC0dBBC0SA9rdOibSQGL82RlBQcPl {  }
 }@media only screen and (max-width: 763px) { #SznAORrVdViLcXyvCORRIG6zFhNRq82p #kzqvl4T3lyFPL7ATwDmUe37ymsVXaWg3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SznAORrVdViLcXyvCORRIG6zFhNRq82p #GOoxbKiUXb0MERfsuCqFPngDuwWeQy9J {  }
 }@media only screen and (max-width: 763px) { #SznAORrVdViLcXyvCORRIG6zFhNRq82p #r0zZIKkC9u3v3glhpAdQtzBwh9KulP6u {  }
 }@media only screen and (max-width: 763px) { #SznAORrVdViLcXyvCORRIG6zFhNRq82p #iwit7UCBPIWF3Kod2ClgoQwgvuLdzw3b { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SznAORrVdViLcXyvCORRIG6zFhNRq82p #SxBlfuM55fkyOzTJXA9Mlk2tzTMLzTvQ {  }
 }@media only screen and (max-width: 763px) { #SznAORrVdViLcXyvCORRIG6zFhNRq82p #Ls6XZarxVIEBn86ps1NB1Mhrw5oCuO3z {  }
 }@media only screen and (max-width: 763px) { #SznAORrVdViLcXyvCORRIG6zFhNRq82p #d9zF9eoMUV8EdFudFISspXHlXWLziVXk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SznAORrVdViLcXyvCORRIG6zFhNRq82p #R4xScLF2Gh79VXgScx64xuecmrZ7HTPD {  }
 }@media only screen and (max-width: 763px) { #SznAORrVdViLcXyvCORRIG6zFhNRq82p #DDGwVZEXkHdoc2rdQfMMkm5pLTnaJx2Q {  }
 }@media only screen and (max-width: 763px) { #tsn2Ffp82OS9oEhm2nNkyTQ08GadBnpW { display:block; }#tsn2Ffp82OS9oEhm2nNkyTQ08GadBnpW > .row .container { width:20rem;height:99.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UFS0MkTfucRcygG8n3eAa7GU5cLAPL1V { width:20rem;height:3.65625rem;top:1.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxPpzzJylNhcyvOfFvtp5TlJwnyarqUC { width:2.5rem;height:0.125rem;top:7.41796875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ot2f7mKL8IAdMEqPRynHbT5tAwTOCLsT { width:20rem;height:2.35595625rem;top:3.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDvHzcaQ8U2CEFicdedJvIJ5Rpyz8uxG { width:16.875rem;height:51.25rem;top:9.60546875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZTT0sbvSgRWeGEacCxUlG366Txi8cnn { width:16.875rem;height:15.625rem;top:62.60546875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdCOyUvKEq14lTAw11e2z4l4GWecXIda { width:15.3125rem;height:33.6875rem;top:10.29296875rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQVp2vIVk6TlR97BZTOqDCuqIMBLLZph { width:14.9375rem;height:15rem;top:44.4921875rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlXozpBxH1PfeBSVxn4X1IfBRTHcbqQo { width:14.5625rem;height:14.25rem;top:63.28076171875rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tabopLaqDmcJ7GT3enDsNeaSHKy2rnsa { width:16.875rem;height:16.1875rem;top:79.5rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #noDfmsv3K4EZPDCcJp2Soo2OgK6Ry6FV { width:16.625rem;height:15.4375rem;top:79.9375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsI3CGU4BNC05icBZ1pfkWHaFG0uZWqM { display:block; }#KsI3CGU4BNC05icBZ1pfkWHaFG0uZWqM > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cBZQQQeN0WkrpFCSG1KgA47yfn2qEtVA { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hgitN4zoGRfKuQK6AO8GhHfbscQGMf83 { display:block; }#hgitN4zoGRfKuQK6AO8GhHfbscQGMf83 > .row .container { width:20rem;height:75.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTvlxxungkyr0AclLynMZvsxAAUzL4Ec { width:14.625rem;height:5.19921875rem;top:1.25rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpNVd9JMr4ERiyWiLEFqOyiilERuZQDT { width:15.625rem;height:4.142575rem;top:26.13671875rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRaW3EUcU6k5waTMpOhbOZkLicmtW0sa { display:flex;width:1.875rem;height:1.875rem;top:24.26171875rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #zhm9p0qkPTRCZQbyHfd589twr1XFTeo7 { width:15.625rem;height:5.5234375rem;top:49.2783203125rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAIdrq2v6Uol2ycMnyLSz2EUAKfk4RDe { display:flex;width:1.875rem;height:1.875rem;top:62.68896484375rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #eiMuE2viuvbopxTw91ng9Uw3tbow2Z6u { display:flex;width:3.125rem;height:3.125rem;top:10.82421875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #f2OTeLPHwkAk1Ig9tZssaLgVnkPXqnKw { display:flex;width:3.125rem;height:3.125rem;top:15.19921875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #l973cJ0F9NLprdBGvcQhwHzkDPlRDb9e { width:15.625rem;height:4.142575rem;top:57.9267578125rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnCuwOLdUUZuCvKl01DQ9O0gppOtHdaf { display:flex;width:1.875rem;height:1.875rem;top:47.40380625rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #Io7CnkvIv8bq7SpgktyNASWqvT6spHyc { width:15.625rem;height:2.76171875rem;top:64.50146484375rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMU0EAOogkaJv6kLApqSlU6pb905TtNV { width:15.625rem;height:2.76171875rem;top:43.63818359375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFPPVIqu1GMBievQGBI8kThmTnIxOvJV { width:15.625rem;height:2.76171875rem;top:70.1142578125rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsMmkeafDX4kVvWLFT9zX9XUP5SbkDup { display:flex;width:1.875rem;height:1.875rem;top:56.0517578125rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #UUrFvUHrClAFUfTftMHfAD1rO1Sr3cLL { display:flex;width:1.875rem;height:1.875rem;top:41.0908203125rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #eOgmRSiqTWtoH26sP4FoIxCcTM13NCW6 { width:11.1875rem;height:14.9375rem;top:7.32421875rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1gc5PBncahs0eMDFmT8G9TWXM7obZqu { width:15.625rem;height:5.5234375rem;top:34.1533203125rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldFZ2uwdhOmy6I0pUZ151a8z3dxENiJK { display:flex;width:1.875rem;height:1.875rem;top:68.2392578125rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #DRTTFFRDM9GI432WavQZw65EbRkkAK2a { display:flex;width:1.875rem;height:1.875rem;top:31.51171875rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #arbAtcEVGWptrWTfgTB3EBWLafFhLeUV { display:block; }#arbAtcEVGWptrWTfgTB3EBWLafFhLeUV > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zFBWFP7mnTWMgGFD0oWObw6tJxdOgRC4 { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cNaGKfLc36fTgQEGOuhpNcvws3UVd3yI { display:block; }#cNaGKfLc36fTgQEGOuhpNcvws3UVd3yI > .row .container { width:20rem;height:116.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C7oNdTs6l1RqKvohNtk7cKqTbtfChPG2 { width:20rem;height:11.8984375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fe7MW0TW3gPFiH2qvVTDOgw3XCrRVfy6 { width:15.25rem;height:4.87305625rem;top:14.3984375rem;left:2.375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzhTps3TeSqPE56HKB6uGTmbo5SIxqyT { width:14rem;height:12.5rem;top:23.9589875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #so38CQxAIIDDdccVuHbqpLG4ETR1by38 { width:14rem;height:1.25rem;top:31.5214875rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfoqXlgmuUpOoX3wxCp4pgZPFNnAeD4D { width:14.125rem;height:4.875rem;top:35.5214875rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNMLCJvdET5WdfqTi5dOSLKCok2Au87R { width:3.5625rem;height:0.0625rem;top:34.5214875rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bw7XTC8TG6oyhHoqULtQ3qDMNr2RJQRW { width:14rem;height:12.5rem;top:41.6464875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kbg2W27g6DFnPhO9tOnFf8fzMJXrXImi { width:14rem;height:1.25rem;top:46.146484375rem;left:3rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nay1qd5wUhe2msoIihMIXRPIgX9RGSAT { width:3.5625rem;height:0.0625rem;top:52.2089875rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTS7Zg6Fn0wSoCqdfNvD2bbgD03dDxK5 { width:14.125rem;height:4.875rem;top:52.208984375rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAbrmwT6zwb08BTM7mgmhJcz2uIb6kSB { width:14rem;height:12.5rem;top:85.76223125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZS9Wpxkd63xHa6MdSyii33mmC1lFFV8 { width:14.125rem;height:2.4375rem;top:94.63720703125rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9digbWooff9rEZVNROcxWXhy8NtBOJZ { width:14rem;height:12.5rem;top:100.38723125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgqTbfQSHqJVZTJ1OEP8w2S5NT15bDlZ { width:14.125rem;height:3.65625rem;top:108.01220703125rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXECchWr324LxtJ83kHaHThSSPUgTdh8 { width:3.5625rem;height:0.0625rem;top:93.44970703125rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbR2VD9Q4TUpql2pfRx5BpqcBAsJbU7k { width:3.5625rem;height:0.0625rem;top:106.66845703125rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8JeuTekPPz9aoTiZyOiKwxteNmVPmBp { width:14rem;height:1.25rem;top:91.44970703125rem;left:3rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rw82fNRFFpCNrXouMRLlPwWIBtw4maH9 { width:14rem;height:1.25rem;top:105.26220703125rem;left:3rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZQMDuivxKNgbitDOBMCU7r2ECIckTiE { display:flex;width:2.5rem;height:2.5rem;top:26.7089875rem;left:8.4375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #y6TVEydyJuxlz9rWwwxnZbq8neHw58b9 { display:flex;width:3.125rem;height:3.125rem;top:42.271484375rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #usKaAXrc8nnl3Cn5fETxzHuqqShfSLlv { display:flex;width:3.125rem;height:3.125rem;top:87.07470703125rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #zKcADxA4HbT7kPcqNIkUbMMw6l3r7wSz { display:flex;width:3.125rem;height:3.125rem;top:101.19970703125rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #xrE7cIC5D7T1t7w4uALmTnITCuphJs3E { width:15.6875rem;height:3.41161875rem;top:58.1152375rem;left:2.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTtLQRRrXkVgps7ScVpmGm8Bfh1TRcVi { display:flex;width:2.5rem;height:2.5rem;top:62.77636875rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #KyEZTwqB5x9JwMaR5TUA8cVlwUOfSO3w { display:flex;width:2.1875rem;height:2.1875rem;top:20.5214875rem;left:8.875rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #ZDoHq2lVmZUl5lsDZJmS63tP5STpc0sJ { width:15.5rem;height:6.33691875rem;top:66.52636875rem;left:2.25rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRJM4T4yTIPOmUu0GAz80LQn3S99I7ud { display:flex;width:2.5rem;height:2.5rem;top:74.11330625rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #w36PlkScTLH1cOFTFsvhzyWkbgilqT47 { width:20rem;height:2.2744125rem;top:77.86330625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2Solhk1oshlTs17Go0uhNQJlDaKlO1f { display:flex;width:3.125rem;height:3.125rem;top:81.38723125rem;left:8.4375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #pnKx7iGtmsxe4RkWZuWBNuqP7wovKlha { display:block; }#pnKx7iGtmsxe4RkWZuWBNuqP7wovKlha > .row .container { width:20rem;height:154.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LOqJGleW63HLkZkxyGNZ9NaNEUmdzLrS { width:7.5625rem;height:2.4375rem;top:9.32425rem;left:6.1875rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzm2pdx7XXPwtpolLoJyG52EJz2c5yD6 { width:19.9375rem;height:3.89941875rem;top:11.76171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PI0bOTZSmTP80TfveMrSUxKSwPFZuOQV { width:19.125rem;height:6.8246875rem;top:1.25rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxhwKSDe6JQoz0TGuIUp60Vxg7iOQsth { width:4.9375rem;height:0.125rem;top:73rem;left:7.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdZlADTDJ105cZoRofp1SVRBHpdALwnT { width:19.9375rem;height:1.29980625rem;top:24.2470703125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7XSOrxPWGbaeLeU9FsXNEuJykr8r4r3 { width:17.3125rem;height:3.8994125rem;top:29.9375rem;left:1.34375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dpw6Um4OisR0ntcDLQrov68imiN6wGg9 { width:19.9375rem;height:1.29980625rem;top:42.484375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PucCVul4BbFsRWTxQ5X466zxgNEmu9Ff { width:18.0625rem;height:5.19921875rem;top:48.625rem;left:0.96875rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #LkmaPTpoZtr7R0AyMQz464zuzFQDTyBL { width:19.9375rem;height:1.29980625rem;top:64.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3laNKnL9fpFSP4zChVA4Heze9Z6aDW8 { width:17.0625rem;height:3.8994125rem;top:117.25rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHU7GAezHm3VD7GiiDnW7pTenvHrmV9H { width:19.9375rem;height:1.29980625rem;top:131.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdXXDFZRI9QpmUeL0fCCHxEwGNMflGuw { width:17.25rem;height:6.499rem;top:87.8251953125rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuOwCnTzHiT2Dn49bU6auQmWQueGixLK { width:19.9375rem;height:1.29980625rem;top:109.2744140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZpcBgsPSncTyb5PRkVsn3vT6HuoED6P { width:17.9375rem;height:2.5996125rem;top:69.125rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdI43XuBaxxoO6k2gFUdEBIdrmanqmTH { width:19.9375rem;height:1.29980625rem;top:82.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qv9dTOckBuCdOcoygirf9CSt0WyiV1mf { width:20rem;height:3.4121125rem;top:136.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #blAuhm1cbT4rpUbRKtAhiXPZ4fJP5kN6 { width:12.5rem;height:2.8125rem;top:146.3125rem;left:4.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #glLbOscfOtgdtLvtalA1LCUXRt7Xk40r { display:block; }
 }@media only screen and (max-width: 763px) { #ECOVZgiUihWohUGX06pUQRpnD8CMTX9r { width:7.75rem;height:2.4375rem;top:26.8125rem;left:6.125rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrUA1HfKEEv542QVuo2qMDqkP8KyMSlB { width:20rem;height:2.4375rem;top:45.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtJFOTBWmFKxC3tSTMTVGkwVFtMQxKq4 { width:20rem;height:2.4375rem;top:66.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3H7O6ToDScxTwGtCTMtimofSm1NiTlV { width:20rem;height:2.4375rem;top:84.69921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNyngnEgXi4GVBegWmnXE5cnJ78VmmDO { width:20rem;height:2.4375rem;top:113.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #lheUhueJICd3JFCF2UsQFROSTS3QEcET { width:20rem;height:3.25rem;top:141.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTv8RPkVZmeFaollKTcpnzn9k3gahUZc { width:5.5625rem;height:0.125rem;top:15.59814453125rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHKC3itG9qC15r20kevnd8wQcGLVN9XA { width:5.5625rem;height:0.125rem;top:33.4375rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApyRyKS0AKm61C6SFXwir3pFCLLlQCuI { width:16.8125rem;height:6.6494375rem;top:16.5732421875rem;left:1.59375rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }#ApyRyKS0AKm61C6SFXwir3pFCLLlQCuI li:before{  }
 }@media only screen and (max-width: 763px) { #eA6bRkFiUsKRxbMTToS7mQwAfswrKQL0 { width:16.8125rem;height:7.7055625rem;top:34.22265625rem;left:1.59375rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }#eA6bRkFiUsKRxbMTToS7mQwAfswrKQL0 li:before{  }
 }@media only screen and (max-width: 763px) { #EUWWltzRrRccPcgGmcdQqTC75xrTREOD { width:5.5625rem;height:0.125rem;top:95.71875rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Est9VGp64AbWSvucm0TTGssvFzfq4qgb { width:16.8125rem;height:7.7055625rem;top:56.125rem;left:1.59375rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }#Est9VGp64AbWSvucm0TTGssvFzfq4qgb li:before{  }
 }@media only screen and (max-width: 763px) { #T91ZSyTNaG416ghVrwbFzhgbwqCRIEN3 { width:16.8125rem;height:6.6494375rem;top:74.4375rem;left:1.625rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }#T91ZSyTNaG416ghVrwbFzhgbwqCRIEN3 li:before{  }
 }@media only screen and (max-width: 763px) { #okGX1Tt0w60TXepOHZB1T59bN1G6WOqK { width:5.5625rem;height:0.125rem;top:55.3125rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLxCvFiEKlIs36Mo9guIhnXCCcwERuUw { width:16.8125rem;height:11.1865rem;top:97.1875rem;left:1.59375rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }#eLxCvFiEKlIs36Mo9guIhnXCCcwERuUw li:before{  }
 }@media only screen and (max-width: 763px) { #vZB1XevdBMUVph6uLeqhlI3uzvdwKopv { width:16.8125rem;height:6.6494375rem;top:123.75rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }#vZB1XevdBMUVph6uLeqhlI3uzvdwKopv li:before{  }
 }@media only screen and (max-width: 763px) { #XNo1nUZq9phJ1bMEtP2RbePGDQ7Tc5pT { width:5.5625rem;height:0.125rem;top:122.375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ug2Uw4CE1HEaIVOd0wF3ExPxOJfKaFMU { width:5.5625rem;height:0.125rem;top:122.375rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsTSm746q8UVCMhfQGTX73L1gshFzPNR { display:block; }#LsTSm746q8UVCMhfQGTX73L1gshFzPNR > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jd7V6PED1qh2oUQ9fAKJgyT5IdUITO9o { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kLzKxpER4FLOl4u3uBI823cfTNCBSHtb { display:block; }#kLzKxpER4FLOl4u3uBI823cfTNCBSHtb > .row .container { width:20rem;height:89.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XcucSTp5wINAZZtCi2uskEHMOxmf05mh { width:20rem;height:17.1953125rem;top:11.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#XcucSTp5wINAZZtCi2uskEHMOxmf05mh li:before{  }
 }@media only screen and (max-width: 763px) { #ytTHNMNHBUwuAkUS65uSUkXneiliaTFi { width:20rem;height:21.3125rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #elW57z7bczaZLXIAzrGpdcOBr2CwMGEP { width:18.75rem;height:2.03125rem;top:7.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGltTgMk6Dn3eSaqCvz5wqv4Jf6qLnV7 { width:20rem;height:4.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQvmNKzfbBU7D1Jpey6kBcy4z8TpkQ1W { width:17.25rem;height:2.76171875rem;top:34.4375rem;left:2.0625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7kQ0weypTFDgsIVX8IvfVHFhysJFGHg { width:18.625rem;height:28.875rem;top:30.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hz9ezZ7wD12pThb7QWQscLWeEMyJMBWG { width:18.625rem;height:2.03125rem;top:31.25rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaTBls3x9szLnBP5aJKvxEG3CETMHJwd { width:17.25rem;height:13.808625rem;top:37.1875rem;left:2.0625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#AaTBls3x9szLnBP5aJKvxEG3CETMHJwd li:before{  }
 }@media only screen and (max-width: 763px) { #Sm74rm92Q3UlyIRrJ4Cqb0EgPLDfUA7g { width:18.625rem;height:23.75rem;top:62rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1QymvWCyhdxCPewpTxT0y3aVhSmg28F { width:18.625rem;height:2.03125rem;top:62.5625rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cx7CZB573qNIwOovLnR04FuVDhcGyBAG { width:17.25rem;height:16.9453125rem;top:65.8125rem;left:2.0625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#Cx7CZB573qNIwOovLnR04FuVDhcGyBAG li:before{  }
 }@media only screen and (max-width: 763px) { #ETuWstE3GnsISwhLQD1ZTSey0VEIfvZN { width:17.25rem;height:2.76171875rem;top:82.125rem;left:1.375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAZW9e4dODavvOKhCnPGfTvfm1eFNOqW { width:17.25rem;height:1.3808625rem;top:87rem;left:1.375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz { background-color:#ffffff;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;display:block; }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .row .container { background-color: transparent; background-image: none; }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .row .container > .video-iframe-container { display: none; }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .row > .video-iframe-container { display: none; }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .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); }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .row .container { border-width: 0; border-radius: 0; }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#laf7JmT3KTSgGlPLkKhDA0GNMu0MS5Qz > .row .container { width:20rem;height:88.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tkk3XcI0mzNGrvhhJrV3d8WIX3iB9WJ7 { width:19.3125rem;height:64.5rem;top:7.51171875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRJnSg4Q8E0DvOCO05sbJBlgfE9merTN { width:17.6875rem;height:1.94970625rem;top:9.26171875rem;left:1.15625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #za3hiTqSaOIFhSfCuvOi6fSbMvIZ8RUf { width:19.125rem;height:2.03125rem;top:13.82421875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJBnFCKztKtxoUNU6WSSaSRR2CTv5Tuo { width:15.1875rem;height:38.84280625rem;top:20.4814453125rem;left:3.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDPB4oy5DnKWNGu1Rvh7mImdMm2H84L9 { width:19.3125rem;height:2.03125rem;top:16.51171875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWablmMIt2rC8KuLL33AQlFTcTFMTqBp { display:flex;width:1.875rem;height:1.875rem;top:20.5rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #BKaR5XBNoHrNbR1fpgeyFffmoLSpbwxI { width:18.4375rem;height:3.25rem;top:59.88671875rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwWbtNQpWo4063VmmtHOUitUNcpa5Uzh { width:12.5rem;height:3.25rem;top:65.63671875rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L67OWJlBI7WCrn03CgsTDxzFc1xrCbTB { display:block; }
 }@media only screen and (max-width: 763px) { #JU3S7RhyOD8Rc1bwt8UeBm5KKwPtwmCo { width:18.4375rem;height:63.25rem;top:8.26171875rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lU7PxasWzcvSXXtyW7URdQAZtI1Q5Tnh { width:20rem;height:3.73730625rem;top:74.51171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtg4kSiU6TyziZxT8TVy86N8LvhLV5mT { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W70CXyWT4i2d0NpOMJUCC3tVZDmMHAyo { display:flex;width:1.875rem;height:1.875rem;top:23.4375rem;left:1.15625rem; }
 }@media only screen and (max-width: 763px) { #UlUInaXBGfeBlFARFteCcbG3U2UrfD4g { display:flex;width:1.875rem;height:1.875rem;top:25.3125rem;left:1.15625rem; }
 }@media only screen and (max-width: 763px) { #H9OsvWiD31deU2FPalNbg8XtxxOQCn3J { display:flex;width:1.875rem;height:1.875rem;top:29.75rem;left:1.15625rem; }
 }@media only screen and (max-width: 763px) { #i8qm04R2qm4BdHJ7ksL2fBmfuhmc3mOs { display:flex;width:1.875rem;height:1.875rem;top:33.8125rem;left:1.15625rem; }
 }@media only screen and (max-width: 763px) { #NwyZSbyfiBFfTxVM1rrscb92braqchZP { display:flex;width:1.875rem;height:1.875rem;top:38.01171875rem;left:1.15625rem; }
 }@media only screen and (max-width: 763px) { #mPNkLtsCqWrHWPE4BzmNBhhZBpnHVpXp { display:flex;width:1.875rem;height:1.875rem;top:44.26171875rem;left:1.15625rem; }
 }@media only screen and (max-width: 763px) { #um160AH8T3gZZWQhhnkVWTtd8ZnATdkl { display:flex;width:1.875rem;height:1.875rem;top:47.5rem;left:1.15625rem; }
 }@media only screen and (max-width: 763px) { #ILFu2I3DWP2S8pLgFgmAKXay4uAbyvLG { display:flex;width:1.875rem;height:1.875rem;top:53.6875rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #sPFD0gHkIEd1XmF8xrdIOu3lwOhOK113 { width:7.5rem;height:3.125rem;top:79.499025rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCQ4QCl9zvet8R8TCUMl1Ld0Fi11TSEJ { display:block; }
 }@media only screen and (max-width: 763px) { #UMTnD53blJ7IP9oHKmsqJCsU9RfMty7k { width:7.5rem;height:3.125rem;top:83.874025rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTQbEpT5KfWTK4pIlWEgvx2XwMXpuOxv { display:block; }
 }@media only screen and (max-width: 763px) { #nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg { display:block; }#nWJS6CU4UCWn0oyTih8nnTNX6qpdSOmg > .row .container { width:20rem;height:3.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iDteoGrWnLFe3ROgrzt03Wxk6Eaibed7 { width:20rem;height:0.89355625rem;top:1.25rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }