.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;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); }#sPldSyZy6nOtS7HlW9xbWnBmKEJNn76F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.5);background-image:none;position:relative;display:block; }#sPldSyZy6nOtS7HlW9xbWnBmKEJNn76F > .row .container { background-color: transparent; background-image: none; }#sPldSyZy6nOtS7HlW9xbWnBmKEJNn76F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPldSyZy6nOtS7HlW9xbWnBmKEJNn76F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPldSyZy6nOtS7HlW9xbWnBmKEJNn76F > .row .container > .video-iframe-container { display: none; }#sPldSyZy6nOtS7HlW9xbWnBmKEJNn76F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPldSyZy6nOtS7HlW9xbWnBmKEJNn76F > .row > .video-iframe-container { display: none; }#sPldSyZy6nOtS7HlW9xbWnBmKEJNn76F > .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); }#sPldSyZy6nOtS7HlW9xbWnBmKEJNn76F > .row .container { border-width: 0; border-radius: 0; }#sPldSyZy6nOtS7HlW9xbWnBmKEJNn76F > .row > .video-iframe-container {  }#sPldSyZy6nOtS7HlW9xbWnBmKEJNn76F > .row .container { font-size:0.875rem;font-family:arial;height:4.5625rem;width:60rem;position:relative;display:block; }#gxuJc4H4xQZ4LsovIPzlSe5LpHOloEtv { color:#000000;display:block;width:5.1875rem;position:absolute;font-family:"ibm plex sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.4375rem;left:54.8125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#Qt1Xx4AgSiduwaAqF5mhOKKUleTAuHzs { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.6875rem;width:3.6875rem;top:0.4375rem;left:0rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#fcfcff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container {  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:28.875rem;width:60rem;overflow:visible;position:relative;display:block; }#tivIHWqKZx1RhiaH1SxftgacoCilrqzf { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.8125rem;width:51.25rem;top:0rem;left:4.375rem;overflow:hidden;display:block; }
#U6RBC4IIpR4kylTbP3ISzJqrxdbeeNPM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9e9e9;background-image:none;position:relative;display:block; }#U6RBC4IIpR4kylTbP3ISzJqrxdbeeNPM > .row .container { background-color: transparent; background-image: none; }#U6RBC4IIpR4kylTbP3ISzJqrxdbeeNPM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6RBC4IIpR4kylTbP3ISzJqrxdbeeNPM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6RBC4IIpR4kylTbP3ISzJqrxdbeeNPM > .row .container > .video-iframe-container { display: none; }#U6RBC4IIpR4kylTbP3ISzJqrxdbeeNPM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6RBC4IIpR4kylTbP3ISzJqrxdbeeNPM > .row > .video-iframe-container { display: none; }#U6RBC4IIpR4kylTbP3ISzJqrxdbeeNPM > .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); }#U6RBC4IIpR4kylTbP3ISzJqrxdbeeNPM > .row .container { border-width: 0; border-radius: 0; }#U6RBC4IIpR4kylTbP3ISzJqrxdbeeNPM > .row > .video-iframe-container {  }#U6RBC4IIpR4kylTbP3ISzJqrxdbeeNPM > .row .container { font-size:0.875rem;font-family:arial;height:0.125rem;width:60rem;position:relative;display:block; }#aCRJtn3KDHIl3Tcm95a2vav1gD0hH5XQ { position:relative;display:block; }#aCRJtn3KDHIl3Tcm95a2vav1gD0hH5XQ { background-color: transparent; background-image: none; }#aCRJtn3KDHIl3Tcm95a2vav1gD0hH5XQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCRJtn3KDHIl3Tcm95a2vav1gD0hH5XQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCRJtn3KDHIl3Tcm95a2vav1gD0hH5XQ > .row .container > .video-iframe-container { display: none; }#aCRJtn3KDHIl3Tcm95a2vav1gD0hH5XQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aCRJtn3KDHIl3Tcm95a2vav1gD0hH5XQ > .row > .video-iframe-container { display: none; }#aCRJtn3KDHIl3Tcm95a2vav1gD0hH5XQ > .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); }#aCRJtn3KDHIl3Tcm95a2vav1gD0hH5XQ { border-width: 0; border-radius: 0; }#aCRJtn3KDHIl3Tcm95a2vav1gD0hH5XQ > .row .container > .video-iframe-container {  }#aCRJtn3KDHIl3Tcm95a2vav1gD0hH5XQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:21.0625rem;width:60rem;position:relative;display:block; }#oOkXhTFDBTFGI6QV4A4leTiEcACsK5cn { color:#000000;display:block;width:42.6875rem;position:absolute;font-family:"source serif pro";font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.125rem;left:1.09375rem;height:4.0625rem;font-style:normal;display:block; }
#S49g3wobF6aObWFeuT5QrK7hyJKyLkN9 { color:#000000;display:block;width:57.8125rem;position:absolute;font-family:"ibm plex sans";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:8.0625rem;left:1.09375rem;height:9.75rem;display:block; }
#V7Nh15GAvEUhpkxIyCTR1dnliCcoMd2V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9e9e9;background-image:none;position:relative;display:block; }#V7Nh15GAvEUhpkxIyCTR1dnliCcoMd2V > .row .container { background-color: transparent; background-image: none; }#V7Nh15GAvEUhpkxIyCTR1dnliCcoMd2V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7Nh15GAvEUhpkxIyCTR1dnliCcoMd2V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7Nh15GAvEUhpkxIyCTR1dnliCcoMd2V > .row .container > .video-iframe-container { display: none; }#V7Nh15GAvEUhpkxIyCTR1dnliCcoMd2V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7Nh15GAvEUhpkxIyCTR1dnliCcoMd2V > .row > .video-iframe-container { display: none; }#V7Nh15GAvEUhpkxIyCTR1dnliCcoMd2V > .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); }#V7Nh15GAvEUhpkxIyCTR1dnliCcoMd2V > .row .container { border-width: 0; border-radius: 0; }#V7Nh15GAvEUhpkxIyCTR1dnliCcoMd2V > .row > .video-iframe-container {  }#V7Nh15GAvEUhpkxIyCTR1dnliCcoMd2V > .row .container { font-size:0.875rem;font-family:arial;height:0.125rem;width:60rem;position:relative;display:block; }#e6mxTVGoxAwgJqq5f2lkd15lRgRF0EO2 { position:relative;display:block; }#e6mxTVGoxAwgJqq5f2lkd15lRgRF0EO2 { background-color: transparent; background-image: none; }#e6mxTVGoxAwgJqq5f2lkd15lRgRF0EO2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6mxTVGoxAwgJqq5f2lkd15lRgRF0EO2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6mxTVGoxAwgJqq5f2lkd15lRgRF0EO2 > .row .container > .video-iframe-container { display: none; }#e6mxTVGoxAwgJqq5f2lkd15lRgRF0EO2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6mxTVGoxAwgJqq5f2lkd15lRgRF0EO2 > .row > .video-iframe-container { display: none; }#e6mxTVGoxAwgJqq5f2lkd15lRgRF0EO2 > .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); }#e6mxTVGoxAwgJqq5f2lkd15lRgRF0EO2 { border-width: 0; border-radius: 0; }#e6mxTVGoxAwgJqq5f2lkd15lRgRF0EO2 > .row .container > .video-iframe-container {  }#e6mxTVGoxAwgJqq5f2lkd15lRgRF0EO2 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:27.125rem;width:60rem;position:relative;display:block; }#VzX2T160yPA3ZcsWyLdTvkVlaVaJdSdo { position:absolute;display:block;z-index:15002;height:24.4375rem;width:31.8125rem;top:2.3125rem;left:0rem;display:block; }
#iHisOk7X9dvrxR1CBJySwQfPP0fvBz9h { position:absolute;display:block;z-index:15000;height:11.25rem;width:20rem;display:none; }
#ySXqufZWU7vqALzSGN7xzdlwBE6aXPQW { color:#000000;display:block;width:26.875rem;position:absolute;font-family:"ibm plex sans";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13.875rem;left:33.125rem;height:8.125rem;display:block; }
#nW3v7MRAgV5Tw9VDVfQS1eh8xnEUeOr9 { color:#000000;display:block;width:25.5625rem;position:absolute;font-family:"source serif pro";font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.625rem;left:33.125rem;height:8.125rem;font-style:normal;display:block; }
#cvW5tSO3SUuWatrGlrfro9Ce8LycdkTG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9e9e9;background-image:none;position:relative;display:block; }#cvW5tSO3SUuWatrGlrfro9Ce8LycdkTG > .row .container { background-color: transparent; background-image: none; }#cvW5tSO3SUuWatrGlrfro9Ce8LycdkTG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvW5tSO3SUuWatrGlrfro9Ce8LycdkTG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvW5tSO3SUuWatrGlrfro9Ce8LycdkTG > .row .container > .video-iframe-container { display: none; }#cvW5tSO3SUuWatrGlrfro9Ce8LycdkTG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvW5tSO3SUuWatrGlrfro9Ce8LycdkTG > .row > .video-iframe-container { display: none; }#cvW5tSO3SUuWatrGlrfro9Ce8LycdkTG > .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); }#cvW5tSO3SUuWatrGlrfro9Ce8LycdkTG > .row .container { border-width: 0; border-radius: 0; }#cvW5tSO3SUuWatrGlrfro9Ce8LycdkTG > .row > .video-iframe-container {  }#cvW5tSO3SUuWatrGlrfro9Ce8LycdkTG > .row .container { font-size:0.875rem;font-family:arial;height:0.125rem;width:60rem;position:relative;display:block; }#sLAeqBneZ1R5lUb9JSGAoNRLyIVOlKEC { position:relative;display:block; }#sLAeqBneZ1R5lUb9JSGAoNRLyIVOlKEC { background-color: transparent; background-image: none; }#sLAeqBneZ1R5lUb9JSGAoNRLyIVOlKEC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sLAeqBneZ1R5lUb9JSGAoNRLyIVOlKEC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sLAeqBneZ1R5lUb9JSGAoNRLyIVOlKEC > .row .container > .video-iframe-container { display: none; }#sLAeqBneZ1R5lUb9JSGAoNRLyIVOlKEC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sLAeqBneZ1R5lUb9JSGAoNRLyIVOlKEC > .row > .video-iframe-container { display: none; }#sLAeqBneZ1R5lUb9JSGAoNRLyIVOlKEC > .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); }#sLAeqBneZ1R5lUb9JSGAoNRLyIVOlKEC { border-width: 0; border-radius: 0; }#sLAeqBneZ1R5lUb9JSGAoNRLyIVOlKEC > .row .container > .video-iframe-container {  }#sLAeqBneZ1R5lUb9JSGAoNRLyIVOlKEC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:31.3125rem;width:60rem;position:relative;display:block; }#n2tLDsQTd10H4WkLqJodeGZe7Xufb3OF { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:2.4375rem;top:9.625rem;left:4rem;overflow:hidden;display:block; }
#fVFCaEoAX5O9L2ZQhXi93arlS86qsV3p { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.125rem;width:2.1875rem;top:17.875rem;left:4.125rem;overflow:hidden;display:block; }
#Kz07Z4cFunTklvgt4lJETJU8Eub2he5v { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.125rem;width:2.1875rem;top:13.6875rem;left:4rem;overflow:hidden;display:block; }
#Pq5amIfLsBOpUUcRxNOhQJ2QEv7uE10O { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"ibm plex sans";font-size:1.875rem;font-weight:300;z-index:15060;line-height:1.3;letter-spacing:0;top:9.5625rem;left:9.125rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KAzuDT1D7GnnTlMMJsGPSwMoGXXPnDhA { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:"ibm plex sans";font-size:1.875rem;font-weight:300;z-index:15061;line-height:1.3;letter-spacing:0;top:17.71875rem;left:9.125rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oDI8ReabWvbPF4Pvt1bn4d9ayTwpBAri { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:"ibm plex sans";font-size:1.875rem;font-weight:300;z-index:15062;line-height:1.3;letter-spacing:0;top:13.5rem;left:9rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n7wls6uHqe38FkXIBTb5X3OiBAyqyB0b { color:#000000;display:block;width:21.625rem;position:absolute;font-family:"ibm plex sans";font-size:1.875rem;font-weight:300;z-index:15063;line-height:1.3;letter-spacing:0;top:26rem;left:8.9375rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IRLxD6fRMtW4maFQBI1ksCQXqRHXVOmP { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.125rem;width:2.1875rem;top:26.15625rem;left:4.125rem;overflow:hidden;display:block; }
#voddnhy0s1Qtq0nKOXOfgThCI2NVF2Ja { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:"ibm plex sans";font-size:1.875rem;font-weight:300;z-index:15062;line-height:1.3;letter-spacing:0;top:5.6875rem;left:9.125rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#usZiQl0XPMV9f4hA5wkWTSr5Kz2doDTA { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4375rem;width:2.4375rem;top:5.8125rem;left:4rem;overflow:hidden;display:block; }
#dKOZvx6F9bPa6AoMQw5CVlXPzITEPtSa { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:"ibm plex sans";font-size:1.875rem;font-weight:300;z-index:15063;line-height:1.3;letter-spacing:0;top:1.875rem;left:37.625rem;height:;font-style:normal;display:block; }
#yCRSJ0cKRwescnKsFGvyc6RPmD28hXJf { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.1875rem;top:2rem;left:32.4375rem;overflow:hidden;display:block; }
#KelC2JZGLGBVf6TXfTSgKgCztRn3POQt { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5625rem;width:3.5625rem;top:5.1875rem;left:32.4375rem;overflow:hidden;display:block; }
#ArohRH8izT8eGwsCIWHX3H56RRaQc97R { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:"ibm plex sans";font-size:1.875rem;font-weight:300;z-index:15064;line-height:1.3;letter-spacing:0;top:5.625rem;left:37.5625rem;height:2.4375rem;font-style:normal;display:block; }
#O0GU0k2ISJG2hpQwTJ8gDNLuAW7Iqip3 { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:2.5rem;top:9.5625rem;left:32.4375rem;overflow:hidden;display:block; }
#DZXDtrE3ZBBkMk4a3GEJ42Vzfrde0oCQ { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:"ibm plex sans";font-size:1.875rem;font-weight:300;z-index:15065;line-height:1.3;letter-spacing:0;top:9.5625rem;left:37.6875rem;height:2.4375rem;font-style:normal;display:block; }
#sTTW8pKpqEazFJiPTUV3NoXnlOEzeeEb { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4375rem;width:2.4375rem;top:13.5rem;left:32.4375rem;overflow:hidden;display:block; }
#PyKvlvAepONQOsrDuflJvIUl7FXvdCGt { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:"ibm plex sans";font-size:1.875rem;font-weight:300;z-index:15066;line-height:1.3;letter-spacing:0;top:13.5rem;left:37.5625rem;height:2.4375rem;font-style:normal;display:block; }
#JqDQiiHElASHQsLrm8zzNN2U2Q0xFefz { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:"ibm plex sans";font-size:1.875rem;font-weight:300;z-index:15067;line-height:1.3;letter-spacing:0;top:1.875rem;left:8.9375rem;height:2.4375rem;font-style:normal;display:block; }
#M9WDIPv218AIhkMSfpRUoyBUB1I1DXKG { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:2.375rem;top:1.9375rem;left:3.875rem;overflow:hidden;display:block; }
#U08uZeubGubrrbTOpuTc1wKn30xfZq1V { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.1875rem;top:22rem;left:4rem;overflow:hidden;display:block; }
#nGRuu2r00XpaWFCNRTD0LnAkxNPCw6mi { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:"ibm plex sans";font-size:1.875rem;font-weight:300;z-index:15068;line-height:1.3;letter-spacing:0;top:21.75rem;left:9rem;height:2.4375rem;font-style:normal;display:block; }
#xMggNnhQloJFUeaBJTgdHKzevpIvJZF2 { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:"ibm plex sans";font-size:1.875rem;font-weight:300;z-index:15069;line-height:1.3;letter-spacing:0;top:17.6875rem;left:37.5625rem;height:2.4375rem;font-style:normal;display:block; }
#IWrsSEW0NzUQ48TkRZVi92Eo4CIpld5R { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:2.375rem;top:17.75rem;left:32.4375rem;overflow:hidden;display:block; }
#pVJmvZfkPh0w2Fo7vpgDhRqMZX3VOClB { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:2.375rem;top:21.5625rem;left:32.5rem;overflow:hidden;display:block; }
#bwT8glGyE4iIKmnMsrKyGi0NIKqIcylP { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:"ibm plex sans";font-size:1.875rem;font-weight:300;z-index:15070;line-height:1.3;letter-spacing:0;top:21.5rem;left:37.5625rem;height:2.4375rem;font-style:normal;display:block; }
#TkxHT8IoKU1erh5W8HJw6b5gT3Bxylty { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9e9e9;background-image:none;position:relative;display:block; }#TkxHT8IoKU1erh5W8HJw6b5gT3Bxylty > .row .container { background-color: transparent; background-image: none; }#TkxHT8IoKU1erh5W8HJw6b5gT3Bxylty::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkxHT8IoKU1erh5W8HJw6b5gT3Bxylty > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkxHT8IoKU1erh5W8HJw6b5gT3Bxylty > .row .container > .video-iframe-container { display: none; }#TkxHT8IoKU1erh5W8HJw6b5gT3Bxylty > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkxHT8IoKU1erh5W8HJw6b5gT3Bxylty > .row > .video-iframe-container { display: none; }#TkxHT8IoKU1erh5W8HJw6b5gT3Bxylty > .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); }#TkxHT8IoKU1erh5W8HJw6b5gT3Bxylty > .row .container { border-width: 0; border-radius: 0; }#TkxHT8IoKU1erh5W8HJw6b5gT3Bxylty > .row > .video-iframe-container {  }#TkxHT8IoKU1erh5W8HJw6b5gT3Bxylty > .row .container { font-size:0.875rem;font-family:"open sans";height:55.875rem;width:60rem;position:relative;display:block; }#Q80l5CkwwA6yAVCPy3BMCKxIqBnXwiZf { color:#082344;display:block;width:34rem;position:absolute;font-family:"source serif pro";font-size:3.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:2.1875rem;left:5.375rem;height:4.0625rem;font-style:normal;display:block; }
#zxMNE9fNEpOFylw8TNLvm7IryKpyN3rn { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.75rem;width:13.75rem;top:9.44921875rem;left:5.375rem;overflow:hidden;display:block; }
#bs6DIhT8ViGeGT8M2PX3mkh54wWB8nx5 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.75rem;width:13.75rem;top:9.44921875rem;left:40.65625rem;overflow:hidden;display:block; }
#QU2n2SIdS7hhdJ45zFZ2grb1pQNH1h1D { color:#000000;display:block;width:6.5625rem;position:absolute;font-family:"ibm plex sans";font-size:1.875rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:16.35546875rem;left:26.71875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TQqvEO6gmTBaB26dZElDQuD7l1M6NbLp { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.75rem;width:13.75rem;top:17.3125rem;left:23.125rem;overflow:hidden;display:block; }
#PoWFJmwQwZb3yP3Twcs1vrznkC5MWkrp { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.75rem;width:13.75rem;top:30.01171875rem;left:40.65625rem;overflow:hidden;display:block; }
#e5ZIvu4Dipbb4ua3ND0nMvaOy4a8spaI { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.75rem;width:13.75rem;top:30.01171875rem;left:5.375rem;overflow:hidden;display:block; }
#rwLxQtbNo05z0ReZTUhXdT1BvTEPN8IS { color:#000000;display:block;width:6.5625rem;position:absolute;font-family:"ibm plex sans";font-size:1.875rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:8.5rem;left:44.25rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X0yZme0skdbQ2AmWfLFaoKgSfsqal255 { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:"ibm plex sans";font-size:1.875rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:27.63671875rem;left:42rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LmpkFKJAIyetMKwBZgUDySfRyqT0Amym { color:#000000;display:block;width:6.5625rem;position:absolute;font-family:"ibm plex sans";font-size:1.875rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:8.5rem;left:8.96875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qM5XHw6EQ9US2TbtUL2yUAh2nfF78kWE { color:#000000;display:block;width:6.5625rem;position:absolute;font-family:"ibm plex sans";font-size:1.875rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:27.63671875rem;left:8.96875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nnh6lezu6EFLNmk6QDunAH37w23D4SBM { color:#000000;display:block;width:32.8125rem;position:absolute;font-family:"ibm plex sans";font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:48.5rem;left:5.375rem;height:3.25rem;display:block; }
#ZsDLLGAWFJGV5kIqMcLFwO48nEqAq2ig { position:relative;display:block; }#ZsDLLGAWFJGV5kIqMcLFwO48nEqAq2ig { background-color: transparent; background-image: none; }#ZsDLLGAWFJGV5kIqMcLFwO48nEqAq2ig::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZsDLLGAWFJGV5kIqMcLFwO48nEqAq2ig > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZsDLLGAWFJGV5kIqMcLFwO48nEqAq2ig > .row .container > .video-iframe-container { display: none; }#ZsDLLGAWFJGV5kIqMcLFwO48nEqAq2ig > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZsDLLGAWFJGV5kIqMcLFwO48nEqAq2ig > .row > .video-iframe-container { display: none; }#ZsDLLGAWFJGV5kIqMcLFwO48nEqAq2ig > .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); }#ZsDLLGAWFJGV5kIqMcLFwO48nEqAq2ig { border-width: 0; border-radius: 0; }#ZsDLLGAWFJGV5kIqMcLFwO48nEqAq2ig > .row .container > .video-iframe-container {  }#ZsDLLGAWFJGV5kIqMcLFwO48nEqAq2ig > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4rem;width:60rem;position:relative;display:block; }#MdJgG8oDuu7xX4l1DB8tdyNBJZg8fcNi { color:#000000;display:block;width:31.6875rem;position:absolute;font-family:"ibm plex sans";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.1875rem;left:14.15625rem;height:1.625rem;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) { #sPldSyZy6nOtS7HlW9xbWnBmKEJNn76F { display:block; }#sPldSyZy6nOtS7HlW9xbWnBmKEJNn76F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gxuJc4H4xQZ4LsovIPzlSe5LpHOloEtv { width:5.1875rem;height:1.25rem;top:0.4375rem;left:42.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qt1Xx4AgSiduwaAqF5mhOKKUleTAuHzs { width:3.6875rem;height:3.6875rem;top:0.4375rem;left:0rem;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) { #tivIHWqKZx1RhiaH1SxftgacoCilrqzf { width:47.75rem;height:26.844817073171rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6RBC4IIpR4kylTbP3ISzJqrxdbeeNPM { display:block; }#U6RBC4IIpR4kylTbP3ISzJqrxdbeeNPM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aCRJtn3KDHIl3Tcm95a2vav1gD0hH5XQ { display:block; }#aCRJtn3KDHIl3Tcm95a2vav1gD0hH5XQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oOkXhTFDBTFGI6QV4A4leTiEcACsK5cn { width:42.6875rem;height:4.0625rem;top:3.125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S49g3wobF6aObWFeuT5QrK7hyJKyLkN9 { width:47.75rem;height:9.75rem;top:8.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7Nh15GAvEUhpkxIyCTR1dnliCcoMd2V { display:block; }#V7Nh15GAvEUhpkxIyCTR1dnliCcoMd2V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e6mxTVGoxAwgJqq5f2lkd15lRgRF0EO2 { display:block; }#e6mxTVGoxAwgJqq5f2lkd15lRgRF0EO2 > .row .container { width:47.75rem;height:34rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VzX2T160yPA3ZcsWyLdTvkVlaVaJdSdo { width:47.75rem;height:34rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHisOk7X9dvrxR1CBJySwQfPP0fvBz9h { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ySXqufZWU7vqALzSGN7xzdlwBE6aXPQW { width:26.875rem;height:8.125rem;top:13.875rem;left:20.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nW3v7MRAgV5Tw9VDVfQS1eh8xnEUeOr9 { width:25.5625rem;height:8.125rem;top:3.625rem;left:22.1875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvW5tSO3SUuWatrGlrfro9Ce8LycdkTG { display:block; }#cvW5tSO3SUuWatrGlrfro9Ce8LycdkTG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sLAeqBneZ1R5lUb9JSGAoNRLyIVOlKEC { display:block; }#sLAeqBneZ1R5lUb9JSGAoNRLyIVOlKEC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n2tLDsQTd10H4WkLqJodeGZe7Xufb3OF { width:2.375rem;height:2.375rem;top:12.46875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVFCaEoAX5O9L2ZQhXi93arlS86qsV3p { width:2.375rem;height:2.375rem;top:16.34375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kz07Z4cFunTklvgt4lJETJU8Eub2he5v { width:2.375rem;height:2.375rem;top:20.40625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pq5amIfLsBOpUUcRxNOhQJ2QEv7uE10O { width:12.5rem;height:2.4375rem;top:9.5625rem;left:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAzuDT1D7GnnTlMMJsGPSwMoGXXPnDhA { width:18.1875rem;height:2.4375rem;top:17.6875rem;left:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDI8ReabWvbPF4Pvt1bn4d9ayTwpBAri { width:18.1875rem;height:2.4375rem;top:13.5rem;left:2.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7wls6uHqe38FkXIBTb5X3OiBAyqyB0b { width:21.625rem;height:2.4375rem;top:24.625rem;left:3.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRLxD6fRMtW4maFQBI1ksCQXqRHXVOmP { width:2.375rem;height:2.375rem;top:24.65625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #voddnhy0s1Qtq0nKOXOfgThCI2NVF2Ja { width:18.1875rem;height:2.4375rem;top:5.6875rem;left:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #usZiQl0XPMV9f4hA5wkWTSr5Kz2doDTA { width:2.375rem;height:2.375rem;top:28.53125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKOZvx6F9bPa6AoMQw5CVlXPzITEPtSa { width:18.1875rem;height:2.4375rem;top:1.875rem;left:29.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCRSJ0cKRwescnKsFGvyc6RPmD28hXJf { width:2.25rem;height:2.25rem;top:32.46875rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KelC2JZGLGBVf6TXfTSgKgCztRn3POQt { width:3.125rem;height:3.125rem;top:35.96875rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArohRH8izT8eGwsCIWHX3H56RRaQc97R { width:18.1875rem;height:2.4375rem;top:5.625rem;left:29.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0GU0k2ISJG2hpQwTJ8gDNLuAW7Iqip3 { width:2.375rem;height:2.375rem;top:40.5625rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZXDtrE3ZBBkMk4a3GEJ42Vzfrde0oCQ { width:18.1875rem;height:2.4375rem;top:9.5625rem;left:29.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTTW8pKpqEazFJiPTUV3NoXnlOEzeeEb { width:2.375rem;height:2.375rem;top:44.21875rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyKvlvAepONQOsrDuflJvIUl7FXvdCGt { width:18.1875rem;height:2.4375rem;top:13.5rem;left:29.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqDQiiHElASHQsLrm8zzNN2U2Q0xFefz { width:18.1875rem;height:2.4375rem;top:1.875rem;left:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9WDIPv218AIhkMSfpRUoyBUB1I1DXKG { width:2.375rem;height:2.375rem;top:48.15625rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U08uZeubGubrrbTOpuTc1wKn30xfZq1V { width:2.375rem;height:2.375rem;top:52.15625rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGRuu2r00XpaWFCNRTD0LnAkxNPCw6mi { width:18.1875rem;height:2.4375rem;top:21.75rem;left:2.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMggNnhQloJFUeaBJTgdHKzevpIvJZF2 { width:18.1875rem;height:2.4375rem;top:17.6875rem;left:29.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWrsSEW0NzUQ48TkRZVi92Eo4CIpld5R { width:2.5rem;height:2.5rem;top:55.96875rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVJmvZfkPh0w2Fo7vpgDhRqMZX3VOClB { width:2.375rem;height:2.375rem;top:59.96875rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwT8glGyE4iIKmnMsrKyGi0NIKqIcylP { width:18.1875rem;height:2.4375rem;top:21.5rem;left:29.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkxHT8IoKU1erh5W8HJw6b5gT3Bxylty { display:block; }#TkxHT8IoKU1erh5W8HJw6b5gT3Bxylty > .row .container { width:47.75rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q80l5CkwwA6yAVCPy3BMCKxIqBnXwiZf { width:32.5625rem;height:3.65625rem;top:1.6875rem;left:2.1875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxMNE9fNEpOFylw8TNLvm7IryKpyN3rn { width:6rem;height:6rem;top:9.31005859375rem;left:3.00537109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bs6DIhT8ViGeGT8M2PX3mkh54wWB8nx5 { width:5.625rem;height:5.625rem;top:5.71826171875rem;left:32.81005859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QU2n2SIdS7hhdJ45zFZ2grb1pQNH1h1D { width:12.1875rem;height:4.875rem;top:20.767578125rem;left:4.435546875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQqvEO6gmTBaB26dZElDQuD7l1M6NbLp { width:7.5625rem;height:7.5625rem;top:20.76708984375rem;left:15.5rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #PoWFJmwQwZb3yP3Twcs1vrznkC5MWkrp { width:8.0625rem;height:8.0625rem;top:18.173828125rem;left:36.77783203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5ZIvu4Dipbb4ua3ND0nMvaOy4a8spaI { width:6rem;height:6rem;top:20.76708984375rem;left:15.5rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #rwLxQtbNo05z0ReZTUhXdT1BvTEPN8IS { width:12.1875rem;height:4.875rem;top:20.767578125rem;left:4.435546875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0yZme0skdbQ2AmWfLFaoKgSfsqal255 { width:12.1875rem;height:4.875rem;top:20.767578125rem;left:4.435546875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmpkFKJAIyetMKwBZgUDySfRyqT0Amym { width:12.1875rem;height:4.875rem;top:20.767578125rem;left:4.435546875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qM5XHw6EQ9US2TbtUL2yUAh2nfF78kWE { width:12.1875rem;height:4.875rem;top:20.767578125rem;left:4.435546875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnh6lezu6EFLNmk6QDunAH37w23D4SBM { width:32.8125rem;height:3.25rem;top:48.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsDLLGAWFJGV5kIqMcLFwO48nEqAq2ig { display:block; }#ZsDLLGAWFJGV5kIqMcLFwO48nEqAq2ig > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MdJgG8oDuu7xX4l1DB8tdyNBJZg8fcNi { width:31.6875rem;height:1.625rem;top:1.1875rem;left:8.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sPldSyZy6nOtS7HlW9xbWnBmKEJNn76F { display:block; }#sPldSyZy6nOtS7HlW9xbWnBmKEJNn76F > .row .container { width:20rem;height:8.73730625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gxuJc4H4xQZ4LsovIPzlSe5LpHOloEtv { width:5.1875rem;height:0;top:6.1875rem;left:7.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qt1Xx4AgSiduwaAqF5mhOKKUleTAuHzs { width:3.6875rem;height:3.6875rem;top:1.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tivIHWqKZx1RhiaH1SxftgacoCilrqzf { width:20rem;height:11.243902439024rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6RBC4IIpR4kylTbP3ISzJqrxdbeeNPM { display:block; }#U6RBC4IIpR4kylTbP3ISzJqrxdbeeNPM > .row .container { width:20rem;height:1.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aCRJtn3KDHIl3Tcm95a2vav1gD0hH5XQ { display:block; }#aCRJtn3KDHIl3Tcm95a2vav1gD0hH5XQ > .row .container { width:20rem;height:22.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oOkXhTFDBTFGI6QV4A4leTiEcACsK5cn { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #S49g3wobF6aObWFeuT5QrK7hyJKyLkN9 { width:20rem;height:0;top:6.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7Nh15GAvEUhpkxIyCTR1dnliCcoMd2V { display:block; }#V7Nh15GAvEUhpkxIyCTR1dnliCcoMd2V > .row .container { width:20rem;height:1.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e6mxTVGoxAwgJqq5f2lkd15lRgRF0EO2 { display:none; }#e6mxTVGoxAwgJqq5f2lkd15lRgRF0EO2 > .row .container { width:20rem;height:58rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VzX2T160yPA3ZcsWyLdTvkVlaVaJdSdo { width:20rem;height:11.25rem;top:22.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHisOk7X9dvrxR1CBJySwQfPP0fvBz9h { top:26.75rem;left:0rem;width:20rem;height:11.25rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #ySXqufZWU7vqALzSGN7xzdlwBE6aXPQW { width:20rem;height:0;top:48.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nW3v7MRAgV5Tw9VDVfQS1eh8xnEUeOr9 { width:20rem;height:0;top:39.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvW5tSO3SUuWatrGlrfro9Ce8LycdkTG { display:block; }#cvW5tSO3SUuWatrGlrfro9Ce8LycdkTG > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sLAeqBneZ1R5lUb9JSGAoNRLyIVOlKEC { display:block; }#sLAeqBneZ1R5lUb9JSGAoNRLyIVOlKEC > .row .container { width:20rem;height:61.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n2tLDsQTd10H4WkLqJodeGZe7Xufb3OF { width:2.4375rem;height:2.375rem;top:9.15625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVFCaEoAX5O9L2ZQhXi93arlS86qsV3p { width:2.1875rem;height:2.125rem;top:17.34375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kz07Z4cFunTklvgt4lJETJU8Eub2he5v { width:2.1875rem;height:2.125rem;top:13.28125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pq5amIfLsBOpUUcRxNOhQJ2QEv7uE10O { width:16.25rem;height:2.4375rem;top:9.125rem;left:3.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAzuDT1D7GnnTlMMJsGPSwMoGXXPnDhA { width:16.25rem;height:2.4375rem;top:17.1875rem;left:3.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDI8ReabWvbPF4Pvt1bn4d9ayTwpBAri { width:16.25rem;height:2.4375rem;top:13.125rem;left:3.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7wls6uHqe38FkXIBTb5X3OiBAyqyB0b { width:16.25rem;height:4.875rem;top:25.375rem;left:3.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRLxD6fRMtW4maFQBI1ksCQXqRHXVOmP { width:2.1875rem;height:2.125rem;top:26.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #voddnhy0s1Qtq0nKOXOfgThCI2NVF2Ja { width:16.25rem;height:2.4375rem;top:5.0625rem;left:3.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #usZiQl0XPMV9f4hA5wkWTSr5Kz2doDTA { width:2.4375rem;height:2.4375rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKOZvx6F9bPa6AoMQw5CVlXPzITEPtSa { width:16.25rem;height:2.4375rem;top:31.625rem;left:3.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCRSJ0cKRwescnKsFGvyc6RPmD28hXJf { width:2.1875rem;height:2.1875rem;top:31.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KelC2JZGLGBVf6TXfTSgKgCztRn3POQt { width:3.4375rem;height:3.4375rem;top:35.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArohRH8izT8eGwsCIWHX3H56RRaQc97R { width:16.25rem;height:4.875rem;top:35.125rem;left:3.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0GU0k2ISJG2hpQwTJ8gDNLuAW7Iqip3 { width:2.5rem;height:2.5rem;top:41.46875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZXDtrE3ZBBkMk4a3GEJ42Vzfrde0oCQ { width:16.25rem;height:2.4375rem;top:41.5rem;left:3.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTTW8pKpqEazFJiPTUV3NoXnlOEzeeEb { width:2.4375rem;height:2.4375rem;top:45.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyKvlvAepONQOsrDuflJvIUl7FXvdCGt { width:16.25rem;height:2.4375rem;top:45.4375rem;left:3.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqDQiiHElASHQsLrm8zzNN2U2Q0xFefz { width:16.25rem;height:2.4375rem;top:1.25rem;left:3.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9WDIPv218AIhkMSfpRUoyBUB1I1DXKG { width:2.375rem;height:2.375rem;top:1.28125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U08uZeubGubrrbTOpuTc1wKn30xfZq1V { width:2.1875rem;height:2.1875rem;top:21.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGRuu2r00XpaWFCNRTD0LnAkxNPCw6mi { width:16.25rem;height:2.4375rem;top:21.1875rem;left:3.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMggNnhQloJFUeaBJTgdHKzevpIvJZF2 { width:16.25rem;height:4.875rem;top:49.125rem;left:3.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWrsSEW0NzUQ48TkRZVi92Eo4CIpld5R { width:2.375rem;height:2.375rem;top:50.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVJmvZfkPh0w2Fo7vpgDhRqMZX3VOClB { width:2.375rem;height:2.375rem;top:55.15625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwT8glGyE4iIKmnMsrKyGi0NIKqIcylP { width:16.25rem;height:2.4375rem;top:55.125rem;left:3.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkxHT8IoKU1erh5W8HJw6b5gT3Bxylty { display:block; }#TkxHT8IoKU1erh5W8HJw6b5gT3Bxylty > .row .container { width:20rem;height:100.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q80l5CkwwA6yAVCPy3BMCKxIqBnXwiZf { width:20rem;height:5.19921875rem;top:1.3096790313721rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zxMNE9fNEpOFylw8TNLvm7IryKpyN3rn { width:5.0625rem;height:5.0625rem;top:8.03125rem;left:7.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bs6DIhT8ViGeGT8M2PX3mkh54wWB8nx5 { width:5.5rem;height:5.5rem;top:20.21875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QU2n2SIdS7hhdJ45zFZ2grb1pQNH1h1D { width:16.25rem;height:3.65625rem;top:40.24755859375rem;left:1.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TQqvEO6gmTBaB26dZElDQuD7l1M6NbLp { width:6.5rem;height:6.5rem;top:33.62255859375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoWFJmwQwZb3yP3Twcs1vrznkC5MWkrp { width:6.6875rem;height:6.6875rem;top:45.5517578125rem;left:6.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5ZIvu4Dipbb4ua3ND0nMvaOy4a8spaI { width:13.75rem;height:13.75rem;top:60.8642578125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwLxQtbNo05z0ReZTUhXdT1BvTEPN8IS { width:6.5625rem;height:0;top:57.1767578125rem;left:6.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X0yZme0skdbQ2AmWfLFaoKgSfsqal255 { width:11.0625rem;height:0;top:79.5517578125rem;left:4.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LmpkFKJAIyetMKwBZgUDySfRyqT0Amym { width:6.5625rem;height:0;top:53.4892578125rem;left:6.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qM5XHw6EQ9US2TbtUL2yUAh2nfF78kWE { width:6.5625rem;height:0;top:75.8642578125rem;left:6.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nnh6lezu6EFLNmk6QDunAH37w23D4SBM { width:20rem;height:0;top:83.2392578125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsDLLGAWFJGV5kIqMcLFwO48nEqAq2ig { display:block; }#ZsDLLGAWFJGV5kIqMcLFwO48nEqAq2ig > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MdJgG8oDuu7xX4l1DB8tdyNBJZg8fcNi { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }