.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:253,235,219;--color-primary-1:247,188,136;--color-primary-2:239,121,17;--color-primary-3:120,61,9;--color-primary-4:36,18,3;--color-secondary-0:249,249,249;--color-secondary-1:235,235,235;--color-secondary-2:215,215,215;--color-secondary-3:108,108,108;--color-secondary-4:32,32,32;--color-tertiary-0:255,255,255;--color-tertiary-1:246,226,206;--color-tertiary-2:225,158,93;--color-tertiary-3:113,79,47;--color-tertiary-4:22,16,9;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@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-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fK8mLRJJTtmJSWiFwDI7c4lBpx9mgBIx { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#fK8mLRJJTtmJSWiFwDI7c4lBpx9mgBIx { background-color: transparent; background-image: none; }#fK8mLRJJTtmJSWiFwDI7c4lBpx9mgBIx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fK8mLRJJTtmJSWiFwDI7c4lBpx9mgBIx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fK8mLRJJTtmJSWiFwDI7c4lBpx9mgBIx > .row .container > .video-iframe-container { display: none; }#fK8mLRJJTtmJSWiFwDI7c4lBpx9mgBIx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fK8mLRJJTtmJSWiFwDI7c4lBpx9mgBIx > .row > .video-iframe-container { display: none; }#fK8mLRJJTtmJSWiFwDI7c4lBpx9mgBIx > .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); }#fK8mLRJJTtmJSWiFwDI7c4lBpx9mgBIx { border-width: 0; border-radius: 0; }#fK8mLRJJTtmJSWiFwDI7c4lBpx9mgBIx > .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; }#fK8mLRJJTtmJSWiFwDI7c4lBpx9mgBIx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Crq9IldG2wx1ctta28ZkKM1p1FDcOlx7 { position:absolute;display:block;z-index:15012;height:2.875rem;width:75rem;top:0.87456601858137rem;left:0rem;display:block; }
#hoN2Ru8JbznQUEkDBVvmFS6axu3GfGc0 { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/7a0b1bb3-c55a-4b05-97ac-043863264013/Background.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#hoN2Ru8JbznQUEkDBVvmFS6axu3GfGc0.adaptive-delivery-prevent-bg, #hoN2Ru8JbznQUEkDBVvmFS6axu3GfGc0.lazyload, #hoN2Ru8JbznQUEkDBVvmFS6axu3GfGc0.lazyloading { background-image: none; }#hoN2Ru8JbznQUEkDBVvmFS6axu3GfGc0 > .row .container { background-color: transparent; background-image: none; }#hoN2Ru8JbznQUEkDBVvmFS6axu3GfGc0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hoN2Ru8JbznQUEkDBVvmFS6axu3GfGc0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hoN2Ru8JbznQUEkDBVvmFS6axu3GfGc0 > .row .container > .video-iframe-container { display: none; }#hoN2Ru8JbznQUEkDBVvmFS6axu3GfGc0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hoN2Ru8JbznQUEkDBVvmFS6axu3GfGc0 > .row > .video-iframe-container { display: none; }#hoN2Ru8JbznQUEkDBVvmFS6axu3GfGc0 > .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); }#hoN2Ru8JbznQUEkDBVvmFS6axu3GfGc0 > .row .container { border-width: 0; border-radius: 0; }#hoN2Ru8JbznQUEkDBVvmFS6axu3GfGc0 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#hoN2Ru8JbznQUEkDBVvmFS6axu3GfGc0 > .row .container { font-size:0.875rem;font-family:arial;height:56.25rem;width:75rem;overflow:visible;position:relative;display:block; }#FnCf8RwCdIm5hUQb2Oxbzz8RAmX56JUr { color:rgba(var(--color-secondary-2),1);display:block;width:41rem;position:absolute;font-family:"ibm plex sans";font-size:1.375rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:27.31201171875rem;left:0rem;height:5.7744125rem;font-style:normal;display:block; }
#fmN4aJXHUBozuvlfsQ14TKPk4biOyTgD { background-color:transparent;background-image: -webkit-linear-gradient(275deg, #833a0a, #ffae5d);background-image: -moz-linear-gradient(275deg, #833a0a, #ffae5d);background-image: -ms-linear-gradient(275deg, #833a0a, #ffae5d);background-image: -o-linear-gradient(275deg, #833a0a, #ffae5d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#833a0a', endColorstr='#ffae5d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#833a0a', endColorstr='#ffae5d' );";background-image: linear-gradient(275deg, #833a0a, #ffae5d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:4.1875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:43rem;left:0rem;display:block; }
#v9OJfHUphuhP1TrEG4Shu0fb6d0GrSst { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UslqoaakciomyWwQbhrobgVDFoOQ3dXK { 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:8.75rem;width:36.625rem;top:16.4375rem;left:0rem;overflow:hidden;display:block; }
#neTVMEVOoVFkrPL3k03rlB6kEaXfh1rT { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:4.1875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:43rem;left:20.875rem;display:block; }
#Vd6yPUae0Q9i5mm0L9wuOVMs4y8dmwlP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WqHbOQ7zuTKvW86SAhPdxpmLLdTuy3wQ { position:absolute;display:block;z-index:15013;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:0.625rem;width:36.4375rem;top:13.5009765625rem;left:0rem;overflow:hidden;display:block; }
#qz5Z4byneAyZDhVdl3wHz9c8HQZVhl9m { position:absolute;display:block;z-index:15000;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:2.3125rem;width:24.1875rem;display:none; }
#WweosR2c9T6ahf9FMb8AeGT8ChcQx0Wm { color:rgba(215,215,215,0.9);display:block;width:37.125rem;position:absolute;font-family:"ibm plex sans";font-size:2.1875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:34.9375rem;left:0rem;height:5.6875rem;font-style:italic;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/7b0ace89-07dd-4da9-b8be-982c81da20bf/photo_1521791136064_7986c2920216_1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:56.25rem;width:75rem;overflow:visible;position:relative;display:none; }#lS1vA081UnRFUmTaAkyWWysNFuCs9Cfd { color:rgba(var(--color-secondary-2),1);display:block;width:32.7495625rem;position:absolute;font-family:"ibm plex sans";font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:32.3125rem;left:0rem;height:5.35766875rem;font-style:normal;display:block; }
#UwJWJ6HmegPVTM2OwPJF1RxDXvOLkR85 { color:#ffffff;display:block;width:34.3125rem;position:absolute;font-family:"ibm plex sans";font-size:4.375rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:16.625rem;left:0rem;height:14.4360625rem;font-style:normal;display:block; }
#EJ9HNgo77ySw2gfwO698xfhElEaXorwz { box-sizing:content-box;height:2.9375rem;width:22.3125rem;position:absolute;display:block;z-index:15008;background-color:#3f1f01;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);top:12.3125rem;left:0rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#FNobVGDmI5iO2wLIaRpwoVtLTtyKZTtx { color:rgba(var(--color-primary-2),1);display:block;width:19.311rem;position:absolute;font-family:"ibm plex sans";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:13.125rem;left:1.5625rem;height:1.4624rem;font-style:normal;display:block; }
#wEd6FSgZmviUNVvxJTEmbILCwJQ02PIT { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#40260f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.1875rem;height:3.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:39.375rem;left:0rem;display:block; }
#IJZsxfGfsWBGBnGFTeTAn5GGztKX0u81 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z2iTZ2wqNngxvuNh26bdKK9Ax4TIvqpl { position:absolute;display:block;z-index:15010;height:32.6855625rem;width:37.5610625rem;top:8.890380859375rem;left:37.437744140625rem;display:block; }
#otPxevGvZfE1CaffShpGuInsABnZdekK { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.42298625rem;height:3.5483925rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:43.9375rem;left:0rem;display:block; }
#mCHv49SAUXO5oVMMihr989TLQbsDAZDn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bAZqc3ZKWrhnKkmnIokfxdTzB3GrDUm2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#bAZqc3ZKWrhnKkmnIokfxdTzB3GrDUm2 > .row .container { background-color: transparent; background-image: none; }#bAZqc3ZKWrhnKkmnIokfxdTzB3GrDUm2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bAZqc3ZKWrhnKkmnIokfxdTzB3GrDUm2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bAZqc3ZKWrhnKkmnIokfxdTzB3GrDUm2 > .row .container > .video-iframe-container { display: none; }#bAZqc3ZKWrhnKkmnIokfxdTzB3GrDUm2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bAZqc3ZKWrhnKkmnIokfxdTzB3GrDUm2 > .row > .video-iframe-container { display: none; }#bAZqc3ZKWrhnKkmnIokfxdTzB3GrDUm2 > .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); }#bAZqc3ZKWrhnKkmnIokfxdTzB3GrDUm2 > .row .container { border-width: 0; border-radius: 0; }#bAZqc3ZKWrhnKkmnIokfxdTzB3GrDUm2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bAZqc3ZKWrhnKkmnIokfxdTzB3GrDUm2 > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;position:relative;display:block; }#K6KaZIAieGAOy7DIqrtxU2r5afnrmK40 { color:#ffffff;display:block;width:13.936625rem;position:absolute;font-family:"ibm plex sans";font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:1.625rem;left:3.4375rem;height:1.13769375rem;font-style:normal;display:block; }
#EQfnb9C1mqtHpRhVubbTJTeq24GRxSTs { 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:1.4375rem;width:1.4375rem;top:1.4375rem;left:1.375rem;overflow:hidden;display:block; }
#NBxcq8TkSHKH2RKOMSSt4sGTM2kie0AM { box-sizing:content-box;height:4.125rem;width:18.25rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(138,63,12,0.3), rgba(255,174,93,0.3));background-image: -moz-linear-gradient(90deg, rgba(138,63,12,0.3), rgba(255,174,93,0.3));background-image: -ms-linear-gradient(90deg, rgba(138,63,12,0.3), rgba(255,174,93,0.3));background-image: -o-linear-gradient(90deg, rgba(138,63,12,0.3), rgba(255,174,93,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a3f0c4c', endColorstr='#ffae5d4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a3f0c4c', endColorstr='#ffae5d4c' );";background-image: linear-gradient(90deg, rgba(138,63,12,0.3), rgba(255,174,93,0.3));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),0.25);border-left:0.0625rem solid rgba(var(--color-primary-2),0.25);border-right:0.0625rem solid rgba(var(--color-primary-2),0.25);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.25);top:0.0625rem;left:19rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:block; }
#OFsC5yLqRbfAmwDzGNQUckQPB4RwGaCq { color:rgba(var(--color-secondary-2),1);display:block;width:13.936625rem;position:absolute;font-family:"ibm plex sans";font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:1.625rem;left:22.4375rem;height:1.13769375rem;font-style:normal;display:block; }
#DlcpLdN2CJ8EDl4xreMCOuiWVUT8BHvH { position:absolute;display:block;z-index:15014;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:1.375rem;width:1.375rem;top:1.4375rem;left:20.3125rem;overflow:hidden;display:block; }
#oevqlHnf2PoiOTrtnzfll7wSlX9Oc8AE { box-sizing:content-box;height:4.12413125rem;width:18.249125rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(138,63,12,0.3), rgba(255,174,93,0.3));background-image: -moz-linear-gradient(90deg, rgba(138,63,12,0.3), rgba(255,174,93,0.3));background-image: -ms-linear-gradient(90deg, rgba(138,63,12,0.3), rgba(255,174,93,0.3));background-image: -o-linear-gradient(90deg, rgba(138,63,12,0.3), rgba(255,174,93,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a3f0c4c', endColorstr='#ffae5d4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a3f0c4c', endColorstr='#ffae5d4c' );";background-image: linear-gradient(90deg, rgba(138,63,12,0.3), rgba(255,174,93,0.3));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),0.25);border-left:0.0625rem solid rgba(var(--color-primary-2),0.25);border-right:0.0625rem solid rgba(var(--color-primary-2),0.25);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.25);top:0.0625rem;left:0rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:block; }
#SichMUtxIbLRa499XceChdFf16Coyxwb { box-sizing:content-box;height:4.125rem;width:18.25rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(138,63,12,0.3), rgba(255,174,93,0.3));background-image: -moz-linear-gradient(90deg, rgba(138,63,12,0.3), rgba(255,174,93,0.3));background-image: -ms-linear-gradient(90deg, rgba(138,63,12,0.3), rgba(255,174,93,0.3));background-image: -o-linear-gradient(90deg, rgba(138,63,12,0.3), rgba(255,174,93,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a3f0c4c', endColorstr='#ffae5d4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a3f0c4c', endColorstr='#ffae5d4c' );";background-image: linear-gradient(90deg, rgba(138,63,12,0.3), rgba(255,174,93,0.3));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),0.25);border-left:0.0625rem solid rgba(var(--color-primary-2),0.25);border-right:0.0625rem solid rgba(var(--color-primary-2),0.25);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.25);top:0rem;left:37.8740234375rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:block; }
#c7lfbVTZzLDxADqGpT3uGKXLXTzgtWb9 { color:rgba(var(--color-secondary-2),1);display:block;width:13.936625rem;position:absolute;font-family:"ibm plex sans";font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:1.5625rem;left:41.3115234375rem;height:1.13769375rem;font-style:normal;display:block; }
#NZx5aB4s5DOUpWSuu0wnenLam16brE97 { position:absolute;display:block;z-index:15017;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:1.3125rem;width:1.3125rem;top:1.37451171875rem;left:39.249755859375rem;overflow:hidden;display:block; }
#Ja8E8DvRvtR1m7x6ITmvsiDREbeFehiP { box-sizing:content-box;height:4.125rem;width:18.25rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(138,63,12,0.3), rgba(255,174,93,0.3));background-image: -moz-linear-gradient(90deg, rgba(138,63,12,0.3), rgba(255,174,93,0.3));background-image: -ms-linear-gradient(90deg, rgba(138,63,12,0.3), rgba(255,174,93,0.3));background-image: -o-linear-gradient(90deg, rgba(138,63,12,0.3), rgba(255,174,93,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a3f0c4c', endColorstr='#ffae5d4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a3f0c4c', endColorstr='#ffae5d4c' );";background-image: linear-gradient(90deg, rgba(138,63,12,0.3), rgba(255,174,93,0.3));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),0.25);border-left:0.0625rem solid rgba(var(--color-primary-2),0.25);border-right:0.0625rem solid rgba(var(--color-primary-2),0.25);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.25);top:0rem;left:56.8125rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:block; }
#BB8PlNTxrJnk1Qeehbyp4GZnPtBEdbTp { color:rgba(var(--color-secondary-2),1);display:block;width:13.936625rem;position:absolute;font-family:"ibm plex sans";font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:1.5625rem;left:60.25rem;height:1.13769375rem;font-style:normal;display:block; }
#bhQa7dqMJou85vk2nBQsihAZxnVQqPwz { position:absolute;display:block;z-index:15020;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:1.3125rem;width:1.3125rem;top:1.375rem;left:58.1875rem;overflow:hidden;display:block; }
#m8wq37hhGc7gx6OWWlcKSsxKdqlNqvTu { box-sizing:content-box;height:4.125rem;width:18.25rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(138,63,12,0.3), rgba(255,174,93,0.3));background-image: -moz-linear-gradient(90deg, rgba(138,63,12,0.3), rgba(255,174,93,0.3));background-image: -ms-linear-gradient(90deg, rgba(138,63,12,0.3), rgba(255,174,93,0.3));background-image: -o-linear-gradient(90deg, rgba(138,63,12,0.3), rgba(255,174,93,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a3f0c4c', endColorstr='#ffae5d4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a3f0c4c', endColorstr='#ffae5d4c' );";background-image: linear-gradient(90deg, rgba(138,63,12,0.3), rgba(255,174,93,0.3));background-size:auto !important;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);top:0rem;left:37.8740234375rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:none; }
#VwJqPiXWuwKbwRrthPVmHvJAO4Ma1aJ3 { color:rgba(var(--color-secondary-2),1);display:block;width:13.936625rem;position:absolute;font-family:"ibm plex sans";font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:1.5625rem;left:41.3115234375rem;height:1.13769375rem;font-style:normal;display:none; }
#TakeXApSB55Ort0pnRQv5Byhqb6IDx2G { position:absolute;display:block;z-index:15017;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:1.3125rem;width:1.3125rem;top:1.37451171875rem;left:39.249755859375rem;overflow:hidden;display:none; }
#OxQovPlSOUhZbzNf111pVN6QpT8lUzC6 { box-sizing:content-box;height:4.125rem;width:18.25rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(138,63,12,0.3), rgba(255,174,93,0.3));background-image: -moz-linear-gradient(90deg, rgba(138,63,12,0.3), rgba(255,174,93,0.3));background-image: -ms-linear-gradient(90deg, rgba(138,63,12,0.3), rgba(255,174,93,0.3));background-image: -o-linear-gradient(90deg, rgba(138,63,12,0.3), rgba(255,174,93,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a3f0c4c', endColorstr='#ffae5d4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a3f0c4c', endColorstr='#ffae5d4c' );";background-image: linear-gradient(90deg, rgba(138,63,12,0.3), rgba(255,174,93,0.3));background-size:auto !important;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);top:0rem;left:37.8740234375rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:none; }
#Px5zpcIJ1poLSWqP2Iqxm61UynAJAmJU { color:rgba(var(--color-secondary-2),1);display:block;width:13.936625rem;position:absolute;font-family:"ibm plex sans";font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:1.5625rem;left:41.3115234375rem;height:1.13769375rem;font-style:normal;display:none; }
#eIhSGlvsL43dmLrUSLm8LTz7wuwHtD5f { position:absolute;display:block;z-index:15017;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:1.3125rem;width:1.3125rem;top:1.37451171875rem;left:39.249755859375rem;overflow:hidden;display:none; }
#TOncaRTC6OGgA3Z2VMhWQoL8xrzOQqnl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#TOncaRTC6OGgA3Z2VMhWQoL8xrzOQqnl > .row .container { background-color: transparent; background-image: none; }#TOncaRTC6OGgA3Z2VMhWQoL8xrzOQqnl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOncaRTC6OGgA3Z2VMhWQoL8xrzOQqnl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOncaRTC6OGgA3Z2VMhWQoL8xrzOQqnl > .row .container > .video-iframe-container { display: none; }#TOncaRTC6OGgA3Z2VMhWQoL8xrzOQqnl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOncaRTC6OGgA3Z2VMhWQoL8xrzOQqnl > .row > .video-iframe-container { display: none; }#TOncaRTC6OGgA3Z2VMhWQoL8xrzOQqnl > .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); }#TOncaRTC6OGgA3Z2VMhWQoL8xrzOQqnl > .row .container { border-width: 0; border-radius: 0; }#TOncaRTC6OGgA3Z2VMhWQoL8xrzOQqnl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TOncaRTC6OGgA3Z2VMhWQoL8xrzOQqnl > .row .container { font-size:0.875rem;font-family:arial;height:46.5rem;width:75rem;position:relative;display:block; }#OaUKhubqnBrxtoMttWs4Ok5BNg1BylUz { color:rgba(var(--color-secondary-2),1);display:block;width:35.5625rem;position:absolute;font-family:"ibm plex sans";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:17.274169921875rem;left:0rem;height:20.25rem;font-style:normal;display:block; }
#dcNp17VBOZB5XECGUlDH4f7hWUnWg4qb { color:#ffffff;display:block;width:28.5625rem;position:absolute;font-family:"ibm plex sans";font-size:3.125rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:9.5625rem;left:0rem;height:6.875rem;font-style:normal;display:block; }
#k7R5taNN3L2zxTCMF8PCLTWsnKNf7gr4 { color:rgba(var(--color-primary-2),1);display:block;width:10.7498125rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5625rem;left:0rem;height:1.29980625rem;font-style:normal;display:block; }
#e70Sg2xTNnB4P8Q0ui7aoeTz2IifkfLB { box-sizing:content-box;height:21.875rem;width:30.75rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(138,63,12,0.3), rgba(255,174,93,0.3));background-image: -moz-linear-gradient(90deg, rgba(138,63,12,0.3), rgba(255,174,93,0.3));background-image: -ms-linear-gradient(90deg, rgba(138,63,12,0.3), rgba(255,174,93,0.3));background-image: -o-linear-gradient(90deg, rgba(138,63,12,0.3), rgba(255,174,93,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a3f0c4c', endColorstr='#ffae5d4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a3f0c4c', endColorstr='#ffae5d4c' );";background-image: linear-gradient(90deg, rgba(138,63,12,0.3), rgba(255,174,93,0.3));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(239,121,17,0.25);border-left:0.0625rem solid rgba(239,121,17,0.25);border-right:0.0625rem solid rgba(239,121,17,0.25);border-bottom:0.0625rem solid rgba(239,121,17,0.25);top:12.4375rem;left:44.125rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:block; }
#izBvIDx8NVhUnLzPK8TBOC7vSmZXx5Ho { color:rgba(var(--color-primary-2),1);display:block;width:22.061625rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:14.5625rem;left:48.9375rem;height:1.29980625rem;font-style:normal;display:block; }
#d0QQJwkfMk9Wl0aJS7n6NSbx8A6TadQb { position:absolute;display:block;z-index:15016;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:1.375rem;width:1.375rem;top:14.4375rem;left:46.9375rem;overflow:hidden;display:block; }
#oaXxZLCf8iSCe1NGZMGaTn3C76PlOKoV { color:rgba(var(--color-secondary-2),1);display:block;width:8.9995625rem;position:absolute;font-family:"ibm plex sans";font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:18.6875rem;left:46.9375rem;height:1.13769375rem;font-style:normal;display:block; }
#HSU8lqxlS3yBCF016nK0qbEd7n08sqAS { box-sizing:content-box;height:0.0618489375rem;width:25.3125rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-2),0.1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.75rem;left:46.9375rem;display:block; }
#HGiIlWa6Oz7STTvIwDOMoMoXXC07CLA7 { color:rgba(var(--color-secondary-2),1);display:block;width:8.9985rem;position:absolute;font-family:"ibm plex sans";font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:18.6875rem;left:63.3125rem;height:1.13769375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#gDrT0HsOMT1DTlIpPQyUc9Wy7r41TOyB { color:rgba(var(--color-secondary-2),1);display:block;width:8.9995625rem;position:absolute;font-family:"ibm plex sans";font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:21.75rem;left:46.9375rem;height:1.13769375rem;font-style:normal;display:block; }
#QfKSbhWu8zeHTDoSHuhtXVTnRsf7wkih { color:rgba(var(--color-secondary-2),1);display:block;width:8.9985rem;position:absolute;font-family:"ibm plex sans";font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:21.75rem;left:63.3125rem;height:1.13769375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ER4EAklZ7Gd8xuhcOO4UBw53vK82ibi3 { box-sizing:content-box;height:0.0618489375rem;width:25.3125rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-2),0.1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.8125rem;left:46.9375rem;display:block; }
#Ui6hztptsa5hDOwqcnOEiHtJKOUxGZoG { color:rgba(var(--color-secondary-2),1);display:block;width:8.9995625rem;position:absolute;font-family:"ibm plex sans";font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:24.8125rem;left:46.9375rem;height:1.13769375rem;font-style:normal;display:block; }
#mR5GP2Wl5mOlIhHNFXNVGQqp5duEgPKy { box-sizing:content-box;height:0.0618489375rem;width:25.3125rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-2),0.1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.875rem;left:46.9375rem;display:block; }
#XJxqqTtstT6gNbF1gqnBZKxlNrHUGoUZ { color:rgba(var(--color-secondary-2),1);display:block;width:8.9985rem;position:absolute;font-family:"ibm plex sans";font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:24.8125rem;left:63.25rem;height:1.13769375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#d6wdQwfUHv1iL8ZvchVREbgP9515ubMX { color:rgba(var(--color-secondary-2),1);display:block;width:12.0625rem;position:absolute;font-family:"ibm plex sans";font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:27.875rem;left:46.9375rem;height:1.13720625rem;font-style:normal;display:block; }
#vXZXI0VvTzUOAg5a9PA9TzXfzF5Kkx4O { box-sizing:content-box;height:0.0618489375rem;width:25.3125rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-2),0.1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.9375rem;left:46.9375rem;display:block; }
#atbQOK41NpZTUcoKRrRPddqqgQdVXT1n { color:rgba(var(--color-secondary-2),1);display:block;width:8.9985rem;position:absolute;font-family:"ibm plex sans";font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:27.875rem;left:63.25rem;height:1.13769375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#PPyrwmBOyNlJF0fTDUbOiLdT3CTd5UPa { color:rgba(var(--color-secondary-2),1);display:block;width:8.9995625rem;position:absolute;font-family:"ibm plex sans";font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:31rem;left:46.9375rem;height:1.13769375rem;font-style:normal;display:block; }
#J501S6I5FCrQiV2sl19516WwPZ0RfJzl { box-sizing:content-box;height:0.0618489375rem;width:25.3125rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-secondary-2),0.1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.0625rem;left:46.9375rem;display:block; }
#gqzrJFRJa5Hb24xkpNGKlGLUh0ETvM3H { color:rgba(var(--color-secondary-2),1);display:block;width:8.9985rem;position:absolute;font-family:"ibm plex sans";font-size:0.875rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:31rem;left:63.25rem;height:1.13769375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Bv2EAKde0WXnrIl0dQOcZdBiWFsGhNEe { color:rgba(var(--color-secondary-2),1);display:block;width:8.9985rem;position:absolute;font-family:"ibm plex sans";font-size:0.875rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:25.6875rem;left:64.0625rem;height:1.13606875rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#LugHyaG6b6umqfA4nXC0nWbbgl2uIkEq { box-sizing:content-box;height:0.0618489375rem;width:25.3125rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-secondary-2),0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.75rem;left:47.6875rem;display:none; }
#KXFMZs96C8bnlStIIGxQcuk575DRm9qq { color:rgba(var(--color-secondary-2),1);display:block;width:8.9985rem;position:absolute;font-family:"ibm plex sans";font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:22.5625rem;left:64.0625rem;height:1.13606875rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#xGI2ZLqQ9TD0zJhunslIE5kTofh0v44P { box-sizing:content-box;height:0.0618489375rem;width:25.3125rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-2),0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.625rem;left:47.6875rem;display:none; }
#WtGXT3AOBAOIUDsH824HamB0qrPyechZ { color:rgba(var(--color-secondary-2),1);display:block;width:8.9985rem;position:absolute;font-family:"ibm plex sans";font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:19.5rem;left:64.0625rem;height:1.13606875rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#VAO9SA1d9GUgelOuVEc7ExADTT6I1Xdk { box-sizing:content-box;height:0.0618489375rem;width:25.3125rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-2),0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.5625rem;left:47.6875rem;display:none; }
#bdfwHGPWyGJm0ZL2G2BTvE2BSPXlTwwc { color:rgba(var(--color-secondary-2),1);display:block;width:8.9985rem;position:absolute;font-family:"ibm plex sans";font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:16.4375rem;left:64.125rem;height:1.13606875rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#J7uUNfbS65Laa2sueKxq26km56XBnv0f { color:rgba(var(--color-secondary-2),1);display:block;width:8.9995625rem;position:absolute;font-family:"ibm plex sans";font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:16.4375rem;left:47.75rem;height:1.13606875rem;font-style:normal;display:none; }
#Tg0VunXkkdXaT8bKW9SaEiMFX9AtIl2T { color:rgba(var(--color-secondary-2),1);display:block;width:8.9995625rem;position:absolute;font-family:"ibm plex sans";font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:19.5rem;left:47.6875rem;height:1.13606875rem;font-style:normal;display:none; }
#lXVk7OxHZosMGiddETROQRi2qPRdUcVc { color:rgba(var(--color-secondary-2),1);display:block;width:8.9995625rem;position:absolute;font-family:"ibm plex sans";font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:22.5625rem;left:47.6875rem;height:1.13606875rem;font-style:normal;display:none; }
#qLH24P5PcFJbHdlTtyEiDDqzlDQrfTlu { color:rgba(var(--color-secondary-2),1);display:block;width:8.9995625rem;position:absolute;font-family:"ibm plex sans";font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:25.6875rem;left:47.6875rem;height:1.13606875rem;font-style:normal;display:none; }
#VNEnlTFK4Rdx8DNenxHZLMtpITdWr3Lb { box-sizing:content-box;height:0.0618489375rem;width:25.3125rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-2),0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.5rem;left:47.75rem;display:none; }
#mL20QwWAM36d2GdCMRSx2UZnAa4t8RAW { color:rgba(var(--color-secondary-2),1);display:block;width:8.9995625rem;position:absolute;font-family:"ibm plex sans";font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:13.375rem;left:47.75rem;height:1.13606875rem;font-style:normal;display:none; }
#dUXAegN5W4NcTSROKTnnhPHfgI8Pabvg { color:rgba(var(--color-secondary-2),1);display:block;width:8.9985rem;position:absolute;font-family:"ibm plex sans";font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:13.375rem;left:64.125rem;height:1.13606875rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#w1ghNZeXMzKHh7rMmnDGg3IUprcvel2O { box-sizing:content-box;height:0.0618489375rem;width:25.3125rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-2),0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.4375rem;left:47.75rem;display:none; }
#wHtBnrf7L981clzquxrs66fb83ZnSrT4 { color:rgba(var(--color-primary-2),1);display:block;width:22.061625rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:10rem;left:49.75rem;height:1.2999125rem;font-style:normal;display:none; }
#VC6TmvxrVPhRd0MEyQQ2XxMTN4yTJDLd { position:absolute;display:block;z-index:15016;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:1.43663125rem;width:1.43663125rem;top:9.9375rem;left:47.75rem;overflow:hidden;display:none; }
#DsCvolx9tsDCLxBRBTuuEmWTpKavbwKl { box-sizing:content-box;height:0.0618489375rem;width:25.3125rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-secondary-2),0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.75rem;left:47.6875rem;display:none; }
#wl133iTnHk74Jv22COMU79lKaMSzlymN { box-sizing:content-box;height:0.0618489375rem;width:25.3125rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-secondary-2),0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.75rem;left:47.6875rem;display:none; }
#DIeBNdfIGAK3yWRlHJCaN8ErcI38EPWW { box-sizing:content-box;height:0.0618489375rem;width:25.3125rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-secondary-2),0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.75rem;left:47.6875rem;display:none; }
#nwBaTZNRuOhGqMKZUdkrMSSCyGc8s0XR { box-sizing:content-box;height:0.0618489375rem;width:25.3125rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-secondary-2),0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.75rem;left:47.6875rem;display:none; }
#vN23kcZ438IuDLZPGT7T5wRupdd24T99 { box-sizing:content-box;height:0.0618489375rem;width:25.3125rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-secondary-2),0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.75rem;left:47.6875rem;display:none; }
#yPMLOqQcFTEZHy7Tr2EwdADuNvewELmu { box-sizing:content-box;height:0.0618489375rem;width:25.3125rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-secondary-2),0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.75rem;left:47.6875rem;display:none; }
#Arl7StJFy7vh8sHP5gSSivSgXTzkI0oi { box-sizing:content-box;height:4.12475625rem;width:18.2495rem;position:absolute;display:block;z-index:15014;background-color:rgba(239,121,17,0.2);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);top:0.6875rem;left:37.1875rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:none; }
#DCKkow77HvqOZ5UrykEvc9N3WDhUTicS { color:rgba(var(--color-secondary-2),1);display:block;width:13.9355625rem;position:absolute;font-family:"ibm plex sans";font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:2.25rem;left:40.625rem;height:0;font-style:normal;display:none; }
#MQ5RS9dGPDhTpiyEsxBJ51MsW5ENGeMu { position:absolute;display:block;z-index:15017;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:1.375rem;width:1.375rem;top:2.0625rem;left:38.5625rem;overflow:hidden;display:none; }
#r92kMVdsGeZTOWnMD3FVaDFOTbGCOFok { box-sizing:content-box;height:4.12475625rem;width:18.2495rem;position:absolute;display:block;z-index:15017;background-color:rgba(239,121,17,0.2);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);top:3.125rem;left:56.8125rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:none; }
#mW9asgrPT2SM3DR4ENQy51UL2AMPD3Ha { color:rgba(var(--color-secondary-2),1);display:block;width:13.9355625rem;position:absolute;font-family:"ibm plex sans";font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:4.6875rem;left:60.25rem;height:0;font-style:normal;display:none; }
#TcO6ndDrhQoRTgM5Fgcur9wSkl2QGi11 { position:absolute;display:block;z-index:15020;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:1.375rem;width:1.375rem;top:4.5rem;left:58.1875rem;overflow:hidden;display:none; }
#KudTn6He59EWKMk0dntJX1W9xAhbwNUu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#KudTn6He59EWKMk0dntJX1W9xAhbwNUu > .row .container { background-color: transparent; background-image: none; }#KudTn6He59EWKMk0dntJX1W9xAhbwNUu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KudTn6He59EWKMk0dntJX1W9xAhbwNUu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KudTn6He59EWKMk0dntJX1W9xAhbwNUu > .row .container > .video-iframe-container { display: none; }#KudTn6He59EWKMk0dntJX1W9xAhbwNUu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KudTn6He59EWKMk0dntJX1W9xAhbwNUu > .row > .video-iframe-container { display: none; }#KudTn6He59EWKMk0dntJX1W9xAhbwNUu > .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); }#KudTn6He59EWKMk0dntJX1W9xAhbwNUu > .row .container { border-width: 0; border-radius: 0; }#KudTn6He59EWKMk0dntJX1W9xAhbwNUu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KudTn6He59EWKMk0dntJX1W9xAhbwNUu > .row .container { font-size:0.875rem;font-family:arial;height:58.0625rem;width:75rem;position:relative;display:block; }#Qc2oT9mRHiiwMSioQWzCOkGuyGiwMxpO { color:rgba(var(--color-secondary-2),1);display:block;width:37.1875rem;position:absolute;font-family:"ibm plex sans";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:19.875rem;left:0rem;height:3.375rem;font-style:normal;display:block; }
#VxVktIdUUbCBum1sn2S7HqwTAMpLuBbz { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"ibm plex sans";font-size:3.125rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:12.1875rem;left:0rem;height:6.875rem;font-style:normal;display:block; }
#oMfd3rAoIo2ywrAZroqPVMnTGXSQdnn1 { color:rgba(var(--color-primary-2),1);display:block;width:10.7498125rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:10.1875rem;left:0rem;height:1.29980625rem;font-style:normal;display:block; }
#EyE1TRPMleSx1twWOybf9BROf2Tnhq7O { box-sizing:content-box;height:19.9375rem;width:24rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(172deg, rgba(55,22,2,0.2), rgba(188,120,52,0.2));background-image: -moz-linear-gradient(172deg, rgba(55,22,2,0.2), rgba(188,120,52,0.2));background-image: -ms-linear-gradient(172deg, rgba(55,22,2,0.2), rgba(188,120,52,0.2));background-image: -o-linear-gradient(172deg, rgba(55,22,2,0.2), rgba(188,120,52,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37160233', endColorstr='#bc783433' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37160233', endColorstr='#bc783433' );";background-image: linear-gradient(172deg, rgba(55,22,2,0.2), rgba(188,120,52,0.2));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(239,121,17,0.15);border-left:0.0625rem solid rgba(239,121,17,0.15);border-right:0.0625rem solid rgba(239,121,17,0.15);border-bottom:0.0625rem solid rgba(239,121,17,0.15);top:26.625rem;left:0rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:block; }
#T6b18k7C8g7drUZxrl2wBicHESxG2qRq { color:rgba(var(--color-primary-2),1);display:block;width:19.874125rem;position:absolute;font-family:"ibm plex sans";font-size:1.5rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:34.9375rem;left:2.3125rem;height:3.29980625rem;font-style:normal;display:block; }
#M0vtnQzhZs0EI8u7Tx20fTnv3bhTNN6f { color:rgba(var(--color-secondary-2),1);display:block;width:19.1875rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:39.375rem;left:2.3125rem;height:3.8994125rem;font-style:normal;display:block; }
#TR1lLQaH5Huou7qlbThK6nRL207oof0T { box-sizing:content-box;height:2.6875rem;width:2.6875rem;position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffae5d, #8a3f0c);background-image: -moz-linear-gradient(90deg, #ffae5d, #8a3f0c);background-image: -ms-linear-gradient(90deg, #ffae5d, #8a3f0c);background-image: -o-linear-gradient(90deg, #ffae5d, #8a3f0c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae5d', endColorstr='#8a3f0c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae5d', endColorstr='#8a3f0c' );";background-image: linear-gradient(90deg, #ffae5d, #8a3f0c);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.6875rem;left:2.3125rem;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;display:block; }
#lrvW6mkWaG4ZapPcb3UsJTIkzb0sL3mp { color:rgba(var(--color-secondary-2),1);display:block;width:1.25rem;position:absolute;font-family:"ibm plex sans";font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:29.3125rem;left:3rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ROZE7LTou2CIJrDEGSD5sIGTzgczXWSI { box-sizing:content-box;height:19.9375rem;width:24rem;position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(172deg, rgba(55,22,2,0.2), rgba(188,120,52,0.2));background-image: -moz-linear-gradient(172deg, rgba(55,22,2,0.2), rgba(188,120,52,0.2));background-image: -ms-linear-gradient(172deg, rgba(55,22,2,0.2), rgba(188,120,52,0.2));background-image: -o-linear-gradient(172deg, rgba(55,22,2,0.2), rgba(188,120,52,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37160233', endColorstr='#bc783433' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37160233', endColorstr='#bc783433' );";background-image: linear-gradient(172deg, rgba(55,22,2,0.2), rgba(188,120,52,0.2));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),0.15);border-left:0.0625rem solid rgba(var(--color-primary-2),0.15);border-right:0.0625rem solid rgba(var(--color-primary-2),0.15);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.15);top:26.625rem;left:25.5rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:block; }
#QIoCbRAg7yxSTTP6tRFEt6zEuHXSW2Sc { color:rgba(var(--color-secondary-2),1);display:block;width:18.375rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:39.375rem;left:27.8125rem;height:5.19921875rem;font-style:normal;display:block; }
#OqJ1V8FBQUoSbNThcTUFBe4WDkeDOXu2 { color:rgba(var(--color-primary-2),1);display:block;width:19.874125rem;position:absolute;font-family:"ibm plex sans";font-size:1.5rem;font-weight:400;z-index:15027;line-height:1.1;letter-spacing:0;top:34.9375rem;left:27.8125rem;height:3.29980625rem;font-style:normal;display:block; }
#HvtTq5PiMfTrGDCKBQ5WLPo9iOh0Mk1x { box-sizing:content-box;height:2.6875rem;width:2.6875rem;position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffae5d, #8a3f0c);background-image: -moz-linear-gradient(90deg, #ffae5d, #8a3f0c);background-image: -ms-linear-gradient(90deg, #ffae5d, #8a3f0c);background-image: -o-linear-gradient(90deg, #ffae5d, #8a3f0c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae5d', endColorstr='#8a3f0c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae5d', endColorstr='#8a3f0c' );";background-image: linear-gradient(90deg, #ffae5d, #8a3f0c);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.6875rem;left:27.8125rem;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;display:block; }
#t4e9el0wDTJ31SO1PU5fTFhv7RumR6mf { color:rgba(var(--color-secondary-2),1);display:block;width:1.25rem;position:absolute;font-family:"ibm plex sans";font-size:1.0625rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:29.3125rem;left:28.5rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IryOPFQD5p1vBh0FiD86ebRkluJxLvPh { box-sizing:content-box;height:19.9375rem;width:24rem;position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(172deg, rgba(55,22,2,0.2), rgba(188,120,52,0.2));background-image: -moz-linear-gradient(172deg, rgba(55,22,2,0.2), rgba(188,120,52,0.2));background-image: -ms-linear-gradient(172deg, rgba(55,22,2,0.2), rgba(188,120,52,0.2));background-image: -o-linear-gradient(172deg, rgba(55,22,2,0.2), rgba(188,120,52,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37160233', endColorstr='#bc783433' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37160233', endColorstr='#bc783433' );";background-image: linear-gradient(172deg, rgba(55,22,2,0.2), rgba(188,120,52,0.2));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(239,121,17,0.15);border-left:0.0625rem solid rgba(239,121,17,0.15);border-right:0.0625rem solid rgba(239,121,17,0.15);border-bottom:0.0625rem solid rgba(239,121,17,0.15);top:26.625rem;left:51.0625rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:block; }
#RQdGZtEVncbCvzQoF08OwvW09I4EOpnq { color:rgba(var(--color-secondary-2),1);display:block;width:19.1875rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:39.375rem;left:53.375rem;height:3.8994125rem;font-style:normal;display:block; }
#ydnQ9t1dscAekBxmh79TIp3qFATrWAS7 { color:rgba(var(--color-primary-2),1);display:block;width:16.9375rem;position:absolute;font-family:"ibm plex sans";font-size:1.5rem;font-weight:400;z-index:15032;line-height:1.1;letter-spacing:0;top:34.9375rem;left:53.375rem;height:3.29980625rem;font-style:normal;display:block; }
#tTw6aMnT5JmpN41OxbwKbGFuCt157Zkd { box-sizing:content-box;height:2.6875rem;width:2.6875rem;position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffae5d, #8a3f0c);background-image: -moz-linear-gradient(90deg, #ffae5d, #8a3f0c);background-image: -ms-linear-gradient(90deg, #ffae5d, #8a3f0c);background-image: -o-linear-gradient(90deg, #ffae5d, #8a3f0c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae5d', endColorstr='#8a3f0c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae5d', endColorstr='#8a3f0c' );";background-image: linear-gradient(90deg, #ffae5d, #8a3f0c);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.6875rem;left:53.375rem;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;display:block; }
#Ggi2Cbze5cIiD1C9KoVoKTtmy4qOZDIi { color:rgba(var(--color-secondary-2),1);display:block;width:1.25rem;position:absolute;font-family:"ibm plex sans";font-size:1.0625rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:29.3125rem;left:54.0625rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zVDcGC4vvvsytF1rVFmB1f0fH7okAkmA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#zVDcGC4vvvsytF1rVFmB1f0fH7okAkmA > .row .container { background-color: transparent; background-image: none; }#zVDcGC4vvvsytF1rVFmB1f0fH7okAkmA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zVDcGC4vvvsytF1rVFmB1f0fH7okAkmA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zVDcGC4vvvsytF1rVFmB1f0fH7okAkmA > .row .container > .video-iframe-container { display: none; }#zVDcGC4vvvsytF1rVFmB1f0fH7okAkmA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zVDcGC4vvvsytF1rVFmB1f0fH7okAkmA > .row > .video-iframe-container { display: none; }#zVDcGC4vvvsytF1rVFmB1f0fH7okAkmA > .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); }#zVDcGC4vvvsytF1rVFmB1f0fH7okAkmA > .row .container { border-width: 0; border-radius: 0; }#zVDcGC4vvvsytF1rVFmB1f0fH7okAkmA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zVDcGC4vvvsytF1rVFmB1f0fH7okAkmA > .row .container { font-size:0.875rem;font-family:arial;height:307.6875rem;width:75rem;position:relative;display:block; }#BgGCQl5euFba64osvKghgdvlA0m0HFA8 { color:#ef7911;display:block;width:41.8125rem;position:absolute;font-family:"ibm plex sans";font-size:1.3125rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:18.81201171875rem;left:0rem;height:5.90625rem;font-style:normal;display:block; }
#f5DAt4AhL2fpyxB4ZX4iFgrzIGQS2FdB { color:#ffffff;display:block;width:42.5rem;position:absolute;font-family:"ibm plex sans";font-size:3.125rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:10.9375rem;left:0rem;height:6.875rem;font-style:normal;display:block; }
#FgLFgeofxBK74Am2F6LRwinDHRDRaxi9 { color:rgba(var(--color-primary-2),1);display:block;width:6.875rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:7.4267578125rem;left:1.140625rem;height:1.29980625rem;font-style:normal;display:block; }
#Bbv0K91iaS9IEn9ZOr2PrceKHg34VtRb { box-sizing:content-box;height:2.75rem;width:8.875rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(138,63,12,0.3), rgba(255,174,93,0.3));background-image: -moz-linear-gradient(90deg, rgba(138,63,12,0.3), rgba(255,174,93,0.3));background-image: -ms-linear-gradient(90deg, rgba(138,63,12,0.3), rgba(255,174,93,0.3));background-image: -o-linear-gradient(90deg, rgba(138,63,12,0.3), rgba(255,174,93,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a3f0c4c', endColorstr='#ffae5d4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a3f0c4c', endColorstr='#ffae5d4c' );";background-image: linear-gradient(90deg, rgba(138,63,12,0.3), rgba(255,174,93,0.3));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),0.2);border-left:0.0625rem solid rgba(var(--color-primary-2),0.2);border-right:0.0625rem solid rgba(var(--color-primary-2),0.2);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.2);top:6.624755859375rem;left:0rem;border-top-right-radius:62.5rem;border-bottom-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-top-left-radius:62.5rem;display:block; }
#e87q1uzZIxyltG75XBC9nexpSvPJzcX1 { color:rgba(var(--color-primary-2),1);display:block;width:10.7498125rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:29.0625rem;left:0rem;height:1.29980625rem;font-style:normal;display:block; }
#fP32MBbiZTUdAQ6IpJquTZguAmUbhGgV { color:#ffffff;display:block;width:43.8125rem;position:absolute;font-family:"ibm plex sans";font-size:2.0625rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:31.3125rem;left:0rem;height:;font-style:normal;display:block; }
#KU9tM8ztrJtxdI5SOQMSimoiB0FTGfCv { box-sizing:content-box;height:9.9375rem;width:18.0625rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #8a3f0c, #ffae5d);background-image: -moz-linear-gradient(45deg, #8a3f0c, #ffae5d);background-image: -ms-linear-gradient(45deg, #8a3f0c, #ffae5d);background-image: -o-linear-gradient(45deg, #8a3f0c, #ffae5d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a3f0c', endColorstr='#ffae5d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a3f0c', endColorstr='#ffae5d' );";background-image: linear-gradient(45deg, #8a3f0c, #ffae5d);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.9375rem;left:0rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#pIek5JXsimunpi89G2fkrqRKJ9Uxgou9 { color:rgba(var(--color-secondary-2),1);display:block;width:12.9980625rem;position:absolute;font-family:"ibm plex sans";font-size:0.9375rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:46.5625rem;left:1.625rem;height:2.4375rem;font-style:normal;display:block; }
#gN1TKlTlce5Az8twmu0MWGBJ0X2ZsOZ9 { color:rgba(var(--color-secondary-2),1);display:block;width:12.8125rem;position:absolute;font-family:"ibm plex sans";font-size:3rem;font-weight:400;z-index:15060;line-height:.9;letter-spacing:0;top:43.4375rem;left:1.625rem;height:2.70019375rem;font-style:normal;display:block; }
#EJ3yRZJKTV0CEgwK6SJcAF61yye2pTbT { box-sizing:content-box;height:9.9375rem;width:18.0625rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #8a3f0c, #ffae5d);background-image: -moz-linear-gradient(45deg, #8a3f0c, #ffae5d);background-image: -ms-linear-gradient(45deg, #8a3f0c, #ffae5d);background-image: -o-linear-gradient(45deg, #8a3f0c, #ffae5d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a3f0c', endColorstr='#ffae5d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a3f0c', endColorstr='#ffae5d' );";background-image: linear-gradient(45deg, #8a3f0c, #ffae5d);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.9375rem;left:57rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#iar1i3SKv9SrLd3wS6o4QrTBBlHtziOF { color:rgba(var(--color-secondary-2),1);display:block;width:12.9980625rem;position:absolute;font-family:"ibm plex sans";font-size:0.9375rem;font-weight:400;z-index:15064;line-height:1.3;letter-spacing:0;top:46.5625rem;left:58.625rem;height:1.21875rem;font-style:normal;display:block; }
#QdRTUIcg6LVBT422CMidgHVKfAzsoAGT { color:rgba(var(--color-secondary-2),1);display:block;width:11.1230625rem;position:absolute;font-family:"ibm plex sans";font-size:3rem;font-weight:400;z-index:15063;line-height:.9;letter-spacing:0;top:43.4375rem;left:58.625rem;height:2.70019375rem;font-style:normal;display:block; }
#zBFQISBGCnZa8JlxGSDN6hTPqwSTNk9a { box-sizing:content-box;height:9.9375rem;width:18.0625rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #8a3f0c, #ffae5d);background-image: -moz-linear-gradient(45deg, #8a3f0c, #ffae5d);background-image: -ms-linear-gradient(45deg, #8a3f0c, #ffae5d);background-image: -o-linear-gradient(45deg, #8a3f0c, #ffae5d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a3f0c', endColorstr='#ffae5d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a3f0c', endColorstr='#ffae5d' );";background-image: linear-gradient(45deg, #8a3f0c, #ffae5d);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.9375rem;left:38rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#Xwxq2xll3WpIE9UT7DF8hCHUt6LPKSPH { color:rgba(var(--color-secondary-2),1);display:block;width:12.9980625rem;position:absolute;font-family:"ibm plex sans";font-size:0.9375rem;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;top:46.5625rem;left:39.625rem;height:2.4375rem;font-style:normal;display:block; }
#dSJ7F388OtRCGR8TKLOK0pkgI2cdZvb1 { color:rgba(var(--color-secondary-2),1);display:block;width:11.1230625rem;position:absolute;font-family:"ibm plex sans";font-size:3rem;font-weight:400;z-index:15066;line-height:.9;letter-spacing:0;top:43.4375rem;left:39.625rem;height:2.70019375rem;font-style:normal;display:block; }
#k2SHixg5cieyOikLewEriJn5EOJtaDgo { box-sizing:content-box;height:9.9375rem;width:18.0625rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #8a3f0c, #ffae5d);background-image: -moz-linear-gradient(45deg, #8a3f0c, #ffae5d);background-image: -ms-linear-gradient(45deg, #8a3f0c, #ffae5d);background-image: -o-linear-gradient(45deg, #8a3f0c, #ffae5d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a3f0c', endColorstr='#ffae5d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a3f0c', endColorstr='#ffae5d' );";background-image: linear-gradient(45deg, #8a3f0c, #ffae5d);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.9375rem;left:19.0625rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#mg34JMCD8RK82lkvTCqe4zceDtvqezpU { color:rgba(var(--color-secondary-2),1);display:block;width:12.875rem;position:absolute;font-family:"ibm plex sans";font-size:0.9375rem;font-weight:400;z-index:15070;line-height:1.3;letter-spacing:0;top:46.5625rem;left:20.6875rem;height:3.65625rem;font-style:normal;display:block; }
#B6IE7Z7OOFZaCwnhelhs3WyoWmlXFrHT { color:rgba(var(--color-secondary-2),1);display:block;width:14.5625rem;position:absolute;font-family:"ibm plex sans";font-size:3rem;font-weight:400;z-index:15069;line-height:.9;letter-spacing:0;top:43.4375rem;left:20.6875rem;height:2.70019375rem;font-style:normal;display:block; }
#A4eGMUliDsg6P7L8uT7K171AxCZm2uOR { box-sizing:content-box;height:12.75rem;width:75rem;position:absolute;display:block;z-index:15071;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(55,22,2,0.2), rgba(188,120,52,0.25));background-image: -moz-linear-gradient(180deg, rgba(55,22,2,0.2), rgba(188,120,52,0.25));background-image: -ms-linear-gradient(180deg, rgba(55,22,2,0.2), rgba(188,120,52,0.25));background-image: -o-linear-gradient(180deg, rgba(55,22,2,0.2), rgba(188,120,52,0.25));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37160233', endColorstr='#bc78343f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37160233', endColorstr='#bc78343f' );";background-image: linear-gradient(180deg, rgba(55,22,2,0.2), rgba(188,120,52,0.25));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),0.15);border-left:0.0625rem solid rgba(var(--color-primary-2),0.15);border-right:0.0625rem solid rgba(var(--color-primary-2),0.15);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.15);top:54.4375rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#sgU81PxG7i4OLznu1nmrABGhrDDLJxSc { color:rgba(var(--color-primary-2),1);display:block;width:34.375rem;position:absolute;font-family:"ibm plex sans";font-size:2.5rem;font-weight:400;z-index:15072;line-height:1.1;letter-spacing:0;top:59.5rem;left:2.8125rem;height:2.75rem;font-style:normal;display:block; }
#r59aHVTlzqdaypshTwadnMgyT68q7N7g { color:rgba(var(--color-secondary-2),1);display:block;width:32.8735625rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:300;z-index:15074;line-height:1.5;letter-spacing:0;top:58.625rem;left:39.625rem;height:4.5rem;font-style:normal;display:block; }
#cac0K5JZCvt1yE23Gs33xhV9HCcqdWl7 { color:#ffffff;display:block;width:7.1875rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:84.875rem;left:4.5625rem;height:1.29980625rem;font-style:normal;display:block; }
#Wr3A7NfS31g3uXsQiaNOd0E4bimalNP7 { color:rgba(var(--color-secondary-2),1);display:block;width:34.1875rem;position:absolute;font-family:"ibm plex sans";font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:95.1875rem;left:4.5625rem;height:7.5rem;font-style:normal;display:block; }
#ELKVHC46BQ0J8MDksxSIw3d5y1dK9vwR { box-sizing:content-box;height:20.875rem;width:37rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -moz-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -ms-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -o-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );";background-image: linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(239,121,17,0.15);border-left:0.0625rem solid rgba(239,121,17,0.15);border-right:0.0625rem solid rgba(239,121,17,0.15);border-bottom:0.0625rem solid rgba(239,121,17,0.15);top:111.25rem;left:0rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#pkIWXKobr5DIXHgxcgx8GAeTSfTERavI { color:rgba(var(--color-primary-2),1);display:block;width:29.3125rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:126.875rem;left:2.4375rem;height:3rem;font-style:normal;display:block; }
#iHr9idEUfoQbB6T3tFgAdQxXWzCZdcsS { color:#ffffff;display:block;width:17.625rem;position:absolute;font-family:"ibm plex sans";font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:122.75rem;left:2.4375rem;height:1.6499rem;font-style:normal;display:block; }
#CkwmKMx6D1sVaKTf7vJnHWwT5XKwfFX1 { color:rgba(var(--color-primary-2),1);display:block;width:17.25rem;position:absolute;font-family:"ibm plex sans";font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:124.8125rem;left:2.4375rem;height:1.13769375rem;font-style:normal;display:block; }
#B2zlDW4UUI1HWfFAtttvp5EoiLNun2kf { color:#ffffff;display:block;width:40.75rem;position:absolute;font-family:"ibm plex sans";font-size:3.125rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:204.0625rem;left:0rem;height:10.3125rem;font-style:normal;display:block; }
#nsTXDHgI0tvVwa3fiTzvAT0qLeC01AJD { color:rgba(var(--color-primary-2),1);display:block;width:10.7498125rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:202.0625rem;left:0rem;height:1.29980625rem;font-style:normal;display:block; }
#KPoif7UPxAhzfpFnw0vrzCQydLPp9zSp { color:rgba(var(--color-secondary-2),1);display:block;width:36.25rem;position:absolute;font-family:"ibm plex sans";font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:215.4375rem;left:0rem;height:3.375rem;font-style:normal;display:block; }
#y7H0UXqC9RxRGzlka7yaammrch1c9B2T { box-sizing:content-box;height:6.0625rem;width:75rem;position:absolute;display:block;z-index:15084;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -moz-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -ms-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -o-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );";background-image: linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),0.15);border-left:0.0625rem solid rgba(var(--color-primary-2),0.15);border-right:0.0625rem solid rgba(var(--color-primary-2),0.15);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.15);top:221.75rem;left:0rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#xmne0Ql8nqPXcqITzcEVZW7fvv9PTWoU { box-sizing:content-box;height:2.875rem;width:2.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15085;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffae5d, #8a3f0c);background-image: -moz-linear-gradient(90deg, #ffae5d, #8a3f0c);background-image: -ms-linear-gradient(90deg, #ffae5d, #8a3f0c);background-image: -o-linear-gradient(90deg, #ffae5d, #8a3f0c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae5d', endColorstr='#8a3f0c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae5d', endColorstr='#8a3f0c' );";background-image: linear-gradient(90deg, #ffae5d, #8a3f0c);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:223.375rem;left:1.5rem;display:block; }
#qohN3GlTtUEBLGR6ZTftaNlHmwwDCRBQ { color:rgba(var(--color-secondary-2),1);display:block;width:42.3123125rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:300;z-index:15086;line-height:1.3;letter-spacing:0;top:225.1875rem;left:6rem;height:1.29980625rem;font-style:normal;display:block; }
#PyJD51mgyI3ULEzh7pkvMq4DMqA7ODl6 { color:#ef7911;display:block;width:34.3125rem;position:absolute;font-family:"ibm plex sans";font-size:1.5625rem;font-weight:400;z-index:15087;line-height:1.1;letter-spacing:0;top:223.1875rem;left:6rem;height:1.71875rem;font-style:normal;display:block; }
#w0EidIsJ61BFGwpR4ggVGNEAggn3rWLe { position:absolute;display:block;z-index:15088;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:1.3125rem;width:1.3125rem;top:224.125rem;left:2.3125rem;overflow:hidden;display:block; }
#FECUUNgV9FHs8dhKHkJwzqI1e6E9OQiH { box-sizing:content-box;height:6.0625rem;width:75rem;position:absolute;display:block;z-index:15089;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -moz-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -ms-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -o-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );";background-image: linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),0.15);border-left:0.0625rem solid rgba(var(--color-primary-2),0.15);border-right:0.0625rem solid rgba(var(--color-primary-2),0.15);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.15);top:228.5rem;left:0rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#egrFWVNxpcn8OQ4MGw4iqvOmalEN6bXq { color:rgba(var(--color-secondary-2),1);display:block;width:42.3123125rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:300;z-index:15091;line-height:1.3;letter-spacing:0;top:231.9375rem;left:6rem;height:1.29980625rem;font-style:normal;display:block; }
#aRJTMFoyTav09swdZnwi7lA5DTJpc6tr { color:#ef7911;display:block;width:34.3125rem;position:absolute;font-family:"ibm plex sans";font-size:1.5625rem;font-weight:400;z-index:15092;line-height:1.1;letter-spacing:0;top:229.9375rem;left:6rem;height:1.71875rem;font-style:normal;display:block; }
#RfQfSyxNA6AQt3bZisEeqnsIRDDTTEgs { box-sizing:content-box;height:2.875rem;width:2.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15090;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffae5d, #8a3f0c);background-image: -moz-linear-gradient(90deg, #ffae5d, #8a3f0c);background-image: -ms-linear-gradient(90deg, #ffae5d, #8a3f0c);background-image: -o-linear-gradient(90deg, #ffae5d, #8a3f0c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae5d', endColorstr='#8a3f0c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae5d', endColorstr='#8a3f0c' );";background-image: linear-gradient(90deg, #ffae5d, #8a3f0c);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:230.125rem;left:1.5rem;display:block; }
#BXJAMMS8tqELx7MBLXIDn3d93DfrDs8B { position:absolute;display:block;z-index:15093;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:1.25rem;width:1.25rem;top:230.875rem;left:2.3125rem;overflow:hidden;display:block; }
#UhhlT53fCKTrilo6nIh7At4E0SPw52os { box-sizing:content-box;height:6.0625rem;width:75rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -moz-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -ms-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -o-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );";background-image: linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),0.15);border-left:0.0625rem solid rgba(var(--color-primary-2),0.15);border-right:0.0625rem solid rgba(var(--color-primary-2),0.15);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.15);top:235.3125rem;left:0rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#QMBXWH2Am2LVqRSGnanURRsQWUpMnBT8 { color:rgba(var(--color-secondary-2),1);display:block;width:53.0625rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:300;z-index:15096;line-height:1.3;letter-spacing:0;top:238.75rem;left:6rem;height:1.29980625rem;font-style:normal;display:block; }
#r3Kq1HLybFxUv7FIsbv0OkfV2SXU0Te6 { box-sizing:content-box;height:2.875rem;width:2.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15095;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffae5d, #8a3f0c);background-image: -moz-linear-gradient(90deg, #ffae5d, #8a3f0c);background-image: -ms-linear-gradient(90deg, #ffae5d, #8a3f0c);background-image: -o-linear-gradient(90deg, #ffae5d, #8a3f0c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae5d', endColorstr='#8a3f0c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae5d', endColorstr='#8a3f0c' );";background-image: linear-gradient(90deg, #ffae5d, #8a3f0c);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:236.9375rem;left:1.5rem;display:block; }
#qOR397c6lzV5JTd7HiAfAHyr345DlnIO { position:absolute;display:block;z-index:15098;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:1.25rem;width:1.25rem;top:237.6875rem;left:2.3125rem;overflow:hidden;display:block; }
#CzO9G5edgZwSxdvfVvN24fd1krTeqvAy { box-sizing:content-box;height:6.0625rem;width:75rem;position:absolute;display:block;z-index:15099;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -moz-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -ms-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -o-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );";background-image: linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),0.15);border-left:0.0625rem solid rgba(var(--color-primary-2),0.15);border-right:0.0625rem solid rgba(var(--color-primary-2),0.15);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.15);top:242.125rem;left:0rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#vp7aBJ4BNkrkEIs6Zin2CrfryLTkWT6A { color:rgba(var(--color-secondary-2),1);display:block;width:49.625rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:300;z-index:15101;line-height:1.3;letter-spacing:0;top:245.625rem;left:6rem;height:1.29980625rem;font-style:normal;display:block; }
#naQBkuDJqoKbSXa6lXKuPvs784Z1WF50 { color:#ef7911;display:block;width:34.3125rem;position:absolute;font-family:"ibm plex sans";font-size:1.5625rem;font-weight:400;z-index:15102;line-height:1.1;letter-spacing:0;top:243.5625rem;left:6rem;height:1.71875rem;font-style:normal;display:block; }
#xwNkkfkgrlwENNSEDhTFufET6lAqVCdd { box-sizing:content-box;height:2.875rem;width:2.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15100;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffae5d, #8a3f0c);background-image: -moz-linear-gradient(90deg, #ffae5d, #8a3f0c);background-image: -ms-linear-gradient(90deg, #ffae5d, #8a3f0c);background-image: -o-linear-gradient(90deg, #ffae5d, #8a3f0c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae5d', endColorstr='#8a3f0c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae5d', endColorstr='#8a3f0c' );";background-image: linear-gradient(90deg, #ffae5d, #8a3f0c);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:243.75rem;left:1.5rem;display:block; }
#hw6QGuhTTOs0a9ZrJzCTThTowp6zTRug { position:absolute;display:block;z-index:15103;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:1.25rem;width:1.25rem;top:244.5rem;left:2.3125rem;overflow:hidden;display:block; }
#hnswr5zNsxrpvgrdmkcKRRcxi6rBkKuy { box-sizing:content-box;height:6.0625rem;width:75rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -moz-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -ms-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -o-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );";background-image: linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),0.15);border-left:0.0625rem solid rgba(var(--color-primary-2),0.15);border-right:0.0625rem solid rgba(var(--color-primary-2),0.15);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.15);top:248.9375rem;left:0rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#oUM2Z8RrhNFAmfhPqMD9FFN6m5kimi3t { color:rgba(var(--color-secondary-2),1);display:block;width:42.3123125rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:300;z-index:15106;line-height:1.3;letter-spacing:0;top:252.375rem;left:6rem;height:1.29980625rem;font-style:normal;display:block; }
#GP6HKNDZCvZqR2RzlUQG0NDCd7ms6rbd { box-sizing:content-box;height:2.875rem;width:2.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15105;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffae5d, #8a3f0c);background-image: -moz-linear-gradient(90deg, #ffae5d, #8a3f0c);background-image: -ms-linear-gradient(90deg, #ffae5d, #8a3f0c);background-image: -o-linear-gradient(90deg, #ffae5d, #8a3f0c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae5d', endColorstr='#8a3f0c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae5d', endColorstr='#8a3f0c' );";background-image: linear-gradient(90deg, #ffae5d, #8a3f0c);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:250.5625rem;left:1.5rem;display:block; }
#nNl8ShRhxcoqSvfhbXEIBGBLttobD6rn { position:absolute;display:block;z-index:15108;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:1.25rem;width:1.25rem;top:251.3125rem;left:2.3125rem;overflow:hidden;display:block; }
#niIpTJkth0ALqvFkZD9XLGcyqLEDctBD { color:rgba(var(--color-secondary-2),1);display:block;width:36.375rem;position:absolute;font-family:"ibm plex sans";font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:273.4375rem;left:0rem;height:3.375rem;font-style:normal;display:block; }
#fgKf6oXgGiDPK2rdwEtrx8VsUugfhNzz { color:#ffffff;display:block;width:53.75rem;position:absolute;font-family:"ibm plex sans";font-size:3.125rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:269.125rem;left:0rem;height:3.4375rem;font-style:normal;display:block; }
#Exv3IoDsVud4Eb8ciRTWeoVeRD3dcpRN { color:rgba(var(--color-primary-2),1);display:block;width:10.7498125rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:267.125rem;left:0rem;height:1.29980625rem;font-style:normal;display:block; }
#IWJKG7J0ElGTakgTiUKJdz9Z4kncSU6W { color:rgba(var(--color-primary-2),1);display:block;width:3.87478125rem;position:absolute;font-family:"ibm plex sans";font-size:1.5625rem;font-weight:400;z-index:15111;line-height:1.1;letter-spacing:0;top:281.8125rem;left:4rem;height:1.71875rem;font-style:normal;display:block; }
#SWZ0LDUrS7Teqr4062PWS9vTTqf4KJP5 { color:rgba(var(--color-secondary-2),1);display:block;width:28.624125rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:300;z-index:15110;line-height:1.1;letter-spacing:0;top:284.875rem;left:3.875rem;height:2.19921875rem;font-style:normal;display:block; }
#yegT2fnRvStHv7Fmd3WSXO7DmSL2vgfy { position:absolute;display:block;z-index:15112;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:1.4375rem;width:1.4375rem;top:281.875rem;left:1.875rem;overflow:hidden;display:block; }
#sgTDQfQOxgrSiIvrB6maTKPJnKVBfdXi { position:absolute;display:block;z-index:15113;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:1.25rem;width:1.25rem;top:284.875rem;left:1.9375rem;overflow:hidden;display:block; }
#MS30LUBoldynweDZaqQ40r8t3aUgzLfK { box-sizing:content-box;height:16.4375rem;width:36.9375rem;position:absolute;display:block;z-index:15120;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -moz-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -ms-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -o-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );";background-image: linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(239,121,17,0.15);border-left:0.0625rem solid rgba(239,121,17,0.15);border-right:0.0625rem solid rgba(239,121,17,0.15);border-bottom:0.0625rem solid rgba(239,121,17,0.15);top:279.9375rem;left:38.125rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#bnEGvLPAJ8WpVv659xJ0fTeBqMA5aye7 { color:rgba(var(--color-primary-2),1);display:block;width:3.87478125rem;position:absolute;font-family:"ibm plex sans";font-size:1.5625rem;font-weight:400;z-index:15122;line-height:1.1;letter-spacing:0;top:281.8125rem;left:42.125rem;height:1.71875rem;font-style:normal;display:block; }
#Kl5GWS3gRqCORyMfnJehWMC0T5AoFRzx { position:absolute;display:block;z-index:15123;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:1.4375rem;width:1.4375rem;top:281.875rem;left:40rem;overflow:hidden;display:block; }
#FppybEiAUxKTgScJcEiiOrq6xVG4DSQz { color:rgba(var(--color-secondary-2),1);display:block;width:28.624125rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:300;z-index:15129;line-height:1.1;letter-spacing:0;top:284.875rem;left:41.875rem;height:1.0996125rem;font-style:normal;display:block; }
#QbRzvLVUJ0CshOncF4eBdK4nyvEy6MDE { position:absolute;display:block;z-index:15132;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:1.25rem;width:1.25rem;top:284.875rem;left:39.9375rem;overflow:hidden;display:block; }
#mbBNMOKJirCQtTM0G77m6rsdm57C2Em9 { position:absolute;display:block;z-index:15134;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:1.25rem;width:1.25rem;top:287.125rem;left:39.875rem;overflow:hidden;display:block; }
#AqlQoPEmD5WD6wgKxBalOveL91LavXUk { color:#ffffff;display:block;width:29.3125rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:300;z-index:15131;line-height:1.1;letter-spacing:0;top:287.125rem;left:41.8125rem;height:1.0996125rem;font-style:normal;display:block; }
#QTR83M7lquPb9swTb4kHRApqX5fn4POD { box-sizing:content-box;height:9.9375rem;width:18.0625rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.1875rem;left:0rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:none; }
#xcLLNXzAn86T9eTS14oK7E5X7pFWtwV6 { color:rgba(var(--color-secondary-2),1);display:block;width:12.9980625rem;position:absolute;font-family:"ibm plex sans";font-size:0.9375rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:42.8125rem;left:1.625rem;height:2.43706875rem;font-style:normal;display:none; }
#HZCekhQKbbGBAJ1Itq3I3tVXc3vkZWe5 { color:rgba(var(--color-secondary-2),1);display:block;width:12.8125rem;position:absolute;font-family:"ibm plex sans";font-size:3rem;font-weight:700;z-index:15060;line-height:.9;letter-spacing:0;top:39.6875rem;left:1.625rem;height:2.69965rem;font-style:normal;display:none; }
#F76dbxRFSZLpaw5E4IzX2ihThE6xn9K6 { color:rgba(var(--color-secondary-2),1);display:block;width:12.9980625rem;position:absolute;font-family:"ibm plex sans";font-size:0.9375rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:42.8125rem;left:1.625rem;height:2.43706875rem;font-style:normal;display:none; }
#X45sdgTOeNrqWFQoRzHeJByAkvwEK1lu { color:rgba(var(--color-secondary-2),1);display:block;width:12.8125rem;position:absolute;font-family:"ibm plex sans";font-size:3rem;font-weight:700;z-index:15060;line-height:.9;letter-spacing:0;top:39.6875rem;left:1.625rem;height:2.69965rem;font-style:normal;display:none; }
#op1VnSEi06kwSgNM7aczVUAFCn72MTSS { color:rgba(var(--color-secondary-2),1);display:block;width:12.9980625rem;position:absolute;font-family:"ibm plex sans";font-size:0.9375rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:42.8125rem;left:1.625rem;height:2.43706875rem;font-style:normal;display:none; }
#z7kDIsFZ2wIVs0NZ74SR0Zx0kGfXIKr4 { color:rgba(var(--color-secondary-2),1);display:block;width:12.8125rem;position:absolute;font-family:"ibm plex sans";font-size:3rem;font-weight:700;z-index:15060;line-height:.9;letter-spacing:0;top:39.6875rem;left:1.625rem;height:2.69965rem;font-style:normal;display:none; }
#AqfNUDd6gL1Dxaghg6xoXGp5hrWytzcL { box-sizing:content-box;height:9.75rem;width:37rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;box-shadow: 0rem 1.25rem 3.75rem rgba(var(--color-primary-2),0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:96rem;left:0rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:none; }
#BMQs51uHDsogB899bU1x5kd3NeHixVQQ { color:rgba(var(--color-primary-2),1);display:block;width:27.6875rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:101.625rem;left:7.8125rem;height:2.599825rem;font-style:normal;display:none; }
#EsCQn0MTWcb5sMn6Hv8NlniThpygEHo3 { color:rgba(var(--color-primary-2),1);display:block;width:17.25rem;position:absolute;font-family:"ibm plex sans";font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:99.5625rem;left:7.8125rem;height:1.13715rem;font-style:normal;display:none; }
#QKwBdm7vNKhQlH95XVxd0OXizwcQzhwZ { color:#000000;display:block;width:17.625rem;position:absolute;font-family:"ibm plex sans";font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:97.5rem;left:7.8125rem;height:1.64930625rem;font-style:normal;display:none; }
#egqgq8XTfTr1rdf3fnSIIfqQ0sBcQIMU { box-sizing:content-box;height:4.75rem;width:4.75rem;position:absolute;display:block;z-index:15076;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:97.5rem;left:1.5rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:none; }
#rwBoetZE2fMGcRWPdHFkPNsn4stUeAE6 { color:#ffffff;display:block;width:2.24935rem;position:absolute;font-family:"ibm plex sans";font-size:1.75rem;font-weight:400;z-index:15077;line-height:1.1;letter-spacing:0;top:98.9375rem;left:2.6875rem;height:1.9249125rem;font-style:normal;display:none; }
#J4qTcFqcax7QzmtKWMRc0meR6F7VITvc { box-sizing:content-box;height:9.75rem;width:37rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;box-shadow: 0rem 1.25rem 3.75rem rgba(var(--color-primary-2),0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:96rem;left:0rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:none; }
#iO3QImausvLDFmycKr48UxJtErTTZrFp { color:#000000;display:block;width:34.3125rem;position:absolute;font-family:"ibm plex sans";font-size:1.5625rem;font-weight:400;z-index:15087;line-height:1.1;letter-spacing:0;top:139.9375rem;left:6rem;height:1.71875rem;font-style:normal;display:none; }
#R8DSlNF9IzyD5J3PHNqPBdZCTKXz9O9O { color:rgba(var(--color-secondary-2),1);display:block;width:42.3123125rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:141.9375rem;left:6rem;height:1.2999125rem;font-style:normal;display:none; }
#tIHw2zLdTUduJEgC1QM9vkht5ugEBCP9 { box-sizing:content-box;height:2.875rem;width:2.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15085;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:140.3125rem;left:1.5rem;display:none; }
#DJu3ARxsUii86ZHazpQTQgEMRrs4ahJ3 { position:absolute;display:block;z-index:15088;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:1.25rem;width:1.25rem;top:141.0625rem;left:2.3125rem;overflow:hidden;display:none; }
#JoJvH8PVvy47BdbNERna7du7UerbZwvV { box-sizing:content-box;height:6.0625rem;width:75rem;position:absolute;display:block;z-index:15084;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 1.25rem 3.75rem rgba(var(--color-primary-2),0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:138.6875rem;left:0rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:none; }
#OVJTc2kdrJctMbZwQEThuyRqBABTtwgI { color:#000000;display:block;width:34.3125rem;position:absolute;font-family:"ibm plex sans";font-size:1.5625rem;font-weight:400;z-index:15087;line-height:1.1;letter-spacing:0;top:139.9375rem;left:6rem;height:1.71875rem;font-style:normal;display:none; }
#nB7Rt3CrzXPCPAZcfyBtkwC2cIBiS9LN { color:rgba(var(--color-secondary-2),1);display:block;width:42.3123125rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:141.9375rem;left:6rem;height:1.2999125rem;font-style:normal;display:none; }
#b7UdlPMbNPBaWLW8IddkExKmisoHJDkB { box-sizing:content-box;height:2.875rem;width:2.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15085;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:140.3125rem;left:1.5rem;display:none; }
#ukRmCVDLOL2QhlScJA4yA1E5hArDZGH4 { position:absolute;display:block;z-index:15088;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:1.3125rem;width:1.3125rem;top:141.0625rem;left:2.3125rem;overflow:hidden;display:none; }
#V97wVEtUMkewtziqfgL5H0kE0iFsJtO2 { color:rgba(var(--color-secondary-2),1);display:block;width:42.3123125rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:141.9375rem;left:6rem;height:1.2999125rem;font-style:normal;display:none; }
#XFzQVQe28ccJKcGx2VuBJmr50OrimkJd { color:#000000;display:block;width:34.3125rem;position:absolute;font-family:"ibm plex sans";font-size:1.5625rem;font-weight:400;z-index:15087;line-height:1.1;letter-spacing:0;top:139.9375rem;left:6rem;height:1.71875rem;font-style:normal;display:none; }
#Tc2H7EMt3C5zAPtMTy2KutRHbkLtHn8f { box-sizing:content-box;height:2.875rem;width:2.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15085;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:140.3125rem;left:1.5rem;display:none; }
#pFyLfd0Bnd4BbAzfoQoSCx2o5RXT9WU7 { position:absolute;display:block;z-index:15088;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:1.25rem;width:1.25rem;top:141.0625rem;left:2.3125rem;overflow:hidden;display:none; }
#cVSBLoX9XKm06JXzs9bKALkpFd0Sp6rC { color:rgba(var(--color-secondary-2),1);display:block;width:42.3123125rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:141.9375rem;left:6rem;height:1.2999125rem;font-style:normal;display:none; }
#WPb9oW8oALqkNIQxl55b9GeFKFHcdUXV { color:#000000;display:block;width:34.3125rem;position:absolute;font-family:"ibm plex sans";font-size:1.5625rem;font-weight:400;z-index:15087;line-height:1.1;letter-spacing:0;top:139.9375rem;left:6rem;height:1.71875rem;font-style:normal;display:none; }
#yqPuW1EHZWQ0t7UbEBxuQ9a6WvVlp2Hf { box-sizing:content-box;height:2.875rem;width:2.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15085;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:140.3125rem;left:1.5rem;display:none; }
#ELDOoMIVp0BnHmgtz9ZezyRbiOgglhX5 { position:absolute;display:block;z-index:15088;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:1.25rem;width:1.25rem;top:141.0625rem;left:2.3125rem;overflow:hidden;display:none; }
#IllkPoCf4QQ6XMVFfOJ51A8Xiky8tHIV { color:rgba(var(--color-secondary-2),1);display:block;width:42.3123125rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:141.9375rem;left:6rem;height:1.2999125rem;font-style:normal;display:none; }
#ybuv7g3Cc9Cv34idxFTJN8XT0nTlNd2x { color:#000000;display:block;width:34.3125rem;position:absolute;font-family:"ibm plex sans";font-size:1.5625rem;font-weight:400;z-index:15087;line-height:1.1;letter-spacing:0;top:139.9375rem;left:6rem;height:1.71875rem;font-style:normal;display:none; }
#iGhckdRvTqk5HqFrEKyrQ5F71xlXcal4 { box-sizing:content-box;height:2.875rem;width:2.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15085;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:140.3125rem;left:1.5rem;display:none; }
#ybu6sJhsaPxkC5T9E7ZsWFqbLS0T6Mta { position:absolute;display:block;z-index:15088;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:1.25rem;width:1.25rem;top:141.0625rem;left:2.3125rem;overflow:hidden;display:none; }
#gRS1OV0GCyvo3mgCVWgg7T0FXkLUxTna { position:absolute;display:block;z-index:15113;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:1.25rem;width:1.25rem;top:201.5625rem;left:1.9375rem;overflow:hidden;display:none; }
#PmdZ2U4cVy685Q5wVqOgMNc5rK5RphHE { color:rgba(var(--color-secondary-2),1);display:block;width:28.624125rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:400;z-index:15110;line-height:1.1;letter-spacing:0;top:201.5625rem;left:3.875rem;height:2.20051875rem;font-style:normal;display:none; }
#ligaBnnbS7DJz4CpUsGp2xrDphMo2NTI { color:rgba(var(--color-secondary-2),1);display:block;width:28.624125rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:400;z-index:15110;line-height:1.1;letter-spacing:0;top:201.5625rem;left:3.875rem;height:2.20051875rem;font-style:normal;display:none; }
#Fz6MTledMGaDcgrbNbIzsG91HC1wwxQO { position:absolute;display:block;z-index:15113;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:1.25rem;width:1.25rem;top:201.5625rem;left:1.9375rem;overflow:hidden;display:none; }
#rcse4rIrAhTTr3PCfE0FwxMtkUM40TOi { color:rgba(var(--color-secondary-2),1);display:block;width:28.624125rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:400;z-index:15110;line-height:1.1;letter-spacing:0;top:201.5625rem;left:3.875rem;height:2.20051875rem;font-style:normal;display:none; }
#DotuWW3Ake86PBLxNhF9QLP8JoLtuZHM { position:absolute;display:block;z-index:15113;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:1.25rem;width:1.25rem;top:201.5625rem;left:1.9375rem;overflow:hidden;display:none; }
#mZLmg22dV5MUTkhKT39QyWt71uCdCMJt { color:rgba(var(--color-secondary-2),1);display:block;width:28.624125rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:400;z-index:15110;line-height:1.1;letter-spacing:0;top:201.5625rem;left:3.875rem;height:2.20051875rem;font-style:normal;display:none; }
#HEcvGytQCkNRre7xK561BDRISJKL0g6V { color:rgba(var(--color-secondary-2),1);display:block;width:28.624125rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:400;z-index:15110;line-height:1.1;letter-spacing:0;top:201.5625rem;left:3.875rem;height:2.20051875rem;font-style:normal;display:none; }
#RyClM4kLyHUxhsaMBBVvAEXgs8Ns5PQs { color:rgba(var(--color-secondary-2),1);display:block;width:28.624125rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:400;z-index:15110;line-height:1.1;letter-spacing:0;top:201.5625rem;left:3.875rem;height:2.20051875rem;font-style:normal;display:none; }
#mGidHfpaEPTxe3NlcHW0qkCXuTwW0qGZ { color:rgba(var(--color-secondary-2),1);display:block;width:28.624125rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:400;z-index:15110;line-height:1.1;letter-spacing:0;top:201.5625rem;left:3.875rem;height:2.20051875rem;font-style:normal;display:none; }
#DkckOmsbMhKNKgM86ST4oH4Zt07DawWd { position:absolute;display:block;z-index:15113;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:1.25rem;width:1.25rem;top:201.5625rem;left:1.9375rem;overflow:hidden;display:none; }
#fGH0lzGNhLrClSreiS6VheDxRCCRf1yF { position:absolute;display:block;z-index:15113;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:1.25rem;width:1.25rem;top:201.5625rem;left:1.9375rem;overflow:hidden;display:none; }
#uKaRDlZPWsGy6MdJMw6DBciui517wrto { position:absolute;display:block;z-index:15113;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:1.25rem;width:1.25rem;top:201.5625rem;left:1.9375rem;overflow:hidden;display:none; }
#aQhgNt7W8AuBWWfdroXKfz9ZewmLBorT { position:absolute;display:block;z-index:15113;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:1.25rem;width:1.25rem;top:201.5625rem;left:1.9375rem;overflow:hidden;display:none; }
#HIvAWIC1JsLsJC1eSgSIKSNi5Ixw3JdP { color:#000000;display:block;width:3.87478125rem;position:absolute;font-family:"ibm plex sans";font-size:1.5625rem;font-weight:400;z-index:15111;line-height:1.1;letter-spacing:0;top:198.5rem;left:4rem;height:1.71875rem;font-style:normal;display:none; }
#KM5zW1fzb3pE6eEAMK0BwQiViCvBm6fm { position:absolute;display:block;z-index:15112;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:1.4375rem;width:1.4375rem;top:198.5625rem;left:1.875rem;overflow:hidden;display:none; }
#XCRPAUtU5IItq1z4SiJPwToMylBcp0aI { box-sizing:content-box;height:29.8125rem;width:75rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #8a3f0c, #ffae5d);background-image: -moz-linear-gradient(45deg, #8a3f0c, #ffae5d);background-image: -ms-linear-gradient(45deg, #8a3f0c, #ffae5d);background-image: -o-linear-gradient(45deg, #8a3f0c, #ffae5d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a3f0c', endColorstr='#ffae5d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a3f0c', endColorstr='#ffae5d' );";background-image: linear-gradient(45deg, #8a3f0c, #ffae5d);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:78.1875rem;left:0rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#gA0W0yxQxNFkUhdsfQfH7zCZdfpFEqpH { color:#ffffff;display:block;width:35.5625rem;position:absolute;font-family:"ibm plex sans";font-size:2.25rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:86.8125rem;left:4.3125rem;height:7.4238125rem;font-style:normal;display:block; }
#NziTHQoGR2eDr2GPeO6Weye0H8K5240S { position:absolute;display:block;z-index:15135;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:23.374rem;width:29.624rem;top:81.375rem;left:42.5rem;overflow:hidden;display:block; }
#iIQLfIeWDbMakfSz2hV9M8ornbJq4l0b { position:absolute;display:block;z-index:15136;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:6.8125rem;width:6.8125rem;top:113.9375rem;left:2.5625rem;overflow:hidden;display:block; }
#SEkrZeHCrtnidM0MWUHeloCLKV6mutTM { box-sizing:content-box;height:20.875rem;width:37rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -moz-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -ms-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -o-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );";background-image: linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(239,121,17,0.15);border-left:0.0625rem solid rgba(239,121,17,0.15);border-right:0.0625rem solid rgba(239,121,17,0.15);border-bottom:0.0625rem solid rgba(239,121,17,0.15);top:111.25rem;left:37.875rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#blHFnTU1EDGSg5hELD0qtD1XnbfdTSWA { color:#ffffff;display:block;width:17.625rem;position:absolute;font-family:"ibm plex sans";font-size:1.5rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:122.75rem;left:40.25rem;height:1.6499rem;font-style:normal;display:block; }
#ic4BTacRQqbtZJemfTIwiyz0V09CD574 { position:absolute;display:block;z-index:15141;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:6.6875rem;width:6.75rem;top:113.9375rem;left:40.4375rem;overflow:hidden;display:block; }
#aOfi2b9NqDHvwb2s37NCPGZHhnDx1gpl { color:rgba(var(--color-primary-2),1);display:block;width:17.25rem;position:absolute;font-family:"ibm plex sans";font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:124.8125rem;left:40.25rem;height:1.13720625rem;font-style:normal;display:block; }
#yyNnlvLIViQ9zJFGXJtTOR72VHZRNTKx { color:rgba(var(--color-primary-2),1);display:block;width:29.3125rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:126.875rem;left:40.25rem;height:3rem;font-style:normal;display:block; }
#aTo9TkzrFFV4W9pfeMTFKL5e83T8zqBe { color:#ef7911;display:block;width:34.3115rem;position:absolute;font-family:"ibm plex sans";font-size:1.5625rem;font-weight:400;z-index:15093;line-height:1.1;letter-spacing:0;top:236.8125rem;left:6.0625rem;height:1.71875rem;font-style:normal;display:block; }
#RNGsd6htPonWlxEwLzN2ngRQdyXVNlcO { color:#ef7911;display:block;width:34.3115rem;position:absolute;font-family:"ibm plex sans";font-size:1.5625rem;font-weight:400;z-index:15103;line-height:1.1;letter-spacing:0;top:250.375rem;left:6rem;height:;font-style:normal;display:block; }
#ZxkVVAT0g7MhulOARIEHrDHeXfsPx54x { box-sizing:content-box;height:16.43675rem;width:36.93725rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -moz-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -ms-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -o-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );";background-image: linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(239,121,17,0.15);border-left:0.0625rem solid rgba(239,121,17,0.15);border-right:0.0625rem solid rgba(239,121,17,0.15);border-bottom:0.0625rem solid rgba(239,121,17,0.15);top:279.9375rem;left:0rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#tuPLHCSKQza14AZ54J8dQGF08gzqJIbp { color:rgba(var(--color-secondary-2),1);display:block;width:26.74925rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:300;z-index:15112;line-height:1.1;letter-spacing:0;top:287.875rem;left:3.75rem;height:2.19921875rem;font-style:normal;display:block; }
#m4Em1ydMSSVOKoV6qlHLdJEAPsiqmBdT { color:rgba(var(--color-secondary-2),1);display:block;width:28.6230625rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:300;z-index:15114;line-height:1.1;letter-spacing:0;top:291.0625rem;left:3.75rem;height:1.0996125rem;font-style:normal;display:block; }
#b1e0JnHDX8FIoLqaeCT32kBtTNRBEHNa { color:#ffffff;display:block;width:29.3115rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:300;z-index:15116;line-height:1.1;letter-spacing:0;top:293.3125rem;left:3.6875rem;height:1.0996125rem;font-style:normal;display:block; }
#xgzKvi7dWAliVMVqqnbtA4XI1m6RSWU1 { color:rgba(var(--color-secondary-2),1);display:block;width:31.12425rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:300;z-index:15125;line-height:1.1;letter-spacing:0;top:289.375rem;left:41.875rem;height:1.0996125rem;font-style:normal;display:block; }
#cmmIcPMydOdSFib58dfcLgpCDUAv8byT { color:rgba(var(--color-secondary-2),1);display:block;width:29.3115rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:300;z-index:15127;line-height:1.1;letter-spacing:0;top:291.625rem;left:41.8125rem;height:1.0996125rem;font-style:normal;display:block; }
#xpFkqIXiquO3y4UB9HsDXA2HbxRNTLP6 { position:absolute;display:block;z-index:15128;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:1.25rem;width:1.25rem;top:289.375rem;left:39.9375rem;overflow:hidden;display:block; }
#bGLENU3GhSukcgEIpgcl2SrQ3aD4Lzpl { position:absolute;display:block;z-index:15130;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:1.25rem;width:1.25rem;top:291.625rem;left:39.875rem;overflow:hidden;display:block; }
#zp7iUdTz9yEQ03Uc6piMnLe2tNNbZZlN { position:absolute;display:block;z-index:15115;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:1.25rem;width:1.25rem;top:287.875rem;left:1.8125rem;overflow:hidden;display:block; }
#Fb6dOSLkTgqVr5nNIubwxTqTS8XyIUmR { position:absolute;display:block;z-index:15117;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:1.25rem;width:1.25rem;top:291.0625rem;left:1.8125rem;overflow:hidden;display:block; }
#ZsIUENOwbrcq8ly0q88MFbDTn8MTQWMO { position:absolute;display:block;z-index:15119;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:1.25rem;width:1.25rem;top:293.3125rem;left:1.75rem;overflow:hidden;display:block; }
#HXRTiqFeI7CpK9uSJAFPcNQrnzzGtwZk { position:absolute;display:block;z-index:15142;height:44.74975rem;width:75rem;top:141.06079101562rem;left:0rem;display:block; }
#pUXHehu8k2PMIxQ6lcpws3DyHgDrQrEw { box-sizing:content-box;height:9.9375rem;width:18.0625rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #8a3f0c, #ffae5d);background-image: -moz-linear-gradient(45deg, #8a3f0c, #ffae5d);background-image: -ms-linear-gradient(45deg, #8a3f0c, #ffae5d);background-image: -o-linear-gradient(45deg, #8a3f0c, #ffae5d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a3f0c', endColorstr='#ffae5d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a3f0c', endColorstr='#ffae5d' );";background-image: linear-gradient(45deg, #8a3f0c, #ffae5d);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.9375rem;left:0rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:none; }
#hOF2BMO3wvB7T3uu9Dw78r00eCB5V7e9 { box-sizing:content-box;height:9.9375rem;width:18.0625rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #8a3f0c, #ffae5d);background-image: -moz-linear-gradient(45deg, #8a3f0c, #ffae5d);background-image: -ms-linear-gradient(45deg, #8a3f0c, #ffae5d);background-image: -o-linear-gradient(45deg, #8a3f0c, #ffae5d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a3f0c', endColorstr='#ffae5d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a3f0c', endColorstr='#ffae5d' );";background-image: linear-gradient(45deg, #8a3f0c, #ffae5d);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.9375rem;left:0rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:none; }
#BZbDdQZTEq4DpynD0lkyQGRWFk6BODuI { box-sizing:content-box;height:9.9375rem;width:18.0625rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #8a3f0c, #ffae5d);background-image: -moz-linear-gradient(45deg, #8a3f0c, #ffae5d);background-image: -ms-linear-gradient(45deg, #8a3f0c, #ffae5d);background-image: -o-linear-gradient(45deg, #8a3f0c, #ffae5d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a3f0c', endColorstr='#ffae5d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a3f0c', endColorstr='#ffae5d' );";background-image: linear-gradient(45deg, #8a3f0c, #ffae5d);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.9375rem;left:0rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:none; }
#SJfTmLfz3s2gvCHm9UEDKQATfZ6Z25K3 { box-sizing:content-box;height:20.875rem;width:37rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -moz-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -ms-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -o-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );";background-image: linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(239,121,17,0.15);border-left:0.0625rem solid rgba(239,121,17,0.15);border-right:0.0625rem solid rgba(239,121,17,0.15);border-bottom:0.0625rem solid rgba(239,121,17,0.15);top:111.25rem;left:0rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:none; }
#JpJbzTlmOBeTTnlBfDTOwU3d7RlFKISn { box-sizing:content-box;height:6.0625rem;width:75rem;position:absolute;display:block;z-index:15084;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -moz-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -ms-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -o-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );";background-image: linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),0.15);border-left:0.0625rem solid rgba(var(--color-primary-2),0.15);border-right:0.0625rem solid rgba(var(--color-primary-2),0.15);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.15);top:221.75rem;left:0rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:none; }
#oO2QSonbCxMQoAJvsGCM089FEB6XNHio { box-sizing:content-box;height:6.0625rem;width:75rem;position:absolute;display:block;z-index:15084;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -moz-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -ms-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -o-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );";background-image: linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),0.15);border-left:0.0625rem solid rgba(var(--color-primary-2),0.15);border-right:0.0625rem solid rgba(var(--color-primary-2),0.15);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.15);top:221.75rem;left:0rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:none; }
#pVH9P0XNVBGJRH4XpgPf8XDVD5aH1qs3 { box-sizing:content-box;height:6.0625rem;width:75rem;position:absolute;display:block;z-index:15084;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -moz-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -ms-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -o-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );";background-image: linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),0.15);border-left:0.0625rem solid rgba(var(--color-primary-2),0.15);border-right:0.0625rem solid rgba(var(--color-primary-2),0.15);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.15);top:221.75rem;left:0rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:none; }
#OwyloTZaxEGQ1KdsDwXcBUTeI2AtUx8y { box-sizing:content-box;height:6.0625rem;width:75rem;position:absolute;display:block;z-index:15084;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -moz-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -ms-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -o-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );";background-image: linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),0.15);border-left:0.0625rem solid rgba(var(--color-primary-2),0.15);border-right:0.0625rem solid rgba(var(--color-primary-2),0.15);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.15);top:221.75rem;left:0rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:none; }
#iEeDyc7vbbGSzQ8PR5TJloFR2UIiaswd { box-sizing:content-box;height:19.9375rem;width:24rem;position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(172deg, rgba(55,22,2,0.2), rgba(188,120,52,0.2));background-image: -moz-linear-gradient(172deg, rgba(55,22,2,0.2), rgba(188,120,52,0.2));background-image: -ms-linear-gradient(172deg, rgba(55,22,2,0.2), rgba(188,120,52,0.2));background-image: -o-linear-gradient(172deg, rgba(55,22,2,0.2), rgba(188,120,52,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37160233', endColorstr='#bc783433' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37160233', endColorstr='#bc783433' );";background-image: linear-gradient(172deg, rgba(55,22,2,0.2), rgba(188,120,52,0.2));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(239,121,17,0.15);border-left:0.0625rem solid rgba(239,121,17,0.15);border-right:0.0625rem solid rgba(239,121,17,0.15);border-bottom:0.0625rem solid rgba(239,121,17,0.15);top:26.625rem;left:51.0625rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:none; }
#gJ7BWkOivcTeIkTheMKf9WVnn5wD5gIm { box-sizing:content-box;height:19.9375rem;width:24rem;position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(172deg, rgba(55,22,2,0.2), rgba(188,120,52,0.2));background-image: -moz-linear-gradient(172deg, rgba(55,22,2,0.2), rgba(188,120,52,0.2));background-image: -ms-linear-gradient(172deg, rgba(55,22,2,0.2), rgba(188,120,52,0.2));background-image: -o-linear-gradient(172deg, rgba(55,22,2,0.2), rgba(188,120,52,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37160233', endColorstr='#bc783433' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37160233', endColorstr='#bc783433' );";background-image: linear-gradient(172deg, rgba(55,22,2,0.2), rgba(188,120,52,0.2));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(239,121,17,0.15);border-left:0.0625rem solid rgba(239,121,17,0.15);border-right:0.0625rem solid rgba(239,121,17,0.15);border-bottom:0.0625rem solid rgba(239,121,17,0.15);top:26.625rem;left:51.0625rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:none; }
#gx6OWkT6EmWgHRz27M5dOOngeWUn4a0X { background-color:transparent;background-image: -webkit-linear-gradient(275deg, #833a0a, #ffae5d);background-image: -moz-linear-gradient(275deg, #833a0a, #ffae5d);background-image: -ms-linear-gradient(275deg, #833a0a, #ffae5d);background-image: -o-linear-gradient(275deg, #833a0a, #ffae5d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#833a0a', endColorstr='#ffae5d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#833a0a', endColorstr='#ffae5d' );";background-image: linear-gradient(275deg, #833a0a, #ffae5d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:4.1875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:300.65625rem;left:27.46875rem;display:block; }
#L8keaTIGfcFFTi50xBzV3g86mUUoFynX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QlGUltVG1vHAsl0CI1QqVW6HQH6OQyvs { color:#ffffff;display:block;width:17.625rem;position:absolute;font-family:"ibm plex sans";font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:122.75rem;left:2.4375rem;height:1.6499rem;font-style:normal;display:none; }
#gdeFMTAfl2SSVrpZ7ZBMkuwDgckbQ84b { color:rgba(var(--color-primary-2),1);display:block;width:17.25rem;position:absolute;font-family:"ibm plex sans";font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:124.8125rem;left:2.4375rem;height:1.13769375rem;font-style:normal;display:none; }
#ItpbDACTtlKDTsPmsA4cQiEbexulG6TZ { color:rgba(var(--color-primary-2),1);display:block;width:29.3125rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:126.875rem;left:2.4375rem;height:3rem;font-style:normal;display:none; }
#vfP48QysZPCqWrsohxrvOX14C4BMsFk5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/9a3c8697-54f0-4a71-a632-2f10a1872e30/1921.webp");background-position:bottom 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; }#vfP48QysZPCqWrsohxrvOX14C4BMsFk5.adaptive-delivery-prevent-bg, #vfP48QysZPCqWrsohxrvOX14C4BMsFk5.lazyload, #vfP48QysZPCqWrsohxrvOX14C4BMsFk5.lazyloading { background-image: none; }#vfP48QysZPCqWrsohxrvOX14C4BMsFk5 > .row .container { background-color: transparent; background-image: none; }#vfP48QysZPCqWrsohxrvOX14C4BMsFk5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vfP48QysZPCqWrsohxrvOX14C4BMsFk5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vfP48QysZPCqWrsohxrvOX14C4BMsFk5 > .row .container > .video-iframe-container { display: none; }#vfP48QysZPCqWrsohxrvOX14C4BMsFk5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vfP48QysZPCqWrsohxrvOX14C4BMsFk5 > .row > .video-iframe-container { display: none; }#vfP48QysZPCqWrsohxrvOX14C4BMsFk5 > .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); }#vfP48QysZPCqWrsohxrvOX14C4BMsFk5 > .row .container { border-width: 0; border-radius: 0; }#vfP48QysZPCqWrsohxrvOX14C4BMsFk5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vfP48QysZPCqWrsohxrvOX14C4BMsFk5 > .row .container { font-size:0.875rem;font-family:arial;height:58.5rem;width:75rem;position:relative;display:block; }#g7BzpJKILtsWdV72EHViTTvtQwF9NcoZ { box-sizing:content-box;height:24.87425rem;width:21.875rem;position:absolute;display:block;z-index:15111;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(138,63,12,0.3), rgba(255,174,93,0.3));background-image: -moz-linear-gradient(45deg, rgba(138,63,12,0.3), rgba(255,174,93,0.3));background-image: -ms-linear-gradient(45deg, rgba(138,63,12,0.3), rgba(255,174,93,0.3));background-image: -o-linear-gradient(45deg, rgba(138,63,12,0.3), rgba(255,174,93,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a3f0c4c', endColorstr='#ffae5d4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a3f0c4c', endColorstr='#ffae5d4c' );";background-image: linear-gradient(45deg, rgba(138,63,12,0.3), rgba(255,174,93,0.3));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),0.15);border-left:0.0625rem solid rgba(var(--color-primary-2),0.15);border-right:0.0625rem solid rgba(var(--color-primary-2),0.15);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.15);top:24.622802734375rem;left:52.96875rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#eE8eH9SGAVSqGNTwLLxNwZv1U3kfrOOq { box-sizing:content-box;height:7.5rem;width:25.1233125rem;position:absolute;display:block;z-index:15130;background-color:transparent;background-image: -webkit-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -moz-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -ms-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -o-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );";background-image: linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),0.15);border-left:0.0625rem solid rgba(var(--color-primary-2),0.15);border-right:0.0625rem solid rgba(var(--color-primary-2),0.15);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.15);top:42.0751953125rem;left:26.25rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#yRWnBNB7roD8xEIkiFnlQIpt15JCu9kD { color:rgba(var(--color-secondary-2),1);display:block;width:17.9980625rem;position:absolute;font-family:"ibm plex sans";font-size:0.875rem;font-weight:400;z-index:15155;line-height:1.3;letter-spacing:0;top:45.6875rem;left:30.4375rem;height:2.2744125rem;font-style:normal;display:block; }
#OOyXNTw4gdIp9Tw2TP1FkGgR5w6t7RQm { color:rgba(var(--color-secondary-2),1);display:block;width:17.1875rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:300;z-index:15160;line-height:1.3;letter-spacing:0;top:36.25rem;left:55.125rem;height:6.499rem;font-style:normal;display:block; }
#lOJRMQv8C7zZJL52ulvRykAnEsrMaELJ { color:rgba(var(--color-secondary-2),1);display:block;width:17.9980625rem;position:absolute;font-family:"ibm plex sans";font-size:1.125rem;font-weight:400;z-index:15156;line-height:1.3;letter-spacing:0;top:43.8125rem;left:30.375rem;height:1.4624rem;font-style:normal;display:block; }
#cgJTb3AWInOeQfRQhW5DgVQpTrSa4qfN { box-sizing:content-box;height:7.5rem;width:25.1233125rem;position:absolute;display:block;z-index:15122;background-color:transparent;background-image: -webkit-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -moz-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -ms-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -o-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );";background-image: linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),0.15);border-left:0.0625rem solid rgba(var(--color-primary-2),0.15);border-right:0.0625rem solid rgba(var(--color-primary-2),0.15);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.15);top:33.310546875rem;left:26.25rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#eRWMhJ8Ea465cJvRoserO2a4tglEv8KB { box-sizing:content-box;height:7.5rem;width:25.1245rem;position:absolute;display:block;z-index:15118;background-color:transparent;background-image: -webkit-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -moz-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -ms-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -o-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );";background-image: linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(188,120,52,0.15);border-left:0.0625rem solid rgba(188,120,52,0.15);border-right:0.0625rem solid rgba(188,120,52,0.15);border-bottom:0.0625rem solid rgba(188,120,52,0.15);top:33.310546875rem;left:0rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#mJqtTW4V2lBoC3tpxCmhn3nnOKAgUkaG { color:rgba(var(--color-secondary-2),1);display:block;width:17.9980625rem;position:absolute;font-family:"ibm plex sans";font-size:0.875rem;font-weight:400;z-index:15147;line-height:1.3;letter-spacing:0;top:36.875rem;left:30.4375rem;height:2.2744125rem;font-style:normal;display:block; }
#WZwOqn2vBRHg6RQqABl3AQxrPk1q1Jmu { position:absolute;display:block;z-index:15125;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:1.25rem;width:1.25rem;top:35.1875rem;left:28.125rem;overflow:hidden;display:block; }
#r4xTgiw7doSTwosc8NR8RVzrfL6C5vnV { color:rgba(var(--color-secondary-2),1);display:block;width:17.9980625rem;position:absolute;font-family:"ibm plex sans";font-size:1.125rem;font-weight:400;z-index:15148;line-height:1.3;letter-spacing:0;top:35rem;left:30.375rem;height:1.4624rem;font-style:normal;display:block; }
#IscOnsXic8aVBtIRMXoCZRV6TQkGMwqZ { box-sizing:content-box;height:7.5rem;width:25.1233125rem;position:absolute;display:block;z-index:15126;background-color:transparent;background-image: -webkit-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -moz-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -ms-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -o-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );";background-image: linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(188,120,52,0.15);border-left:0.0625rem solid rgba(188,120,52,0.15);border-right:0.0625rem solid rgba(188,120,52,0.15);border-bottom:0.0625rem solid rgba(188,120,52,0.15);top:42.0751953125rem;left:0rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#o8l3qTezqRzaAPPfBroWLasT0nbmeXSJ { position:absolute;display:block;z-index:15133;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:1.25rem;width:1.25rem;top:44rem;left:28.125rem;overflow:hidden;display:block; }
#hIaZkETSlQA0khIh06ybOTdAFmGRROeA { color:rgba(var(--color-primary-2),1);display:block;width:18.186875rem;position:absolute;font-family:"ibm plex sans";font-size:3.75rem;font-weight:700;z-index:15158;line-height:.9;letter-spacing:0;top:30.375rem;left:54.9375rem;height:3.375rem;font-style:normal;display:block; }
#V3oKCdvXT72QzPbndytinRkBPWPXlVd9 { color:#ffffff;display:block;width:10.7498125rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:400;z-index:15159;line-height:1.3;letter-spacing:0;top:34.1875rem;left:55.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#D3TJqouQM99XcL2bM4gv11xsKEla6rH4 { box-sizing:content-box;height:7.5rem;width:25.1245rem;position:absolute;display:block;z-index:15110;background-color:transparent;background-image: -webkit-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -moz-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -ms-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -o-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );";background-image: linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),0.15);border-left:0.0625rem solid rgba(var(--color-primary-2),0.15);border-right:0.0625rem solid rgba(var(--color-primary-2),0.15);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.15);top:24.6240234375rem;left:0rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#DGdvU8gZ7sF5O3rAevnoeGC4cZwq8Xzz { box-sizing:content-box;height:7.5rem;width:25.1245rem;position:absolute;display:block;z-index:15114;background-color:transparent;background-image: -webkit-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -moz-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -ms-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -o-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );";background-image: linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),0.15);border-left:0.0625rem solid rgba(var(--color-primary-2),0.15);border-right:0.0625rem solid rgba(var(--color-primary-2),0.15);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.15);top:24.6240234375rem;left:26.25rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#B3uxeSzpQO21vs9kUROqgSQ6dFKbcJmy { color:rgba(var(--color-secondary-2),1);display:block;width:17.9980625rem;position:absolute;font-family:"ibm plex sans";font-size:0.875rem;font-weight:400;z-index:15143;line-height:1.3;letter-spacing:0;top:36.8125rem;left:4.0625rem;height:2.2744125rem;font-style:normal;display:block; }
#DKpLpIe6yuDE0BgvcpsX4wn9ZWl18Qme { color:rgba(var(--color-secondary-2),1);display:block;width:17.9980625rem;position:absolute;font-family:"ibm plex sans";font-size:1.125rem;font-weight:400;z-index:15144;line-height:1.3;letter-spacing:0;top:35.125rem;left:4.125rem;height:1.4624rem;font-style:normal;display:block; }
#BGo9pPaX0FwToOTUHoPbQD8BsSEalk6S { color:rgba(var(--color-secondary-2),1);display:block;width:17.9980625rem;position:absolute;font-family:"ibm plex sans";font-size:0.875rem;font-weight:400;z-index:15151;line-height:1.3;letter-spacing:0;top:45.625rem;left:4.1875rem;height:2.2744125rem;font-style:normal;display:block; }
#tTdWKnFTRBTfO6wTvqQAvkmSHt44BCL8 { color:rgba(var(--color-secondary-2),1);display:block;width:17.9980625rem;position:absolute;font-family:"ibm plex sans";font-size:1.125rem;font-weight:400;z-index:15152;line-height:1.3;letter-spacing:0;top:43.75rem;left:4.125rem;height:1.4624rem;font-style:normal;display:block; }
#WBMetHJukTx4U4DgceCUOmHqqwGGQCGr { color:#ffffff;display:block;width:10.7498125rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:400;z-index:15158;line-height:1.3;letter-spacing:0;top:28.875rem;left:55.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#EnkZ6RmtmvsQB1G79GoVrLS0FPInmwD4 { color:rgba(var(--color-secondary-2),1);display:block;width:17.9980625rem;position:absolute;font-family:"ibm plex sans";font-size:0.875rem;font-weight:400;z-index:15135;line-height:1.3;letter-spacing:0;top:28.25rem;left:4.1875rem;height:2.2744125rem;font-style:normal;display:block; }
#AgZWbI3K4xvqmdTsbowWcr0kI2ZuFTzo { color:rgba(var(--color-secondary-2),1);display:block;width:17.9980625rem;position:absolute;font-family:"ibm plex sans";font-size:0.875rem;font-weight:400;z-index:15139;line-height:1.3;letter-spacing:0;top:28.1875rem;left:30.4375rem;height:2.2744125rem;font-style:normal;display:block; }
#TF3ThdfQ3epJe6bShHhwdT8i9tiEu8Ug { color:rgba(var(--color-primary-2),1);display:block;width:10.7498125rem;position:absolute;font-family:"ibm plex sans";font-size:0.875rem;font-weight:400;z-index:15157;line-height:1.3;letter-spacing:0;top:26.6875rem;left:55.1875rem;height:1.13769375rem;font-style:normal;display:block; }
#QNkNqEwCHbiVgvQsPWWfySFq6cEpCU5M { color:rgba(var(--color-secondary-2),1);display:block;width:17.9980625rem;position:absolute;font-family:"ibm plex sans";font-size:1.125rem;font-weight:400;z-index:15136;line-height:1.3;letter-spacing:0;top:26.375rem;left:4.125rem;height:1.4624rem;font-style:normal;display:block; }
#mMSFEAeBtuP3VvbTHzcCz6fKTlzNBVTR { color:rgba(var(--color-secondary-2),1);display:block;width:17.9980625rem;position:absolute;font-family:"ibm plex sans";font-size:1.125rem;font-weight:400;z-index:15140;line-height:1.3;letter-spacing:0;top:26.3125rem;left:30.375rem;height:1.4624rem;font-style:normal;display:block; }
#aVpfz6sqcovMZMTh7FZhhamazEpC5Dgs { position:absolute;display:block;z-index:15117;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:1.25rem;width:1.25rem;top:26.5rem;left:28.125rem;overflow:hidden;display:block; }
#eXy7EWse20hpnNNRZTnSwxEAVKdndJWS { position:absolute;display:block;z-index:15113;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:1.25rem;width:1.25rem;top:26.5rem;left:1.875rem;overflow:hidden;display:block; }
#FyTkhE3oGter9NL0xCofPu5Ts7iu9HEo { position:absolute;display:block;z-index:15121;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:1.25rem;width:1.25rem;top:35.25rem;left:1.875rem;overflow:hidden;display:block; }
#MXyJrv4gPG0My1aaqsTiXBuWN1KxyaKk { position:absolute;display:block;z-index:15129;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:1.25rem;width:1.25rem;top:43.875rem;left:1.875rem;overflow:hidden;display:block; }
#OiWAyusifC9DHJmvAASnMgnMQKovavW9 { color:rgba(var(--color-secondary-2),1);display:block;width:31.999rem;position:absolute;font-family:"ibm plex sans";font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:15rem;left:43.0009765625rem;height:5.0625rem;font-style:normal;display:block; }
#C8FPyVPtTsQIUwcfdfNgf4cQFPWet4c7 { color:rgba(var(--color-primary-2),1);display:block;width:10.7498125rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:8.875rem;left:0rem;height:1.29980625rem;font-style:normal;display:block; }
#uGtzeOybUcV91PUcfJghXtJhPLH0va1v { color:rgba(var(--color-secondary-2),1);display:block;width:17.9980625rem;position:absolute;font-family:"ibm plex sans";font-size:0.875rem;font-weight:400;z-index:15135;line-height:1.3;letter-spacing:0;top:27.125rem;left:3.5625rem;height:2.2721375rem;font-style:normal;display:none; }
#R2gSNTITGKh1yKRXx3FwIafckgLswpb1 { position:absolute;display:block;z-index:15113;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:1.3125rem;width:1.3125rem;top:25.375rem;left:1.25rem;overflow:hidden;display:none; }
#e3KN2McDhLv9SAV1eiP0UgivDcx48PmU { color:rgba(var(--color-secondary-2),1);display:block;width:17.9980625rem;position:absolute;font-family:"ibm plex sans";font-size:1.125rem;font-weight:400;z-index:15136;line-height:1.3;letter-spacing:0;top:25.25rem;left:3.5rem;height:1.462675rem;font-style:normal;display:none; }
#UwfTmyLbbmZBDpwFBb8NCIm905bsbNRc { color:rgba(var(--color-secondary-2),1);display:block;width:17.9980625rem;position:absolute;font-family:"ibm plex sans";font-size:0.875rem;font-weight:400;z-index:15135;line-height:1.3;letter-spacing:0;top:27.125rem;left:3.5625rem;height:2.2721375rem;font-style:normal;display:none; }
#wq1BURuh72vQHUzeyCTor9RPTR6DZK2s { color:rgba(var(--color-secondary-2),1);display:block;width:17.9980625rem;position:absolute;font-family:"ibm plex sans";font-size:1.125rem;font-weight:400;z-index:15136;line-height:1.3;letter-spacing:0;top:25.25rem;left:3.5rem;height:1.462675rem;font-style:normal;display:none; }
#r8C4BuWGzm0rgA2Vu0P90qX3f0exwpcP { position:absolute;display:block;z-index:15113;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:1.3125rem;width:1.3125rem;top:25.375rem;left:1.25rem;overflow:hidden;display:none; }
#QIdCWItDamVXcQm2NT9XgAQaf6CIrvNO { color:rgba(var(--color-secondary-2),1);display:block;width:17.9980625rem;position:absolute;font-family:"ibm plex sans";font-size:0.875rem;font-weight:400;z-index:15135;line-height:1.3;letter-spacing:0;top:27.125rem;left:3.5625rem;height:2.2721375rem;font-style:normal;display:none; }
#hLmULqM7OxhegMbRToIBX3dsSFqJxHze { color:rgba(var(--color-secondary-2),1);display:block;width:17.9980625rem;position:absolute;font-family:"ibm plex sans";font-size:1.125rem;font-weight:400;z-index:15136;line-height:1.3;letter-spacing:0;top:25.25rem;left:3.5rem;height:1.462675rem;font-style:normal;display:none; }
#RzHGeUN6hFgLbbxKi31DXadgNcTGNWI5 { position:absolute;display:block;z-index:15113;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:1.3125rem;width:1.3125rem;top:25.375rem;left:1.25rem;overflow:hidden;display:none; }
#IB6M7vVrOPkEyTIHy8MykqJubNWi3Lzl { color:rgba(var(--color-secondary-2),1);display:block;width:17.9980625rem;position:absolute;font-family:"ibm plex sans";font-size:0.875rem;font-weight:400;z-index:15135;line-height:1.3;letter-spacing:0;top:27.125rem;left:3.5625rem;height:2.2721375rem;font-style:normal;display:none; }
#SmDVz13eDRXt7QDgXpu4EOPpAAQ8mn8U { color:rgba(var(--color-secondary-2),1);display:block;width:17.9980625rem;position:absolute;font-family:"ibm plex sans";font-size:1.125rem;font-weight:400;z-index:15136;line-height:1.3;letter-spacing:0;top:25.25rem;left:3.5rem;height:1.462675rem;font-style:normal;display:none; }
#K4M3V2O0sC1o5WKNtbEaf7fy5AIroTNn { position:absolute;display:block;z-index:15113;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:1.3125rem;width:1.3125rem;top:25.375rem;left:1.25rem;overflow:hidden;display:none; }
#vdRp8AX6rvzhiT2BpTEKLoGhf1K5JytW { color:rgba(var(--color-secondary-2),1);display:block;width:17.9980625rem;position:absolute;font-family:"ibm plex sans";font-size:0.875rem;font-weight:400;z-index:15135;line-height:1.3;letter-spacing:0;top:27.125rem;left:3.5625rem;height:2.2721375rem;font-style:normal;display:none; }
#TGZBylIHUvIq1B4hrBtMhfZzg86q6QGn { color:rgba(var(--color-secondary-2),1);display:block;width:17.9980625rem;position:absolute;font-family:"ibm plex sans";font-size:1.125rem;font-weight:400;z-index:15136;line-height:1.3;letter-spacing:0;top:25.25rem;left:3.5rem;height:1.462675rem;font-style:normal;display:none; }
#K5Vn2orLO70rw6dafVaiDVN7yq2k9fMt { position:absolute;display:block;z-index:15113;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:1.3125rem;width:1.3125rem;top:25.375rem;left:1.25rem;overflow:hidden;display:none; }
#f6cDwM7GW8h4TeacibTqQOb5kbPdVoCg { position:absolute;display:block;z-index:15013;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:8.75rem;width:36.62475rem;top:11.25rem;left:0rem;overflow:hidden;display:block; }
#QKg07GFbfHA5uQVRtywA2WtIRUrUvmuh { background-color:transparent;background-image: -webkit-linear-gradient(275deg, #ffae5d, #833a0a);background-image: -moz-linear-gradient(275deg, #ffae5d, #833a0a);background-image: -ms-linear-gradient(275deg, #ffae5d, #833a0a);background-image: -o-linear-gradient(275deg, #ffae5d, #833a0a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae5d', endColorstr='#833a0a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae5d', endColorstr='#833a0a' );";background-image: linear-gradient(275deg, #ffae5d, #833a0a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:3.625rem;text-decoration:none;z-index:15161;text-align:center;text-align-last:center;top:43.9375rem;left:55.1875rem;display:block; }
#Z5nFLhOpfExkZv2sGQyETfLaTW6om5eL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PMqeGKefXbXblBenR3KulFw4kP6wuwcn { box-sizing:content-box;height:7.5rem;width:25.1245rem;position:absolute;display:block;z-index:15110;background-color:transparent;background-image: -webkit-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -moz-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -ms-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -o-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );";background-image: linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),0.15);border-left:0.0625rem solid rgba(var(--color-primary-2),0.15);border-right:0.0625rem solid rgba(var(--color-primary-2),0.15);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.15);top:24.6240234375rem;left:0rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:none; }
#UCEfDsTQFZHV4WMfJfihCJrpH6SSo4P4 { box-sizing:content-box;height:7.5rem;width:25.1245rem;position:absolute;display:block;z-index:15110;background-color:transparent;background-image: -webkit-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -moz-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -ms-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -o-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );";background-image: linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),0.15);border-left:0.0625rem solid rgba(var(--color-primary-2),0.15);border-right:0.0625rem solid rgba(var(--color-primary-2),0.15);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.15);top:24.6240234375rem;left:0rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:none; }
#i2VWrTSht9SGON1RBsC6f4SGEyIZeTLc { box-sizing:content-box;height:7.5rem;width:25.1245rem;position:absolute;display:block;z-index:15110;background-color:transparent;background-image: -webkit-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -moz-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -ms-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -o-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );";background-image: linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),0.15);border-left:0.0625rem solid rgba(var(--color-primary-2),0.15);border-right:0.0625rem solid rgba(var(--color-primary-2),0.15);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.15);top:24.6240234375rem;left:0rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:none; }
#u8wQQtWnNbnhAg9kl08ywvpMu008oCZ6 { box-sizing:content-box;height:7.5rem;width:25.1245rem;position:absolute;display:block;z-index:15110;background-color:transparent;background-image: -webkit-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -moz-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -ms-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -o-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );";background-image: linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),0.15);border-left:0.0625rem solid rgba(var(--color-primary-2),0.15);border-right:0.0625rem solid rgba(var(--color-primary-2),0.15);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.15);top:24.6240234375rem;left:0rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:none; }
#Mgd9eTgq3U24Es5fuFTyxpMVg791LdxJ { box-sizing:content-box;height:7.5rem;width:25.1245rem;position:absolute;display:block;z-index:15110;background-color:transparent;background-image: -webkit-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -moz-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -ms-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -o-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );";background-image: linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),0.15);border-left:0.0625rem solid rgba(var(--color-primary-2),0.15);border-right:0.0625rem solid rgba(var(--color-primary-2),0.15);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.15);top:24.6240234375rem;left:0rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:none; }
#PWdlBI2wJXJgslk6cEGSZUWg6BSZPJHR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#PWdlBI2wJXJgslk6cEGSZUWg6BSZPJHR > .row .container { background-color: transparent; background-image: none; }#PWdlBI2wJXJgslk6cEGSZUWg6BSZPJHR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PWdlBI2wJXJgslk6cEGSZUWg6BSZPJHR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PWdlBI2wJXJgslk6cEGSZUWg6BSZPJHR > .row .container > .video-iframe-container { display: none; }#PWdlBI2wJXJgslk6cEGSZUWg6BSZPJHR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PWdlBI2wJXJgslk6cEGSZUWg6BSZPJHR > .row > .video-iframe-container { display: none; }#PWdlBI2wJXJgslk6cEGSZUWg6BSZPJHR > .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); }#PWdlBI2wJXJgslk6cEGSZUWg6BSZPJHR > .row .container { border-width: 0; border-radius: 0; }#PWdlBI2wJXJgslk6cEGSZUWg6BSZPJHR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PWdlBI2wJXJgslk6cEGSZUWg6BSZPJHR > .row .container { font-size:0.875rem;font-family:arial;height:103.3125rem;width:75rem;position:relative;display:block; }#RrS38wcTamZLCsrtWNImNcyLTBGRS7m3 { color:rgba(var(--color-secondary-2),1);display:block;width:40.5625rem;position:absolute;font-family:"ibm plex sans";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:16.375rem;left:0rem;height:3.1494125rem;font-style:normal;display:block; }
#DcP6xUa6VPnNOB4E5Vb7prrLlKcBUSqw { color:#ffffff;display:block;width:36.9375rem;position:absolute;font-family:"ibm plex sans";font-size:3.125rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:8.6875rem;left:0rem;height:6.875rem;font-style:normal;display:block; }
#zweNZl2fcdp6JUM55pu1ZGrMVROa5kOl { color:rgba(var(--color-primary-2),1);display:block;width:10.7498125rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:6.81201171875rem;left:0rem;height:1.29980625rem;font-style:normal;display:block; }
#HhWTiXbCvcm8Zm6mpuoN3lq8R3dE4wHu { box-sizing:content-box;height:21.125rem;width:29.375rem;position:absolute;display:block;z-index:15012;background-color:rgba(239,121,17,0.2);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);top:7.8125rem;left:45.5rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:none; }
#PhOxES2vJpewsc2wTtewpHrZix3VamWh { color:rgba(var(--color-secondary-2),1);display:block;width:8.9985rem;position:absolute;font-family:"ibm plex sans";font-size:0.875rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:25.6875rem;left:64.0625rem;height:1.13606875rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#XFTsLyX3hqKNo7AmpFNNFJCuT4PSl8Ma { box-sizing:content-box;height:0.0618489375rem;width:25.3125rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-secondary-2),0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.75rem;left:47.6875rem;display:none; }
#QOUyAhHPzrnr7CUmcLcIEK6ev195NWyl { color:rgba(var(--color-secondary-2),1);display:block;width:8.9985rem;position:absolute;font-family:"ibm plex sans";font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:22.5625rem;left:64.0625rem;height:1.13606875rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#cbK4LzXVUgmRaCd6mwpiOovuakgHOfMv { box-sizing:content-box;height:0.0618489375rem;width:25.3125rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-2),0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.625rem;left:47.6875rem;display:none; }
#nvLSHfP9TqAnTkMiLsaNEWtWBFP14hx3 { color:rgba(var(--color-secondary-2),1);display:block;width:8.9985rem;position:absolute;font-family:"ibm plex sans";font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:19.5rem;left:64.0625rem;height:1.13606875rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#yhWKdBARua4GrUFw33R6DEsqV6RxhoBI { box-sizing:content-box;height:0.0618489375rem;width:25.3125rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-2),0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.5625rem;left:47.6875rem;display:none; }
#TTl5bh0RAvMWdN9eHlwMcvRpB2TI3p0I { color:rgba(var(--color-secondary-2),1);display:block;width:8.9985rem;position:absolute;font-family:"ibm plex sans";font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:16.4375rem;left:64.125rem;height:1.13606875rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#ib2isDdECNoc8IzqpGcwJVlXWuCITaFB { color:rgba(var(--color-secondary-2),1);display:block;width:8.9995625rem;position:absolute;font-family:"ibm plex sans";font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:16.4375rem;left:47.75rem;height:1.13606875rem;font-style:normal;display:none; }
#hbM9CEEtAvfL9K7LFRsDnLeThk1TDIdO { color:rgba(var(--color-secondary-2),1);display:block;width:8.9995625rem;position:absolute;font-family:"ibm plex sans";font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:19.5rem;left:47.6875rem;height:1.13606875rem;font-style:normal;display:none; }
#cIEa5qs9LD1dCWR2hOh7J0N5XVCw3HUx { color:rgba(var(--color-secondary-2),1);display:block;width:8.9995625rem;position:absolute;font-family:"ibm plex sans";font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:22.5625rem;left:47.6875rem;height:1.13606875rem;font-style:normal;display:none; }
#OIFrs2Sy1b1hMqQh2aGVVOqecoPsXFqO { color:rgba(var(--color-secondary-2),1);display:block;width:8.9995625rem;position:absolute;font-family:"ibm plex sans";font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:25.6875rem;left:47.6875rem;height:1.13606875rem;font-style:normal;display:none; }
#TuynQy96d4i9eN8cxW2Fpc6rEiwK1ee4 { box-sizing:content-box;height:0.0618489375rem;width:25.3125rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-2),0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.5rem;left:47.75rem;display:none; }
#IBIzIqZeEps08JovxgOvOtcrx1dBfU81 { color:rgba(var(--color-secondary-2),1);display:block;width:8.9995625rem;position:absolute;font-family:"ibm plex sans";font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:13.375rem;left:47.75rem;height:1.13606875rem;font-style:normal;display:none; }
#RIiweTkblIDa1VuPTW8ZrePuo5fyDWvF { color:rgba(var(--color-secondary-2),1);display:block;width:8.9985rem;position:absolute;font-family:"ibm plex sans";font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:13.375rem;left:64.125rem;height:1.13606875rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#C4fVO1iZJHAMJoTlEkcKJMraNC6oKFT1 { box-sizing:content-box;height:0.0618489375rem;width:25.3125rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-2),0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.4375rem;left:47.75rem;display:none; }
#MAfRnyFTBuFN6UnKDnifsoS2WDBbfVGi { color:rgba(var(--color-primary-2),1);display:block;width:22.061625rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:10rem;left:49.75rem;height:1.2999125rem;font-style:normal;display:none; }
#J8hEEiFctv3DLMcf0TUSzQwu5DA8MSES { position:absolute;display:block;z-index:15016;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:1.43663125rem;width:1.43663125rem;top:9.9375rem;left:47.75rem;overflow:hidden;display:none; }
#AiLfCSS7nkzoT72Zme6va9brlsFMIzRk { box-sizing:content-box;height:16.43675rem;width:36.93725rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(50deg, rgba(34,197,94,0.15), #000000);background-image: -moz-linear-gradient(50deg, rgba(34,197,94,0.15), #000000);background-image: -ms-linear-gradient(50deg, rgba(34,197,94,0.15), #000000);background-image: -o-linear-gradient(50deg, rgba(34,197,94,0.15), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#22c55e26', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#22c55e26', endColorstr='#000000' );";background-image: linear-gradient(50deg, rgba(34,197,94,0.15), #000000);background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(34,197,94,0.15);border-left:0.0625rem solid rgba(34,197,94,0.15);border-right:0.0625rem solid rgba(34,197,94,0.15);border-bottom:0.0625rem solid rgba(34,197,94,0.15);top:21.93603515625rem;left:0rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#gd4soRDPmwXHSTkvvlEitK5N4ZboidJL { position:absolute;display:block;z-index:15130;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:1.25rem;width:1.25rem;top:32.4375rem;left:2.0625rem;overflow:hidden;display:block; }
#Ck26mrdTfrccW1C90QR5zOyfmtTm5XBI { position:absolute;display:block;z-index:15129;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:1.25rem;width:1.25rem;top:30.1875rem;left:2.125rem;overflow:hidden;display:block; }
#ooCtFpreoz2JcWPQFCwfhvv4NqKXUMDM { color:rgba(var(--color-secondary-2),1);display:block;width:28.6230625rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:300;z-index:15126;line-height:1.1;letter-spacing:0;top:26.9375rem;left:4.0625rem;height:2.19921875rem;font-style:normal;display:block; }
#TOhuAoeaD3DdE0dRhlu9ymLanNDBxfvs { position:absolute;display:block;z-index:15128;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:1.25rem;width:1.25rem;top:26.9375rem;left:2.125rem;overflow:hidden;display:block; }
#lirtQtCKRh6ODuarStTVwkVKTFmcZehz { color:rgba(var(--color-secondary-2),1);display:block;width:27.9375rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:300;z-index:15075;line-height:1.3;letter-spacing:0;top:30.125rem;left:4rem;height:1.29980625rem;font-style:normal;display:block; }
#oCSZIOHzkxPu48d4rG013SSWUgJwRNSA { color:rgba(var(--color-secondary-2),1);display:block;width:30.8125rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:300;z-index:15076;line-height:1.3;letter-spacing:0;top:32.3125rem;left:4.0625rem;height:1.29980625rem;font-style:normal;display:block; }
#Dq4qqJim0Tv41JEwhTQ3zu5EF2ndyRCM { position:absolute;display:block;z-index:15132;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:1.25rem;width:1.25rem;top:34.75rem;left:2.0625rem;overflow:hidden;display:block; }
#vlNbCdLuxhTy4ZxmcSi7PiPlNpHHF15A { color:rgba(var(--color-secondary-2),1);display:block;width:30.6875rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:300;z-index:15078;line-height:1.3;letter-spacing:0;top:34.6875rem;left:4.0625rem;height:1.29980625rem;font-style:normal;display:block; }
#CLCkVQ2LMfzRT0tNf3dxxKJmFpphO5mZ { color:#86efac;display:block;width:15.186625rem;position:absolute;font-family:"ibm plex sans";font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:23.875rem;left:2.0625rem;height:1.6499rem;font-style:normal;display:block; }
#Z9TwKG2h48pfmE9ZHyiDgqTwSclmxR77 { box-sizing:content-box;height:16.43675rem;width:36.93725rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(190deg, #000000, rgba(255,46,46,0.2));background-image: -moz-linear-gradient(190deg, #000000, rgba(255,46,46,0.2));background-image: -ms-linear-gradient(190deg, #000000, rgba(255,46,46,0.2));background-image: -o-linear-gradient(190deg, #000000, rgba(255,46,46,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ff2e2e33' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ff2e2e33' );";background-image: linear-gradient(190deg, #000000, rgba(255,46,46,0.2));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(255,46,46,0.15);border-left:0.0625rem solid rgba(255,46,46,0.15);border-right:0.0625rem solid rgba(255,46,46,0.15);border-bottom:0.0625rem solid rgba(255,46,46,0.15);top:21.93359375rem;left:37.906494140625rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#IWi6VgMy0ibJeFUAoJFnyamPfgbg6KZT { color:rgba(var(--color-secondary-2),1);display:block;width:30.6875rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:300;z-index:15088;line-height:1.3;letter-spacing:0;top:34.4375rem;left:42.1875rem;height:2.5996125rem;font-style:normal;display:block; }
#EXDTMpfD0kqQfsRKrFQp3FbexskQZBRS { color:rgba(var(--color-secondary-2),1);display:block;width:30.8125rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:300;z-index:15086;line-height:1.3;letter-spacing:0;top:32.3125rem;left:42.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#zBWKusPVNSL3vt1nkGQ4o1mdri809LFg { color:rgba(var(--color-secondary-2),1);display:block;width:26.8125rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:300;z-index:15085;line-height:1.3;letter-spacing:0;top:28.936767578125rem;left:42.1240234375rem;height:2.5996125rem;font-style:normal;display:block; }
#wTBDSJyKh96n15madgnHvpPQzmoDcKUk { color:rgba(var(--color-secondary-2),1);display:block;width:28.6230625rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:300;z-index:15136;line-height:1.1;letter-spacing:0;top:26.9375rem;left:42.1875rem;height:1.0996125rem;font-style:normal;display:block; }
#T7yheSgwyUJlDr4MT8NDRbdZ5TpURIB0 { color:#ff2e2e;display:block;width:15.186625rem;position:absolute;font-family:"ibm plex sans";font-size:1.5rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:23.875rem;left:40.1875rem;height:;font-style:normal;display:block; }
#iw2ZzaRn5akpm2kTC7JbyS5icGbkIEBm { position:absolute;display:block;z-index:15139;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:1.25rem;width:1.25rem;top:29rem;left:40.25rem;overflow:hidden;display:block; }
#boSqyFyLqyAZHZOuGkmrGB1btt9wJsyk { position:absolute;display:block;z-index:15138;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:1.25rem;width:1.25rem;top:26.9375rem;left:40.25rem;overflow:hidden;display:block; }
#PVL9rzXLWO8NystpTBrvTkzHMz9XRzfg { position:absolute;display:block;z-index:15140;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:1.25rem;width:1.25rem;top:32.4375rem;left:40.1875rem;overflow:hidden;display:block; }
#o1DfMtHVnMeaeMpvEaiHLHymyHZAdpNv { position:absolute;display:block;z-index:15142;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:1.25rem;width:1.25rem;top:34.5rem;left:40.1875rem;overflow:hidden;display:block; }
#bKPyBhzPAnNesoEpgAQg7w1c4JThrTXw { color:rgba(var(--color-primary-2),1);display:block;width:10.7498125rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:47.25rem;left:0rem;height:1.2999125rem;font-style:normal;display:block; }
#wrGM5FXb15oGJBTzMXRa7XX89nwsXFBz { color:#ffffff;display:block;width:45.4375rem;position:absolute;font-family:"ibm plex sans";font-size:3.125rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:49.25rem;left:0rem;height:6.875rem;font-style:normal;display:block; }
#TgaCWyytifu2L1yQKm49MJ79asgeAL2Z { box-sizing:content-box;height:8.875rem;width:37.0625rem;position:absolute;display:block;z-index:15143;background-color:transparent;background-image: -webkit-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -moz-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -ms-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -o-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );";background-image: linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(239,121,17,0.15);border-left:0.0625rem solid rgba(239,121,17,0.15);border-right:0.0625rem solid rgba(239,121,17,0.15);border-bottom:0.0625rem solid rgba(239,121,17,0.15);top:58.748904705048rem;left:0rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#KFDmb7iQaNxgCXnwelHUIqspHXtUwgn3 { color:rgba(var(--color-secondary-2),1);display:block;width:30.8745625rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:300;z-index:15144;line-height:1.3;letter-spacing:0;top:62.3125rem;left:1.5625rem;height:3.8994125rem;font-style:normal;display:block; }
#FtKT13UcJkBaa0OJdIbOrJRQpRlXfAFF { color:#86efac;display:block;width:25.125rem;position:absolute;font-family:"ibm plex sans";font-size:1.5rem;font-weight:400;z-index:15145;line-height:1.1;letter-spacing:0;top:60.1875rem;left:1.625rem;height:1.6499rem;font-style:normal;display:block; }
#iBTbydJzCSLzQB70MaN96tE70dSfwOVZ { box-sizing:content-box;height:8.875rem;width:37.0625rem;position:absolute;display:block;z-index:15146;background-color:transparent;background-image: -webkit-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -moz-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -ms-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -o-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );";background-image: linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),0.15);border-left:0.0625rem solid rgba(var(--color-primary-2),0.15);border-right:0.0625rem solid rgba(var(--color-primary-2),0.15);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.15);top:58.75rem;left:38rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#FvfePuX6kdpRo7I9BBZ1LhpxJKlsRT2B { color:rgba(var(--color-secondary-2),1);display:block;width:30.8745625rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:300;z-index:15147;line-height:1.3;letter-spacing:0;top:62.3125rem;left:39.5625rem;height:3.8994125rem;font-style:normal;display:block; }
#Apnng2qpR6079hUwIWlmrMwzlJDn37wz { color:#86efac;display:block;width:25.125rem;position:absolute;font-family:"ibm plex sans";font-size:1.5rem;font-weight:400;z-index:15148;line-height:1.1;letter-spacing:0;top:60.1875rem;left:39.625rem;height:;font-style:normal;display:block; }
#QObhMRv2dS0y0T5RPFkIEfDoDJpx0TwT { box-sizing:content-box;height:8.875rem;width:37.0625rem;position:absolute;display:block;z-index:15152;background-color:transparent;background-image: -webkit-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -moz-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -ms-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -o-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );";background-image: linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),0.15);border-left:0.0625rem solid rgba(var(--color-primary-2),0.15);border-right:0.0625rem solid rgba(var(--color-primary-2),0.15);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.15);top:68.5625rem;left:38rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#n4BqOrF9DF3xPedD1ephI4iHm42syTl3 { color:rgba(var(--color-secondary-2),1);display:block;width:30.8745625rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:300;z-index:15153;line-height:1.3;letter-spacing:0;top:72.125rem;left:39.5625rem;height:3.8994125rem;font-style:normal;display:block; }
#MWA91kkDrHIi5qXPZKLB2VIw6W9iC0c8 { box-sizing:content-box;height:8.875rem;width:37.0625rem;position:absolute;display:block;z-index:15149;background-color:transparent;background-image: -webkit-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -moz-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -ms-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -o-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );";background-image: linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),0.15);border-left:0.0625rem solid rgba(var(--color-primary-2),0.15);border-right:0.0625rem solid rgba(var(--color-primary-2),0.15);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.15);top:68.5625rem;left:0rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#WxkRIiqMvaF87nh4xK5IZTFis3MXvB8U { color:#86efac;display:block;width:25.125rem;position:absolute;font-family:"ibm plex sans";font-size:1.5rem;font-weight:400;z-index:15154;line-height:1.1;letter-spacing:0;top:70rem;left:39.625rem;height:;font-style:normal;display:block; }
#nMo0acvSTuW3EkCCOpnTQNhP9bSZIGfK { color:rgba(var(--color-secondary-2),1);display:block;width:30.8745625rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:300;z-index:15150;line-height:1.3;letter-spacing:0;top:72.125rem;left:1.5625rem;height:3.8994125rem;font-style:normal;display:block; }
#GbkgrgrtTp8drCKXBMu2UoicuByrah9L { color:#86efac;display:block;width:25.125rem;position:absolute;font-family:"ibm plex sans";font-size:1.5rem;font-weight:400;z-index:15151;line-height:1.1;letter-spacing:0;top:70rem;left:1.625rem;height:1.6499rem;font-style:normal;display:block; }
#A0ruq3cXI63voua62ZFEmSFwB4WETmDF { box-sizing:content-box;height:7.5rem;width:37.0625rem;position:absolute;display:block;z-index:15158;background-color:transparent;background-image: -webkit-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -moz-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -ms-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -o-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );";background-image: linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),0.15);border-left:0.0625rem solid rgba(var(--color-primary-2),0.15);border-right:0.0625rem solid rgba(var(--color-primary-2),0.15);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.15);top:78.3125rem;left:38rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#nfrhannTSHOC9tTDgU3fOKsOsCeTfVrO { color:rgba(var(--color-secondary-2),1);display:block;width:30.8728125rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:300;z-index:15159;line-height:1.3;letter-spacing:0;top:81.875rem;left:39.561767578125rem;height:2.5996125rem;font-style:normal;display:block; }
#Inu8TkN9hL7Uppww6MvSTNu2wgqnzuqA { box-sizing:content-box;height:7.5rem;width:37.0625rem;position:absolute;display:block;z-index:15155;background-color:transparent;background-image: -webkit-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -moz-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -ms-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -o-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );";background-image: linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),0.15);border-left:0.0625rem solid rgba(var(--color-primary-2),0.15);border-right:0.0625rem solid rgba(var(--color-primary-2),0.15);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.15);top:78.3125rem;left:0rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#PBvghuFuteFC4OtttrH1vmVTgKQ4mJPs { color:rgba(var(--color-secondary-2),1);display:block;width:30.8745625rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:300;z-index:15156;line-height:1.3;letter-spacing:0;top:81.875rem;left:1.5625rem;height:2.5996125rem;font-style:normal;display:block; }
#LXicCnhdZDJSyhCtFVMax2rvP4DGgwEC { color:#86efac;display:block;width:33.5rem;position:absolute;font-family:"ibm plex sans";font-size:1.5rem;font-weight:400;z-index:15160;line-height:1.1;letter-spacing:0;top:79.75rem;left:39.625rem;height:1.6499rem;font-style:normal;display:block; }
#k3L99zthfSBFDIlrpT9esVOpAnzRHStM { color:#86efac;display:block;width:25.125rem;position:absolute;font-family:"ibm plex sans";font-size:1.5rem;font-weight:400;z-index:15157;line-height:1.1;letter-spacing:0;top:79.75rem;left:1.625rem;height:;font-style:normal;display:block; }
#W4L7tH0ATqUItaWmvNVU70UMa0L29EpZ { box-sizing:content-box;height:7.5rem;width:37.0625rem;position:absolute;display:block;z-index:15158;background-color:transparent;background-image: -webkit-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -moz-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -ms-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -o-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );";background-image: linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),0.15);border-left:0.0625rem solid rgba(var(--color-primary-2),0.15);border-right:0.0625rem solid rgba(var(--color-primary-2),0.15);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.15);top:86.75rem;left:0rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#KGEMowZZua4yUaPrECPoy7TPqHV0n0N9 { color:rgba(var(--color-secondary-2),1);display:block;width:30.8745625rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:300;z-index:15159;line-height:1.3;letter-spacing:0;top:90.3125rem;left:1.5625rem;height:2.5996125rem;font-style:normal;display:block; }
#FuhSSqaSphZMXMx8g8tgZn5XL9fskhoa { color:#86efac;display:block;width:25.125rem;position:absolute;font-family:"ibm plex sans";font-size:1.5rem;font-weight:400;z-index:15160;line-height:1.1;letter-spacing:0;top:88.1875rem;left:1.625rem;height:1.6499rem;font-style:normal;display:block; }
#VSa75n60d3SgoAtwbdlcqe52nrspaim7 { color:rgba(var(--color-primary-2),1);display:block;width:10.7498125rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:8.5625rem;left:0rem;height:1.2999125rem;font-style:normal;display:none; }
#V5q9vBkMtPvdsXk0dSlBZb9FMLF9E6Ll { color:rgba(var(--color-secondary-2),1);display:block;width:28.6230625rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:400;z-index:15136;line-height:1.1;letter-spacing:0;top:26.9375rem;left:42.1875rem;height:1.1002625rem;font-style:normal;display:none; }
#J8gs2uBS9bPVB9kIxL5crz6I9uAGznww { position:absolute;display:block;z-index:15142;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:1.25rem;width:1.25rem;top:34.5rem;left:40.1875rem;overflow:hidden;display:none; }
#P7AMQiORU453MDFsLOi01giCzA2kwQ6M { color:rgba(var(--color-secondary-2),1);display:block;width:28.6230625rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:400;z-index:15136;line-height:1.1;letter-spacing:0;top:26.9375rem;left:42.1875rem;height:1.1002625rem;font-style:normal;display:none; }
#hM49RZNqXWA8DnkQueNg4W5qGsInzU4h { position:absolute;display:block;z-index:15142;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:1.25rem;width:1.25rem;top:34.5rem;left:40.1875rem;overflow:hidden;display:none; }
#yCoqxH0iV35qMeR24nQ5xtlU4XUMPQ6X { color:rgba(var(--color-secondary-2),1);display:block;width:28.6230625rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:400;z-index:15136;line-height:1.1;letter-spacing:0;top:26.9375rem;left:42.1875rem;height:1.1002625rem;font-style:normal;display:none; }
#Z1lPyeetTaH9UOriRcov7UzMhEHdTS6X { position:absolute;display:block;z-index:15142;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:1.25rem;width:1.25rem;top:34.5rem;left:40.1875rem;overflow:hidden;display:none; }
#T8o05kinWOSNegepFf7rIag31L0Zx3zZ { color:rgba(var(--color-secondary-2),1);display:block;width:30.8745625rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:400;z-index:15144;line-height:1.3;letter-spacing:0;top:62.3125rem;left:1.5625rem;height:3.8997375rem;font-style:normal;display:none; }
#Tb4nCf7TvM9AiT1qObRfVrugW4uXL1B3 { color:#86efac;display:block;width:25.125rem;position:absolute;font-family:"ibm plex sans";font-size:1.5rem;font-weight:400;z-index:15145;line-height:1.1;letter-spacing:0;top:60.1875rem;left:1.625rem;height:1.64930625rem;font-style:normal;display:none; }
#Z3yA29EKCwzkLGgwJl5i3hU5lBxMD4vK { color:rgba(var(--color-secondary-2),1);display:block;width:30.8745625rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:400;z-index:15144;line-height:1.3;letter-spacing:0;top:62.3125rem;left:1.5625rem;height:3.8997375rem;font-style:normal;display:none; }
#bo5qMEgcUk2iySw8kDv4qGtCOywetmEp { color:#86efac;display:block;width:25.125rem;position:absolute;font-family:"ibm plex sans";font-size:1.5rem;font-weight:400;z-index:15145;line-height:1.1;letter-spacing:0;top:60.1875rem;left:1.625rem;height:1.64930625rem;font-style:normal;display:none; }
#oTOVsAHhqcZNCttbMJIs34lrkT5HRLbn { color:rgba(var(--color-secondary-2),1);display:block;width:30.8745625rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:400;z-index:15144;line-height:1.3;letter-spacing:0;top:62.3125rem;left:1.5625rem;height:3.8997375rem;font-style:normal;display:none; }
#CHJFT7qchdNMge44a9siNtyq6IdVgJMb { color:#86efac;display:block;width:25.125rem;position:absolute;font-family:"ibm plex sans";font-size:1.5rem;font-weight:400;z-index:15145;line-height:1.1;letter-spacing:0;top:60.1875rem;left:1.625rem;height:1.64930625rem;font-style:normal;display:none; }
#p4ggssALu10WikpNWuJqL2Lkm6V5EBTn { color:rgba(var(--color-secondary-2),1);display:block;width:30.8745625rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:400;z-index:15144;line-height:1.3;letter-spacing:0;top:62.3125rem;left:1.5625rem;height:3.8997375rem;font-style:normal;display:none; }
#zRk96aLLQ59WP72JAay9CUPW0dkkXru9 { color:#86efac;display:block;width:25.125rem;position:absolute;font-family:"ibm plex sans";font-size:1.5rem;font-weight:400;z-index:15145;line-height:1.1;letter-spacing:0;top:60.1875rem;left:1.625rem;height:1.64930625rem;font-style:normal;display:none; }
#TKPXa4aVWv4ltKpDQbG0i2N7pZL14EUU { color:rgba(var(--color-secondary-2),1);display:block;width:30.8745625rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:400;z-index:15144;line-height:1.3;letter-spacing:0;top:62.3125rem;left:1.5625rem;height:3.8997375rem;font-style:normal;display:none; }
#fT96xa30T2cxPypThSfWPiu0aPls7TpD { color:#86efac;display:block;width:25.125rem;position:absolute;font-family:"ibm plex sans";font-size:1.5rem;font-weight:400;z-index:15145;line-height:1.1;letter-spacing:0;top:60.1875rem;left:1.625rem;height:1.64930625rem;font-style:normal;display:none; }
#shzqZnhkzQm0MqgTSedkGNE5hHW7lFQI { color:rgba(var(--color-secondary-2),1);display:block;width:30.8745625rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:400;z-index:15144;line-height:1.3;letter-spacing:0;top:62.3125rem;left:1.5625rem;height:3.8997375rem;font-style:normal;display:none; }
#TrhuXpMo9hyhA4ma5LmZPQiFV3hCHyv2 { color:#86efac;display:block;width:25.125rem;position:absolute;font-family:"ibm plex sans";font-size:1.5rem;font-weight:400;z-index:15145;line-height:1.1;letter-spacing:0;top:60.1875rem;left:1.625rem;height:1.64930625rem;font-style:normal;display:none; }
#WBRI8XuTgvTp4HQt5drXG2tm4JDvDs8C { box-sizing:content-box;height:8.875rem;width:37.0625rem;position:absolute;display:block;z-index:15143;background-color:transparent;background-image: -webkit-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -moz-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -ms-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -o-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );";background-image: linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(239,121,17,0.15);border-left:0.0625rem solid rgba(239,121,17,0.15);border-right:0.0625rem solid rgba(239,121,17,0.15);border-bottom:0.0625rem solid rgba(239,121,17,0.15);top:58.748904705048rem;left:0rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:none; }
#e7dx9BqezbN4GibMgKPLcvoi66FPHg34 { box-sizing:content-box;height:8.875rem;width:37.0625rem;position:absolute;display:block;z-index:15143;background-color:transparent;background-image: -webkit-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -moz-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -ms-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -o-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );";background-image: linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(239,121,17,0.15);border-left:0.0625rem solid rgba(239,121,17,0.15);border-right:0.0625rem solid rgba(239,121,17,0.15);border-bottom:0.0625rem solid rgba(239,121,17,0.15);top:58.748904705048rem;left:0rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:none; }
#VrrMl6H4wkno9My9pJMJZFWQrzX7S0iS { box-sizing:content-box;height:8.875rem;width:37.0625rem;position:absolute;display:block;z-index:15143;background-color:transparent;background-image: -webkit-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -moz-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -ms-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -o-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );";background-image: linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(239,121,17,0.15);border-left:0.0625rem solid rgba(239,121,17,0.15);border-right:0.0625rem solid rgba(239,121,17,0.15);border-bottom:0.0625rem solid rgba(239,121,17,0.15);top:58.748904705048rem;left:0rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:none; }
#w4gof424OeGlt3cTqcSnvUK4MgQZyXUN { box-sizing:content-box;height:8.875rem;width:37.0625rem;position:absolute;display:block;z-index:15143;background-color:transparent;background-image: -webkit-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -moz-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -ms-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -o-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );";background-image: linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(239,121,17,0.15);border-left:0.0625rem solid rgba(239,121,17,0.15);border-right:0.0625rem solid rgba(239,121,17,0.15);border-bottom:0.0625rem solid rgba(239,121,17,0.15);top:58.748904705048rem;left:0rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:none; }
#UZVseeABsgchQB7rKV5ttiMk3C8fiKav { box-sizing:content-box;height:8.875rem;width:37.0625rem;position:absolute;display:block;z-index:15143;background-color:transparent;background-image: -webkit-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -moz-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -ms-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -o-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );";background-image: linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(239,121,17,0.15);border-left:0.0625rem solid rgba(239,121,17,0.15);border-right:0.0625rem solid rgba(239,121,17,0.15);border-bottom:0.0625rem solid rgba(239,121,17,0.15);top:58.748904705048rem;left:0rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:none; }
#adS9vrABpfq0hJOWkCUIUilyQ0b3s4t9 { box-sizing:content-box;height:8.875rem;width:37.0625rem;position:absolute;display:block;z-index:15143;background-color:transparent;background-image: -webkit-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -moz-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -ms-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -o-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );";background-image: linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(239,121,17,0.15);border-left:0.0625rem solid rgba(239,121,17,0.15);border-right:0.0625rem solid rgba(239,121,17,0.15);border-bottom:0.0625rem solid rgba(239,121,17,0.15);top:58.748904705048rem;left:0rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:none; }
#oKMadKtRJcBadKarlmiJ59TyvTKCPZZN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#oKMadKtRJcBadKarlmiJ59TyvTKCPZZN > .row .container { background-color: transparent; background-image: none; }#oKMadKtRJcBadKarlmiJ59TyvTKCPZZN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKMadKtRJcBadKarlmiJ59TyvTKCPZZN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKMadKtRJcBadKarlmiJ59TyvTKCPZZN > .row .container > .video-iframe-container { display: none; }#oKMadKtRJcBadKarlmiJ59TyvTKCPZZN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKMadKtRJcBadKarlmiJ59TyvTKCPZZN > .row > .video-iframe-container { display: none; }#oKMadKtRJcBadKarlmiJ59TyvTKCPZZN > .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); }#oKMadKtRJcBadKarlmiJ59TyvTKCPZZN > .row .container { border-width: 0; border-radius: 0; }#oKMadKtRJcBadKarlmiJ59TyvTKCPZZN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oKMadKtRJcBadKarlmiJ59TyvTKCPZZN > .row .container { font-size:0.875rem;font-family:arial;height:42.875rem;width:75rem;position:relative;display:block; }#ZgVQcVkVeoIJodTqpQQ7m95K3tWGq7oc { color:rgba(var(--color-secondary-2),1);display:block;width:30.8728125rem;position:absolute;font-family:"ibm plex sans";font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:14.4375rem;left:0rem;height:3.375rem;font-style:normal;display:block; }
#nukwoFoxehaMTssH6Vpc9X4ErsuMiaiG { color:#ffffff;display:block;width:53.75rem;position:absolute;font-family:"ibm plex sans";font-size:3.125rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:10.3125rem;left:0rem;height:3.4375rem;font-style:normal;display:block; }
#fncaIB8Xu3V35EO6b7ecpCzG7ESCe71v { color:rgba(var(--color-primary-2),1);display:block;width:10.7498125rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:8.3125rem;left:0rem;height:1.29980625rem;font-style:normal;display:block; }
#VIihDOrx1BUxRL09F7v7kCZ9TV3Im14x { color:#86efac;display:block;width:13.75rem;position:absolute;font-family:"ibm plex sans";font-size:1.5rem;font-weight:400;z-index:15162;line-height:1.1;letter-spacing:0;top:26.6875rem;left:1.5rem;height:1.6499rem;font-style:normal;display:block; }
#kIPhkCbwTXzT3H0yUaPpwPHy0GPoW0h8 { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:300;z-index:15161;line-height:1.3;letter-spacing:0;top:29.1875rem;left:1.5rem;height:3.8994125rem;font-style:normal;display:block; }
#AqJwVTsP6JtR2O3b4INrbdeD4S93s4Hx { box-sizing:content-box;height:14.0625rem;width:18.1875rem;position:absolute;display:block;z-index:15127;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -moz-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -ms-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -o-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );";background-image: linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),0.15);border-left:0.0625rem solid rgba(var(--color-primary-2),0.15);border-right:0.0625rem solid rgba(var(--color-primary-2),0.15);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.15);top:20.3125rem;left:0rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#t7zXRCgcP49d0KRR6KWTMzohTCHdPGQS { box-sizing:content-box;height:2.125rem;width:2.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15163;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffae5d, #8a3f0c);background-image: -moz-linear-gradient(90deg, #ffae5d, #8a3f0c);background-image: -ms-linear-gradient(90deg, #ffae5d, #8a3f0c);background-image: -o-linear-gradient(90deg, #ffae5d, #8a3f0c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae5d', endColorstr='#8a3f0c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae5d', endColorstr='#8a3f0c' );";background-image: linear-gradient(90deg, #ffae5d, #8a3f0c);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.625rem;left:1.5rem;display:block; }
#X47rlEgfcZUtQP6PCdpPZdH2BWlbuax5 { color:rgba(var(--color-secondary-2),1);display:block;width:1.25rem;position:absolute;font-family:"ibm plex sans";font-size:1.0625rem;font-weight:700;z-index:15164;line-height:1.3;letter-spacing:0;top:22rem;left:1.9375rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kqwNHZceB984IK5cdJi3ZTzesLgMPmwx { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:300;z-index:15166;line-height:1.3;letter-spacing:0;top:29.3125rem;left:58.4375rem;height:3.8994125rem;font-style:normal;display:block; }
#i6LMkBH4EiuwLh9fQVUXeo3KRum6cvc1 { box-sizing:content-box;height:14.0625rem;width:18.1875rem;position:absolute;display:block;z-index:15132;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -moz-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -ms-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -o-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );";background-image: linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),0.15);border-left:0.0625rem solid rgba(var(--color-primary-2),0.15);border-right:0.0625rem solid rgba(var(--color-primary-2),0.15);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.15);top:20.4375rem;left:56.875rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#LPh3rOWsKgVtEhUvZdb3REJoEtGiGev9 { color:#86efac;display:block;width:13.75rem;position:absolute;font-family:"ibm plex sans";font-size:1.5rem;font-weight:400;z-index:15167;line-height:1.1;letter-spacing:0;top:26.8125rem;left:58.375rem;height:1.6499rem;font-style:normal;display:block; }
#PwdyfTd7xNEROnHATSAPDktX0W7N1N4u { box-sizing:content-box;height:2.125rem;width:2.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15168;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffae5d, #8a3f0c);background-image: -moz-linear-gradient(90deg, #ffae5d, #8a3f0c);background-image: -ms-linear-gradient(90deg, #ffae5d, #8a3f0c);background-image: -o-linear-gradient(90deg, #ffae5d, #8a3f0c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae5d', endColorstr='#8a3f0c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae5d', endColorstr='#8a3f0c' );";background-image: linear-gradient(90deg, #ffae5d, #8a3f0c);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.75rem;left:58.375rem;display:block; }
#y6HqD5VBLQQmQrwrVJtbgFc5xdncytF9 { color:rgba(var(--color-secondary-2),1);display:block;width:1.25rem;position:absolute;font-family:"ibm plex sans";font-size:1.0625rem;font-weight:700;z-index:15169;line-height:1.3;letter-spacing:0;top:22.125rem;left:58.8125rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IrclTkEM9vua9hGQtnOrCSOfcAE6dT3z { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:300;z-index:15171;line-height:1.3;letter-spacing:0;top:29.1875rem;left:39.5625rem;height:3.8994125rem;font-style:normal;display:block; }
#a3l1NT5wSPmd5CdOcAHOlTO80kq0wM2M { box-sizing:content-box;height:14.0625rem;width:18.1875rem;position:absolute;display:block;z-index:15137;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -moz-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -ms-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -o-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );";background-image: linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),0.15);border-left:0.0625rem solid rgba(var(--color-primary-2),0.15);border-right:0.0625rem solid rgba(var(--color-primary-2),0.15);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.15);top:20.3125rem;left:38rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#BueViKgbeT5tNJmC4vhPTPM4vPDpCzTK { color:#86efac;display:block;width:13.75rem;position:absolute;font-family:"ibm plex sans";font-size:1.5rem;font-weight:400;z-index:15172;line-height:1.1;letter-spacing:0;top:26.6875rem;left:39.5rem;height:1.6499rem;font-style:normal;display:block; }
#SWrXkES0OhMZhCX0XHq3FvyDlvrfKaxh { box-sizing:content-box;height:2.125rem;width:2.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15173;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffae5d, #8a3f0c);background-image: -moz-linear-gradient(90deg, #ffae5d, #8a3f0c);background-image: -ms-linear-gradient(90deg, #ffae5d, #8a3f0c);background-image: -o-linear-gradient(90deg, #ffae5d, #8a3f0c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae5d', endColorstr='#8a3f0c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae5d', endColorstr='#8a3f0c' );";background-image: linear-gradient(90deg, #ffae5d, #8a3f0c);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.625rem;left:39.5rem;display:block; }
#Kfw1FPWGb1dmeorUrXGkC1proM4zQseZ { color:rgba(var(--color-secondary-2),1);display:block;width:1.25rem;position:absolute;font-family:"ibm plex sans";font-size:1.0625rem;font-weight:700;z-index:15174;line-height:1.3;letter-spacing:0;top:22rem;left:39.9375rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mcOthOL22RMdXOCxxRnTzEzp5p6JZTGa { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:300;z-index:15176;line-height:1.3;letter-spacing:0;top:29.3125rem;left:20.625rem;height:3.89941875rem;font-style:normal;display:block; }
#XA2TFzfnnz60okna35gJl7Ncg59D0lED { box-sizing:content-box;height:14.0625rem;width:18.1875rem;position:absolute;display:block;z-index:15142;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -moz-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -ms-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -o-linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );";background-image: linear-gradient(180deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),0.15);border-left:0.0625rem solid rgba(var(--color-primary-2),0.15);border-right:0.0625rem solid rgba(var(--color-primary-2),0.15);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.15);top:20.4375rem;left:19.0625rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#KRZ7EOnKpCGnLU0edo5xt8tI8qoO64Iq { color:#86efac;display:block;width:13.75rem;position:absolute;font-family:"ibm plex sans";font-size:1.5rem;font-weight:400;z-index:15177;line-height:1.1;letter-spacing:0;top:26.8125rem;left:20.5625rem;height:;font-style:normal;display:block; }
#XVKPQVGPk7FfuTN6SKUxCyEm0i803ged { box-sizing:content-box;height:2.125rem;width:2.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15178;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffae5d, #8a3f0c);background-image: -moz-linear-gradient(90deg, #ffae5d, #8a3f0c);background-image: -ms-linear-gradient(90deg, #ffae5d, #8a3f0c);background-image: -o-linear-gradient(90deg, #ffae5d, #8a3f0c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae5d', endColorstr='#8a3f0c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae5d', endColorstr='#8a3f0c' );";background-image: linear-gradient(90deg, #ffae5d, #8a3f0c);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.75rem;left:20.5625rem;display:block; }
#mlZ3tlHmk3ntrB5825bvncuu7JdFJMDZ { color:rgba(var(--color-secondary-2),1);display:block;width:1.25rem;position:absolute;font-family:"ibm plex sans";font-size:1.0625rem;font-weight:700;z-index:15179;line-height:1.3;letter-spacing:0;top:22.125rem;left:21rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OnvW7Ug2fhc1L6E9wxoopRqNgWrPWvd4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/9a3c8697-54f0-4a71-a632-2f10a1872e30/1921.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#OnvW7Ug2fhc1L6E9wxoopRqNgWrPWvd4.adaptive-delivery-prevent-bg, #OnvW7Ug2fhc1L6E9wxoopRqNgWrPWvd4.lazyload, #OnvW7Ug2fhc1L6E9wxoopRqNgWrPWvd4.lazyloading { background-image: none; }#OnvW7Ug2fhc1L6E9wxoopRqNgWrPWvd4 > .row .container { background-color: transparent; background-image: none; }#OnvW7Ug2fhc1L6E9wxoopRqNgWrPWvd4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnvW7Ug2fhc1L6E9wxoopRqNgWrPWvd4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnvW7Ug2fhc1L6E9wxoopRqNgWrPWvd4 > .row .container > .video-iframe-container { display: none; }#OnvW7Ug2fhc1L6E9wxoopRqNgWrPWvd4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnvW7Ug2fhc1L6E9wxoopRqNgWrPWvd4 > .row > .video-iframe-container { display: none; }#OnvW7Ug2fhc1L6E9wxoopRqNgWrPWvd4 > .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); }#OnvW7Ug2fhc1L6E9wxoopRqNgWrPWvd4 > .row .container { border-width: 0; border-radius: 0; }#OnvW7Ug2fhc1L6E9wxoopRqNgWrPWvd4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OnvW7Ug2fhc1L6E9wxoopRqNgWrPWvd4 > .row .container { font-size:0.875rem;font-family:arial;height:62.1875rem;width:75rem;position:relative;display:block; }#NxoPnouuyrKTrTPsfrlL3TpZXx7Ub3Uo { color:#ffffff;display:block;width:27.3125rem;position:absolute;font-family:"ibm plex sans";font-size:3.125rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:12.625rem;left:0rem;height:6.875rem;font-style:normal;display:block; }
#cGdOkV78cZUfDgGUvNBN83mQGzU14PoF { color:rgba(var(--color-secondary-2),1);display:block;width:26.936875rem;position:absolute;font-family:"ibm plex sans";font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:20.5625rem;left:0rem;height:5.0625rem;font-style:normal;display:block; }
#gNvlnBFmiCUMoSAB5l1NlrsT6JcUIDz6 { box-sizing:content-box;height:8.125rem;width:29rem;position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -moz-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -ms-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -o-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );";background-image: linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),0.15);border-left:0.0625rem solid rgba(var(--color-primary-2),0.15);border-right:0.0625rem solid rgba(var(--color-primary-2),0.15);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.15);top:27.125rem;left:0rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:block; }
#LoPyrm0H3vVDr6tDwkzzJD3GRriKeJHR { color:rgba(var(--color-secondary-2),1);display:block;width:23.875rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:30.125rem;left:1.5625rem;height:3.8994125rem;font-style:normal;display:block; }
#fp64Sn9TSvEkTXXiKAPp2aZn3h2CN6LW { color:rgba(var(--color-primary-2),1);display:block;width:19.8730625rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:400;z-index:15032;line-height:1.1;letter-spacing:0;top:28.5rem;left:1.5625rem;height:1.0996125rem;font-style:normal;display:block; }
#dXTB9VmWJdLdUm76TW7CyB4epm5b5XZM { box-sizing:content-box;height:8.125rem;width:29rem;position:absolute;display:block;z-index:15034;background-color:transparent;background-image: -webkit-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -moz-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -ms-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -o-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );";background-image: linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),0.15);border-left:0.0625rem solid rgba(var(--color-primary-2),0.15);border-right:0.0625rem solid rgba(var(--color-primary-2),0.15);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.15);top:36.1875rem;left:0rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:block; }
#mm7ETVKTDSemhmJtmX9iqaoGZwTh7Zdc { color:rgba(var(--color-secondary-2),1);display:block;width:23.875rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:39.1875rem;left:1.5625rem;height:3.8994125rem;font-style:normal;display:block; }
#wHDT78ACT70NWGBVZHmN9bIsXoI8Hawz { color:rgba(var(--color-primary-2),1);display:block;width:19.8730625rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:400;z-index:15035;line-height:1.1;letter-spacing:0;top:37.5625rem;left:1.5625rem;height:1.0996125rem;font-style:normal;display:block; }
#CoOKOJtCtv8O6U2xFBOzy44HoIKNZwIP { box-sizing:content-box;height:8.125rem;width:29rem;position:absolute;display:block;z-index:15037;background-color:transparent;background-image: -webkit-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -moz-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -ms-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-image: -o-linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3716023f', endColorstr='#bc78343f' );";background-image: linear-gradient(190deg, rgba(55,22,2,0.25), rgba(188,120,52,0.25));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),0.15);border-left:0.0625rem solid rgba(var(--color-primary-2),0.15);border-right:0.0625rem solid rgba(var(--color-primary-2),0.15);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.15);top:45.25rem;left:0rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:block; }
#qXKNAiKIWNNzVwJQ6illIL6c5UGta71I { color:rgba(var(--color-secondary-2),1);display:block;width:23.875rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:48.25rem;left:1.5625rem;height:3.8994125rem;font-style:normal;display:block; }
#K67XvTOcaEXH13P7CVP3S3qdFITEdmfk { color:rgba(var(--color-primary-2),1);display:block;width:19.8730625rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:400;z-index:15038;line-height:1.1;letter-spacing:0;top:46.625rem;left:1.5625rem;height:1.0996125rem;font-style:normal;display:block; }
#Gw8lUM6x5x7BMizbtezw3mQtz4O5H4Zo { box-sizing:content-box;height:45.125rem;width:34.75rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(138,63,12,0.3), rgba(255,174,93,0.3));background-image: -moz-linear-gradient(45deg, rgba(138,63,12,0.3), rgba(255,174,93,0.3));background-image: -ms-linear-gradient(45deg, rgba(138,63,12,0.3), rgba(255,174,93,0.3));background-image: -o-linear-gradient(45deg, rgba(138,63,12,0.3), rgba(255,174,93,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a3f0c4c', endColorstr='#ffae5d4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a3f0c4c', endColorstr='#ffae5d4c' );";background-image: linear-gradient(45deg, rgba(138,63,12,0.3), rgba(255,174,93,0.3));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),0.15);border-left:0.0625rem solid rgba(var(--color-primary-2),0.15);border-right:0.0625rem solid rgba(var(--color-primary-2),0.15);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.15);top:9.75rem;left:40.3125rem;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#EAN3Jbe0wvaFT9gFV8ntF7MhbGo18viW { color:rgba(var(--color-secondary-2),1);display:block;width:27.5rem;position:absolute;font-family:"ibm plex sans";font-size:0.9375rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:14.84375rem;left:43.99951171875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rczZi6SrETl4G4RaI0g2K6EatioOSNWD { box-sizing:content-box;height:2.75rem;width:12.5rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(138,63,12,0.3), rgba(255,174,93,0.3));background-image: -moz-linear-gradient(90deg, rgba(138,63,12,0.3), rgba(255,174,93,0.3));background-image: -ms-linear-gradient(90deg, rgba(138,63,12,0.3), rgba(255,174,93,0.3));background-image: -o-linear-gradient(90deg, rgba(138,63,12,0.3), rgba(255,174,93,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a3f0c4c', endColorstr='#ffae5d4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a3f0c4c', endColorstr='#ffae5d4c' );";background-image: linear-gradient(90deg, rgba(138,63,12,0.3), rgba(255,174,93,0.3));background-size:auto !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),0.2);border-left:0.0625rem solid rgba(var(--color-primary-2),0.2);border-right:0.0625rem solid rgba(var(--color-primary-2),0.2);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.2);top:8.3125rem;left:0rem;border-top-right-radius:62.5rem;border-bottom-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-top-left-radius:62.5rem;display:block; }
#eCqXmm7aFQp90BJWsAyyPPTsBo6QdWNc { color:rgba(var(--color-primary-2),1);display:block;width:10.6875rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:9.125rem;left:1.125rem;height:1.29980625rem;font-style:normal;display:block; }
#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H .widget-form-header {  }
#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:24.25rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H .widget-input-text { border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(18,18,18,0.2);border-left:0.0625rem solid rgba(18,18,18,0.2);border-right:0.0625rem solid rgba(18,18,18,0.2);border-bottom:0.0625rem solid rgba(18,18,18,0.2);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.25rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.9375rem;overflow:hidden;font-family:roboto;vertical-align:top;text-align:center;text-align-last:center; }
#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H .widget-input-text {padding-top: 0; padding-bottom: 0;}#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H .widget-textarea { border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(18,18,18,0.2);border-left:0.0625rem solid rgba(18,18,18,0.2);border-right:0.0625rem solid rgba(18,18,18,0.2);border-bottom:0.0625rem solid rgba(18,18,18,0.2);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.25rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:0.9375rem;overflow:hidden;font-family:roboto;vertical-align:top;text-align:center;text-align-last:center; }
#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H .widget-input-select { border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(18,18,18,0.2);border-left:0.0625rem solid rgba(18,18,18,0.2);border-right:0.0625rem solid rgba(18,18,18,0.2);border-bottom:0.0625rem solid rgba(18,18,18,0.2);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.25rem;box-sizing:border-box;height:2.5625rem;color:#535353;font-family:"ibm plex sans";font-size:0.9375rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H .widget-input-select {padding-top: 0; padding-bottom: 0;}#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H .widget-input-button { border-top-left-radius:62.4375rem;border-top-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-bottom-right-radius:62.4375rem;background-color:transparent;background-image: -webkit-linear-gradient(100deg, #fea95e, #ef7911);background-image: -moz-linear-gradient(100deg, #fea95e, #ef7911);background-image: -ms-linear-gradient(100deg, #fea95e, #ef7911);background-image: -o-linear-gradient(100deg, #fea95e, #ef7911);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea95e', endColorstr='#ef7911' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fea95e', endColorstr='#ef7911' );";background-image: linear-gradient(100deg, #fea95e, #ef7911);background-size:initial !important;border-top:0.0625rem solid #0d0a07;border-left:0.0625rem solid #0d0a07;border-right:0.0625rem solid #0d0a07;border-bottom:0.0625rem solid #0d0a07;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.5rem;margin-bottom:0.25rem;margin-left:0.5rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:700;color:#40260f;width:23.25rem;height:3.75rem;font-family:"ibm plex sans";overflow:hidden;box-shadow: 0rem 0.5rem 0rem #925520 ;font-style:normal; }
#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H [class*="-text"]:-moz-placeholder { color:#535353;font-family:"ibm plex sans";font-size:0.9375rem;text-align:center;text-align-last:center; }
#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H [class*="-text"]::-moz-placeholder { color:#535353;font-family:"ibm plex sans";font-size:0.9375rem;text-align:center;text-align-last:center; }
#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H [class*="-text"]:-ms-input-placeholder { color:#535353;font-family:"ibm plex sans";font-size:0.9375rem;text-align:center;text-align-last:center; }
#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H [class*="-text"]::-webkit-input-placeholder { color:#535353;font-family:"ibm plex sans";font-size:0.9375rem;text-align:center;text-align-last:center; }
#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:23.0625rem;overflow:hidden;font-style:normal;float:none; }
#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H .widget-container:first-of-type{padding-top:0;}#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H .widget-container:last-of-type{padding-bottom:0;}#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.25rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15011;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;position:absolute;top:17.2490234375rem;left:44.375rem; }
#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.25rem;display:block;vertical-align:top; }
#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H .widget-info-text { display:block;height:auto;font-family:roboto;font-size:0.875rem;line-height:1.3;font-weight:300;color:rgba(var(--color-secondary-0),0.57);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center; }
#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H {display:block;}#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.25rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15011;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;position:absolute;top:17.2490234375rem;left:44.375rem; }
#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #DX6twk7JdvF2TAbSxsHmK0nWqZboCb4u { position:relative; }
#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #fgyFkerpiOWL6niLO8tF7oi8iMw6WCcN { position:relative;display:none; }
#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #SdXCD3owIsk05wbTNHBtDv5TAXEAgIPp { position:relative; }
#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #TKVZEXbu8k3AVWO4rXyWNo6vNvO4sLeV { position:relative; }
#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #IzBhkuKfxSiTGeO4mVH7fUCL7cUDoUrk { position:relative;display:none; }
#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #i6Ls6gxypbVninMcOX7eDpwxhOL2sefH { position:relative; }
#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #d2u1Pczplp5Oa0GlNoAoTeocpHJ4xI82 { position:relative; }
#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #ulMtHKKFqdsgztU0gs6l3AJlMcdCSTeQ { position:relative;display:none; }
#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #bhZGeAKpA9G6Zax73B781PEemcblOf48 { position:relative; }
#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #zTv0MrXLy5Mn7D7a0gLQskqvxoq5iFzN { position:relative; }
#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #iGthp7mwHl6aWVx95UOIZGoDDLZiRFXw { position:relative;display:none; }
#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #RLlllM96qqoJzNZyNsFqqdmFOB0yt6GU { position:relative; }
#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #pQTuSSnDvUsloywdhIUE6tOyrfDbZeq7 { position:relative; }
#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #zkdooUym5o58HSmvsypIITLsHHOg20nV { position:relative;display:none; }
#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #dKGsfFyM8kOHg8JBcKOb83C7dCtz3MS0 { position:relative; }
#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #TCF7VOf3qW96TANcT0HxinJR5h2bieXm { position:relative; }
#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #tfG7zBMfER83Nf2hWvTbAXkF7ETiflzC { position:relative;display:none; }
#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #yaKRM3UPyZfIqcLy0XZeViwNwgAMwavW { position:relative; }
#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #Qt6WJ24uQ1oD18cvctHPGQ59P2tcFoXa { position:relative; }
#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #RPuxU3Ip8k0SWADCXAcmqneEyl8LZQAm { position:relative;display:none; }
#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #SnfJHlt6J4EabUeH1BUMGysGmqbeaqIn { position:relative; }
#P6F4d2c4idB8VJkf4zHkigGAffTSBfwA { position:relative;display:block; }
#t83FdgOXPfGuIMkn6wrBKJvvUrDKsiCF { position:relative;display:block; }
#Ju847ZQWpT12CBymTRGS39RvWQqCo7Mw { position:relative;display:block; }
#ZeVXsvdssWuu6DT6yhUkn1Qbp39ZMX98 { position:relative;display:block; }
#K9uQzwaJVNAAipJkU775ebUMVN60qyON { position:relative;display:block; }
#Ctzlp3Hs6D6vLgwgLNTr3F86P46BT0cP { position:relative;display:block; }
#Ac8d2fiMRGSbfW83XXkrHGsCfzS4vqRQ { position:relative;display:block; }
#dMSdJURaUGTgDCzAzqEOvhyQCqxmsq4v { position:relative;display:block; }
#ywUWVEVr5xaEVkWBDWhC01mMTNTBezCy { position:relative;display:block; }
#ZTqldm6w6Pf383AT7dXKHEkXvhHViOdw { position:relative;display:block; }
#ZrOg0FkxcxEGIG32fEMvTHh2yexDt4o1 { position:relative;display:block; }
#RSew7yRVnhQ6Qzlkive3ckpmIFQgL5ep { position:relative;display:block; }
#bbzypiV8NKJZdmFdXZV1ssTmTa7y08E3 { position:relative;display:block; }
#Tz9u0EULDUbtR3TWETbIhcmXqI7SwnxB { position:relative;display:block; }
#D53oFRcJzHJJ5yhWIPSJpgH83Z1TdwBu { position:relative;display:block; }
#LOPXFgbqqPrgU9wmPRtq8khM7zfSXdUQ { position:relative;display:block; }
#Tlrk5XIQQVyNUE2SB8C6EW86RTIS37ge { position:relative;display:block; }
#G8fvu3XJUteWcK7IwIaReUZoOPKiys1r { position:relative;display:block; }
#Ht4vykdvIfUe8a4irp7dEtM81BbfbgUT { position:relative;display:block; }
#w7SS3VQWw6yJKZWDnQexkvz0LFG20T6K { position:relative;display:block; }
#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #R7HhyauyQNiSguz6NirLnQAJ31N6QhlN { position:relative; }
#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #srsCfQLCUpZUhDItgSRrULUXys2DQD6A { position:relative; }
#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #qwbPvFpbUJZ8yXTqvqL53th17nmifThg { position:relative;display:block;z-index:15000; }
#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #x7BFu7nSMl8TRXplQJMzBfKuWx9ZI5Pd { position:relative;display:block;z-index:15000; }
#vprlWkLGLLBR9WK7WzHLPbHsekE0TDmy { position:absolute;display:block;z-index:15000;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:30.75rem;width:75rem;display:none; }
#loJ9XIzeEBQ0oK4agCA0Z7F0v1FlawIw { color:#ffffff;display:block;width:33.0625rem;position:absolute;font-family:"ibm plex sans";font-size:2.0625rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:12rem;left:41.21826171875rem;height:2.26855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PkmQA4QvGVPMHnyZTSMi9e9TkJz761Hg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#PkmQA4QvGVPMHnyZTSMi9e9TkJz761Hg > .row .container { background-color: transparent; background-image: none; }#PkmQA4QvGVPMHnyZTSMi9e9TkJz761Hg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PkmQA4QvGVPMHnyZTSMi9e9TkJz761Hg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PkmQA4QvGVPMHnyZTSMi9e9TkJz761Hg > .row .container > .video-iframe-container { display: none; }#PkmQA4QvGVPMHnyZTSMi9e9TkJz761Hg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PkmQA4QvGVPMHnyZTSMi9e9TkJz761Hg > .row > .video-iframe-container { display: none; }#PkmQA4QvGVPMHnyZTSMi9e9TkJz761Hg > .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); }#PkmQA4QvGVPMHnyZTSMi9e9TkJz761Hg > .row .container { border-width: 0; border-radius: 0; }#PkmQA4QvGVPMHnyZTSMi9e9TkJz761Hg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PkmQA4QvGVPMHnyZTSMi9e9TkJz761Hg > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:75rem;position:relative;display:block; }#CM9HGntipywfS6bTWEl51AhSJQnvTF9c { color:#c3c3c3;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:0.91845703125rem;left:0rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fK8mLRJJTtmJSWiFwDI7c4lBpx9mgBIx { display:block; }#fK8mLRJJTtmJSWiFwDI7c4lBpx9mgBIx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Crq9IldG2wx1ctta28ZkKM1p1FDcOlx7 { top:0.8125rem;left:0rem;width:47.75rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoN2Ru8JbznQUEkDBVvmFS6axu3GfGc0 { display:block; }#hoN2Ru8JbznQUEkDBVvmFS6axu3GfGc0 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FnCf8RwCdIm5hUQb2Oxbzz8RAmX56JUr { top:27.25rem;left:0rem;width:41rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmN4aJXHUBozuvlfsQ14TKPk4biOyTgD { width:20.0625rem;height:4.1875rem;top:43rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9OJfHUphuhP1TrEG4Shu0fb6d0GrSst { display:block; }
 }@media only screen and (max-width: 763px) { #UslqoaakciomyWwQbhrobgVDFoOQ3dXK { top:16.4375rem;left:0rem;width:36.5625rem;height:8.7350682593857rem;display:block; }
 }@media only screen and (max-width: 763px) { #neTVMEVOoVFkrPL3k03rlB6kEaXfh1rT { width:15.6875rem;height:4.1875rem;top:43rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vd6yPUae0Q9i5mm0L9wuOVMs4y8dmwlP { display:block; }
 }@media only screen and (max-width: 763px) { #WqHbOQ7zuTKvW86SAhPdxpmLLdTuy3wQ { top:13.5rem;left:0rem;width:36.4375rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qz5Z4byneAyZDhVdl3wHz9c8HQZVhl9m { width:24.1875rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WweosR2c9T6ahf9FMb8AeGT8ChcQx0Wm { top:34.9375rem;left:0rem;width:37.125rem;height:5.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lS1vA081UnRFUmTaAkyWWysNFuCs9Cfd { top:32.3125rem;left:0rem;width:32.6875rem;height:5.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwJWJ6HmegPVTM2OwPJF1RxDXvOLkR85 { top:16.625rem;left:0rem;width:34.25rem;height:14.375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJ9HNgo77ySw2gfwO698xfhElEaXorwz { top:12.3125rem;left:0rem;width:22.25rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNobVGDmI5iO2wLIaRpwoVtLTtyKZTtx { top:13.125rem;left:0rem;width:19.25rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEd6FSgZmviUNVvxJTEmbILCwJQ02PIT { width:19.125rem;height:3.75rem;top:39.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJZsxfGfsWBGBnGFTeTAn5GGztKX0u81 { display:block; }
 }@media only screen and (max-width: 763px) { #z2iTZ2wqNngxvuNh26bdKK9Ax4TIvqpl { top:8.875rem;left:10.25rem;width:37.5rem;height:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #otPxevGvZfE1CaffShpGuInsABnZdekK { width:14.375rem;height:3.5rem;top:43.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCHv49SAUXO5oVMMihr989TLQbsDAZDn { display:block; }
 }@media only screen and (max-width: 763px) { #bAZqc3ZKWrhnKkmnIokfxdTzB3GrDUm2 { display:block; }#bAZqc3ZKWrhnKkmnIokfxdTzB3GrDUm2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K6KaZIAieGAOy7DIqrtxU2r5afnrmK40 { top:1.625rem;left:0rem;width:13.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQfnb9C1mqtHpRhVubbTJTeq24GRxSTs { top:1.4375rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBxcq8TkSHKH2RKOMSSt4sGTM2kie0AM { top:0.0625rem;left:5.4375rem;width:18.1875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFsC5yLqRbfAmwDzGNQUckQPB4RwGaCq { top:1.625rem;left:10rem;width:13.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlcpLdN2CJ8EDl4xreMCOuiWVUT8BHvH { top:1.4375rem;left:11.9375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oevqlHnf2PoiOTrtnzfll7wSlX9Oc8AE { top:0.0625rem;left:0rem;width:18.1875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SichMUtxIbLRa499XceChdFf16Coyxwb { top:0rem;left:17.375rem;width:18.1875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7lfbVTZzLDxADqGpT3uGKXLXTzgtWb9 { top:1.5625rem;left:21.9375rem;width:13.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZx5aB4s5DOUpWSuu0wnenLam16brE97 { top:1.3125rem;left:23.875rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ja8E8DvRvtR1m7x6ITmvsiDREbeFehiP { top:0rem;left:29.3125rem;width:18.1875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BB8PlNTxrJnk1Qeehbyp4GZnPtBEdbTp { top:1.5625rem;left:33.875rem;width:13.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhQa7dqMJou85vk2nBQsihAZxnVQqPwz { top:1.375rem;left:35.8125rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8wq37hhGc7gx6OWWlcKSsxKdqlNqvTu { top:0rem;left:17.375rem;width:18.1875rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VwJqPiXWuwKbwRrthPVmHvJAO4Ma1aJ3 { top:7.3125rem;left:0rem;width:13.8125rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TakeXApSB55Ort0pnRQv5Byhqb6IDx2G { top:1.3125rem;left:23.875rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OxQovPlSOUhZbzNf111pVN6QpT8lUzC6 { top:0rem;left:17.375rem;width:18.1875rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Px5zpcIJ1poLSWqP2Iqxm61UynAJAmJU { top:2.5rem;left:0rem;width:13.8125rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eIhSGlvsL43dmLrUSLm8LTz7wuwHtD5f { top:1.3125rem;left:23.875rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TOncaRTC6OGgA3Z2VMhWQoL8xrzOQqnl { display:block; }#TOncaRTC6OGgA3Z2VMhWQoL8xrzOQqnl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OaUKhubqnBrxtoMttWs4Ok5BNg1BylUz { top:17.25rem;left:0rem;width:35.5625rem;height:20.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcNp17VBOZB5XECGUlDH4f7hWUnWg4qb { top:9.5625rem;left:0rem;width:28.5rem;height:6.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7R5taNN3L2zxTCMF8PCLTWsnKNf7gr4 { top:7.5625rem;left:0rem;width:10.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e70Sg2xTNnB4P8Q0ui7aoeTz2IifkfLB { top:12.4375rem;left:16.875rem;width:30.6875rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #izBvIDx8NVhUnLzPK8TBOC7vSmZXx5Ho { top:14.5625rem;left:25.75rem;width:22rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0QQJwkfMk9Wl0aJS7n6NSbx8A6TadQb { top:14.4375rem;left:33.3125rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaXxZLCf8iSCe1NGZMGaTn3C76PlOKoV { top:18.6875rem;left:33.3125rem;width:8.9375rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSU8lqxlS3yBCF016nK0qbEd7n08sqAS { top:17.75rem;left:22.4375rem;width:25.3125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #HGiIlWa6Oz7STTvIwDOMoMoXXC07CLA7 { top:18.6875rem;left:38.8125rem;width:8.9375rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDrT0HsOMT1DTlIpPQyUc9Wy7r41TOyB { top:21.75rem;left:33.3125rem;width:8.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfKSbhWu8zeHTDoSHuhtXVTnRsf7wkih { top:21.75rem;left:38.8125rem;width:8.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ER4EAklZ7Gd8xuhcOO4UBw53vK82ibi3 { top:20.8125rem;left:22.4375rem;width:25.3125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #Ui6hztptsa5hDOwqcnOEiHtJKOUxGZoG { top:24.8125rem;left:33.3125rem;width:8.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mR5GP2Wl5mOlIhHNFXNVGQqp5duEgPKy { top:23.875rem;left:22.4375rem;width:25.3125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #XJxqqTtstT6gNbF1gqnBZKxlNrHUGoUZ { top:24.8125rem;left:38.8125rem;width:8.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6wdQwfUHv1iL8ZvchVREbgP9515ubMX { top:27.875rem;left:33.3125rem;width:12.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXZXI0VvTzUOAg5a9PA9TzXfzF5Kkx4O { top:26.9375rem;left:22.4375rem;width:25.3125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #atbQOK41NpZTUcoKRrRPddqqgQdVXT1n { top:27.875rem;left:38.8125rem;width:8.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPyrwmBOyNlJF0fTDUbOiLdT3CTd5UPa { top:31rem;left:33.3125rem;width:8.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J501S6I5FCrQiV2sl19516WwPZ0RfJzl { top:30.0625rem;left:22.4375rem;width:25.3125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #gqzrJFRJa5Hb24xkpNGKlGLUh0ETvM3H { top:31rem;left:38.8125rem;width:8.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bv2EAKde0WXnrIl0dQOcZdBiWFsGhNEe { top:25.6875rem;left:38.8125rem;width:8.9375rem;height:1.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LugHyaG6b6umqfA4nXC0nWbbgl2uIkEq { top:24.75rem;left:22.4375rem;width:25.3125rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #KXFMZs96C8bnlStIIGxQcuk575DRm9qq { top:22.5625rem;left:38.8125rem;width:8.9375rem;height:1.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xGI2ZLqQ9TD0zJhunslIE5kTofh0v44P { top:21.625rem;left:22.4375rem;width:25.3125rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #WtGXT3AOBAOIUDsH824HamB0qrPyechZ { top:19.5rem;left:38.8125rem;width:8.9375rem;height:1.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VAO9SA1d9GUgelOuVEc7ExADTT6I1Xdk { top:18.5625rem;left:22.4375rem;width:25.3125rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #bdfwHGPWyGJm0ZL2G2BTvE2BSPXlTwwc { top:16.4375rem;left:38.8125rem;width:8.9375rem;height:1.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #J7uUNfbS65Laa2sueKxq26km56XBnv0f { top:16.4375rem;left:34.125rem;width:8.9375rem;height:1.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tg0VunXkkdXaT8bKW9SaEiMFX9AtIl2T { top:19.5rem;left:34.0625rem;width:8.9375rem;height:1.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lXVk7OxHZosMGiddETROQRi2qPRdUcVc { top:57.875rem;left:0rem;width:8.875rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qLH24P5PcFJbHdlTtyEiDDqzlDQrfTlu { top:25.6875rem;left:34.0625rem;width:8.9375rem;height:1.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VNEnlTFK4Rdx8DNenxHZLMtpITdWr3Lb { top:15.5rem;left:22.4375rem;width:25.3125rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #mL20QwWAM36d2GdCMRSx2UZnAa4t8RAW { top:13.375rem;left:34.125rem;width:8.9375rem;height:1.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dUXAegN5W4NcTSROKTnnhPHfgI8Pabvg { top:13.375rem;left:38.8125rem;width:8.9375rem;height:1.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #w1ghNZeXMzKHh7rMmnDGg3IUprcvel2O { top:12.4375rem;left:22.4375rem;width:25.3125rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #wHtBnrf7L981clzquxrs66fb83ZnSrT4 { top:10rem;left:25.75rem;width:22rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VC6TmvxrVPhRd0MEyQQ2XxMTN4yTJDLd { top:9.9375rem;left:34.125rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DsCvolx9tsDCLxBRBTuuEmWTpKavbwKl { top:24.75rem;left:22.4375rem;width:25.3125rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #wl133iTnHk74Jv22COMU79lKaMSzlymN { top:24.75rem;left:22.4375rem;width:25.3125rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #DIeBNdfIGAK3yWRlHJCaN8ErcI38EPWW { top:24.75rem;left:22.4375rem;width:25.3125rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #nwBaTZNRuOhGqMKZUdkrMSSCyGc8s0XR { top:24.75rem;left:22.4375rem;width:25.3125rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #vN23kcZ438IuDLZPGT7T5wRupdd24T99 { top:24.75rem;left:22.4375rem;width:25.3125rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #yPMLOqQcFTEZHy7Tr2EwdADuNvewELmu { top:24.75rem;left:22.4375rem;width:25.3125rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #Arl7StJFy7vh8sHP5gSSivSgXTzkI0oi { top:0.6875rem;left:23.5625rem;width:18.1875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCKkow77HvqOZ5UrykEvc9N3WDhUTicS { top:2.25rem;left:27rem;width:13.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQ5RS9dGPDhTpiyEsxBJ51MsW5ENGeMu { top:2.0625rem;left:24.9375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r92kMVdsGeZTOWnMD3FVaDFOTbGCOFok { top:3.125rem;left:29.3125rem;width:18.1875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mW9asgrPT2SM3DR4ENQy51UL2AMPD3Ha { top:4.6875rem;left:33.875rem;width:13.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcO6ndDrhQoRTgM5Fgcur9wSkl2QGi11 { top:4.5rem;left:44.5625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KudTn6He59EWKMk0dntJX1W9xAhbwNUu { display:block; }#KudTn6He59EWKMk0dntJX1W9xAhbwNUu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qc2oT9mRHiiwMSioQWzCOkGuyGiwMxpO { top:19.8125rem;left:0rem;width:37.1875rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxVktIdUUbCBum1sn2S7HqwTAMpLuBbz { top:12.1875rem;left:0rem;width:47.75rem;height:6.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMfd3rAoIo2ywrAZroqPVMnTGXSQdnn1 { top:10.1875rem;left:0rem;width:10.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyE1TRPMleSx1twWOybf9BROf2Tnhq7O { top:26.625rem;left:0rem;width:23.9375rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6b18k7C8g7drUZxrl2wBicHESxG2qRq { top:34.9375rem;left:0rem;width:19.8125rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0vtnQzhZs0EI8u7Tx20fTnv3bhTNN6f { top:39.375rem;left:0rem;width:19.125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR1lLQaH5Huou7qlbThK6nRL207oof0T { top:28.6875rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrvW6mkWaG4ZapPcb3UsJTIkzb0sL3mp { top:29.3125rem;left:0rem;width:1.25rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROZE7LTou2CIJrDEGSD5sIGTzgczXWSI { top:26.625rem;left:11.875rem;width:23.9375rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIoCbRAg7yxSTTP6tRFEt6zEuHXSW2Sc { top:39.375rem;left:14.1875rem;width:18.3125rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqJ1V8FBQUoSbNThcTUFBe4WDkeDOXu2 { top:34.9375rem;left:14.1875rem;width:19.8125rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvtTq5PiMfTrGDCKBQ5WLPo9iOh0Mk1x { top:28.6875rem;left:14.1875rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4e9el0wDTJ31SO1PU5fTFhv7RumR6mf { top:29.3125rem;left:14.875rem;width:1.25rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IryOPFQD5p1vBh0FiD86ebRkluJxLvPh { top:26.625rem;left:23.6875rem;width:23.9375rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQdGZtEVncbCvzQoF08OwvW09I4EOpnq { top:39.375rem;left:28.625rem;width:19.125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydnQ9t1dscAekBxmh79TIp3qFATrWAS7 { top:34.9375rem;left:27.9375rem;width:16.9375rem;height:3.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTw6aMnT5JmpN41OxbwKbGFuCt157Zkd { top:28.6875rem;left:39.75rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ggi2Cbze5cIiD1C9KoVoKTtmy4qOZDIi { top:29.3125rem;left:40.4375rem;width:1.25rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVDcGC4vvvsytF1rVFmB1f0fH7okAkmA { display:block; }#zVDcGC4vvvsytF1rVFmB1f0fH7okAkmA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BgGCQl5euFba64osvKghgdvlA0m0HFA8 { top:18.75rem;left:0rem;width:41.8125rem;height:5.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5DAt4AhL2fpyxB4ZX4iFgrzIGQS2FdB { top:10.9375rem;left:0rem;width:42.5rem;height:6.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgLFgeofxBK74Am2F6LRwinDHRDRaxi9 { top:7.375rem;left:0rem;width:6.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bbv0K91iaS9IEn9ZOr2PrceKHg34VtRb { top:6.5625rem;left:0rem;width:8.875rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e87q1uzZIxyltG75XBC9nexpSvPJzcX1 { top:29.0625rem;left:0rem;width:10.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fP32MBbiZTUdAQ6IpJquTZguAmUbhGgV { top:31.3125rem;left:0rem;width:43.8125rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KU9tM8ztrJtxdI5SOQMSimoiB0FTGfCv { top:41.9375rem;left:0rem;width:18rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIek5JXsimunpi89G2fkrqRKJ9Uxgou9 { top:46.5625rem;left:0rem;width:12.9375rem;height:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gN1TKlTlce5Az8twmu0MWGBJ0X2ZsOZ9 { top:43.4375rem;left:0rem;width:12.8125rem;height:2.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJ3yRZJKTV0CEgwK6SJcAF61yye2pTbT { top:41.9375rem;left:29.75rem;width:18rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iar1i3SKv9SrLd3wS6o4QrTBBlHtziOF { top:46.5625rem;left:34.8125rem;width:12.9375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdRTUIcg6LVBT422CMidgHVKfAzsoAGT { top:43.4375rem;left:36.6875rem;width:11.0625rem;height:2.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBFQISBGCnZa8JlxGSDN6hTPqwSTNk9a { top:41.9375rem;left:24.375rem;width:18rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xwxq2xll3WpIE9UT7DF8hCHUt6LPKSPH { top:46.5625rem;left:26rem;width:12.9375rem;height:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSJ7F388OtRCGR8TKLOK0pkgI2cdZvb1 { top:43.4375rem;left:26rem;width:11.0625rem;height:2.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2SHixg5cieyOikLewEriJn5EOJtaDgo { top:41.9375rem;left:5.4375rem;width:18rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mg34JMCD8RK82lkvTCqe4zceDtvqezpU { top:46.5625rem;left:7.0625rem;width:12.8125rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6IE7Z7OOFZaCwnhelhs3WyoWmlXFrHT { top:43.4375rem;left:7.0625rem;width:14.5rem;height:2.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4eGMUliDsg6P7L8uT7K171AxCZm2uOR { top:54.4375rem;left:0rem;width:47.625rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgU81PxG7i4OLznu1nmrABGhrDDLJxSc { top:59.5rem;left:0rem;width:34.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r59aHVTlzqdaypshTwadnMgyT68q7N7g { top:58.625rem;left:14.9375rem;width:32.8125rem;height:4.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cac0K5JZCvt1yE23Gs33xhV9HCcqdWl7 { top:84.875rem;left:0rem;width:7.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wr3A7NfS31g3uXsQiaNOd0E4bimalNP7 { top:95.1875rem;left:0rem;width:34.1875rem;height:7.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELKVHC46BQ0J8MDksxSIw3d5y1dK9vwR { top:111.25rem;left:0rem;width:36.9375rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkIWXKobr5DIXHgxcgx8GAeTSfTERavI { top:126.875rem;left:0rem;width:29.25rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHr9idEUfoQbB6T3tFgAdQxXWzCZdcsS { top:122.75rem;left:0rem;width:17.5625rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkwmKMx6D1sVaKTf7vJnHWwT5XKwfFX1 { top:124.8125rem;left:0rem;width:17.1875rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2zlDW4UUI1HWfFAtttvp5EoiLNun2kf { top:204.0625rem;left:0rem;width:40.6875rem;height:10.3125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsTXDHgI0tvVwa3fiTzvAT0qLeC01AJD { top:202.0625rem;left:0rem;width:10.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPoif7UPxAhzfpFnw0vrzCQydLPp9zSp { top:215.4375rem;left:0rem;width:36.25rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7H0UXqC9RxRGzlka7yaammrch1c9B2T { top:221.75rem;left:0rem;width:47.625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmne0Ql8nqPXcqITzcEVZW7fvv9PTWoU { top:223.375rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qohN3GlTtUEBLGR6ZTftaNlHmwwDCRBQ { top:225.1875rem;left:0rem;width:42.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyJD51mgyI3ULEzh7pkvMq4DMqA7ODl6 { top:223.1875rem;left:0rem;width:34.25rem;height:1.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0EidIsJ61BFGwpR4ggVGNEAggn3rWLe { top:224.125rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FECUUNgV9FHs8dhKHkJwzqI1e6E9OQiH { top:228.5rem;left:0rem;width:47.625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #egrFWVNxpcn8OQ4MGw4iqvOmalEN6bXq { top:231.9375rem;left:0rem;width:42.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRJTMFoyTav09swdZnwi7lA5DTJpc6tr { top:229.9375rem;left:0rem;width:34.25rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfQfSyxNA6AQt3bZisEeqnsIRDDTTEgs { top:230.125rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXJAMMS8tqELx7MBLXIDn3d93DfrDs8B { top:230.875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhhlT53fCKTrilo6nIh7At4E0SPw52os { top:235.3125rem;left:0rem;width:47.625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMBXWH2Am2LVqRSGnanURRsQWUpMnBT8 { top:238.75rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3Kq1HLybFxUv7FIsbv0OkfV2SXU0Te6 { top:236.9375rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOR397c6lzV5JTd7HiAfAHyr345DlnIO { top:237.6875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzO9G5edgZwSxdvfVvN24fd1krTeqvAy { top:242.125rem;left:0rem;width:47.625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #vp7aBJ4BNkrkEIs6Zin2CrfryLTkWT6A { top:245.625rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #naQBkuDJqoKbSXa6lXKuPvs784Z1WF50 { top:243.5625rem;left:0rem;width:34.25rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwNkkfkgrlwENNSEDhTFufET6lAqVCdd { top:243.75rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hw6QGuhTTOs0a9ZrJzCTThTowp6zTRug { top:244.5rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnswr5zNsxrpvgrdmkcKRRcxi6rBkKuy { top:248.9375rem;left:0rem;width:47.625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUM2Z8RrhNFAmfhPqMD9FFN6m5kimi3t { top:252.375rem;left:0rem;width:42.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GP6HKNDZCvZqR2RzlUQG0NDCd7ms6rbd { top:250.5625rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNl8ShRhxcoqSvfhbXEIBGBLttobD6rn { top:251.3125rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #niIpTJkth0ALqvFkZD9XLGcyqLEDctBD { top:273.4375rem;left:0rem;width:36.375rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgKf6oXgGiDPK2rdwEtrx8VsUugfhNzz { top:269.125rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Exv3IoDsVud4Eb8ciRTWeoVeRD3dcpRN { top:267.125rem;left:0rem;width:10.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWJKG7J0ElGTakgTiUKJdz9Z4kncSU6W { top:281.8125rem;left:0rem;width:3.8125rem;height:1.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWZ0LDUrS7Teqr4062PWS9vTTqf4KJP5 { top:284.875rem;left:0rem;width:28.5625rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yegT2fnRvStHv7Fmd3WSXO7DmSL2vgfy { top:281.875rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgTDQfQOxgrSiIvrB6maTKPJnKVBfdXi { top:284.875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MS30LUBoldynweDZaqQ40r8t3aUgzLfK { top:279.9375rem;left:10.75rem;width:36.875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnEGvLPAJ8WpVv659xJ0fTeBqMA5aye7 { top:281.8125rem;left:28.5rem;width:3.8125rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kl5GWS3gRqCORyMfnJehWMC0T5AoFRzx { top:281.875rem;left:26.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FppybEiAUxKTgScJcEiiOrq6xVG4DSQz { top:284.875rem;left:19.1875rem;width:28.5625rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbRzvLVUJ0CshOncF4eBdK4nyvEy6MDE { top:284.875rem;left:26.3125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbBNMOKJirCQtTM0G77m6rsdm57C2Em9 { top:287.125rem;left:26.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqlQoPEmD5WD6wgKxBalOveL91LavXUk { top:287.125rem;left:18.5rem;width:29.25rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTR83M7lquPb9swTb4kHRApqX5fn4POD { top:38.1875rem;left:0rem;width:18.0625rem;height:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xcLLNXzAn86T9eTS14oK7E5X7pFWtwV6 { top:52.6875rem;left:0rem;width:15.4375rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HZCekhQKbbGBAJ1Itq3I3tVXc3vkZWe5 { top:50.1875rem;left:0rem;width:12.8125rem;height:2rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #F76dbxRFSZLpaw5E4IzX2ihThE6xn9K6 { top:60.1875rem;left:0rem;width:14.0625rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #X45sdgTOeNrqWFQoRzHeJByAkvwEK1lu { top:57.6875rem;left:0rem;width:12.8125rem;height:2rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #op1VnSEi06kwSgNM7aczVUAFCn72MTSS { top:67.6875rem;left:0rem;width:14.0625rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #z7kDIsFZ2wIVs0NZ74SR0Zx0kGfXIKr4 { top:65.1875rem;left:0rem;width:12.8125rem;height:2rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #AqfNUDd6gL1Dxaghg6xoXGp5hrWytzcL { top:96rem;left:0rem;width:36.9375rem;height:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BMQs51uHDsogB899bU1x5kd3NeHixVQQ { top:101.625rem;left:0rem;width:27.625rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #EsCQn0MTWcb5sMn6Hv8NlniThpygEHo3 { top:162.5rem;left:0rem;width:17.1875rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QKwBdm7vNKhQlH95XVxd0OXizwcQzhwZ { top:160.5rem;left:0rem;width:7.25rem;height:;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #egqgq8XTfTr1rdf3fnSIIfqQ0sBcQIMU { top:97.5rem;left:0rem;width:4.6875rem;height:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rwBoetZE2fMGcRWPdHFkPNsn4stUeAE6 { top:155.8125rem;left:0rem;width:2.1875rem;height:;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #J4qTcFqcax7QzmtKWMRc0meR6F7VITvc { top:96rem;left:0rem;width:36.9375rem;height:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iO3QImausvLDFmycKr48UxJtErTTZrFp { top:209.375rem;left:0rem;width:9.1875rem;height:;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #R8DSlNF9IzyD5J3PHNqPBdZCTKXz9O9O { top:230rem;left:0rem;width:13.4375rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tIHw2zLdTUduJEgC1QM9vkht5ugEBCP9 { top:140.3125rem;left:0rem;width:2.8125rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DJu3ARxsUii86ZHazpQTQgEMRrs4ahJ3 { top:141.0625rem;left:0rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JoJvH8PVvy47BdbNERna7du7UerbZwvV { top:138.6875rem;left:0rem;width:47.75rem;height:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #OVJTc2kdrJctMbZwQEThuyRqBABTtwgI { top:220.625rem;left:0rem;width:12.8125rem;height:;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nB7Rt3CrzXPCPAZcfyBtkwC2cIBiS9LN { top:255.4375rem;left:0rem;width:13.4375rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #b7UdlPMbNPBaWLW8IddkExKmisoHJDkB { top:140.3125rem;left:0rem;width:2.8125rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ukRmCVDLOL2QhlScJA4yA1E5hArDZGH4 { top:141.0625rem;left:0rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #V97wVEtUMkewtziqfgL5H0kE0iFsJtO2 { top:255.625rem;left:0rem;width:13.4375rem;height:5.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XFzQVQe28ccJKcGx2VuBJmr50OrimkJd { top:231.875rem;left:0rem;width:9.1875rem;height:;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tc2H7EMt3C5zAPtMTy2KutRHbkLtHn8f { top:140.3125rem;left:0rem;width:2.8125rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pFyLfd0Bnd4BbAzfoQoSCx2o5RXT9WU7 { top:141.0625rem;left:0rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cVSBLoX9XKm06JXzs9bKALkpFd0Sp6rC { top:268.125rem;left:0rem;width:13.75rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WPb9oW8oALqkNIQxl55b9GeFKFHcdUXV { top:335.75rem;left:0rem;width:11.875rem;height:;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yqPuW1EHZWQ0t7UbEBxuQ9a6WvVlp2Hf { top:140.3125rem;left:0rem;width:2.8125rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ELDOoMIVp0BnHmgtz9ZezyRbiOgglhX5 { top:141.0625rem;left:0rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IllkPoCf4QQ6XMVFfOJ51A8Xiky8tHIV { top:242.9375rem;left:0rem;width:13.4375rem;height:5.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ybuv7g3Cc9Cv34idxFTJN8XT0nTlNd2x { top:222.3125rem;left:0rem;width:11.6875rem;height:;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iGhckdRvTqk5HqFrEKyrQ5F71xlXcal4 { top:140.3125rem;left:0rem;width:2.8125rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ybu6sJhsaPxkC5T9E7ZsWFqbLS0T6Mta { top:141.0625rem;left:0rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gRS1OV0GCyvo3mgCVWgg7T0FXkLUxTna { top:201.5625rem;left:0rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #PmdZ2U4cVy685Q5wVqOgMNc5rK5RphHE { top:363.9375rem;left:0rem;width:15.0625rem;height:3.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ligaBnnbS7DJz4CpUsGp2xrDphMo2NTI { top:368.3125rem;left:0rem;width:15.0625rem;height:2.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fz6MTledMGaDcgrbNbIzsG91HC1wwxQO { top:201.5625rem;left:0rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rcse4rIrAhTTr3PCfE0FwxMtkUM40TOi { top:371.875rem;left:0rem;width:15.0625rem;height:2.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DotuWW3Ake86PBLxNhF9QLP8JoLtuZHM { top:201.5625rem;left:0rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mZLmg22dV5MUTkhKT39QyWt71uCdCMJt { top:422.3125rem;left:0rem;width:15.0625rem;height:2.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HEcvGytQCkNRre7xK561BDRISJKL0g6V { top:401.8125rem;left:0rem;width:15.0625rem;height:2.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RyClM4kLyHUxhsaMBBVvAEXgs8Ns5PQs { top:393.875rem;left:0rem;width:15.0625rem;height:3.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mGidHfpaEPTxe3NlcHW0qkCXuTwW0qGZ { top:414.6875rem;left:0rem;width:15.0625rem;height:2.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DkckOmsbMhKNKgM86ST4oH4Zt07DawWd { top:201.5625rem;left:0rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fGH0lzGNhLrClSreiS6VheDxRCCRf1yF { top:201.5625rem;left:0rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #uKaRDlZPWsGy6MdJMw6DBciui517wrto { top:201.5625rem;left:0rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #aQhgNt7W8AuBWWfdroXKfz9ZewmLBorT { top:201.5625rem;left:0rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #HIvAWIC1JsLsJC1eSgSIKSNi5Ixw3JdP { top:306.25rem;left:0rem;width:3.75rem;height:;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KM5zW1fzb3pE6eEAMK0BwQiViCvBm6fm { top:198.5625rem;left:0rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XCRPAUtU5IItq1z4SiJPwToMylBcp0aI { top:78.1875rem;left:0rem;width:47.75rem;height:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gA0W0yxQxNFkUhdsfQfH7zCZdfpFEqpH { top:86.8125rem;left:0rem;width:35.5625rem;height:7.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NziTHQoGR2eDr2GPeO6Weye0H8K5240S { top:81.375rem;left:18.1875rem;width:29.5625rem;height:23.325225095735rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIQLfIeWDbMakfSz2hV9M8ornbJq4l0b { top:113.9375rem;left:0rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEkrZeHCrtnidM0MWUHeloCLKV6mutTM { top:111.25rem;left:10.6875rem;width:36.9375rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #blHFnTU1EDGSg5hELD0qtD1XnbfdTSWA { top:122.75rem;left:26.625rem;width:17.625rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ic4BTacRQqbtZJemfTIwiyz0V09CD574 { top:113.9375rem;left:26.8125rem;width:6.75rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOfi2b9NqDHvwb2s37NCPGZHhnDx1gpl { top:124.8125rem;left:26.625rem;width:17.1875rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyNnlvLIViQ9zJFGXJtTOR72VHZRNTKx { top:126.875rem;left:18.5rem;width:29.25rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTo9TkzrFFV4W9pfeMTFKL5e83T8zqBe { top:236.8125rem;left:0rem;width:34.25rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNGsd6htPonWlxEwLzN2ngRQdyXVNlcO { top:250.375rem;left:0rem;width:34.25rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxkVVAT0g7MhulOARIEHrDHeXfsPx54x { top:279.9375rem;left:0rem;width:36.875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuPLHCSKQza14AZ54J8dQGF08gzqJIbp { top:287.875rem;left:0rem;width:26.6875rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4Em1ydMSSVOKoV6qlHLdJEAPsiqmBdT { top:291.0625rem;left:0rem;width:28.5625rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1e0JnHDX8FIoLqaeCT32kBtTNRBEHNa { top:293.3125rem;left:0rem;width:29.25rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgzKvi7dWAliVMVqqnbtA4XI1m6RSWU1 { top:289.375rem;left:16.6875rem;width:31.0625rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmmIcPMydOdSFib58dfcLgpCDUAv8byT { top:291.625rem;left:18.5rem;width:29.25rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpFkqIXiquO3y4UB9HsDXA2HbxRNTLP6 { top:289.375rem;left:26.3125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGLENU3GhSukcgEIpgcl2SrQ3aD4Lzpl { top:291.625rem;left:26.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zp7iUdTz9yEQ03Uc6piMnLe2tNNbZZlN { top:287.875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fb6dOSLkTgqVr5nNIubwxTqTS8XyIUmR { top:291.0625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsIUENOwbrcq8ly0q88MFbDTn8MTQWMO { top:293.3125rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXRTiqFeI7CpK9uSJAFPcNQrnzzGtwZk { top:141rem;left:0rem;width:47.75rem;height:44.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUXHehu8k2PMIxQ6lcpws3DyHgDrQrEw { top:41.9375rem;left:0rem;width:18rem;height:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hOF2BMO3wvB7T3uu9Dw78r00eCB5V7e9 { top:41.9375rem;left:0rem;width:18rem;height:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BZbDdQZTEq4DpynD0lkyQGRWFk6BODuI { top:41.9375rem;left:0rem;width:18rem;height:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SJfTmLfz3s2gvCHm9UEDKQATfZ6Z25K3 { top:111.25rem;left:0rem;width:36.9375rem;height:20.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JpJbzTlmOBeTTnlBfDTOwU3d7RlFKISn { top:221.75rem;left:0rem;width:47.625rem;height:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #oO2QSonbCxMQoAJvsGCM089FEB6XNHio { top:221.75rem;left:0rem;width:47.625rem;height:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #pVH9P0XNVBGJRH4XpgPf8XDVD5aH1qs3 { top:221.75rem;left:0rem;width:47.625rem;height:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #OwyloTZaxEGQ1KdsDwXcBUTeI2AtUx8y { top:221.75rem;left:0rem;width:47.625rem;height:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #iEeDyc7vbbGSzQ8PR5TJloFR2UIiaswd { top:26.625rem;left:23.6875rem;width:23.9375rem;height:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gJ7BWkOivcTeIkTheMKf9WVnn5wD5gIm { top:26.625rem;left:23.6875rem;width:23.9375rem;height:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gx6OWkT6EmWgHRz27M5dOOngeWUn4a0X { width:20.0625rem;height:4.1875rem;top:300.625rem;left:13.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8keaTIGfcFFTi50xBzV3g86mUUoFynX { display:block; }
 }@media only screen and (max-width: 763px) { #QlGUltVG1vHAsl0CI1QqVW6HQH6OQyvs { top:177.8125rem;left:0rem;width:7.25rem;height:;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gdeFMTAfl2SSVrpZ7ZBMkuwDgckbQ84b { top:180rem;left:0rem;width:17.1875rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ItpbDACTtlKDTsPmsA4cQiEbexulG6TZ { top:182.6875rem;left:0rem;width:16.75rem;height:6rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vfP48QysZPCqWrsohxrvOX14C4BMsFk5 { display:block; }#vfP48QysZPCqWrsohxrvOX14C4BMsFk5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g7BzpJKILtsWdV72EHViTTvtQwF9NcoZ { top:24.5625rem;left:25.75rem;width:21.875rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eE8eH9SGAVSqGNTwLLxNwZv1U3kfrOOq { top:42.0625rem;left:12.625rem;width:25.0625rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRWnBNB7roD8xEIkiFnlQIpt15JCu9kD { top:45.6875rem;left:16.8125rem;width:17.9375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOyXNTw4gdIp9Tw2TP1FkGgR5w6t7RQm { top:36.25rem;left:30.5625rem;width:17.1875rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOJRMQv8C7zZJL52ulvRykAnEsrMaELJ { top:43.8125rem;left:16.75rem;width:17.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgJTb3AWInOeQfRQhW5DgVQpTrSa4qfN { top:33.25rem;left:12.625rem;width:25.0625rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRWMhJ8Ea465cJvRoserO2a4tglEv8KB { top:33.25rem;left:0rem;width:25.0625rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJqtTW4V2lBoC3tpxCmhn3nnOKAgUkaG { top:36.875rem;left:16.8125rem;width:17.9375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZwOqn2vBRHg6RQqABl3AQxrPk1q1Jmu { top:35.1875rem;left:14.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4xTgiw7doSTwosc8NR8RVzrfL6C5vnV { top:35rem;left:16.75rem;width:17.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IscOnsXic8aVBtIRMXoCZRV6TQkGMwqZ { top:42.0625rem;left:0rem;width:25.0625rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8l3qTezqRzaAPPfBroWLasT0nbmeXSJ { top:44rem;left:14.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIaZkETSlQA0khIh06ybOTdAFmGRROeA { top:30.375rem;left:29.625rem;width:18.125rem;height:3.3125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3oKCdvXT72QzPbndytinRkBPWPXlVd9 { top:34.1875rem;left:37.0625rem;width:10.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3TJqouQM99XcL2bM4gv11xsKEla6rH4 { top:24.5625rem;left:0rem;width:25.0625rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGdvU8gZ7sF5O3rAevnoeGC4cZwq8Xzz { top:24.5625rem;left:12.625rem;width:25.0625rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3uxeSzpQO21vs9kUROqgSQ6dFKbcJmy { top:36.8125rem;left:0rem;width:17.9375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKpLpIe6yuDE0BgvcpsX4wn9ZWl18Qme { top:35.125rem;left:0rem;width:17.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGo9pPaX0FwToOTUHoPbQD8BsSEalk6S { top:45.625rem;left:0rem;width:17.9375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTdWKnFTRBTfO6wTvqQAvkmSHt44BCL8 { top:43.75rem;left:0rem;width:17.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBMetHJukTx4U4DgceCUOmHqqwGGQCGr { top:28.875rem;left:37.0625rem;width:10.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnkZ6RmtmvsQB1G79GoVrLS0FPInmwD4 { top:28.25rem;left:0rem;width:17.9375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgZWbI3K4xvqmdTsbowWcr0kI2ZuFTzo { top:28.1875rem;left:16.8125rem;width:17.9375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF3ThdfQ3epJe6bShHhwdT8i9tiEu8Ug { top:26.6875rem;left:37.0625rem;width:10.6875rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNkNqEwCHbiVgvQsPWWfySFq6cEpCU5M { top:26.375rem;left:0rem;width:17.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMSFEAeBtuP3VvbTHzcCz6fKTlzNBVTR { top:26.3125rem;left:16.75rem;width:17.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVpfz6sqcovMZMTh7FZhhamazEpC5Dgs { top:26.5rem;left:14.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXy7EWse20hpnNNRZTnSwxEAVKdndJWS { top:26.5rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyTkhE3oGter9NL0xCofPu5Ts7iu9HEo { top:35.25rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXyJrv4gPG0My1aaqsTiXBuWN1KxyaKk { top:43.875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiWAyusifC9DHJmvAASnMgnMQKovavW9 { top:15rem;left:15.8125rem;width:31.9375rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8FPyVPtTsQIUwcfdfNgf4cQFPWet4c7 { top:8.875rem;left:0rem;width:10.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGtzeOybUcV91PUcfJghXtJhPLH0va1v { top:31.0625rem;left:0rem;width:13.25rem;height:3.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #R2gSNTITGKh1yKRXx3FwIafckgLswpb1 { top:25.375rem;left:0rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #e3KN2McDhLv9SAV1eiP0UgivDcx48PmU { top:28.75rem;left:0rem;width:13.9375rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UwfTmyLbbmZBDpwFBb8NCIm905bsbNRc { top:37.9375rem;left:0rem;width:13.1875rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wq1BURuh72vQHUzeyCTor9RPTR6DZK2s { top:36.0625rem;left:0rem;width:12.8125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #r8C4BuWGzm0rgA2Vu0P90qX3f0exwpcP { top:25.375rem;left:0rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QIdCWItDamVXcQm2NT9XgAQaf6CIrvNO { top:45.3125rem;left:0rem;width:13.1875rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hLmULqM7OxhegMbRToIBX3dsSFqJxHze { top:43.4375rem;left:0rem;width:12rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RzHGeUN6hFgLbbxKi31DXadgNcTGNWI5 { top:25.375rem;left:0rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IB6M7vVrOPkEyTIHy8MykqJubNWi3Lzl { top:52.6875rem;left:0rem;width:13.1875rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SmDVz13eDRXt7QDgXpu4EOPpAAQ8mn8U { top:51.3125rem;left:0rem;width:14.25rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #K4M3V2O0sC1o5WKNtbEaf7fy5AIroTNn { top:25.375rem;left:0rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vdRp8AX6rvzhiT2BpTEKLoGhf1K5JytW { top:60.0625rem;left:0rem;width:13.1875rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TGZBylIHUvIq1B4hrBtMhfZzg86q6QGn { top:58.1875rem;left:0rem;width:14.0625rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #K5Vn2orLO70rw6dafVaiDVN7yq2k9fMt { top:25.375rem;left:0rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #f6cDwM7GW8h4TeacibTqQOb5kbPdVoCg { top:11.25rem;left:0rem;width:36.5625rem;height:8.7354111168186rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKg07GFbfHA5uQVRtywA2WtIRUrUvmuh { width:17.625rem;height:3.5625rem;top:43.9375rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5nFLhOpfExkZv2sGQyETfLaTW6om5eL { display:block; }
 }@media only screen and (max-width: 763px) { #PMqeGKefXbXblBenR3KulFw4kP6wuwcn { top:24.5625rem;left:0rem;width:25.0625rem;height:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #UCEfDsTQFZHV4WMfJfihCJrpH6SSo4P4 { top:24.5625rem;left:0rem;width:25.0625rem;height:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #i2VWrTSht9SGON1RBsC6f4SGEyIZeTLc { top:24.5625rem;left:0rem;width:25.0625rem;height:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #u8wQQtWnNbnhAg9kl08ywvpMu008oCZ6 { top:24.5625rem;left:0rem;width:25.0625rem;height:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mgd9eTgq3U24Es5fuFTyxpMVg791LdxJ { top:24.5625rem;left:0rem;width:25.0625rem;height:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #PWdlBI2wJXJgslk6cEGSZUWg6BSZPJHR { display:block; }#PWdlBI2wJXJgslk6cEGSZUWg6BSZPJHR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RrS38wcTamZLCsrtWNImNcyLTBGRS7m3 { top:16.3125rem;left:0rem;width:40.5rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcP6xUa6VPnNOB4E5Vb7prrLlKcBUSqw { top:8.6875rem;left:0rem;width:36.875rem;height:6.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zweNZl2fcdp6JUM55pu1ZGrMVROa5kOl { top:6.75rem;left:0rem;width:10.6875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhWTiXbCvcm8Zm6mpuoN3lq8R3dE4wHu { top:7.8125rem;left:18.125rem;width:29.375rem;height:21.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PhOxES2vJpewsc2wTtewpHrZix3VamWh { top:25.6875rem;left:38.8125rem;width:8.9375rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XFTsLyX3hqKNo7AmpFNNFJCuT4PSl8Ma { top:24.75rem;left:22.4375rem;width:25.3125rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #QOUyAhHPzrnr7CUmcLcIEK6ev195NWyl { top:22.5625rem;left:38.8125rem;width:8.9375rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cbK4LzXVUgmRaCd6mwpiOovuakgHOfMv { top:21.625rem;left:22.4375rem;width:25.3125rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #nvLSHfP9TqAnTkMiLsaNEWtWBFP14hx3 { top:19.5rem;left:38.8125rem;width:8.9375rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yhWKdBARua4GrUFw33R6DEsqV6RxhoBI { top:18.5625rem;left:22.4375rem;width:25.3125rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #TTl5bh0RAvMWdN9eHlwMcvRpB2TI3p0I { top:16.4375rem;left:38.8125rem;width:8.9375rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ib2isDdECNoc8IzqpGcwJVlXWuCITaFB { top:16.4375rem;left:34.125rem;width:8.9375rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hbM9CEEtAvfL9K7LFRsDnLeThk1TDIdO { top:19.5rem;left:34.0625rem;width:8.9375rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cIEa5qs9LD1dCWR2hOh7J0N5XVCw3HUx { top:22.5625rem;left:34.0625rem;width:8.9375rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OIFrs2Sy1b1hMqQh2aGVVOqecoPsXFqO { top:25.6875rem;left:34.0625rem;width:8.9375rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TuynQy96d4i9eN8cxW2Fpc6rEiwK1ee4 { top:15.5rem;left:22.4375rem;width:25.3125rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #IBIzIqZeEps08JovxgOvOtcrx1dBfU81 { top:13.375rem;left:34.125rem;width:8.9375rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RIiweTkblIDa1VuPTW8ZrePuo5fyDWvF { top:13.375rem;left:38.8125rem;width:8.9375rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #C4fVO1iZJHAMJoTlEkcKJMraNC6oKFT1 { top:12.4375rem;left:22.4375rem;width:25.3125rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #MAfRnyFTBuFN6UnKDnifsoS2WDBbfVGi { top:10rem;left:25.75rem;width:22rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #J8hEEiFctv3DLMcf0TUSzQwu5DA8MSES { top:9.9375rem;left:34.125rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AiLfCSS7nkzoT72Zme6va9brlsFMIzRk { top:21.875rem;left:0rem;width:36.875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gd4soRDPmwXHSTkvvlEitK5N4ZboidJL { top:32.4375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ck26mrdTfrccW1C90QR5zOyfmtTm5XBI { top:30.1875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooCtFpreoz2JcWPQFCwfhvv4NqKXUMDM { top:26.875rem;left:0rem;width:28.5625rem;height:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOhuAoeaD3DdE0dRhlu9ymLanNDBxfvs { top:26.9375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lirtQtCKRh6ODuarStTVwkVKTFmcZehz { top:30.0625rem;left:0rem;width:27.875rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCSZIOHzkxPu48d4rG013SSWUgJwRNSA { top:32.25rem;left:0rem;width:30.75rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dq4qqJim0Tv41JEwhTQ3zu5EF2ndyRCM { top:34.75rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlNbCdLuxhTy4ZxmcSi7PiPlNpHHF15A { top:34.6875rem;left:0rem;width:30.625rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLCkVQ2LMfzRT0tNf3dxxKJmFpphO5mZ { top:23.875rem;left:0rem;width:15.125rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9TwKG2h48pfmE9ZHyiDgqTwSclmxR77 { top:21.875rem;left:10.75rem;width:36.875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWi6VgMy0ibJeFUAoJFnyamPfgbg6KZT { top:34.375rem;left:17.125rem;width:30.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXDTMpfD0kqQfsRKrFQp3FbexskQZBRS { top:32.25rem;left:17rem;width:30.75rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBWKusPVNSL3vt1nkGQ4o1mdri809LFg { top:28.875rem;left:18.25rem;width:26.8125rem;height:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTBDSJyKh96n15madgnHvpPQzmoDcKUk { top:26.9375rem;left:19.1875rem;width:28.5625rem;height:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7yheSgwyUJlDr4MT8NDRbdZ5TpURIB0 { top:23.8125rem;left:26.561767578125rem;width:15.125rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iw2ZzaRn5akpm2kTC7JbyS5icGbkIEBm { top:29rem;left:26.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #boSqyFyLqyAZHZOuGkmrGB1btt9wJsyk { top:26.9375rem;left:26.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVL9rzXLWO8NystpTBrvTkzHMz9XRzfg { top:32.4375rem;left:26.5625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1DfMtHVnMeaeMpvEaiHLHymyHZAdpNv { top:34.5rem;left:26.5625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKPyBhzPAnNesoEpgAQg7w1c4JThrTXw { top:47.25rem;left:0rem;width:10.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrGM5FXb15oGJBTzMXRa7XX89nwsXFBz { top:49.25rem;left:0rem;width:45.4375rem;height:6.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgaCWyytifu2L1yQKm49MJ79asgeAL2Z { top:58.6875rem;left:0rem;width:37.0625rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFDmb7iQaNxgCXnwelHUIqspHXtUwgn3 { top:62.25rem;left:0rem;width:30.8125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtKT13UcJkBaa0OJdIbOrJRQpRlXfAFF { top:60.1875rem;left:0rem;width:25.0625rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBTbydJzCSLzQB70MaN96tE70dSfwOVZ { top:58.75rem;left:10.75rem;width:37rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvfePuX6kdpRo7I9BBZ1LhpxJKlsRT2B { top:62.25rem;left:16.9375rem;width:30.8125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Apnng2qpR6079hUwIWlmrMwzlJDn37wz { top:60.1875rem;left:22.6875rem;width:25.0625rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QObhMRv2dS0y0T5RPFkIEfDoDJpx0TwT { top:68.5625rem;left:10.75rem;width:37rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4BqOrF9DF3xPedD1ephI4iHm42syTl3 { top:72.0625rem;left:16.9375rem;width:30.8125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWA91kkDrHIi5qXPZKLB2VIw6W9iC0c8 { top:68.5625rem;left:0rem;width:37rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxkRIiqMvaF87nh4xK5IZTFis3MXvB8U { top:70rem;left:22.6875rem;width:25.0625rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMo0acvSTuW3EkCCOpnTQNhP9bSZIGfK { top:72.125rem;left:0rem;width:30.8125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbkgrgrtTp8drCKXBMu2UoicuByrah9L { top:70rem;left:0rem;width:25.0625rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0ruq3cXI63voua62ZFEmSFwB4WETmDF { top:78.3125rem;left:10.6875rem;width:37.0625rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfrhannTSHOC9tTDgU3fOKsOsCeTfVrO { top:81.875rem;left:16.9375rem;width:30.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Inu8TkN9hL7Uppww6MvSTNu2wgqnzuqA { top:78.3125rem;left:0rem;width:37.0625rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBvghuFuteFC4OtttrH1vmVTgKQ4mJPs { top:81.875rem;left:0rem;width:30.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXicCnhdZDJSyhCtFVMax2rvP4DGgwEC { top:79.75rem;left:14.25rem;width:33.5rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3L99zthfSBFDIlrpT9esVOpAnzRHStM { top:79.75rem;left:0rem;width:25.0625rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4L7tH0ATqUItaWmvNVU70UMa0L29EpZ { top:86.75rem;left:0rem;width:37.0625rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGEMowZZua4yUaPrECPoy7TPqHV0n0N9 { top:90.3125rem;left:0rem;width:30.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuhSSqaSphZMXMx8g8tgZn5XL9fskhoa { top:88.1875rem;left:0rem;width:25.0625rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSa75n60d3SgoAtwbdlcqe52nrspaim7 { top:5.9375rem;left:0rem;width:3.1875rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #V5q9vBkMtPvdsXk0dSlBZb9FMLF9E6Ll { top:66rem;left:0rem;width:13.8125rem;height:3.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #J8gs2uBS9bPVB9kIxL5crz6I9uAGznww { top:34.5rem;left:26.5625rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #P7AMQiORU453MDFsLOi01giCzA2kwQ6M { top:53.75rem;left:0rem;width:15rem;height:2rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hM49RZNqXWA8DnkQueNg4W5qGsInzU4h { top:34.5rem;left:26.5625rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yCoqxH0iV35qMeR24nQ5xtlU4XUMPQ6X { top:56.6875rem;left:0rem;width:13.8125rem;height:3.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z1lPyeetTaH9UOriRcov7UzMhEHdTS6X { top:34.5rem;left:26.5625rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #T8o05kinWOSNegepFf7rIag31L0Zx3zZ { top:98.3125rem;left:0rem;width:17.25rem;height:6.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tb4nCf7TvM9AiT1qObRfVrugW4uXL1B3 { top:96.125rem;left:0rem;width:16rem;height:;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z3yA29EKCwzkLGgwJl5i3hU5lBxMD4vK { top:107.5625rem;left:0rem;width:17.3125rem;height:6.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bo5qMEgcUk2iySw8kDv4qGtCOywetmEp { top:108.25rem;left:0rem;width:16rem;height:;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oTOVsAHhqcZNCttbMJIs34lrkT5HRLbn { top:121.375rem;left:0rem;width:17.25rem;height:5.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #CHJFT7qchdNMge44a9siNtyq6IdVgJMb { top:119rem;left:0rem;width:16rem;height:;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #p4ggssALu10WikpNWuJqL2Lkm6V5EBTn { top:132.1875rem;left:0rem;width:17.25rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zRk96aLLQ59WP72JAay9CUPW0dkkXru9 { top:129.75rem;left:0rem;width:16rem;height:;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TKPXa4aVWv4ltKpDQbG0i2N7pZL14EUU { top:143.0625rem;left:0rem;width:17.25rem;height:5.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #fT96xa30T2cxPypThSfWPiu0aPls7TpD { top:139rem;left:0rem;width:16rem;height:;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #shzqZnhkzQm0MqgTSedkGNE5hHW7lFQI { top:154.0625rem;left:0rem;width:17.25rem;height:5.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TrhuXpMo9hyhA4ma5LmZPQiFV3hCHyv2 { top:151.1875rem;left:0rem;width:16rem;height:;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WBRI8XuTgvTp4HQt5drXG2tm4JDvDs8C { top:58.6875rem;left:0rem;width:37.0625rem;height:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #e7dx9BqezbN4GibMgKPLcvoi66FPHg34 { top:58.6875rem;left:0rem;width:37.0625rem;height:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VrrMl6H4wkno9My9pJMJZFWQrzX7S0iS { top:58.6875rem;left:0rem;width:37.0625rem;height:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #w4gof424OeGlt3cTqcSnvUK4MgQZyXUN { top:58.6875rem;left:0rem;width:37.0625rem;height:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UZVseeABsgchQB7rKV5ttiMk3C8fiKav { top:58.6875rem;left:0rem;width:37.0625rem;height:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #adS9vrABpfq0hJOWkCUIUilyQ0b3s4t9 { top:58.6875rem;left:0rem;width:37.0625rem;height:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oKMadKtRJcBadKarlmiJ59TyvTKCPZZN { display:block; }#oKMadKtRJcBadKarlmiJ59TyvTKCPZZN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZgVQcVkVeoIJodTqpQQ7m95K3tWGq7oc { top:14.4375rem;left:0rem;width:30.8125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nukwoFoxehaMTssH6Vpc9X4ErsuMiaiG { top:10.3125rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fncaIB8Xu3V35EO6b7ecpCzG7ESCe71v { top:8.3125rem;left:0rem;width:10.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIihDOrx1BUxRL09F7v7kCZ9TV3Im14x { top:26.6875rem;left:0rem;width:13.75rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIPhkCbwTXzT3H0yUaPpwPHy0GPoW0h8 { top:29.1875rem;left:0rem;width:15.3125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqJwVTsP6JtR2O3b4INrbdeD4S93s4Hx { top:20.3125rem;left:0rem;width:18.125rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7zXRCgcP49d0KRR6KWTMzohTCHdPGQS { top:21.625rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X47rlEgfcZUtQP6PCdpPZdH2BWlbuax5 { top:22rem;left:0rem;width:1.25rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqwNHZceB984IK5cdJi3ZTzesLgMPmwx { top:29.3125rem;left:32.4375rem;width:15.3125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6LMkBH4EiuwLh9fQVUXeo3KRum6cvc1 { top:20.4375rem;left:29.4375rem;width:18.125rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPh3rOWsKgVtEhUvZdb3REJoEtGiGev9 { top:26.8125rem;left:34rem;width:13.75rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwdyfTd7xNEROnHATSAPDktX0W7N1N4u { top:21.75rem;left:44.75rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6HqD5VBLQQmQrwrVJtbgFc5xdncytF9 { top:22.125rem;left:45.1875rem;width:1.25rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrclTkEM9vua9hGQtnOrCSOfcAE6dT3z { top:29.1875rem;left:25.9375rem;width:15.3125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3l1NT5wSPmd5CdOcAHOlTO80kq0wM2M { top:20.3125rem;left:24.375rem;width:18.125rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BueViKgbeT5tNJmC4vhPTPM4vPDpCzTK { top:26.6875rem;left:25.875rem;width:13.75rem;height:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWrXkES0OhMZhCX0XHq3FvyDlvrfKaxh { top:21.625rem;left:25.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kfw1FPWGb1dmeorUrXGkC1proM4zQseZ { top:22rem;left:26.3125rem;width:1.25rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcOthOL22RMdXOCxxRnTzEzp5p6JZTGa { top:29.3125rem;left:7rem;width:15.3125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XA2TFzfnnz60okna35gJl7Ncg59D0lED { top:20.4375rem;left:5.4375rem;width:18.125rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRZ7EOnKpCGnLU0edo5xt8tI8qoO64Iq { top:26.75rem;left:6.9365234375rem;width:13.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVKPQVGPk7FfuTN6SKUxCyEm0i803ged { top:21.75rem;left:6.9375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlZ3tlHmk3ntrB5825bvncuu7JdFJMDZ { top:22.125rem;left:7.375rem;width:1.25rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnvW7Ug2fhc1L6E9wxoopRqNgWrPWvd4 { display:block; }#OnvW7Ug2fhc1L6E9wxoopRqNgWrPWvd4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NxoPnouuyrKTrTPsfrlL3TpZXx7Ub3Uo { top:12.625rem;left:0rem;width:27.3125rem;height:6.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGdOkV78cZUfDgGUvNBN83mQGzU14PoF { top:20.5625rem;left:0rem;width:26.875rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNvlnBFmiCUMoSAB5l1NlrsT6JcUIDz6 { top:27.125rem;left:0rem;width:28.9375rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoPyrm0H3vVDr6tDwkzzJD3GRriKeJHR { top:30.125rem;left:0rem;width:23.875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fp64Sn9TSvEkTXXiKAPp2aZn3h2CN6LW { top:28.5rem;left:0rem;width:19.8125rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXTB9VmWJdLdUm76TW7CyB4epm5b5XZM { top:36.1875rem;left:0rem;width:28.9375rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mm7ETVKTDSemhmJtmX9iqaoGZwTh7Zdc { top:39.1875rem;left:0rem;width:23.8125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHDT78ACT70NWGBVZHmN9bIsXoI8Hawz { top:37.5625rem;left:0rem;width:19.8125rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoOKOJtCtv8O6U2xFBOzy44HoIKNZwIP { top:45.25rem;left:0rem;width:28.9375rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXKNAiKIWNNzVwJQ6illIL6c5UGta71I { top:48.25rem;left:0rem;width:23.8125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K67XvTOcaEXH13P7CVP3S3qdFITEdmfk { top:46.625rem;left:0rem;width:19.8125rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gw8lUM6x5x7BMizbtezw3mQtz4O5H4Zo { top:9.75rem;left:12.875rem;width:34.75rem;height:45.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAN3Jbe0wvaFT9gFV8ntF7MhbGo18viW { top:14.8125rem;left:20.25rem;width:27.5rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rczZi6SrETl4G4RaI0g2K6EatioOSNWD { top:8.3125rem;left:0rem;width:12.5rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCqXmm7aFQp90BJWsAyyPPTsBo6QdWNc { top:9.125rem;left:0rem;width:10.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H .widget-regular-label { width:24.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H .widget-input-text { width:24.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H .widget-input-text {padding-top: 0; padding-bottom: 0;}#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H .widget-textarea { width:24.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H .widget-input-select { width:24.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H .widget-input-select {padding-top: 0; padding-bottom: 0;}#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H .widget-input-button { width:23.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.5rem; }
#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H .widget-checkbox-label { width:23.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H  { width:24.25rem;height:32.4375rem;top:17.1875rem;left:21rem; }
#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H .radio-container { width:24.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H {display:block;}#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H { width:24.25rem;height:32.4375rem;top:17.1875rem;left:21rem; }
 }@media only screen and (max-width: 763px) { #dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #DX6twk7JdvF2TAbSxsHmK0nWqZboCb4u {  }
 }@media only screen and (max-width: 763px) { #dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #fgyFkerpiOWL6niLO8tF7oi8iMw6WCcN {  }
 }@media only screen and (max-width: 763px) { #dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #SdXCD3owIsk05wbTNHBtDv5TAXEAgIPp {  }
 }@media only screen and (max-width: 763px) { #dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #TKVZEXbu8k3AVWO4rXyWNo6vNvO4sLeV {  }
 }@media only screen and (max-width: 763px) { #dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #IzBhkuKfxSiTGeO4mVH7fUCL7cUDoUrk {  }
 }@media only screen and (max-width: 763px) { #dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #i6Ls6gxypbVninMcOX7eDpwxhOL2sefH {  }
 }@media only screen and (max-width: 763px) { #dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #d2u1Pczplp5Oa0GlNoAoTeocpHJ4xI82 {  }
 }@media only screen and (max-width: 763px) { #dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #ulMtHKKFqdsgztU0gs6l3AJlMcdCSTeQ {  }
 }@media only screen and (max-width: 763px) { #dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #bhZGeAKpA9G6Zax73B781PEemcblOf48 {  }
 }@media only screen and (max-width: 763px) { #dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #zTv0MrXLy5Mn7D7a0gLQskqvxoq5iFzN {  }
 }@media only screen and (max-width: 763px) { #dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #iGthp7mwHl6aWVx95UOIZGoDDLZiRFXw {  }
 }@media only screen and (max-width: 763px) { #dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #RLlllM96qqoJzNZyNsFqqdmFOB0yt6GU {  }
 }@media only screen and (max-width: 763px) { #dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #pQTuSSnDvUsloywdhIUE6tOyrfDbZeq7 {  }
 }@media only screen and (max-width: 763px) { #dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #zkdooUym5o58HSmvsypIITLsHHOg20nV {  }
 }@media only screen and (max-width: 763px) { #dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #dKGsfFyM8kOHg8JBcKOb83C7dCtz3MS0 {  }
 }@media only screen and (max-width: 763px) { #dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #TCF7VOf3qW96TANcT0HxinJR5h2bieXm {  }
 }@media only screen and (max-width: 763px) { #dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #tfG7zBMfER83Nf2hWvTbAXkF7ETiflzC {  }
 }@media only screen and (max-width: 763px) { #dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #yaKRM3UPyZfIqcLy0XZeViwNwgAMwavW {  }
 }@media only screen and (max-width: 763px) { #dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #Qt6WJ24uQ1oD18cvctHPGQ59P2tcFoXa {  }
 }@media only screen and (max-width: 763px) { #dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #RPuxU3Ip8k0SWADCXAcmqneEyl8LZQAm {  }
 }@media only screen and (max-width: 763px) { #dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #SnfJHlt6J4EabUeH1BUMGysGmqbeaqIn {  }
 }@media only screen and (max-width: 763px) { #P6F4d2c4idB8VJkf4zHkigGAffTSBfwA { display:block; }
 }@media only screen and (max-width: 763px) { #t83FdgOXPfGuIMkn6wrBKJvvUrDKsiCF { display:block; }
 }@media only screen and (max-width: 763px) { #Ju847ZQWpT12CBymTRGS39RvWQqCo7Mw { display:block; }
 }@media only screen and (max-width: 763px) { #ZeVXsvdssWuu6DT6yhUkn1Qbp39ZMX98 { display:block; }
 }@media only screen and (max-width: 763px) { #K9uQzwaJVNAAipJkU775ebUMVN60qyON { display:block; }
 }@media only screen and (max-width: 763px) { #Ctzlp3Hs6D6vLgwgLNTr3F86P46BT0cP { display:block; }
 }@media only screen and (max-width: 763px) { #Ac8d2fiMRGSbfW83XXkrHGsCfzS4vqRQ { display:block; }
 }@media only screen and (max-width: 763px) { #dMSdJURaUGTgDCzAzqEOvhyQCqxmsq4v { display:block; }
 }@media only screen and (max-width: 763px) { #ywUWVEVr5xaEVkWBDWhC01mMTNTBezCy { display:block; }
 }@media only screen and (max-width: 763px) { #ZTqldm6w6Pf383AT7dXKHEkXvhHViOdw { display:block; }
 }@media only screen and (max-width: 763px) { #ZrOg0FkxcxEGIG32fEMvTHh2yexDt4o1 { display:block; }
 }@media only screen and (max-width: 763px) { #RSew7yRVnhQ6Qzlkive3ckpmIFQgL5ep { display:block; }
 }@media only screen and (max-width: 763px) { #bbzypiV8NKJZdmFdXZV1ssTmTa7y08E3 { display:block; }
 }@media only screen and (max-width: 763px) { #Tz9u0EULDUbtR3TWETbIhcmXqI7SwnxB { display:block; }
 }@media only screen and (max-width: 763px) { #D53oFRcJzHJJ5yhWIPSJpgH83Z1TdwBu { display:block; }
 }@media only screen and (max-width: 763px) { #LOPXFgbqqPrgU9wmPRtq8khM7zfSXdUQ { display:block; }
 }@media only screen and (max-width: 763px) { #Tlrk5XIQQVyNUE2SB8C6EW86RTIS37ge { display:block; }
 }@media only screen and (max-width: 763px) { #G8fvu3XJUteWcK7IwIaReUZoOPKiys1r { display:block; }
 }@media only screen and (max-width: 763px) { #Ht4vykdvIfUe8a4irp7dEtM81BbfbgUT { display:block; }
 }@media only screen and (max-width: 763px) { #w7SS3VQWw6yJKZWDnQexkvz0LFG20T6K { display:block; }
 }@media only screen and (max-width: 763px) { #dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #R7HhyauyQNiSguz6NirLnQAJ31N6QhlN {  }
 }@media only screen and (max-width: 763px) { #dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #srsCfQLCUpZUhDItgSRrULUXys2DQD6A {  }
 }@media only screen and (max-width: 763px) { #dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #qwbPvFpbUJZ8yXTqvqL53th17nmifThg {  }
 }@media only screen and (max-width: 763px) { #dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #x7BFu7nSMl8TRXplQJMzBfKuWx9ZI5Pd {  }
 }@media only screen and (max-width: 763px) { #vprlWkLGLLBR9WK7WzHLPbHsekE0TDmy { width:47.75rem;height:19.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #loJ9XIzeEBQ0oK4agCA0Z7F0v1FlawIw { top:12rem;left:14.6875rem;width:33.0625rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkmQA4QvGVPMHnyZTSMi9e9TkJz761Hg { display:block; }#PkmQA4QvGVPMHnyZTSMi9e9TkJz761Hg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CM9HGntipywfS6bTWEl51AhSJQnvTF9c { top:0.875rem;left:0rem;width:47.75rem;height:0.9375rem;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) { #fK8mLRJJTtmJSWiFwDI7c4lBpx9mgBIx { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#fK8mLRJJTtmJSWiFwDI7c4lBpx9mgBIx > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Crq9IldG2wx1ctta28ZkKM1p1FDcOlx7 { width:20rem;height:2.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoN2Ru8JbznQUEkDBVvmFS6axu3GfGc0 { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/a38fc5aa-6894-4b57-8695-4bf07bd37bb5/HeroMobile2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#hoN2Ru8JbznQUEkDBVvmFS6axu3GfGc0.adaptive-delivery-prevent-bg, #hoN2Ru8JbznQUEkDBVvmFS6axu3GfGc0.lazyload, #hoN2Ru8JbznQUEkDBVvmFS6axu3GfGc0.lazyloading { background-image: none; }#hoN2Ru8JbznQUEkDBVvmFS6axu3GfGc0 > .row .container { background-color: transparent; background-image: none; }#hoN2Ru8JbznQUEkDBVvmFS6axu3GfGc0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hoN2Ru8JbznQUEkDBVvmFS6axu3GfGc0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hoN2Ru8JbznQUEkDBVvmFS6axu3GfGc0 > .row .container > .video-iframe-container { display: none; }#hoN2Ru8JbznQUEkDBVvmFS6axu3GfGc0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hoN2Ru8JbznQUEkDBVvmFS6axu3GfGc0 > .row > .video-iframe-container { display: none; }#hoN2Ru8JbznQUEkDBVvmFS6axu3GfGc0 > .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); }#hoN2Ru8JbznQUEkDBVvmFS6axu3GfGc0 > .row .container { width:20rem;height:77.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FnCf8RwCdIm5hUQb2Oxbzz8RAmX56JUr { width:20rem;height:7.8735625rem;top:18.437255859375rem;left:0rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #fmN4aJXHUBozuvlfsQ14TKPk4biOyTgD { width:20rem;height:4.1875rem;top:39.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9OJfHUphuhP1TrEG4Shu0fb6d0GrSst { display:block; }
 }@media only screen and (max-width: 763px) { #UslqoaakciomyWwQbhrobgVDFoOQ3dXK { width:20rem;height:4.77783125rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #neTVMEVOoVFkrPL3k03rlB6kEaXfh1rT { width:19.9048125rem;height:4.217775rem;top:44.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vd6yPUae0Q9i5mm0L9wuOVMs4y8dmwlP { display:block; }
 }@media only screen and (max-width: 763px) { #WqHbOQ7zuTKvW86SAhPdxpmLLdTuy3wQ { width:20rem;height:0.34305317324185rem;top:36.313476953125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qz5Z4byneAyZDhVdl3wHz9c8HQZVhl9m { top:8.9375rem;left:0rem;width:20rem;height:1.875rem;z-index:15014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WweosR2c9T6ahf9FMb8AeGT8ChcQx0Wm { width:18.5625rem;height:8.7734375rem;top:28.15966796875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:112.31201171875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lS1vA081UnRFUmTaAkyWWysNFuCs9Cfd { width:20rem;height:8.12375rem;top:20.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwJWJ6HmegPVTM2OwPJF1RxDXvOLkR85 { width:20rem;height:8.2470625rem;top:11rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJ9HNgo77ySw2gfwO698xfhElEaXorwz { width:17.0625rem;height:2.75rem;top:7.5rem;left:0rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #FNobVGDmI5iO2wLIaRpwoVtLTtyKZTtx { width:15.25rem;height:1.13769375rem;top:8.375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEd6FSgZmviUNVvxJTEmbILCwJQ02PIT { width:20rem;height:3.75rem;top:29.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJZsxfGfsWBGBnGFTeTAn5GGztKX0u81 { display:block; }
 }@media only screen and (max-width: 763px) { #z2iTZ2wqNngxvuNh26bdKK9Ax4TIvqpl { width:20rem;height:70.9375rem;top:41.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #otPxevGvZfE1CaffShpGuInsABnZdekK { width:20rem;height:3.5rem;top:34.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCHv49SAUXO5oVMMihr989TLQbsDAZDn { display:block; }
 }@media only screen and (max-width: 763px) { #bAZqc3ZKWrhnKkmnIokfxdTzB3GrDUm2 { display:block; }#bAZqc3ZKWrhnKkmnIokfxdTzB3GrDUm2 > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K6KaZIAieGAOy7DIqrtxU2r5afnrmK40 { width:13.8748125rem;height:0;top:3rem;left:3.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EQfnb9C1mqtHpRhVubbTJTeq24GRxSTs { width:1.375rem;height:1.375rem;top:2.875rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NBxcq8TkSHKH2RKOMSSt4sGTM2kie0AM { width:20rem;height:4.0625rem;top:11.1875rem;left:0rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #OFsC5yLqRbfAmwDzGNQUckQPB4RwGaCq { width:13.8748125rem;height:0;top:7.8125rem;left:3.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DlcpLdN2CJ8EDl4xreMCOuiWVUT8BHvH { width:1.3125rem;height:1.3125rem;top:7.6875rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oevqlHnf2PoiOTrtnzfll7wSlX9Oc8AE { width:20rem;height:4.0625rem;top:16rem;left:0rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #SichMUtxIbLRa499XceChdFf16Coyxwb { width:18.1875rem;height:4.0625rem;top:10.5625rem;left:0.875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #c7lfbVTZzLDxADqGpT3uGKXLXTzgtWb9 { width:13.8745rem;height:1.13769375rem;top:12.125rem;left:4.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZx5aB4s5DOUpWSuu0wnenLam16brE97 { width:1.25rem;height:1.25rem;top:11.9375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ja8E8DvRvtR1m7x6ITmvsiDREbeFehiP { width:18.1875rem;height:4.0625rem;top:15.375rem;left:1rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #BB8PlNTxrJnk1Qeehbyp4GZnPtBEdbTp { width:13.8745rem;height:1.13769375rem;top:16.9375rem;left:4.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhQa7dqMJou85vk2nBQsihAZxnVQqPwz { width:1.25rem;height:1.25rem;top:16.75rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8wq37hhGc7gx6OWWlcKSsxKdqlNqvTu { width:18.1875rem;height:4.0625rem;top:5.75rem;left:1rem;z-index:15008;border-top:0.0625rem solid rgba(var(--color-primary-2),0.25);border-left:0.0625rem solid rgba(var(--color-primary-2),0.25);border-right:0.0625rem solid rgba(var(--color-primary-2),0.25);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.25);display:block; }
 }@media only screen and (max-width: 763px) { #VwJqPiXWuwKbwRrthPVmHvJAO4Ma1aJ3 { width:13.8745rem;height:1.13769375rem;top:7.3125rem;left:4.4375rem;font-size:0.875rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #TakeXApSB55Ort0pnRQv5Byhqb6IDx2G { width:1.25rem;height:1.25rem;top:7.125rem;left:2.375rem;z-index:15020;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OxQovPlSOUhZbzNf111pVN6QpT8lUzC6 { width:18.1875rem;height:4.0625rem;top:0.9375rem;left:1rem;z-index:15011;border-top:0.0625rem solid rgba(var(--color-primary-2),0.25);border-left:0.0625rem solid rgba(var(--color-primary-2),0.25);border-right:0.0625rem solid rgba(var(--color-primary-2),0.25);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.25);display:block; }
 }@media only screen and (max-width: 763px) { #Px5zpcIJ1poLSWqP2Iqxm61UynAJAmJU { width:13.8745rem;height:1.13769375rem;top:2.5rem;left:4.4375rem;font-size:0.875rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #eIhSGlvsL43dmLrUSLm8LTz7wuwHtD5f { width:1.25rem;height:1.25rem;top:2.3125rem;left:2.375rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TOncaRTC6OGgA3Z2VMhWQoL8xrzOQqnl { display:block; }#TOncaRTC6OGgA3Z2VMhWQoL8xrzOQqnl > .row .container { width:20rem;height:69.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OaUKhubqnBrxtoMttWs4Ok5BNg1BylUz { width:20rem;height:25.5rem;top:12.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcNp17VBOZB5XECGUlDH4f7hWUnWg4qb { width:20rem;height:4.3994125rem;top:7.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7R5taNN3L2zxTCMF8PCLTWsnKNf7gr4 { width:10.686875rem;height:1.29980625rem;top:5.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e70Sg2xTNnB4P8Q0ui7aoeTz2IifkfLB { width:19.75rem;height:22.3125rem;top:41.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #izBvIDx8NVhUnLzPK8TBOC7vSmZXx5Ho { width:13.811875rem;height:2.5996125rem;top:43.0625rem;left:3.25rem;font-size:1rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #d0QQJwkfMk9Wl0aJS7n6NSbx8A6TadQb { width:1.3125rem;height:1.3125rem;top:43.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaXxZLCf8iSCe1NGZMGaTn3C76PlOKoV { width:8.9355625rem;height:0;top:29.194880008697rem;left:1.8196616768837rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HSU8lqxlS3yBCF016nK0qbEd7n08sqAS { width:20rem;height:0;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGiIlWa6Oz7STTvIwDOMoMoXXC07CLA7 { width:8.936625rem;height:0;top:20.33855rem;left:5.5rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gDrT0HsOMT1DTlIpPQyUc9Wy7r41TOyB { width:8.936625rem;height:0;top:17.95248125rem;left:5.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QfKSbhWu8zeHTDoSHuhtXVTnRsf7wkih { width:8.936625rem;height:0;top:15.5664125rem;left:5.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ER4EAklZ7Gd8xuhcOO4UBw53vK82ibi3 { width:20rem;height:0;top:36.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui6hztptsa5hDOwqcnOEiHtJKOUxGZoG { width:8.936625rem;height:0;top:13.18034375rem;left:5.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mR5GP2Wl5mOlIhHNFXNVGQqp5duEgPKy { width:20rem;height:0;top:35.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJxqqTtstT6gNbF1gqnBZKxlNrHUGoUZ { width:8.936625rem;height:0;top:10.794275rem;left:5.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #d6wdQwfUHv1iL8ZvchVREbgP9515ubMX { width:8.936625rem;height:0;top:8.40820625rem;left:5.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vXZXI0VvTzUOAg5a9PA9TzXfzF5Kkx4O { width:20rem;height:0;top:34.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #atbQOK41NpZTUcoKRrRPddqqgQdVXT1n { width:8.936625rem;height:0;top:6.0221375rem;left:5.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PPyrwmBOyNlJF0fTDUbOiLdT3CTd5UPa { width:8.936625rem;height:0;top:3.63606875rem;left:5.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #J501S6I5FCrQiV2sl19516WwPZ0RfJzl { width:20rem;height:0;top:32.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqzrJFRJa5Hb24xkpNGKlGLUh0ETvM3H { width:8.936625rem;height:0;top:1.25rem;left:5.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bv2EAKde0WXnrIl0dQOcZdBiWFsGhNEe { width:8.9355625rem;height:1.05615rem;top:61.375rem;left:9.625rem;font-size:0.8125rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #LugHyaG6b6umqfA4nXC0nWbbgl2uIkEq { width:20rem;height:0;top:32.88845539093rem;left:1.3958333134651rem;z-index:15047;display:none; }
 }@media only screen and (max-width: 763px) { #KXFMZs96C8bnlStIIGxQcuk575DRm9qq { width:8.9355625rem;height:1.05615rem;top:57.875rem;left:9.5rem;font-size:0.8125rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #xGI2ZLqQ9TD0zJhunslIE5kTofh0v44P { width:20rem;height:0;top:29.76345539093rem;left:1.3958333134651rem;z-index:15044;display:none; }
 }@media only screen and (max-width: 763px) { #WtGXT3AOBAOIUDsH824HamB0qrPyechZ { width:8.9355625rem;height:1.05615rem;top:54.5625rem;left:9.5rem;font-size:0.8125rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #VAO9SA1d9GUgelOuVEc7ExADTT6I1Xdk { width:20rem;height:0;top:26.70138835907rem;left:1.3958333134651rem;z-index:15041;display:none; }
 }@media only screen and (max-width: 763px) { #bdfwHGPWyGJm0ZL2G2BTvE2BSPXlTwwc { width:8.9355625rem;height:1.05615rem;top:51.3125rem;left:9.5rem;font-size:0.8125rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #J7uUNfbS65Laa2sueKxq26km56XBnv0f { width:8.9355625rem;height:1.05615rem;top:51.3125rem;left:1.3125rem;font-size:0.8125rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #Tg0VunXkkdXaT8bKW9SaEiMFX9AtIl2T { width:6.3125rem;height:1.05615rem;top:54.5625rem;left:1.375rem;font-size:0.8125rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #lXVk7OxHZosMGiddETROQRi2qPRdUcVc { width:8.9355625rem;height:1.05615rem;top:57.875rem;left:1.3125rem;font-size:0.8125rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #qLH24P5PcFJbHdlTtyEiDDqzlDQrfTlu { width:8.9355625rem;height:1.05615rem;top:61.375rem;left:1.3125rem;font-size:0.8125rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #VNEnlTFK4Rdx8DNenxHZLMtpITdWr3Lb { width:20rem;height:0;top:23.638237953186rem;left:1.3962681889534rem;z-index:15038;display:none; }
 }@media only screen and (max-width: 763px) { #mL20QwWAM36d2GdCMRSx2UZnAa4t8RAW { width:8.9355625rem;height:1.05615rem;top:48.125rem;left:1.3125rem;font-size:0.8125rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #dUXAegN5W4NcTSROKTnnhPHfgI8Pabvg { width:8.9355625rem;height:1.05615rem;top:48.125rem;left:9.5rem;font-size:0.8125rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #w1ghNZeXMzKHh7rMmnDGg3IUprcvel2O { width:20rem;height:0;top:20.576170921326rem;left:1.3962681889534rem;z-index:15035;display:none; }
 }@media only screen and (max-width: 763px) { #wHtBnrf7L981clzquxrs66fb83ZnSrT4 { width:20rem;height:0;top:18.139105796814rem;left:1.396046936512rem;font-size:1rem;z-index:15033;display:none; }
 }@media only screen and (max-width: 763px) { #VC6TmvxrVPhRd0MEyQQ2XxMTN4yTJDLd { width:1.375rem;height:1.375rem;top:18.076170921326rem;left:18.646268188953rem;z-index:15034;display:none; }
 }@media only screen and (max-width: 763px) { #DsCvolx9tsDCLxBRBTuuEmWTpKavbwKl { width:20rem;height:0;top:48.951820373535rem;left:1.3958333134651rem;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #wl133iTnHk74Jv22COMU79lKaMSzlymN { width:17.1875rem;height:0.0625rem;top:50.1875rem;left:1.3125rem;z-index:15031;background-color:rgba(var(--color-secondary-2),0.3);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #DIeBNdfIGAK3yWRlHJCaN8ErcI38EPWW { width:17.1875rem;height:0.0618489375rem;top:47rem;left:1.25rem;z-index:15032;background-color:rgba(var(--color-secondary-2),0.3);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #nwBaTZNRuOhGqMKZUdkrMSSCyGc8s0XR { width:17.1875rem;height:0.0618489375rem;top:53.4375rem;left:1.25rem;z-index:15032;background-color:rgba(var(--color-secondary-2),0.3);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #vN23kcZ438IuDLZPGT7T5wRupdd24T99 { width:17.1875rem;height:0.060763875rem;top:56.75rem;left:1.25rem;z-index:15033;background-color:rgba(var(--color-secondary-2),0.3);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #yPMLOqQcFTEZHy7Tr2EwdADuNvewELmu { width:17.1875rem;height:0.0596788125rem;top:60.1875rem;left:1.25rem;z-index:15034;background-color:rgba(var(--color-secondary-2),0.3);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Arl7StJFy7vh8sHP5gSSivSgXTzkI0oi { width:20rem;height:4.0625rem;top:6.3125rem;left:0rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #DCKkow77HvqOZ5UrykEvc9N3WDhUTicS { width:10.5620625rem;height:0;top:11.75rem;left:3.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MQ5RS9dGPDhTpiyEsxBJ51MsW5ENGeMu { width:1.3125rem;height:1.3125rem;top:12.625rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #r92kMVdsGeZTOWnMD3FVaDFOTbGCOFok { width:20rem;height:4.0625rem;top:1.5rem;left:0rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #mW9asgrPT2SM3DR4ENQy51UL2AMPD3Ha { width:12.3123125rem;height:0;top:17.5rem;left:3.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TcO6ndDrhQoRTgM5Fgcur9wSkl2QGi11 { width:1.3125rem;height:1.3125rem;top:17.375rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KudTn6He59EWKMk0dntJX1W9xAhbwNUu { background-color:#000000;background-image:none;display:block; }#KudTn6He59EWKMk0dntJX1W9xAhbwNUu > .row .container { background-color: transparent; background-image: none; }#KudTn6He59EWKMk0dntJX1W9xAhbwNUu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KudTn6He59EWKMk0dntJX1W9xAhbwNUu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KudTn6He59EWKMk0dntJX1W9xAhbwNUu > .row .container > .video-iframe-container { display: none; }#KudTn6He59EWKMk0dntJX1W9xAhbwNUu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KudTn6He59EWKMk0dntJX1W9xAhbwNUu > .row > .video-iframe-container { display: none; }#KudTn6He59EWKMk0dntJX1W9xAhbwNUu > .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); }#KudTn6He59EWKMk0dntJX1W9xAhbwNUu > .row .container { width:20rem;height:78.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qc2oT9mRHiiwMSioQWzCOkGuyGiwMxpO { width:20rem;height:4.5rem;top:17.685546875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VxVktIdUUbCBum1sn2S7HqwTAMpLuBbz { width:20rem;height:10.9985625rem;top:5.7487030029297rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oMfd3rAoIo2ywrAZroqPVMnTGXSQdnn1 { width:10.686875rem;height:1.2999125rem;top:3.9568214416504rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EyE1TRPMleSx1twWOybf9BROf2Tnhq7O { width:20rem;height:16.6875rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6b18k7C8g7drUZxrl2wBicHESxG2qRq { width:11.749125rem;height:3.0244125rem;top:29.25rem;left:1.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0vtnQzhZs0EI8u7Tx20fTnv3bhTNN6f { width:16.124125rem;height:5.19921875rem;top:33.1875rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR1lLQaH5Huou7qlbThK6nRL207oof0T { width:2.62478125rem;height:2.62478125rem;top:24.5625rem;left:1.5625rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrvW6mkWaG4ZapPcb3UsJTIkzb0sL3mp { width:1.25rem;height:1.3808625rem;top:25.1875rem;left:2.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROZE7LTou2CIJrDEGSD5sIGTzgczXWSI { width:20rem;height:16.6875rem;top:40.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIoCbRAg7yxSTTP6tRFEt6zEuHXSW2Sc { width:17.625rem;height:5.19921875rem;top:50.6875rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqJ1V8FBQUoSbNThcTUFBe4WDkeDOXu2 { width:15.061875rem;height:3.0244125rem;top:46.6875rem;left:1.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvtTq5PiMfTrGDCKBQ5WLPo9iOh0Mk1x { width:2.62478125rem;height:2.62478125rem;top:42.1875rem;left:1.5625rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4e9el0wDTJ31SO1PU5fTFhv7RumR6mf { width:1.25rem;height:1.3808625rem;top:42.8125rem;left:2.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IryOPFQD5p1vBh0FiD86ebRkluJxLvPh { width:20rem;height:16.6875rem;top:58.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQdGZtEVncbCvzQoF08OwvW09I4EOpnq { width:15.686875rem;height:5.19921875rem;top:68.3125rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydnQ9t1dscAekBxmh79TIp3qFATrWAS7 { width:16.1875rem;height:3.0244125rem;top:64.25rem;left:1.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTw6aMnT5JmpN41OxbwKbGFuCt157Zkd { width:2.62478125rem;height:2.62478125rem;top:59.875rem;left:1.5625rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ggi2Cbze5cIiD1C9KoVoKTtmy4qOZDIi { width:1.25rem;height:1.3808625rem;top:60.5rem;left:2.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVDcGC4vvvsytF1rVFmB1f0fH7okAkmA { display:block; }#zVDcGC4vvvsytF1rVFmB1f0fH7okAkmA > .row .container { width:20rem;height:414.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BgGCQl5euFba64osvKghgdvlA0m0HFA8 { width:20rem;height:7.5rem;top:15.0419921875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f5DAt4AhL2fpyxB4ZX4iFgrzIGQS2FdB { width:20rem;height:6.599125rem;top:7.5625rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FgLFgeofxBK74Am2F6LRwinDHRDRaxi9 { width:6.6875rem;height:1.29980625rem;top:4.93701171875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bbv0K91iaS9IEn9ZOr2PrceKHg34VtRb { width:8.3125rem;height:2.5625rem;top:4.1865234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e87q1uzZIxyltG75XBC9nexpSvPJzcX1 { width:9.625rem;height:1.29980625rem;top:26.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fP32MBbiZTUdAQ6IpJquTZguAmUbhGgV { width:19.625rem;height:11.5493125rem;top:28.125rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KU9tM8ztrJtxdI5SOQMSimoiB0FTGfCv { width:20rem;height:6.6875rem;top:41.220696926117rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIek5JXsimunpi89G2fkrqRKJ9Uxgou9 { width:14.0625rem;height:1.13769375rem;top:45.25rem;left:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gN1TKlTlce5Az8twmu0MWGBJ0X2ZsOZ9 { width:12.8125rem;height:2.0249rem;top:42.75rem;left:2.0625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJ3yRZJKTV0CEgwK6SJcAF61yye2pTbT { width:17.999125rem;height:9.9370625rem;top:75.15416375rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #iar1i3SKv9SrLd3wS6o4QrTBBlHtziOF { width:12.9373125rem;height:0;top:79.779819877931rem;left:2.6243515014649rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QdRTUIcg6LVBT422CMidgHVKfAzsoAGT { width:11.0623125rem;height:0;top:76.654819877931rem;left:2.6243515014649rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zBFQISBGCnZa8JlxGSDN6hTPqwSTNk9a { width:17.999125rem;height:9.9370625rem;top:63.96816375rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xwxq2xll3WpIE9UT7DF8hCHUt6LPKSPH { width:12.9373125rem;height:0;top:68.593819877931rem;left:2.6254272460938rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dSJ7F388OtRCGR8TKLOK0pkgI2cdZvb1 { width:11.0623125rem;height:0;top:65.468819877931rem;left:2.6254272460938rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #k2SHixg5cieyOikLewEriJn5EOJtaDgo { width:17.999125rem;height:9.874125rem;top:52.84510125rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mg34JMCD8RK82lkvTCqe4zceDtvqezpU { width:12.8125rem;height:0;top:57.470757377929rem;left:2.6243515014649rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #B6IE7Z7OOFZaCwnhelhs3WyoWmlXFrHT { width:14.4998125rem;height:0;top:54.345757377929rem;left:2.6243515014649rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #A4eGMUliDsg6P7L8uT7K171AxCZm2uOR { width:20.0625rem;height:20.8125rem;top:75.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgU81PxG7i4OLznu1nmrABGhrDDLJxSc { width:16.3125rem;height:4.67480625rem;top:78.125rem;left:1.6875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r59aHVTlzqdaypshTwadnMgyT68q7N7g { width:16.6875rem;height:10.125rem;top:83.8125rem;left:1.65625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cac0K5JZCvt1yE23Gs33xhV9HCcqdWl7 { width:10.6860625rem;height:1.29980625rem;top:102.8125rem;left:1.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Wr3A7NfS31g3uXsQiaNOd0E4bimalNP7 { width:16.875rem;height:11.15625rem;top:130.0625rem;left:1.875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ELKVHC46BQ0J8MDksxSIw3d5y1dK9vwR { width:20.0625rem;height:20.25rem;top:146.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkIWXKobr5DIXHgxcgx8GAeTSfTERavI { width:16.8120625rem;height:4.5rem;top:160.4375rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHr9idEUfoQbB6T3tFgAdQxXWzCZdcsS { width:7.3123125rem;height:1.51220625rem;top:156.5625rem;left:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkwmKMx6D1sVaKTf7vJnHWwT5XKwfFX1 { width:17.1875rem;height:1.05615rem;top:158.4375rem;left:1.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2zlDW4UUI1HWfFAtttvp5EoiLNun2kf { width:20rem;height:8.7988125rem;top:267.6875rem;left:0.0625rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nsTXDHgI0tvVwa3fiTzvAT0qLeC01AJD { width:10.686875rem;height:1.29980625rem;top:265.8125rem;left:0.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KPoif7UPxAhzfpFnw0vrzCQydLPp9zSp { width:20rem;height:4.5rem;top:277.5625rem;left:0.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y7H0UXqC9RxRGzlka7yaammrch1c9B2T { width:20rem;height:10.5rem;top:283.1875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmne0Ql8nqPXcqITzcEVZW7fvv9PTWoU { width:2.8125rem;height:2.8125rem;top:284.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qohN3GlTtUEBLGR6ZTftaNlHmwwDCRBQ { width:12.4375rem;height:3.8994125rem;top:288.25rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyJD51mgyI3ULEzh7pkvMq4DMqA7ODl6 { width:9.25rem;height:3.0244125rem;top:284.6875rem;left:5.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0EidIsJ61BFGwpR4ggVGNEAggn3rWLe { width:1.31185rem;height:1.31185rem;top:285.5625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FECUUNgV9FHs8dhKHkJwzqI1e6E9OQiH { width:20rem;height:5.99935rem;top:220.31140518189rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #egrFWVNxpcn8OQ4MGw4iqvOmalEN6bXq { width:20rem;height:0;top:231.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #aRJTMFoyTav09swdZnwi7lA5DTJpc6tr { width:20rem;height:0;top:228.19336509704rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RfQfSyxNA6AQt3bZisEeqnsIRDDTTEgs { width:2.8125rem;height:2.8125rem;top:256rem;left:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BXJAMMS8tqELx7MBLXIDn3d93DfrDs8B { width:1.25rem;height:1.25rem;top:256.75rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UhhlT53fCKTrilo6nIh7At4E0SPw52os { width:20rem;height:5.99935rem;top:236.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QMBXWH2Am2LVqRSGnanURRsQWUpMnBT8 { width:20rem;height:0;top:240rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #r3Kq1HLybFxUv7FIsbv0OkfV2SXU0Te6 { width:2.8125rem;height:2.8125rem;top:258rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qOR397c6lzV5JTd7HiAfAHyr345DlnIO { width:1.25rem;height:1.25rem;top:258.75rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #CzO9G5edgZwSxdvfVvN24fd1krTeqvAy { width:20rem;height:5.99935rem;top:245.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vp7aBJ4BNkrkEIs6Zin2CrfryLTkWT6A { width:20rem;height:0;top:248.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #naQBkuDJqoKbSXa6lXKuPvs784Z1WF50 { width:20rem;height:0;top:246.375rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xwNkkfkgrlwENNSEDhTFufET6lAqVCdd { width:2.8125rem;height:2.8125rem;top:254.125rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hw6QGuhTTOs0a9ZrJzCTThTowp6zTRug { width:1.25rem;height:1.25rem;top:254.875rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hnswr5zNsxrpvgrdmkcKRRcxi6rBkKuy { width:20rem;height:5.99935rem;top:253.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oUM2Z8RrhNFAmfhPqMD9FFN6m5kimi3t { width:20rem;height:0;top:256.75rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GP6HKNDZCvZqR2RzlUQG0NDCd7ms6rbd { width:2.8125rem;height:2.8125rem;top:262.5rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nNl8ShRhxcoqSvfhbXEIBGBLttobD6rn { width:1.25rem;height:1.25rem;top:263.25rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #niIpTJkth0ALqvFkZD9XLGcyqLEDctBD { width:17.9375rem;height:6rem;top:355.375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fgKf6oXgGiDPK2rdwEtrx8VsUugfhNzz { width:20rem;height:4.3994125rem;top:349.9375rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Exv3IoDsVud4Eb8ciRTWeoVeRD3dcpRN { width:9.9370625rem;height:1.29980625rem;top:348.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IWJKG7J0ElGTakgTiUKJdz9Z4kncSU6W { width:3.81185rem;height:1.51220625rem;top:364.5625rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWZ0LDUrS7Teqr4062PWS9vTTqf4KJP5 { width:15.1248125rem;height:3.298825rem;top:367.8125rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yegT2fnRvStHv7Fmd3WSXO7DmSL2vgfy { width:1.375rem;height:1.375rem;top:364.5625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgTDQfQOxgrSiIvrB6maTKPJnKVBfdXi { width:1.25rem;height:1.25rem;top:367.8125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MS30LUBoldynweDZaqQ40r8t3aUgzLfK { width:20rem;height:16.3748125rem;top:321.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bnEGvLPAJ8WpVv659xJ0fTeBqMA5aye7 { width:3.81185rem;height:0;top:322.9375rem;left:4rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kl5GWS3gRqCORyMfnJehWMC0T5AoFRzx { width:1.375rem;height:1.375rem;top:323rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FppybEiAUxKTgScJcEiiOrq6xVG4DSQz { width:20rem;height:0;top:326rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QbRzvLVUJ0CshOncF4eBdK4nyvEy6MDE { width:1.25rem;height:1.25rem;top:326rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mbBNMOKJirCQtTM0G77m6rsdm57C2Em9 { width:1.25rem;height:1.25rem;top:328.25rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #AqlQoPEmD5WD6wgKxBalOveL91LavXUk { width:20rem;height:0;top:328.25rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QTR83M7lquPb9swTb4kHRApqX5fn4POD { width:20rem;height:7.875rem;top:48.6875rem;left:0rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #xcLLNXzAn86T9eTS14oK7E5X7pFWtwV6 { width:15.5rem;height:2.2744125rem;top:52.6875rem;left:2.0625rem;font-size:0.875rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #HZCekhQKbbGBAJ1Itq3I3tVXc3vkZWe5 { width:12.8125rem;height:2.0249rem;top:50.1875rem;left:2.0625rem;font-size:2.25rem;z-index:15063;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #F76dbxRFSZLpaw5E4IzX2ihThE6xn9K6 { width:16.25rem;height:1.13769375rem;top:61.375rem;left:2.0625rem;font-size:0.875rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #X45sdgTOeNrqWFQoRzHeJByAkvwEK1lu { width:12.8125rem;height:2.0249rem;top:58.875rem;left:2.0625rem;font-size:2.25rem;z-index:15066;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #op1VnSEi06kwSgNM7aczVUAFCn72MTSS { width:14.0625rem;height:1.13769375rem;top:68.81201171875rem;left:2.061767578125rem;font-size:0.875rem;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #z7kDIsFZ2wIVs0NZ74SR0Zx0kGfXIKr4 { width:12.8125rem;height:2.0249rem;top:66.31201171875rem;left:2.061767578125rem;font-size:2.25rem;z-index:15069;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AqfNUDd6gL1Dxaghg6xoXGp5hrWytzcL { width:20rem;height:17.6875rem;top:152.9375rem;left:0rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #BMQs51uHDsogB899bU1x5kd3NeHixVQQ { width:16.8120625rem;height:0;top:165.25rem;left:1.625rem;font-size:1rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #EsCQn0MTWcb5sMn6Hv8NlniThpygEHo3 { width:17.1875rem;height:0;top:162.5rem;left:1.5rem;font-size:0.8125rem;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #QKwBdm7vNKhQlH95XVxd0OXizwcQzhwZ { width:11.1875rem;height:0;top:160.5rem;left:1.5rem;font-size:1.375rem;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #egqgq8XTfTr1rdf3fnSIIfqQ0sBcQIMU { width:4.6875rem;height:4.6875rem;top:154.4375rem;left:1.5rem;z-index:15082;display:none; }
 }@media only screen and (max-width: 763px) { #rwBoetZE2fMGcRWPdHFkPNsn4stUeAE6 { width:2.1875rem;height:0;top:155.8125rem;left:2.625rem;font-size:1.75rem;z-index:15083;display:none; }
 }@media only screen and (max-width: 763px) { #J4qTcFqcax7QzmtKWMRc0meR6F7VITvc { width:20rem;height:18.25rem;top:272.8125rem;left:0rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #iO3QImausvLDFmycKr48UxJtErTTZrFp { width:11.75rem;height:4.53661875rem;top:295.9375rem;left:5.5rem;font-size:1.375rem;z-index:15092;color:#ef7911;display:block; }
 }@media only screen and (max-width: 763px) { #R8DSlNF9IzyD5J3PHNqPBdZCTKXz9O9O { width:13.4375rem;height:3.8994125rem;top:301.125rem;left:5.375rem;font-size:1rem;z-index:15091;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tIHw2zLdTUduJEgC1QM9vkht5ugEBCP9 { width:2.8125rem;height:2.8125rem;top:296.0625rem;left:1.5rem;z-index:15090;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffae5d, #8a3f0c);background-image: -moz-linear-gradient(90deg, #ffae5d, #8a3f0c);background-image: -ms-linear-gradient(90deg, #ffae5d, #8a3f0c);background-image: -o-linear-gradient(90deg, #ffae5d, #8a3f0c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae5d', endColorstr='#8a3f0c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae5d', endColorstr='#8a3f0c' );";background-image: linear-gradient(90deg, #ffae5d, #8a3f0c);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #DJu3ARxsUii86ZHazpQTQgEMRrs4ahJ3 { width:1.25rem;height:1.25rem;top:296.8125rem;left:2.3125rem;z-index:15093;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JoJvH8PVvy47BdbNERna7du7UerbZwvV { width:20rem;height:10.5rem;top:250.375rem;left:0rem;z-index:15094;display:none; }
 }@media only screen and (max-width: 763px) { #OVJTc2kdrJctMbZwQEThuyRqBABTtwgI { width:12.8125rem;height:0;top:251.875rem;left:5.4375rem;font-size:1.375rem;z-index:15097;display:none; }
 }@media only screen and (max-width: 763px) { #nB7Rt3CrzXPCPAZcfyBtkwC2cIBiS9LN { width:13.4375rem;height:0;top:255.4375rem;left:5.375rem;font-size:1rem;z-index:15096;display:none; }
 }@media only screen and (max-width: 763px) { #b7UdlPMbNPBaWLW8IddkExKmisoHJDkB { width:2.8125rem;height:2.8125rem;top:252rem;left:1.4375rem;z-index:15095;display:none; }
 }@media only screen and (max-width: 763px) { #ukRmCVDLOL2QhlScJA4yA1E5hArDZGH4 { width:1.31185rem;height:1.31185rem;top:252.75rem;left:2.25rem;z-index:15098;display:none; }
 }@media only screen and (max-width: 763px) { #V97wVEtUMkewtziqfgL5H0kE0iFsJtO2 { width:13.4375rem;height:5.19921875rem;top:326.75rem;left:5.4375rem;font-size:1rem;z-index:15101;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XFzQVQe28ccJKcGx2VuBJmr50OrimkJd { width:13.0625rem;height:3.0244125rem;top:323.1875rem;left:5.5rem;font-size:1.375rem;z-index:15102;color:#ef7911;display:block; }
 }@media only screen and (max-width: 763px) { #Tc2H7EMt3C5zAPtMTy2KutRHbkLtHn8f { width:2.8125rem;height:2.8125rem;top:323.3125rem;left:1.5rem;z-index:15100;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffae5d, #8a3f0c);background-image: -moz-linear-gradient(90deg, #ffae5d, #8a3f0c);background-image: -ms-linear-gradient(90deg, #ffae5d, #8a3f0c);background-image: -o-linear-gradient(90deg, #ffae5d, #8a3f0c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae5d', endColorstr='#8a3f0c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae5d', endColorstr='#8a3f0c' );";background-image: linear-gradient(90deg, #ffae5d, #8a3f0c);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #pFyLfd0Bnd4BbAzfoQoSCx2o5RXT9WU7 { width:1.25rem;height:1.25rem;top:324.0625rem;left:2.3125rem;z-index:15103;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cVSBLoX9XKm06JXzs9bKALkpFd0Sp6rC { width:13.8125rem;height:3.8994125rem;top:339.3125rem;left:5.4375rem;font-size:1rem;z-index:15106;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WPb9oW8oALqkNIQxl55b9GeFKFHcdUXV { width:11.875rem;height:;top:335.75rem;left:5.5rem;font-size:1.375rem;z-index:15107;color:#ef7911;display:block; }
 }@media only screen and (max-width: 763px) { #yqPuW1EHZWQ0t7UbEBxuQ9a6WvVlp2Hf { width:2.8125rem;height:2.8125rem;top:335.875rem;left:1.5rem;z-index:15105;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffae5d, #8a3f0c);background-image: -moz-linear-gradient(90deg, #ffae5d, #8a3f0c);background-image: -ms-linear-gradient(90deg, #ffae5d, #8a3f0c);background-image: -o-linear-gradient(90deg, #ffae5d, #8a3f0c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae5d', endColorstr='#8a3f0c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae5d', endColorstr='#8a3f0c' );";background-image: linear-gradient(90deg, #ffae5d, #8a3f0c);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ELDOoMIVp0BnHmgtz9ZezyRbiOgglhX5 { width:1.25rem;height:1.25rem;top:336.625rem;left:2.3125rem;z-index:15108;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IllkPoCf4QQ6XMVFfOJ51A8Xiky8tHIV { width:13.4375rem;height:5.19921875rem;top:314.125rem;left:5.375rem;font-size:1rem;z-index:15096;color:#ffffff;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ybuv7g3Cc9Cv34idxFTJN8XT0nTlNd2x { width:11.75rem;height:4.53661875rem;top:308.9375rem;left:5.5rem;font-size:1.375rem;z-index:15097;color:#ef7911;display:block; }
 }@media only screen and (max-width: 763px) { #iGhckdRvTqk5HqFrEKyrQ5F71xlXcal4 { width:2.8125rem;height:2.8125rem;top:309.0625rem;left:1.5rem;z-index:15095;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffae5d, #8a3f0c);background-image: -moz-linear-gradient(90deg, #ffae5d, #8a3f0c);background-image: -ms-linear-gradient(90deg, #ffae5d, #8a3f0c);background-image: -o-linear-gradient(90deg, #ffae5d, #8a3f0c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae5d', endColorstr='#8a3f0c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae5d', endColorstr='#8a3f0c' );";background-image: linear-gradient(90deg, #ffae5d, #8a3f0c);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ybu6sJhsaPxkC5T9E7ZsWFqbLS0T6Mta { width:1.25rem;height:1.25rem;top:309.8125rem;left:2.3125rem;z-index:15098;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gRS1OV0GCyvo3mgCVWgg7T0FXkLUxTna { width:1.25rem;height:1.25rem;top:372.0625rem;left:1.625rem;z-index:15115;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PmdZ2U4cVy685Q5wVqOgMNc5rK5RphHE { width:15.1248125rem;height:3.298825rem;top:372.0625rem;left:3.625rem;font-size:1rem;z-index:15112;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ligaBnnbS7DJz4CpUsGp2xrDphMo2NTI { width:15.1248125rem;height:2.19921875rem;top:376.4375rem;left:3.5625rem;font-size:1rem;z-index:15114;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Fz6MTledMGaDcgrbNbIzsG91HC1wwxQO { width:1.25rem;height:1.25rem;top:376.4375rem;left:1.625rem;z-index:15117;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rcse4rIrAhTTr3PCfE0FwxMtkUM40TOi { width:15.1248125rem;height:2.19921875rem;top:380rem;left:3.5625rem;font-size:1rem;z-index:15116;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DotuWW3Ake86PBLxNhF9QLP8JoLtuZHM { width:1.25rem;height:1.25rem;top:380rem;left:1.625rem;z-index:15119;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mZLmg22dV5MUTkhKT39QyWt71uCdCMJt { width:15.1248125rem;height:2.19921875rem;top:398.25rem;left:3.5625rem;font-size:1rem;z-index:15125;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HEcvGytQCkNRre7xK561BDRISJKL0g6V { width:15.1248125rem;height:2.19921875rem;top:401.8125rem;left:3.5625rem;font-size:1rem;z-index:15127;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RyClM4kLyHUxhsaMBBVvAEXgs8Ns5PQs { width:15.1248125rem;height:3.298825rem;top:393.875rem;left:3.625rem;font-size:1rem;z-index:15123;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mGidHfpaEPTxe3NlcHW0qkCXuTwW0qGZ { width:15.1248125rem;height:2.19921875rem;top:390.5625rem;left:3.625rem;font-size:1rem;z-index:15121;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DkckOmsbMhKNKgM86ST4oH4Zt07DawWd { width:1.25rem;height:1.25rem;top:390.5625rem;left:1.625rem;z-index:15124;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fGH0lzGNhLrClSreiS6VheDxRCCRf1yF { width:1.25rem;height:1.25rem;top:393.875rem;left:1.625rem;z-index:15126;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uKaRDlZPWsGy6MdJMw6DBciui517wrto { width:1.25rem;height:1.25rem;top:398.25rem;left:1.625rem;z-index:15128;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aQhgNt7W8AuBWWfdroXKfz9ZewmLBorT { width:1.25rem;height:1.25rem;top:401.8125rem;left:1.625rem;z-index:15130;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HIvAWIC1JsLsJC1eSgSIKSNi5Ixw3JdP { width:3.81185rem;height:1.51220625rem;top:387.3125rem;left:3.75rem;font-size:1.375rem;z-index:15122;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KM5zW1fzb3pE6eEAMK0BwQiViCvBm6fm { width:1.375rem;height:1.375rem;top:387.3125rem;left:1.625rem;z-index:15123;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XCRPAUtU5IItq1z4SiJPwToMylBcp0aI { width:20rem;height:42.875rem;top:100.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gA0W0yxQxNFkUhdsfQfH7zCZdfpFEqpH { width:16.4978125rem;height:8.9355625rem;top:119.1875rem;left:1.75rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NziTHQoGR2eDr2GPeO6Weye0H8K5240S { width:16.3745rem;height:12.87475rem;top:105.18701171875rem;left:1.8115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIQLfIeWDbMakfSz2hV9M8ornbJq4l0b { width:6rem;height:6rem;top:148.375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEkrZeHCrtnidM0MWUHeloCLKV6mutTM { width:19.875rem;height:20.8125rem;top:189.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #blHFnTU1EDGSg5hELD0qtD1XnbfdTSWA { width:17.56225rem;height:0;top:201.1875rem;left:2.375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ic4BTacRQqbtZJemfTIwiyz0V09CD574 { width:6rem;height:6rem;top:169.873046875rem;left:1.950439453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOfi2b9NqDHvwb2s37NCPGZHhnDx1gpl { width:17.1875rem;height:0;top:203.25rem;left:2.375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yyNnlvLIViQ9zJFGXJtTOR72VHZRNTKx { width:20rem;height:0;top:205.3125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #aTo9TkzrFFV4W9pfeMTFKL5e83T8zqBe { width:20rem;height:auto;top:236.8125rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RNGsd6htPonWlxEwLzN2ngRQdyXVNlcO { width:20rem;height:auto;top:250.375rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZxkVVAT0g7MhulOARIEHrDHeXfsPx54x { width:19.875rem;height:16.375rem;top:279.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tuPLHCSKQza14AZ54J8dQGF08gzqJIbp { width:20rem;height:0;top:286.06122016907rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #m4Em1ydMSSVOKoV6qlHLdJEAPsiqmBdT { width:20rem;height:0;top:316.06230545044rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #b1e0JnHDX8FIoLqaeCT32kBtTNRBEHNa { width:20rem;height:0;top:318.26174163818rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xgzKvi7dWAliVMVqqnbtA4XI1m6RSWU1 { width:20rem;height:0;top:330.5rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cmmIcPMydOdSFib58dfcLgpCDUAv8byT { width:20rem;height:0;top:332.75rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xpFkqIXiquO3y4UB9HsDXA2HbxRNTLP6 { width:1.25rem;height:1.25rem;top:330.5rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bGLENU3GhSukcgEIpgcl2SrQ3aD4Lzpl { width:1.25rem;height:1.25rem;top:332.75rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zp7iUdTz9yEQ03Uc6piMnLe2tNNbZZlN { width:1.25rem;height:1.25rem;top:298.0625rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fb6dOSLkTgqVr5nNIubwxTqTS8XyIUmR { width:1.25rem;height:1.25rem;top:301.25rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZsIUENOwbrcq8ly0q88MFbDTn8MTQWMO { width:1.25rem;height:1.25rem;top:303.5rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HXRTiqFeI7CpK9uSJAFPcNQrnzzGtwZk { width:20rem;height:44.6875rem;top:194.81079101562rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUXHehu8k2PMIxQ6lcpws3DyHgDrQrEw { width:20rem;height:7.875rem;top:48.593505859375rem;left:0rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #hOF2BMO3wvB7T3uu9Dw78r00eCB5V7e9 { width:20rem;height:6.687rem;top:57.281005859375rem;left:0rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #BZbDdQZTEq4DpynD0lkyQGRWFk6BODuI { width:20rem;height:6.6858125rem;top:64.780029296875rem;left:0rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #SJfTmLfz3s2gvCHm9UEDKQATfZ6Z25K3 { width:20.0625rem;height:21.875rem;top:167.62451171875rem;left:0rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #JpJbzTlmOBeTTnlBfDTOwU3d7RlFKISn { width:20rem;height:12.3125rem;top:294.375rem;left:0.0625rem;z-index:15085;display:block; }
 }@media only screen and (max-width: 763px) { #oO2QSonbCxMQoAJvsGCM089FEB6XNHio { width:20rem;height:13.4375rem;top:307.4375rem;left:0rem;z-index:15086;display:block; }
 }@media only screen and (max-width: 763px) { #pVH9P0XNVBGJRH4XpgPf8XDVD5aH1qs3 { width:20rem;height:11.8125rem;top:321.625rem;left:0.0625rem;z-index:15087;display:block; }
 }@media only screen and (max-width: 763px) { #OwyloTZaxEGQ1KdsDwXcBUTeI2AtUx8y { width:20rem;height:10.5rem;top:334.1875rem;left:0.0625rem;z-index:15088;display:block; }
 }@media only screen and (max-width: 763px) { #iEeDyc7vbbGSzQ8PR5TJloFR2UIiaswd { width:20.0625rem;height:20.9375rem;top:362.875rem;left:0rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #gJ7BWkOivcTeIkTheMKf9WVnn5wD5gIm { width:20.06225rem;height:20.5rem;top:385.3125rem;left:0rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #gx6OWkT6EmWgHRz27M5dOOngeWUn4a0X { width:19rem;height:4.1875rem;top:408.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8keaTIGfcFFTi50xBzV3g86mUUoFynX { display:block; }
 }@media only screen and (max-width: 763px) { #QlGUltVG1vHAsl0CI1QqVW6HQH6OQyvs { width:8.375rem;height:1.51220625rem;top:177.86865234375rem;left:1.8125rem;font-size:1.375rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #gdeFMTAfl2SSVrpZ7ZBMkuwDgckbQ84b { width:17.1875rem;height:1.05615rem;top:180.00048828125rem;left:1.8125rem;font-size:0.8125rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #ItpbDACTtlKDTsPmsA4cQiEbexulG6TZ { width:16.812rem;height:6rem;top:181.90673828125rem;left:1.8125rem;font-size:1rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #vfP48QysZPCqWrsohxrvOX14C4BMsFk5 { display:block; }#vfP48QysZPCqWrsohxrvOX14C4BMsFk5 > .row .container { width:20rem;height:96.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g7BzpJKILtsWdV72EHViTTvtQwF9NcoZ { width:20rem;height:25.9375rem;top:65.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eE8eH9SGAVSqGNTwLLxNwZv1U3kfrOOq { width:20rem;height:6.6873125rem;top:59.4662875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yRWnBNB7roD8xEIkiFnlQIpt15JCu9kD { width:17.9373125rem;height:0;top:62.528360253906rem;left:2.0626875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OOyXNTw4gdIp9Tw2TP1FkGgR5w6t7RQm { width:15.9375rem;height:7.7988125rem;top:76.8125rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOJRMQv8C7zZJL52ulvRykAnEsrMaELJ { width:17.9373125rem;height:0;top:60.653360253906rem;left:2.0626875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cgJTb3AWInOeQfRQhW5DgVQpTrSa4qfN { width:20rem;height:6.6873125rem;top:43.5916625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eRWMhJ8Ea465cJvRoserO2a4tglEv8KB { width:20rem;height:6.6873125rem;top:35.65435rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mJqtTW4V2lBoC3tpxCmhn3nnOKAgUkaG { width:17.9373125rem;height:0;top:46.653735253906rem;left:2.0626875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WZwOqn2vBRHg6RQqABl3AQxrPk1q1Jmu { width:1.25rem;height:1.25rem;top:44.966448876953rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #r4xTgiw7doSTwosc8NR8RVzrfL6C5vnV { width:17.9373125rem;height:0;top:44.778735253906rem;left:2.0626875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IscOnsXic8aVBtIRMXoCZRV6TQkGMwqZ { width:20rem;height:6.6873125rem;top:51.528975rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #o8l3qTezqRzaAPPfBroWLasT0nbmeXSJ { width:1.25rem;height:1.25rem;top:60.841073876953rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hIaZkETSlQA0khIh06ybOTdAFmGRROeA { width:18.125rem;height:2.4746125rem;top:71.5rem;left:1.875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3oKCdvXT72QzPbndytinRkBPWPXlVd9 { width:10.686875rem;height:1.29980625rem;top:74.4375rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3TJqouQM99XcL2bM4gv11xsKEla6rH4 { width:20rem;height:7.6875rem;top:19.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGdvU8gZ7sF5O3rAevnoeGC4cZwq8Xzz { width:20rem;height:6.6873125rem;top:27.7170375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #B3uxeSzpQO21vs9kUROqgSQ6dFKbcJmy { width:17.9373125rem;height:0;top:38.716422753906rem;left:2.0626875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DKpLpIe6yuDE0BgvcpsX4wn9ZWl18Qme { width:17.9373125rem;height:0;top:36.841422753906rem;left:2.0626875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BGo9pPaX0FwToOTUHoPbQD8BsSEalk6S { width:17.9373125rem;height:0;top:54.591047753906rem;left:2.0626875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tTdWKnFTRBTfO6wTvqQAvkmSHt44BCL8 { width:17.9373125rem;height:0;top:52.716047753906rem;left:2.0626875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WBMetHJukTx4U4DgceCUOmHqqwGGQCGr { width:10.686875rem;height:1.29980625rem;top:69.875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnkZ6RmtmvsQB1G79GoVrLS0FPInmwD4 { width:13.25rem;height:3.41161875rem;top:22.6875rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgZWbI3K4xvqmdTsbowWcr0kI2ZuFTzo { width:17.9373125rem;height:0;top:30.779079736328rem;left:2.0626875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TF3ThdfQ3epJe6bShHhwdT8i9tiEu8Ug { width:10.686875rem;height:1.05615rem;top:67.6875rem;left:2.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNkNqEwCHbiVgvQsPWWfySFq6cEpCU5M { width:12.0625rem;height:1.4624rem;top:20.8125rem;left:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMSFEAeBtuP3VvbTHzcCz6fKTlzNBVTR { width:17.9373125rem;height:0;top:28.904079736328rem;left:2.0626875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aVpfz6sqcovMZMTh7FZhhamazEpC5Dgs { width:1.25rem;height:1.25rem;top:29.091793359375rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #eXy7EWse20hpnNNRZTnSwxEAVKdndJWS { width:1.25rem;height:1.25rem;top:21rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyTkhE3oGter9NL0xCofPu5Ts7iu9HEo { width:1.25rem;height:1.25rem;top:36.966209130859rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #MXyJrv4gPG0My1aaqsTiXBuWN1KxyaKk { width:1.25rem;height:1.25rem;top:52.841932763672rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #OiWAyusifC9DHJmvAASnMgnMQKovavW9 { width:20rem;height:6rem;top:11.625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C8FPyVPtTsQIUwcfdfNgf4cQFPWet4c7 { width:3.24978125rem;height:1.29980625rem;top:3.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uGtzeOybUcV91PUcfJghXtJhPLH0va1v { width:14.5rem;height:2.2744125rem;top:31.0625rem;left:3.625rem;font-size:0.875rem;z-index:15139;display:block; }
 }@media only screen and (max-width: 763px) { #R2gSNTITGKh1yKRXx3FwIafckgLswpb1 { width:1.25rem;height:1.25rem;top:29.375rem;left:1.3125rem;z-index:15117;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #e3KN2McDhLv9SAV1eiP0UgivDcx48PmU { width:14rem;height:1.4624rem;top:29.1875rem;left:3.625rem;font-size:1.125rem;z-index:15140;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #UwfTmyLbbmZBDpwFBb8NCIm905bsbNRc { width:13.25rem;height:2.2744125rem;top:38.4375rem;left:3.625rem;font-size:0.875rem;z-index:15143;display:block; }
 }@media only screen and (max-width: 763px) { #wq1BURuh72vQHUzeyCTor9RPTR6DZK2s { width:12.8125rem;height:1.4624rem;top:36.5625rem;left:3.625rem;font-size:1.125rem;z-index:15144;display:block; }
 }@media only screen and (max-width: 763px) { #r8C4BuWGzm0rgA2Vu0P90qX3f0exwpcP { width:1.25rem;height:1.25rem;top:36.75rem;left:1.3125rem;z-index:15121;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QIdCWItDamVXcQm2NT9XgAQaf6CIrvNO { width:13.25rem;height:2.2744125rem;top:45.8125rem;left:3.625rem;font-size:0.875rem;z-index:15147;display:block; }
 }@media only screen and (max-width: 763px) { #hLmULqM7OxhegMbRToIBX3dsSFqJxHze { width:12.0625rem;height:1.4624rem;top:43.9375rem;left:3.625rem;font-size:1.125rem;z-index:15148;display:block; }
 }@media only screen and (max-width: 763px) { #RzHGeUN6hFgLbbxKi31DXadgNcTGNWI5 { width:1.25rem;height:1.25rem;top:44.125rem;left:1.3125rem;z-index:15125;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IB6M7vVrOPkEyTIHy8MykqJubNWi3Lzl { width:13.25rem;height:2.2744125rem;top:53.1875rem;left:3.625rem;font-size:0.875rem;z-index:15151;display:block; }
 }@media only screen and (max-width: 763px) { #SmDVz13eDRXt7QDgXpu4EOPpAAQ8mn8U { width:16.25rem;height:1.4624rem;top:51.3125rem;left:3.625rem;font-size:1.125rem;z-index:15152;display:block; }
 }@media only screen and (max-width: 763px) { #K4M3V2O0sC1o5WKNtbEaf7fy5AIroTNn { width:1.25rem;height:1.25rem;top:51.5rem;left:1.3125rem;z-index:15129;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vdRp8AX6rvzhiT2BpTEKLoGhf1K5JytW { width:13.25rem;height:2.2744125rem;top:60.5625rem;left:3.625rem;font-size:0.875rem;z-index:15155;display:block; }
 }@media only screen and (max-width: 763px) { #TGZBylIHUvIq1B4hrBtMhfZzg86q6QGn { width:14.125rem;height:1.4624rem;top:58.6875rem;left:3.625rem;font-size:1.125rem;z-index:15156;display:block; }
 }@media only screen and (max-width: 763px) { #K5Vn2orLO70rw6dafVaiDVN7yq2k9fMt { width:1.25rem;height:1.25rem;top:58.875rem;left:1.3125rem;z-index:15133;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #f6cDwM7GW8h4TeacibTqQOb5kbPdVoCg { width:20rem;height:4.77783125rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKg07GFbfHA5uQVRtywA2WtIRUrUvmuh { width:15.7495rem;height:3.5620125rem;top:86.125rem;left:2.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5nFLhOpfExkZv2sGQyETfLaTW6om5eL { display:block; }
 }@media only screen and (max-width: 763px) { #PMqeGKefXbXblBenR3KulFw4kP6wuwcn { width:20rem;height:6.625rem;top:28.0625rem;left:0rem;z-index:15111;display:block; }
 }@media only screen and (max-width: 763px) { #UCEfDsTQFZHV4WMfJfihCJrpH6SSo4P4 { width:20rem;height:6.62475rem;top:35.375rem;left:0rem;z-index:15112;display:block; }
 }@media only screen and (max-width: 763px) { #i2VWrTSht9SGON1RBsC6f4SGEyIZeTLc { width:20rem;height:6.6235625rem;top:42.75rem;left:0rem;z-index:15113;display:block; }
 }@media only screen and (max-width: 763px) { #u8wQQtWnNbnhAg9kl08ywvpMu008oCZ6 { width:20rem;height:6.6235625rem;top:50.125rem;left:0rem;z-index:15114;display:block; }
 }@media only screen and (max-width: 763px) { #Mgd9eTgq3U24Es5fuFTyxpMVg791LdxJ { width:20rem;height:6.6235625rem;top:57.5rem;left:0rem;z-index:15115;display:block; }
 }@media only screen and (max-width: 763px) { #PWdlBI2wJXJgslk6cEGSZUWg6BSZPJHR { display:block; }#PWdlBI2wJXJgslk6cEGSZUWg6BSZPJHR > .row .container { width:20rem;height:161.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RrS38wcTamZLCsrtWNImNcyLTBGRS7m3 { width:20rem;height:5.5996125rem;top:14rem;left:0.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DcP6xUa6VPnNOB4E5Vb7prrLlKcBUSqw { width:18.18725rem;height:6.599125rem;top:6.1875rem;left:0.125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zweNZl2fcdp6JUM55pu1ZGrMVROa5kOl { width:10.686875rem;height:0;top:1.0622825622559rem;left:4.2805994153022rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #HhWTiXbCvcm8Zm6mpuoN3lq8R3dE4wHu { width:19.749375rem;height:21.0623125rem;top:4.12435rem;left:0.0625rem;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #PhOxES2vJpewsc2wTtewpHrZix3VamWh { width:8.9355625rem;height:0;top:60.523055463257rem;left:11.0644375rem;font-size:0.875rem;z-index:15045;display:none; }
 }@media only screen and (max-width: 763px) { #XFTsLyX3hqKNo7AmpFNNFJCuT4PSl8Ma { width:20rem;height:0;top:51.6875rem;left:0rem;z-index:15047;display:none; }
 }@media only screen and (max-width: 763px) { #QOUyAhHPzrnr7CUmcLcIEK6ev195NWyl { width:8.9355625rem;height:0;top:57.398055463257rem;left:11.0644375rem;font-size:0.875rem;z-index:15042;display:none; }
 }@media only screen and (max-width: 763px) { #cbK4LzXVUgmRaCd6mwpiOovuakgHOfMv { width:20rem;height:0;top:48.5625rem;left:0rem;z-index:15044;display:none; }
 }@media only screen and (max-width: 763px) { #nvLSHfP9TqAnTkMiLsaNEWtWBFP14hx3 { width:8.9355625rem;height:0;top:54.335988431396rem;left:11.0644375rem;font-size:0.875rem;z-index:15039;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #yhWKdBARua4GrUFw33R6DEsqV6RxhoBI { width:20rem;height:0;top:12.875rem;left:0.125rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #TTl5bh0RAvMWdN9eHlwMcvRpB2TI3p0I { width:8.9355625rem;height:0;top:12.748482156372rem;left:11.0644375rem;font-size:0.875rem;z-index:15036;display:none; }
 }@media only screen and (max-width: 763px) { #ib2isDdECNoc8IzqpGcwJVlXWuCITaFB { width:8.9355625rem;height:0;top:12.748482156372rem;left:0.062934875488281rem;font-size:0.875rem;z-index:15035;display:none; }
 }@media only screen and (max-width: 763px) { #hbM9CEEtAvfL9K7LFRsDnLeThk1TDIdO { width:8.9355625rem;height:0;top:54.335988431396rem;left:0rem;font-size:0.875rem;z-index:15038;display:none; }
 }@media only screen and (max-width: 763px) { #cIEa5qs9LD1dCWR2hOh7J0N5XVCw3HUx { width:8.9355625rem;height:0;top:57.398055463257rem;left:0rem;font-size:0.875rem;z-index:15041;display:none; }
 }@media only screen and (max-width: 763px) { #OIFrs2Sy1b1hMqQh2aGVVOqecoPsXFqO { width:8.9355625rem;height:0;top:60.523055463257rem;left:0rem;font-size:0.875rem;z-index:15044;display:none; }
 }@media only screen and (max-width: 763px) { #TuynQy96d4i9eN8cxW2Fpc6rEiwK1ee4 { width:20rem;height:0;top:9.8125rem;left:0.125rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #IBIzIqZeEps08JovxgOvOtcrx1dBfU81 { width:8.9355625rem;height:0;top:9.6864151245119rem;left:0rem;font-size:0.875rem;z-index:15032;display:none; }
 }@media only screen and (max-width: 763px) { #RIiweTkblIDa1VuPTW8ZrePuo5fyDWvF { width:8.9355625rem;height:0;top:9.6864151245119rem;left:11.0644375rem;font-size:0.875rem;z-index:15033;display:none; }
 }@media only screen and (max-width: 763px) { #C4fVO1iZJHAMJoTlEkcKJMraNC6oKFT1 { width:20rem;height:0;top:6.75rem;left:0.125rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #MAfRnyFTBuFN6UnKDnifsoS2WDBbfVGi { width:20rem;height:0;top:6.31185rem;left:0rem;font-size:1rem;z-index:15033;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #J8hEEiFctv3DLMcf0TUSzQwu5DA8MSES { width:1.37478125rem;height:1.37478125rem;top:6.2489151245117rem;left:0rem;z-index:15034;display:none; }
 }@media only screen and (max-width: 763px) { #AiLfCSS7nkzoT72Zme6va9brlsFMIzRk { width:19.875rem;height:19.5rem;top:20.6875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gd4soRDPmwXHSTkvvlEitK5N4ZboidJL { width:1.25rem;height:1.25rem;top:33.0625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ck26mrdTfrccW1C90QR5zOyfmtTm5XBI { width:1.25rem;height:1.25rem;top:29.6875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooCtFpreoz2JcWPQFCwfhvv4NqKXUMDM { width:13.5625rem;height:3.09375rem;top:25.5625rem;left:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOhuAoeaD3DdE0dRhlu9ymLanNDBxfvs { width:1.25rem;height:1.25rem;top:25.5625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lirtQtCKRh6ODuarStTVwkVKTFmcZehz { width:14rem;height:2.4375rem;top:29.5rem;left:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCSZIOHzkxPu48d4rG013SSWUgJwRNSA { width:16.31225rem;height:2.4375rem;top:32.9375rem;left:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dq4qqJim0Tv41JEwhTQ3zu5EF2ndyRCM { width:1.25rem;height:1.25rem;top:36.5rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlNbCdLuxhTy4ZxmcSi7PiPlNpHHF15A { width:15.1245rem;height:2.4375rem;top:36.3125rem;left:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLCkVQ2LMfzRT0tNf3dxxKJmFpphO5mZ { width:13.8745rem;height:1.51220625rem;top:22.4375rem;left:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9TwKG2h48pfmE9ZHyiDgqTwSclmxR77 { width:19.8730625rem;height:19.5rem;top:41.1875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWi6VgMy0ibJeFUAoJFnyamPfgbg6KZT { width:20rem;height:0;top:80.787353515625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #EXDTMpfD0kqQfsRKrFQp3FbexskQZBRS { width:15.81175rem;height:0;top:85.86669921875rem;left:4.188232421875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zBWKusPVNSL3vt1nkGQ4o1mdri809LFg { width:20rem;height:0;top:75.58349609375rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wTBDSJyKh96n15madgnHvpPQzmoDcKUk { width:13.875rem;height:2.0625rem;top:45.75rem;left:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7yheSgwyUJlDr4MT8NDRbdZ5TpURIB0 { width:15.1245rem;height:1.51220625rem;top:42.9375rem;left:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iw2ZzaRn5akpm2kTC7JbyS5icGbkIEBm { width:1.25rem;height:1.25rem;top:55.9375rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #boSqyFyLqyAZHZOuGkmrGB1btt9wJsyk { width:1.25rem;height:1.25rem;top:53.875rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PVL9rzXLWO8NystpTBrvTkzHMz9XRzfg { width:1.25rem;height:1.25rem;top:59.375rem;left:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #o1DfMtHVnMeaeMpvEaiHLHymyHZAdpNv { width:1.25rem;height:1.25rem;top:45.75rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKPyBhzPAnNesoEpgAQg7w1c4JThrTXw { width:10.6860625rem;height:1.29980625rem;top:66.1875rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrGM5FXb15oGJBTzMXRa7XX89nwsXFBz { width:20rem;height:8.7988125rem;top:68.125rem;left:0.125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TgaCWyytifu2L1yQKm49MJ79asgeAL2Z { width:20rem;height:11.31225rem;top:79.6875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFDmb7iQaNxgCXnwelHUIqspHXtUwgn3 { width:17.3125rem;height:6.499rem;top:83.1875rem;left:1.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FtKT13UcJkBaa0OJdIbOrJRQpRlXfAFF { width:16.0625rem;height:1.51220625rem;top:80.9375rem;left:1.4375rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iBTbydJzCSLzQB70MaN96tE70dSfwOVZ { width:20rem;height:8.811875rem;top:146rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FvfePuX6kdpRo7I9BBZ1LhpxJKlsRT2B { width:20rem;height:0;top:149.5625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Apnng2qpR6079hUwIWlmrMwzlJDn37wz { width:20rem;height:0;top:147.4375rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QObhMRv2dS0y0T5RPFkIEfDoDJpx0TwT { width:20rem;height:8.811875rem;top:166.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #n4BqOrF9DF3xPedD1ephI4iHm42syTl3 { width:20rem;height:0;top:169.6875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MWA91kkDrHIi5qXPZKLB2VIw6W9iC0c8 { width:20rem;height:8.811875rem;top:156.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WxkRIiqMvaF87nh4xK5IZTFis3MXvB8U { width:20rem;height:0;top:167.5625rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #nMo0acvSTuW3EkCCOpnTQNhP9bSZIGfK { width:20rem;height:0;top:159.625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GbkgrgrtTp8drCKXBMu2UoicuByrah9L { width:20rem;height:0;top:157.5rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #A0ruq3cXI63voua62ZFEmSFwB4WETmDF { width:20rem;height:7.5rem;top:184.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nfrhannTSHOC9tTDgU3fOKsOsCeTfVrO { width:20rem;height:0;top:188.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Inu8TkN9hL7Uppww6MvSTNu2wgqnzuqA { width:20rem;height:7.5rem;top:176.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PBvghuFuteFC4OtttrH1vmVTgKQ4mJPs { width:20rem;height:0;top:179.75rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LXicCnhdZDJSyhCtFVMax2rvP4DGgwEC { width:20rem;height:0;top:186.375rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #k3L99zthfSBFDIlrpT9esVOpAnzRHStM { width:20rem;height:0;top:177.625rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #W4L7tH0ATqUItaWmvNVU70UMa0L29EpZ { width:20rem;height:7.5rem;top:194.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KGEMowZZua4yUaPrECPoy7TPqHV0n0N9 { width:20rem;height:0;top:198.5rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FuhSSqaSphZMXMx8g8tgZn5XL9fskhoa { width:20rem;height:0;top:196.375rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VSa75n60d3SgoAtwbdlcqe52nrspaim7 { width:4.3125rem;height:1.29980625rem;top:4.1875rem;left:0.125rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #V5q9vBkMtPvdsXk0dSlBZb9FMLF9E6Ll { width:13.875rem;height:3.09375rem;top:48.75rem;left:3.9375rem;font-size:0.9375rem;z-index:15138;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #J8gs2uBS9bPVB9kIxL5crz6I9uAGznww { width:1.25rem;height:1.25rem;top:48.75rem;left:1.75rem;z-index:15144;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #P7AMQiORU453MDFsLOi01giCzA2kwQ6M { width:15rem;height:2.0625rem;top:52.8125rem;left:4rem;font-size:0.9375rem;z-index:15140;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hM49RZNqXWA8DnkQueNg4W5qGsInzU4h { width:1.25rem;height:1.25rem;top:52.8125rem;left:1.75rem;z-index:15146;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yCoqxH0iV35qMeR24nQ5xtlU4XUMPQ6X { width:13.875rem;height:3.09375rem;top:55.8125rem;left:4rem;font-size:0.9375rem;z-index:15140;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Z1lPyeetTaH9UOriRcov7UzMhEHdTS6X { width:1.25rem;height:1.25rem;top:55.8125rem;left:1.75rem;z-index:15146;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #T8o05kinWOSNegepFf7rIag31L0Zx3zZ { width:17.3125rem;height:6.499rem;top:95.375rem;left:1.4375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15147;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Tb4nCf7TvM9AiT1qObRfVrugW4uXL1B3 { width:16.0625rem;height:1.51220625rem;top:93.125rem;left:1.4375rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15148;display:block; }
 }@media only screen and (max-width: 763px) { #Z3yA29EKCwzkLGgwJl5i3hU5lBxMD4vK { width:17.8125rem;height:5.19921875rem;top:107.5625rem;left:1.4375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15150;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bo5qMEgcUk2iySw8kDv4qGtCOywetmEp { width:17.6875rem;height:1.51220625rem;top:105.3125rem;left:1.4375rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15151;display:block; }
 }@media only screen and (max-width: 763px) { #oTOVsAHhqcZNCttbMJIs34lrkT5HRLbn { width:17.3125rem;height:5.19921875rem;top:118.4375rem;left:1.4375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15153;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CHJFT7qchdNMge44a9siNtyq6IdVgJMb { width:16.0625rem;height:1.51220625rem;top:116.1875rem;left:1.4375rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15154;display:block; }
 }@media only screen and (max-width: 763px) { #p4ggssALu10WikpNWuJqL2Lkm6V5EBTn { width:17.3125rem;height:3.8994125rem;top:129.25rem;left:1.4375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15156;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zRk96aLLQ59WP72JAay9CUPW0dkkXru9 { width:16.0625rem;height:1.51220625rem;top:127rem;left:1.4375rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15157;display:block; }
 }@media only screen and (max-width: 763px) { #TKPXa4aVWv4ltKpDQbG0i2N7pZL14EUU { width:17.312rem;height:5.19921875rem;top:140.125rem;left:1.5rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15159;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fT96xa30T2cxPypThSfWPiu0aPls7TpD { width:16.0625rem;height:3.0244125rem;top:136.4375rem;left:1.4375rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15160;display:block; }
 }@media only screen and (max-width: 763px) { #shzqZnhkzQm0MqgTSedkGNE5hHW7lFQI { width:17.3125rem;height:5.19921875rem;top:151.125rem;left:1.4375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15156;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TrhuXpMo9hyhA4ma5LmZPQiFV3hCHyv2 { width:16.0625rem;height:1.51220625rem;top:148.875rem;left:1.4375rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15157;display:block; }
 }@media only screen and (max-width: 763px) { #WBRI8XuTgvTp4HQt5drXG2tm4JDvDs8C { width:20rem;height:11.3110625rem;top:91.8125rem;left:0.125rem;z-index:15144;display:block; }
 }@media only screen and (max-width: 763px) { #e7dx9BqezbN4GibMgKPLcvoi66FPHg34 { width:20rem;height:10rem;top:104rem;left:0.125rem;z-index:15145;display:block; }
 }@media only screen and (max-width: 763px) { #VrrMl6H4wkno9My9pJMJZFWQrzX7S0iS { width:20rem;height:10rem;top:114.875rem;left:0.0625rem;z-index:15146;display:block; }
 }@media only screen and (max-width: 763px) { #w4gof424OeGlt3cTqcSnvUK4MgQZyXUN { width:20.0625rem;height:8.4375rem;top:125.75rem;left:0.125rem;z-index:15147;display:block; }
 }@media only screen and (max-width: 763px) { #UZVseeABsgchQB7rKV5ttiMk3C8fiKav { width:20.06225rem;height:11.5rem;top:135.125rem;left:0rem;z-index:15148;display:block; }
 }@media only screen and (max-width: 763px) { #adS9vrABpfq0hJOWkCUIUilyQ0b3s4t9 { width:20rem;height:10rem;top:147.5625rem;left:0.125rem;z-index:15147;display:block; }
 }@media only screen and (max-width: 763px) { #oKMadKtRJcBadKarlmiJ59TyvTKCPZZN { display:block; }#oKMadKtRJcBadKarlmiJ59TyvTKCPZZN > .row .container { width:20rem;height:69.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZgVQcVkVeoIJodTqpQQ7m95K3tWGq7oc { width:20rem;height:3rem;top:11.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nukwoFoxehaMTssH6Vpc9X4ErsuMiaiG { width:20rem;height:4.3994125rem;top:5.625rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fncaIB8Xu3V35EO6b7ecpCzG7ESCe71v { width:4.375rem;height:1.29980625rem;top:3.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VIihDOrx1BUxRL09F7v7kCZ9TV3Im14x { width:13.75rem;height:1.51220625rem;top:20.37451171875rem;left:1.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIPhkCbwTXzT3H0yUaPpwPHy0GPoW0h8 { width:14.8125rem;height:3.8994125rem;top:22.4375rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqJwVTsP6JtR2O3b4INrbdeD4S93s4Hx { width:20rem;height:11.7480625rem;top:15.594482421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7zXRCgcP49d0KRR6KWTMzohTCHdPGQS { width:2.12456875rem;height:2.12456875rem;top:17.125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X47rlEgfcZUtQP6PCdpPZdH2BWlbuax5 { width:1.25rem;height:1.3808625rem;top:17.5rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqwNHZceB984IK5cdJi3ZTzesLgMPmwx { width:15.3125rem;height:3.8994125rem;top:59.9375rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6LMkBH4EiuwLh9fQVUXeo3KRum6cvc1 { width:20rem;height:11.749125rem;top:53.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPh3rOWsKgVtEhUvZdb3REJoEtGiGev9 { width:13.75rem;height:1.51220625rem;top:57.936767578125rem;left:1.4990234375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwdyfTd7xNEROnHATSAPDktX0W7N1N4u { width:2.06163125rem;height:2.06163125rem;top:54.75rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6HqD5VBLQQmQrwrVJtbgFc5xdncytF9 { width:1.25rem;height:1.3808625rem;top:55.125rem;left:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrclTkEM9vua9hGQtnOrCSOfcAE6dT3z { width:15.3125rem;height:3.8994125rem;top:47.375rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3l1NT5wSPmd5CdOcAHOlTO80kq0wM2M { width:20rem;height:11.8120625rem;top:40.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BueViKgbeT5tNJmC4vhPTPM4vPDpCzTK { width:13.75rem;height:1.51220625rem;top:45.37451171875rem;left:1.4990234375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWrXkES0OhMZhCX0XHq3FvyDlvrfKaxh { width:2.12456875rem;height:2.12456875rem;top:42.1875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kfw1FPWGb1dmeorUrXGkC1proM4zQseZ { width:1.25rem;height:1.3808625rem;top:42.5625rem;left:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcOthOL22RMdXOCxxRnTzEzp5p6JZTGa { width:13.0625rem;height:3.89941875rem;top:34.81201171875rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XA2TFzfnnz60okna35gJl7Ncg59D0lED { width:20rem;height:11.749125rem;top:28.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRZ7EOnKpCGnLU0edo5xt8tI8qoO64Iq { width:13.75rem;height:1.51220625rem;top:32.812255859375rem;left:1.4990234375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVKPQVGPk7FfuTN6SKUxCyEm0i803ged { width:2.06163125rem;height:2.06163125rem;top:29.625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlZ3tlHmk3ntrB5825bvncuu7JdFJMDZ { width:1.25rem;height:1.3808625rem;top:30rem;left:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnvW7Ug2fhc1L6E9wxoopRqNgWrPWvd4 { background-color:#000000;background-image:none;display:block; }#OnvW7Ug2fhc1L6E9wxoopRqNgWrPWvd4 > .row .container { background-color: transparent; background-image: none; }#OnvW7Ug2fhc1L6E9wxoopRqNgWrPWvd4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnvW7Ug2fhc1L6E9wxoopRqNgWrPWvd4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnvW7Ug2fhc1L6E9wxoopRqNgWrPWvd4 > .row .container > .video-iframe-container { display: none; }#OnvW7Ug2fhc1L6E9wxoopRqNgWrPWvd4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnvW7Ug2fhc1L6E9wxoopRqNgWrPWvd4 > .row > .video-iframe-container { display: none; }#OnvW7Ug2fhc1L6E9wxoopRqNgWrPWvd4 > .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); }#OnvW7Ug2fhc1L6E9wxoopRqNgWrPWvd4 > .row .container { width:20rem;height:107.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NxoPnouuyrKTrTPsfrlL3TpZXx7Ub3Uo { width:20rem;height:4.3994125rem;top:7.25rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cGdOkV78cZUfDgGUvNBN83mQGzU14PoF { width:20rem;height:4.5rem;top:12.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gNvlnBFmiCUMoSAB5l1NlrsT6JcUIDz6 { width:19.875rem;height:9.25rem;top:73.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoPyrm0H3vVDr6tDwkzzJD3GRriKeJHR { width:17.5rem;height:5.19921875rem;top:76.6875rem;left:1.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fp64Sn9TSvEkTXXiKAPp2aZn3h2CN6LW { width:17.0625rem;height:1.0996125rem;top:75rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXTB9VmWJdLdUm76TW7CyB4epm5b5XZM { width:19.875rem;height:9.25rem;top:83.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mm7ETVKTDSemhmJtmX9iqaoGZwTh7Zdc { width:17.125rem;height:5.19921875rem;top:86.8125rem;left:1.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wHDT78ACT70NWGBVZHmN9bIsXoI8Hawz { width:9.8125rem;height:1.0996125rem;top:85.125rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoOKOJtCtv8O6U2xFBOzy44HoIKNZwIP { width:19.749375rem;height:9.25rem;top:93.875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXKNAiKIWNNzVwJQ6illIL6c5UGta71I { width:15.25rem;height:5.19921875rem;top:97rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K67XvTOcaEXH13P7CVP3S3qdFITEdmfk { width:10.4375rem;height:1.0996125rem;top:95.3125rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gw8lUM6x5x7BMizbtezw3mQtz4O5H4Zo { width:19.875rem;height:44.0625rem;top:18.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAN3Jbe0wvaFT9gFV8ntF7MhbGo18viW { width:17.6865rem;height:3.41161875rem;top:22.9375rem;left:1.15673828125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rczZi6SrETl4G4RaI0g2K6EatioOSNWD { width:12.5rem;height:2.5625rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCqXmm7aFQp90BJWsAyyPPTsBo6QdWNc { width:10.625rem;height:1.29980625rem;top:4.3125rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto; }
#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left: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;display:block;vertical-align:top; }
#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H .widget-input-text {padding-top: 0; padding-bottom: 0;}#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left: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;display:block;vertical-align:top; }
#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.8125rem;overflow:hidden;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block;vertical-align:top; }
#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H .widget-input-select {padding-top: 0; padding-bottom: 0;}#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H .widget-input-button { width:16.75rem;margin-top:0.25rem;margin-right:0.375rem;margin-bottom:0.25rem;margin-left:0.375rem;font-size:1rem;overflow:hidden; }
#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H [class*="-text"]:-moz-placeholder { font-size:0.8125rem; }
#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H [class*="-text"]::-moz-placeholder { font-size:0.8125rem; }
#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H [class*="-text"]:-ms-input-placeholder { font-size:0.8125rem; }
#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H [class*="-text"]::-webkit-input-placeholder { font-size:0.8125rem; }
#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H  { width:17.5rem;height:auto;top:26.34814453125rem;left:0rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem; }
#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H .widget-info-text { font-size:0.8125rem;overflow:hidden;height:auto; }
#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H {display:block;}#dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H { width:17.5rem;height:auto;top:26.34814453125rem;left:0rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem; }
 }@media only screen and (max-width: 763px) { #dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #DX6twk7JdvF2TAbSxsHmK0nWqZboCb4u {  }
 }@media only screen and (max-width: 763px) { #dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #fgyFkerpiOWL6niLO8tF7oi8iMw6WCcN { display:none; }
 }@media only screen and (max-width: 763px) { #dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #SdXCD3owIsk05wbTNHBtDv5TAXEAgIPp {  }
 }@media only screen and (max-width: 763px) { #dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #TKVZEXbu8k3AVWO4rXyWNo6vNvO4sLeV {  }
 }@media only screen and (max-width: 763px) { #dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #IzBhkuKfxSiTGeO4mVH7fUCL7cUDoUrk { display:none; }
 }@media only screen and (max-width: 763px) { #dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #i6Ls6gxypbVninMcOX7eDpwxhOL2sefH {  }
 }@media only screen and (max-width: 763px) { #dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #d2u1Pczplp5Oa0GlNoAoTeocpHJ4xI82 {  }
 }@media only screen and (max-width: 763px) { #dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #ulMtHKKFqdsgztU0gs6l3AJlMcdCSTeQ { display:none; }
 }@media only screen and (max-width: 763px) { #dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #bhZGeAKpA9G6Zax73B781PEemcblOf48 {  }
 }@media only screen and (max-width: 763px) { #dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #zTv0MrXLy5Mn7D7a0gLQskqvxoq5iFzN {  }
 }@media only screen and (max-width: 763px) { #dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #iGthp7mwHl6aWVx95UOIZGoDDLZiRFXw { display:none; }
 }@media only screen and (max-width: 763px) { #dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #RLlllM96qqoJzNZyNsFqqdmFOB0yt6GU {  }
 }@media only screen and (max-width: 763px) { #dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #pQTuSSnDvUsloywdhIUE6tOyrfDbZeq7 {  }
 }@media only screen and (max-width: 763px) { #dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #zkdooUym5o58HSmvsypIITLsHHOg20nV { display:none; }
 }@media only screen and (max-width: 763px) { #dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #dKGsfFyM8kOHg8JBcKOb83C7dCtz3MS0 {  }
 }@media only screen and (max-width: 763px) { #dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #TCF7VOf3qW96TANcT0HxinJR5h2bieXm {  }
 }@media only screen and (max-width: 763px) { #dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #tfG7zBMfER83Nf2hWvTbAXkF7ETiflzC { display:none; }
 }@media only screen and (max-width: 763px) { #dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #yaKRM3UPyZfIqcLy0XZeViwNwgAMwavW {  }
 }@media only screen and (max-width: 763px) { #dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #Qt6WJ24uQ1oD18cvctHPGQ59P2tcFoXa {  }
 }@media only screen and (max-width: 763px) { #dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #RPuxU3Ip8k0SWADCXAcmqneEyl8LZQAm { display:none; }
 }@media only screen and (max-width: 763px) { #dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #SnfJHlt6J4EabUeH1BUMGysGmqbeaqIn {  }
 }@media only screen and (max-width: 763px) { #P6F4d2c4idB8VJkf4zHkigGAffTSBfwA { display:block; }
 }@media only screen and (max-width: 763px) { #t83FdgOXPfGuIMkn6wrBKJvvUrDKsiCF { display:block; }
 }@media only screen and (max-width: 763px) { #Ju847ZQWpT12CBymTRGS39RvWQqCo7Mw { display:block; }
 }@media only screen and (max-width: 763px) { #ZeVXsvdssWuu6DT6yhUkn1Qbp39ZMX98 { display:block; }
 }@media only screen and (max-width: 763px) { #K9uQzwaJVNAAipJkU775ebUMVN60qyON { display:block; }
 }@media only screen and (max-width: 763px) { #Ctzlp3Hs6D6vLgwgLNTr3F86P46BT0cP { display:block; }
 }@media only screen and (max-width: 763px) { #Ac8d2fiMRGSbfW83XXkrHGsCfzS4vqRQ { display:block; }
 }@media only screen and (max-width: 763px) { #dMSdJURaUGTgDCzAzqEOvhyQCqxmsq4v { display:block; }
 }@media only screen and (max-width: 763px) { #ywUWVEVr5xaEVkWBDWhC01mMTNTBezCy { display:block; }
 }@media only screen and (max-width: 763px) { #ZTqldm6w6Pf383AT7dXKHEkXvhHViOdw { display:block; }
 }@media only screen and (max-width: 763px) { #ZrOg0FkxcxEGIG32fEMvTHh2yexDt4o1 { display:block; }
 }@media only screen and (max-width: 763px) { #RSew7yRVnhQ6Qzlkive3ckpmIFQgL5ep { display:block; }
 }@media only screen and (max-width: 763px) { #bbzypiV8NKJZdmFdXZV1ssTmTa7y08E3 { display:block; }
 }@media only screen and (max-width: 763px) { #Tz9u0EULDUbtR3TWETbIhcmXqI7SwnxB { display:block; }
 }@media only screen and (max-width: 763px) { #D53oFRcJzHJJ5yhWIPSJpgH83Z1TdwBu { display:block; }
 }@media only screen and (max-width: 763px) { #LOPXFgbqqPrgU9wmPRtq8khM7zfSXdUQ { display:block; }
 }@media only screen and (max-width: 763px) { #Tlrk5XIQQVyNUE2SB8C6EW86RTIS37ge { display:block; }
 }@media only screen and (max-width: 763px) { #G8fvu3XJUteWcK7IwIaReUZoOPKiys1r { display:block; }
 }@media only screen and (max-width: 763px) { #Ht4vykdvIfUe8a4irp7dEtM81BbfbgUT { display:block; }
 }@media only screen and (max-width: 763px) { #w7SS3VQWw6yJKZWDnQexkvz0LFG20T6K { display:block; }
 }@media only screen and (max-width: 763px) { #dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #R7HhyauyQNiSguz6NirLnQAJ31N6QhlN {  }
 }@media only screen and (max-width: 763px) { #dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #srsCfQLCUpZUhDItgSRrULUXys2DQD6A {  }
 }@media only screen and (max-width: 763px) { #dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #qwbPvFpbUJZ8yXTqvqL53th17nmifThg {  }
 }@media only screen and (max-width: 763px) { #dVfzSvWnEDV4PPlVzT6RJpWIWKi2xb7H #x7BFu7nSMl8TRXplQJMzBfKuWx9ZI5Pd {  }
 }@media only screen and (max-width: 763px) { #vprlWkLGLLBR9WK7WzHLPbHsekE0TDmy { top:65.87548828125rem;left:2.59375rem;width:14.8125rem;height:5.9375rem;z-index:15040;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #loJ9XIzeEBQ0oK4agCA0Z7F0v1FlawIw { width:18.0625rem;height:1.375rem;top:21rem;left:0.96875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PkmQA4QvGVPMHnyZTSMi9e9TkJz761Hg { display:block; }#PkmQA4QvGVPMHnyZTSMi9e9TkJz761Hg > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CM9HGntipywfS6bTWEl51AhSJQnvTF9c { width:20rem;height:2.923825rem;top:0.85009765625rem;left:0rem;font-size:0.75rem;display:block; }
 }