.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5vRowNJ2QsQWzwlZw4cV9mb6fGhtI6Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b5vRowNJ2QsQWzwlZw4cV9mb6fGhtI6Q > .row .container { background-color: transparent; background-image: none; }#b5vRowNJ2QsQWzwlZw4cV9mb6fGhtI6Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5vRowNJ2QsQWzwlZw4cV9mb6fGhtI6Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5vRowNJ2QsQWzwlZw4cV9mb6fGhtI6Q > .row .container > .video-iframe-container { display: none; }#b5vRowNJ2QsQWzwlZw4cV9mb6fGhtI6Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5vRowNJ2QsQWzwlZw4cV9mb6fGhtI6Q > .row > .video-iframe-container { display: none; }#b5vRowNJ2QsQWzwlZw4cV9mb6fGhtI6Q > .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); }#b5vRowNJ2QsQWzwlZw4cV9mb6fGhtI6Q > .row .container { border-width: 0; border-radius: 0; }#b5vRowNJ2QsQWzwlZw4cV9mb6fGhtI6Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b5vRowNJ2QsQWzwlZw4cV9mb6fGhtI6Q > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:60rem;position:relative;display:block; }#v5tMRLEoNkhT8eI3GUJ08TpcyPTWaJAa { background-color:#00b3b3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:2.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.53125rem;left:51.237504959106rem;display:block; }
#eeiTTKuTsyk79Lqsx2BVgIom4AwRM98v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LpUcub9WoJibwHIFJyHctTdWRPKPnMxR { color:#000000;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.875rem;left:2.5rem;height:1.625rem;display:block; }
#tXNNkMVq8xMOadwFxhOdM2R6JXKtq3lJ { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.625rem;height:2.3125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:2.46875rem;left:24.375rem;display:block; }
#zQPo9R7PvK2wWKINJpd8MyCOD154nwy4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iBb9rgRTBLxdIiwzpyaeXrVbbd69xM7X { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.875rem;height:2.3125rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:2.46875rem;left:29.625rem;display:block; }
#Vg3nUKmykoT6Csx2iZc380E2Kc3UxNoe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gZVl1rP00f7qb9NLmQRKoR2zN8rzX8aS { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:2.3125rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:2.46875rem;left:34.3125rem;display:block; }
#m4oTPiPnKUgwcMsLUbTmt7WPNZH4FODd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iitZMD4VGvdqHwq4hiWNbKVeytVHJypo { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.5625rem;height:2.3125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:2.46875rem;left:40.0625rem;display:block; }
#roDzr90dotqx1pFlTPnGTgS4vdgPtCtT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fr6ruvevuzTuzI1w2PcxzkKIBQHKMryF { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.5625rem;height:2.3125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:2.5rem;left:44.5625rem;display:block; }
#h5N5HRerKPe2hKHWwF7AuxNA3TZMvih3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gcU0wTJHPSx7T2QM9guPbhuuuGRPOZIG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:3.0625rem;left:48.4375rem; }
#Zu70CuMu2lnSrnSvs8gBs2cGGyGqBAps { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.3125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:2.46875rem;left:15.0625rem;display:block; }
#kkaqGJm2UMq4UAatxg1i52ApZOyuIPnc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wsSQNnJGk7tI08I9kmHKB0EbVp9mQTQW { position:relative;display:block; }#wsSQNnJGk7tI08I9kmHKB0EbVp9mQTQW { background-color: transparent; background-image: none; }#wsSQNnJGk7tI08I9kmHKB0EbVp9mQTQW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wsSQNnJGk7tI08I9kmHKB0EbVp9mQTQW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wsSQNnJGk7tI08I9kmHKB0EbVp9mQTQW > .row .container > .video-iframe-container { display: none; }#wsSQNnJGk7tI08I9kmHKB0EbVp9mQTQW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wsSQNnJGk7tI08I9kmHKB0EbVp9mQTQW > .row > .video-iframe-container { display: none; }#wsSQNnJGk7tI08I9kmHKB0EbVp9mQTQW > .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); }#wsSQNnJGk7tI08I9kmHKB0EbVp9mQTQW { border-width: 0; border-radius: 0; }#wsSQNnJGk7tI08I9kmHKB0EbVp9mQTQW > .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; }#wsSQNnJGk7tI08I9kmHKB0EbVp9mQTQW > .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:7.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#M3GOBp9B4HHBwMTizTn6epcIhKvN6cJz { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.3125rem;text-decoration:none;z-index:15030;text-align:left;text-align-last:left;top:4.75rem;left:22.875rem;display:block; }
#nogGgdIVMzXuRsKSOrvJWAhfHaU47T6p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ylLePTTzCUhMNLc4yX5TKtrv9SFVFfmL { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.1875rem;height:2.3125rem;text-decoration:none;z-index:15028;text-align:left;text-align-last:left;top:2.375rem;left:39.375rem;display:block; }
#FVnOzEg96lgyau6AsZadOlxUNxv6QfoZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PczKZ45ZETZhWXENIHOxqLf8hhbiMP07 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.125rem;height:2.3125rem;text-decoration:none;z-index:15026;text-align:left;text-align-last:left;top:0rem;left:39.40625rem;display:block; }
#h9uMApitWmngg6pTvPo2yPXi8n8szcrg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XSGawSTEiE6oVTwaEzft3HSeDaPELXqE { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.875rem;height:2.3125rem;text-decoration:none;z-index:15025;text-align:left;text-align-last:left;top:0.125rem;left:51rem;display:block; }
#N4agiffAAPUFvWzhJE0UVAKmG4UKt5fo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GfWXmeiGNS0bKpQxt9aT596BFaXQtCxU { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.125rem;height:2.3125rem;text-decoration:none;z-index:15027;text-align:left;text-align-last:left;top:4.75rem;left:39.375rem;display:block; }
#KT5qeo85zfET41OI2S0Bfezhhu6rcyqH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SluUSpEsMnV3Lwpc1mdTGKgaRLmua11k { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:2.3125rem;text-decoration:none;z-index:15031;text-align:left;text-align-last:left;top:0rem;left:22.875rem;display:block; }
#PL4gxpVcKgx8u0qesk48GDc4yr02tz1T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nwRXTClOhkPZoATvnA0O5s63qMn0Q9yt { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.375rem;height:2.3125rem;text-decoration:none;z-index:15026;text-align:left;text-align-last:left;top:2.375rem;left:22.9375rem;display:block; }
#u5wkWR6VDuXJILXItveuP3N7trHlSQmJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { background-color:rgba(238,242,241,0.94);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { background-color: transparent; background-image: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .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); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { border-width: 0; border-radius: 0; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { font-size:0.875rem;font-family:arial;height:46rem;width:60rem;overflow:visible;position:relative;display:block; }#x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { color:#1f333b;display:block;width:25.75rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:14997;line-height:1.3;letter-spacing:0;top:2.5234370231628rem;left:2.5rem;height:3.65625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#A1zTo2wheyc1sIEDWI7HVnkJFfLid27J { background-color:#00b3b3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#1f333b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:38.8125rem;left:2.875rem;display:block; }
#J457OGvgpSz5fxR2s8mt0fEvq1WuoXMx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { color:rgba(31,51,59,0.8);display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:6.3046870231631rem;left:2.5rem;height:1.59375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EtmkSdaXlxKmclJBxw4mAqyPdMQSFFge { position:absolute;display:block;z-index:14988;background-color:#00b3b3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:287.5rem;border-top-right-radius:287.5rem;border-bottom-left-radius:287.5rem;border-bottom-right-radius:287.5rem;box-shadow: none;height:23.125rem;width:23.125rem;top:8.80555588007rem;left:35.430555343628rem;display:block; }
#V3uMucKUQu8l6PkF5rFlIUc0K0qdlTap { position:absolute;display:block;z-index:15033;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:8.125rem;width:8.125rem;top:9.25rem;left:49.6875rem;display:block; }
#bKDbtvAORy2DokgWxlHROKxLna0MTKxZ { color:#1f333b;display:block;width:8.5rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:31.875rem;left:2.875rem;height:2.15625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OmoiccszVOLpIZ8MMid59fxgTJCETCOm { position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:15.625rem;top:35rem;left:31.0625rem;display:block; }
#GMVHrLMxfLdMc20owE9B573spZ1uAwO2 { position:absolute;display:block;z-index:14988;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:4.875rem;top:14.125000536442rem;left:38.250001907349rem;display:block; }#GMVHrLMxfLdMc20owE9B573spZ1uAwO2.adaptive-delivery-prevent-bg, #GMVHrLMxfLdMc20owE9B573spZ1uAwO2.lazyload, #GMVHrLMxfLdMc20owE9B573spZ1uAwO2.lazyloading { background-image: none; }
#nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl { position:absolute;display:block;z-index:14989;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:5.0625rem;top:25.555554926396rem;left:51.906251907349rem;display:block; }#nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl.adaptive-delivery-prevent-bg, #nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl.lazyload, #nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl.lazyloading { background-image: none; }
#MrP7iky4hMg6yC4W68OMXwhNafi2Ofg9 { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.3125rem;border-top-right-radius:4.3125rem;border-bottom-left-radius:4.3125rem;border-bottom-right-radius:4.3125rem;box-shadow: none;height:7.5rem;width:7.3125rem;top:9.5625rem;left:50.125rem;overflow:hidden;display:block; }
#fDnnNesTogpwppJUnw3rTlQiKzWeypQI { color:#1f333b;display:block;width:13rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:14998;line-height:1.3;letter-spacing:0;top:35.5625rem;left:31.4375rem;height:1.625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#veeAwTwk41qTxgdzcP9f6NJZucRXdPAU { color:#1f333b;display:block;width:14.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:37.125rem;left:31.4375rem;height:1.21875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T33Di53BXsFQgzgZstIyAUQPVMVV2UP8 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:34.0625rem;left:2.9375rem; }
#zixClI27egVOFPezqcyMO9KSxhSXt7Rq { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:34.0625rem;left:6.1875rem; }
#z5OAorNnm5klJvls9EfA5E5Vg0Hw8wgb { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:34.0625rem;left:9.25rem; }
#yM7fDMeZSCXZUPfRbvFZmuiUNZazHWCB { color:#1f333b;display:block;width:3rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:14998;line-height:1.3;letter-spacing:0;top:10.3125rem;left:2.8125rem;height:1.8681625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#drxkmKQfX5T7lzC9Q5WXDShoFEIwIpii { color:#1f333b;display:block;width:27.125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:14999;line-height:1.3;letter-spacing:0;top:12.375rem;left:3.9375rem;height:4.875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#d7DU5uZTIoFhdKNOhk8XDrTFgJ3a1VAI { color:#1f333b;display:block;width:5.8125rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:19.749999523163rem;left:2.875rem;height:1.8681625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#f8ivWTF9ZyLNcXNEpUFOp0tPAZsgMv2z { color:#1f333b;display:block;width:27.6875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15000;line-height:2;letter-spacing:0;top:21.937499523163rem;left:3.9375rem;height:7.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JKvTrKf890UeEyJTLlymFBaTnoApPKfU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:22.437499523163rem;left:2.5rem; }
#wUT6HkhT7JgSkTpkuIMTDfTapE3E9dOa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:24.999999523163rem;left:2.5rem; }
#MUa6DnIofiZPXVvMMPcFoUteHAJIlhks { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:27.437501430511rem;left:2.5rem; }
#y9PBQlDpvAqI56MDzsfan9RKf4xR7QwN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:12.5625rem;left:2.5rem; }
#N2ML5ko80ffzacIHPP0lKFAxCOA1XNZt { position:absolute;display:block;z-index:14990;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.1875rem;width:19.25rem;top:6.8116322159769rem;left:37.368055343628rem;overflow:hidden;display:block; }
#lQpT6BoWOUso5N9NCRF42veTuGfTKLfF { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:34.0625rem;left:12.125rem; }
#n8aTP9s2oxPotRbte5hDN8eMXSUecICJ { box-sizing:content-box;height:3.75rem;width:26rem;position:absolute;display:block;z-index:15046;background-color:#e3e3e3;background-image:none;top:25.715278148651rem;left:71.506944656375rem;display:block; }
#UpgU6QoWExAKDuuJA5tDkRidGoBA62q4 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00b3b3;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; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { background-color: transparent; background-image: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container > .video-iframe-container { display: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container { display: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .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); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { border-width: 0; border-radius: 0; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { color:#000000;display:block;width:43.75rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:0.92361068725588rem;left:2.5rem;height:3.1494125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kKbTh36uFZE1dM19nQNxPNrkBKTAVsN4 { position:relative;display:block; }#kKbTh36uFZE1dM19nQNxPNrkBKTAVsN4 { background-color: transparent; background-image: none; }#kKbTh36uFZE1dM19nQNxPNrkBKTAVsN4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKbTh36uFZE1dM19nQNxPNrkBKTAVsN4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKbTh36uFZE1dM19nQNxPNrkBKTAVsN4 > .row .container > .video-iframe-container { display: none; }#kKbTh36uFZE1dM19nQNxPNrkBKTAVsN4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKbTh36uFZE1dM19nQNxPNrkBKTAVsN4 > .row > .video-iframe-container { display: none; }#kKbTh36uFZE1dM19nQNxPNrkBKTAVsN4 > .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); }#kKbTh36uFZE1dM19nQNxPNrkBKTAVsN4 { border-width: 0; border-radius: 0; }#kKbTh36uFZE1dM19nQNxPNrkBKTAVsN4 > .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; }#kKbTh36uFZE1dM19nQNxPNrkBKTAVsN4 > .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:24.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ks3gtOn2Pwh76ZUDuxXmODxmgpKfcoTa { color:#1f333b;display:block;width:36.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:3.78125rem;left:2.5rem;height:16.875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#K65zq3gK87pzPD2VtkHreMzR9iPMRtxS { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;height:17.1875rem;width:15.75rem;top:3.5243053436279rem;left:41.805559158325rem;overflow:hidden;display:block; }
#lQI0ly6q5k21K8I9TFdkVtPVw5XTK54R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00b3b3;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; }#lQI0ly6q5k21K8I9TFdkVtPVw5XTK54R > .row .container { background-color: transparent; background-image: none; }#lQI0ly6q5k21K8I9TFdkVtPVw5XTK54R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQI0ly6q5k21K8I9TFdkVtPVw5XTK54R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQI0ly6q5k21K8I9TFdkVtPVw5XTK54R > .row .container > .video-iframe-container { display: none; }#lQI0ly6q5k21K8I9TFdkVtPVw5XTK54R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQI0ly6q5k21K8I9TFdkVtPVw5XTK54R > .row > .video-iframe-container { display: none; }#lQI0ly6q5k21K8I9TFdkVtPVw5XTK54R > .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); }#lQI0ly6q5k21K8I9TFdkVtPVw5XTK54R > .row .container { border-width: 0; border-radius: 0; }#lQI0ly6q5k21K8I9TFdkVtPVw5XTK54R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lQI0ly6q5k21K8I9TFdkVtPVw5XTK54R > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#hhzEqMvUrT6q1XighIlfyMwML8505qTx { color:#000000;display:block;width:43.75rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:0.92361068725588rem;left:2.5rem;height:3.1494125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#koov3ZgyQHTs4AlsWELSEbDSHfclHL6a { position:relative;display:block; }#koov3ZgyQHTs4AlsWELSEbDSHfclHL6a { background-color: transparent; background-image: none; }#koov3ZgyQHTs4AlsWELSEbDSHfclHL6a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#koov3ZgyQHTs4AlsWELSEbDSHfclHL6a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#koov3ZgyQHTs4AlsWELSEbDSHfclHL6a > .row .container > .video-iframe-container { display: none; }#koov3ZgyQHTs4AlsWELSEbDSHfclHL6a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#koov3ZgyQHTs4AlsWELSEbDSHfclHL6a > .row > .video-iframe-container { display: none; }#koov3ZgyQHTs4AlsWELSEbDSHfclHL6a > .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); }#koov3ZgyQHTs4AlsWELSEbDSHfclHL6a { border-width: 0; border-radius: 0; }#koov3ZgyQHTs4AlsWELSEbDSHfclHL6a > .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; }#koov3ZgyQHTs4AlsWELSEbDSHfclHL6a > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:44.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lQCaAZMvuyAsPNNnbwg5c5HORaE2fG2p { box-sizing:content-box;height:17.5rem;width:17.5rem;position:absolute;display:block;z-index:15003;background-color:#00b3b3;background-image:none;top:3.125rem;left:2.4375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#U2noUO9NHtu2ChzJIbTiANwuKkaJfLhC { box-sizing:content-box;height:16.5rem;width:16.5rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:3.625rem;left:2.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#TqFr3RQkdVylbfrBixwcJUTrhUCAo1fp { box-sizing:content-box;height:17.5rem;width:17.5rem;position:absolute;display:block;z-index:15003;background-color:#00b3b3;background-image:none;top:3.125rem;left:21.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#KKhZHrnsV6ka04N0mMuEIOh4kRDaG6La { color:#1f333b;display:block;width:16.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:15.9375rem;left:3rem;height:2.625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#PJF8r2rfILiAPNhiKT1xsHbTO1mPNNn8 { box-sizing:content-box;height:16.5rem;width:16.5rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:3.625rem;left:21.75rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#BWNi5Mnxp4FlJAZ7tBDoB7Mqb0fcWrxF { color:#1f333b;display:block;width:15rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:15.9375rem;left:22.5rem;height:2.625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#txMa58N09yLFl8VS1dZyzuOLUamZArZ6 { box-sizing:content-box;height:17.5rem;width:17.5rem;position:absolute;display:block;z-index:15006;background-color:#00b3b3;background-image:none;top:23.5625rem;left:21.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#iEnBLT5qpKoobtSCbmNKOSQ0s9XILdyX { box-sizing:content-box;height:16.5rem;width:16.5rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:24.0625rem;left:21.75rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#DyyTcoR6xVzhhQ6B6BDLIbClt7Kt9UQ7 { box-sizing:content-box;height:17.5rem;width:17.5rem;position:absolute;display:block;z-index:15002;background-color:#00b3b3;background-image:none;top:3.125rem;left:40.0625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#k56OLmLIEzThSWpNSDbTkqUp7KCJbyJP { color:#1f333b;display:block;width:13.875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:35.875rem;left:23.0625rem;height:2.625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#KLdi1TPZgLyUP5DMPGZ5FxNS9SlpefCl { box-sizing:content-box;height:16.5rem;width:16.5rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:3.625rem;left:40.5625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#DkZfPphEaEQbAgt6bzaDxiLLytW6JKy6 { color:#1f333b;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:15.9375rem;left:40.5625rem;height:2.625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hb2wTKI9m8K0zBzVsLOlXWcHA9JCV67R { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.75rem;width:8.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:6.25rem;left:25.625rem; }
#lqhehIdqNMzI0cZ4ITtfq0PEV4tLmfMo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.1875rem;width:9.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:6.0625rem;left:44.1875rem; }
#TaCiTp5b78UIGJZkDVvD32gyd5yTD6Uo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.4375rem;width:8.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:6.4375rem;left:6.9375rem; }
#GBoTCaowJMIkc6ubBZ4DSebl60NmFoNb { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:9.6875rem;width:9.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:26.25rem;left:25.125rem; }
#dlcxZH5llGtcnyr22kLeBIO01nhh6zGf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00b3b3;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; }#dlcxZH5llGtcnyr22kLeBIO01nhh6zGf > .row .container { background-color: transparent; background-image: none; }#dlcxZH5llGtcnyr22kLeBIO01nhh6zGf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dlcxZH5llGtcnyr22kLeBIO01nhh6zGf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dlcxZH5llGtcnyr22kLeBIO01nhh6zGf > .row .container > .video-iframe-container { display: none; }#dlcxZH5llGtcnyr22kLeBIO01nhh6zGf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dlcxZH5llGtcnyr22kLeBIO01nhh6zGf > .row > .video-iframe-container { display: none; }#dlcxZH5llGtcnyr22kLeBIO01nhh6zGf > .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); }#dlcxZH5llGtcnyr22kLeBIO01nhh6zGf > .row .container { border-width: 0; border-radius: 0; }#dlcxZH5llGtcnyr22kLeBIO01nhh6zGf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dlcxZH5llGtcnyr22kLeBIO01nhh6zGf > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#gI9VnwGsmTE5WTgdFNq4TL57AkUf9Adp { color:#000000;display:block;width:43.75rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:0.92361068725588rem;left:2.5rem;height:3.1494125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MKCvSZKocLQXxQehPgkRC9D9PPZQWUT2 { position:relative;display:block; }#MKCvSZKocLQXxQehPgkRC9D9PPZQWUT2 { background-color: transparent; background-image: none; }#MKCvSZKocLQXxQehPgkRC9D9PPZQWUT2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MKCvSZKocLQXxQehPgkRC9D9PPZQWUT2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MKCvSZKocLQXxQehPgkRC9D9PPZQWUT2 > .row .container > .video-iframe-container { display: none; }#MKCvSZKocLQXxQehPgkRC9D9PPZQWUT2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MKCvSZKocLQXxQehPgkRC9D9PPZQWUT2 > .row > .video-iframe-container { display: none; }#MKCvSZKocLQXxQehPgkRC9D9PPZQWUT2 > .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); }#MKCvSZKocLQXxQehPgkRC9D9PPZQWUT2 { border-width: 0; border-radius: 0; }#MKCvSZKocLQXxQehPgkRC9D9PPZQWUT2 > .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; }#MKCvSZKocLQXxQehPgkRC9D9PPZQWUT2 > .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:24.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pf9k1T7fXczKi6Rly96CTiJcMJiLBXDt { color:#1f333b;display:block;width:36.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15001;line-height:2;letter-spacing:0;top:7.8125rem;left:3.75rem;height:13.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#F9k0vdLKguCNxQBQ1nXPT0FB9hrSnbn0 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:8.25rem;left:2.5rem; }
#SOW3AffXW463DiATlKtktTgz2ibFOBZn { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:12.75rem;left:2.5rem; }
#Gm7gSycrrPFdwTeoQfE0tSZKZci6IukX { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:10.5rem;left:2.5rem; }
#llFVoZZQzJWLgIQOlLRPKTfzk3OMueEo { color:#000000;display:block;width:36rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:3.625rem;left:2.5rem;height:2.36230625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gs0deh1WIsBuA6TngIO4BpkQtmD0LHsq { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:19.5rem;left:2.5rem; }
#IRfdpvlTDnw4SU7iXBnNRvgQwtEvNulg { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:17.25rem;left:2.5rem; }
#D1nwPMCL4eVkRP7FcdN0ITDtObaVESzL { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:14.9375rem;left:2.5rem; }
#W7LqcCryQq3qHGlJhCc53Sf0JovwlOiq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00b3b3;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; }#W7LqcCryQq3qHGlJhCc53Sf0JovwlOiq > .row .container { background-color: transparent; background-image: none; }#W7LqcCryQq3qHGlJhCc53Sf0JovwlOiq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W7LqcCryQq3qHGlJhCc53Sf0JovwlOiq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W7LqcCryQq3qHGlJhCc53Sf0JovwlOiq > .row .container > .video-iframe-container { display: none; }#W7LqcCryQq3qHGlJhCc53Sf0JovwlOiq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W7LqcCryQq3qHGlJhCc53Sf0JovwlOiq > .row > .video-iframe-container { display: none; }#W7LqcCryQq3qHGlJhCc53Sf0JovwlOiq > .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); }#W7LqcCryQq3qHGlJhCc53Sf0JovwlOiq > .row .container { border-width: 0; border-radius: 0; }#W7LqcCryQq3qHGlJhCc53Sf0JovwlOiq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W7LqcCryQq3qHGlJhCc53Sf0JovwlOiq > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#Bl9ZU6H4DV4nPTgqfVd2KnREIkazrmZz { color:#000000;display:block;width:43.75rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:0.92361068725588rem;left:2.5rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RGPWEy07HJeckK9E5o8OKmGMGfT7IUQG { position:relative;display:block; }#RGPWEy07HJeckK9E5o8OKmGMGfT7IUQG { background-color: transparent; background-image: none; }#RGPWEy07HJeckK9E5o8OKmGMGfT7IUQG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RGPWEy07HJeckK9E5o8OKmGMGfT7IUQG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RGPWEy07HJeckK9E5o8OKmGMGfT7IUQG > .row .container > .video-iframe-container { display: none; }#RGPWEy07HJeckK9E5o8OKmGMGfT7IUQG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RGPWEy07HJeckK9E5o8OKmGMGfT7IUQG > .row > .video-iframe-container { display: none; }#RGPWEy07HJeckK9E5o8OKmGMGfT7IUQG > .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); }#RGPWEy07HJeckK9E5o8OKmGMGfT7IUQG { border-width: 0; border-radius: 0; }#RGPWEy07HJeckK9E5o8OKmGMGfT7IUQG > .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; }#RGPWEy07HJeckK9E5o8OKmGMGfT7IUQG > .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:109.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OS7P5eLcT2cxbsh2BGga1nn8OqoHZVH2 { box-sizing:content-box;height:10.375rem;width:17.5rem;position:absolute;display:block;z-index:15017;background-color:#00b3b3;background-image:none;top:6.8125rem;left:2.4375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#OJ58TR8L7VTa46u8qT6Q9uQicnITlTlU { box-sizing:content-box;height:9.5rem;width:16.5rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;top:7.25rem;left:2.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#LbMc2PCNTfHcloxA1ZNyFCbSDZEAQNyX { color:#1f333b;display:block;width:13.875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:9.875rem;left:4.25rem;height:1.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#m2FwPbGm1yqaMZSFfE3TEoXcKEktaKrV { color:#000000;display:block;width:26.3125rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:3.0625rem;left:16.8125rem;height:2.36230625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#PaGrHehPzkXtrqkJry14USvcs2ZOfKJt { color:#00b3b3;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15025;line-height:1.4;letter-spacing:0;top:11.8125rem;left:5.9375rem;height:2.2744125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#pQiCLQC4nM9LHpkTrWahk70HVgEoHNgw { box-sizing:content-box;height:10.375rem;width:17.5rem;position:absolute;display:block;z-index:15021;background-color:#00b3b3;background-image:none;top:6.8125rem;left:21.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#o5oKJyzivGwBz5rCzTz9BAH9iO9PUOXM { box-sizing:content-box;height:9.5rem;width:16.5rem;position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;top:7.25rem;left:21.75rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#vBLBNlX3RHTZUNFFMzmrE7nlAdl0T52T { color:#1f333b;display:block;width:13.875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:9.875rem;left:23.0625rem;height:1.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#mhxJFb2GfHx0asSOTsQP4ah98aTO0Sqt { color:#00b3b3;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15029;line-height:1.4;letter-spacing:0;top:11.8125rem;left:24.75rem;height:2.2744125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#X5xSAD5pm5hCcp3ebxR31nZ7hOC5Cyz1 { box-sizing:content-box;height:10.375rem;width:17.5rem;position:absolute;display:block;z-index:15025;background-color:#00b3b3;background-image:none;top:6.8125rem;left:40.0625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#k9bGziqXbHBTg8PmE981Vw5DMIMb853d { box-sizing:content-box;height:9.5rem;width:16.5rem;position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;top:7.25rem;left:40.5625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#ZUyHUHT5H30P9sKaUaiaTl7uf6PedmZX { color:#1f333b;display:block;width:13.875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:9.875rem;left:41.875rem;height:1.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#sG95lPTSUf4Im16ikITLpK48KV8UG8Ib { color:#00b3b3;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15033;line-height:1.4;letter-spacing:0;top:11.8125rem;left:43.5625rem;height:2.2744125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#r5VoHxpthgpozb1DdS0rgGL2uCZkEdzo { box-sizing:content-box;height:10.375rem;width:17.5rem;position:absolute;display:block;z-index:15029;background-color:#00b3b3;background-image:none;top:19rem;left:21.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#vm4nonKF5Vwtsw3P7hy3Z7qq6V0eW7lQ { box-sizing:content-box;height:9.5rem;width:16.5rem;position:absolute;display:block;z-index:15030;background-color:#ffffff;background-image:none;top:19.4375rem;left:21.75rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#POXGgOQxVRdO0QRQNQeobGrgHWVA61XC { color:#1f333b;display:block;width:14.1875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15036;line-height:1.4;letter-spacing:0;top:22.0625rem;left:22.875rem;height:1.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nqG5BDVetb41wOk8x3VCEposrI7qWDM9 { color:#00b3b3;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15037;line-height:1.4;letter-spacing:0;top:24rem;left:24.6875rem;height:2.2744125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#UOZnen1B81TnB69HFzroUdx8bsFxRBAr { box-sizing:content-box;height:10.375rem;width:17.5rem;position:absolute;display:block;z-index:15050;background-color:#00b3b3;background-image:none;top:36.5rem;left:40.0625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#nG9f0p5n2A9964Nbekd6MOkA0XKueiIN { color:#000000;display:block;width:26.3125rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:32.75rem;left:16.875rem;height:2.36230625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nhzuUODDhbEQNzX0ovr05GXBKVKRXbrI { box-sizing:content-box;height:9.5rem;width:16.5rem;position:absolute;display:block;z-index:15051;background-color:#ffffff;background-image:none;top:36.9375rem;left:40.5625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#mSiiT4IUDpX8ovPxUCvv5IiGTlJxguMu { box-sizing:content-box;height:10.375rem;width:17.5rem;position:absolute;display:block;z-index:15046;background-color:#00b3b3;background-image:none;top:36.5rem;left:21.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#tiyGJh36cTfLFpqiU07Kw0guiWum9i4z { box-sizing:content-box;height:9.5rem;width:16.5rem;position:absolute;display:block;z-index:15047;background-color:#ffffff;background-image:none;top:36.9375rem;left:21.75rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#OIkuFSFe4k5ksmvTXi8ehWEzi9KlSQgt { color:#1f333b;display:block;width:13.875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15053;line-height:1.4;letter-spacing:0;top:39.5625rem;left:23.0625rem;height:1.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#EqsMiTyDtQdgzXo0X6SyzsFl1wew5kZi { color:#1f333b;display:block;width:13.875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15057;line-height:1.4;letter-spacing:0;top:39.5625rem;left:41.875rem;height:1.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#axDJdRk3sd6IXcGTdQElFzqagb9eEaka { color:#00b3b3;display:block;width:12.6875rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15054;line-height:1.4;letter-spacing:0;top:41.5625rem;left:23.6875rem;height:2.2744125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vXb0kEg8xkKVZI4Gzk9ByuRQAOioNmHM { color:#00b3b3;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15058;line-height:1.4;letter-spacing:0;top:41.5rem;left:43.5625rem;height:2.2744125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#PJDxWsa07PQ3tyVsptwSZXJGqgdh9UpE { box-sizing:content-box;height:10.375rem;width:17.5rem;position:absolute;display:block;z-index:15042;background-color:#00b3b3;background-image:none;top:36.5rem;left:2.4375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#Rwd3e5WbowlFJsCSJDi1aFLeNbubkQbV { box-sizing:content-box;height:10.375rem;width:17.5rem;position:absolute;display:block;z-index:15054;background-color:#00b3b3;background-image:none;top:48rem;left:21.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#qyRCw5czXhT3XXdX9BwJk57SdbsAITd2 { box-sizing:content-box;height:9.5rem;width:16.5rem;position:absolute;display:block;z-index:15043;background-color:#ffffff;background-image:none;top:36.9375rem;left:2.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#IhADFvxVGITzBLh45w2EOGOZDwQHM9yt { box-sizing:content-box;height:9.5rem;width:16.5rem;position:absolute;display:block;z-index:15055;background-color:#ffffff;background-image:none;top:48.4375rem;left:21.75rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#bEyynOAqVH8ppJe6yocaeS1TToRQOTKC { color:#1f333b;display:block;width:13.875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:39.5625rem;left:4.25rem;height:1.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RyARxvX5tafhrdTZ5CqTHEqiW14M5oWX { color:#00b3b3;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15050;line-height:1.4;letter-spacing:0;top:41.5rem;left:5.9375rem;height:2.2744125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#SM4OTGSax1T0Pr6KfTSbqmGAwkiC5o1i { color:#1f333b;display:block;width:13.875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15061;line-height:1.4;letter-spacing:0;top:51.0625rem;left:23.0625rem;height:1.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HwCetSHV4GMt6pyPVVENt1A3uA4JMLuO { color:#00b3b3;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15062;line-height:1.4;letter-spacing:0;top:53rem;left:24.75rem;height:2.2744125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Ekq74m6DTZUQvIpxzra0x864uHfievO1 { box-sizing:content-box;height:10.375rem;width:17.5rem;position:absolute;display:block;z-index:15075;background-color:#00b3b3;background-image:none;top:65.875rem;left:40.0625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#yr9NhIFCkWg0mWLSHRdb03s2Xyvunb8t { box-sizing:content-box;height:9.5rem;width:16.5rem;position:absolute;display:block;z-index:15076;background-color:#ffffff;background-image:none;top:66.3125rem;left:40.5625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#LRZmQ6S5ITD5pMcL6bnlROTkczeZ0Wor { color:#000000;display:block;width:26.3125rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15053;line-height:1.4;letter-spacing:0;top:62.125rem;left:16.875rem;height:2.36230625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#B0RnBBEZCgwpCNbkiHt3n8ggD3lIJ3ii { box-sizing:content-box;height:10.375rem;width:17.5rem;position:absolute;display:block;z-index:15071;background-color:#00b3b3;background-image:none;top:65.875rem;left:21.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#LCHitNGgFCQP5V79beZWamgaHgW2ScaO { box-sizing:content-box;height:9.5rem;width:16.5rem;position:absolute;display:block;z-index:15072;background-color:#ffffff;background-image:none;top:66.3125rem;left:21.75rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#Las9vaFb2qtIJbI22Hbua4sEEJSaXikU { color:#1f333b;display:block;width:13.875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15078;line-height:1.4;letter-spacing:0;top:68.9375rem;left:23.0625rem;height:1.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#I4gXsLvodyqRTEOk7E6d9wqgVvFzEDob { color:#1f333b;display:block;width:14.5625rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15082;line-height:1.4;letter-spacing:0;top:68.9375rem;left:41.5rem;height:1.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#UAcPOgzZTdLF5hxG3UNp0EoHiZBpwxn3 { color:#00b3b3;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15079;line-height:1.4;letter-spacing:0;top:70.875rem;left:24.75rem;height:2.2744125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#N5aU9O2fXnasmvDQk1TJe6pm7IrmzOFB { color:#00b3b3;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15083;line-height:1.4;letter-spacing:0;top:70.875rem;left:43.5625rem;height:2.2744125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MxAJGeINyx137UHhVi4hp6m19bJqcgVx { box-sizing:content-box;height:10.375rem;width:17.5rem;position:absolute;display:block;z-index:15067;background-color:#00b3b3;background-image:none;top:65.875rem;left:2.4375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#NHESdfD6U5LbVwyVPxgGlZLXvsbLEe5i { box-sizing:content-box;height:9.5rem;width:16.5rem;position:absolute;display:block;z-index:15068;background-color:#ffffff;background-image:none;top:66.3125rem;left:2.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#TvlhRA6GbTvmLqMAXcmewfPFT0ikMp0D { color:#1f333b;display:block;width:13.875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15074;line-height:1.4;letter-spacing:0;top:68.9375rem;left:4.25rem;height:1.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XXt46xhqzrJ1tSy69OylMXEC66mXuBSS { box-sizing:content-box;height:10.375rem;width:17.5rem;position:absolute;display:block;z-index:15083;background-color:#00b3b3;background-image:none;top:77.75rem;left:30.625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#eDkmMHtrSutFSqfLsFUsQIqdoTKFFxb3 { box-sizing:content-box;height:10.375rem;width:17.5rem;position:absolute;display:block;z-index:15079;background-color:#00b3b3;background-image:none;top:77.75rem;left:11.8125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#rD9fwQA3ysnLaMHx85hqsCqEnTvsFVW1 { box-sizing:content-box;height:9.5rem;width:16.5rem;position:absolute;display:block;z-index:15084;background-color:#ffffff;background-image:none;top:78.1875rem;left:31.125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#Ney1T59VA1VRHQolF28VNZnaMzP6cMam { box-sizing:content-box;height:9.5rem;width:16.5rem;position:absolute;display:block;z-index:15080;background-color:#ffffff;background-image:none;top:78.1875rem;left:12.3125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#RwnbmHg51Dp4fCgUDu9g9RB18f0bHlxq { color:#00b3b3;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15075;line-height:1.4;letter-spacing:0;top:70.875rem;left:5.9375rem;height:2.2744125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#it9PK2001FIDFbSVJABvnNtG2vLXCCdQ { color:#1f333b;display:block;width:13.875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15090;line-height:1.4;letter-spacing:0;top:80.8125rem;left:32.4375rem;height:1.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nOZL6VTP86JFCZg72FNuLhdbJsz9iLst { color:#1f333b;display:block;width:13.875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15086;line-height:1.4;letter-spacing:0;top:80.8125rem;left:13.625rem;height:1.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RTlrI9qPzmAlOk0vGbOS2lIkZJCdfmoW { color:#00b3b3;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15087;line-height:1.4;letter-spacing:0;top:82.75rem;left:15.3125rem;height:2.2744125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#t2szNvHCgPnC4NFtIJ0TVDUVGWEIRL3Z { color:#00b3b3;display:block;width:14.9375rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15091;line-height:1.4;letter-spacing:0;top:82.75rem;left:31.875rem;height:2.01215rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#UKJ20MFzfnD7u1inewRiw0tgXC3FkvkM { box-sizing:content-box;height:10.375rem;width:17.5rem;position:absolute;display:block;z-index:15088;background-color:#00b3b3;background-image:none;top:95.625rem;left:40.0625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#we7ep7ptHPF88eOAp9FA5ppgoi46KQZU { box-sizing:content-box;height:9.5rem;width:16.5rem;position:absolute;display:block;z-index:15089;background-color:#ffffff;background-image:none;top:96.0625rem;left:40.5625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#zTKgKTZNoOHri1POLaM0yg2mSZLLH5g8 { color:#1f333b;display:block;width:14.5625rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15095;line-height:1.4;letter-spacing:0;top:98.6875rem;left:41.5rem;height:1.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IlwsCLRmwT7TzeEZBT1iy2O17TQ5qMCZ { color:#00b3b3;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15096;line-height:1.4;letter-spacing:0;top:100.625rem;left:43.5625rem;height:2.2744125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#bAo3LnAoQhJnnexZPTp2X2E86kFez8HP { color:#000000;display:block;width:26.3125rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15066;line-height:1.4;letter-spacing:0;top:91.875rem;left:16.875rem;height:2.36230625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hSG2w6l8vzDDMBgAxnfWCELTKTmhdBz1 { box-sizing:content-box;height:10.375rem;width:17.5rem;position:absolute;display:block;z-index:15084;background-color:#00b3b3;background-image:none;top:95.625rem;left:21.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#JW9rvd4ZL3F3F6HfnLEQHdllyTJawfJZ { box-sizing:content-box;height:9.5rem;width:16.5rem;position:absolute;display:block;z-index:15085;background-color:#ffffff;background-image:none;top:96.0625rem;left:21.75rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#NCl5kfnDAaM3Vw1ETihrq85eTCWoobxb { color:#1f333b;display:block;width:13.875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15091;line-height:1.4;letter-spacing:0;top:98.6875rem;left:23.0625rem;height:1.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hVf6MbZWKs7OtWTUTRf2mKpiQDxy7fXn { color:#00b3b3;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15092;line-height:1.4;letter-spacing:0;top:100.625rem;left:24.75rem;height:2.2744125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#oTWuQn6eNFM923KXVmSkkco4BzGnNX6h { box-sizing:content-box;height:10.375rem;width:17.5rem;position:absolute;display:block;z-index:15080;background-color:#00b3b3;background-image:none;top:95.625rem;left:2.4375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#yTUZTOPaNLcURe9aVCB12DTCOUZIIyzT { box-sizing:content-box;height:9.5rem;width:16.5rem;position:absolute;display:block;z-index:15081;background-color:#ffffff;background-image:none;top:96.0625rem;left:2.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#HCNqI5aSSHtNWT2QRVtGuHVBeoU4Lweo { color:#1f333b;display:block;width:13.875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15087;line-height:1.4;letter-spacing:0;top:98.6875rem;left:4.25rem;height:1.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#O1HZeV0ei8SARoRRioJLoMOE39m8UbXg { color:#00b3b3;display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15088;line-height:1.4;letter-spacing:0;top:100.625rem;left:5.9375rem;height:2.2744125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Af4tJ9G8ggRw87QFi1UnkvTF3fVSgyK8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00b3b3;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; }#Af4tJ9G8ggRw87QFi1UnkvTF3fVSgyK8 > .row .container { background-color: transparent; background-image: none; }#Af4tJ9G8ggRw87QFi1UnkvTF3fVSgyK8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Af4tJ9G8ggRw87QFi1UnkvTF3fVSgyK8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Af4tJ9G8ggRw87QFi1UnkvTF3fVSgyK8 > .row .container > .video-iframe-container { display: none; }#Af4tJ9G8ggRw87QFi1UnkvTF3fVSgyK8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Af4tJ9G8ggRw87QFi1UnkvTF3fVSgyK8 > .row > .video-iframe-container { display: none; }#Af4tJ9G8ggRw87QFi1UnkvTF3fVSgyK8 > .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); }#Af4tJ9G8ggRw87QFi1UnkvTF3fVSgyK8 > .row .container { border-width: 0; border-radius: 0; }#Af4tJ9G8ggRw87QFi1UnkvTF3fVSgyK8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Af4tJ9G8ggRw87QFi1UnkvTF3fVSgyK8 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#gCgZpdZrek2tA5o2slmJxhsDoBwvf2ZT { color:#000000;display:block;width:43.75rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:0.92361068725588rem;left:2.5rem;height:3.1494125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ihX5ITttxpKE8AmagdQbxpX6tl0XcF6p { position:relative;display:block; }#ihX5ITttxpKE8AmagdQbxpX6tl0XcF6p { background-color: transparent; background-image: none; }#ihX5ITttxpKE8AmagdQbxpX6tl0XcF6p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ihX5ITttxpKE8AmagdQbxpX6tl0XcF6p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ihX5ITttxpKE8AmagdQbxpX6tl0XcF6p > .row .container > .video-iframe-container { display: none; }#ihX5ITttxpKE8AmagdQbxpX6tl0XcF6p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ihX5ITttxpKE8AmagdQbxpX6tl0XcF6p > .row > .video-iframe-container { display: none; }#ihX5ITttxpKE8AmagdQbxpX6tl0XcF6p > .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); }#ihX5ITttxpKE8AmagdQbxpX6tl0XcF6p { border-width: 0; border-radius: 0; }#ihX5ITttxpKE8AmagdQbxpX6tl0XcF6p > .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; }#ihX5ITttxpKE8AmagdQbxpX6tl0XcF6p > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:44.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GTJKt3K0TiOU32rH3gWbLFdIMm6EltJy { box-sizing:content-box;height:17.5rem;width:17.5rem;position:absolute;display:block;z-index:15003;background-color:#00b3b3;background-image:none;top:3.75rem;left:2.4375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#IarnHMQS6fGO3CBotlygenSEw69uWTBV { box-sizing:content-box;height:16.5rem;width:16.5rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:4.25rem;left:2.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#VXR5HU10VxGamrvRg4KCDFrKPk56NuTb { box-sizing:content-box;height:17.5rem;width:17.5rem;position:absolute;display:block;z-index:15003;background-color:#00b3b3;background-image:none;top:3.75rem;left:21.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#gmEQcfr5NsMJFlNEsMTJCrAzzoCxS8nM { color:#1f333b;display:block;width:12.875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:16.375rem;left:4.75rem;height:2.9746125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TeVtMtpBRQA3EtU2JsialI31tcTJM8VN { box-sizing:content-box;height:16.5rem;width:16.5rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:4.25rem;left:21.75rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#BWFyRryKiSlUXoAWyA7bNTVOeJx1IlzP { color:#1f333b;display:block;width:15rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:16.375rem;left:22.5rem;height:2.9746125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RnPkRXssEiUBTiHsTTFgO7ZSmcLH7AG4 { box-sizing:content-box;height:17.5rem;width:17.5rem;position:absolute;display:block;z-index:15002;background-color:#00b3b3;background-image:none;top:3.75rem;left:40.0625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#v0VMiWL6PxlD5ssaJHgnoZPsS6M5qroT { box-sizing:content-box;height:17.5rem;width:17.5rem;position:absolute;display:block;z-index:15005;background-color:#00b3b3;background-image:none;top:23.3125rem;left:11.875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#fZZS133kt6RBVxVcVW3UgLzqarw7BkaL { box-sizing:content-box;height:16.5rem;width:16.5rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:4.25rem;left:40.5625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#BT6nGxwQpQZvypu3RXpk2biw5E0SMTlr { box-sizing:content-box;height:16.5rem;width:16.5rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:23.8125rem;left:12.375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#HezbSxQTqFZZGVEgq95l8uPiFUMwn7K8 { color:#1f333b;display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:16.4375rem;left:40.9375rem;height:2.9746125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#uPugmMW1o6bdN2wQp8nFVzgiUkeq02Hd { color:#1f333b;display:block;width:13.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:35.8125rem;left:14.0625rem;height:2.798825rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vq9ag2RyFlziy0TXtMTQW6e95zkCG7Ic { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.8125rem;width:8.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:26.375rem;left:16.25rem; }
#y1BLqFJhdQFi04lW3UMfUKseRI3oOUW0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.3125rem;width:8.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:7.625rem;left:25.8125rem; }
#VTkSVm3xUpLRiwxIhva86dUVwzrZEAuF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.4375rem;width:8.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:7.5625rem;left:6.9375rem; }
#KmetmHPErtQu8oTmQ4pSyIBT47OiWOqg { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:9.8125rem;width:9.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:6.625rem;left:43.875rem; }
#OdIDMDTlBlEG4ASRqTtss0WfSGryAfXy { box-sizing:content-box;height:17.5rem;width:17.5rem;position:absolute;display:block;z-index:15009;background-color:#00b3b3;background-image:none;top:23.3125rem;left:30.6875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#LTXUU2NvJFFThk4VLrOH4y1MVawpuNc3 { box-sizing:content-box;height:16.5rem;width:16.5rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:23.8125rem;left:31.1875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#RO7IW1Mr92LdZ506g7tczmNRG3oDIH9y { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:9.25rem;width:9.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:26.625rem;left:34.3125rem; }
#MM3vwlp7goJka8TToq1yTBDWEC8rCTlH { color:#1f333b;display:block;width:16.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:35.5rem;left:31.25rem;height:4.19824375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#BWAJBNBrO2znTA3eWkXP0o2XX2pqkWwP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00b3b3;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; }#BWAJBNBrO2znTA3eWkXP0o2XX2pqkWwP > .row .container { background-color: transparent; background-image: none; }#BWAJBNBrO2znTA3eWkXP0o2XX2pqkWwP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWAJBNBrO2znTA3eWkXP0o2XX2pqkWwP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWAJBNBrO2znTA3eWkXP0o2XX2pqkWwP > .row .container > .video-iframe-container { display: none; }#BWAJBNBrO2znTA3eWkXP0o2XX2pqkWwP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWAJBNBrO2znTA3eWkXP0o2XX2pqkWwP > .row > .video-iframe-container { display: none; }#BWAJBNBrO2znTA3eWkXP0o2XX2pqkWwP > .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); }#BWAJBNBrO2znTA3eWkXP0o2XX2pqkWwP > .row .container { border-width: 0; border-radius: 0; }#BWAJBNBrO2znTA3eWkXP0o2XX2pqkWwP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BWAJBNBrO2znTA3eWkXP0o2XX2pqkWwP > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#bQFhRtQWdm4BzhAHLVrflE3whx0GxwvK { color:#000000;display:block;width:43.75rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:0.92361068725588rem;left:2.5rem;height:3.1494125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#d1XhFkAIBws590Pk1Bp4STXFmCvRtFEh { position:relative;display:block; }#d1XhFkAIBws590Pk1Bp4STXFmCvRtFEh { background-color: transparent; background-image: none; }#d1XhFkAIBws590Pk1Bp4STXFmCvRtFEh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d1XhFkAIBws590Pk1Bp4STXFmCvRtFEh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d1XhFkAIBws590Pk1Bp4STXFmCvRtFEh > .row .container > .video-iframe-container { display: none; }#d1XhFkAIBws590Pk1Bp4STXFmCvRtFEh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d1XhFkAIBws590Pk1Bp4STXFmCvRtFEh > .row > .video-iframe-container { display: none; }#d1XhFkAIBws590Pk1Bp4STXFmCvRtFEh > .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); }#d1XhFkAIBws590Pk1Bp4STXFmCvRtFEh { border-width: 0; border-radius: 0; }#d1XhFkAIBws590Pk1Bp4STXFmCvRtFEh > .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; }#d1XhFkAIBws590Pk1Bp4STXFmCvRtFEh > .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:17.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rPwk3LVSzOH7cJIOUxo1QnXFPtLwkcaR { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:3.5625rem;left:3.125rem; }
#w55kCTmkMpKOPRIkLepQt0gaICw4KdEN { color:#1f333b;display:block;width:47.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15008;line-height:2;letter-spacing:0;top:3.125rem;left:4.375rem;height:11.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qQwuNJ4hdoTcCAWrRMKfGsnoROmmvZah { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:5.875rem;left:3.125rem; }
#KXxnB0sOe3kwM6heqkPD6aUWpTrqxkx1 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:8.0625rem;left:3.125rem; }
#Eka1n3xsMgp6uOsVP4TtmTOaKlwVuKrG { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:10.3125rem;left:3.125rem; }
#exviKFLgtei6nL8BpsNeIpnRHWkDhWKz { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:12.5625rem;left:3.125rem; }
#qNAqPdGf0TZwRH6iunAV2eOo9To8lbzZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#070606;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; }#qNAqPdGf0TZwRH6iunAV2eOo9To8lbzZ > .row .container { background-color: transparent; background-image: none; }#qNAqPdGf0TZwRH6iunAV2eOo9To8lbzZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNAqPdGf0TZwRH6iunAV2eOo9To8lbzZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNAqPdGf0TZwRH6iunAV2eOo9To8lbzZ > .row .container > .video-iframe-container { display: none; }#qNAqPdGf0TZwRH6iunAV2eOo9To8lbzZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNAqPdGf0TZwRH6iunAV2eOo9To8lbzZ > .row > .video-iframe-container { display: none; }#qNAqPdGf0TZwRH6iunAV2eOo9To8lbzZ > .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); }#qNAqPdGf0TZwRH6iunAV2eOo9To8lbzZ > .row .container { border-width: 0; border-radius: 0; }#qNAqPdGf0TZwRH6iunAV2eOo9To8lbzZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qNAqPdGf0TZwRH6iunAV2eOo9To8lbzZ > .row .container { font-size:0.875rem;font-family:arial;height:25.625rem;width:60rem;position:relative;display:block; }#TW44dFvpgXfW99ftShJ12ycvW1R5vRz1 { color:#ffffff;display:block;width:31.6875rem;position:absolute;font-family:montserrat;font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:4.9140625rem;left:3.6944446563721rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZZMLIZ2Z84NH2CTqbFw9kUVddSg6hcW7 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.5rem;width:24.625rem;top:-0.00086784362792969rem;left:32.875001907349rem;overflow:hidden;display:block; }
#yenp8rcv0uwvgLN34xFK2vUHuQXuHZcm { background-color:#00b3b3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.25rem;height:4.3125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:14.235242843628rem;left:3.6944446563721rem;display:block; }
#PkqMR7sTQxRqer7WeOTQTRn6tW3Pzrsw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MH4OPho7nfuVXv2IDOE7LhvsJAbS08bE { position:relative;display:block; }#MH4OPho7nfuVXv2IDOE7LhvsJAbS08bE { background-color: transparent; background-image: none; }#MH4OPho7nfuVXv2IDOE7LhvsJAbS08bE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MH4OPho7nfuVXv2IDOE7LhvsJAbS08bE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MH4OPho7nfuVXv2IDOE7LhvsJAbS08bE > .row .container > .video-iframe-container { display: none; }#MH4OPho7nfuVXv2IDOE7LhvsJAbS08bE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MH4OPho7nfuVXv2IDOE7LhvsJAbS08bE > .row > .video-iframe-container { display: none; }#MH4OPho7nfuVXv2IDOE7LhvsJAbS08bE > .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); }#MH4OPho7nfuVXv2IDOE7LhvsJAbS08bE { border-width: 0; border-radius: 0; }#MH4OPho7nfuVXv2IDOE7LhvsJAbS08bE > .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; }#MH4OPho7nfuVXv2IDOE7LhvsJAbS08bE > .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.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pkTQb4dd91QanpDLgt4VBTcvLEu2QIo6 { color:#000000;display:block;width:10rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:5.412109375rem;left:25.6875rem;height:0.8125rem;font-style:normal;display:block; }
#T9Ck1ZoLPKskN0FT5izSzVqZURyKqidf { color:#000000;display:block;width:4.6875rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:6.224609375rem;left:25.6875rem;height:0.8125rem;font-style:normal;display:block; }
#B2pTOdToeyVg5SirawuwoFFoo2EiDykx { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:8.8125rem;left:42.375rem; }
#B2pTOdToeyVg5SirawuwoFFoo2EiDykx > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#wQ30s9Gi0n4sNzTeNSkZXX9l2M1ldUkT { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:8.8125rem;left:45.5rem; }
#wQ30s9Gi0n4sNzTeNSkZXX9l2M1ldUkT > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#rk8FaTu26KuoKMZ891SwaKoF6N6UMvv0 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:8.8125rem;left:48.625rem; }
#rk8FaTu26KuoKMZ891SwaKoF6N6UMvv0 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#wdNgvJd9Ub56PBqgu8q1mMD5zrJJTbbM { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:8.8125rem;left:51.75rem; }
#wdNgvJd9Ub56PBqgu8q1mMD5zrJJTbbM > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#GvVQwtB5ia5oteT3qa9LSv8RXVeKUPrn { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.5rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:19.9375rem;left:1.4375rem;height:0.6494125rem;display:block; }
#ubDTAFLMKUUBbAckAWBDmGMqef2X4Mq8 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:3.455078125rem;left:25.6875rem;height:0.9746125rem;font-style:normal;display:block; }
#koulbMSO3AyUTqQwOWSQ5qJdCxJD0mwz { color:#000000;display:block;width:4.6875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:3.455078125rem;left:13.9375rem;height:0.9746125rem;font-style:normal;display:block; }
#RXZ0qUtErnWcfCRF8AXPt5RGR76QWJaa { color:#000000;display:block;width:14.625rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:10.625rem;left:25.6875rem;height:1.625rem;font-style:normal;display:block; }
#XoOS8XFiGhkHQZkJvegU6i2sT8JqI9oe { color:#000000;display:block;width:9.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:3.455078125rem;left:1.4375rem;height:0.9746125rem;font-style:normal;display:block; }
#G42euKDqDRC9g511kSIQfrsLvUMAbPtN { color:#000000;display:block;width:10rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:5.4375rem;left:1.5rem;height:0.8125rem;font-style:normal;display:block; }
#CUFC4ECV9A8V7kn2b5QNgRbaOWftHqsd { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:3.455078125rem;left:42.375rem;height:0.9746125rem;font-style:normal;display:block; }
#bzysOZmFkqkOXnrJ36LLTWikAFGKrxFP { color:#000000;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:5.375rem;left:42.375rem;height:2.4375rem;font-style:normal;display:block; }
#lfNshv2ArRFhlT6wE47K6ryZJHLTCpvb { color:#000000;display:block;width:4.6875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:8.875rem;left:25.6875rem;height:0.9746125rem;font-style:normal;display:block; }
#hmtdSG6JzmDXVnud6tCy05tC3gZcraNA { background-color:#00b3b3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 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:montserrat;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:2.5rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:14.6875rem;left:25.125rem;display:block; }
#cypt2cel9S5KCQEbnazsOBUp5OUlfTFO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qVl8Lwbwn5XepzTpafepJBrru3dEV5XQ { color:#000000;display:block;width:10rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:6.4375rem;left:1.5rem;height:0.8125rem;font-style:normal;display:block; }
#iXIHacEEvl09T3ez0A8J5XT9e43CDDOr { color:#000000;display:block;width:10.1875rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15023;line-height:2;letter-spacing:0;top:7.3125rem;left:1.4375rem;height:10rem;font-style:normal;display:block; }
#FNGKwC7PEd8gkKTi9hUcBgrTTTvfwTEx { color:#000000;display:block;width:10rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15018;line-height:2;letter-spacing:0;top:5.412109375rem;left:13.9375rem;height:5rem;font-style:normal;display:block; }
#tRpVo6IbdoQgxvuCQrTFW0TOcQqGias0 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#hbHKAkZQ5MCAE7EAFm4uLWw335NdI608 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:8.8125rem;left:54.875rem; }
#hbHKAkZQ5MCAE7EAFm4uLWw335NdI608 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #b5vRowNJ2QsQWzwlZw4cV9mb6fGhtI6Q { display:block; }#b5vRowNJ2QsQWzwlZw4cV9mb6fGhtI6Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v5tMRLEoNkhT8eI3GUJ08TpcyPTWaJAa { width:6.3125rem;height:2.1875rem;top:2.5rem;left:41.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeiTTKuTsyk79Lqsx2BVgIom4AwRM98v { display:block; }
 }@media only screen and (max-width: 763px) { #LpUcub9WoJibwHIFJyHctTdWRPKPnMxR { width:9.375rem;height:1.125rem;top:4.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXNNkMVq8xMOadwFxhOdM2R6JXKtq3lJ { width:4.625rem;height:2.3125rem;top:2.4375rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQPo9R7PvK2wWKINJpd8MyCOD154nwy4 { display:block; }
 }@media only screen and (max-width: 763px) { #iBb9rgRTBLxdIiwzpyaeXrVbbd69xM7X { width:3.875rem;height:2.3125rem;top:2.4375rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vg3nUKmykoT6Csx2iZc380E2Kc3UxNoe { display:block; }
 }@media only screen and (max-width: 763px) { #gZVl1rP00f7qb9NLmQRKoR2zN8rzX8aS { width:5rem;height:2.3125rem;top:2.4375rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4oTPiPnKUgwcMsLUbTmt7WPNZH4FODd { display:block; }
 }@media only screen and (max-width: 763px) { #iitZMD4VGvdqHwq4hiWNbKVeytVHJypo { width:4.5625rem;height:2.3125rem;top:2.4375rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #roDzr90dotqx1pFlTPnGTgS4vdgPtCtT { display:block; }
 }@media only screen and (max-width: 763px) { #Fr6ruvevuzTuzI1w2PcxzkKIBQHKMryF { width:4.5625rem;height:2.3125rem;top:2.5rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5N5HRerKPe2hKHWwF7AuxNA3TZMvih3 { display:block; }
 }@media only screen and (max-width: 763px) { #gcU0wTJHPSx7T2QM9guPbhuuuGRPOZIG { top:3.0625rem;left:42.3125rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zu70CuMu2lnSrnSvs8gBs2cGGyGqBAps { width:8.6875rem;height:2.3125rem;top:2.4375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkaqGJm2UMq4UAatxg1i52ApZOyuIPnc { display:block; }
 }@media only screen and (max-width: 763px) { #wsSQNnJGk7tI08I9kmHKB0EbVp9mQTQW { display:block; }#wsSQNnJGk7tI08I9kmHKB0EbVp9mQTQW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M3GOBp9B4HHBwMTizTn6epcIhKvN6cJz { width:10.3125rem;height:2.3125rem;top:4.75rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nogGgdIVMzXuRsKSOrvJWAhfHaU47T6p { display:block; }
 }@media only screen and (max-width: 763px) { #ylLePTTzCUhMNLc4yX5TKtrv9SFVFfmL { width:5.1875rem;height:2.3125rem;top:2.375rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVnOzEg96lgyau6AsZadOlxUNxv6QfoZ { display:block; }
 }@media only screen and (max-width: 763px) { #PczKZ45ZETZhWXENIHOxqLf8hhbiMP07 { width:5.125rem;height:2.3125rem;top:0rem;left:33.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9uMApitWmngg6pTvPo2yPXi8n8szcrg { display:block; }
 }@media only screen and (max-width: 763px) { #XSGawSTEiE6oVTwaEzft3HSeDaPELXqE { width:3.875rem;height:2.3125rem;top:0.125rem;left:43.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4agiffAAPUFvWzhJE0UVAKmG4UKt5fo { display:block; }
 }@media only screen and (max-width: 763px) { #GfWXmeiGNS0bKpQxt9aT596BFaXQtCxU { width:4.125rem;height:2.3125rem;top:4.75rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT5qeo85zfET41OI2S0Bfezhhu6rcyqH { display:block; }
 }@media only screen and (max-width: 763px) { #SluUSpEsMnV3Lwpc1mdTGKgaRLmua11k { width:9.25rem;height:2.3125rem;top:0rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PL4gxpVcKgx8u0qesk48GDc4yr02tz1T { display:block; }
 }@media only screen and (max-width: 763px) { #nwRXTClOhkPZoATvnA0O5s63qMn0Q9yt { width:8.375rem;height:2.3125rem;top:2.375rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5wkWR6VDuXJILXItveuP3N7trHlSQmJ { display:block; }
 }@media only screen and (max-width: 763px) { #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { width:25.75rem;height:;top:2.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1zTo2wheyc1sIEDWI7HVnkJFfLid27J { width:16.375rem;height:3.4375rem;top:38.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J457OGvgpSz5fxR2s8mt0fEvq1WuoXMx { display:block; }
 }@media only screen and (max-width: 763px) { #A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { width:31.25rem;height:;top:6.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtmkSdaXlxKmclJBxw4mAqyPdMQSFFge { width:23.125rem;height:23.125rem;top:8.75rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3uMucKUQu8l6PkF5rFlIUc0K0qdlTap { width:8.125rem;height:8.125rem;top:9.25rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKDbtvAORy2DokgWxlHROKxLna0MTKxZ { width:8.5rem;height:2.125rem;top:31.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmoiccszVOLpIZ8MMid59fxgTJCETCOm { width:15.625rem;height:3.875rem;top:35rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMVHrLMxfLdMc20owE9B573spZ1uAwO2 { width:4.875rem;height:7.25rem;top:14.125rem;left:32.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl { width:5.0625rem;height:10.0625rem;top:25.5rem;left:42.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrP7iky4hMg6yC4W68OMXwhNafi2Ofg9 { top:9.5625rem;left:40.4375rem;width:7.3125rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDnnNesTogpwppJUnw3rTlQiKzWeypQI { width:13rem;height:1.625rem;top:35.5625rem;left:25.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #veeAwTwk41qTxgdzcP9f6NJZucRXdPAU { width:14.6875rem;height:1.1875rem;top:37.125rem;left:25.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T33Di53BXsFQgzgZstIyAUQPVMVV2UP8 { top:34.0625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zixClI27egVOFPezqcyMO9KSxhSXt7Rq { top:34.0625rem;left:0.0625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5OAorNnm5klJvls9EfA5E5Vg0Hw8wgb { top:34.0625rem;left:3.125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yM7fDMeZSCXZUPfRbvFZmuiUNZazHWCB { width:3rem;height:1.8125rem;top:10.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #drxkmKQfX5T7lzC9Q5WXDShoFEIwIpii { width:27.125rem;height:4.875rem;top:12.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7DU5uZTIoFhdKNOhk8XDrTFgJ3a1VAI { width:5.8125rem;height:1.8125rem;top:19.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8ivWTF9ZyLNcXNEpUFOp0tPAZsgMv2z { width:27.6875rem;height:7.5rem;top:21.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKvTrKf890UeEyJTLlymFBaTnoApPKfU { top:22.375rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUT6HkhT7JgSkTpkuIMTDfTapE3E9dOa { top:24.9375rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUa6DnIofiZPXVvMMPcFoUteHAJIlhks { top:27.4375rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9PBQlDpvAqI56MDzsfan9RKf4xR7QwN { top:12.5625rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2ML5ko80ffzacIHPP0lKFAxCOA1XNZt { top:6.75rem;left:28.5rem;width:19.25rem;height:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQpT6BoWOUso5N9NCRF42veTuGfTKLfF { top:34.0625rem;left:6rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8aTP9s2oxPotRbte5hDN8eMXSUecICJ { top:26.3125rem;left:21.75rem;width:26rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpgU6QoWExAKDuuJA5tDkRidGoBA62q4 { display:none; }
 }@media only screen and (max-width: 763px) { #NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { display:block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { width:43.75rem;height:3.125rem;top:0.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKbTh36uFZE1dM19nQNxPNrkBKTAVsN4 { display:block; }#kKbTh36uFZE1dM19nQNxPNrkBKTAVsN4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ks3gtOn2Pwh76ZUDuxXmODxmgpKfcoTa { width:36.25rem;height:16.875rem;top:3.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K65zq3gK87pzPD2VtkHreMzR9iPMRtxS { top:3.5rem;left:32rem;width:15.75rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQI0ly6q5k21K8I9TFdkVtPVw5XTK54R { display:block; }#lQI0ly6q5k21K8I9TFdkVtPVw5XTK54R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hhzEqMvUrT6q1XighIlfyMwML8505qTx { width:43.75rem;height:;top:0.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #koov3ZgyQHTs4AlsWELSEbDSHfclHL6a { display:block; }#koov3ZgyQHTs4AlsWELSEbDSHfclHL6a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lQCaAZMvuyAsPNNnbwg5c5HORaE2fG2p { top:3.125rem;left:0rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2noUO9NHtu2ChzJIbTiANwuKkaJfLhC { top:3.625rem;left:0rem;width:16.5rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqFr3RQkdVylbfrBixwcJUTrhUCAo1fp { top:3.125rem;left:15.125rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKhZHrnsV6ka04N0mMuEIOh4kRDaG6La { width:16.3125rem;height:2.625rem;top:15.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJF8r2rfILiAPNhiKT1xsHbTO1mPNNn8 { top:3.625rem;left:15.625rem;width:16.5rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWNi5Mnxp4FlJAZ7tBDoB7Mqb0fcWrxF { width:15rem;height:2.625rem;top:15.9375rem;left:16.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #txMa58N09yLFl8VS1dZyzuOLUamZArZ6 { top:23.5625rem;left:15.125rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEnBLT5qpKoobtSCbmNKOSQ0s9XILdyX { top:24.0625rem;left:15.625rem;width:16.5rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyyTcoR6xVzhhQ6B6BDLIbClt7Kt9UQ7 { top:3.125rem;left:30.25rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k56OLmLIEzThSWpNSDbTkqUp7KCJbyJP { width:13.875rem;height:2.625rem;top:35.875rem;left:16.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLdi1TPZgLyUP5DMPGZ5FxNS9SlpefCl { top:3.625rem;left:31.25rem;width:16.5rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkZfPphEaEQbAgt6bzaDxiLLytW6JKy6 { width:16.5rem;height:2.625rem;top:15.9375rem;left:31.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb2wTKI9m8K0zBzVsLOlXWcHA9JCV67R { top:6.25rem;left:19.5rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqhehIdqNMzI0cZ4ITtfq0PEV4tLmfMo { top:6.0625rem;left:38.0625rem;width:9.1875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaCiTp5b78UIGJZkDVvD32gyd5yTD6Uo { top:6.4375rem;left:0.8125rem;width:8.4375rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBoTCaowJMIkc6ubBZ4DSebl60NmFoNb { top:26.25rem;left:19rem;width:9.6875rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlcxZH5llGtcnyr22kLeBIO01nhh6zGf { display:block; }#dlcxZH5llGtcnyr22kLeBIO01nhh6zGf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gI9VnwGsmTE5WTgdFNq4TL57AkUf9Adp { width:43.75rem;height:;top:0.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKCvSZKocLQXxQehPgkRC9D9PPZQWUT2 { display:block; }#MKCvSZKocLQXxQehPgkRC9D9PPZQWUT2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pf9k1T7fXczKi6Rly96CTiJcMJiLBXDt { width:36.8125rem;height:13.5rem;top:7.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9k0vdLKguCNxQBQ1nXPT0FB9hrSnbn0 { top:8.25rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOW3AffXW463DiATlKtktTgz2ibFOBZn { top:12.75rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gm7gSycrrPFdwTeoQfE0tSZKZci6IukX { top:10.5rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #llFVoZZQzJWLgIQOlLRPKTfzk3OMueEo { width:36rem;height:2.3125rem;top:3.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gs0deh1WIsBuA6TngIO4BpkQtmD0LHsq { top:19.5rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRfdpvlTDnw4SU7iXBnNRvgQwtEvNulg { top:17.25rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1nwPMCL4eVkRP7FcdN0ITDtObaVESzL { top:14.9375rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7LqcCryQq3qHGlJhCc53Sf0JovwlOiq { display:block; }#W7LqcCryQq3qHGlJhCc53Sf0JovwlOiq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bl9ZU6H4DV4nPTgqfVd2KnREIkazrmZz { width:43.75rem;height:;top:0.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGPWEy07HJeckK9E5o8OKmGMGfT7IUQG { display:block; }#RGPWEy07HJeckK9E5o8OKmGMGfT7IUQG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OS7P5eLcT2cxbsh2BGga1nn8OqoHZVH2 { top:6.8125rem;left:0rem;width:17.5rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJ58TR8L7VTa46u8qT6Q9uQicnITlTlU { top:7.25rem;left:0rem;width:16.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbMc2PCNTfHcloxA1ZNyFCbSDZEAQNyX { width:13.875rem;height:1.875rem;top:9.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2FwPbGm1yqaMZSFfE3TEoXcKEktaKrV { width:26.3125rem;height:2.3125rem;top:3.0625rem;left:10.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaGrHehPzkXtrqkJry14USvcs2ZOfKJt { width:10.5625rem;height:2.25rem;top:11.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQiCLQC4nM9LHpkTrWahk70HVgEoHNgw { top:6.8125rem;left:15.125rem;width:17.5rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5oKJyzivGwBz5rCzTz9BAH9iO9PUOXM { top:7.25rem;left:15.625rem;width:16.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBLBNlX3RHTZUNFFMzmrE7nlAdl0T52T { width:13.875rem;height:1.875rem;top:9.875rem;left:16.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhxJFb2GfHx0asSOTsQP4ah98aTO0Sqt { width:10.5625rem;height:2.25rem;top:11.8125rem;left:18.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5xSAD5pm5hCcp3ebxR31nZ7hOC5Cyz1 { top:6.8125rem;left:30.25rem;width:17.5rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9bGziqXbHBTg8PmE981Vw5DMIMb853d { top:7.25rem;left:31.25rem;width:16.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUyHUHT5H30P9sKaUaiaTl7uf6PedmZX { width:13.875rem;height:1.875rem;top:9.875rem;left:33.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sG95lPTSUf4Im16ikITLpK48KV8UG8Ib { width:10.5625rem;height:2.25rem;top:11.8125rem;left:37.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5VoHxpthgpozb1DdS0rgGL2uCZkEdzo { top:19rem;left:15.125rem;width:17.5rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vm4nonKF5Vwtsw3P7hy3Z7qq6V0eW7lQ { top:19.4375rem;left:15.625rem;width:16.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #POXGgOQxVRdO0QRQNQeobGrgHWVA61XC { width:14.1875rem;height:1.875rem;top:22.0625rem;left:16.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqG5BDVetb41wOk8x3VCEposrI7qWDM9 { width:10.5625rem;height:2.25rem;top:24rem;left:18.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOZnen1B81TnB69HFzroUdx8bsFxRBAr { top:36.5rem;left:30.25rem;width:17.5rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nG9f0p5n2A9964Nbekd6MOkA0XKueiIN { width:26.3125rem;height:2.3125rem;top:32.75rem;left:10.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhzuUODDhbEQNzX0ovr05GXBKVKRXbrI { top:36.9375rem;left:31.25rem;width:16.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSiiT4IUDpX8ovPxUCvv5IiGTlJxguMu { top:36.5rem;left:15.125rem;width:17.5rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiyGJh36cTfLFpqiU07Kw0guiWum9i4z { top:36.9375rem;left:15.625rem;width:16.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIkuFSFe4k5ksmvTXi8ehWEzi9KlSQgt { width:13.875rem;height:1.875rem;top:39.5625rem;left:16.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqsMiTyDtQdgzXo0X6SyzsFl1wew5kZi { width:13.875rem;height:1.875rem;top:39.5625rem;left:33.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #axDJdRk3sd6IXcGTdQElFzqagb9eEaka { width:12.6875rem;height:2.25rem;top:41.5625rem;left:17.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXb0kEg8xkKVZI4Gzk9ByuRQAOioNmHM { width:10.5625rem;height:2.25rem;top:41.5rem;left:37.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJDxWsa07PQ3tyVsptwSZXJGqgdh9UpE { top:36.5rem;left:0rem;width:17.5rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rwd3e5WbowlFJsCSJDi1aFLeNbubkQbV { top:48rem;left:15.125rem;width:17.5rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyRCw5czXhT3XXdX9BwJk57SdbsAITd2 { top:36.9375rem;left:0rem;width:16.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhADFvxVGITzBLh45w2EOGOZDwQHM9yt { top:48.4375rem;left:15.625rem;width:16.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEyynOAqVH8ppJe6yocaeS1TToRQOTKC { width:13.875rem;height:1.875rem;top:39.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyARxvX5tafhrdTZ5CqTHEqiW14M5oWX { width:10.5625rem;height:2.25rem;top:41.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SM4OTGSax1T0Pr6KfTSbqmGAwkiC5o1i { width:13.875rem;height:1.875rem;top:51.0625rem;left:16.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwCetSHV4GMt6pyPVVENt1A3uA4JMLuO { width:10.5625rem;height:2.25rem;top:53rem;left:18.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ekq74m6DTZUQvIpxzra0x864uHfievO1 { top:65.875rem;left:30.25rem;width:17.5rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yr9NhIFCkWg0mWLSHRdb03s2Xyvunb8t { top:66.3125rem;left:31.25rem;width:16.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRZmQ6S5ITD5pMcL6bnlROTkczeZ0Wor { width:26.3125rem;height:2.3125rem;top:62.125rem;left:10.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0RnBBEZCgwpCNbkiHt3n8ggD3lIJ3ii { top:65.875rem;left:15.125rem;width:17.5rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCHitNGgFCQP5V79beZWamgaHgW2ScaO { top:66.3125rem;left:15.625rem;width:16.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Las9vaFb2qtIJbI22Hbua4sEEJSaXikU { width:13.875rem;height:1.875rem;top:68.9375rem;left:16.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4gXsLvodyqRTEOk7E6d9wqgVvFzEDob { width:14.5625rem;height:1.875rem;top:68.9375rem;left:33.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAcPOgzZTdLF5hxG3UNp0EoHiZBpwxn3 { width:10.5625rem;height:2.25rem;top:70.875rem;left:18.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5aU9O2fXnasmvDQk1TJe6pm7IrmzOFB { width:10.5625rem;height:2.25rem;top:70.875rem;left:37.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxAJGeINyx137UHhVi4hp6m19bJqcgVx { top:65.875rem;left:0rem;width:17.5rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHESdfD6U5LbVwyVPxgGlZLXvsbLEe5i { top:66.3125rem;left:0rem;width:16.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvlhRA6GbTvmLqMAXcmewfPFT0ikMp0D { width:13.875rem;height:1.875rem;top:68.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXt46xhqzrJ1tSy69OylMXEC66mXuBSS { top:77.75rem;left:24.5rem;width:17.5rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDkmMHtrSutFSqfLsFUsQIqdoTKFFxb3 { top:77.75rem;left:5.6875rem;width:17.5rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rD9fwQA3ysnLaMHx85hqsCqEnTvsFVW1 { top:78.1875rem;left:25rem;width:16.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ney1T59VA1VRHQolF28VNZnaMzP6cMam { top:78.1875rem;left:6.1875rem;width:16.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwnbmHg51Dp4fCgUDu9g9RB18f0bHlxq { width:10.5625rem;height:2.25rem;top:70.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #it9PK2001FIDFbSVJABvnNtG2vLXCCdQ { width:13.875rem;height:1.875rem;top:80.8125rem;left:26.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOZL6VTP86JFCZg72FNuLhdbJsz9iLst { width:13.875rem;height:1.875rem;top:80.8125rem;left:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTlrI9qPzmAlOk0vGbOS2lIkZJCdfmoW { width:10.5625rem;height:2.25rem;top:82.75rem;left:9.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2szNvHCgPnC4NFtIJ0TVDUVGWEIRL3Z { width:14.9375rem;height:2rem;top:82.75rem;left:25.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKJ20MFzfnD7u1inewRiw0tgXC3FkvkM { top:95.625rem;left:30.25rem;width:17.5rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #we7ep7ptHPF88eOAp9FA5ppgoi46KQZU { top:96.0625rem;left:31.25rem;width:16.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTKgKTZNoOHri1POLaM0yg2mSZLLH5g8 { width:14.5625rem;height:1.875rem;top:98.6875rem;left:33.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlwsCLRmwT7TzeEZBT1iy2O17TQ5qMCZ { width:10.5625rem;height:2.25rem;top:100.625rem;left:37.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAo3LnAoQhJnnexZPTp2X2E86kFez8HP { width:26.3125rem;height:2.3125rem;top:91.875rem;left:10.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSG2w6l8vzDDMBgAxnfWCELTKTmhdBz1 { top:95.625rem;left:15.125rem;width:17.5rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW9rvd4ZL3F3F6HfnLEQHdllyTJawfJZ { top:96.0625rem;left:15.625rem;width:16.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCl5kfnDAaM3Vw1ETihrq85eTCWoobxb { width:13.875rem;height:1.875rem;top:98.6875rem;left:16.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVf6MbZWKs7OtWTUTRf2mKpiQDxy7fXn { width:10.5625rem;height:2.25rem;top:100.625rem;left:18.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTWuQn6eNFM923KXVmSkkco4BzGnNX6h { top:95.625rem;left:0rem;width:17.5rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTUZTOPaNLcURe9aVCB12DTCOUZIIyzT { top:96.0625rem;left:0rem;width:16.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCNqI5aSSHtNWT2QRVtGuHVBeoU4Lweo { width:13.875rem;height:1.875rem;top:98.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1HZeV0ei8SARoRRioJLoMOE39m8UbXg { width:10.5625rem;height:2.25rem;top:100.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Af4tJ9G8ggRw87QFi1UnkvTF3fVSgyK8 { display:block; }#Af4tJ9G8ggRw87QFi1UnkvTF3fVSgyK8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gCgZpdZrek2tA5o2slmJxhsDoBwvf2ZT { width:43.75rem;height:;top:0.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihX5ITttxpKE8AmagdQbxpX6tl0XcF6p { display:block; }#ihX5ITttxpKE8AmagdQbxpX6tl0XcF6p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTJKt3K0TiOU32rH3gWbLFdIMm6EltJy { top:3.75rem;left:0rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IarnHMQS6fGO3CBotlygenSEw69uWTBV { top:4.25rem;left:0rem;width:16.5rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXR5HU10VxGamrvRg4KCDFrKPk56NuTb { top:3.75rem;left:15.125rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmEQcfr5NsMJFlNEsMTJCrAzzoCxS8nM { width:12.875rem;height:2.9375rem;top:16.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeVtMtpBRQA3EtU2JsialI31tcTJM8VN { top:4.25rem;left:15.625rem;width:16.5rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWFyRryKiSlUXoAWyA7bNTVOeJx1IlzP { width:15rem;height:2.9375rem;top:16.375rem;left:16.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnPkRXssEiUBTiHsTTFgO7ZSmcLH7AG4 { top:3.75rem;left:30.25rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0VMiWL6PxlD5ssaJHgnoZPsS6M5qroT { top:23.3125rem;left:5.75rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZZS133kt6RBVxVcVW3UgLzqarw7BkaL { top:4.25rem;left:31.25rem;width:16.5rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT6nGxwQpQZvypu3RXpk2biw5E0SMTlr { top:23.8125rem;left:6.25rem;width:16.5rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HezbSxQTqFZZGVEgq95l8uPiFUMwn7K8 { width:15.75rem;height:2.9375rem;top:16.4375rem;left:32rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPugmMW1o6bdN2wQp8nFVzgiUkeq02Hd { width:13.125rem;height:2.75rem;top:35.8125rem;left:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vq9ag2RyFlziy0TXtMTQW6e95zkCG7Ic { top:26.375rem;left:10.125rem;width:8.8125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1BLqFJhdQFi04lW3UMfUKseRI3oOUW0 { top:7.625rem;left:19.6875rem;width:8.3125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTkSVm3xUpLRiwxIhva86dUVwzrZEAuF { top:7.5625rem;left:0.8125rem;width:8.4375rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmetmHPErtQu8oTmQ4pSyIBT47OiWOqg { top:6.625rem;left:37.75rem;width:9.8125rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdIDMDTlBlEG4ASRqTtss0WfSGryAfXy { top:23.3125rem;left:24.5625rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTXUU2NvJFFThk4VLrOH4y1MVawpuNc3 { top:23.8125rem;left:25.0625rem;width:16.5rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RO7IW1Mr92LdZ506g7tczmNRG3oDIH9y { top:26.625rem;left:28.1875rem;width:9.25rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MM3vwlp7goJka8TToq1yTBDWEC8rCTlH { width:16.3125rem;height:4.1875rem;top:35.5rem;left:25.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWAJBNBrO2znTA3eWkXP0o2XX2pqkWwP { display:block; }#BWAJBNBrO2znTA3eWkXP0o2XX2pqkWwP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bQFhRtQWdm4BzhAHLVrflE3whx0GxwvK { width:43.75rem;height:;top:0.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1XhFkAIBws590Pk1Bp4STXFmCvRtFEh { display:block; }#d1XhFkAIBws590Pk1Bp4STXFmCvRtFEh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rPwk3LVSzOH7cJIOUxo1QnXFPtLwkcaR { top:3.5625rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w55kCTmkMpKOPRIkLepQt0gaICw4KdEN { width:47.6875rem;height:11.25rem;top:3.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQwuNJ4hdoTcCAWrRMKfGsnoROmmvZah { top:5.875rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXxnB0sOe3kwM6heqkPD6aUWpTrqxkx1 { top:8.0625rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eka1n3xsMgp6uOsVP4TtmTOaKlwVuKrG { top:10.3125rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #exviKFLgtei6nL8BpsNeIpnRHWkDhWKz { top:12.5625rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNAqPdGf0TZwRH6iunAV2eOo9To8lbzZ { display:block; }#qNAqPdGf0TZwRH6iunAV2eOo9To8lbzZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TW44dFvpgXfW99ftShJ12ycvW1R5vRz1 { width:31.6875rem;height:;top:4.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZMLIZ2Z84NH2CTqbFw9kUVddSg6hcW7 { top:0rem;left:23.125rem;width:24.625rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yenp8rcv0uwvgLN34xFK2vUHuQXuHZcm { width:17.25rem;height:4.3125rem;top:14.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkqMR7sTQxRqer7WeOTQTRn6tW3Pzrsw { display:block; }
 }@media only screen and (max-width: 763px) { #MH4OPho7nfuVXv2IDOE7LhvsJAbS08bE { display:block; }#MH4OPho7nfuVXv2IDOE7LhvsJAbS08bE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pkTQb4dd91QanpDLgt4VBTcvLEu2QIo6 { top:5.375rem;left:19.5625rem;width:10rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9Ck1ZoLPKskN0FT5izSzVqZURyKqidf { top:6.1875rem;left:19.5625rem;width:4.6875rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2pTOdToeyVg5SirawuwoFFoo2EiDykx { top:8.8125rem;left:36.25rem;width:1.25rem;height:1.25rem;display:block; }
#B2pTOdToeyVg5SirawuwoFFoo2EiDykx > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #wQ30s9Gi0n4sNzTeNSkZXX9l2M1ldUkT { top:8.8125rem;left:39.375rem;width:1.25rem;height:1.25rem;display:block; }
#wQ30s9Gi0n4sNzTeNSkZXX9l2M1ldUkT > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #rk8FaTu26KuoKMZ891SwaKoF6N6UMvv0 { top:8.8125rem;left:42.5rem;width:1.25rem;height:1.25rem;display:block; }
#rk8FaTu26KuoKMZ891SwaKoF6N6UMvv0 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #wdNgvJd9Ub56PBqgu8q1mMD5zrJJTbbM { top:8.8125rem;left:45.625rem;width:1.25rem;height:1.25rem;display:block; }
#wdNgvJd9Ub56PBqgu8q1mMD5zrJJTbbM > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #GvVQwtB5ia5oteT3qa9LSv8RXVeKUPrn { top:19.9375rem;left:0rem;width:12.5rem;height:0.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubDTAFLMKUUBbAckAWBDmGMqef2X4Mq8 { top:3.4375rem;left:19.5625rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #koulbMSO3AyUTqQwOWSQ5qJdCxJD0mwz { top:3.4375rem;left:7.8125rem;width:4.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXZ0qUtErnWcfCRF8AXPt5RGR76QWJaa { top:10.625rem;left:19.5625rem;width:14.625rem;height:1.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoOS8XFiGhkHQZkJvegU6i2sT8JqI9oe { top:3.4375rem;left:0rem;width:9.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G42euKDqDRC9g511kSIQfrsLvUMAbPtN { top:5.4375rem;left:0rem;width:10rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUFC4ECV9A8V7kn2b5QNgRbaOWftHqsd { top:3.4375rem;left:35.25rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzysOZmFkqkOXnrJ36LLTWikAFGKrxFP { top:5.375rem;left:31.25rem;width:16.5rem;height:2.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfNshv2ArRFhlT6wE47K6ryZJHLTCpvb { top:8.875rem;left:19.5625rem;width:4.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmtdSG6JzmDXVnud6tCy05tC3gZcraNA { width:15.75rem;height:2.5rem;top:14.6875rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #cypt2cel9S5KCQEbnazsOBUp5OUlfTFO { display:block; }
 }@media only screen and (max-width: 763px) { #qVl8Lwbwn5XepzTpafepJBrru3dEV5XQ { top:6.4375rem;left:0rem;width:10rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXIHacEEvl09T3ez0A8J5XT9e43CDDOr { top:7.3125rem;left:0rem;width:10.1875rem;height:10rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNGKwC7PEd8gkKTi9hUcBgrTTTvfwTEx { top:5.375rem;left:7.8125rem;width:10rem;height:5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRpVo6IbdoQgxvuCQrTFW0TOcQqGias0 { display:none; }
 }@media only screen and (max-width: 763px) { #hbHKAkZQ5MCAE7EAFm4uLWw335NdI608 { top:8.8125rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
#hbHKAkZQ5MCAE7EAFm4uLWw335NdI608 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #b5vRowNJ2QsQWzwlZw4cV9mb6fGhtI6Q { position:relative;z-index:auto;display:block; }#b5vRowNJ2QsQWzwlZw4cV9mb6fGhtI6Q > .row .container { width:20rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v5tMRLEoNkhT8eI3GUJ08TpcyPTWaJAa { width:4.4375rem;height:1.75rem;top:1.2000000476837rem;left:14.549999773503rem;font-size:0.6875rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeiTTKuTsyk79Lqsx2BVgIom4AwRM98v { display:block; }
 }@media only screen and (max-width: 763px) { #LpUcub9WoJibwHIFJyHctTdWRPKPnMxR { width:12.125rem;height:1.7871125rem;top:1.1806640625rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXNNkMVq8xMOadwFxhOdM2R6JXKtq3lJ { width:4.625rem;height:2.625rem;top:3.375rem;left:9.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQPo9R7PvK2wWKINJpd8MyCOD154nwy4 { display:block; }
 }@media only screen and (max-width: 763px) { #iBb9rgRTBLxdIiwzpyaeXrVbbd69xM7X { width:3.1875rem;height:2.625rem;top:6.4375rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vg3nUKmykoT6Csx2iZc380E2Kc3UxNoe { display:block; }
 }@media only screen and (max-width: 763px) { #gZVl1rP00f7qb9NLmQRKoR2zN8rzX8aS { width:5.75rem;height:2.625rem;top:6.4375rem;left:4.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4oTPiPnKUgwcMsLUbTmt7WPNZH4FODd { display:block; }
 }@media only screen and (max-width: 763px) { #iitZMD4VGvdqHwq4hiWNbKVeytVHJypo { width:4.375rem;height:2.625rem;top:3.375rem;left:14.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #roDzr90dotqx1pFlTPnGTgS4vdgPtCtT { display:block; }
 }@media only screen and (max-width: 763px) { #Fr6ruvevuzTuzI1w2PcxzkKIBQHKMryF { width:3.5rem;height:2.625rem;top:6.4375rem;left:12rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5N5HRerKPe2hKHWwF7AuxNA3TZMvih3 { display:block; }
 }@media only screen and (max-width: 763px) { #gcU0wTJHPSx7T2QM9guPbhuuuGRPOZIG { display:flex;width:1.25rem;height:1.25rem;top:7.125rem;left:15.375rem; }
 }@media only screen and (max-width: 763px) { #Zu70CuMu2lnSrnSvs8gBs2cGGyGqBAps { width:8.6875rem;height:2.3125rem;top:3.53125rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkaqGJm2UMq4UAatxg1i52ApZOyuIPnc { display:block; }
 }@media only screen and (max-width: 763px) { #wsSQNnJGk7tI08I9kmHKB0EbVp9mQTQW { display:block; }#wsSQNnJGk7tI08I9kmHKB0EbVp9mQTQW > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M3GOBp9B4HHBwMTizTn6epcIhKvN6cJz { width:11.0625rem;height:2.3125rem;top:7rem;left:5.75rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #nogGgdIVMzXuRsKSOrvJWAhfHaU47T6p { display:block; }
 }@media only screen and (max-width: 763px) { #ylLePTTzCUhMNLc4yX5TKtrv9SFVFfmL { width:5.1875rem;height:2.3125rem;top:9.3125rem;left:11.625rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #FVnOzEg96lgyau6AsZadOlxUNxv6QfoZ { display:block; }
 }@media only screen and (max-width: 763px) { #PczKZ45ZETZhWXENIHOxqLf8hhbiMP07 { width:5.125rem;height:2.3125rem;top:0rem;left:11.6875rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #h9uMApitWmngg6pTvPo2yPXi8n8szcrg { display:block; }
 }@media only screen and (max-width: 763px) { #XSGawSTEiE6oVTwaEzft3HSeDaPELXqE { width:3.875rem;height:2.3125rem;top:11.625rem;left:12.875rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #N4agiffAAPUFvWzhJE0UVAKmG4UKt5fo { display:block; }
 }@media only screen and (max-width: 763px) { #GfWXmeiGNS0bKpQxt9aT596BFaXQtCxU { width:3.625rem;height:2.3125rem;top:13.9375rem;left:13.125rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #KT5qeo85zfET41OI2S0Bfezhhu6rcyqH { display:block; }
 }@media only screen and (max-width: 763px) { #SluUSpEsMnV3Lwpc1mdTGKgaRLmua11k { width:9.375rem;height:2.3125rem;top:4.75rem;left:7.375rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #PL4gxpVcKgx8u0qesk48GDc4yr02tz1T { display:block; }
 }@media only screen and (max-width: 763px) { #nwRXTClOhkPZoATvnA0O5s63qMn0Q9yt { width:7.75rem;height:2.3125rem;top:2.3125rem;left:9.0625rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #u5wkWR6VDuXJILXItveuP3N7trHlSQmJ { display:block; }
 }@media only screen and (max-width: 763px) { #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { background-color:#eef2f1;background-image:none;display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { background-color: transparent; background-image: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .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); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { width:16.5rem;height:1.94965rem;top:0.76215362548825rem;left:0.87326395511625rem;font-size:1.625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #A1zTo2wheyc1sIEDWI7HVnkJFfLid27J { width:14.25rem;height:2.875rem;top:43.25rem;left:2.8750001192093rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J457OGvgpSz5fxR2s8mt0fEvq1WuoXMx { display:block; }
 }@media only screen and (max-width: 763px) { #A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { width:18.3125rem;height:2.625rem;top:2.7109375rem;left:0.84375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EtmkSdaXlxKmclJBxw4mAqyPdMQSFFge { width:12.25rem;height:12.25rem;top:5.4991321563721rem;left:3.8750001192093rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #V3uMucKUQu8l6PkF5rFlIUc0K0qdlTap { width:4.75rem;height:4.75rem;top:5.4991321563721rem;left:12.678819775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKDbtvAORy2DokgWxlHROKxLna0MTKxZ { width:11.8125rem;height:1.875rem;top:37.4375rem;left:0.875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OmoiccszVOLpIZ8MMid59fxgTJCETCOm { width:14.1875rem;height:2.75rem;top:19.804688453674rem;left:1.9618057012558rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMVHrLMxfLdMc20owE9B573spZ1uAwO2 { width:2.9375rem;height:4.125rem;top:5.4991321563721rem;left:3.9062501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl { width:3.375rem;height:4.125rem;top:15.124999046326rem;left:12.774305462837rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrP7iky4hMg6yC4W68OMXwhNafi2Ofg9 { width:4.625rem;height:4.75rem;top:5.4991321563721rem;left:12.678819775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDnnNesTogpwppJUnw3rTlQiKzWeypQI { width:12.375rem;height:1.349825rem;top:20.065971374512rem;left:2.1493057012558rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #veeAwTwk41qTxgdzcP9f6NJZucRXdPAU { width:13.75rem;height:0.974825rem;top:21.454860687256rem;left:2.2118057012558rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #T33Di53BXsFQgzgZstIyAUQPVMVV2UP8 { display:flex;width:1.625rem;height:1.625rem;top:39.4375rem;left:0.875rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #zixClI27egVOFPezqcyMO9KSxhSXt7Rq { display:flex;width:1.625rem;height:1.625rem;top:39.4375rem;left:2.875rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #z5OAorNnm5klJvls9EfA5E5Vg0Hw8wgb { display:flex;width:1.625rem;height:1.625rem;top:39.4375rem;left:4.875rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #yM7fDMeZSCXZUPfRbvFZmuiUNZazHWCB { width:3rem;height:1.5rem;top:24.4375rem;left:1.0625rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #drxkmKQfX5T7lzC9Q5WXDShoFEIwIpii { width:16.4375rem;height:2.69824375rem;top:26.0625rem;left:2.125rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #d7DU5uZTIoFhdKNOhk8XDrTFgJ3a1VAI { width:5.8125rem;height:1.5rem;top:30.625rem;left:0.875rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #f8ivWTF9ZyLNcXNEpUFOp0tPAZsgMv2z { width:13.1875rem;height:3.59765625rem;top:32.25rem;left:2.125rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #JKvTrKf890UeEyJTLlymFBaTnoApPKfU { display:flex;width:1rem;height:1rem;top:32.25rem;left:0.9375rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #wUT6HkhT7JgSkTpkuIMTDfTapE3E9dOa { display:flex;width:1rem;height:1rem;top:33.5rem;left:0.9375rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #MUa6DnIofiZPXVvMMPcFoUteHAJIlhks { display:flex;width:1rem;height:1rem;top:34.6875rem;left:0.9375rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #y9PBQlDpvAqI56MDzsfan9RKf4xR7QwN { display:flex;width:1rem;height:1rem;top:26.0625rem;left:1rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #N2ML5ko80ffzacIHPP0lKFAxCOA1XNZt { width:8.1875rem;height:16.6875rem;top:4.2100695371627rem;left:5.0295139551162rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQpT6BoWOUso5N9NCRF42veTuGfTKLfF { display:flex;width:1.625rem;height:1.625rem;top:39.4375rem;left:7rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #n8aTP9s2oxPotRbte5hDN8eMXSUecICJ { width:12.875rem;height:2.5rem;top:46.125rem;left:3.5625001192093rem;display:none; }
 }@media only screen and (max-width: 763px) { #UpgU6QoWExAKDuuJA5tDkRidGoBA62q4 { top:22.5546875rem;left:2.873046875rem;width:12.5rem;height:1.9375rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { display:block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { width:20rem;height:2.2744125rem;top:0.26823043823242rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kKbTh36uFZE1dM19nQNxPNrkBKTAVsN4 { display:block; }#kKbTh36uFZE1dM19nQNxPNrkBKTAVsN4 > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ks3gtOn2Pwh76ZUDuxXmODxmgpKfcoTa { width:20rem;height:9.746125rem;top:2.1875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #K65zq3gK87pzPD2VtkHreMzR9iPMRtxS { width:11rem;height:12rem;top:14.048608779908rem;left:4.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQI0ly6q5k21K8I9TFdkVtPVw5XTK54R { display:block; }#lQI0ly6q5k21K8I9TFdkVtPVw5XTK54R > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hhzEqMvUrT6q1XighIlfyMwML8505qTx { width:20rem;height:2.2744125rem;top:0.26822948455811rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #koov3ZgyQHTs4AlsWELSEbDSHfclHL6a { display:block; }#koov3ZgyQHTs4AlsWELSEbDSHfclHL6a > .row .container { width:20rem;height:56.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lQCaAZMvuyAsPNNnbwg5c5HORaE2fG2p { width:12.1875rem;height:12.1875rem;top:2.1875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2noUO9NHtu2ChzJIbTiANwuKkaJfLhC { width:11.5625rem;height:11.5625rem;top:2.5rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqFr3RQkdVylbfrBixwcJUTrhUCAo1fp { width:12.1875rem;height:12.1875rem;top:15.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKhZHrnsV6ka04N0mMuEIOh4kRDaG6La { width:11.5rem;height:3.1494125rem;top:10.125rem;left:4.25rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PJF8r2rfILiAPNhiKT1xsHbTO1mPNNn8 { width:11.5625rem;height:11.5625rem;top:15.9375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWNi5Mnxp4FlJAZ7tBDoB7Mqb0fcWrxF { width:11.375rem;height:2.0996125rem;top:24.062499523163rem;left:4.3125001192093rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #txMa58N09yLFl8VS1dZyzuOLUamZArZ6 { width:12.1875rem;height:12.1875rem;top:42.5rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEnBLT5qpKoobtSCbmNKOSQ0s9XILdyX { width:11.5625rem;height:11.5625rem;top:42.8125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyyTcoR6xVzhhQ6B6BDLIbClt7Kt9UQ7 { width:12.1875rem;height:12.1875rem;top:29.0625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k56OLmLIEzThSWpNSDbTkqUp7KCJbyJP { width:12.1875rem;height:3.1494125rem;top:50.687499046326rem;left:3.9062501192093rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KLdi1TPZgLyUP5DMPGZ5FxNS9SlpefCl { width:11.5625rem;height:11.5625rem;top:29.375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkZfPphEaEQbAgt6bzaDxiLLytW6JKy6 { width:12.375rem;height:3.1494125rem;top:36.800348281861rem;left:3.8125001192093rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hb2wTKI9m8K0zBzVsLOlXWcHA9JCV67R { display:flex;width:6.5625rem;height:6.5625rem;top:16.979167461395rem;left:6.7187501192094rem; }
 }@media only screen and (max-width: 763px) { #lqhehIdqNMzI0cZ4ITtfq0PEV4tLmfMo { display:flex;width:6.625rem;height:6.625rem;top:29.9921875rem;left:6.6875001192094rem; }
 }@media only screen and (max-width: 763px) { #TaCiTp5b78UIGJZkDVvD32gyd5yTD6Uo { display:flex;width:5.8125rem;height:5.8125rem;top:3.4375rem;left:7.125rem;font-size:5.25rem; }
 }@media only screen and (max-width: 763px) { #GBoTCaowJMIkc6ubBZ4DSebl60NmFoNb { display:flex;width:6.6875rem;height:6.6875rem;top:44.055554866791rem;left:6.6562501192094rem; }
 }@media only screen and (max-width: 763px) { #dlcxZH5llGtcnyr22kLeBIO01nhh6zGf { display:block; }#dlcxZH5llGtcnyr22kLeBIO01nhh6zGf > .row .container { width:20rem;height:2.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gI9VnwGsmTE5WTgdFNq4TL57AkUf9Adp { width:20rem;height:2.2744125rem;top:0.14322948455811rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MKCvSZKocLQXxQehPgkRC9D9PPZQWUT2 { display:block; }#MKCvSZKocLQXxQehPgkRC9D9PPZQWUT2 > .row .container { width:20rem;height:17.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pf9k1T7fXczKi6Rly96CTiJcMJiLBXDt { width:17.0625rem;height:10.125rem;top:5.1875rem;left:1.9375001192093rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #F9k0vdLKguCNxQBQ1nXPT0FB9hrSnbn0 { display:flex;width:1rem;height:1rem;top:5.1875rem;left:0.9375rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #SOW3AffXW463DiATlKtktTgz2ibFOBZn { display:flex;width:1rem;height:1rem;top:6.4375rem;left:0.9375rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #Gm7gSycrrPFdwTeoQfE0tSZKZci6IukX { display:flex;width:1rem;height:1rem;top:8.6875rem;left:0.9375rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #llFVoZZQzJWLgIQOlLRPKTfzk3OMueEo { width:20rem;height:1.3125rem;top:2.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gs0deh1WIsBuA6TngIO4BpkQtmD0LHsq { display:flex;width:1rem;height:1rem;top:14.25rem;left:0.9375rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #IRfdpvlTDnw4SU7iXBnNRvgQwtEvNulg { display:flex;width:1rem;height:1rem;top:12rem;left:0.9375rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #D1nwPMCL4eVkRP7FcdN0ITDtObaVESzL { display:flex;width:1rem;height:1rem;top:10.875rem;left:0.9375rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #W7LqcCryQq3qHGlJhCc53Sf0JovwlOiq { display:block; }#W7LqcCryQq3qHGlJhCc53Sf0JovwlOiq > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bl9ZU6H4DV4nPTgqfVd2KnREIkazrmZz { width:20rem;height:2.2744125rem;top:0.26822662353516rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RGPWEy07HJeckK9E5o8OKmGMGfT7IUQG { display:block; }#RGPWEy07HJeckK9E5o8OKmGMGfT7IUQG > .row .container { width:20rem;height:76.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OS7P5eLcT2cxbsh2BGga1nn8OqoHZVH2 { width:8.75rem;height:5.1875rem;top:5.5rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJ58TR8L7VTa46u8qT6Q9uQicnITlTlU { width:8.25rem;height:4.75rem;top:5.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbMc2PCNTfHcloxA1ZNyFCbSDZEAQNyX { width:6.9375rem;height:1.04980625rem;top:6.9375rem;left:1.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #m2FwPbGm1yqaMZSFfE3TEoXcKEktaKrV { width:20rem;height:1.75rem;top:2.21875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaGrHehPzkXtrqkJry14USvcs2ZOfKJt { width:5.8125rem;height:1.2744125rem;top:7.9375rem;left:2.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pQiCLQC4nM9LHpkTrWahk70HVgEoHNgw { width:8.75rem;height:5.1875rem;top:5.5625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5oKJyzivGwBz5rCzTz9BAH9iO9PUOXM { width:8.25rem;height:4.75rem;top:5.8125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBLBNlX3RHTZUNFFMzmrE7nlAdl0T52T { width:7.375rem;height:1.04980625rem;top:7rem;left:10.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mhxJFb2GfHx0asSOTsQP4ah98aTO0Sqt { width:6.8125rem;height:1.2744125rem;top:7.9375rem;left:11.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #X5xSAD5pm5hCcp3ebxR31nZ7hOC5Cyz1 { width:8.75rem;height:5.1875rem;top:11.625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9bGziqXbHBTg8PmE981Vw5DMIMb853d { width:8.25rem;height:4.75rem;top:11.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUyHUHT5H30P9sKaUaiaTl7uf6PedmZX { width:6.75rem;height:1.04980625rem;top:13.0625rem;left:1.875rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sG95lPTSUf4Im16ikITLpK48KV8UG8Ib { width:5.875rem;height:1.2744125rem;top:14.125rem;left:2.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #r5VoHxpthgpozb1DdS0rgGL2uCZkEdzo { width:8.75rem;height:5.1875rem;top:11.625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vm4nonKF5Vwtsw3P7hy3Z7qq6V0eW7lQ { width:8.25rem;height:4.75rem;top:11.875rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #POXGgOQxVRdO0QRQNQeobGrgHWVA61XC { width:8.25rem;height:1.04980625rem;top:13.0625rem;left:10.5rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nqG5BDVetb41wOk8x3VCEposrI7qWDM9 { width:6.9375rem;height:1.2744125rem;top:14.125rem;left:11.1875rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UOZnen1B81TnB69HFzroUdx8bsFxRBAr { width:8.75rem;height:5.1875rem;top:28.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nG9f0p5n2A9964Nbekd6MOkA0XKueiIN { width:20rem;height:1.75rem;top:19.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhzuUODDhbEQNzX0ovr05GXBKVKRXbrI { width:8.125rem;height:4.6875rem;top:29.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSiiT4IUDpX8ovPxUCvv5IiGTlJxguMu { width:8.75rem;height:5.1875rem;top:22.75rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiyGJh36cTfLFpqiU07Kw0guiWum9i4z { width:8.1875rem;height:4.6875rem;top:23rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIkuFSFe4k5ksmvTXi8ehWEzi9KlSQgt { width:6rem;height:1.04980625rem;top:24.1875rem;left:11.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EqsMiTyDtQdgzXo0X6SyzsFl1wew5kZi { width:7.3125rem;height:2.0996125rem;top:29.8125rem;left:1.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #axDJdRk3sd6IXcGTdQElFzqagb9eEaka { width:8rem;height:1.2744125rem;top:25.25rem;left:10.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vXb0kEg8xkKVZI4Gzk9ByuRQAOioNmHM { width:4.625rem;height:1.2744125rem;top:31.875rem;left:2.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PJDxWsa07PQ3tyVsptwSZXJGqgdh9UpE { width:8.75rem;height:5.1875rem;top:22.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rwd3e5WbowlFJsCSJDi1aFLeNbubkQbV { width:8.75rem;height:5.1875rem;top:28.875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyRCw5czXhT3XXdX9BwJk57SdbsAITd2 { width:8.1875rem;height:4.75rem;top:23rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhADFvxVGITzBLh45w2EOGOZDwQHM9yt { width:8.125rem;height:4.6875rem;top:29.125rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEyynOAqVH8ppJe6yocaeS1TToRQOTKC { width:7.375rem;height:1.04980625rem;top:24.1875rem;left:1.625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RyARxvX5tafhrdTZ5CqTHEqiW14M5oWX { width:4.8125rem;height:1.2744125rem;top:25.25rem;left:2.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SM4OTGSax1T0Pr6KfTSbqmGAwkiC5o1i { width:8.125rem;height:2.0996125rem;top:29.8125rem;left:10.625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HwCetSHV4GMt6pyPVVENt1A3uA4JMLuO { width:3.875rem;height:1.2744125rem;top:31.9375rem;left:12.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Ekq74m6DTZUQvIpxzra0x864uHfievO1 { width:8.75rem;height:5.1875rem;top:46rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yr9NhIFCkWg0mWLSHRdb03s2Xyvunb8t { width:8.125rem;height:4.6875rem;top:46.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRZmQ6S5ITD5pMcL6bnlROTkczeZ0Wor { width:20rem;height:1.75rem;top:36.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0RnBBEZCgwpCNbkiHt3n8ggD3lIJ3ii { width:8.75rem;height:5.1875rem;top:39.875rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCHitNGgFCQP5V79beZWamgaHgW2ScaO { width:8.125rem;height:4.6875rem;top:40.125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Las9vaFb2qtIJbI22Hbua4sEEJSaXikU { width:7.75rem;height:1.04980625rem;top:41.3125rem;left:10.75rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #I4gXsLvodyqRTEOk7E6d9wqgVvFzEDob { width:8.8125rem;height:2.0996125rem;top:46.9375rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UAcPOgzZTdLF5hxG3UNp0EoHiZBpwxn3 { width:5.5rem;height:1.2744125rem;top:42.375rem;left:11.875rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #N5aU9O2fXnasmvDQk1TJe6pm7IrmzOFB { width:5.125rem;height:1.2744125rem;top:49rem;left:2.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MxAJGeINyx137UHhVi4hp6m19bJqcgVx { width:8.75rem;height:5.1875rem;top:39.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHESdfD6U5LbVwyVPxgGlZLXvsbLEe5i { width:8.125rem;height:4.6875rem;top:40.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvlhRA6GbTvmLqMAXcmewfPFT0ikMp0D { width:6.8125rem;height:1.04980625rem;top:41.375rem;left:1.875rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XXt46xhqzrJ1tSy69OylMXEC66mXuBSS { width:12.5rem;height:5.1875rem;top:52.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDkmMHtrSutFSqfLsFUsQIqdoTKFFxb3 { width:8.75rem;height:5.1875rem;top:46rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rD9fwQA3ysnLaMHx85hqsCqEnTvsFVW1 { width:12rem;height:4.6875rem;top:52.375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ney1T59VA1VRHQolF28VNZnaMzP6cMam { width:8rem;height:4.6875rem;top:46.25rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwnbmHg51Dp4fCgUDu9g9RB18f0bHlxq { width:5.75rem;height:1.125rem;top:42.4375rem;left:2.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #it9PK2001FIDFbSVJABvnNtG2vLXCCdQ { width:7.625rem;height:1.04980625rem;top:53.5625rem;left:6.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nOZL6VTP86JFCZg72FNuLhdbJsz9iLst { width:5.8125rem;height:2.0996125rem;top:46.9375rem;left:11.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RTlrI9qPzmAlOk0vGbOS2lIkZJCdfmoW { width:4.9375rem;height:1.2744125rem;top:49rem;left:12.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #t2szNvHCgPnC4NFtIJ0TVDUVGWEIRL3Z { width:11.8125rem;height:1.2744125rem;top:54.625rem;left:4.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UKJ20MFzfnD7u1inewRiw0tgXC3FkvkM { width:12.5rem;height:5rem;top:69.0625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #we7ep7ptHPF88eOAp9FA5ppgoi46KQZU { width:12rem;height:4.625rem;top:69.25rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTKgKTZNoOHri1POLaM0yg2mSZLLH5g8 { width:14.5625rem;height:1.04980625rem;top:70.4375rem;left:2.75rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #IlwsCLRmwT7TzeEZBT1iy2O17TQ5qMCZ { width:10.5625rem;height:1.2744125rem;top:71.4375rem;left:4.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #bAo3LnAoQhJnnexZPTp2X2E86kFez8HP { width:20rem;height:1.75rem;top:59.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSG2w6l8vzDDMBgAxnfWCELTKTmhdBz1 { width:8.75rem;height:5rem;top:63.125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW9rvd4ZL3F3F6HfnLEQHdllyTJawfJZ { width:8.125rem;height:4.625rem;top:63.3125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCl5kfnDAaM3Vw1ETihrq85eTCWoobxb { width:7.8125rem;height:2.0996125rem;top:64rem;left:10.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hVf6MbZWKs7OtWTUTRf2mKpiQDxy7fXn { width:4.125rem;height:1.2744125rem;top:66rem;left:12.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #oTWuQn6eNFM923KXVmSkkco4BzGnNX6h { width:8.75rem;height:5rem;top:63.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTUZTOPaNLcURe9aVCB12DTCOUZIIyzT { width:8.125rem;height:4.625rem;top:63.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCNqI5aSSHtNWT2QRVtGuHVBeoU4Lweo { width:6.75rem;height:1.04980625rem;top:64.5625rem;left:1.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #O1HZeV0ei8SARoRRioJLoMOE39m8UbXg { width:4.25rem;height:1.125rem;top:65.625rem;left:3.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Af4tJ9G8ggRw87QFi1UnkvTF3fVSgyK8 { display:block; }#Af4tJ9G8ggRw87QFi1UnkvTF3fVSgyK8 > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gCgZpdZrek2tA5o2slmJxhsDoBwvf2ZT { width:20rem;height:2.2744125rem;top:0.26736068725586rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ihX5ITttxpKE8AmagdQbxpX6tl0XcF6p { display:block; }#ihX5ITttxpKE8AmagdQbxpX6tl0XcF6p > .row .container { width:20rem;height:70.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTJKt3K0TiOU32rH3gWbLFdIMm6EltJy { width:12.1875rem;height:12.1875rem;top:2.3125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IarnHMQS6fGO3CBotlygenSEw69uWTBV { width:11.5625rem;height:11.5625rem;top:2.625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXR5HU10VxGamrvRg4KCDFrKPk56NuTb { width:12.1875rem;height:12.1875rem;top:15.75rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmEQcfr5NsMJFlNEsMTJCrAzzoCxS8nM { width:10.625rem;height:2.0996125rem;top:11.25rem;left:4.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TeVtMtpBRQA3EtU2JsialI31tcTJM8VN { width:11.5625rem;height:11.5625rem;top:16.061631202698rem;left:4.2187501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWFyRryKiSlUXoAWyA7bNTVOeJx1IlzP { width:11.6875rem;height:2.0996125rem;top:24.750000953674rem;left:4.1562501192093rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RnPkRXssEiUBTiHsTTFgO7ZSmcLH7AG4 { width:12.1875rem;height:12.1875rem;top:29.1875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0VMiWL6PxlD5ssaJHgnoZPsS6M5qroT { width:12.1875rem;height:12.1875rem;top:42.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZZS133kt6RBVxVcVW3UgLzqarw7BkaL { width:11.5625rem;height:11.5625rem;top:29.5rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT6nGxwQpQZvypu3RXpk2biw5E0SMTlr { width:11.5625rem;height:11.5625rem;top:42.9375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HezbSxQTqFZZGVEgq95l8uPiFUMwn7K8 { width:10.6875rem;height:3.1494125rem;top:37.054688453674rem;left:4.6562501192093rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uPugmMW1o6bdN2wQp8nFVzgiUkeq02Hd { width:10.875rem;height:2.0996125rem;top:51.75rem;left:4.5625001192093rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vq9ag2RyFlziy0TXtMTQW6e95zkCG7Ic { display:flex;width:7.1875rem;height:7.1875rem;top:44rem;left:6.4062501192094rem; }
 }@media only screen and (max-width: 763px) { #y1BLqFJhdQFi04lW3UMfUKseRI3oOUW0 { display:flex;width:6.875rem;height:6.875rem;top:17.03125rem;left:6.5625001192094rem; }
 }@media only screen and (max-width: 763px) { #VTkSVm3xUpLRiwxIhva86dUVwzrZEAuF { display:flex;width:7.125rem;height:7.125rem;top:3.1875rem;left:6.4375rem;font-size:5.25rem; }
 }@media only screen and (max-width: 763px) { #KmetmHPErtQu8oTmQ4pSyIBT47OiWOqg { display:flex;width:6.5rem;height:6.5rem;top:30.554688453674rem;left:6.7500001192094rem; }
 }@media only screen and (max-width: 763px) { #OdIDMDTlBlEG4ASRqTtss0WfSGryAfXy { width:12.1875rem;height:12.1875rem;top:56.0625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTXUU2NvJFFThk4VLrOH4y1MVawpuNc3 { width:11.5625rem;height:11.5625rem;top:56.375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RO7IW1Mr92LdZ506g7tczmNRG3oDIH9y { display:flex;width:6.6875rem;height:6.6875rem;top:57.305557250976rem;left:6.6562501192094rem; }
 }@media only screen and (max-width: 763px) { #MM3vwlp7goJka8TToq1yTBDWEC8rCTlH { width:11rem;height:3.1494125rem;top:63.993057250975rem;left:4.5000001192093rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BWAJBNBrO2znTA3eWkXP0o2XX2pqkWwP { display:block; }#BWAJBNBrO2znTA3eWkXP0o2XX2pqkWwP > .row .container { width:20rem;height:2.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bQFhRtQWdm4BzhAHLVrflE3whx0GxwvK { width:20rem;height:2.2744125rem;top:0.14236068725586rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d1XhFkAIBws590Pk1Bp4STXFmCvRtFEh { display:block; }#d1XhFkAIBws590Pk1Bp4STXFmCvRtFEh > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rPwk3LVSzOH7cJIOUxo1QnXFPtLwkcaR { display:flex;width:1rem;height:1rem;top:2.25rem;left:0.5rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #w55kCTmkMpKOPRIkLepQt0gaICw4KdEN { width:18.0625rem;height:9rem;top:2.1875rem;left:1.5rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #qQwuNJ4hdoTcCAWrRMKfGsnoROmmvZah { display:flex;width:1rem;height:1rem;top:4.5rem;left:0.5rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #KXxnB0sOe3kwM6heqkPD6aUWpTrqxkx1 { display:flex;width:1rem;height:1rem;top:5.625rem;left:0.5rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #Eka1n3xsMgp6uOsVP4TtmTOaKlwVuKrG { display:flex;width:1rem;height:1rem;top:7.9375rem;left:0.5rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #exviKFLgtei6nL8BpsNeIpnRHWkDhWKz { display:flex;width:1rem;height:1rem;top:10.125rem;left:0.5rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #qNAqPdGf0TZwRH6iunAV2eOo9To8lbzZ { display:block; }#qNAqPdGf0TZwRH6iunAV2eOo9To8lbzZ > .row .container { width:20rem;height:15.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TW44dFvpgXfW99ftShJ12ycvW1R5vRz1 { width:17.4375rem;height:3.673825rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZMLIZ2Z84NH2CTqbFw9kUVddSg6hcW7 { width:12.375rem;height:12.8125rem;top:2.9375rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yenp8rcv0uwvgLN34xFK2vUHuQXuHZcm { width:8.875rem;height:2.75rem;top:6.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkqMR7sTQxRqer7WeOTQTRn6tW3Pzrsw { display:block; }
 }@media only screen and (max-width: 763px) { #MH4OPho7nfuVXv2IDOE7LhvsJAbS08bE { display:block; }#MH4OPho7nfuVXv2IDOE7LhvsJAbS08bE > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pkTQb4dd91QanpDLgt4VBTcvLEu2QIo6 { width:8.375rem;height:0.8125rem;top:10.8125rem;left:10.4375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T9Ck1ZoLPKskN0FT5izSzVqZURyKqidf { width:4.4375rem;height:0.8125rem;top:11.8125rem;left:10.4375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B2pTOdToeyVg5SirawuwoFFoo2EiDykx { display:flex;width:0.8125rem;height:0.8125rem;top:8.5625rem;left:18.8125rem;font-size:0.5625rem; }
#B2pTOdToeyVg5SirawuwoFFoo2EiDykx > img { max-width: 100%;max-height:100%; width:0.8125rem; height:0.8125rem; } }@media only screen and (max-width: 763px) { #wQ30s9Gi0n4sNzTeNSkZXX9l2M1ldUkT { display:flex;width:0.9375rem;height:0.9375rem;top:10.625rem;left:18.75rem;font-size:0.625rem; }
#wQ30s9Gi0n4sNzTeNSkZXX9l2M1ldUkT > img { max-width: 100%;max-height:100%; width:0.9375rem; height:0.9375rem; } }@media only screen and (max-width: 763px) { #rk8FaTu26KuoKMZ891SwaKoF6N6UMvv0 { display:flex;width:0.9375rem;height:0.9375rem;top:12.8125rem;left:18.75rem;font-size:0.625rem; }
#rk8FaTu26KuoKMZ891SwaKoF6N6UMvv0 > img { max-width: 100%;max-height:100%; width:0.9375rem; height:0.9375rem; } }@media only screen and (max-width: 763px) { #wdNgvJd9Ub56PBqgu8q1mMD5zrJJTbbM { display:flex;width:0.8125rem;height:0.8125rem;top:15rem;left:18.8125rem;font-size:0.5625rem; }
#wdNgvJd9Ub56PBqgu8q1mMD5zrJJTbbM > img { max-width: 100%;max-height:100%; width:0.8125rem; height:0.8125rem; } }@media only screen and (max-width: 763px) { #GvVQwtB5ia5oteT3qa9LSv8RXVeKUPrn { width:12.5rem;height:0.6494125rem;top:25.6181640625rem;left:3.75rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ubDTAFLMKUUBbAckAWBDmGMqef2X4Mq8 { width:6.125rem;height:0.9746125rem;top:9.7119140625rem;left:10.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #koulbMSO3AyUTqQwOWSQ5qJdCxJD0mwz { width:4.6875rem;height:0.9746125rem;top:1.080078125rem;left:10.375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RXZ0qUtErnWcfCRF8AXPt5RGR76QWJaa { width:14.875rem;height:1.625rem;top:18.0625rem;left:2.5625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XoOS8XFiGhkHQZkJvegU6i2sT8JqI9oe { width:9.5rem;height:0.9746125rem;top:1.080078125rem;left:0.375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G42euKDqDRC9g511kSIQfrsLvUMAbPtN { width:10rem;height:0.8125rem;top:2.875rem;left:0.5rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CUFC4ECV9A8V7kn2b5QNgRbaOWftHqsd { width:12.5rem;height:0;top:32.4375rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #bzysOZmFkqkOXnrJ36LLTWikAFGKrxFP { width:14.25rem;height:0;top:34.1953125rem;left:2.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #lfNshv2ArRFhlT6wE47K6ryZJHLTCpvb { width:4.6875rem;height:0.9746125rem;top:16.6875rem;left:7.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hmtdSG6JzmDXVnud6tCy05tC3gZcraNA { width:15.0625rem;height:2.5rem;top:20.8125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cypt2cel9S5KCQEbnazsOBUp5OUlfTFO { display:block; }
 }@media only screen and (max-width: 763px) { #qVl8Lwbwn5XepzTpafepJBrru3dEV5XQ { width:10rem;height:0.8125rem;top:3.8125rem;left:0.4375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iXIHacEEvl09T3ez0A8J5XT9e43CDDOr { width:9.5rem;height:10rem;top:4.625rem;left:0.4375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FNGKwC7PEd8gkKTi9hUcBgrTTTvfwTEx { width:9.1875rem;height:5rem;top:2.875rem;left:10.4375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tRpVo6IbdoQgxvuCQrTFW0TOcQqGias0 { top:6.5625rem;left:18.5rem;width:1.4375rem;height:12.625rem;z-index:15014;background-color:rgba(20,53,60,0.1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #hbHKAkZQ5MCAE7EAFm4uLWw335NdI608 { display:flex;width:0.9375rem;height:0.9375rem;top:16.875rem;left:18.75rem;font-size:0.625rem; }
#hbHKAkZQ5MCAE7EAFm4uLWw335NdI608 > img { max-width: 100%;max-height:100%; width:0.9375rem; height:0.9375rem; } }