.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/6f95301b-df74-45a1-9e00-c18bc10768f1/Projektbeznazwy92.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:27.6875rem;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:19.623699188233rem;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:55.625rem;position:absolute;font-family:raleway;font-size:4.6875rem;font-weight:300;z-index:15000;line-height:1.1;letter-spacing:0;top:7rem;left:11.687284469604rem;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; }
#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:22.875rem;width:75rem;position:relative;display:block; }#fXmKxmG5U9DnQWKG7HMDeKr1yW7GhcWL { color:#200838;display:block;width:35.5620625rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.0598945617676rem;left:0.43511390686035rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a2R79PfTcZ1m2TMiJfDX6NOGca6w7VV7 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.686625rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:16.249565124512rem;left:1.7491321563721rem;height:1.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:19.3125rem;width:36.4375rem;top:2.25rem;left:0rem;display:block; }
#rxkkTUbRNg3QARky1Ap265bGDFZQPPl7 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6855625rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:16.249565124512rem;left:16.311849594116rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K7dDZ1UuQxirdGTmDZPWAVK07k8FNXVL { position:absolute;display:block;z-index:15005;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:5.9375rem;width:10.7498125rem;top:9.8118476867675rem;left:5.1866321563721rem;overflow:hidden;display:block; }
#DDW5zTe5uHQOcOEG4yHzSp2OEamsN4Na { position:absolute;display:block;z-index:15006;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:5.9375rem;width:10.7498125rem;top:9.8118476867675rem;left:19.749349594116rem;overflow:hidden;display:block; }
#FF8F9xpFfymlEEaoC7la5vDJ8TT62hi8 { position:absolute;display:block;z-index:15006;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:19.3125rem;width:36.4375rem;top:2.25rem;left:38.624132156372rem;display:block; }
#F86eiazl96CPgor5sakVzsNtxCZG2ZrT { color:#200838;display:block;width:35.561rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.0598945617676rem;left:39.061418533325rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T0BPNS7n9byGFkfLJEM0eaRUDR2JquFu { position:absolute;display:block;z-index:15011;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:5.9375rem;width:10.7498125rem;top:10.092880249024rem;left:43.841150283814rem;overflow:hidden;display:block; }
#Qo9wD0Lb6rvGARMc3o2NCa2TtEryRtKA { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6855625rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:16.249565124512rem;left:40.37327003479rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fun9grGhmEKUlPssG1HQnklm09JpRP4g { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6855625rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:16.249565124512rem;left:55.123704910278rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M9zTkQCcT6zEtXlyEnrgguGsJ4v86Dku { position:absolute;display:block;z-index:15012;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:5.9375rem;width:10.7498125rem;top:10.092880249024rem;left:58.059900283814rem;overflow:hidden;display:block; }
#VuMboWBeh8PEH9xKcsJWer4na3IlDrEP { 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; }#VuMboWBeh8PEH9xKcsJWer4na3IlDrEP > .row .container { background-color: transparent; background-image: none; }#VuMboWBeh8PEH9xKcsJWer4na3IlDrEP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VuMboWBeh8PEH9xKcsJWer4na3IlDrEP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VuMboWBeh8PEH9xKcsJWer4na3IlDrEP > .row .container > .video-iframe-container { display: none; }#VuMboWBeh8PEH9xKcsJWer4na3IlDrEP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VuMboWBeh8PEH9xKcsJWer4na3IlDrEP > .row > .video-iframe-container { display: none; }#VuMboWBeh8PEH9xKcsJWer4na3IlDrEP > .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); }#VuMboWBeh8PEH9xKcsJWer4na3IlDrEP > .row .container { border-width: 0; border-radius: 0; }#VuMboWBeh8PEH9xKcsJWer4na3IlDrEP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VuMboWBeh8PEH9xKcsJWer4na3IlDrEP > .row .container { font-size:0.875rem;font-family:arial;height:22.5rem;width:75rem;position:relative;display:block; }#W9bGJKSMkN310miAFG6PfpBsxexzycVl { color:#200838;display:block;width:35.5620625rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.0598907470703rem;left:0.43511390686035rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#foKhmbBHS6kAtssbGfhDhJOloMFHmr9d { color:rgba(var(--color-tertiary-4),1);display:block;width:17.686625rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:15.249565124512rem;left:1.7491321563721rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OUcVuwMsUWUIbcQ68qcJECesVptoPDLi { 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:19.3125rem;width:36.4375rem;top:1.25rem;left:0rem;display:block; }
#AH7wzuMwPvoz46kky45RriHZUlaMMZVA { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6855625rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:15.249565124512rem;left:16.311849594116rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GbFXp3CxW667irMOnx9gcBaKKFgE3g07 { position:absolute;display:block;z-index:15005;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:5.9375rem;width:10.7498125rem;top:8.81184387207rem;left:5.1866321563721rem;overflow:hidden;display:block; }
#wkwzwPrQneTsQwuk0tivva9nMVDC7cEu { position:absolute;display:block;z-index:15006;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:5.9375rem;width:10.7498125rem;top:8.81184387207rem;left:19.749349594116rem;overflow:hidden;display:block; }
#uur91TXbu0s7mDy5uqHQFbEQHh0CJ7Zm { position:absolute;display:block;z-index:15006;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:19.3125rem;width:36.4375rem;top:1.25rem;left:38.624132156372rem;display:block; }
#mIudztcImNSq6dx0TViSEUbnmOzonplv { color:#200838;display:block;width:35.561rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.0598907470703rem;left:39.061418533325rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u6tHPUhtnlelsctZiP2U3h0w5CPrHGq1 { position:absolute;display:block;z-index:15011;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:5.9375rem;width:10.7498125rem;top:9.0928802490238rem;left:43.841150283814rem;overflow:hidden;display:block; }
#X4ziKRT3dbNcTPGcK0GXENzX5gfRWpwc { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6855625rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:15.249565124512rem;left:40.37327003479rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IagNWrLQFZbXPIwfeJ5PMqwTGtHKqIRm { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6855625rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:15.249565124512rem;left:55.123704910278rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PlRfidSgEK0nBQwfLGXfBOH5r2WiKk3w { position:absolute;display:block;z-index:15012;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:5.9375rem;width:10.7498125rem;top:9.0928802490238rem;left:58.059900283814rem;overflow:hidden;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; }
#WPvbO5KtPCtxCxhRlQaXJcxCfowIQHTQ { 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; }#WPvbO5KtPCtxCxhRlQaXJcxCfowIQHTQ > .row .container { background-color: transparent; background-image: none; }#WPvbO5KtPCtxCxhRlQaXJcxCfowIQHTQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WPvbO5KtPCtxCxhRlQaXJcxCfowIQHTQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WPvbO5KtPCtxCxhRlQaXJcxCfowIQHTQ > .row .container > .video-iframe-container { display: none; }#WPvbO5KtPCtxCxhRlQaXJcxCfowIQHTQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WPvbO5KtPCtxCxhRlQaXJcxCfowIQHTQ > .row > .video-iframe-container { display: none; }#WPvbO5KtPCtxCxhRlQaXJcxCfowIQHTQ > .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); }#WPvbO5KtPCtxCxhRlQaXJcxCfowIQHTQ > .row .container { border-width: 0; border-radius: 0; }#WPvbO5KtPCtxCxhRlQaXJcxCfowIQHTQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WPvbO5KtPCtxCxhRlQaXJcxCfowIQHTQ > .row .container { font-size:0.875rem;font-family:arial;height:23.1875rem;width:75rem;position:relative;display:block; }#AZAVkntP8234Ms332vGP0Tl30Ozvgaeh { color:#200838;display:block;width:35.5620625rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.6245651245117rem;left:19.687501907349rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cB8rTD4A2qWvRnwg6AuRUZoOReZ28NMd { color:rgba(var(--color-tertiary-4),1);display:block;width:17.686625rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:15.812065124512rem;left:20.999349594116rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cy30IeXhTbLN3vdVqIBSGihDwgTscQn1 { 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:19.3125rem;width:36.4375rem;top:1.8125rem;left:19.249132156372rem;display:block; }
#OiRkley2hmMvQwTaomgnMVrENOwEtUkP { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6855625rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:15.812065124512rem;left:35.562067031861rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XbJMTQgVIgoywLVGJVoMGL9b4nSQVmTF { position:absolute;display:block;z-index:15005;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:5.9375rem;width:10.7498125rem;top:9.374351501465rem;left:24.436849594116rem;overflow:hidden;display:block; }
#b7T6kyHb58MPrh3ohdCAevm91Utwsuu7 { position:absolute;display:block;z-index:15006;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:5.9375rem;width:10.7498125rem;top:9.374351501465rem;left:38.999567031861rem;overflow:hidden;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; }
#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; }
#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:19.5625rem;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:7rem;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) { #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:4rem;left:0rem;width:35.5rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2R79PfTcZ1m2TMiJfDX6NOGca6w7VV7 { top:16.1875rem;left:0rem;width:17.625rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEFVn1ClnMZUPbTN8qOSJnTx6qR5TK5M { top:2.25rem;left:0rem;width:36.4375rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxkkTUbRNg3QARky1Ap265bGDFZQPPl7 { top:16.1875rem;left:2.6868495941162rem;width:17.625rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7dDZ1UuQxirdGTmDZPWAVK07k8FNXVL { top:9.75rem;left:0rem;width:10.6875rem;height:5.903082611906rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDW5zTe5uHQOcOEG4yHzSp2OEamsN4Na { top:9.75rem;left:6.1243495941162rem;width:10.6875rem;height:5.903082611906rem;display:block; }
 }@media only screen and (max-width: 763px) { #FF8F9xpFfymlEEaoC7la5vDJ8TT62hi8 { top:2.25rem;left:11.375rem;width:36.375rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F86eiazl96CPgor5sakVzsNtxCZG2ZrT { top:4rem;left:12.25rem;width:35.5rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0BPNS7n9byGFkfLJEM0eaRUDR2JquFu { top:10.0625rem;left:30.216150283814rem;width:10.6875rem;height:5.903082611906rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qo9wD0Lb6rvGARMc3o2NCa2TtEryRtKA { top:16.1875rem;left:26.74827003479rem;width:17.625rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fun9grGhmEKUlPssG1HQnklm09JpRP4g { top:16.1875rem;left:30.125rem;width:17.625rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9zTkQCcT6zEtXlyEnrgguGsJ4v86Dku { top:10.0625rem;left:37.0625rem;width:10.6875rem;height:5.903082611906rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuMboWBeh8PEH9xKcsJWer4na3IlDrEP { display:block; }#VuMboWBeh8PEH9xKcsJWer4na3IlDrEP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W9bGJKSMkN310miAFG6PfpBsxexzycVl { top:3rem;left:0rem;width:35.5rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #foKhmbBHS6kAtssbGfhDhJOloMFHmr9d { top:15.1875rem;left:0rem;width:17.625rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUcVuwMsUWUIbcQ68qcJECesVptoPDLi { top:1.25rem;left:0rem;width:36.4375rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AH7wzuMwPvoz46kky45RriHZUlaMMZVA { top:15.1875rem;left:2.6868495941162rem;width:17.625rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbFXp3CxW667irMOnx9gcBaKKFgE3g07 { top:8.75rem;left:0rem;width:10.6875rem;height:5.903082611906rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkwzwPrQneTsQwuk0tivva9nMVDC7cEu { top:8.75rem;left:6.1243495941162rem;width:10.6875rem;height:5.903082611906rem;display:block; }
 }@media only screen and (max-width: 763px) { #uur91TXbu0s7mDy5uqHQFbEQHh0CJ7Zm { top:1.25rem;left:11.375rem;width:36.375rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIudztcImNSq6dx0TViSEUbnmOzonplv { top:3rem;left:12.25rem;width:35.5rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6tHPUhtnlelsctZiP2U3h0w5CPrHGq1 { top:9.0625rem;left:30.216150283814rem;width:10.6875rem;height:5.903082611906rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4ziKRT3dbNcTPGcK0GXENzX5gfRWpwc { top:15.1875rem;left:26.74827003479rem;width:17.625rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IagNWrLQFZbXPIwfeJ5PMqwTGtHKqIRm { top:15.1875rem;left:30.125rem;width:17.625rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlRfidSgEK0nBQwfLGXfBOH5r2WiKk3w { top:9.0625rem;left:37.0625rem;width:10.6875rem;height:5.903082611906rem;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) { #WPvbO5KtPCtxCxhRlQaXJcxCfowIQHTQ { display:block; }#WPvbO5KtPCtxCxhRlQaXJcxCfowIQHTQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AZAVkntP8234Ms332vGP0Tl30Ozvgaeh { top:3.5625rem;left:6.0625019073486rem;width:35.5rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cB8rTD4A2qWvRnwg6AuRUZoOReZ28NMd { top:15.75rem;left:7.3743495941163rem;width:17.625rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cy30IeXhTbLN3vdVqIBSGihDwgTscQn1 { top:1.8125rem;left:5.6241321563721rem;width:36.375rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiRkley2hmMvQwTaomgnMVrENOwEtUkP { top:15.75rem;left:21.937067031861rem;width:17.625rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbJMTQgVIgoywLVGJVoMGL9b4nSQVmTF { top:9.3125rem;left:10.811849594116rem;width:10.6875rem;height:5.903082611906rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7T6kyHb58MPrh3ohdCAevm91Utwsuu7 { top:9.3125rem;left:25.374567031861rem;width:10.6875rem;height:5.903082611906rem;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) { #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) { #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:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lJO3eAAeCyxvOkzz1iU6q2egfrIuyH7F { width:20rem;height:6rem;top:13.625217437744rem;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) { #T3bhCGtWZgTp2EZf3P12Lth69I9CKdd4 { display:block; }#T3bhCGtWZgTp2EZf3P12Lth69I9CKdd4 > .row .container { width:20rem;height:10.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTQIJdlBBlgxcslB9kfzE6tf7ZVm9CMl { width:20rem;height:7.7988125rem;top:1.375rem;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:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fXmKxmG5U9DnQWKG7HMDeKr1yW7GhcWL { width:20rem;height:1.625rem;top:3.4346771240234rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a2R79PfTcZ1m2TMiJfDX6NOGca6w7VV7 { width:12.061625rem;height:1.125rem;top:9.5783424377444rem;left:7.9372838139531rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pEFVn1ClnMZUPbTN8qOSJnTx6qR5TK5M { width:20rem;height:19.25rem;top:1.6247825622559rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxkkTUbRNg3QARky1Ap265bGDFZQPPl7 { width:13.0625rem;height:1.125rem;top:15.395618438721rem;left:6.8739154934881rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K7dDZ1UuQxirdGTmDZPWAVK07k8FNXVL { width:10.6875rem;height:5.903082611906rem;top:7.3778190612794rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDW5zTe5uHQOcOEG4yHzSp2OEamsN4Na { width:10.6875rem;height:5.903082611906rem;top:13.381294250488rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FF8F9xpFfymlEEaoC7la5vDJ8TT62hi8 { width:20rem;height:19.25rem;top:21.935981750488rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F86eiazl96CPgor5sakVzsNtxCZG2ZrT { width:20rem;height:1.625rem;top:23.745876312256rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T0BPNS7n9byGFkfLJEM0eaRUDR2JquFu { width:10.686875rem;height:5.90278125rem;top:26.527128219604rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qo9wD0Lb6rvGARMc3o2NCa2TtEryRtKA { width:11.4375rem;height:1.125rem;top:28.728734254837rem;left:8.4991319775581rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fun9grGhmEKUlPssG1HQnklm09JpRP4g { width:12.6875rem;height:1.125rem;top:35.239152193069rem;left:7.2491319775581rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M9zTkQCcT6zEtXlyEnrgguGsJ4v86Dku { width:10.686875rem;height:5.90278125rem;top:33.037545442581rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuMboWBeh8PEH9xKcsJWer4na3IlDrEP { display:block; }#VuMboWBeh8PEH9xKcsJWer4na3IlDrEP > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W9bGJKSMkN310miAFG6PfpBsxexzycVl { width:20rem;height:3.25rem;top:3.0598945617676rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #foKhmbBHS6kAtssbGfhDhJOloMFHmr9d { width:14rem;height:1.125rem;top:9.8871536254881rem;left:5.9383681416511rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OUcVuwMsUWUIbcQ68qcJECesVptoPDLi { width:20rem;height:20.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AH7wzuMwPvoz46kky45RriHZUlaMMZVA { width:15.4375rem;height:1.125rem;top:16.949871063233rem;left:4.4991319775581rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GbFXp3CxW667irMOnx9gcBaKKFgE3g07 { width:10.686875rem;height:5.90278125rem;top:7.685546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkwzwPrQneTsQwuk0tivva9nMVDC7cEu { width:10.686875rem;height:5.90278125rem;top:14.560546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uur91TXbu0s7mDy5uqHQFbEQHh0CJ7Zm { width:20rem;height:19.25rem;top:23.123481750488rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIudztcImNSq6dx0TViSEUbnmOzonplv { width:20rem;height:1.625rem;top:24.933380126953rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u6tHPUhtnlelsctZiP2U3h0w5CPrHGq1 { width:10.686875rem;height:5.90278125rem;top:27.965496063233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4ziKRT3dbNcTPGcK0GXENzX5gfRWpwc { width:13.75rem;height:1.125rem;top:30.167102813721rem;left:6.1866319775581rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IagNWrLQFZbXPIwfeJ5PMqwTGtHKqIRm { width:14.5625rem;height:1.125rem;top:37.122398376465rem;left:5.3741319775581rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PlRfidSgEK0nBQwfLGXfBOH5r2WiKk3w { width:10.686875rem;height:5.90278125rem;top:34.920791625976rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRBqp9kNxV8DeR4228ose4JDqbly2vNi { display:block; }#pRBqp9kNxV8DeR4228ose4JDqbly2vNi > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qscUNvx0po1MbbQBVuTluiob22uuhskw { width:19.3125rem;height:5.19921875rem;top:1.181640625rem;left:0.34375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WPvbO5KtPCtxCxhRlQaXJcxCfowIQHTQ { display:block; }#WPvbO5KtPCtxCxhRlQaXJcxCfowIQHTQ > .row .container { width:20rem;height:23.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AZAVkntP8234Ms332vGP0Tl30Ozvgaeh { width:17.6875rem;height:3.25rem;top:3.0620727539062rem;left:1.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cB8rTD4A2qWvRnwg6AuRUZoOReZ28NMd { width:14.25rem;height:1.125rem;top:9.0744361877444rem;left:5.6883681416511rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cy30IeXhTbLN3vdVqIBSGihDwgTscQn1 { width:20rem;height:20.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiRkley2hmMvQwTaomgnMVrENOwEtUkP { width:15.5625rem;height:1.125rem;top:16.449653625488rem;left:4.3741319775581rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XbJMTQgVIgoywLVGJVoMGL9b4nSQVmTF { width:10.686875rem;height:5.90278125rem;top:6.8739166259762rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7T6kyHb58MPrh3ohdCAevm91Utwsuu7 { width:10.686875rem;height:5.90278125rem;top:14.061416625976rem;left:0rem;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) { #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) { #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:6.25rem;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; }
 }