.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:255,217,217;--color-primary-1:255,128,128;--color-primary-2:255,0,0;--color-primary-3:128,0,0;--color-primary-4:38,0,0;--color-secondary-0:226,250,239;--color-secondary-1:158,239,200;--color-secondary-2:61,222,145;--color-secondary-3:31,111,73;--color-secondary-4:9,33,22;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-secondary-3),1);background-image:url("https://images.assets-landingi.com/uc/c8019848-bebf-4e4e-9ff1-a535796da376/Projektbeznazwy85.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D023lvcBa4koWNHykOheRTLIeKbq4Zdl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/40a9d22f-4844-4f0d-b38f-0d029cfa0c14/Projektbeznazwy89.png");background-position:center !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; }#D023lvcBa4koWNHykOheRTLIeKbq4Zdl.adaptive-delivery-prevent-bg, #D023lvcBa4koWNHykOheRTLIeKbq4Zdl.lazyload, #D023lvcBa4koWNHykOheRTLIeKbq4Zdl.lazyloading { background-image: none; }#D023lvcBa4koWNHykOheRTLIeKbq4Zdl > .row .container { background-color: transparent; background-image: none; }#D023lvcBa4koWNHykOheRTLIeKbq4Zdl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.8); }#D023lvcBa4koWNHykOheRTLIeKbq4Zdl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D023lvcBa4koWNHykOheRTLIeKbq4Zdl > .row .container > .video-iframe-container { display: none; }#D023lvcBa4koWNHykOheRTLIeKbq4Zdl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.8); }#D023lvcBa4koWNHykOheRTLIeKbq4Zdl > .row > .video-iframe-container { display: none; }#D023lvcBa4koWNHykOheRTLIeKbq4Zdl > .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); }#D023lvcBa4koWNHykOheRTLIeKbq4Zdl > .row .container { border-width: 0; border-radius: 0; }#D023lvcBa4koWNHykOheRTLIeKbq4Zdl::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D023lvcBa4koWNHykOheRTLIeKbq4Zdl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D023lvcBa4koWNHykOheRTLIeKbq4Zdl > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:75rem;position:relative;display:block; }#lJO3eAAeCyxvOkzz1iU6q2egfrIuyH7F { color:rgba(var(--color-tertiary-4),1);display:block;width:60.7498125rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:22.999132156372rem;left:7.1245670318606rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VHbkoNH5ogcHykxMhaO9WGdK8XNBgfta { background-color:rgba(var(--color-tertiary-0),1);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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.15) ;box-sizing:border-box;color:#2e2e2e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:25.75rem;left:22.875rem;display:none; }
#eQOTgySclNvF5HvQ9p4emoln604kOtCR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iVPZayBXA5KL2xglVIFwC1BXTZLqiaun { color:rgba(var(--color-tertiary-4),1);display:block;width:51.624375rem;position:absolute;font-family:raleway;font-size:4.6875rem;font-weight:300;z-index:15000;line-height:1.1;letter-spacing:0;top:9.0625rem;left:11.6875rem;height:10.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UBvpz53Iuz7edasXID51dRTblS4LxRWV { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:8.25rem;top:1.8125rem;left:0rem;overflow:hidden;display:block; }
#Q06MOFe7GqLScgVX1lrVETdbAOGVQZdC { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.749375rem;width:17.5rem;top:33.562286376953rem;left:7.1245670318606rem;overflow:hidden;display:block; }
#pA2u9MTcAdWbNnKM3Z3104MVBtdmqscZ { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.749375rem;width:17.5rem;top:33.562286376953rem;left:50.443796157837rem;overflow:hidden;display:block; }
#T3bhCGtWZgTp2EZf3P12Lth69I9CKdd4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);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; }#T3bhCGtWZgTp2EZf3P12Lth69I9CKdd4 > .row .container { background-color: transparent; background-image: none; }#T3bhCGtWZgTp2EZf3P12Lth69I9CKdd4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3bhCGtWZgTp2EZf3P12Lth69I9CKdd4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3bhCGtWZgTp2EZf3P12Lth69I9CKdd4 > .row .container > .video-iframe-container { display: none; }#T3bhCGtWZgTp2EZf3P12Lth69I9CKdd4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3bhCGtWZgTp2EZf3P12Lth69I9CKdd4 > .row > .video-iframe-container { display: none; }#T3bhCGtWZgTp2EZf3P12Lth69I9CKdd4 > .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); }#T3bhCGtWZgTp2EZf3P12Lth69I9CKdd4 > .row .container { border-width: 0; border-radius: 0; }#T3bhCGtWZgTp2EZf3P12Lth69I9CKdd4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T3bhCGtWZgTp2EZf3P12Lth69I9CKdd4 > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;position:relative;display:block; }#DTQIJdlBBlgxcslB9kfzE6tf7ZVm9CMl { color:rgba(var(--color-tertiary-0),1);display:block;width:62.3123125rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.4359798431396rem;left:6.3433189392087rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CIM9fM1581XwoRZHcIWRTdfTzCF5NqpD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);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; }#CIM9fM1581XwoRZHcIWRTdfTzCF5NqpD > .row .container { background-color: transparent; background-image: none; }#CIM9fM1581XwoRZHcIWRTdfTzCF5NqpD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIM9fM1581XwoRZHcIWRTdfTzCF5NqpD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIM9fM1581XwoRZHcIWRTdfTzCF5NqpD > .row .container > .video-iframe-container { display: none; }#CIM9fM1581XwoRZHcIWRTdfTzCF5NqpD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIM9fM1581XwoRZHcIWRTdfTzCF5NqpD > .row > .video-iframe-container { display: none; }#CIM9fM1581XwoRZHcIWRTdfTzCF5NqpD > .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); }#CIM9fM1581XwoRZHcIWRTdfTzCF5NqpD > .row .container { border-width: 0; border-radius: 0; }#CIM9fM1581XwoRZHcIWRTdfTzCF5NqpD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CIM9fM1581XwoRZHcIWRTdfTzCF5NqpD > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;position:relative;display:block; }#fXmKxmG5U9DnQWKG7HMDeKr1yW7GhcWL { color:#200838;display:block;width:62.3123125rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.4366321563719rem;left:6.3433170318606rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iJm1HRbkzXKzQw5JOpgUuxNaICXdTBI0 { color:rgba(var(--color-primary-2),1);display:block;width:60.7498125rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:10.125rem;left:7.125rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a2R79PfTcZ1m2TMiJfDX6NOGca6w7VV7 { color:rgba(var(--color-tertiary-4),1);display:block;width:53.3125rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:15.875rem;left:10.84375rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pEFVn1ClnMZUPbTN8qOSJnTx6qR5TK5M { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.15) ;height:26.1875rem;width:61.1875rem;top:2.6247844696045rem;left:7.1245670318606rem;display:block; }
#pRBqp9kNxV8DeR4228ose4JDqbly2vNi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);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; }#pRBqp9kNxV8DeR4228ose4JDqbly2vNi > .row .container { background-color: transparent; background-image: none; }#pRBqp9kNxV8DeR4228ose4JDqbly2vNi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pRBqp9kNxV8DeR4228ose4JDqbly2vNi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pRBqp9kNxV8DeR4228ose4JDqbly2vNi > .row .container > .video-iframe-container { display: none; }#pRBqp9kNxV8DeR4228ose4JDqbly2vNi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pRBqp9kNxV8DeR4228ose4JDqbly2vNi > .row > .video-iframe-container { display: none; }#pRBqp9kNxV8DeR4228ose4JDqbly2vNi > .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); }#pRBqp9kNxV8DeR4228ose4JDqbly2vNi > .row .container { border-width: 0; border-radius: 0; }#pRBqp9kNxV8DeR4228ose4JDqbly2vNi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pRBqp9kNxV8DeR4228ose4JDqbly2vNi > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;position:relative;display:block; }#qscUNvx0po1MbbQBVuTluiob22uuhskw { color:rgba(var(--color-tertiary-0),1);display:block;width:62.3123125rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.4359798431396rem;left:6.3433189392087rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#frIQlt8Jll04Bgx6cu9qlqSy0cowN24p { position:relative;display:block; }#frIQlt8Jll04Bgx6cu9qlqSy0cowN24p { background-color: transparent; background-image: none; }#frIQlt8Jll04Bgx6cu9qlqSy0cowN24p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#frIQlt8Jll04Bgx6cu9qlqSy0cowN24p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#frIQlt8Jll04Bgx6cu9qlqSy0cowN24p > .row .container > .video-iframe-container { display: none; }#frIQlt8Jll04Bgx6cu9qlqSy0cowN24p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#frIQlt8Jll04Bgx6cu9qlqSy0cowN24p > .row > .video-iframe-container { display: none; }#frIQlt8Jll04Bgx6cu9qlqSy0cowN24p > .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); }#frIQlt8Jll04Bgx6cu9qlqSy0cowN24p { border-width: 0; border-radius: 0; }#frIQlt8Jll04Bgx6cu9qlqSy0cowN24p > .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; }#frIQlt8Jll04Bgx6cu9qlqSy0cowN24p > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:26.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TvkKWWFImTwaZ6hnNeTI2wo0r7JC6nNn { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.15) ;height:21rem;width:21rem;top:1.5625009536743rem;left:1.5625rem;display:block; }
#m5MGQ4lK4SoP9z9dw0mLXazL7s742msR { color:rgba(var(--color-primary-2),1);display:block;width:18.8748125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:8.5353732109069rem;left:2.9361991882324rem;height:1.3496125rem;font-style:normal;display:block; }
#wAZRQrW0Xaid4AbkbFuguVXm55WGOrv2 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.2498125rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:11.561416625976rem;left:2.9361991882324rem;height:7.3486375rem;font-style:normal;display:block; }
#rmV55Pzyo09qZkawMdvDSNhfiISdnwoF { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.15) ;height:20.2495625rem;width:20.2495625rem;top:1.9357643127441rem;left:27.374132156372rem;display:block; }
#R1SOQZTFlX6O8UP70vDFRvknt9WXBM1X { color:rgba(var(--color-primary-2),1);display:block;width:16.6875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:8.53515625rem;left:28.68701171875rem;height:1.3496125rem;font-style:normal;display:block; }
#alKbdlcav33xZRuzU2P7ZA5aH5ptpuM5 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:10.78125rem;left:28.68701171875rem;height:6.2988125rem;font-style:normal;display:block; }
#JNH0zrALufek47r5UW1qQOHyPCTOqFmT { color:#200838;display:block;width:3.125rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.855685710907rem;left:2.9361991882324rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IlUSWLW6d50mK0FWhKIyJwZJJX1EV0k6 { color:#200838;display:block;width:3.125rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.85546875rem;left:28.68701171875rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Pi67qIVC4lJfIV6rJa4AHCP9HgcoQUQw { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.15) ;height:20.2495625rem;width:20.2495625rem;top:1.9375rem;left:52.375rem;display:block; }
#DRXiEzxtiJ4PNCiKU0qKnT98tFbZKsyd { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:10.8125rem;left:54.625rem;height:7.348625rem;font-style:normal;display:block; }
#DlRr6TTkJlT3zHVkVCGJkeIFH75z1GpV { color:rgba(var(--color-primary-2),1);display:block;width:13.4375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:8.5625004768369rem;left:54.624567031861rem;height:1.3496125rem;font-style:normal;display:block; }
#wRscAZ2nxntrgdGGdMSD6hueZ4VtyEDi { color:#200838;display:block;width:3.125rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.8535161018372rem;left:54.624567031861rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WRsTGbxEcPoBdSyQs97fiQrztytAHsyP { position:relative;display:block; }#WRsTGbxEcPoBdSyQs97fiQrztytAHsyP { background-color: transparent; background-image: none; }#WRsTGbxEcPoBdSyQs97fiQrztytAHsyP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WRsTGbxEcPoBdSyQs97fiQrztytAHsyP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WRsTGbxEcPoBdSyQs97fiQrztytAHsyP > .row .container > .video-iframe-container { display: none; }#WRsTGbxEcPoBdSyQs97fiQrztytAHsyP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WRsTGbxEcPoBdSyQs97fiQrztytAHsyP > .row > .video-iframe-container { display: none; }#WRsTGbxEcPoBdSyQs97fiQrztytAHsyP > .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); }#WRsTGbxEcPoBdSyQs97fiQrztytAHsyP { border-width: 0; border-radius: 0; }#WRsTGbxEcPoBdSyQs97fiQrztytAHsyP > .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; }#WRsTGbxEcPoBdSyQs97fiQrztytAHsyP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:26.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#byQ1mhKPk60SCtsdtJlhRm7Ixam8VPVc { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.15) ;height:21rem;width:21rem;top:1.5625009536743rem;left:1.5625rem;display:block; }
#X85S6CE6D0aoaQNaodcHXN1DK7g0R5dZ { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.15) ;height:20.2495625rem;width:20.2495625rem;top:1.9357643127441rem;left:27.374132156372rem;display:block; }
#SxdbDcx05O5XknuspNHDAbq5yTHfOkTv { color:rgba(var(--color-primary-2),1);display:block;width:13.4375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:8.4103746414188rem;left:29.624567031861rem;height:1.349825rem;font-style:normal;display:block; }
#pr5E4TqGPghbr8uHto1DFrzzsBHPaL3q { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:11.936849594116rem;left:29.624567031861rem;height:4.5rem;font-style:normal;display:block; }
#ZPUIVCGp7q5pyuvnC4x3EipwcpyEqm4G { color:#200838;display:block;width:3.125rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.0431842803955rem;left:2.9361991882324rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p6GLZ3Bh0T8NE9NLNE1U3NSAg9mWNN3M { color:#200838;display:block;width:3.125rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.0431842803955rem;left:29.624567031861rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EnxH8NlDLG3UF3q5cZvEaw1RDeSy8KoZ { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.15) ;height:20.2495625rem;width:20.2495625rem;top:1.9375rem;left:52.375rem;display:block; }
#cwAeCf0izupuNXXbgUZPwA55hBf1oGST { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:11.936849594116rem;left:54.624567031861rem;height:4.5rem;font-style:normal;display:block; }
#dk9MKdDUcLVkFVqOiTaqH57f8egxtqkT { color:rgba(var(--color-primary-2),1);display:block;width:13.4375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:8.4375rem;left:54.625rem;height:1.349825rem;font-style:normal;display:block; }
#TxUTiLd6tkgT89pdS1F1QpbHy1GprA56 { color:#200838;display:block;width:3.125rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.6056880950927rem;left:54.624567031861rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LbizpuxghshQLKkXxWTl7PIJy3mhGZy7 { color:rgba(var(--color-primary-2),1);display:block;width:16.75rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:8.478515625rem;left:2.93603515625rem;height:1.3496125rem;font-style:normal;display:block; }
#rbnw4upDDTZsgAJflMEQv6wRzLTqeZsd { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:11.9375rem;left:2.9375rem;height:7.348625rem;font-style:normal;display:block; }
#FLOfb4J0k65kIRCJ0ACHH7zX39Rrt81z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/b0c67d1b-0342-46d3-bd7f-ac0ca8917e31/Projektbeznazwy91.png");background-position:bottom right !important;background-repeat: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; }#FLOfb4J0k65kIRCJ0ACHH7zX39Rrt81z.adaptive-delivery-prevent-bg, #FLOfb4J0k65kIRCJ0ACHH7zX39Rrt81z.lazyload, #FLOfb4J0k65kIRCJ0ACHH7zX39Rrt81z.lazyloading { background-image: none; }#FLOfb4J0k65kIRCJ0ACHH7zX39Rrt81z > .row .container { background-color: transparent; background-image: none; }#FLOfb4J0k65kIRCJ0ACHH7zX39Rrt81z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLOfb4J0k65kIRCJ0ACHH7zX39Rrt81z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLOfb4J0k65kIRCJ0ACHH7zX39Rrt81z > .row .container > .video-iframe-container { display: none; }#FLOfb4J0k65kIRCJ0ACHH7zX39Rrt81z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLOfb4J0k65kIRCJ0ACHH7zX39Rrt81z > .row > .video-iframe-container { display: none; }#FLOfb4J0k65kIRCJ0ACHH7zX39Rrt81z > .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); }#FLOfb4J0k65kIRCJ0ACHH7zX39Rrt81z > .row .container { border-width: 0; border-radius: 0; }#FLOfb4J0k65kIRCJ0ACHH7zX39Rrt81z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FLOfb4J0k65kIRCJ0ACHH7zX39Rrt81z > .row .container { font-size:0.875rem;font-family:arial;height:31.5625rem;width:75rem;position:relative;display:block; }#WQJgGLzGO75IDh7ZZ3TFd9x0XyysNvgM { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.15) ;height:21rem;width:21rem;top:5.25rem;left:1.5rem;display:block; }
#JovTM5kLE1TirqyITJa73TNEuCVyXv1B { color:#200838;display:block;width:3.125rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.6875rem;left:2.875rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aiUxNBxeUShq3AV0XoDTbPRfJvmecvk2 { color:rgba(var(--color-primary-2),1);display:block;width:13.4375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:12.125rem;left:2.875rem;height:1.349825rem;font-style:normal;display:block; }
#nGzXdFo0fSHS0VWS63B8WVTcwsx5KNiy { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:15.625rem;left:2.875rem;height:4.5rem;font-style:normal;display:block; }
#TFrrOUcqeyH9Owf8Szlolwqy6quZ2zZe { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.15) ;height:21rem;width:21rem;top:5.25rem;left:27.0625rem;display:block; }
#yQrBRCr06QzkFWsB2HJ2AcZzBGHUqd9J { color:#200838;display:block;width:3.125rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:6.75rem;left:28.375rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l7ofnOWJQsfE21zEX5vNUrlylMdWuU77 { color:rgba(var(--color-primary-2),1);display:block;width:13.4375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:12.1875rem;left:28.375rem;height:1.349825rem;font-style:normal;display:block; }
#rkpQU8saOfBGN3vEZE5vhpMkK9WJLwU0 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:15.625rem;left:28.375rem;height:4.5rem;font-style:normal;display:block; }
#iGyPMxsv1Qxdw0uIZkL5ANDvXpmTEvSN { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.15) ;height:21rem;width:21rem;top:5.25rem;left:52.4375rem;display:block; }
#TBI5t9WKg8k6smrDESJrvMeqF0Iry6vq { color:#200838;display:block;width:3.125rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:6.75rem;left:53.8125rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vF2ntyOFXMVImkRxI18cJ7lfpFcM89fB { color:rgba(var(--color-primary-2),1);display:block;width:13.4375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:12.1875rem;left:53.8125rem;height:1.349825rem;font-style:normal;display:block; }
#cwN8bLpvZTwFSvIGVNQVTv2HeLMCHrMH { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:15.625rem;left:53.8125rem;height:4.5rem;font-style:normal;display:block; }
#Uao3PbXt1hgK4AhfxoL1EyaDpyBeJ4Ml { position:relative;display:block; }#Uao3PbXt1hgK4AhfxoL1EyaDpyBeJ4Ml { background-color: transparent; background-image: none; }#Uao3PbXt1hgK4AhfxoL1EyaDpyBeJ4Ml::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uao3PbXt1hgK4AhfxoL1EyaDpyBeJ4Ml > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uao3PbXt1hgK4AhfxoL1EyaDpyBeJ4Ml > .row .container > .video-iframe-container { display: none; }#Uao3PbXt1hgK4AhfxoL1EyaDpyBeJ4Ml > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uao3PbXt1hgK4AhfxoL1EyaDpyBeJ4Ml > .row > .video-iframe-container { display: none; }#Uao3PbXt1hgK4AhfxoL1EyaDpyBeJ4Ml > .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); }#Uao3PbXt1hgK4AhfxoL1EyaDpyBeJ4Ml { border-width: 0; border-radius: 0; }#Uao3PbXt1hgK4AhfxoL1EyaDpyBeJ4Ml > .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; }#Uao3PbXt1hgK4AhfxoL1EyaDpyBeJ4Ml > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:29.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UobgxQvMKPDhSTfFltf3brPX01TTWRhm { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.15) ;height:21rem;width:21rem;top:3.0625rem;left:1.4375rem;display:block; }
#TnNFpLpgCNWJGcW22ES7RdW0A4Ra9cIm { color:#200838;display:block;width:3rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:4.5rem;left:2.8125rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WuOIJIKg5cquiAwfZMQFPkcBN1DhKHFy { color:rgba(var(--color-primary-2),1);display:block;width:13.4375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:9.9375rem;left:2.8125rem;height:1.349825rem;font-style:normal;display:block; }
#TmhQ3Ws4Va3JkVTCerP7srUtAeXQBOlp { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.15) ;height:20.2495625rem;width:20.2495625rem;top:3.4375rem;left:27.25rem;display:block; }
#lrwk0dCJVJfv7IZhkdilqwHArIH7ioxL { color:rgba(var(--color-primary-2),1);display:block;width:13.4375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:9.875rem;left:29.5rem;height:1.349825rem;font-style:normal;display:block; }
#EDoQ6pXg02O1TC2mQ6pXF7FmuEf9Mi3y { color:#200838;display:block;width:9.375rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:4.5rem;left:29.5rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gZJ99SiNf0uGA1H8coET0SSCRgQnlKMh { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:13.4375rem;left:29.5rem;height:4.5rem;font-style:normal;display:block; }
#oIwtAH8T2IM1S9Q9rSmQK6KyQs5qI83k { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:13.4375rem;left:2.8125rem;height:4.5rem;font-style:normal;display:block; }
#gt7gcdpkfW1ELzVuStExJe8ZR5PVNBZq { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.15) ;height:20.2495625rem;width:20.2495625rem;top:3.4375rem;left:52.25rem;display:block; }
#vz7C8irE2mC6NL99LQbQQkKfDrSziw9e { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:13.4375rem;left:54.5rem;height:4.5rem;font-style:normal;display:block; }
#O1ckTecZcOAMhscJTbtKz0gq4P50sVo3 { color:rgba(var(--color-primary-2),1);display:block;width:13.4375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:9.9375rem;left:54.5rem;height:1.349825rem;font-style:normal;display:block; }
#JgRhIVdUigwMP492TTDP9AVRnaD7OBsH { color:#200838;display:block;width:3.125rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:4.5625rem;left:54.5rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TL3D2soqNfFlScbBOBaQwPg3HaxNyxgu { position:relative;display:block; }#TL3D2soqNfFlScbBOBaQwPg3HaxNyxgu { background-color: transparent; background-image: none; }#TL3D2soqNfFlScbBOBaQwPg3HaxNyxgu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TL3D2soqNfFlScbBOBaQwPg3HaxNyxgu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TL3D2soqNfFlScbBOBaQwPg3HaxNyxgu > .row .container > .video-iframe-container { display: none; }#TL3D2soqNfFlScbBOBaQwPg3HaxNyxgu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TL3D2soqNfFlScbBOBaQwPg3HaxNyxgu > .row > .video-iframe-container { display: none; }#TL3D2soqNfFlScbBOBaQwPg3HaxNyxgu > .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); }#TL3D2soqNfFlScbBOBaQwPg3HaxNyxgu { border-width: 0; border-radius: 0; }#TL3D2soqNfFlScbBOBaQwPg3HaxNyxgu > .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; }#TL3D2soqNfFlScbBOBaQwPg3HaxNyxgu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:27.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OmeWzXDT2823pcDNFBSVLItkdFAT8UQE { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.15) ;height:21rem;width:21rem;top:3.0625rem;left:1.4375rem;display:block; }
#N1J8bUZNtFNeUobdBgBUGZIrga7PMITs { color:#200838;display:block;width:3rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:4.5rem;left:2.8125rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X8WNCG3uTWNupJpbpH3n45iOGQ2F84Gx { color:rgba(var(--color-primary-2),1);display:block;width:13.4375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:9.9375rem;left:2.8125rem;height:1.349825rem;font-style:normal;display:block; }
#uyCPbg4JSBiOlomCBWdhXgs9X4tSVxV6 { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.15) ;height:20.2495625rem;width:20.2495625rem;top:3.4375rem;left:27.25rem;display:block; }
#vN2pwqqRMxAf4Dt5WegCyR5lt8szIK0H { color:rgba(var(--color-primary-2),1);display:block;width:13.4375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:9.875rem;left:29.5rem;height:1.349825rem;font-style:normal;display:block; }
#A58LZ7cWC8sMpSkP4X3W0agzDHnGkIKC { color:#200838;display:block;width:9.375rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:4.5rem;left:29.5rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xHiMTOA5z5FnKMRaZTW996L9zO0edQhB { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:13.4375rem;left:29.5rem;height:4.5rem;font-style:normal;display:block; }
#Zxr4V7L4uS8GMu3EXHylycw49aFfQysE { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:13.4375rem;left:2.8125rem;height:4.5rem;font-style:normal;display:block; }
#Nsn9NhqIaqwtMENoHkXq10CTHi49UhWN { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.15) ;height:20.2495625rem;width:20.2495625rem;top:3.4375rem;left:52.25rem;display:block; }
#tbsoQkHmZhkLp1e5uNxPrbm3KOahsb9s { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:13.4375rem;left:54.5rem;height:4.5rem;font-style:normal;display:block; }
#bVwoEV7nUBpJ2ZfssraoC3U0TabVZLuX { color:rgba(var(--color-primary-2),1);display:block;width:13.4375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:9.9375rem;left:54.5rem;height:1.349825rem;font-style:normal;display:block; }
#wl33hVU4Pw7aSF8kZRZsKvTVmTe3msyU { color:#200838;display:block;width:3.125rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:4.5625rem;left:54.5rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aLMPIaUvhAMrFyvUoPvOZeV18VIbaqbS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/2be8903a-60d1-4b7b-bd79-04a204cee80a/pexelsvladakarpovich4050299.crop_6580x3495_0,892.preview.jpg");background-position:center right !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; }#aLMPIaUvhAMrFyvUoPvOZeV18VIbaqbS.adaptive-delivery-prevent-bg, #aLMPIaUvhAMrFyvUoPvOZeV18VIbaqbS.lazyload, #aLMPIaUvhAMrFyvUoPvOZeV18VIbaqbS.lazyloading { background-image: none; }#aLMPIaUvhAMrFyvUoPvOZeV18VIbaqbS > .row .container { background-color: transparent; background-image: none; }#aLMPIaUvhAMrFyvUoPvOZeV18VIbaqbS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aLMPIaUvhAMrFyvUoPvOZeV18VIbaqbS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aLMPIaUvhAMrFyvUoPvOZeV18VIbaqbS > .row .container > .video-iframe-container { display: none; }#aLMPIaUvhAMrFyvUoPvOZeV18VIbaqbS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aLMPIaUvhAMrFyvUoPvOZeV18VIbaqbS > .row > .video-iframe-container { display: none; }#aLMPIaUvhAMrFyvUoPvOZeV18VIbaqbS > .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); }#aLMPIaUvhAMrFyvUoPvOZeV18VIbaqbS > .row .container { border-width: 0; border-radius: 0; }#aLMPIaUvhAMrFyvUoPvOZeV18VIbaqbS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aLMPIaUvhAMrFyvUoPvOZeV18VIbaqbS > .row .container { font-size:0.875rem;font-family:arial;height:27.625rem;width:75rem;position:relative;display:block; }#iHIBzh7N5ezX95ClKpy4tQrFA740leJh { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.15) ;height:21rem;width:21rem;top:2.9375rem;left:1.5rem;display:block; }
#c61PU77XUxqaK1mRQqeqC52u1r6dETc5 { color:#200838;display:block;width:3rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:4.625rem;left:2.875rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rUW2AqQa0bblmbTzwmvKo86Kd1v7Tkrc { color:rgba(var(--color-primary-2),1);display:block;width:13.4375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15032;line-height:1.2;letter-spacing:0;top:10.0625rem;left:2.875rem;height:1.349825rem;font-style:normal;display:block; }
#DK8kKoHCTxntL2HH41wQINoxTHEeXIuu { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.15) ;height:20.2495625rem;width:20.2495625rem;top:3.5625rem;left:27.3125rem;display:block; }
#pE3txC76gCG7gDpgrlh0WHJrapNQxyRm { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:400;z-index:15033;line-height:1.2;letter-spacing:0;top:13.5625rem;left:2.875rem;height:4.5rem;font-style:normal;display:block; }
#bIRCEybRT16upmqyubQncFTTambsJaiy { color:rgba(var(--color-primary-2),1);display:block;width:13.4375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.2;letter-spacing:0;top:10rem;left:29.5625rem;height:1.349825rem;font-style:normal;display:block; }
#I64h4A9Fz57BuBoUGrIiSK3tUF9G3uad { color:#200838;display:block;width:9.375rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:4.625rem;left:29.5625rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pw5bSCH1KU8QvhEk9aoNTw2pxo8wge46 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:400;z-index:15031;line-height:1.2;letter-spacing:0;top:13.5625rem;left:29.5625rem;height:4.5rem;font-style:normal;display:block; }
#rXgeaJNDDf3RAwpkdyQTOT8NkdflEaD4 { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.15) ;height:20.2495625rem;width:20.2495625rem;top:3.5625rem;left:52.3125rem;display:block; }
#BO3lt92CXAIAooTyfK6Egy3ex3MkRfDG { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:400;z-index:15035;line-height:1.2;letter-spacing:0;top:13.5625rem;left:54.5625rem;height:4.5rem;font-style:normal;display:block; }
#HV8DOERmI2iEVGo5JvK8Layx9UF29uOb { color:rgba(var(--color-primary-2),1);display:block;width:13.4375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15034;line-height:1.2;letter-spacing:0;top:10.0625rem;left:54.5625rem;height:1.349825rem;font-style:normal;display:block; }
#RFAz0sQttxOVpwrsU5bmywu3qmrMMSmM { color:#200838;display:block;width:3.125rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:4.6875rem;left:54.5625rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xNzfDTrIIxZBZDgFTeAgCTns44BMqPOp { position:relative;display:block; }#xNzfDTrIIxZBZDgFTeAgCTns44BMqPOp { background-color: transparent; background-image: none; }#xNzfDTrIIxZBZDgFTeAgCTns44BMqPOp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xNzfDTrIIxZBZDgFTeAgCTns44BMqPOp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xNzfDTrIIxZBZDgFTeAgCTns44BMqPOp > .row .container > .video-iframe-container { display: none; }#xNzfDTrIIxZBZDgFTeAgCTns44BMqPOp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xNzfDTrIIxZBZDgFTeAgCTns44BMqPOp > .row > .video-iframe-container { display: none; }#xNzfDTrIIxZBZDgFTeAgCTns44BMqPOp > .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); }#xNzfDTrIIxZBZDgFTeAgCTns44BMqPOp { border-width: 0; border-radius: 0; }#xNzfDTrIIxZBZDgFTeAgCTns44BMqPOp > .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; }#xNzfDTrIIxZBZDgFTeAgCTns44BMqPOp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:27.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pW7pIQs4CqG2vnkSisV9GIFLVdw0wHW2 { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.15) ;height:21rem;width:21rem;top:3.0625rem;left:1.4375rem;display:block; }
#BZ2quRiQsA9NPEJCXCfS7PJivveTRB6V { color:#200838;display:block;width:3rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:4.5rem;left:2.8125rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iGLL9pAAChaHIeI2tENhkkqiqTnRZTZ5 { color:rgba(var(--color-primary-2),1);display:block;width:13.4375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:9.9375rem;left:2.8125rem;height:1.349825rem;font-style:normal;display:block; }
#AkqytQOyQOPRW8VTBQdf4hffu2fJ8xao { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.15) ;height:20.2495625rem;width:20.2495625rem;top:3.4375rem;left:27.25rem;display:block; }
#b9tyzg7fJqC8CNJKgLba0Ei13AvHhVT6 { color:rgba(var(--color-primary-2),1);display:block;width:13.4375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:9.875rem;left:29.5rem;height:1.349825rem;font-style:normal;display:block; }
#kZOo0Z09tKeWThCMt7mq6CSraOCzFL37 { color:#200838;display:block;width:9.375rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:4.5rem;left:29.5rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qop4RECIKBgSi6N9GUPeG8otZTtaiPcv { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:13.4375rem;left:29.5rem;height:4.5rem;font-style:normal;display:block; }
#VxqTdg9bXx6bkcSsRQvrwVDJxtLP0cVx { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:13.4375rem;left:2.8125rem;height:4.5rem;font-style:normal;display:block; }
#w2ITKTKievlt7RiJT32bQucNF6W986qJ { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.15) ;height:20.2495625rem;width:20.2495625rem;top:3.4375rem;left:52.25rem;display:block; }
#EBl2SKLJFNnaJ8ygWucQzeTHakX1XtcF { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:13.4375rem;left:54.5rem;height:4.5rem;font-style:normal;display:block; }
#hT6uiUmahWSG8NQFi0wO1J4SygA4GOdP { color:rgba(var(--color-primary-2),1);display:block;width:13.4375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:9.9375rem;left:54.5rem;height:1.349825rem;font-style:normal;display:block; }
#ZtAS3GMJdCgOsUnwfhuuWIwqIzQHrt8K { color:#200838;display:block;width:3.125rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:4.5625rem;left:54.5rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fB4iRZB9Ik1p7emGhroporsirlkDmhng { position:relative;display:block; }#fB4iRZB9Ik1p7emGhroporsirlkDmhng { background-color: transparent; background-image: none; }#fB4iRZB9Ik1p7emGhroporsirlkDmhng::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fB4iRZB9Ik1p7emGhroporsirlkDmhng > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fB4iRZB9Ik1p7emGhroporsirlkDmhng > .row .container > .video-iframe-container { display: none; }#fB4iRZB9Ik1p7emGhroporsirlkDmhng > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fB4iRZB9Ik1p7emGhroporsirlkDmhng > .row > .video-iframe-container { display: none; }#fB4iRZB9Ik1p7emGhroporsirlkDmhng > .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); }#fB4iRZB9Ik1p7emGhroporsirlkDmhng { border-width: 0; border-radius: 0; }#fB4iRZB9Ik1p7emGhroporsirlkDmhng > .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; }#fB4iRZB9Ik1p7emGhroporsirlkDmhng > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;font-size:0.875rem;font-family:arial;height:27.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KZZiLkqtPq46TdCvGhwTgPHAAkAtMfAq { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.15) ;height:21rem;width:21rem;top:3.0625rem;left:1.4375rem;display:block; }
#Fmodgse9sUE1pGeAFd1y5ZH71WNHttrR { color:#200838;display:block;width:3rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:4.5rem;left:2.8125rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oBE9EzUcrCWXJWHlkpkBBmO1e6zJTNlo { color:rgba(var(--color-primary-2),1);display:block;width:13.4375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:9.9375rem;left:2.8125rem;height:1.349825rem;font-style:normal;display:block; }
#iCyrCITNMG6QrH3Wh2RAQcZdcM7liTTL { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.15) ;height:20.2495625rem;width:20.2495625rem;top:3.4375rem;left:27.25rem;display:block; }
#RRtALcdRyNBFvnyz5NQB7muCnIRlIPBE { color:rgba(var(--color-primary-2),1);display:block;width:13.4375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:9.875rem;left:29.5rem;height:1.349825rem;font-style:normal;display:block; }
#AWkQP7SvKHmuWSHvp51gk8JUVceJGu8H { color:#200838;display:block;width:9.375rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:4.5rem;left:29.5rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b1vvUKvpl1JL2afXEtEFopI7e0Kt9HOS { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:13.4375rem;left:29.5rem;height:4.5rem;font-style:normal;display:block; }
#tWThJZzoQpKu770qktCXRnUeXDoyV9Pg { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:13.4375rem;left:2.8125rem;height:4.5rem;font-style:normal;display:block; }
#Etxh61A5x2x00qGmoly92o1wEHNWRO4x { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.15) ;height:20.2495625rem;width:20.2495625rem;top:3.4375rem;left:52.25rem;display:block; }
#OsQur0LhL6xrzvcqhxePIsZaHcCFvhrw { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:13.4375rem;left:54.5rem;height:4.5rem;font-style:normal;display:block; }
#s1MlUqoOrM3ETHauPIJ6ax5PQnUzlXaN { color:rgba(var(--color-primary-2),1);display:block;width:13.4375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:9.9375rem;left:54.5rem;height:1.349825rem;font-style:normal;display:block; }
#tDc4qpAhaiaGtwxpsZWfuc5DrxXnPF69 { color:#200838;display:block;width:3.125rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:4.5625rem;left:54.5rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tWzudR0CVn98cOc0cZonsrCCWoeidKN7 { position:relative;display:none; }#tWzudR0CVn98cOc0cZonsrCCWoeidKN7 { border-width: 0; border-radius: 0; }#tWzudR0CVn98cOc0cZonsrCCWoeidKN7 > .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; }#tWzudR0CVn98cOc0cZonsrCCWoeidKN7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:32.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#WtHTWQsGkNGllSSlIZIgvfK3M6lTsb4i { color:rgba(var(--color-tertiary-4),1);display:block;width:57.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:1.25rem;left:8.875rem;height:1.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vrcGh4zkuMt5zwKd75E6TTedG4eZxsLH { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.2;letter-spacing:0;top:4.9375rem;left:28.4375rem;height:2.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JcsXTaucWX1dOBRy6PtXk7Eclp1VBgIQ { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.2;letter-spacing:0;top:4.9375rem;left:42.5625rem;height:2.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u61UzZizgtBJky0CVTKlLBLSmE1dJDnS { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15030;line-height:1.2;letter-spacing:0;top:4.9375rem;left:56.1875rem;height:2.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#il0hDhivadGRM5CQxZ59Xa6y3HRwpXCT { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15031;line-height:1.2;letter-spacing:0;top:8.5625rem;left:28.4375rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CXa6E5tSKboZm5HXifhhp44cfXW4dic9 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15032;line-height:1.2;letter-spacing:0;top:8.5625rem;left:42.5625rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#siy0mhEKzRqR7koCAFMA3AGB3Rct94Gw { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15033;line-height:1.2;letter-spacing:0;top:8.5625rem;left:56.1875rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xyTGOn5BFkG3DXzwtqg0vWskXE1tUkol { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15034;line-height:1.2;letter-spacing:0;top:11rem;left:28.4375rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#okwC4P3tm5qJ4EL6xRexXgGm6xCG4VwA { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15035;line-height:1.2;letter-spacing:0;top:11rem;left:42.5625rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RZeheXFdt6fgZLzINSsyiioQR9lwZMAA { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15036;line-height:1.2;letter-spacing:0;top:11rem;left:56.1875rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qggAnPJmDvIoH8EMNhU4JoiJX2WvPVR5 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15037;line-height:1.2;letter-spacing:0;top:13.4375rem;left:28.4375rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eVKkC3fFkCpwOWIse2le9Enk5Vtcq76r { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15038;line-height:1.2;letter-spacing:0;top:13.4375rem;left:42.5625rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HRcISAbE6vNovhNfPH2IgdTThG4bMJik { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15039;line-height:1.2;letter-spacing:0;top:13.4375rem;left:56.1875rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EKAVI2yZNXi6tfbmcggrGJwdS2iyA7Qq { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15040;line-height:1.2;letter-spacing:0;top:17.0625rem;left:28.4375rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vFhNA6kNA6XN40C8cfNDdmTaUWRekpfw { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15041;line-height:1.2;letter-spacing:0;top:17.0625rem;left:42.5625rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#epOQd0XaqnK1wSNTlgrsr99bpBS9rZ5w { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15042;line-height:1.2;letter-spacing:0;top:17.0625rem;left:56.1875rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VRpbQnl4TKMeo3V9Au3dqeyeWy6TvtA2 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15043;line-height:1.2;letter-spacing:0;top:19.5rem;left:28.4375rem;height:1.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oIS6J9l9Gg0FXi4CFZ0x75uzTypu3X3z { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15044;line-height:1.2;letter-spacing:0;top:19.5rem;left:42.5625rem;height:1.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q3ZTJnu5950yabmTXoglSMv1CvuPwQUE { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15045;line-height:1.2;letter-spacing:0;top:19.5rem;left:56.1875rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gb8sJZVAkhgJMVqxdyq6UHIsXq50tVgh { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15046;line-height:1.2;letter-spacing:0;top:21.9375rem;left:28.4375rem;height:1.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ny2XKuCfnJNNHgnIZXzh9x4yekBp5TwM { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15047;line-height:1.2;letter-spacing:0;top:21.9375rem;left:42.5625rem;height:1.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qso1xG94gxd48EoyD2PNHIyGpd60HbXm { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15048;line-height:1.2;letter-spacing:0;top:21.9375rem;left:56.1875rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mgvmn8BnHfPWbrP1mzqnTV2OyfiK1ukM { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15049;line-height:1.2;letter-spacing:0;top:24.375rem;left:28.4375rem;height:1.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m0KHKMKOQbis9X0cpoJ8RanykVWGK4MZ { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15050;line-height:1.2;letter-spacing:0;top:24.375rem;left:42.5625rem;height:1.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QDp3eNlpFTlcZccdb6pf4a3h8XgeqMvs { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15051;line-height:1.2;letter-spacing:0;top:24.375rem;left:56.1875rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AraZZm54fCewCfHZ1TklXsIrtVOs13CQ { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15033;line-height:1.2;letter-spacing:0;top:8.5625rem;left:8.75rem;height:1.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GC3n8ZiUQSLV7Rtv12VCEqLrkwcOnaw6 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15034;line-height:1.2;letter-spacing:0;top:11rem;left:8.75rem;height:1.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G1BgCx8wQ0vT2h0JoRzZkon11WqlqKJH { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15035;line-height:1.2;letter-spacing:0;top:14.0625rem;left:8.75rem;height:1.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wEXZ3NgOHDmnPL8PaA3LWizCusQLAZ0H { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15036;line-height:1.2;letter-spacing:0;top:17.0625rem;left:8.75rem;height:1.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ucOrV7pObkWDJ4MbkkacNMJpJNzlA2gH { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15037;line-height:1.2;letter-spacing:0;top:19.5rem;left:8.75rem;height:1.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ptruk35uQ24WiPOsW39McFJXDZ7XOQRB { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15038;line-height:1.2;letter-spacing:0;top:21.9375rem;left:8.75rem;height:1.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JbpDmqTLcgTF09mgxuTcLHUFr71ztU35 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15039;line-height:1.2;letter-spacing:0;top:24.375rem;left:8.75rem;height:1.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ok0y2DnyafaGhfZFalTgwVF7uKnKyMMl { position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-tertiary-4),0.03);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.1875rem;width:60rem;top:8.03125rem;left:7.5rem;display:block; }
#hwwhHG38ecFzmoZH1AEqRt65HaPbd9CR { position:absolute;display:block;z-index:15053;background-color:rgba(var(--color-tertiary-4),0.03);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.4375rem;width:60rem;top:12.84375rem;left:7.5rem;display:block; }
#QdxP0CbhADZreILCB8TimIwqa1RQZs3n { position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-tertiary-4),0.03);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.1875rem;width:60rem;top:19.005859375rem;left:7.5rem;display:block; }
#rcXN3rhVZ9SqDTLQ8oQTSzyEer0VudD9 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15053;line-height:1.2;letter-spacing:0;top:27.4375rem;left:28.5625rem;height:1.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#urTmITcTwrD89kkOQzcZOH5Ti5qgzvsF { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15054;line-height:1.2;letter-spacing:0;top:27.4375rem;left:42.6875rem;height:1.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SiRJFa7JPkTIhZAFNyk4lV0kH9B6bG56 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15043;line-height:1.2;letter-spacing:0;top:27.4375rem;left:8.875rem;height:1.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f07Mk6dpzehHziGiOBfQD3IVLt6cLQIX { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15055;line-height:1.2;letter-spacing:0;top:27.4375rem;left:56.3125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vMTieihZfUTikWgE99y7sv4zOXO3SPIZ { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15056;line-height:1.2;letter-spacing:0;top:28.625rem;left:28.5rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a35TLRzsRNJv3SuNDeIKhNundP08e5S7 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15057;line-height:1.2;letter-spacing:0;top:28.625rem;left:42.625rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T93ZM8d7DiUcUe0wTtrqBW6stTPzpcpp { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15058;line-height:1.2;letter-spacing:0;top:28.625rem;left:56.25rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g8HKRLJ2BOkxrrnrvpodBWHb6rT0eKCc { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),0.04);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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:3.6875rem;width:60rem;top:26.625rem;left:7.5rem;display:block; }
#TnSnBADIF7ylkHp2v3fzz5Tz6TOyKoZu { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #efefef;border-left:0.125rem solid #efefef;border-right:0.125rem solid #efefef;border-bottom:0.125rem solid #efefef;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;height:26.5rem;width:59.75rem;top:3.625rem;left:7.5rem;display:block; }
#RciMpVAfyxydi211z1iECxGCTzqxvUy0 { position:absolute;display:block;z-index:15059;background-color:#efefef;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:26.625rem;width:0.125rem;top:3.625rem;left:27.8125rem;display:block; }
#IkQHLENV0RUWrfar24hXLZKdAorvyucn { position:absolute;display:block;z-index:15055;background-color:rgba(var(--color-tertiary-4),0.03);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.1875rem;width:60rem;top:23.880859375rem;left:7.5rem;display:block; }
#B0Ir11sMphdg63p0IOyrK1w9ZNrezT4V { position:relative;display:none; }#B0Ir11sMphdg63p0IOyrK1w9ZNrezT4V { border-width: 0; border-radius: 0; }#B0Ir11sMphdg63p0IOyrK1w9ZNrezT4V > .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; }#B0Ir11sMphdg63p0IOyrK1w9ZNrezT4V > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:30rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#lrxqP8ZESmrBFtrBpqKu4Ax9SSGuH1AH { color:rgba(var(--color-tertiary-4),1);display:block;width:57.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15047;line-height:1.2;letter-spacing:0;top:1.25rem;left:8.875rem;height:1.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JCIEWGsg5umNTINbavTi5TXaa1l8wLTD { position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #efefef;border-left:0.125rem solid #efefef;border-right:0.125rem solid #efefef;border-bottom:0.125rem solid #efefef;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;height:23rem;width:59.75rem;top:3.625rem;left:7.5rem;display:block; }
#spTkbnlduGPcmoDMChTRO9PWnWszJan3 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15078;line-height:1.2;letter-spacing:0;top:8.5625rem;left:8.75rem;height:1.19970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OuTIKM9Gy5sw9QL6w6DIUWfNLGcroUDF { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15079;line-height:1.2;letter-spacing:0;top:11rem;left:8.75rem;height:1.19970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N2H7WQ0q8yLBm9pxuZLs8anS26WEXXC2 { position:absolute;display:block;z-index:15097;background-color:rgba(var(--color-tertiary-4),0.03);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.1875rem;width:60rem;top:8.068359375rem;left:7.5rem;display:block; }
#Qm96GCxI7v9md5iH9FlWgJrAawsFdM0u { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15073;line-height:1.2;letter-spacing:0;top:4.9375rem;left:28.4375rem;height:2.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m0ZFUigBke9viHoQlbD3Ngp1SwznVE8D { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15076;line-height:1.2;letter-spacing:0;top:8.5625rem;left:28.4375rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ykthmJ8EpL9MwWE00uLQil16yw7eIHiT { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15079;line-height:1.2;letter-spacing:0;top:11rem;left:28.4375rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TlI3zhBG4kUs1AZDf9Qe7IIBIlHXWWXm { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15082;line-height:1.2;letter-spacing:0;top:13.4375rem;left:28.4375rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e8ne2lfmaFJ7P6VCPC2zOZUT8JUaki2g { position:absolute;display:block;z-index:15104;background-color:#efefef;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:23.1875rem;width:0.125rem;top:3.625rem;left:27.8125rem;display:block; }
#PyccfxIvfuGU7hNNoh3qpCdH4r1mbt9I { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15080;line-height:1.2;letter-spacing:0;top:13.44921875rem;left:8.875rem;height:1.19970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yEOuUuR4VDKMmaJKXMpQmMz4063PaAED { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15085;line-height:1.2;letter-spacing:0;top:15.8125rem;left:28.5625rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#deO3SkiOmMta7hF6uFBkFhP5GKOPQ6sH { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15081;line-height:1.2;letter-spacing:0;top:15.8125rem;left:8.875rem;height:1.19970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JrUT3kziDCQTgozPg2e4EnfVpUicTrgx { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15088;line-height:1.2;letter-spacing:0;top:18.25rem;left:28.5625rem;height:1.19970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uchBPqm15krEwluRqPDoVOmqfxoFBwhC { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15082;line-height:1.2;letter-spacing:0;top:18.25rem;left:8.875rem;height:1.19970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hqSbageGbTGIsgQEPlKdFg4dpTKruQ6h { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15074;line-height:1.2;letter-spacing:0;top:4.9375rem;left:42.5625rem;height:2.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dPC8sXqyFezkcrGraDE0pUSKrd3FlfV7 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15077;line-height:1.2;letter-spacing:0;top:8.5625rem;left:42.5625rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zH8sMgkQWFNWHd9yhvKfVq3o4JW1HKkf { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15080;line-height:1.2;letter-spacing:0;top:11rem;left:42.5625rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h1DWvfFPooSanom1KesKBVLov0IXnPUx { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15083;line-height:1.2;letter-spacing:0;top:13.4375rem;left:42.5625rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QDDr4bbJ0Zxla2TGU78x9Iz2dXOk5srr { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15086;line-height:1.2;letter-spacing:0;top:15.8125rem;left:42.6875rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tdELBf624QzmcXCEAd9iFLSyLy4AblQv { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15089;line-height:1.2;letter-spacing:0;top:18.25rem;left:42.6875rem;height:1.19970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vs6lZkfncqDa7noyMfxTpT4rW7Sv3AfO { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15091;line-height:1.2;letter-spacing:0;top:20.6875rem;left:28.5625rem;height:1.19970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b77J2JmHVf9Uy1a1qFgEsc7pF7cQZGnw { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15092;line-height:1.2;letter-spacing:0;top:20.6875rem;left:42.6875rem;height:1.19970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wE7XqwbA1tzXWHL5c0Od40RlX0GFbTwv { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15083;line-height:1.2;letter-spacing:0;top:20.6875rem;left:8.875rem;height:1.19970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZzHADEzsfqBfoZvL91z6Abs2IZOro4ia { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15075;line-height:1.2;letter-spacing:0;top:4.9375rem;left:56.1875rem;height:2.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MBLgwZ9AnZEBPuRgVegDqh3U8VUVfX0E { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15078;line-height:1.2;letter-spacing:0;top:8.5625rem;left:56.1875rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#okA9E9ULIS37PBFaAUomwrKVQTEqUist { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15081;line-height:1.2;letter-spacing:0;top:11rem;left:56.1875rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XG4BNQthLyq6uzQnOTEVXHrRH1HbyEdJ { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15084;line-height:1.2;letter-spacing:0;top:13.4375rem;left:56.1875rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nXvGdl9yEck5dIt8a9f1qJ9tNtcLa7hz { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15087;line-height:1.2;letter-spacing:0;top:15.8125rem;left:56.3125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RL4fUxWSmSsa9Txun2gxyKfRV0A0THiX { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15090;line-height:1.2;letter-spacing:0;top:18.25rem;left:56.3125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HH0QM5a6Eae7RDCrFDQhvpTMqvVrbiQg { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15093;line-height:1.2;letter-spacing:0;top:20.6875rem;left:56.3125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RNC6ZIT1MGwTTgi3PIED50dmfzpI1ohH { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15098;line-height:1.2;letter-spacing:0;top:23.875rem;left:28.5625rem;height:1.19970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iIiyEZ9OT27gZgknQaPRZtbiVcAyRuPZ { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15099;line-height:1.2;letter-spacing:0;top:23.875rem;left:42.6875rem;height:1.19970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gETnTeyItCMFbFqiBXWBp3zf1ghMg9lo { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15088;line-height:1.2;letter-spacing:0;top:23.875rem;left:8.875rem;height:1.19970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dO2eRSxTx1kBuBGRvLh9Cs5UK1IgMuXK { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15100;line-height:1.2;letter-spacing:0;top:23.875rem;left:56.3125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZQJlor1tX9orQwC7Ce2FDdJKa2xUbqf5 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15101;line-height:1.2;letter-spacing:0;top:25.0625rem;left:28.5rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RcLJbS0hGpT6O8LwUa3QQz80Z0DDBTow { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15102;line-height:1.2;letter-spacing:0;top:25.0625rem;left:42.625rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#utV3rZrmyqn38rbw3xpeTr2JCHDVPNvq { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15103;line-height:1.2;letter-spacing:0;top:25.0625rem;left:56.25rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bt4bwyk1nNwbhUDQFQ4CdVtsgXamxL5D { position:absolute;display:block;z-index:15056;background-color:rgba(var(--color-secondary-2),0.04);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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:4.0625rem;width:60rem;top:22.875rem;left:7.5rem;display:block; }
#S99CgREzFBdcUamnmovZdnLXIZxgTXs1 { position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-tertiary-4),0.03);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.1875rem;width:60rem;top:12.90625rem;left:7.5rem;display:block; }
#zQSWVhtv2JeqIJPIzZyvnAPVu3HLiFGZ { position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-tertiary-4),0.03);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.1875rem;width:60rem;top:17.755859375rem;left:7.5rem;display:block; }
#Z1vrEqWniA66CcC8JQQ3piiZCWBVCal9 { position:relative;display:none; }#Z1vrEqWniA66CcC8JQQ3piiZCWBVCal9 { border-width: 0; border-radius: 0; }#Z1vrEqWniA66CcC8JQQ3piiZCWBVCal9 > .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; }#Z1vrEqWniA66CcC8JQQ3piiZCWBVCal9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#as666TPx1Cv5lWutfneoZ6zd9Dq4VTZE { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.3125rem;left:0rem;height:1.6232625rem;display:none; }
#HuGc2hmp2XiC2OtHJiflp2vXHwLtS2Xs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#HuGc2hmp2XiC2OtHJiflp2vXHwLtS2Xs > .row .container { background-color: transparent; background-image: none; }#HuGc2hmp2XiC2OtHJiflp2vXHwLtS2Xs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HuGc2hmp2XiC2OtHJiflp2vXHwLtS2Xs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HuGc2hmp2XiC2OtHJiflp2vXHwLtS2Xs > .row .container > .video-iframe-container { display: none; }#HuGc2hmp2XiC2OtHJiflp2vXHwLtS2Xs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HuGc2hmp2XiC2OtHJiflp2vXHwLtS2Xs > .row > .video-iframe-container { display: none; }#HuGc2hmp2XiC2OtHJiflp2vXHwLtS2Xs > .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); }#HuGc2hmp2XiC2OtHJiflp2vXHwLtS2Xs > .row .container { border-width: 0; border-radius: 0; }#HuGc2hmp2XiC2OtHJiflp2vXHwLtS2Xs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HuGc2hmp2XiC2OtHJiflp2vXHwLtS2Xs > .row .container { font-size:0.875rem;font-family:arial;height:9rem;width:75rem;position:relative;display:block; }#pgq4fs15gwBhm8PClhc5tN2OUbWvDcBO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:7.9375rem;top:2.0625rem;left:0.1875rem;overflow:hidden;display:block; }
#rEMEXCSBq7AczO13NcHLU3iwNRTNhPtE { background-color:#dfdfdf;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.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#565656;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:1.99978125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.4034309387207rem;left:10.686851501465rem;display:block; }
#TcR6Awx8paznWFJQzsC3W6ULVB5R1OQu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pgsTgmBWbQ7awJ7XUT3TElSfPIa1L79O { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:raleway;font-size:0.75rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.0625rem;left:36.375rem;height:2.9238375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iCyVqaKcDz2kiD93w5oyibE9ElN5O55u { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:raleway;font-size:0.75rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:2.119140625rem;left:46.125rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gPBdb5MkSTw60QLtDCrQhdWiv1C5STIP { color:rgba(var(--color-tertiary-4),1);display:block;width:13.25rem;position:absolute;font-family:raleway;font-size:0.75rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2.0625rem;left:61.75rem;height:4.8730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #D023lvcBa4koWNHykOheRTLIeKbq4Zdl { display:block; }#D023lvcBa4koWNHykOheRTLIeKbq4Zdl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lJO3eAAeCyxvOkzz1iU6q2egfrIuyH7F { top:22.9375rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHbkoNH5ogcHykxMhaO9WGdK8XNBgfta { width:12.5rem;height:3.125rem;top:25.75rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQOTgySclNvF5HvQ9p4emoln604kOtCR { display:block; }
 }@media only screen and (max-width: 763px) { #iVPZayBXA5KL2xglVIFwC1BXTZLqiaun { top:9.0625rem;left:0rem;width:47.75rem;height:10.3125rem;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBvpz53Iuz7edasXID51dRTblS4LxRWV { top:1.8125rem;left:0rem;width:8.25rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q06MOFe7GqLScgVX1lrVETdbAOGVQZdC { top:33.5rem;left:0rem;width:17.5rem;height:9.749375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pA2u9MTcAdWbNnKM3Z3104MVBtdmqscZ { top:33.5rem;left:30.25rem;width:17.5rem;height:9.749375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3bhCGtWZgTp2EZf3P12Lth69I9CKdd4 { display:block; }#T3bhCGtWZgTp2EZf3P12Lth69I9CKdd4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTQIJdlBBlgxcslB9kfzE6tf7ZVm9CMl { top:2.375rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIM9fM1581XwoRZHcIWRTdfTzCF5NqpD { display:block; }#CIM9fM1581XwoRZHcIWRTdfTzCF5NqpD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fXmKxmG5U9DnQWKG7HMDeKr1yW7GhcWL { top:6.375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJm1HRbkzXKzQw5JOpgUuxNaICXdTBI0 { top:10.125rem;left:0rem;width:47.75rem;height:2.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2R79PfTcZ1m2TMiJfDX6NOGca6w7VV7 { top:15.875rem;left:0rem;width:47.75rem;height:7.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEFVn1ClnMZUPbTN8qOSJnTx6qR5TK5M { top:2.5625rem;left:0rem;width:47.75rem;height:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRBqp9kNxV8DeR4228ose4JDqbly2vNi { display:block; }#pRBqp9kNxV8DeR4228ose4JDqbly2vNi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qscUNvx0po1MbbQBVuTluiob22uuhskw { top:2.375rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #frIQlt8Jll04Bgx6cu9qlqSy0cowN24p { display:block; }#frIQlt8Jll04Bgx6cu9qlqSy0cowN24p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TvkKWWFImTwaZ6hnNeTI2wo0r7JC6nNn { top:1.5625rem;left:0rem;width:21rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5MGQ4lK4SoP9z9dw0mLXazL7s742msR { top:8.5rem;left:0rem;width:18.8125rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAZRQrW0Xaid4AbkbFuguVXm55WGOrv2 { top:11.5rem;left:0rem;width:18.1875rem;height:7.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmV55Pzyo09qZkawMdvDSNhfiISdnwoF { top:1.875rem;left:3.625rem;width:20.1875rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1SOQZTFlX6O8UP70vDFRvknt9WXBM1X { top:8.5rem;left:7.1875rem;width:16.6875rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #alKbdlcav33xZRuzU2P7ZA5aH5ptpuM5 { top:10.75rem;left:10.4375rem;width:17.75rem;height:6.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNH0zrALufek47r5UW1qQOHyPCTOqFmT { top:2.8125rem;left:0rem;width:3.125rem;height:4.8125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlUSWLW6d50mK0FWhKIyJwZJJX1EV0k6 { top:2.8125rem;left:18.46826171875rem;width:3.125rem;height:4.8125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pi67qIVC4lJfIV6rJa4AHCP9HgcoQUQw { top:1.9375rem;left:15.625rem;width:20.1875rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRXiEzxtiJ4PNCiKU0qKnT98tFbZKsyd { top:10.8125rem;left:22.375rem;width:16.25rem;height:7.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlRr6TTkJlT3zHVkVCGJkeIFH75z1GpV { top:8.5625rem;left:22.375rem;width:13.4375rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRscAZ2nxntrgdGGdMSD6hueZ4VtyEDi { top:2.8125rem;left:32.6875rem;width:3.125rem;height:4.8125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRsTGbxEcPoBdSyQs97fiQrztytAHsyP { display:block; }#WRsTGbxEcPoBdSyQs97fiQrztytAHsyP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #byQ1mhKPk60SCtsdtJlhRm7Ixam8VPVc { top:1.5625rem;left:0rem;width:21rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #X85S6CE6D0aoaQNaodcHXN1DK7g0R5dZ { top:1.875rem;left:3.625rem;width:20.1875rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxdbDcx05O5XknuspNHDAbq5yTHfOkTv { top:8.375rem;left:10.4375rem;width:13.4375rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pr5E4TqGPghbr8uHto1DFrzzsBHPaL3q { top:11.875rem;left:10.4375rem;width:13.4375rem;height:4.4375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPUIVCGp7q5pyuvnC4x3EipwcpyEqm4G { top:3rem;left:0rem;width:3.125rem;height:4.8125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6GLZ3Bh0T8NE9NLNE1U3NSAg9mWNN3M { top:3rem;left:19.405817031861rem;width:3.125rem;height:4.8125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnxH8NlDLG3UF3q5cZvEaw1RDeSy8KoZ { top:1.9375rem;left:15.625rem;width:20.1875rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwAeCf0izupuNXXbgUZPwA55hBf1oGST { top:11.875rem;left:22.375rem;width:13.4375rem;height:4.4375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dk9MKdDUcLVkFVqOiTaqH57f8egxtqkT { top:8.375rem;left:22.375rem;width:13.4375rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxUTiLd6tkgT89pdS1F1QpbHy1GprA56 { top:3.5625rem;left:32.6875rem;width:3.125rem;height:4.8125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbizpuxghshQLKkXxWTl7PIJy3mhGZy7 { top:8.4375rem;left:0rem;width:16.75rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbnw4upDDTZsgAJflMEQv6wRzLTqeZsd { top:11.9375rem;left:0rem;width:17.8125rem;height:7.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLOfb4J0k65kIRCJ0ACHH7zX39Rrt81z { display:block; }#FLOfb4J0k65kIRCJ0ACHH7zX39Rrt81z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WQJgGLzGO75IDh7ZZ3TFd9x0XyysNvgM { top:5.25rem;left:0rem;width:20.9375rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JovTM5kLE1TirqyITJa73TNEuCVyXv1B { top:6.6875rem;left:0rem;width:3.125rem;height:4.8125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiUxNBxeUShq3AV0XoDTbPRfJvmecvk2 { top:12.125rem;left:0rem;width:13.4375rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGzXdFo0fSHS0VWS63B8WVTcwsx5KNiy { top:15.625rem;left:0rem;width:13.4375rem;height:4.4375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFrrOUcqeyH9Owf8Szlolwqy6quZ2zZe { top:5.25rem;left:13.4375rem;width:20.9375rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQrBRCr06QzkFWsB2HJ2AcZzBGHUqd9J { top:6.75rem;left:14.75rem;width:3.125rem;height:4.8125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7ofnOWJQsfE21zEX5vNUrlylMdWuU77 { top:12.1875rem;left:14.75rem;width:13.4375rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkpQU8saOfBGN3vEZE5vhpMkK9WJLwU0 { top:15.625rem;left:14.75rem;width:13.4375rem;height:4.4375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGyPMxsv1Qxdw0uIZkL5ANDvXpmTEvSN { top:5.25rem;left:26.8125rem;width:20.9375rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBI5t9WKg8k6smrDESJrvMeqF0Iry6vq { top:6.75rem;left:40.1875rem;width:3.125rem;height:4.8125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vF2ntyOFXMVImkRxI18cJ7lfpFcM89fB { top:12.1875rem;left:34.3125rem;width:13.4375rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwN8bLpvZTwFSvIGVNQVTv2HeLMCHrMH { top:15.625rem;left:34.3125rem;width:13.4375rem;height:4.4375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uao3PbXt1hgK4AhfxoL1EyaDpyBeJ4Ml { display:block; }#Uao3PbXt1hgK4AhfxoL1EyaDpyBeJ4Ml > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UobgxQvMKPDhSTfFltf3brPX01TTWRhm { top:3.0625rem;left:0rem;width:20.9375rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnNFpLpgCNWJGcW22ES7RdW0A4Ra9cIm { top:4.5rem;left:0rem;width:3rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuOIJIKg5cquiAwfZMQFPkcBN1DhKHFy { top:9.9375rem;left:0rem;width:13.4375rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmhQ3Ws4Va3JkVTCerP7srUtAeXQBOlp { top:3.4375rem;left:3.6875rem;width:20.1875rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrwk0dCJVJfv7IZhkdilqwHArIH7ioxL { top:9.8125rem;left:10.4375rem;width:13.4375rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDoQ6pXg02O1TC2mQ6pXF7FmuEf9Mi3y { top:4.5rem;left:14.5rem;width:9.375rem;height:;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZJ99SiNf0uGA1H8coET0SSCRgQnlKMh { top:13.4375rem;left:10.4375rem;width:13.4375rem;height:4.4375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIwtAH8T2IM1S9Q9rSmQK6KyQs5qI83k { top:13.4375rem;left:0rem;width:13.4375rem;height:4.4375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gt7gcdpkfW1ELzVuStExJe8ZR5PVNBZq { top:3.4375rem;left:15.625rem;width:20.1875rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vz7C8irE2mC6NL99LQbQQkKfDrSziw9e { top:13.4375rem;left:22.375rem;width:13.4375rem;height:4.4375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1ckTecZcOAMhscJTbtKz0gq4P50sVo3 { top:9.875rem;left:22.375rem;width:13.4375rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgRhIVdUigwMP492TTDP9AVRnaD7OBsH { top:4.5625rem;left:32.6875rem;width:3.125rem;height:9.6875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL3D2soqNfFlScbBOBaQwPg3HaxNyxgu { display:block; }#TL3D2soqNfFlScbBOBaQwPg3HaxNyxgu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OmeWzXDT2823pcDNFBSVLItkdFAT8UQE { top:3.0625rem;left:0rem;width:20.9375rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1J8bUZNtFNeUobdBgBUGZIrga7PMITs { top:4.4375rem;left:0rem;width:2.9375rem;height:9.6875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8WNCG3uTWNupJpbpH3n45iOGQ2F84Gx { top:9.875rem;left:0rem;width:13.4375rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyCPbg4JSBiOlomCBWdhXgs9X4tSVxV6 { top:3.4375rem;left:3.6875rem;width:20.1875rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vN2pwqqRMxAf4Dt5WegCyR5lt8szIK0H { top:9.8125rem;left:10.4375rem;width:13.4375rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A58LZ7cWC8sMpSkP4X3W0agzDHnGkIKC { top:4.4375rem;left:14.5rem;width:9.375rem;height:4.8125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHiMTOA5z5FnKMRaZTW996L9zO0edQhB { top:13.4375rem;left:10.4375rem;width:13.4375rem;height:4.4375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zxr4V7L4uS8GMu3EXHylycw49aFfQysE { top:13.4375rem;left:0rem;width:13.4375rem;height:4.4375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nsn9NhqIaqwtMENoHkXq10CTHi49UhWN { top:3.4375rem;left:15.625rem;width:20.1875rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbsoQkHmZhkLp1e5uNxPrbm3KOahsb9s { top:13.4375rem;left:22.375rem;width:13.4375rem;height:4.4375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVwoEV7nUBpJ2ZfssraoC3U0TabVZLuX { top:9.875rem;left:22.375rem;width:13.4375rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl33hVU4Pw7aSF8kZRZsKvTVmTe3msyU { top:4.5rem;left:32.6875rem;width:3.125rem;height:9.6875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLMPIaUvhAMrFyvUoPvOZeV18VIbaqbS { display:block; }#aLMPIaUvhAMrFyvUoPvOZeV18VIbaqbS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iHIBzh7N5ezX95ClKpy4tQrFA740leJh { top:2.9375rem;left:0rem;width:20.9375rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c61PU77XUxqaK1mRQqeqC52u1r6dETc5 { top:4.625rem;left:0rem;width:2.9375rem;height:9.6875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUW2AqQa0bblmbTzwmvKo86Kd1v7Tkrc { top:10.0625rem;left:0rem;width:13.4375rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DK8kKoHCTxntL2HH41wQINoxTHEeXIuu { top:3.5625rem;left:3.6875rem;width:20.1875rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE3txC76gCG7gDpgrlh0WHJrapNQxyRm { top:13.5625rem;left:0rem;width:13.4375rem;height:4.4375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIRCEybRT16upmqyubQncFTTambsJaiy { top:10rem;left:10.4375rem;width:13.4375rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I64h4A9Fz57BuBoUGrIiSK3tUF9G3uad { top:4.625rem;left:14.5rem;width:9.375rem;height:4.8125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pw5bSCH1KU8QvhEk9aoNTw2pxo8wge46 { top:13.5625rem;left:10.4375rem;width:13.4375rem;height:4.4375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXgeaJNDDf3RAwpkdyQTOT8NkdflEaD4 { top:3.5625rem;left:27.5625rem;width:20.1875rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BO3lt92CXAIAooTyfK6Egy3ex3MkRfDG { top:13.5625rem;left:34.125rem;width:13.4375rem;height:4.4375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HV8DOERmI2iEVGo5JvK8Layx9UF29uOb { top:10.0625rem;left:34.125rem;width:13.4375rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFAz0sQttxOVpwrsU5bmywu3qmrMMSmM { top:4.6875rem;left:34.125rem;width:3.125rem;height:9.6875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNzfDTrIIxZBZDgFTeAgCTns44BMqPOp { display:block; }#xNzfDTrIIxZBZDgFTeAgCTns44BMqPOp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pW7pIQs4CqG2vnkSisV9GIFLVdw0wHW2 { top:3.0625rem;left:0rem;width:20.9375rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZ2quRiQsA9NPEJCXCfS7PJivveTRB6V { top:4.4375rem;left:0rem;width:2.9375rem;height:9.6875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGLL9pAAChaHIeI2tENhkkqiqTnRZTZ5 { top:9.875rem;left:0rem;width:13.4375rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkqytQOyQOPRW8VTBQdf4hffu2fJ8xao { top:3.4375rem;left:3.6875rem;width:20.1875rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9tyzg7fJqC8CNJKgLba0Ei13AvHhVT6 { top:9.8125rem;left:10.4375rem;width:13.4375rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZOo0Z09tKeWThCMt7mq6CSraOCzFL37 { top:4.4375rem;left:14.5rem;width:9.375rem;height:4.8125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qop4RECIKBgSi6N9GUPeG8otZTtaiPcv { top:13.4375rem;left:10.4375rem;width:13.4375rem;height:4.4375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxqTdg9bXx6bkcSsRQvrwVDJxtLP0cVx { top:13.4375rem;left:0rem;width:13.4375rem;height:4.4375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2ITKTKievlt7RiJT32bQucNF6W986qJ { top:3.4375rem;left:15.625rem;width:20.1875rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBl2SKLJFNnaJ8ygWucQzeTHakX1XtcF { top:13.4375rem;left:22.375rem;width:13.4375rem;height:4.4375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hT6uiUmahWSG8NQFi0wO1J4SygA4GOdP { top:9.875rem;left:22.375rem;width:13.4375rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtAS3GMJdCgOsUnwfhuuWIwqIzQHrt8K { top:4.5rem;left:32.6875rem;width:3.125rem;height:9.6875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fB4iRZB9Ik1p7emGhroporsirlkDmhng { display:block; }#fB4iRZB9Ik1p7emGhroporsirlkDmhng > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KZZiLkqtPq46TdCvGhwTgPHAAkAtMfAq { top:3.0625rem;left:0rem;width:20.9375rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fmodgse9sUE1pGeAFd1y5ZH71WNHttrR { top:4.4375rem;left:0rem;width:2.9375rem;height:9.6875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBE9EzUcrCWXJWHlkpkBBmO1e6zJTNlo { top:9.875rem;left:0rem;width:13.4375rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCyrCITNMG6QrH3Wh2RAQcZdcM7liTTL { top:3.4375rem;left:3.6875rem;width:20.1875rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRtALcdRyNBFvnyz5NQB7muCnIRlIPBE { top:9.8125rem;left:10.4375rem;width:13.4375rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWkQP7SvKHmuWSHvp51gk8JUVceJGu8H { top:4.4375rem;left:14.5rem;width:9.375rem;height:4.8125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1vvUKvpl1JL2afXEtEFopI7e0Kt9HOS { top:13.4375rem;left:10.4375rem;width:13.4375rem;height:4.4375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWThJZzoQpKu770qktCXRnUeXDoyV9Pg { top:13.4375rem;left:0rem;width:13.4375rem;height:4.4375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Etxh61A5x2x00qGmoly92o1wEHNWRO4x { top:3.4375rem;left:15.625rem;width:20.1875rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsQur0LhL6xrzvcqhxePIsZaHcCFvhrw { top:13.4375rem;left:22.375rem;width:13.4375rem;height:4.4375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1MlUqoOrM3ETHauPIJ6ax5PQnUzlXaN { top:9.875rem;left:22.375rem;width:13.4375rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDc4qpAhaiaGtwxpsZWfuc5DrxXnPF69 { top:4.5rem;left:32.6875rem;width:3.125rem;height:9.6875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWzudR0CVn98cOc0cZonsrCCWoeidKN7 { display:block; }#tWzudR0CVn98cOc0cZonsrCCWoeidKN7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WtHTWQsGkNGllSSlIZIgvfK3M6lTsb4i { top:1.25rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrcGh4zkuMt5zwKd75E6TTedG4eZxsLH { top:4.9375rem;left:14.8125rem;width:8.5625rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcsXTaucWX1dOBRy6PtXk7Eclp1VBgIQ { top:4.9375rem;left:28.9375rem;width:8.5625rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u61UzZizgtBJky0CVTKlLBLSmE1dJDnS { top:4.9375rem;left:39.1875rem;width:8.5625rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #il0hDhivadGRM5CQxZ59Xa6y3HRwpXCT { top:8.5625rem;left:14.8125rem;width:8.5625rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXa6E5tSKboZm5HXifhhp44cfXW4dic9 { top:8.5625rem;left:28.9375rem;width:8.5625rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #siy0mhEKzRqR7koCAFMA3AGB3Rct94Gw { top:8.5625rem;left:39.1875rem;width:8.5625rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyTGOn5BFkG3DXzwtqg0vWskXE1tUkol { top:11rem;left:14.8125rem;width:8.5625rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #okwC4P3tm5qJ4EL6xRexXgGm6xCG4VwA { top:11rem;left:28.9375rem;width:8.5625rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZeheXFdt6fgZLzINSsyiioQR9lwZMAA { top:11rem;left:39.1875rem;width:8.5625rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qggAnPJmDvIoH8EMNhU4JoiJX2WvPVR5 { top:13.4375rem;left:14.8125rem;width:8.5625rem;height:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVKkC3fFkCpwOWIse2le9Enk5Vtcq76r { top:13.4375rem;left:28.9375rem;width:8.5625rem;height:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRcISAbE6vNovhNfPH2IgdTThG4bMJik { top:13.4375rem;left:39.1875rem;width:8.5625rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKAVI2yZNXi6tfbmcggrGJwdS2iyA7Qq { top:17.0625rem;left:14.8125rem;width:8.5625rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFhNA6kNA6XN40C8cfNDdmTaUWRekpfw { top:17.0625rem;left:28.9375rem;width:8.5625rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #epOQd0XaqnK1wSNTlgrsr99bpBS9rZ5w { top:17.0625rem;left:39.1875rem;width:8.5625rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRpbQnl4TKMeo3V9Au3dqeyeWy6TvtA2 { top:19.5rem;left:14.8125rem;width:8.5625rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIS6J9l9Gg0FXi4CFZ0x75uzTypu3X3z { top:19.5rem;left:28.9375rem;width:8.5625rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3ZTJnu5950yabmTXoglSMv1CvuPwQUE { top:19.5rem;left:39.1875rem;width:8.5625rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gb8sJZVAkhgJMVqxdyq6UHIsXq50tVgh { top:21.9375rem;left:14.8125rem;width:8.5625rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ny2XKuCfnJNNHgnIZXzh9x4yekBp5TwM { top:21.9375rem;left:28.9375rem;width:8.5625rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qso1xG94gxd48EoyD2PNHIyGpd60HbXm { top:21.9375rem;left:39.1875rem;width:8.5625rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgvmn8BnHfPWbrP1mzqnTV2OyfiK1ukM { top:24.375rem;left:14.8125rem;width:8.5625rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0KHKMKOQbis9X0cpoJ8RanykVWGK4MZ { top:24.375rem;left:28.9375rem;width:8.5625rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDp3eNlpFTlcZccdb6pf4a3h8XgeqMvs { top:24.375rem;left:39.1875rem;width:8.5625rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AraZZm54fCewCfHZ1TklXsIrtVOs13CQ { top:8.5625rem;left:0rem;width:18.8125rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GC3n8ZiUQSLV7Rtv12VCEqLrkwcOnaw6 { top:11rem;left:0rem;width:18.8125rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1BgCx8wQ0vT2h0JoRzZkon11WqlqKJH { top:14.0625rem;left:0rem;width:18.8125rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEXZ3NgOHDmnPL8PaA3LWizCusQLAZ0H { top:17.0625rem;left:0rem;width:18.9375rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucOrV7pObkWDJ4MbkkacNMJpJNzlA2gH { top:19.5rem;left:0rem;width:18.875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptruk35uQ24WiPOsW39McFJXDZ7XOQRB { top:21.9375rem;left:0rem;width:18.875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbpDmqTLcgTF09mgxuTcLHUFr71ztU35 { top:24.375rem;left:0rem;width:18.75rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ok0y2DnyafaGhfZFalTgwVF7uKnKyMMl { top:8rem;left:0rem;width:47.75rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwwhHG38ecFzmoZH1AEqRt65HaPbd9CR { top:12.8125rem;left:0rem;width:47.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdxP0CbhADZreILCB8TimIwqa1RQZs3n { top:19rem;left:0rem;width:47.75rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcXN3rhVZ9SqDTLQ8oQTSzyEer0VudD9 { top:27.4375rem;left:14.9375rem;width:8.5625rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #urTmITcTwrD89kkOQzcZOH5Ti5qgzvsF { top:27.4375rem;left:29.0625rem;width:8.5625rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiRJFa7JPkTIhZAFNyk4lV0kH9B6bG56 { top:27.4375rem;left:0rem;width:18.75rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f07Mk6dpzehHziGiOBfQD3IVLt6cLQIX { top:27.4375rem;left:39.1875rem;width:8.5625rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMTieihZfUTikWgE99y7sv4zOXO3SPIZ { top:28.625rem;left:14.875rem;width:8.5625rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a35TLRzsRNJv3SuNDeIKhNundP08e5S7 { top:28.625rem;left:29rem;width:8.5625rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T93ZM8d7DiUcUe0wTtrqBW6stTPzpcpp { top:28.625rem;left:39.1875rem;width:8.5625rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8HKRLJ2BOkxrrnrvpodBWHb6rT0eKCc { top:26.625rem;left:0rem;width:47.75rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnSnBADIF7ylkHp2v3fzz5Tz6TOyKoZu { top:3.625rem;left:0rem;width:47.5rem;height:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RciMpVAfyxydi211z1iECxGCTzqxvUy0 { top:3.625rem;left:14.1875rem;width:0.125rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkQHLENV0RUWrfar24hXLZKdAorvyucn { top:23.875rem;left:0rem;width:47.75rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0Ir11sMphdg63p0IOyrK1w9ZNrezT4V { display:block; }#B0Ir11sMphdg63p0IOyrK1w9ZNrezT4V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lrxqP8ZESmrBFtrBpqKu4Ax9SSGuH1AH { top:1.25rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCIEWGsg5umNTINbavTi5TXaa1l8wLTD { top:3.625rem;left:0rem;width:47.5rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #spTkbnlduGPcmoDMChTRO9PWnWszJan3 { top:8.5625rem;left:0rem;width:18.8125rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuTIKM9Gy5sw9QL6w6DIUWfNLGcroUDF { top:11rem;left:0rem;width:18.8125rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2H7WQ0q8yLBm9pxuZLs8anS26WEXXC2 { top:8.0625rem;left:0rem;width:47.75rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qm96GCxI7v9md5iH9FlWgJrAawsFdM0u { top:4.9375rem;left:14.8125rem;width:8.5625rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0ZFUigBke9viHoQlbD3Ngp1SwznVE8D { top:8.5625rem;left:14.8125rem;width:8.5625rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykthmJ8EpL9MwWE00uLQil16yw7eIHiT { top:11rem;left:14.8125rem;width:8.5625rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlI3zhBG4kUs1AZDf9Qe7IIBIlHXWWXm { top:13.4375rem;left:14.8125rem;width:8.5625rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8ne2lfmaFJ7P6VCPC2zOZUT8JUaki2g { top:3.625rem;left:14.1875rem;width:0.125rem;height:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyccfxIvfuGU7hNNoh3qpCdH4r1mbt9I { top:13.4375rem;left:0rem;width:18.8125rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEOuUuR4VDKMmaJKXMpQmMz4063PaAED { top:15.8125rem;left:14.9375rem;width:8.5625rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #deO3SkiOmMta7hF6uFBkFhP5GKOPQ6sH { top:15.8125rem;left:0rem;width:18.9375rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrUT3kziDCQTgozPg2e4EnfVpUicTrgx { top:18.25rem;left:14.9375rem;width:8.5625rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uchBPqm15krEwluRqPDoVOmqfxoFBwhC { top:18.25rem;left:0rem;width:18.875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqSbageGbTGIsgQEPlKdFg4dpTKruQ6h { top:4.9375rem;left:28.9375rem;width:8.5625rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPC8sXqyFezkcrGraDE0pUSKrd3FlfV7 { top:8.5625rem;left:28.9375rem;width:8.5625rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zH8sMgkQWFNWHd9yhvKfVq3o4JW1HKkf { top:11rem;left:28.9375rem;width:8.5625rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1DWvfFPooSanom1KesKBVLov0IXnPUx { top:13.4375rem;left:28.9375rem;width:8.5625rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDDr4bbJ0Zxla2TGU78x9Iz2dXOk5srr { top:15.8125rem;left:29.0625rem;width:8.5625rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdELBf624QzmcXCEAd9iFLSyLy4AblQv { top:18.25rem;left:29.0625rem;width:8.5625rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vs6lZkfncqDa7noyMfxTpT4rW7Sv3AfO { top:20.6875rem;left:14.9375rem;width:8.5625rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b77J2JmHVf9Uy1a1qFgEsc7pF7cQZGnw { top:20.6875rem;left:29.0625rem;width:8.5625rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wE7XqwbA1tzXWHL5c0Od40RlX0GFbTwv { top:20.6875rem;left:0rem;width:18.875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzHADEzsfqBfoZvL91z6Abs2IZOro4ia { top:4.9375rem;left:39.1875rem;width:8.5625rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBLgwZ9AnZEBPuRgVegDqh3U8VUVfX0E { top:8.5625rem;left:39.1875rem;width:8.5625rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #okA9E9ULIS37PBFaAUomwrKVQTEqUist { top:11rem;left:39.1875rem;width:8.5625rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XG4BNQthLyq6uzQnOTEVXHrRH1HbyEdJ { top:13.4375rem;left:39.1875rem;width:8.5625rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXvGdl9yEck5dIt8a9f1qJ9tNtcLa7hz { top:15.8125rem;left:39.1875rem;width:8.5625rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RL4fUxWSmSsa9Txun2gxyKfRV0A0THiX { top:18.25rem;left:39.1875rem;width:8.5625rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HH0QM5a6Eae7RDCrFDQhvpTMqvVrbiQg { top:20.6875rem;left:39.1875rem;width:8.5625rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNC6ZIT1MGwTTgi3PIED50dmfzpI1ohH { top:23.875rem;left:14.9375rem;width:8.5625rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIiyEZ9OT27gZgknQaPRZtbiVcAyRuPZ { top:23.875rem;left:29.0625rem;width:8.5625rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gETnTeyItCMFbFqiBXWBp3zf1ghMg9lo { top:23.875rem;left:0rem;width:18.75rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO2eRSxTx1kBuBGRvLh9Cs5UK1IgMuXK { top:23.875rem;left:39.1875rem;width:8.5625rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQJlor1tX9orQwC7Ce2FDdJKa2xUbqf5 { top:25.0625rem;left:14.875rem;width:8.5625rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcLJbS0hGpT6O8LwUa3QQz80Z0DDBTow { top:25.0625rem;left:29rem;width:8.5625rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #utV3rZrmyqn38rbw3xpeTr2JCHDVPNvq { top:25.0625rem;left:39.1875rem;width:8.5625rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bt4bwyk1nNwbhUDQFQ4CdVtsgXamxL5D { top:22.875rem;left:0rem;width:47.75rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S99CgREzFBdcUamnmovZdnLXIZxgTXs1 { top:12.875rem;left:0rem;width:47.75rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQSWVhtv2JeqIJPIzZyvnAPVu3HLiFGZ { top:17.75rem;left:0rem;width:47.75rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1vrEqWniA66CcC8JQQ3piiZCWBVCal9 { display:block; }#Z1vrEqWniA66CcC8JQQ3piiZCWBVCal9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #as666TPx1Cv5lWutfneoZ6zd9Dq4VTZE { top:2.3125rem;left:0rem;width:47.75rem;height:1.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuGc2hmp2XiC2OtHJiflp2vXHwLtS2Xs { display:block; }#HuGc2hmp2XiC2OtHJiflp2vXHwLtS2Xs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pgq4fs15gwBhm8PClhc5tN2OUbWvDcBO { top:2.0625rem;left:0rem;width:7.9375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEMEXCSBq7AczO13NcHLU3iwNRTNhPtE { width:9.375rem;height:1.9375rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcR6Awx8paznWFJQzsC3W6ULVB5R1OQu { display:block; }
 }@media only screen and (max-width: 763px) { #pgsTgmBWbQ7awJ7XUT3TElSfPIa1L79O { top:2.0625rem;left:22.75rem;width:9.75rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCyVqaKcDz2kiD93w5oyibE9ElN5O55u { top:2.0625rem;left:32.5rem;width:14.25rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPBdb5MkSTw60QLtDCrQhdWiv1C5STIP { top:2.0625rem;left:34.5rem;width:13.25rem;height:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #D023lvcBa4koWNHykOheRTLIeKbq4Zdl { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0ebecf00-d9d4-4f85-b6b1-1e85c1975aed/hero_bg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#D023lvcBa4koWNHykOheRTLIeKbq4Zdl.adaptive-delivery-prevent-bg, #D023lvcBa4koWNHykOheRTLIeKbq4Zdl.lazyload, #D023lvcBa4koWNHykOheRTLIeKbq4Zdl.lazyloading { background-image: none; }#D023lvcBa4koWNHykOheRTLIeKbq4Zdl > .row .container { background-color: transparent; background-image: none; }#D023lvcBa4koWNHykOheRTLIeKbq4Zdl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#D023lvcBa4koWNHykOheRTLIeKbq4Zdl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D023lvcBa4koWNHykOheRTLIeKbq4Zdl > .row .container > .video-iframe-container { display: none; }#D023lvcBa4koWNHykOheRTLIeKbq4Zdl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#D023lvcBa4koWNHykOheRTLIeKbq4Zdl > .row > .video-iframe-container { display: none; }#D023lvcBa4koWNHykOheRTLIeKbq4Zdl > .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); }#D023lvcBa4koWNHykOheRTLIeKbq4Zdl > .row .container { width:20rem;height:23.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lJO3eAAeCyxvOkzz1iU6q2egfrIuyH7F { width:20rem;height:7.5rem;top:13.3453rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VHbkoNH5ogcHykxMhaO9WGdK8XNBgfta { width:12.5rem;height:3.125rem;top:92.41845703125rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #eQOTgySclNvF5HvQ9p4emoln604kOtCR { display:block; }
 }@media only screen and (max-width: 763px) { #iVPZayBXA5KL2xglVIFwC1BXTZLqiaun { width:20rem;height:6.59911875rem;top:5.49805rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UBvpz53Iuz7edasXID51dRTblS4LxRWV { width:8.811875rem;height:2.99805rem;top:1.25rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q06MOFe7GqLScgVX1lrVETdbAOGVQZdC { width:17.5rem;height:9.749375rem;top:22.09205rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pA2u9MTcAdWbNnKM3Z3104MVBtdmqscZ { width:17.5rem;height:9.749375rem;top:33.091425rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #T3bhCGtWZgTp2EZf3P12Lth69I9CKdd4 { display:block; }#T3bhCGtWZgTp2EZf3P12Lth69I9CKdd4 > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTQIJdlBBlgxcslB9kfzE6tf7ZVm9CMl { 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) { #CIM9fM1581XwoRZHcIWRTdfTzCF5NqpD { display:block; }#CIM9fM1581XwoRZHcIWRTdfTzCF5NqpD > .row .container { width:20rem;height:31.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fXmKxmG5U9DnQWKG7HMDeKr1yW7GhcWL { width:20rem;height:1.625rem;top:2.6247825622559rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iJm1HRbkzXKzQw5JOpgUuxNaICXdTBI0 { width:20rem;height:4.79980625rem;top:5.1226119995117rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a2R79PfTcZ1m2TMiJfDX6NOGca6w7VV7 { width:18rem;height:15rem;top:11.124134063721rem;left:1rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pEFVn1ClnMZUPbTN8qOSJnTx6qR5TK5M { width:20rem;height:26.1875rem;top:1.3736991882324rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRBqp9kNxV8DeR4228ose4JDqbly2vNi { display:block; }#pRBqp9kNxV8DeR4228ose4JDqbly2vNi > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qscUNvx0po1MbbQBVuTluiob22uuhskw { 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) { #frIQlt8Jll04Bgx6cu9qlqSy0cowN24p { display:block; }#frIQlt8Jll04Bgx6cu9qlqSy0cowN24p > .row .container { width:20rem;height:71.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TvkKWWFImTwaZ6hnNeTI2wo0r7JC6nNn { width:15.625rem;height:21.3125rem;top:1.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5MGQ4lK4SoP9z9dw0mLXazL7s742msR { width:13.4375rem;height:2.3994125rem;top:5.72265625rem;left:3.28125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wAZRQrW0Xaid4AbkbFuguVXm55WGOrv2 { width:13.4375rem;height:11.997075rem;top:8.74853515625rem;left:3.28125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rmV55Pzyo09qZkawMdvDSNhfiISdnwoF { width:15.625rem;height:21.3125rem;top:24.498901367188rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1SOQZTFlX6O8UP70vDFRvknt9WXBM1X { width:10.9375rem;height:2.3994125rem;top:28.64208984375rem;left:4.81103515625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #alKbdlcav33xZRuzU2P7ZA5aH5ptpuM5 { width:13.4375rem;height:10.797375rem;top:31.666015625rem;left:3.28125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JNH0zrALufek47r5UW1qQOHyPCTOqFmT { width:3.125rem;height:2.5996125rem;top:2.5423126220703rem;left:3.5611991882324rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IlUSWLW6d50mK0FWhKIyJwZJJX1EV0k6 { width:3.125rem;height:2.5996125rem;top:25.417953491211rem;left:4.4379348754883rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pi67qIVC4lJfIV6rJa4AHCP9HgcoQUQw { width:20rem;height:20.1875rem;top:49.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRXiEzxtiJ4PNCiKU0qKnT98tFbZKsyd { width:13.4375rem;height:13.19675rem;top:54.9375rem;left:3.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DlRr6TTkJlT3zHVkVCGJkeIFH75z1GpV { width:13.4375rem;height:1.19970625rem;top:52.6875rem;left:3.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wRscAZ2nxntrgdGGdMSD6hueZ4VtyEDi { width:3.125rem;height:2.5996125rem;top:50.0625rem;left:2.25rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WRsTGbxEcPoBdSyQs97fiQrztytAHsyP { display:block; }#WRsTGbxEcPoBdSyQs97fiQrztytAHsyP > .row .container { width:20rem;height:63.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #byQ1mhKPk60SCtsdtJlhRm7Ixam8VPVc { width:15.625rem;height:21.9375rem;top:1.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X85S6CE6D0aoaQNaodcHXN1DK7g0R5dZ { width:15.625rem;height:15.625rem;top:25.6875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxdbDcx05O5XknuspNHDAbq5yTHfOkTv { width:10.9375rem;height:1.19970625rem;top:29.9375rem;left:4.53125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pr5E4TqGPghbr8uHto1DFrzzsBHPaL3q { width:13.4375rem;height:1.19970625rem;top:31.369140625rem;left:3.28125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZPUIVCGp7q5pyuvnC4x3EipwcpyEqm4G { width:3.125rem;height:2.5996125rem;top:2.5rem;left:3.4375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p6GLZ3Bh0T8NE9NLNE1U3NSAg9mWNN3M { width:3.125rem;height:2.5996125rem;top:26.8125rem;left:4.4375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EnxH8NlDLG3UF3q5cZvEaw1RDeSy8KoZ { width:15.625rem;height:15.625rem;top:43.6875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwAeCf0izupuNXXbgUZPwA55hBf1oGST { width:13.4375rem;height:1.19970625rem;top:48.736328125rem;left:3.28125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dk9MKdDUcLVkFVqOiTaqH57f8egxtqkT { width:13.4375rem;height:1.19970625rem;top:47.537109375rem;left:3.28125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TxUTiLd6tkgT89pdS1F1QpbHy1GprA56 { width:3.125rem;height:2.5996125rem;top:44.9375rem;left:3.4375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LbizpuxghshQLKkXxWTl7PIJy3mhGZy7 { width:13.4375rem;height:2.3994125rem;top:5.3125rem;left:3.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rbnw4upDDTZsgAJflMEQv6wRzLTqeZsd { width:13.4375rem;height:13.19675rem;top:8.8125rem;left:3.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FLOfb4J0k65kIRCJ0ACHH7zX39Rrt81z { display:block; }#FLOfb4J0k65kIRCJ0ACHH7zX39Rrt81z > .row .container { width:20rem;height:67.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WQJgGLzGO75IDh7ZZ3TFd9x0XyysNvgM { width:20rem;height:20.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JovTM5kLE1TirqyITJa73TNEuCVyXv1B { width:3.125rem;height:2.5996125rem;top:2.686637878418rem;left:1.3747825622559rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aiUxNBxeUShq3AV0XoDTbPRfJvmecvk2 { width:13.4375rem;height:1.2000875rem;top:8.1250076293944rem;left:1.3747825622559rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nGzXdFo0fSHS0VWS63B8WVTcwsx5KNiy { width:13.4375rem;height:1.2000875rem;top:11.624351501465rem;left:1.3747825622559rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TFrrOUcqeyH9Owf8Szlolwqy6quZ2zZe { width:20rem;height:20.9375rem;top:23.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQrBRCr06QzkFWsB2HJ2AcZzBGHUqd9J { width:3.125rem;height:2.5996125rem;top:24.937072753906rem;left:1.3747825622559rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l7ofnOWJQsfE21zEX5vNUrlylMdWuU77 { width:13.4375rem;height:1.2000875rem;top:30.374351501465rem;left:1.3747825622559rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rkpQU8saOfBGN3vEZE5vhpMkK9WJLwU0 { width:13.4375rem;height:1.2000875rem;top:33.811851501465rem;left:1.3747825622559rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iGyPMxsv1Qxdw0uIZkL5ANDvXpmTEvSN { width:20rem;height:20.9375rem;top:45.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBI5t9WKg8k6smrDESJrvMeqF0Iry6vq { width:3.125rem;height:2.5996125rem;top:47.124572753906rem;left:1.3747863769531rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vF2ntyOFXMVImkRxI18cJ7lfpFcM89fB { width:13.4375rem;height:1.2000875rem;top:52.561851501465rem;left:1.3747863769531rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cwN8bLpvZTwFSvIGVNQVTv2HeLMCHrMH { width:13.4375rem;height:1.2000875rem;top:55.999351501465rem;left:1.3747863769531rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Uao3PbXt1hgK4AhfxoL1EyaDpyBeJ4Ml { display:block; }#Uao3PbXt1hgK4AhfxoL1EyaDpyBeJ4Ml > .row .container { width:20rem;height:66.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UobgxQvMKPDhSTfFltf3brPX01TTWRhm { width:20rem;height:20.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnNFpLpgCNWJGcW22ES7RdW0A4Ra9cIm { width:2.99913125rem;height:2.5996125rem;top:2.6877136230469rem;left:1.3758678436279rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WuOIJIKg5cquiAwfZMQFPkcBN1DhKHFy { width:13.4375rem;height:1.2000875rem;top:8.125rem;left:1.3758678436279rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TmhQ3Ws4Va3JkVTCerP7srUtAeXQBOlp { width:20rem;height:20.1875rem;top:23.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrwk0dCJVJfv7IZhkdilqwHArIH7ioxL { width:13.4375rem;height:1.2000875rem;top:29.874130249024rem;left:2.2504348754883rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EDoQ6pXg02O1TC2mQ6pXF7FmuEf9Mi3y { width:9.375rem;height:2.5996125rem;top:24.499778747559rem;left:2.2504348754883rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gZJ99SiNf0uGA1H8coET0SSCRgQnlKMh { width:13.4375rem;height:1.2000875rem;top:33.4375rem;left:2.2504348754883rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oIwtAH8T2IM1S9Q9rSmQK6KyQs5qI83k { width:13.4375rem;height:1.2000875rem;top:11.625434875488rem;left:1.3758678436279rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gt7gcdpkfW1ELzVuStExJe8ZR5PVNBZq { width:20rem;height:20.1875rem;top:44.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vz7C8irE2mC6NL99LQbQQkKfDrSziw9e { width:13.4375rem;height:1.2000875rem;top:54.875rem;left:2.2504348754883rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O1ckTecZcOAMhscJTbtKz0gq4P50sVo3 { width:13.4375rem;height:1.2000875rem;top:51.374565124512rem;left:2.2504348754883rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JgRhIVdUigwMP492TTDP9AVRnaD7OBsH { width:3.125rem;height:2.5996125rem;top:45.999130249024rem;left:2.2504348754883rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TL3D2soqNfFlScbBOBaQwPg3HaxNyxgu { display:block; }#TL3D2soqNfFlScbBOBaQwPg3HaxNyxgu > .row .container { width:20rem;height:66.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OmeWzXDT2823pcDNFBSVLItkdFAT8UQE { width:20rem;height:20.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1J8bUZNtFNeUobdBgBUGZIrga7PMITs { width:2.93728125rem;height:2.5996125rem;top:2.6877174377441rem;left:1.3758678436279rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X8WNCG3uTWNupJpbpH3n45iOGQ2F84Gx { width:13.4375rem;height:1.2000875rem;top:8.125rem;left:1.3758678436279rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uyCPbg4JSBiOlomCBWdhXgs9X4tSVxV6 { width:20rem;height:20.1875rem;top:23.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vN2pwqqRMxAf4Dt5WegCyR5lt8szIK0H { width:13.4375rem;height:1.2000875rem;top:29.874130249024rem;left:2.2504348754883rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A58LZ7cWC8sMpSkP4X3W0agzDHnGkIKC { width:9.375rem;height:2.5996125rem;top:24.499782562256rem;left:2.2504348754883rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xHiMTOA5z5FnKMRaZTW996L9zO0edQhB { width:13.4375rem;height:1.2000875rem;top:33.437498092651rem;left:2.2504348754883rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zxr4V7L4uS8GMu3EXHylycw49aFfQysE { width:13.4375rem;height:1.2000875rem;top:11.625432968139rem;left:1.3758678436279rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nsn9NhqIaqwtMENoHkXq10CTHi49UhWN { width:20rem;height:20.1875rem;top:44.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbsoQkHmZhkLp1e5uNxPrbm3KOahsb9s { width:13.4375rem;height:1.2000875rem;top:54.874998092651rem;left:2.2504348754883rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bVwoEV7nUBpJ2ZfssraoC3U0TabVZLuX { width:13.4375rem;height:1.2000875rem;top:51.374565124512rem;left:2.2504348754883rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wl33hVU4Pw7aSF8kZRZsKvTVmTe3msyU { width:3.125rem;height:2.5996125rem;top:45.999130249024rem;left:2.2504348754883rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aLMPIaUvhAMrFyvUoPvOZeV18VIbaqbS { display:block; }#aLMPIaUvhAMrFyvUoPvOZeV18VIbaqbS > .row .container { width:20rem;height:66.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iHIBzh7N5ezX95ClKpy4tQrFA740leJh { width:20rem;height:20.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c61PU77XUxqaK1mRQqeqC52u1r6dETc5 { width:2.93728125rem;height:2.5996125rem;top:2.9372825622559rem;left:1.3747825622559rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rUW2AqQa0bblmbTzwmvKo86Kd1v7Tkrc { width:13.4375rem;height:1.2000875rem;top:8.3745660781863rem;left:1.3747825622559rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DK8kKoHCTxntL2HH41wQINoxTHEeXIuu { width:20rem;height:20.1875rem;top:23.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE3txC76gCG7gDpgrlh0WHJrapNQxyRm { width:13.4375rem;height:1.2000875rem;top:11.875000238419rem;left:1.3747825622559rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bIRCEybRT16upmqyubQncFTTambsJaiy { width:13.4375rem;height:1.2000875rem;top:29.875216960907rem;left:2.2493515014649rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I64h4A9Fz57BuBoUGrIiSK3tUF9G3uad { width:9.375rem;height:2.5996125rem;top:24.499782562256rem;left:2.2493515014649rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pw5bSCH1KU8QvhEk9aoNTw2pxo8wge46 { width:13.4375rem;height:1.2000875rem;top:33.437500238419rem;left:2.2493515014649rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rXgeaJNDDf3RAwpkdyQTOT8NkdflEaD4 { width:20rem;height:20.1875rem;top:44.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BO3lt92CXAIAooTyfK6Egy3ex3MkRfDG { width:13.4375rem;height:1.2000875rem;top:54.875000238419rem;left:2.2493438720703rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HV8DOERmI2iEVGo5JvK8Layx9UF29uOb { width:13.4375rem;height:1.2000875rem;top:51.374566078186rem;left:2.2493438720703rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RFAz0sQttxOVpwrsU5bmywu3qmrMMSmM { width:3.125rem;height:2.5996125rem;top:46.00021648407rem;left:2.2493438720703rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xNzfDTrIIxZBZDgFTeAgCTns44BMqPOp { display:block; }#xNzfDTrIIxZBZDgFTeAgCTns44BMqPOp > .row .container { width:20rem;height:66.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pW7pIQs4CqG2vnkSisV9GIFLVdw0wHW2 { width:20rem;height:20.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZ2quRiQsA9NPEJCXCfS7PJivveTRB6V { width:2.93728125rem;height:2.5996125rem;top:2.6877174377441rem;left:1.3758678436279rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iGLL9pAAChaHIeI2tENhkkqiqTnRZTZ5 { width:13.4375rem;height:1.2000875rem;top:8.1250009536744rem;left:1.3758678436279rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AkqytQOyQOPRW8VTBQdf4hffu2fJ8xao { width:20rem;height:20.1875rem;top:23.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9tyzg7fJqC8CNJKgLba0Ei13AvHhVT6 { width:13.4375rem;height:1.2000875rem;top:29.874132156372rem;left:2.2504348754883rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kZOo0Z09tKeWThCMt7mq6CSraOCzFL37 { width:9.375rem;height:2.5996125rem;top:24.49978351593rem;left:2.2504348754883rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qop4RECIKBgSi6N9GUPeG8otZTtaiPcv { width:13.4375rem;height:1.2000875rem;top:33.4375rem;left:2.2504348754883rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VxqTdg9bXx6bkcSsRQvrwVDJxtLP0cVx { width:13.4375rem;height:1.2000875rem;top:11.625433921814rem;left:1.3758678436279rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w2ITKTKievlt7RiJT32bQucNF6W986qJ { width:20rem;height:20.1875rem;top:44.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBl2SKLJFNnaJ8ygWucQzeTHakX1XtcF { width:13.4375rem;height:1.2000875rem;top:54.875rem;left:2.2504348754883rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hT6uiUmahWSG8NQFi0wO1J4SygA4GOdP { width:13.4375rem;height:1.2000875rem;top:51.374567031861rem;left:2.2504348754883rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZtAS3GMJdCgOsUnwfhuuWIwqIzQHrt8K { width:3.125rem;height:2.5996125rem;top:45.999132156372rem;left:2.2504348754883rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fB4iRZB9Ik1p7emGhroporsirlkDmhng { display:block; }#fB4iRZB9Ik1p7emGhroporsirlkDmhng > .row .container { width:20rem;height:66.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KZZiLkqtPq46TdCvGhwTgPHAAkAtMfAq { width:20rem;height:20.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fmodgse9sUE1pGeAFd1y5ZH71WNHttrR { width:2.93728125rem;height:2.5996125rem;top:2.6877174377441rem;left:1.3758678436279rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oBE9EzUcrCWXJWHlkpkBBmO1e6zJTNlo { width:13.4375rem;height:1.2000875rem;top:8.125rem;left:1.3758678436279rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iCyrCITNMG6QrH3Wh2RAQcZdcM7liTTL { width:20rem;height:20.1875rem;top:23.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRtALcdRyNBFvnyz5NQB7muCnIRlIPBE { width:13.4375rem;height:1.2000875rem;top:29.874130249024rem;left:2.2504348754883rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AWkQP7SvKHmuWSHvp51gk8JUVceJGu8H { width:9.375rem;height:2.5996125rem;top:24.499782562256rem;left:2.2504348754883rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b1vvUKvpl1JL2afXEtEFopI7e0Kt9HOS { width:13.4375rem;height:1.2000875rem;top:33.4375rem;left:2.2504348754883rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tWThJZzoQpKu770qktCXRnUeXDoyV9Pg { width:13.4375rem;height:1.2000875rem;top:11.625434875488rem;left:1.3758678436279rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Etxh61A5x2x00qGmoly92o1wEHNWRO4x { width:20rem;height:20.1875rem;top:44.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsQur0LhL6xrzvcqhxePIsZaHcCFvhrw { width:13.4375rem;height:1.2000875rem;top:54.875rem;left:2.2504348754883rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s1MlUqoOrM3ETHauPIJ6ax5PQnUzlXaN { width:13.4375rem;height:1.2000875rem;top:51.374565124512rem;left:2.2504348754883rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tDc4qpAhaiaGtwxpsZWfuc5DrxXnPF69 { width:3.125rem;height:2.5996125rem;top:45.999130249024rem;left:2.2504348754883rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tWzudR0CVn98cOc0cZonsrCCWoeidKN7 { display:none; }#tWzudR0CVn98cOc0cZonsrCCWoeidKN7 > .row .container { width:20rem;height:34.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WtHTWQsGkNGllSSlIZIgvfK3M6lTsb4i { width:20rem;height:4.048825rem;top:3.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vrcGh4zkuMt5zwKd75E6TTedG4eZxsLH { width:8.5625rem;height:2.3994125rem;top:7.5rem;left:11.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcsXTaucWX1dOBRy6PtXk7Eclp1VBgIQ { width:8.5625rem;height:2.3994125rem;top:7.5rem;left:11.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u61UzZizgtBJky0CVTKlLBLSmE1dJDnS { width:8.5625rem;height:2.3994125rem;top:7.5rem;left:11.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #il0hDhivadGRM5CQxZ59Xa6y3HRwpXCT { width:8.5625rem;height:1.125rem;top:11.125rem;left:11.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXa6E5tSKboZm5HXifhhp44cfXW4dic9 { width:8.5625rem;height:1.125rem;top:11.125rem;left:11.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #siy0mhEKzRqR7koCAFMA3AGB3Rct94Gw { width:8.5625rem;height:1.125rem;top:11.125rem;left:11.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyTGOn5BFkG3DXzwtqg0vWskXE1tUkol { width:8.5625rem;height:1.125rem;top:13.5625rem;left:11.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #okwC4P3tm5qJ4EL6xRexXgGm6xCG4VwA { width:8.5625rem;height:1.125rem;top:13.5625rem;left:11.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZeheXFdt6fgZLzINSsyiioQR9lwZMAA { width:8.5625rem;height:1.125rem;top:13.5625rem;left:11.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qggAnPJmDvIoH8EMNhU4JoiJX2WvPVR5 { width:8.5625rem;height:2.25rem;top:16rem;left:11.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVKkC3fFkCpwOWIse2le9Enk5Vtcq76r { width:8.5625rem;height:2.25rem;top:16rem;left:11.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRcISAbE6vNovhNfPH2IgdTThG4bMJik { width:8.5625rem;height:1.125rem;top:16rem;left:11.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKAVI2yZNXi6tfbmcggrGJwdS2iyA7Qq { width:8.5625rem;height:1.125rem;top:19.625rem;left:11.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFhNA6kNA6XN40C8cfNDdmTaUWRekpfw { width:8.5625rem;height:1.125rem;top:19.625rem;left:11.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #epOQd0XaqnK1wSNTlgrsr99bpBS9rZ5w { width:8.5625rem;height:1.125rem;top:19.625rem;left:11.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRpbQnl4TKMeo3V9Au3dqeyeWy6TvtA2 { width:8.5625rem;height:1.19970625rem;top:22.0625rem;left:11.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIS6J9l9Gg0FXi4CFZ0x75uzTypu3X3z { width:8.5625rem;height:1.19970625rem;top:22.0625rem;left:11.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3ZTJnu5950yabmTXoglSMv1CvuPwQUE { width:8.5625rem;height:1.125rem;top:22.0625rem;left:11.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gb8sJZVAkhgJMVqxdyq6UHIsXq50tVgh { width:8.5625rem;height:1.19970625rem;top:24.5rem;left:11.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ny2XKuCfnJNNHgnIZXzh9x4yekBp5TwM { width:8.5625rem;height:1.19970625rem;top:24.5rem;left:11.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qso1xG94gxd48EoyD2PNHIyGpd60HbXm { width:8.5625rem;height:1.125rem;top:24.5rem;left:11.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgvmn8BnHfPWbrP1mzqnTV2OyfiK1ukM { width:8.5625rem;height:1.19921875rem;top:-1rem;left:11.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m0KHKMKOQbis9X0cpoJ8RanykVWGK4MZ { width:8.5625rem;height:1.19921875rem;top:-1rem;left:11.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QDp3eNlpFTlcZccdb6pf4a3h8XgeqMvs { width:8.5625rem;height:1.125rem;top:-1rem;left:11.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AraZZm54fCewCfHZ1TklXsIrtVOs13CQ { width:18.8125rem;height:1.19970625rem;top:11.125rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GC3n8ZiUQSLV7Rtv12VCEqLrkwcOnaw6 { width:18.8125rem;height:1.19970625rem;top:13.5625rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1BgCx8wQ0vT2h0JoRzZkon11WqlqKJH { width:18.8125rem;height:1.19970625rem;top:16.625rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEXZ3NgOHDmnPL8PaA3LWizCusQLAZ0H { width:18.9375rem;height:1.19970625rem;top:19.625rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucOrV7pObkWDJ4MbkkacNMJpJNzlA2gH { width:18.875rem;height:1.19970625rem;top:22.0625rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptruk35uQ24WiPOsW39McFJXDZ7XOQRB { width:18.875rem;height:1.19970625rem;top:24.5rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbpDmqTLcgTF09mgxuTcLHUFr71ztU35 { width:18.75rem;height:1.19921875rem;top:-1rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ok0y2DnyafaGhfZFalTgwVF7uKnKyMMl { width:20rem;height:2.1875rem;top:10.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwwhHG38ecFzmoZH1AEqRt65HaPbd9CR { width:20rem;height:3.4375rem;top:15.40625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdxP0CbhADZreILCB8TimIwqa1RQZs3n { width:20rem;height:2.1875rem;top:21.568359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcXN3rhVZ9SqDTLQ8oQTSzyEer0VudD9 { width:8.5625rem;height:1.19970625rem;top:2.0625rem;left:11.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #urTmITcTwrD89kkOQzcZOH5Ti5qgzvsF { width:8.5625rem;height:1.19970625rem;top:2.0625rem;left:11.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiRJFa7JPkTIhZAFNyk4lV0kH9B6bG56 { width:18.75rem;height:1.19970625rem;top:2.0625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f07Mk6dpzehHziGiOBfQD3IVLt6cLQIX { width:8.5625rem;height:1.125rem;top:2.0625rem;left:11.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMTieihZfUTikWgE99y7sv4zOXO3SPIZ { width:8.5625rem;height:0.9746125rem;top:3.25rem;left:11.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a35TLRzsRNJv3SuNDeIKhNundP08e5S7 { width:8.5625rem;height:0.9746125rem;top:3.25rem;left:11.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T93ZM8d7DiUcUe0wTtrqBW6stTPzpcpp { width:8.5625rem;height:0.9746125rem;top:3.25rem;left:11.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8HKRLJ2BOkxrrnrvpodBWHb6rT0eKCc { width:20rem;height:3.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnSnBADIF7ylkHp2v3fzz5Tz6TOyKoZu { width:19.75rem;height:26.5rem;top:6.1875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RciMpVAfyxydi211z1iECxGCTzqxvUy0 { width:0.125rem;height:26.625rem;top:6.1875rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkQHLENV0RUWrfar24hXLZKdAorvyucn { width:20rem;height:2.1875rem;top:26.443359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0Ir11sMphdg63p0IOyrK1w9ZNrezT4V { display:none; }#B0Ir11sMphdg63p0IOyrK1w9ZNrezT4V > .row .container { width:20rem;height:30.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lrxqP8ZESmrBFtrBpqKu4Ax9SSGuH1AH { width:20rem;height:4.048825rem;top:4.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JCIEWGsg5umNTINbavTi5TXaa1l8wLTD { width:19.75rem;height:23rem;top:6.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #spTkbnlduGPcmoDMChTRO9PWnWszJan3 { width:18.8125rem;height:1.19970625rem;top:11.5rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuTIKM9Gy5sw9QL6w6DIUWfNLGcroUDF { width:18.8125rem;height:1.19970625rem;top:13.9375rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2H7WQ0q8yLBm9pxuZLs8anS26WEXXC2 { width:20rem;height:2.1875rem;top:11.005859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qm96GCxI7v9md5iH9FlWgJrAawsFdM0u { width:8.5625rem;height:2.3994125rem;top:7.875rem;left:11.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0ZFUigBke9viHoQlbD3Ngp1SwznVE8D { width:8.5625rem;height:1.125rem;top:11.5rem;left:11.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykthmJ8EpL9MwWE00uLQil16yw7eIHiT { width:8.5625rem;height:1.125rem;top:13.9375rem;left:11.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlI3zhBG4kUs1AZDf9Qe7IIBIlHXWWXm { width:8.5625rem;height:1.125rem;top:16.375rem;left:11.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8ne2lfmaFJ7P6VCPC2zOZUT8JUaki2g { width:0.125rem;height:23.1875rem;top:6.5625rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyccfxIvfuGU7hNNoh3qpCdH4r1mbt9I { width:18.8125rem;height:1.19970625rem;top:16.38671875rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEOuUuR4VDKMmaJKXMpQmMz4063PaAED { width:8.5625rem;height:1.125rem;top:18.75rem;left:11.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #deO3SkiOmMta7hF6uFBkFhP5GKOPQ6sH { width:18.9375rem;height:1.19970625rem;top:18.75rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrUT3kziDCQTgozPg2e4EnfVpUicTrgx { width:8.5625rem;height:1.19970625rem;top:21.1875rem;left:11.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uchBPqm15krEwluRqPDoVOmqfxoFBwhC { width:18.875rem;height:1.19970625rem;top:21.1875rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqSbageGbTGIsgQEPlKdFg4dpTKruQ6h { width:8.5625rem;height:2.3994125rem;top:7.875rem;left:11.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPC8sXqyFezkcrGraDE0pUSKrd3FlfV7 { width:8.5625rem;height:1.125rem;top:11.5rem;left:11.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zH8sMgkQWFNWHd9yhvKfVq3o4JW1HKkf { width:8.5625rem;height:1.125rem;top:13.9375rem;left:11.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1DWvfFPooSanom1KesKBVLov0IXnPUx { width:8.5625rem;height:1.125rem;top:16.375rem;left:11.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDDr4bbJ0Zxla2TGU78x9Iz2dXOk5srr { width:8.5625rem;height:1.125rem;top:18.75rem;left:11.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdELBf624QzmcXCEAd9iFLSyLy4AblQv { width:8.5625rem;height:1.19970625rem;top:21.1875rem;left:11.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vs6lZkfncqDa7noyMfxTpT4rW7Sv3AfO { width:8.5625rem;height:1.19970625rem;top:-0.9375rem;left:11.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b77J2JmHVf9Uy1a1qFgEsc7pF7cQZGnw { width:8.5625rem;height:1.19970625rem;top:-0.9375rem;left:11.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wE7XqwbA1tzXWHL5c0Od40RlX0GFbTwv { width:18.875rem;height:1.19970625rem;top:-0.9375rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZzHADEzsfqBfoZvL91z6Abs2IZOro4ia { width:8.5625rem;height:2.3994125rem;top:7.875rem;left:11.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBLgwZ9AnZEBPuRgVegDqh3U8VUVfX0E { width:8.5625rem;height:1.125rem;top:11.5rem;left:11.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #okA9E9ULIS37PBFaAUomwrKVQTEqUist { width:8.5625rem;height:1.125rem;top:13.9375rem;left:11.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XG4BNQthLyq6uzQnOTEVXHrRH1HbyEdJ { width:8.5625rem;height:1.125rem;top:16.375rem;left:11.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXvGdl9yEck5dIt8a9f1qJ9tNtcLa7hz { width:8.5625rem;height:1.125rem;top:18.75rem;left:11.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RL4fUxWSmSsa9Txun2gxyKfRV0A0THiX { width:8.5625rem;height:1.125rem;top:21.1875rem;left:11.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HH0QM5a6Eae7RDCrFDQhvpTMqvVrbiQg { width:8.5625rem;height:1.125rem;top:-0.9375rem;left:11.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RNC6ZIT1MGwTTgi3PIED50dmfzpI1ohH { width:8.5625rem;height:1.19970625rem;top:2.25rem;left:11.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIiyEZ9OT27gZgknQaPRZtbiVcAyRuPZ { width:8.5625rem;height:1.19970625rem;top:2.25rem;left:11.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gETnTeyItCMFbFqiBXWBp3zf1ghMg9lo { width:18.75rem;height:1.19970625rem;top:2.25rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO2eRSxTx1kBuBGRvLh9Cs5UK1IgMuXK { width:8.5625rem;height:1.125rem;top:2.25rem;left:11.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQJlor1tX9orQwC7Ce2FDdJKa2xUbqf5 { width:8.5625rem;height:0.9746125rem;top:3.4375rem;left:11.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcLJbS0hGpT6O8LwUa3QQz80Z0DDBTow { width:8.5625rem;height:0.9746125rem;top:3.4375rem;left:11.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #utV3rZrmyqn38rbw3xpeTr2JCHDVPNvq { width:8.5625rem;height:0.9746125rem;top:3.4375rem;left:11.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bt4bwyk1nNwbhUDQFQ4CdVtsgXamxL5D { width:20rem;height:4.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S99CgREzFBdcUamnmovZdnLXIZxgTXs1 { width:20rem;height:2.1875rem;top:15.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQSWVhtv2JeqIJPIzZyvnAPVu3HLiFGZ { width:20rem;height:2.1875rem;top:20.693359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1vrEqWniA66CcC8JQQ3piiZCWBVCal9 { display:none; }#Z1vrEqWniA66CcC8JQQ3piiZCWBVCal9 > .row .container { width:20rem;height:8.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #as666TPx1Cv5lWutfneoZ6zd9Dq4VTZE { width:20rem;height:0;top:1.25rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #HuGc2hmp2XiC2OtHJiflp2vXHwLtS2Xs { display:block; }#HuGc2hmp2XiC2OtHJiflp2vXHwLtS2Xs > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pgq4fs15gwBhm8PClhc5tN2OUbWvDcBO { width:7.9373125rem;height:2.68555rem;top:1.25rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEMEXCSBq7AczO13NcHLU3iwNRTNhPtE { width:9.375rem;height:1.9987rem;top:5.18555rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcR6Awx8paznWFJQzsC3W6ULVB5R1OQu { display:block; }
 }@media only screen and (max-width: 763px) { #pgsTgmBWbQ7awJ7XUT3TElSfPIa1L79O { width:9.749375rem;height:2.9238375rem;top:8.43425rem;left:5.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iCyVqaKcDz2kiD93w5oyibE9ElN5O55u { width:14.2480625rem;height:1.94921875rem;top:12.607425rem;left:2.875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gPBdb5MkSTw60QLtDCrQhdWiv1C5STIP { width:13.2498125rem;height:4.8730625rem;top:15.8062125rem;left:3.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }