.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;
}body { background-color:#f6f6f6;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;overflow:visible;position:relative;display:block; }#lrDNmPeNKQm4BXfpDPodI3EqKbBsF4o7 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:12.625rem;top:0.9375rem;left:1.875rem;overflow:hidden;display:block; }
#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9de6fe12-713c-48a3-85a6-39283c67e4ba/BGLanding2i.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q.adaptive-delivery-prevent-bg, #VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q.lazyload, #VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q.lazyloading { background-image: none; }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q > .row .container { background-color: transparent; background-image: none; }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q > .row .container > .video-iframe-container { display: none; }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q > .row > .video-iframe-container { display: none; }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q > .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); }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q > .row .container { border-width: 0; border-radius: 0; }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:75rem;position:relative;display:block; }#mFxGGC4xM7PZI1nVBWQITZiJb9WN6ciW { color:#333333;display:block;width:28.125rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:22.125rem;left:1.875rem;height:3.8997375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ncz3QoV7urmQJyhDCoZGoT3N7abgmCnX { position:absolute;display:block;z-index:15004;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:31.25rem;width:40.5rem;top:3.5451393127441rem;left:34.499132156372rem;overflow:hidden;display:block; }
#PpLAVbltD0dumyCsaSgDVcTLTIWexMAS { position:absolute;display:block;z-index:15005;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:8.4375rem;width:28.3125rem;top:10.5rem;left:1.875rem;overflow:hidden;display:block; }
#OcN2IorvKrm1TfUN0s7q4EusGVOm4eUQ { background-color:#ff5f30;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:29.4375rem;left:1.875rem;display:block; }
#zgHdHqEyBCxkAPH2iuvxADg3BTkMRXec { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ar4oSqlqbhSU6JHCHl6mTkLl9tvLxCir { background-color:#ff5f30;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:35.686850309372rem;left:1.875rem;display:block; }
#Rv8DK0dpZ36KdXNeltDocFU7sdle7iI0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wxvl1wPnmiK7gTwVSxgso1MvTX32L35n { background-color:#ff5f30;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:29.436850547791rem;left:17.686634063721rem;display:none; }
#E5Ui3BBxMDTe086aXgn9EdgTJIHb3ARO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wO9IRsMTaq6ArAKf39rvsevxvvVqOrgD { 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; }#wO9IRsMTaq6ArAKf39rvsevxvvVqOrgD > .row .container { background-color: transparent; background-image: none; }#wO9IRsMTaq6ArAKf39rvsevxvvVqOrgD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wO9IRsMTaq6ArAKf39rvsevxvvVqOrgD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wO9IRsMTaq6ArAKf39rvsevxvvVqOrgD > .row .container > .video-iframe-container { display: none; }#wO9IRsMTaq6ArAKf39rvsevxvvVqOrgD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wO9IRsMTaq6ArAKf39rvsevxvvVqOrgD > .row > .video-iframe-container { display: none; }#wO9IRsMTaq6ArAKf39rvsevxvvVqOrgD > .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); }#wO9IRsMTaq6ArAKf39rvsevxvvVqOrgD > .row .container { border-width: 0; border-radius: 0; }#wO9IRsMTaq6ArAKf39rvsevxvvVqOrgD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wO9IRsMTaq6ArAKf39rvsevxvvVqOrgD > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:75rem;position:relative;display:block; }#i02vABNEr50ifgbQEVvT0KQr34TW3ThL { color:#000000;display:block;width:57.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.2196197509766rem;left:8.7812519073488rem;height:7.313375rem;text-align:center;text-align-last:center;display:block; }
#iODugFA6ag18PThpda0WcOFKLDpchyQH { position:relative;display:block; }#iODugFA6ag18PThpda0WcOFKLDpchyQH { background-color: transparent; background-image: none; }#iODugFA6ag18PThpda0WcOFKLDpchyQH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iODugFA6ag18PThpda0WcOFKLDpchyQH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iODugFA6ag18PThpda0WcOFKLDpchyQH > .row .container > .video-iframe-container { display: none; }#iODugFA6ag18PThpda0WcOFKLDpchyQH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iODugFA6ag18PThpda0WcOFKLDpchyQH > .row > .video-iframe-container { display: none; }#iODugFA6ag18PThpda0WcOFKLDpchyQH > .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); }#iODugFA6ag18PThpda0WcOFKLDpchyQH { border-width: 0; border-radius: 0; }#iODugFA6ag18PThpda0WcOFKLDpchyQH > .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; }#iODugFA6ag18PThpda0WcOFKLDpchyQH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:40rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MzOfEV3q4VZV41nyBNiiNx4l2yGcp8uc { color:#333333;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.8125rem;left:31.250001907349rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dG0hTAsDEBCNN3DoCwPc3xGvEMgvKTyg { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:9.375rem;top:16.5rem;left:4.0625rem;overflow:hidden;display:block; }
#ZsBM7UJvTblPbXC8RJ90sAJ7WO75NS5M { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:25.373264312744rem;left:3.53125rem;height:6.816375rem;text-align:left;text-align-last:left;display:block; }
#si2LmnBz9xxXZI0rQ9VepQQpUsJkriMi { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:6.125rem;top:16.593748092651rem;left:20.156251907349rem;overflow:hidden;display:block; }
#CqzTAdATDlX2o6bgFLgXpzUzIhgDrM0O { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:7.125rem;top:16.53125rem;left:33.937501907349rem;overflow:hidden;display:block; }
#sXmLnDb2FyHTTuA0K061yEeLHMTLAIN9 { color:#000000;display:block;width:35.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.530381679535rem;left:19.875001907349rem;height:2.92535rem;text-align:center;text-align-last:center;display:block; }
#dpLKdOyMBT2ev7blNxTtdA2TWgIeh5ht { background-color:#ff5f30;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:11.8125rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:20.875rem;left:3rem;display:block; }
#TOusNoyBQkQlXOWBgLZ1ysD6lw1DyibP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fCABzic2X0PddhuguWPpJAbX4NpdaioW { background-color:#ff5f30;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:11.8125rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:20.875rem;left:17.3125rem;display:block; }
#e94lUvdM2v1h27ZhLuZVOWIr3pG889V2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m7I0LQOmeXq52K4U4BA8wkuJV5R2TJzD { background-color:#ff5f30;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:11.8125rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:20.875rem;left:31.625rem;display:block; }
#xESIS5OToqx4cnDMwczbD5MwWO89evk4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TFkiKDlxVGTiM87PtfeKyMr2RObCbx18 { background-color:#ff5f30;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:11.8125rem;height:3.125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:20.875rem;left:45.875rem;display:block; }
#gwkUSq4oSa6aBVRrrVIH6OiuSAUw3IWT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TB5SX0NDTMm7TPc50T37d1DT50QDaDTI { background-color:#ff5f30;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:11.8125rem;height:3.125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:20.875rem;left:60.1875rem;display:block; }
#XgqxQMqPqptq4RamdWlra4s9rwQ6MsHf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tTkCXH0EviT9fkhEW6unTxZEHgTE9EPT { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:8rem;top:16.53125rem;left:47.780385971069rem;overflow:hidden;display:block; }
#R94u63GTLW0er4p1TCIT1z9bs08rukHW { position:absolute;display:block;z-index:15015;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:4.375rem;width:9.6875rem;top:15.46875rem;left:61.25rem;overflow:hidden;display:block; }
#Ksc7DNZI9C1PckmzXwtINtIspiLZ8FC7 { box-sizing:content-box;height:0.3125rem;width:9.375rem;position:absolute;display:block;z-index:15016;background-color:#ff5f30;background-image:none;top:11.443576812744rem;left:32.812501907349rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#HQvGBlCxyVEgE2kzSTzF2w3qxqT2repf { background-color:transparent;background-image:none;border-top:0.125rem solid #ff5f30;border-left:0.125rem solid #ff5f30;border-right:0.125rem solid #ff5f30;border-bottom:0.125rem solid #ff5f30;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#333333;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:11.7152775rem;height:3.0277775rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:24.780383110046rem;left:17.3125rem;display:block; }
#KIyX6WIzWeOu5laOGTh93uEivkAFvHrT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wCAsmchGQdsBsuQcLsd2CDDIQE8Zuu3u { background-color:transparent;background-image:none;border-top:0.125rem solid #ff5f30;border-left:0.125rem solid #ff5f30;border-right:0.125rem solid #ff5f30;border-bottom:0.125rem solid #ff5f30;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#333333;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:11.6180275rem;height:2.92969rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:24.828993797302rem;left:31.641494750976rem;display:block; }
#lKLN6HfxviMHK3OA8bmBtvbIJ80CqZ04 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cA5PoV34PULmfOhCGmNhyLBHu2KRfO0M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff5f30;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; }#cA5PoV34PULmfOhCGmNhyLBHu2KRfO0M > .row .container { background-color: transparent; background-image: none; }#cA5PoV34PULmfOhCGmNhyLBHu2KRfO0M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cA5PoV34PULmfOhCGmNhyLBHu2KRfO0M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cA5PoV34PULmfOhCGmNhyLBHu2KRfO0M > .row .container > .video-iframe-container { display: none; }#cA5PoV34PULmfOhCGmNhyLBHu2KRfO0M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cA5PoV34PULmfOhCGmNhyLBHu2KRfO0M > .row > .video-iframe-container { display: none; }#cA5PoV34PULmfOhCGmNhyLBHu2KRfO0M > .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); }#cA5PoV34PULmfOhCGmNhyLBHu2KRfO0M > .row .container { border-width: 0; border-radius: 0; }#cA5PoV34PULmfOhCGmNhyLBHu2KRfO0M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cA5PoV34PULmfOhCGmNhyLBHu2KRfO0M > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#aLAbr02yR0SBESUWf2pUDtJvaxqyMTO3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:68.75rem;top:2.03125rem;left:3.125rem;overflow:hidden;display:block; }
#izfk97uK4XT7kohUTGVn1eaq2NCNeM9z { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:13.6875rem;display:none; }
#xHkX6gbT845Rn43Cb4uou2SMUcTm3wi5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#xHkX6gbT845Rn43Cb4uou2SMUcTm3wi5 > .row .container { background-color: transparent; background-image: none; }#xHkX6gbT845Rn43Cb4uou2SMUcTm3wi5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xHkX6gbT845Rn43Cb4uou2SMUcTm3wi5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xHkX6gbT845Rn43Cb4uou2SMUcTm3wi5 > .row .container > .video-iframe-container { display: none; }#xHkX6gbT845Rn43Cb4uou2SMUcTm3wi5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xHkX6gbT845Rn43Cb4uou2SMUcTm3wi5 > .row > .video-iframe-container { display: none; }#xHkX6gbT845Rn43Cb4uou2SMUcTm3wi5 > .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); }#xHkX6gbT845Rn43Cb4uou2SMUcTm3wi5 > .row .container { border-width: 0; border-radius: 0; }#xHkX6gbT845Rn43Cb4uou2SMUcTm3wi5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xHkX6gbT845Rn43Cb4uou2SMUcTm3wi5 > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#AfHrc1cM4clzazpNVkKetwt7MlAv6WTm { box-sizing:content-box;height:27.4991875rem;width:22.5rem;position:absolute;display:block;z-index:15147;background-color:#ffffff;background-image:none;top:2.5rem;left:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#KIxnGK79aTWQaT5u6s6sZeVaWQi7D6UW { color:#333333;display:block;width:16.2491875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15199;line-height:1;letter-spacing:0;top:4.625rem;left:4.4375rem;height:1.2503875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hPsiZJk8aIxEsGQzfU5Q1SltPP6hXKWb { box-sizing:content-box;height:0.12421875rem;width:18.75rem;position:absolute;display:block;z-index:15199;background-color:#333333;background-image:none;top:6.6875rem;left:3.125rem;display:block; }
#zt8zDQmsUJuPT2FNrbmzeZML9GKyIitr { color:#ff5f30;display:block;width:16.187125rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15187;line-height:1.4;letter-spacing:0;top:8.75rem;left:4.375rem;height:2.4500875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aHrVLDQ1JVyv3E7lDPDeVZhhx8EceE2T { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15186;line-height:1.3;letter-spacing:0;top:11.125rem;left:3.125rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cHCMUXwDDq5F1ZBu0RNtfhCFfXVzdU5H { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15186;line-height:1.3;letter-spacing:0;top:14.4375rem;left:3.125rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oo2gxvzbNuty862CSCSpyFRVnfHh6AB9 { color:#333333;display:block;width:15.375rem;position:absolute;font-family:"geologica dx";font-size:1.25rem;font-weight:normal;z-index:15192;line-height:1.3;letter-spacing:0;top:18.8125rem;left:4.8125rem;height:3.2487rem;text-align:center;text-align-last:center;display:block; }
#Z5nW5daO6vVJIrye7FoOG0qWmr2uHEZy { background-color:#ff5f30;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.6241875rem;height:2.49960625rem;text-decoration:none;z-index:15192;text-align:center;text-align-last:center;top:25.6875rem;left:7.1875rem;display:block; }
#HX5nLWi4oMdTyzL4GgUgc6L9BbzQMdnO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a5sTs0l0PBFTqTzWbzGlGBoy709oaUkV { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.99921875rem;width:1.99921875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15192;opacity:1;top:4.25rem;left:19.9375rem; }
#slGnPCrILLaNDhVKMsdAFx0wJJh4iOok { box-sizing:content-box;height:27.4980625rem;width:22.5rem;position:absolute;display:block;z-index:15138;background-color:#ffffff;background-image:none;top:2.5rem;left:26.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#bDSChmUmBJkMH8qqPFqFXzG4lzpwB3Dl { color:#333333;display:block;width:16.2480625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15190;line-height:1;letter-spacing:0;top:4.6875rem;left:29.5rem;height:1.2503875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ti0ncfm4xhu8Shpa8HJA2kUAlSTMzylb { box-sizing:content-box;height:0.12421875rem;width:18.75rem;position:absolute;display:block;z-index:15190;background-color:#333333;background-image:none;top:6.75rem;left:28.1875rem;display:block; }
#Cfzc7netg7OeSyxS2Jpwy7ystT0srqyq { color:#ff5f30;display:block;width:16.187125rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15185;line-height:1.4;letter-spacing:0;top:8.6875rem;left:29.5rem;height:2.4500875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TZI9KJENdVJ7E3lJI0I7nBvngQ9JBRfy { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15184;line-height:1.3;letter-spacing:0;top:11.25rem;left:28.1875rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EpLnxh7fwo568bVPXxpFsvTSVKKuwnkB { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15186;line-height:1.3;letter-spacing:0;top:13.875rem;left:28.1875rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZizkvQTp7PTSUCQIzOrwfCnZFVye792S { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.99921875rem;width:1.99921875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15193;opacity:1;top:4.3125rem;left:45rem; }
#rNO9mMNxJ5ET5zQscVFAXsnI9mRn3a1M { box-sizing:content-box;height:27.4980625rem;width:22.5rem;position:absolute;display:block;z-index:15138;background-color:#ffffff;background-image:none;top:2.5rem;left:51.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#g82ouzivULPSyeTCkoeZBF6flKMwlJiV { color:#333333;display:block;width:16.2480625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15190;line-height:1;letter-spacing:0;top:4.6875rem;left:54.5rem;height:1.2503875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qGzUIOK3Egdy97aKg9KrCtEtsfC5wt5H { box-sizing:content-box;height:0.12421875rem;width:18.75rem;position:absolute;display:block;z-index:15190;background-color:#333333;background-image:none;top:6.75rem;left:53.1875rem;display:block; }
#f9IpuqD1wAA9Esb23E3oTKqm31zXTatX { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15185;line-height:1.3;letter-spacing:0;top:13.875rem;left:53.1875rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XBruZVkCngfdfLAEhlTlUw8D7QWUTpim { color:#ff5f30;display:block;width:16.187125rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15186;line-height:1.4;letter-spacing:0;top:8.8125rem;left:54.4375rem;height:2.4500875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PRyxWgQValQxxVOCNdgAQpSfiEKzul8z { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15185;line-height:1.3;letter-spacing:0;top:11.25rem;left:53.1875rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IS3okbW7NG1mD22MK7bx6EKZ6FiTLSuk { color:#333333;display:block;width:15.375rem;position:absolute;font-family:"geologica dx";font-size:1.25rem;font-weight:normal;z-index:15190;line-height:1.3;letter-spacing:0;top:18rem;left:29.875rem;height:3.2487rem;text-align:center;text-align-last:center;display:block; }
#eXzhzTVtHQtA13J79XuN8ZxOA7GFsgMO { color:#333333;display:block;width:15.375rem;position:absolute;font-family:"geologica dx";font-size:1.25rem;font-weight:normal;z-index:15191;line-height:1.3;letter-spacing:0;top:18rem;left:54.875rem;height:3.2487rem;text-align:center;text-align-last:center;display:block; }
#K4xFEWCMzr5TarDTRDlezbWuHlVG3LfI { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.99921875rem;width:1.99921875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15202;opacity:1;top:4.3125rem;left:70rem; }
#uhHVbBNGfffbgrTqyCA3mamGdNEdyPOQ { background-color:#ff5f30;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.6230625rem;height:2.4984375rem;text-decoration:none;z-index:15191;text-align:center;text-align-last:center;top:25.6875rem;left:57.25rem;display:block; }
#qvfwheX1VGaCH2LPRe0exM0Q6MWtvwXC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JvedVItVOpGExXT7b4TZVAhLbSgqTHcT { background-color:#ff5f30;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.6230625rem;height:2.4984375rem;text-decoration:none;z-index:15192;text-align:center;text-align-last:center;top:25.6875rem;left:32.25rem;display:block; }
#LccsRbMXKfeydHMTQCUAsdOnayQkJ4NG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FcLU4OXV3ndVgFx8V3TmGKZBoAn0CeMI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#FcLU4OXV3ndVgFx8V3TmGKZBoAn0CeMI > .row .container { background-color: transparent; background-image: none; }#FcLU4OXV3ndVgFx8V3TmGKZBoAn0CeMI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FcLU4OXV3ndVgFx8V3TmGKZBoAn0CeMI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FcLU4OXV3ndVgFx8V3TmGKZBoAn0CeMI > .row .container > .video-iframe-container { display: none; }#FcLU4OXV3ndVgFx8V3TmGKZBoAn0CeMI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FcLU4OXV3ndVgFx8V3TmGKZBoAn0CeMI > .row > .video-iframe-container { display: none; }#FcLU4OXV3ndVgFx8V3TmGKZBoAn0CeMI > .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); }#FcLU4OXV3ndVgFx8V3TmGKZBoAn0CeMI > .row .container { border-width: 0; border-radius: 0; }#FcLU4OXV3ndVgFx8V3TmGKZBoAn0CeMI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FcLU4OXV3ndVgFx8V3TmGKZBoAn0CeMI > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#VPzifyD32BLvgTKQ93Q6itITvSTQLso3 { box-sizing:content-box;height:27.4991875rem;width:22.5rem;position:absolute;display:block;z-index:15147;background-color:#ffffff;background-image:none;top:2.375rem;left:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#sW76tWQm2CQabnb1Rmquyq1HlSlzI9yu { color:#333333;display:block;width:16.2491875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15199;line-height:1;letter-spacing:0;top:4.5rem;left:4.4375rem;height:1.2503875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h2qQgb4Ep7fyO11BlGUTHmqFocw02nOT { box-sizing:content-box;height:0.12421875rem;width:18.75rem;position:absolute;display:block;z-index:15199;background-color:#333333;background-image:none;top:6.5625rem;left:3.125rem;display:block; }
#nF2srJFPth37GMePpBEI588FEUrqJ3c5 { color:#ff5f30;display:block;width:16.187125rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15187;line-height:1.4;letter-spacing:0;top:8.625rem;left:4.375rem;height:2.4500875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pFUinHvUhUMhciTvVqhb2LuIDlSTT89G { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15186;line-height:1.3;letter-spacing:0;top:11rem;left:3.125rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FUuS2Rk9FlHbTkL6m3niyI7aoZvqRnOD { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15187;line-height:1.3;letter-spacing:0;top:13.75rem;left:3.1875rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p2FIV7b8vKJgbqe6UlNHVWcyaV4uVB43 { color:#333333;display:block;width:15.375rem;position:absolute;font-family:"geologica dx";font-size:1.25rem;font-weight:normal;z-index:15192;line-height:1.3;letter-spacing:0;top:17.8125rem;left:4.8125rem;height:3.2487rem;text-align:center;text-align-last:center;display:block; }
#Gd6KoBwt0EX5TXv2HuNapWTdWRf6QHrk { background-color:#ff5f30;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.6241875rem;height:2.49960625rem;text-decoration:none;z-index:15192;text-align:center;text-align-last:center;top:25.5625rem;left:7.1875rem;display:block; }
#vXLlxoOm2cFZRavP3aPpwLIh7F8327Fc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QMG3MTH9OGdPmDXXwRyDkZMcVN9heTgP { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.99921875rem;width:1.99921875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15194;opacity:1;top:4.125rem;left:19.9375rem; }
#qceRo964ccQIQg8RJ4lGuhthRhGWecuD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#14467c;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; }#qceRo964ccQIQg8RJ4lGuhthRhGWecuD > .row .container { background-color: transparent; background-image: none; }#qceRo964ccQIQg8RJ4lGuhthRhGWecuD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qceRo964ccQIQg8RJ4lGuhthRhGWecuD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qceRo964ccQIQg8RJ4lGuhthRhGWecuD > .row .container > .video-iframe-container { display: none; }#qceRo964ccQIQg8RJ4lGuhthRhGWecuD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qceRo964ccQIQg8RJ4lGuhthRhGWecuD > .row > .video-iframe-container { display: none; }#qceRo964ccQIQg8RJ4lGuhthRhGWecuD > .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); }#qceRo964ccQIQg8RJ4lGuhthRhGWecuD > .row .container { border-width: 0; border-radius: 0; }#qceRo964ccQIQg8RJ4lGuhthRhGWecuD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qceRo964ccQIQg8RJ4lGuhthRhGWecuD > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#CSBL8SCDGtA6fLdTiMUg7xzkDg02NM9C { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:68.75rem;top:1.84375rem;left:3.125rem;overflow:hidden;display:block; }
#PKfrEacNhPI6EpMDlADsPlQontl0SdFq { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.125rem;width:75rem;display:none; }
#H6FmVh4RSD0dIlo80TqVWVod6oZEVW7E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#H6FmVh4RSD0dIlo80TqVWVod6oZEVW7E > .row .container { background-color: transparent; background-image: none; }#H6FmVh4RSD0dIlo80TqVWVod6oZEVW7E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H6FmVh4RSD0dIlo80TqVWVod6oZEVW7E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H6FmVh4RSD0dIlo80TqVWVod6oZEVW7E > .row .container > .video-iframe-container { display: none; }#H6FmVh4RSD0dIlo80TqVWVod6oZEVW7E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H6FmVh4RSD0dIlo80TqVWVod6oZEVW7E > .row > .video-iframe-container { display: none; }#H6FmVh4RSD0dIlo80TqVWVod6oZEVW7E > .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); }#H6FmVh4RSD0dIlo80TqVWVod6oZEVW7E > .row .container { border-width: 0; border-radius: 0; }#H6FmVh4RSD0dIlo80TqVWVod6oZEVW7E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H6FmVh4RSD0dIlo80TqVWVod6oZEVW7E > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#c4ImJmok7ZlS1p7xJkqZZm9mVkCCiRCO { box-sizing:content-box;height:27.4991875rem;width:22.5rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;top:3.125rem;left:1.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#IpoapLg7pdPbEQSymZvfeNr1xkiLZbel { color:#333333;display:block;width:16.2491875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15199;line-height:1;letter-spacing:0;top:5.25rem;left:4.5625rem;height:1.2503875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GcIdpNttPhShCTQzD8OTO7rPuwf2z0s7 { box-sizing:content-box;height:0.12421875rem;width:18.75rem;position:absolute;display:block;z-index:15199;background-color:#333333;background-image:none;top:7.3125rem;left:3.25rem;display:block; }
#oWlymSZKLVBH4JeMfk1BPf5GiF1eMa9S { color:#14467c;display:block;width:16.187125rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15187;line-height:1.4;letter-spacing:0;top:9.375rem;left:4.5rem;height:2.4500875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VBDlypoIZluvH5HiCRpe5dLfTIw72DOR { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15186;line-height:1.3;letter-spacing:0;top:11.75rem;left:3.25rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gIdh5I2sNMElEC2npTWBdCLhEeQreyDK { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15187;line-height:1.3;letter-spacing:0;top:14.5rem;left:3.3125rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eA5qy3FLyrfByaZTcC3d5VuEMlGiwV8X { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.99921875rem;width:1.99921875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15194;opacity:1;top:4.875rem;left:20.0625rem; }
#DpEQitXH5US6rT0EdCRmv14wOg7nkUKl { color:#333333;display:block;width:12.499rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:23.3125rem;left:6.2490234375rem;height:2.2721375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#niVVcxyTLMbP8BlmRhS5likB6Ve3neC2 { background-color:#00457c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.5019375rem;height:2.37734375rem;text-decoration:none;z-index:15192;text-align:center;text-align-last:center;top:26.3125rem;left:7.3125rem;display:block; }
#OkdEN7HTmeveBGXCnuZpvc0RfKgXmdxB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QDqdMZZTp4Nh0ECKwVTZIhELcbyb77mq { box-sizing:content-box;height:27.499rem;width:22.5rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;top:3.125rem;left:26.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#RxTJMcvuF15mWT9baTGm1gGWZpTHl5Tz { box-sizing:content-box;height:0.12402375rem;width:18.75rem;position:absolute;display:block;z-index:15199;background-color:#333333;background-image:none;top:7.3125rem;left:28.125rem;display:block; }
#dODsXf9hzqT1eCMK9vBKDsmVLc2PkXxt { color:#333333;display:block;width:16.249rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15199;line-height:1;letter-spacing:0;top:5.25rem;left:29.4375rem;height:1.2503875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kk4Q8Kq11mb7TgVVMcbfc61d3rIA7dSi { color:#14467c;display:block;width:16.1865rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15187;line-height:1.4;letter-spacing:0;top:9.375rem;left:29.375rem;height:2.4500875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#moxk2T25Kzh24CuwyDXQ8nS5aFyM2Kzo { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15186;line-height:1.3;letter-spacing:0;top:11.75rem;left:28.125rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AlQ5XdaioucS4TFzbDfnGGAH27umJqzf { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15187;line-height:1.3;letter-spacing:0;top:14.5rem;left:28.125000476837rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dWu7pqQxCdGsxB8wzMMxfyxenbpWy7Dm { color:#333333;display:block;width:17.6230625rem;position:absolute;font-family:"geologica dx";font-size:1.125rem;font-weight:normal;z-index:15192;line-height:1.3;letter-spacing:0;top:18.375rem;left:28.6875rem;height:2.92535rem;text-align:center;text-align-last:center;display:block; }
#kvanblIsyngxlH3Lq7u1667fDEyhkHgL { color:#333333;display:block;width:12.4980625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:23.3125rem;left:31.25rem;height:2.2721375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O3MGS675JreT9JSTIszsbRX7MKUGC2v7 { background-color:#00457c;background-image:none;border-top:0.125rem solid #14467c;border-left:0.125rem solid #14467c;border-right:0.125rem solid #14467c;border-bottom:0.125rem solid #14467c;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.501rem;height:2.37695rem;text-decoration:none;z-index:15192;text-align:center;text-align-last:center;top:26.3125rem;left:32.1875rem;display:block; }
#gMnN1W6MDOleI6RwPk1ZENHAyTaiDKBP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pU96TyuaWQNPM2mRqIZFCadB1pJyotOG { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.999025rem;width:1.999025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15194;opacity:1;top:4.875rem;left:44.9375rem; }
#XoSRprKvFTpZI2vsWqben7wHv7l90Rry { box-sizing:content-box;height:27.4980625rem;width:22.4980625rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;top:3.1875rem;left:51.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#GBx46T6nOeCgZEqq3stvGD45BcTd4X2T { box-sizing:content-box;height:0.123046875rem;width:18.7480625rem;position:absolute;display:block;z-index:15199;background-color:#333333;background-image:none;top:7.375rem;left:53.1875rem;display:block; }
#Lk7PgtyoXBfAdEWBtTvTc9iURR5JRC3d { color:#333333;display:block;width:16.2480625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15199;line-height:1;letter-spacing:0;top:5.3125rem;left:54.5rem;height:1.2503875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mxwZk1ZJMDEmno00l4ziID2rJq7naWWw { color:#14467c;display:block;width:16.1855625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15187;line-height:1.4;letter-spacing:0;top:9.4375rem;left:54.4375rem;height:2.4500875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VvzrqKtJcHl0zU2UJmZZfXTuquRIcr8y { color:#333333;display:block;width:18.7480625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15186;line-height:1.3;letter-spacing:0;top:11.8125rem;left:53.1875rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cTdwCqrpgbgMUSQuFc4dDyZfTWmugtuu { color:#333333;display:block;width:18.7470625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15187;line-height:1.3;letter-spacing:0;top:14.5625rem;left:53.25rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e8e3f4NtfSLAiAdNW6xFSPCLar1wmgTr { color:#333333;display:block;width:15.3720625rem;position:absolute;font-family:"geologica dx";font-size:1.125rem;font-weight:normal;z-index:15192;line-height:1.3;letter-spacing:0;top:18.4375rem;left:54.9375rem;height:2.92535rem;text-align:center;text-align-last:center;display:block; }
#Q8sAnSAydHnT4vs1uVM9ET7lZEnkIT1E { color:#333333;display:block;width:12.4980625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:23.3125rem;left:56.25rem;height:2.2721375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S10OfngNAbKAemVxw4Dw2gLVSaS9Wcgd { background-color:#00457c;background-image:none;border-top:0.125rem solid #14467c;border-left:0.125rem solid #14467c;border-right:0.125rem solid #14467c;border-bottom:0.125rem solid #14467c;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.4404375rem;height:2.313475rem;text-decoration:none;z-index:15192;text-align:center;text-align-last:center;top:26.3408203125rem;left:57.2783203125rem;display:block; }
#Oc7u6IB4uBckreUb548S7nhy9Q2lzncT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mvN6KWUau34wsgn3ToHU4PQwRfirzvaR { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.99706875rem;width:1.99706875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15194;opacity:1;top:4.9375rem;left:70rem; }
#zZtC5vEV2X6xVoHFTqENGLfx5nWPUwGB { color:#333333;display:block;width:17.6230625rem;position:absolute;font-family:"geologica dx";font-size:1.125rem;font-weight:normal;z-index:15193;line-height:1.3;letter-spacing:0;top:18.375rem;left:3.8125rem;height:2.92535rem;text-align:center;text-align-last:center;display:block; }
#nqb3RxqtKSXibdC6WmT86INNPDOKcXEs { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15187;line-height:1.3;letter-spacing:0;top:11.75rem;left:3.125rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZIOHIe0lEHr7xL06szWec8P8xEUDgA7V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#ZIOHIe0lEHr7xL06szWec8P8xEUDgA7V > .row .container { background-color: transparent; background-image: none; }#ZIOHIe0lEHr7xL06szWec8P8xEUDgA7V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZIOHIe0lEHr7xL06szWec8P8xEUDgA7V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZIOHIe0lEHr7xL06szWec8P8xEUDgA7V > .row .container > .video-iframe-container { display: none; }#ZIOHIe0lEHr7xL06szWec8P8xEUDgA7V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZIOHIe0lEHr7xL06szWec8P8xEUDgA7V > .row > .video-iframe-container { display: none; }#ZIOHIe0lEHr7xL06szWec8P8xEUDgA7V > .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); }#ZIOHIe0lEHr7xL06szWec8P8xEUDgA7V > .row .container { border-width: 0; border-radius: 0; }#ZIOHIe0lEHr7xL06szWec8P8xEUDgA7V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZIOHIe0lEHr7xL06szWec8P8xEUDgA7V > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#GOb6CVp2xgyRWBKqIsIT71K9vQugWhqw { box-sizing:content-box;height:27.4980625rem;width:22.4980625rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;top:2.1875rem;left:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#k5hc940M6tMJTiKJlEugD8p6NoOsaEXU { color:#333333;display:block;width:16.2480625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15190;line-height:1;letter-spacing:0;top:4.375rem;left:4.4375rem;height:1.2503875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CddFsuZ719samE9THURsvAaXhOgiqMxq { box-sizing:content-box;height:0.123046875rem;width:18.7480625rem;position:absolute;display:block;z-index:15190;background-color:#333333;background-image:none;top:6.4375rem;left:3.125rem;display:block; }
#uc7wSuzTvBtWeEmgDdmhTq4zvPwBsxBU { color:#14467c;display:block;width:16.1855625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15185;line-height:1.4;letter-spacing:0;top:8.375rem;left:4.375rem;height:2.4500875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XAh3yE0pFtqVV1Gra9IEQzVpFaCrHgKP { color:#333333;display:block;width:18.7480625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15184;line-height:1.3;letter-spacing:0;top:10.9375rem;left:3.125rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tg96Cyk0D3ZaJhErJmJmsO3QgLbynMpC { color:#333333;display:block;width:18.7480625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15186;line-height:1.3;letter-spacing:0;top:13.625rem;left:3.125rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UvclewHMRIBDRQ39K68uMknV3TST6026 { color:#333333;display:block;width:15.3730625rem;position:absolute;font-family:"geologica dx";font-size:1.125rem;font-weight:normal;z-index:15190;line-height:1.3;letter-spacing:0;top:17.561849594116rem;left:4.8125rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#NoxzmPO3h37nnXaJvFVraGIVdeZr5TUS { color:#333333;display:block;width:12.4980625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:22.3125rem;left:6.25rem;height:2.2721375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dTqRBWksdK1toL0rUAhKuuBPmPn7zBZk { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.99706875rem;width:1.99706875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15193;opacity:1;top:4rem;left:19.9375rem; }
#Nnc4TsbQH4Tm43WcQqw5SOuyAhzAGRJz { background-color:#00457c;background-image:none;border-top:0.125rem solid #14467c;border-left:0.125rem solid #14467c;border-right:0.125rem solid #14467c;border-bottom:0.125rem solid #14467c;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.318375rem;height:2.19238125rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:25.375rem;left:7.1875rem;display:block; }
#Ih2unl5VwSgoei6xyWwoqNeS0sV402vJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F8KLuGzROu9SOtIviFbvs6LO36WZVC80 { box-sizing:content-box;height:27.499rem;width:22.5rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;top:2.1875rem;left:26.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#zAFRWzumQR6nQuapUv3micRrhERFrBhV { color:#333333;display:block;width:16.249rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15199;line-height:1;letter-spacing:0;top:4.3125rem;left:29.4375rem;height:1.2503875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JKUWANHhc3Jk2PdFJ0dNBz4QLw168TTe { box-sizing:content-box;height:0.12402375rem;width:18.75rem;position:absolute;display:block;z-index:15199;background-color:#333333;background-image:none;top:6.375rem;left:28.125rem;display:block; }
#L9gpGLZzcynXFV9aeJ61Bx5pSRvMqh7B { color:#14467c;display:block;width:16.1865rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15187;line-height:1.4;letter-spacing:0;top:8.4375rem;left:29.375rem;height:2.4500875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eGCU6angKWxRLui3hmqz143VR0JW3yyC { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15186;line-height:1.3;letter-spacing:0;top:10.8125rem;left:28.125rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iOpf6XAdvTvJ0kblkb0ZJiF7SGy42GWB { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15187;line-height:1.3;letter-spacing:0;top:13.5625rem;left:28.1875rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rb6IXTGhQJw449TgRqTAbRIVzTArNRhy { color:#333333;display:block;width:17.5rem;position:absolute;font-family:"geologica dx";font-size:1.125rem;font-weight:normal;z-index:15192;line-height:1.3;letter-spacing:0;top:16.625rem;left:28.750000476837rem;height:4.388025rem;text-align:center;text-align-last:center;display:block; }
#lD6GIrznd7suvF6ClJSURTnlo6CBd5SD { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.999025rem;width:1.999025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15194;opacity:1;top:3.9375rem;left:44.9375rem; }
#ReQsg36akCy2KA4FDzJUkpBOUqX0OWTR { color:#333333;display:block;width:12.4980625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:22.3125rem;left:31.25rem;height:2.2721375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uC8Ou1QZlISUB3qntWxdQJTUO4aqKms5 { background-color:#00457c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.501rem;height:2.37695rem;text-decoration:none;z-index:15192;text-align:center;text-align-last:center;top:25.375rem;left:32.1875rem;display:block; }
#ZPMo9TTVI2vr4mtCBN2urkc0OuKeL7w1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IcizKOg5mVnbwuGB3nnKPcKvrnapBbiR { box-sizing:content-box;height:27.499rem;width:22.5rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;top:2.1875rem;left:51.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#vBeARRVa9RCkbl5DnHDxd005qkhPRmB5 { color:#333333;display:block;width:16.249rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15190;line-height:1;letter-spacing:0;top:4.3125rem;left:54.4375rem;height:1.2503875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Fl2UDi9I6Rw84BlnIR5mOxLphTK89c2R { box-sizing:content-box;height:0.12402375rem;width:18.75rem;position:absolute;display:block;z-index:15190;background-color:#333333;background-image:none;top:6.375rem;left:53.125rem;display:block; }
#qdG8kdknSi4qK2ORWcmX3WRzNxoCR68l { color:#14467c;display:block;width:16.1865rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15186;line-height:1.4;letter-spacing:0;top:8.4375rem;left:54.375rem;height:2.4500875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z4XT1KsMZDtiF8GQAmHAJE1edtkAGfOF { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15185;line-height:1.3;letter-spacing:0;top:10.8125rem;left:53.125rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HREDqEsfbDXdnV9koFJwvuSdKcuvvq8K { color:#333333;display:block;width:18.7480625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15187;line-height:1.3;letter-spacing:0;top:13.4375rem;left:53.25rem;height:2.7604125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AeQSDXVN5UBqDH8PUKycMB3TcGpLGnS0 { color:#333333;display:block;width:19.5605625rem;position:absolute;font-family:"geologica dx";font-size:1.125rem;font-weight:normal;z-index:15191;line-height:1.3;letter-spacing:0;top:16.625rem;left:52.8125rem;height:4.38801875rem;text-align:center;text-align-last:center;display:block; }
#nXn7HRr2vkBo8RSlnKTGnKnvzdZJlW5r { color:#333333;display:block;width:12.4980625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:22.3125rem;left:56.25rem;height:2.2721375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UyMZChJAWUT2tpzbUIxN5SJ1Ln5xil01 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.999025rem;width:1.999025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15194;opacity:1;top:3.9375rem;left:69.9375rem; }
#evHaUQSvesmWaapfJOVpANqIuDow7w51 { background-color:#00457c;background-image:none;border-top:0.125rem solid #14467c;border-left:0.125rem solid #14467c;border-right:0.125rem solid #14467c;border-bottom:0.125rem solid #14467c;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.306625rem;height:2.1806625rem;text-decoration:none;z-index:15194;text-align:center;text-align-last:center;top:25.4375rem;left:57.25rem;display:block; }
#z1mWIHvhhBTQptLyMhDFN8rAKEZrXUZo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AyCbl4cTAGTa84MHTAoE1iSifwgXsIs9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#AyCbl4cTAGTa84MHTAoE1iSifwgXsIs9 > .row .container { background-color: transparent; background-image: none; }#AyCbl4cTAGTa84MHTAoE1iSifwgXsIs9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AyCbl4cTAGTa84MHTAoE1iSifwgXsIs9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AyCbl4cTAGTa84MHTAoE1iSifwgXsIs9 > .row .container > .video-iframe-container { display: none; }#AyCbl4cTAGTa84MHTAoE1iSifwgXsIs9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AyCbl4cTAGTa84MHTAoE1iSifwgXsIs9 > .row > .video-iframe-container { display: none; }#AyCbl4cTAGTa84MHTAoE1iSifwgXsIs9 > .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); }#AyCbl4cTAGTa84MHTAoE1iSifwgXsIs9 > .row .container { border-width: 0; border-radius: 0; }#AyCbl4cTAGTa84MHTAoE1iSifwgXsIs9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AyCbl4cTAGTa84MHTAoE1iSifwgXsIs9 > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#WCSXiQ5XQ2TsuOrIChrxuQpLSB5zD7Ih { box-sizing:content-box;height:27.4980625rem;width:22.5rem;position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;top:3.125rem;left:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#UKGSZT7tNkUQTIvwWVBGL8tF1xciW1Rb { color:#333333;display:block;width:16.2480625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15209;line-height:1;letter-spacing:0;top:5.25rem;left:4.4375rem;height:1.2503875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pCi2QqLoXXRVKu7uQapAd34q0CObfztp { box-sizing:content-box;height:0.12402375rem;width:18.75rem;position:absolute;display:block;z-index:15209;background-color:#333333;background-image:none;top:7.3125rem;left:3.125rem;display:block; }
#tOPteCd90i6NDJolZ7q17SBipmSQS9ht { color:#14467c;display:block;width:16.1865rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15197;line-height:1.4;letter-spacing:0;top:9.375rem;left:4.375rem;height:2.4500875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zsW7CoS66f2RDqfhU6S557WOw6AgM3TM { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15196;line-height:1.3;letter-spacing:0;top:11.75rem;left:3.125rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GiWCxh7ey9maTMavya105Znr6IvFIqiP { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15197;line-height:1.3;letter-spacing:0;top:14.5rem;left:3.1875rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T7O6Im1cNgOtsiSQGXkiJW9mo5QX67Hx { color:#333333;display:block;width:15.375rem;position:absolute;font-family:"geologica dx";font-size:1.125rem;font-weight:normal;z-index:15202;line-height:1.3;letter-spacing:0;top:17.5625rem;left:4.8125rem;height:2.92535rem;text-align:center;text-align-last:center;display:block; }
#fRLNoTxcVSv7BmdU68yipuihrLw0Zi70 { color:#333333;display:block;width:12.4980625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:23.3125rem;left:6.25rem;height:2.2721375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BJozT9yreFcxUDnk9ZR5iq4q4ELwtgNk { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.999025rem;width:1.999025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15204;opacity:1;top:4.875rem;left:19.9375rem; }
#aDSQEw2CPaNiXVKh3vg9chql4sKQ2JlN { background-color:#00457c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.4755625rem;height:2.3515625rem;text-decoration:none;z-index:15202;text-align:center;text-align-last:center;top:26.3125rem;left:7.1875rem;display:block; }
#pdlgGiSBMQkpfsq9w8fc7rs7hkNyFQdc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jq5LL4kMeapgXcwbB1fRSbfW9zrTDSVJ { box-sizing:content-box;height:27.4980625rem;width:22.5rem;position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;top:3.25rem;left:26.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#ngk08oPwmH7qRnVno6QHfOVwqhF5wWkN { color:#333333;display:block;width:16.2480625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15209;line-height:1;letter-spacing:0;top:5.375rem;left:29.4375rem;height:1.2503875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RERG63Jk3VxtGTudaNf0RuDhfDwrOIEh { box-sizing:content-box;height:0.12402375rem;width:18.75rem;position:absolute;display:block;z-index:15209;background-color:#333333;background-image:none;top:7.4375rem;left:28.125rem;display:block; }
#BBxZHykdHVrJpcVHIO43Wg9V46yASTUu { color:#14467c;display:block;width:16.1855625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15197;line-height:1.4;letter-spacing:0;top:9.5rem;left:29.375rem;height:2.4500875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FTaRGOtsNZIRiaknzCTR0Mgmf9INLc8s { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15196;line-height:1.3;letter-spacing:0;top:11.875rem;left:28.125rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uSEJ0k0RybT5q04PARpO7okIIK4AF5LQ { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15197;line-height:1.3;letter-spacing:0;top:14.625rem;left:28.1875rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qN0KyFzV0iTWiW3caeVZISIUcf9Vqsyw { color:#333333;display:block;width:15.375rem;position:absolute;font-family:"geologica dx";font-size:1.125rem;font-weight:normal;z-index:15202;line-height:1.3;letter-spacing:0;top:17.6875rem;left:29.8125rem;height:2.92535rem;text-align:center;text-align-last:center;display:block; }
#h5x5WlTE4mbfVNd5mBSELhJdwmBUCHnT { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.999025rem;width:1.999025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15204;opacity:1;top:5rem;left:44.9375rem; }
#QZp9GtmkT20ra7CZRMQ72b8FDmEd6fqF { color:#333333;display:block;width:12.4980625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:23.3125rem;left:31.25rem;height:2.2721375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v6aa4pUlg09rh96Mg8s1JuLlRWT5cJvb { background-color:#00457c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.474625rem;height:2.3515625rem;text-decoration:none;z-index:15202;text-align:center;text-align-last:center;top:26.4375rem;left:32.1875rem;display:block; }
#Cck2yirT9AtUBSSzUgexyFefd11PD8cC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RzNu2uEIyReZDNhFA5uSCivvBIWNgc2C { box-sizing:content-box;height:27.4980625rem;width:22.5rem;position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;top:3.25rem;left:51.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#disGQdes9y3tGKuFkwHoZmDDVXO4n8bc { color:#333333;display:block;width:16.2480625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15209;line-height:1;letter-spacing:0;top:5.375rem;left:54.4375rem;height:1.2503875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cXCpSBtyNTg5siE1Xbwm7TiQvCE4TVNr { box-sizing:content-box;height:0.12402375rem;width:18.75rem;position:absolute;display:block;z-index:15209;background-color:#333333;background-image:none;top:7.4375rem;left:53.125rem;display:block; }
#PmWVFF0C4WO93iUkz7xwcCMXwk5yTSJX { color:#14467c;display:block;width:16.1855625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15197;line-height:1.4;letter-spacing:0;top:8.8125rem;left:54.375rem;height:2.4500875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QRQiyIWQwLITzOpBOfvLsCNZaqLcTsBT { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15196;line-height:1.3;letter-spacing:0;top:11.1875rem;left:53.125rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vnS0toXKyhct6nx2GpDSSAMiFULaN2ex { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15197;line-height:1.3;letter-spacing:0;top:14.0625rem;left:53.125rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vX3OBaknkZbrVyTCkMi8EFCzIFIXA6X4 { color:#333333;display:block;width:20.9355625rem;position:absolute;font-family:"geologica dx";font-size:1.125rem;font-weight:normal;z-index:15202;line-height:1.3;letter-spacing:0;top:17.6875rem;left:52rem;height:4.38801875rem;text-align:center;text-align-last:center;display:block; }
#em6mRrqwkxlPoUZ9Ap3TfcPUbNkJai8f { color:#333333;display:block;width:12.4980625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:23.3125rem;left:56.25rem;height:2.2721375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QEeHxDeXVF50GlNN32bb6AO0sqIwdLw5 { background-color:#00457c;background-image:none;border-top:0.125rem solid #14467c;border-left:0.125rem solid #14467c;border-right:0.125rem solid #14467c;border-bottom:0.125rem solid #14467c;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.597625rem;height:2.47265625rem;text-decoration:none;z-index:15202;text-align:center;text-align-last:center;top:26.4375rem;left:57.1875rem;display:block; }
#ufyKvx6zWaJvm7Jhv5p6Ev6KyNTB40H9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MZLUdAgKMBPZtTI97CdRWfDr5A4Jebt1 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.999025rem;width:1.999025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15204;opacity:1;top:5rem;left:69.9375rem; }
#EEUbtTkkPCgWfLawAspxeyarN0ni4kxh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#EEUbtTkkPCgWfLawAspxeyarN0ni4kxh > .row .container { background-color: transparent; background-image: none; }#EEUbtTkkPCgWfLawAspxeyarN0ni4kxh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EEUbtTkkPCgWfLawAspxeyarN0ni4kxh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EEUbtTkkPCgWfLawAspxeyarN0ni4kxh > .row .container > .video-iframe-container { display: none; }#EEUbtTkkPCgWfLawAspxeyarN0ni4kxh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EEUbtTkkPCgWfLawAspxeyarN0ni4kxh > .row > .video-iframe-container { display: none; }#EEUbtTkkPCgWfLawAspxeyarN0ni4kxh > .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); }#EEUbtTkkPCgWfLawAspxeyarN0ni4kxh > .row .container { border-width: 0; border-radius: 0; }#EEUbtTkkPCgWfLawAspxeyarN0ni4kxh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EEUbtTkkPCgWfLawAspxeyarN0ni4kxh > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#FClxTOfhEcmb1FHK3ex1UKO0BBcapPa6 { box-sizing:content-box;height:27.499rem;width:22.5rem;position:absolute;display:block;z-index:15037;background-color:#ffffff;background-image:none;top:2rem;left:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#KBofs50oVuLCBbpHcM3KyWPCOXxmBFlN { box-sizing:content-box;height:0.12402375rem;width:18.75rem;position:absolute;display:block;z-index:15219;background-color:#333333;background-image:none;top:6.1875rem;left:3.125rem;display:block; }
#dC9DTL3D4aCFoA2n0iSmayNGVM5EHNhE { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15206;line-height:1.3;letter-spacing:0;top:10.625rem;left:3.125rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wqqqe8yFA9KlWdlnXxuABXbOv3t51EHH { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15207;line-height:1.3;letter-spacing:0;top:12.767578125rem;left:3.125rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GHgEVrOZss6rvv89DaMv89mQflLdwa06 { color:#333333;display:block;width:20.9365rem;position:absolute;font-family:"geologica dx";font-size:1.125rem;font-weight:normal;z-index:15212;line-height:1.3;letter-spacing:0;top:16.4375rem;left:1.8125rem;height:4.38801875rem;text-align:center;text-align-last:center;display:block; }
#bWJiBe2TKEqpXSzt9mPT9GpZLndZUt8N { color:#333333;display:block;width:16.249rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15219;line-height:1;letter-spacing:0;top:4.125rem;left:4.4375rem;height:1.2503875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sgAHkiCCGTAwDOkpnwLVdKFIQzUTKFv3 { color:#14467c;display:block;width:16.1865rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15207;line-height:1.4;letter-spacing:0;top:8.25rem;left:4.375rem;height:2.4500875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V3p5Q6B1WOFWSl7sAb8RGmavbT8MA591 { color:#333333;display:block;width:12.4980625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:22.4375rem;left:6.25rem;height:2.2721375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h2M18OcaSi87zTk3Cm0z5Tzdi3qUIc2n { background-color:#00457c;background-image:none;border-top:0.125rem solid #14467c;border-left:0.125rem solid #14467c;border-right:0.125rem solid #14467c;border-bottom:0.125rem solid #14467c;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.598625rem;height:2.47363125rem;text-decoration:none;z-index:15212;text-align:center;text-align-last:center;top:25.1875rem;left:7.1875rem;display:block; }
#CuTSiTCJzPvETt8rxm8fXJgZTCJWq02n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#glQBBbksGam0G9PuBymmGTPMTMzx5aoJ { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.999025rem;width:1.999025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15214;opacity:1;top:3.75rem;left:19.9375rem; }
#cdpuJ2CvrwmcBi7lCmRN4bFg3GxHAGbD { box-sizing:content-box;height:27.499rem;width:22.5rem;position:absolute;display:block;z-index:15047;background-color:#ffffff;background-image:none;top:2.125rem;left:26.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#OHBRvMoT84SK1X8JQNlD1flRFeT3yBrU { box-sizing:content-box;height:0.12402375rem;width:18.75rem;position:absolute;display:block;z-index:15229;background-color:#333333;background-image:none;top:6.3125rem;left:28.3125rem;display:block; }
#iqIZTBk56SfeaJ97VUsD3Mbidnc2A9Lv { color:#333333;display:block;width:16.249rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15229;line-height:1;letter-spacing:0;top:4.25rem;left:29.625rem;height:1.2503875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q9mt0zVJ3GZAWTbDQFZ1aHNzzqxJQxAP { color:#14467c;display:block;width:16.1865rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15217;line-height:1.4;letter-spacing:0;top:8.375rem;left:29.5625rem;height:2.4500875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KygVQ1Ha56lWTh6uytwB1GhydabhphIi { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15216;line-height:1.3;letter-spacing:0;top:10.75rem;left:28.3125rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gLeP5SNHxfuyAgMdHq2rvPEp8K6cP05V { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.999025rem;width:1.999025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15224;opacity:1;top:3.875rem;left:45.125rem; }
#pDsbil1dWRpg4xoTqq2JemaTyITxqauB { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15217;line-height:1.3;letter-spacing:0;top:12.7666015625rem;left:28.125rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oQMB1tyLsatFOzPASMUQhWlrQXTIDFas { color:#333333;display:block;width:20.9355625rem;position:absolute;font-family:"geologica dx";font-size:1.125rem;font-weight:normal;z-index:15222;line-height:1.3;letter-spacing:0;top:17.126953125rem;left:27.03125rem;height:2.92535rem;text-align:center;text-align-last:center;display:block; }
#AuTvnN1N0HiidPiKWGeuZV7CBzOe06MX { box-sizing:content-box;height:27.4980625rem;width:22.5rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;top:2.125rem;left:51.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#Kd1sNd02JOtBkgTutVFFVX5MFs2hCmB2 { color:#333333;display:block;width:16.2480625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15190;line-height:1;letter-spacing:0;top:4.25rem;left:54.625rem;height:1.2503875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rvks5z4IVPZ3hRUuU00EVavTomUqIkqG { box-sizing:content-box;height:0.12402375rem;width:18.75rem;position:absolute;display:block;z-index:15190;background-color:#333333;background-image:none;top:6.3125rem;left:53.3125rem;display:block; }
#HymPoZIs88m0g12E1oLteMlRPglqc4lw { color:#14467c;display:block;width:16.1855625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15186;line-height:1.4;letter-spacing:0;top:8.375rem;left:54.5625rem;height:2.4500875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eIThksoTMIl1nvdvRp5NK9Bl2cNFTFLF { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15185;line-height:1.3;letter-spacing:0;top:10.75rem;left:53.3125rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KpXWTTOlZ7L5tzyJ3T7qfHRLopETCHHw { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15187;line-height:1.3;letter-spacing:0;top:13.498046875rem;left:53.125rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Qg1aZx7VPFKOcu527ZOLFOQepK6Rlas6 { color:#333333;display:block;width:21rem;position:absolute;font-family:"geologica dx";font-size:1.125rem;font-weight:normal;z-index:15191;line-height:1.3;letter-spacing:0;top:16.8828125rem;left:52rem;height:2.92535rem;text-align:center;text-align-last:center;display:block; }
#JUmxFpM5Gc5xV0zX9XxAdFA5BCCoVdKh { color:#333333;display:block;width:12.4980625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:22.4375rem;left:31.4375rem;height:2.2721375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UuO0THLWbMiglshUrPp6TbBW9ee5S09u { color:#333333;display:block;width:12.4980625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:22.4375rem;left:56.4375rem;height:2.2721375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qfvWSELbdOhxZ9Fdsa7ZeUSrXbro0L3d { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.999025rem;width:1.999025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15194;opacity:1;top:3.875rem;left:70.125rem; }
#GLHVmEioz4oXr00QHqgoFViHVEJmX9h0 { background-color:#00457c;background-image:none;border-top:0.125rem solid #14467c;border-left:0.125rem solid #14467c;border-right:0.125rem solid #14467c;border-bottom:0.125rem solid #14467c;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.598625rem;height:2.47363125rem;text-decoration:none;z-index:15222;text-align:center;text-align-last:center;top:25.3125rem;left:32.375rem;display:block; }
#BiO141T5MRs6Kvapshvt6yqtSFRdCleI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#glp86FC2mWIOEBPH21TTc3PLZ2v2z16l { background-color:#00457c;background-image:none;border-top:0.125rem solid #14467c;border-left:0.125rem solid #14467c;border-right:0.125rem solid #14467c;border-bottom:0.125rem solid #14467c;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.28125rem;height:2.155275rem;text-decoration:none;z-index:15194;text-align:center;text-align-last:center;top:25.375rem;left:57.4375rem;display:block; }
#LnvHpV6xT6mUqMgI5cUeEFN38633mAyz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M0tErUuBkIk0oxiXvWXkiGAEK6ONbeoI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#M0tErUuBkIk0oxiXvWXkiGAEK6ONbeoI > .row .container { background-color: transparent; background-image: none; }#M0tErUuBkIk0oxiXvWXkiGAEK6ONbeoI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M0tErUuBkIk0oxiXvWXkiGAEK6ONbeoI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M0tErUuBkIk0oxiXvWXkiGAEK6ONbeoI > .row .container > .video-iframe-container { display: none; }#M0tErUuBkIk0oxiXvWXkiGAEK6ONbeoI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M0tErUuBkIk0oxiXvWXkiGAEK6ONbeoI > .row > .video-iframe-container { display: none; }#M0tErUuBkIk0oxiXvWXkiGAEK6ONbeoI > .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); }#M0tErUuBkIk0oxiXvWXkiGAEK6ONbeoI > .row .container { border-width: 0; border-radius: 0; }#M0tErUuBkIk0oxiXvWXkiGAEK6ONbeoI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M0tErUuBkIk0oxiXvWXkiGAEK6ONbeoI > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#WPx16oIEgyp7fs4WG9F97JnIvMceJ8nz { box-sizing:content-box;height:27.499rem;width:22.4980625rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;top:2.1875rem;left:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#gUhrl2J34DrkeDUGZg2SrDyl8KT8CX9C { color:#333333;display:block;width:16.249rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15190;line-height:1;letter-spacing:0;top:4.3125rem;left:4.4375rem;height:1.2503875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OVgrSOC77GnaxKuTvBpes6Fk3gJexrD5 { box-sizing:content-box;height:0.12402375rem;width:18.7480625rem;position:absolute;display:block;z-index:15190;background-color:#333333;background-image:none;top:6.375rem;left:3.125rem;display:block; }
#RPzFNPUc5pw2zeUCMVsJ0OGaotLPN27m { color:#14467c;display:block;width:16.1855625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15186;line-height:1.4;letter-spacing:0;top:8.4375rem;left:4.375rem;height:2.4500875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C69rhI7kyPoSZ3ULfPuI5wV7cKTBMUKT { color:#333333;display:block;width:18.7480625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15185;line-height:1.3;letter-spacing:0;top:10.8125rem;left:3.125rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MbDIggpdAmcs7UDkV0TsQBNT9dsN8W03 { color:#333333;display:block;width:18.7480625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15187;line-height:1.3;letter-spacing:0;top:13.5625rem;left:3.125rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vFHr4i9Q4uBTSLVnVH2s7XiLrK2lGweP { color:#333333;display:block;width:21.2480625rem;position:absolute;font-family:"geologica dx";font-size:1.125rem;font-weight:normal;z-index:15191;line-height:1.3;letter-spacing:0;top:16.625rem;left:2rem;height:4.38801875rem;text-align:center;text-align-last:center;display:block; }
#Nripb19qpuotC52sdRolNwSvfEq3bFI1 { color:#333333;display:block;width:12.499rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:22.5rem;left:6.25rem;height:2.2721375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lNwT1BfNxbK6WR4AyuJFXm5NVryyXeqG { background-color:#00457c;background-image:none;border-top:0.125rem solid #14467c;border-left:0.125rem solid #14467c;border-right:0.125rem solid #14467c;border-bottom:0.125rem solid #14467c;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.34475rem;height:2.21875rem;text-decoration:none;z-index:15194;text-align:center;text-align-last:center;top:25.4375rem;left:7.25rem;display:block; }
#TWohc5K8EwqOwMGL4dDrypAZuUmt4elg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fJaUuHxzWUiQ7FADyxEaBGpRl7NBFpEr { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.999025rem;width:1.999025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15194;opacity:1;top:3.9375rem;left:19.9375rem; }
#TtmEZbfkHDllPSNZmSFVqOGxF0zDXLa7 { box-sizing:content-box;height:27.4980625rem;width:22.4970625rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;top:2.1875rem;left:26.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#hHL55W75FSrR26rtqNadKx35zTf75wfw { color:#333333;display:block;width:16.2480625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15190;line-height:1;letter-spacing:0;top:4.375rem;left:29.5rem;height:1.2503875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fGIFRitHiED60dWJuirJThc7dtFtc11F { box-sizing:content-box;height:0.123046875rem;width:18.7470625rem;position:absolute;display:block;z-index:15190;background-color:#333333;background-image:none;top:6.4375rem;left:28.1875rem;display:block; }
#ProDoyM7qKLktZzsndHQNmX3Vo1mlDeV { color:#14467c;display:block;width:16.1855625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15185;line-height:1.4;letter-spacing:0;top:8.375rem;left:29.4375rem;height:2.4500875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ov5vf3sQ8JyIz2wGGbkXtC5SqAyt2ahm { color:#333333;display:block;width:18.7470625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15184;line-height:1.3;letter-spacing:0;top:10.8125rem;left:28.1875rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xSKQnzmLSd9ZAD6SILDtECiHMCJxmMDN { color:#333333;display:block;width:18.7470625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15186;line-height:1.3;letter-spacing:0;top:13.625rem;left:28.1875rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LrHi1I0XBdSTeZSkxgv6AvPVRFaUlqgc { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.99706875rem;width:1.99706875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15193;opacity:1;top:4rem;left:45rem; }
#uT3nSL80svZDRcBqxnHcVLvcFHWxP8rO { color:#333333;display:block;width:21.625rem;position:absolute;font-family:"geologica dx";font-size:1.125rem;font-weight:normal;z-index:15190;line-height:1.3;letter-spacing:0;top:17.35546875rem;left:26.6875rem;height:2.92535rem;text-align:center;text-align-last:center;display:block; }
#EPHoWpRKLZTwi6gxyJ3nq0Ql3wHJm5Ep { box-sizing:content-box;height:27.4980625rem;width:22.496125rem;position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;top:2.25rem;left:51.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#kZhwclaZaAXfNki2nZ8aUmuiTsEvMiyI { color:#333333;display:block;width:21.625rem;position:absolute;font-family:"geologica dx";font-size:1.125rem;font-weight:normal;z-index:15200;line-height:1.3;letter-spacing:0;top:17.35546875rem;left:51.6875rem;height:2.92535rem;text-align:center;text-align-last:center;display:block; }
#cIlOrEKKTxTxng3rr66bNFek8PTiLHzN { box-sizing:content-box;height:0.123046875rem;width:18.746125rem;position:absolute;display:block;z-index:15200;background-color:#333333;background-image:none;top:6.5rem;left:53.1875rem;display:block; }
#CTd6EknJVsasBwUCPsG0N8LCSiPsESgW { color:#333333;display:block;width:18.746125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15194;line-height:1.3;letter-spacing:0;top:10.875rem;left:53.1875rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EA2y8TNyB1kXRTOhJHZHWRtZvpyrNMX6 { color:#333333;display:block;width:18.746125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15196;line-height:1.3;letter-spacing:0;top:13.6875rem;left:53.1875rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zwA2cTtb1OB42lqLHR0mMxS23Sr5wBi7 { color:#333333;display:block;width:12.4980625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:22.4375rem;left:31.1875rem;height:2.2721375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#befsFuyzG1dwtzSBhxGKLDUhIUXb6z8B { color:#333333;display:block;width:16.2480625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15200;line-height:1;letter-spacing:0;top:4.4375rem;left:54.5rem;height:1.2503875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HmmMgr4IdToRxDQ8iAdqTJTbf9BWsb9x { color:#14467c;display:block;width:16.1855625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15195;line-height:1.4;letter-spacing:0;top:8.4375rem;left:54.4375rem;height:2.4500875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A8tPwdIfBcAWsEVRti8WdWUr3x5TU9Tk { color:#333333;display:block;width:12.4980625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:22.5rem;left:56.1875rem;height:2.2721375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o0LTQiKE2xQJf14loP3IGbRTtkU5TXX0 { background-color:#00457c;background-image:none;border-top:0.125rem solid #14467c;border-left:0.125rem solid #14467c;border-right:0.125rem solid #14467c;border-bottom:0.125rem solid #14467c;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.2578125rem;height:2.1318375rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:25.4375rem;left:32.25rem;display:block; }
#BZe1tQnhug81LHwQcGlMaW4ubeI1PrUE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S4FiAV1Lq4XbZbgFudzOlzCuv905ML4X { background-color:#00457c;background-image:none;border-top:0.125rem solid #14467c;border-left:0.125rem solid #14467c;border-right:0.125rem solid #14467c;border-bottom:0.125rem solid #14467c;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.2578125rem;height:2.1318375rem;text-decoration:none;z-index:15203;text-align:center;text-align-last:center;top:25.5rem;left:57.25rem;display:block; }
#IuXQnvMw17xfIVTMLNdG6273ACFJCR8E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ChzmUMsTDlt9N2vvMp9FbhawFkZDGctx { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.99609375rem;width:1.99609375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15203;opacity:1;top:4.0625rem;left:70rem; }
#zxiu8yBXVKwJTIxvnWUxomwzPLtALPrC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#zxiu8yBXVKwJTIxvnWUxomwzPLtALPrC > .row .container { background-color: transparent; background-image: none; }#zxiu8yBXVKwJTIxvnWUxomwzPLtALPrC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxiu8yBXVKwJTIxvnWUxomwzPLtALPrC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxiu8yBXVKwJTIxvnWUxomwzPLtALPrC > .row .container > .video-iframe-container { display: none; }#zxiu8yBXVKwJTIxvnWUxomwzPLtALPrC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxiu8yBXVKwJTIxvnWUxomwzPLtALPrC > .row > .video-iframe-container { display: none; }#zxiu8yBXVKwJTIxvnWUxomwzPLtALPrC > .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); }#zxiu8yBXVKwJTIxvnWUxomwzPLtALPrC > .row .container { border-width: 0; border-radius: 0; }#zxiu8yBXVKwJTIxvnWUxomwzPLtALPrC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zxiu8yBXVKwJTIxvnWUxomwzPLtALPrC > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#rUTEBCp6iXx1Z8eB3PkcMy1PgeBKWf2U { box-sizing:content-box;height:27.4980625rem;width:22.496125rem;position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;top:1.875rem;left:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#yXNQiKeQJONPrO3XU7hd4eRDS1T99IS6 { color:#333333;display:block;width:16.2480625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15200;line-height:1;letter-spacing:0;top:4.0625rem;left:4.4375rem;height:1.2503875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#feSotsW3HLx5MluwC0e691QSChSeBzxx { box-sizing:content-box;height:0.123046875rem;width:18.746125rem;position:absolute;display:block;z-index:15200;background-color:#333333;background-image:none;top:6.125rem;left:3.125rem;display:block; }
#J5wTAfPA1EflS0GZNvEgoShkh3LlKpsx { color:#14467c;display:block;width:16.1855625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15195;line-height:1.4;letter-spacing:0;top:8.0625rem;left:4.375rem;height:2.4500875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uOQ6GJzCXMcozKrZwLB0TFNaWvOT3pg9 { color:#333333;display:block;width:18.746125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15194;line-height:1.3;letter-spacing:0;top:10.5rem;left:3.125rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XT3tdGMsmEpGihH0at1sJD7rUc2hOh6I { color:#333333;display:block;width:18.746125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15196;line-height:1.3;letter-spacing:0;top:13.3125rem;left:3.125rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QLdSnyKPkDBuJWn5IzgBlvJlvmuCQsJA { color:#333333;display:block;width:15.3730625rem;position:absolute;font-family:"geologica dx";font-size:1.125rem;font-weight:normal;z-index:15200;line-height:1.3;letter-spacing:0;top:16.3125rem;left:4.8125rem;height:2.92535rem;text-align:center;text-align-last:center;display:block; }
#Xr2vImTsRtGvJPOgaeyP6iCB021I20wT { color:#333333;display:block;width:12.4980625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:21.1875rem;left:6.25rem;height:2.2721375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uwASchU57TuEEHpuEcyrNnlpeFI69Ddl { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.99609375rem;width:1.99609375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15203;opacity:1;top:3.6875rem;left:19.9375rem; }
#CLaK40iOHdya2vJpMLHfona62KgMHC4b { background-color:#00457c;background-image:none;border-top:0.125rem solid #14467c;border-left:0.125rem solid #14467c;border-right:0.125rem solid #14467c;border-bottom:0.125rem solid #14467c;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.2578125rem;height:2.1318375rem;text-decoration:none;z-index:15203;text-align:center;text-align-last:center;top:25.125rem;left:7.1875rem;display:block; }
#GJVIq3nFOgfPz87ZbC19TifWS0TZingE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NnNS3epIJflKuiyvSfkKxWmIWw4u8000 { box-sizing:content-box;height:27.4980625rem;width:22.4970625rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;top:1.875rem;left:26.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#IVT56s7HwsBsQLda1T7ubDsTlTbNeQdb { box-sizing:content-box;height:0.123046875rem;width:18.7470625rem;position:absolute;display:block;z-index:15190;background-color:#333333;background-image:none;top:6.125rem;left:28.0625rem;display:block; }
#qTFLkcn0TM3FGqNdZuKP2xnpdN4fpbml { color:#333333;display:block;width:16.2480625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15190;line-height:1;letter-spacing:0;top:4.0625rem;left:29.375rem;height:1.2503875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ee6gbfuBwQ5FFBpuXr5TghSVVWaBgce2 { color:#14467c;display:block;width:16.1855625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15186;line-height:1.4;letter-spacing:0;top:8.1875rem;left:29.3125rem;height:2.4500875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XhqCNGCcaXd2uv2Tk1q5TSsWes3vqdx2 { color:#333333;display:block;width:18.7470625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15185;line-height:1.3;letter-spacing:0;top:10.5625rem;left:28.0625rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Fed87Eib5wsuyUzkMP5CLT8v7ARAAanW { color:#333333;display:block;width:18.7470625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15187;line-height:1.3;letter-spacing:0;top:13.25rem;left:28.0625rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eVJwVPSc817mKmTShtGlppnMwhDd5HPi { color:#333333;display:block;width:15.3720625rem;position:absolute;font-family:"geologica dx";font-size:1.125rem;font-weight:normal;z-index:15191;line-height:1.3;letter-spacing:0;top:16.375rem;left:29.75rem;height:2.92535rem;text-align:center;text-align-last:center;display:block; }
#BoJJLldJ0MZGTHGsp5Tow6WuWucfy3hz { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.99609375rem;width:1.99609375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15194;opacity:1;top:3.6875rem;left:44.875rem; }
#J7oPRC0xS1m0Jz54l5Wzh7dawinmz0rg { color:#333333;display:block;width:12.4980625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:21.25rem;left:31.1875rem;height:2.2721375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WlcDCN4CocccJwHko8TTto9rrhecCorx { box-sizing:content-box;height:27.4980625rem;width:22.4980625rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;top:1.875rem;left:51.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#w5ZWQOAiV7xRsEzIBUgLA2OXX7paKLih { box-sizing:content-box;height:0.12402375rem;width:18.7480625rem;position:absolute;display:block;z-index:15190;background-color:#333333;background-image:none;top:6.125rem;left:53.125rem;display:block; }
#P2hO48c7qs1PcPOC4Gdhd6UnG0vM3fVs { color:#333333;display:block;width:18.7480625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15185;line-height:1.3;letter-spacing:0;top:10.5rem;left:53.125rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JeZC5TUIHS9NPrPpmo2Jh8CxQQmqgB6o { color:#333333;display:block;width:18.7480625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15187;line-height:1.3;letter-spacing:0;top:13.25rem;left:53.125rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qeKo7wfNT2dNhArcTVqeLgzmQpCdAduA { color:#333333;display:block;width:21.2475625rem;position:absolute;font-family:"geologica dx";font-size:1.125rem;font-weight:normal;z-index:15191;line-height:1.3;letter-spacing:0;top:16.3115234375rem;left:51.875rem;height:2.92535rem;text-align:center;text-align-last:center;display:block; }
#yBOQT7lqBSZnhkQzmKM3DgV28IVbFWNR { background-color:#00457c;background-image:none;border-top:0.125rem solid #14467c;border-left:0.125rem solid #14467c;border-right:0.125rem solid #14467c;border-bottom:0.125rem solid #14467c;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.21975rem;height:2.094725rem;text-decoration:none;z-index:15194;text-align:center;text-align-last:center;top:25.1875rem;left:32.1875rem;display:block; }
#tR2t3SX3F1RnX40R7t8EKtFZHLEcdKGs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o3qqwpg6kA04XIN2KzS8uklovfGgrbpx { color:#333333;display:block;width:16.2480625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15190;line-height:1;letter-spacing:0;top:4.0625rem;left:54.4375rem;height:1.2503875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BquNfOclSQoaOwKuWfUPfcGDTH1F0NSm { color:#14467c;display:block;width:16.1855625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15186;line-height:1.4;letter-spacing:0;top:8.1875rem;left:54.375rem;height:2.4500875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ATScSHM1C0AyIQA0TMeTp17vgTXtrdpe { color:#333333;display:block;width:12.4980625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:21.1875rem;left:56.25rem;height:2.2721375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OGdELlxyeqklHwRQxwk1862WzVtoGPle { background-color:#00457c;background-image:none;border-top:0.125rem solid #14467c;border-left:0.125rem solid #14467c;border-right:0.125rem solid #14467c;border-bottom:0.125rem solid #14467c;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.34475rem;height:2.21875rem;text-decoration:none;z-index:15194;text-align:center;text-align-last:center;top:25.125rem;left:57.25rem;display:block; }
#CTUhewOvSuriOqldfwiXT4sE8h8TzWeD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#efvEGs7bF02u2AoxTl2zqnTalK4S5frG { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.999025rem;width:1.999025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15194;opacity:1;top:3.6875rem;left:69.9375rem; }
#VJqbtRS4bm3FnoZATL0KVEWgZCzgETak { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#VJqbtRS4bm3FnoZATL0KVEWgZCzgETak > .row .container { background-color: transparent; background-image: none; }#VJqbtRS4bm3FnoZATL0KVEWgZCzgETak::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VJqbtRS4bm3FnoZATL0KVEWgZCzgETak > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VJqbtRS4bm3FnoZATL0KVEWgZCzgETak > .row .container > .video-iframe-container { display: none; }#VJqbtRS4bm3FnoZATL0KVEWgZCzgETak > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VJqbtRS4bm3FnoZATL0KVEWgZCzgETak > .row > .video-iframe-container { display: none; }#VJqbtRS4bm3FnoZATL0KVEWgZCzgETak > .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); }#VJqbtRS4bm3FnoZATL0KVEWgZCzgETak > .row .container { border-width: 0; border-radius: 0; }#VJqbtRS4bm3FnoZATL0KVEWgZCzgETak > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VJqbtRS4bm3FnoZATL0KVEWgZCzgETak > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#DiLzZiQAyb5IEfJ9GcTpSPaEXUImE8rm { box-sizing:content-box;height:27.4980625rem;width:22.4980625rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;top:2.0625rem;left:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#b8dPy0Lk1cNt7AAG9vqpQZLTpFQoqaME { box-sizing:content-box;height:0.12402375rem;width:18.7480625rem;position:absolute;display:block;z-index:15190;background-color:#333333;background-image:none;top:6.3125rem;left:3.125rem;display:block; }
#lqSfX3uCulDB2bAi8wclnA24zKu5o8ra { color:#333333;display:block;width:18.7480625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15185;line-height:1.3;letter-spacing:0;top:10.6875rem;left:3.125rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OKO2DTJWQP9ZCbcW4t7ETZ8Wfy9VZ2ta { color:#333333;display:block;width:18.7480625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15187;line-height:1.3;letter-spacing:0;top:13.4375rem;left:3.125rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IbzSx8xtcBmar5WLafZ2cLXPiQ0RwQEw { color:#333333;display:block;width:17.686625rem;position:absolute;font-family:"geologica dx";font-size:1.125rem;font-weight:normal;z-index:15191;line-height:1.3;letter-spacing:0;top:16.480037689209rem;left:3.6555995941162rem;height:2.92535rem;text-align:center;text-align-last:center;display:block; }
#EKLzK32SthEbv8c2du837LXJfTLe30KN { color:#333333;display:block;width:16.2480625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15190;line-height:1;letter-spacing:0;top:4.25rem;left:4.4375rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a0QetnH5nR40veGIbCdQhBQcbUGepdT7 { color:#14467c;display:block;width:22.0625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15186;line-height:1.4;letter-spacing:0;top:8.375rem;left:1.4375rem;height:2.4500875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kiGmhpa1Syoilt7WE7xTWmsI69fwfsKV { color:#333333;display:block;width:12.4980625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:21.375rem;left:6.25rem;height:2.2721375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NdbWJHqBWL21wiIIJEortbR1F1KFpuvr { background-color:#00457c;background-image:none;border-top:0.125rem solid #14467c;border-left:0.125rem solid #14467c;border-right:0.125rem solid #14467c;border-bottom:0.125rem solid #14467c;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.34475rem;height:2.21875rem;text-decoration:none;z-index:15194;text-align:center;text-align-last:center;top:25.3125rem;left:7.25rem;display:block; }
#AlkXZJHpq1PfqRuHkm9SpMCqFSamOEP9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MSfhzATG4wgB9fuEWl7HXhUiBN9aiVGf { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.999025rem;width:1.999025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15194;opacity:1;top:3.875rem;left:19.9375rem; }
#yVWSwz7TANH3z4fHhvFMadM9BJFQb0CM { box-sizing:content-box;height:27.4980625rem;width:22.4980625rem;position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:none;top:2.0625rem;left:26.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#Q1lzV5uX7l8S5WwUJdx2kZGnNlOTxCwz { box-sizing:content-box;height:0.12402375rem;width:18.7480625rem;position:absolute;display:block;z-index:15200;background-color:#333333;background-image:none;top:6.3125rem;left:28.1875rem;display:block; }
#La7oamhMGEwWBCm8UAsiqgC5O3IR50ux { color:#333333;display:block;width:18.7480625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15195;line-height:1.3;letter-spacing:0;top:10.6875rem;left:28.1875rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AyC5cddrT4ZmuoHztB2onOuq1pTI4Ow7 { color:#333333;display:block;width:16.2480625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15200;line-height:1;letter-spacing:0;top:4.25rem;left:29.5rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W1zTbbRNTuXw6Qoz9EbOw7FE1GQwUMsk { color:#14467c;display:block;width:16.1855625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15196;line-height:1.4;letter-spacing:0;top:8.375rem;left:29.4375rem;height:2.4500875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l0vLzX3bWPFspxA5xKQ42GZ5qVl84HqI { color:#333333;display:block;width:18.7480625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15197;line-height:1.3;letter-spacing:0;top:13.4375rem;left:28.1875rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TtnUZLCkF3xTz4n01xDT83fPR5NfAtT3 { color:#333333;display:block;width:21.2480625rem;position:absolute;font-family:"geologica dx";font-size:1.125rem;font-weight:normal;z-index:15201;line-height:1.3;letter-spacing:0;top:15.75rem;left:26.9375rem;height:4.38801875rem;text-align:center;text-align-last:center;display:block; }
#INE3nv5ctaR6VXqEcV3x1X2J5dxPmLmD { color:#333333;display:block;width:12.4980625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:21.375rem;left:31.3125rem;height:2.2721375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y8AXzvREQBtTZKKCip6liSavC2iFHvJB { background-color:#00457c;background-image:none;border-top:0.125rem solid #14467c;border-left:0.125rem solid #14467c;border-right:0.125rem solid #14467c;border-bottom:0.125rem solid #14467c;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.34475rem;height:2.21875rem;text-decoration:none;z-index:15204;text-align:center;text-align-last:center;top:25.3125rem;left:32.3125rem;display:block; }
#JeqcwSvysIDzgGCk8TxlSgEQEUcCfoXG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZsBoGX1gtU4k59RgXs5blh4LEXK9Ic0S { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.999025rem;width:1.999025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15204;opacity:1;top:3.875rem;left:45rem; }
#VL9OosKUR7dHRqUumwd6m9Ci62ecOvT2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e03e52;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; }#VL9OosKUR7dHRqUumwd6m9Ci62ecOvT2 > .row .container { background-color: transparent; background-image: none; }#VL9OosKUR7dHRqUumwd6m9Ci62ecOvT2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VL9OosKUR7dHRqUumwd6m9Ci62ecOvT2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VL9OosKUR7dHRqUumwd6m9Ci62ecOvT2 > .row .container > .video-iframe-container { display: none; }#VL9OosKUR7dHRqUumwd6m9Ci62ecOvT2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VL9OosKUR7dHRqUumwd6m9Ci62ecOvT2 > .row > .video-iframe-container { display: none; }#VL9OosKUR7dHRqUumwd6m9Ci62ecOvT2 > .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); }#VL9OosKUR7dHRqUumwd6m9Ci62ecOvT2 > .row .container { border-width: 0; border-radius: 0; }#VL9OosKUR7dHRqUumwd6m9Ci62ecOvT2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VL9OosKUR7dHRqUumwd6m9Ci62ecOvT2 > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#Rymo5lhJVyEb3TWNLwK5QU4p89MXXHoE { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:68.75rem;top:1.875rem;left:3.125rem;overflow:hidden;display:block; }
#WcRiOynqOZkSHRC06LEBrUGwl4c3L5N5 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:14.5625rem;display:none; }
#fmuooInFob4Z46okAAike3EWRnDsMhw6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#fmuooInFob4Z46okAAike3EWRnDsMhw6 > .row .container { background-color: transparent; background-image: none; }#fmuooInFob4Z46okAAike3EWRnDsMhw6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fmuooInFob4Z46okAAike3EWRnDsMhw6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fmuooInFob4Z46okAAike3EWRnDsMhw6 > .row .container > .video-iframe-container { display: none; }#fmuooInFob4Z46okAAike3EWRnDsMhw6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fmuooInFob4Z46okAAike3EWRnDsMhw6 > .row > .video-iframe-container { display: none; }#fmuooInFob4Z46okAAike3EWRnDsMhw6 > .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); }#fmuooInFob4Z46okAAike3EWRnDsMhw6 > .row .container { border-width: 0; border-radius: 0; }#fmuooInFob4Z46okAAike3EWRnDsMhw6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fmuooInFob4Z46okAAike3EWRnDsMhw6 > .row .container { font-size:0.875rem;font-family:arial;height:32.3125rem;width:75rem;position:relative;display:block; }#uOe3nuoqloWFDRSRu67ZOUaAsIHp7mpE { box-sizing:content-box;height:27.4980625rem;width:22.5rem;position:absolute;display:block;z-index:15038;background-color:#ffffff;background-image:none;top:1.75rem;left:1rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#rsqh847gmgDp8fNUJnX3TBH8fVCSgdtn { box-sizing:content-box;height:0.12402375rem;width:18.75rem;position:absolute;display:block;z-index:15210;background-color:#333333;background-image:none;top:6rem;left:2.875rem;display:block; }
#G7AwLhO5HyeacV5TziDVKusoBl2pRuHE { color:#333333;display:block;width:16.2480625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15210;line-height:1;letter-spacing:0;top:3.9375rem;left:4.1875rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e652orKNvJOTpTCopGIKUPEIwRG5P3PB { color:#e03e52;display:block;width:16.1865rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15206;line-height:1.4;letter-spacing:0;top:8.0625rem;left:4.1875rem;height:2.4500875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wR4FOLS4smIXxK23pkTX9swOfFEQs69Q { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15205;line-height:1.3;letter-spacing:0;top:10.375rem;left:2.875rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LH6qGNdUnhJJIdy12PukeGlW0d6Hx5Pw { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15207;line-height:1.3;letter-spacing:0;top:13.125rem;left:2.875rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NUzkOSH9DL7rZDgnSZ3TBQfAbIeTqQ2a { color:#333333;display:block;width:15.375rem;position:absolute;font-family:"geologica dx";font-size:1.25rem;font-weight:normal;z-index:15211;line-height:1.3;letter-spacing:0;top:17.4375rem;left:4.75rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#h2o3f3bkwhMB9EKq081xv3ltS3k0KOdg { color:#333333;display:block;width:12.4980625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:21.0625rem;left:6rem;height:2.2721375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LauMAS8qLNvWeQG42duzqBpiARHMid9U { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.999025rem;width:1.999025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15214;opacity:1;top:3.5625rem;left:19.6875rem; }
#RzrpwIQ2t1kJA5TCpQNeK9pHzu3uA6De { background-color:#9e9f9e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.4043125rem;height:2.27831875rem;text-decoration:none;z-index:15214;text-align:center;text-align-last:center;top:25rem;left:7rem;display:block; }
#o0x1KAO0D17RDomfs66UxgBNaCHbyacT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t60qELmIXZa8HEhvR1dF8CUHDdn4D0lp { box-sizing:content-box;height:27.4980625rem;width:22.5rem;position:absolute;display:block;z-index:15048;background-color:#ffffff;background-image:none;top:1.75rem;left:26rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#Rg3qoNhkU4Qa37F0alikpA6zDFeHKVDr { background-color:#9e9f9e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.4043125rem;height:2.27831875rem;text-decoration:none;z-index:15224;text-align:center;text-align-last:center;top:25rem;left:32rem;display:block; }
#DSoXIxFLZCcFmSFttwU4EHZPw7FZqunb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GRxKWmAbw2H7OwgI1dRfMTHGEqTCO1Uc { color:#333333;display:block;width:12.4980625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:21.0625rem;left:31rem;height:2.2721375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iZsEx0CreTa5rKyNGqTdbJiKPxGD5nPE { color:#333333;display:block;width:15.375rem;position:absolute;font-family:"geologica dx";font-size:1.25rem;font-weight:normal;z-index:15221;line-height:1.3;letter-spacing:0;top:17.4375rem;left:29.75rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#iTx2h4C9rCHDnScxI5sw8dDCt9WdlwrD { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15217;line-height:1.3;letter-spacing:0;top:13.125rem;left:27.875rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xWJfohFy1pI3CK6OADCsCaFwN642uvmc { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15215;line-height:1.3;letter-spacing:0;top:10.375rem;left:27.875rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z0yUhOXQLkZF8souef1I5S2oC8x3mRyB { color:#e03e52;display:block;width:16.1865rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15216;line-height:1.4;letter-spacing:0;top:8.0625rem;left:29.1875rem;height:2.4500875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#meCIxosRELoDMfJxsQ0dH2G08HwImh8y { box-sizing:content-box;height:0.12402375rem;width:18.75rem;position:absolute;display:block;z-index:15220;background-color:#333333;background-image:none;top:6rem;left:27.875rem;display:block; }
#BniwzUJ4KUCSA9GubW7d1MWim4AWaaa0 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.999025rem;width:1.999025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15224;opacity:1;top:3.5625rem;left:44.6875rem; }
#W5h3Drs3KekCqxTI7qX981HTJE5y5ZW3 { color:#333333;display:block;width:16.2480625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15220;line-height:1;letter-spacing:0;top:3.9375rem;left:29.1875rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rsCZszqwTTnn1JS8JZs4xEanha2TnUyO { box-sizing:content-box;height:27.49675rem;width:22.5rem;position:absolute;display:block;z-index:15048;background-color:#ffffff;background-image:none;top:1.75rem;left:51.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#XTcoQu0BBBThk8iSUHd3OLa8OlzQn28s { color:#333333;display:block;width:16.24675rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15220;line-height:1;letter-spacing:0;top:3.9375rem;left:54.4375rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PGLtPkdnTL8klgk41KFzrki57zyOsnpT { box-sizing:content-box;height:0.123698125rem;width:18.75rem;position:absolute;display:block;z-index:15220;background-color:#333333;background-image:none;top:6rem;left:53.125rem;display:block; }
#pm7nDs7JvWQbDT0ITozLkmPTls2p9T1D { color:#e03e52;display:block;width:16.186rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15216;line-height:1.4;letter-spacing:0;top:8.0625rem;left:54.4375rem;height:2.4500875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sciJSKJQ7H0fccBn06q1qzty8PxOgTqS { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15215;line-height:1.3;letter-spacing:0;top:10.375rem;left:53.125rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pMLVlu12cJRDIdkBFIiw2VyBZbfsnoP9 { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15217;line-height:1.3;letter-spacing:0;top:13.125rem;left:53.125rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bsH8BKsaFDhvUib5rpLzDT8zAUUVztL6 { color:#333333;display:block;width:15.374375rem;position:absolute;font-family:"geologica dx";font-size:1.25rem;font-weight:normal;z-index:15221;line-height:1.3;letter-spacing:0;top:17.4375rem;left:55rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#r50XAEWAG4BPZ1xiaSlkt6UdkwrkT8zo { color:#333333;display:block;width:12.49675rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:21.0625rem;left:56.25rem;height:2.2721375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SgBsORnNMzFpGJwlmIdZZQcJHFZeD41s { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.9987rem;width:1.9987rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15224;opacity:1;top:3.5625rem;left:69.9375rem; }
#hrEfHQ575JsE2wezSmK639yd2RTadoV9 { background-color:#e03f52;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.4025625rem;height:2.2775625rem;text-decoration:none;z-index:15224;text-align:center;text-align-last:center;top:25rem;left:57.25rem;display:block; }
#JIdWNuVxBDP4L57pncEQnT3iBow8GyHn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MFzSvS3DUWCVCqwMOh0rWdNq7qUDzxvk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#MFzSvS3DUWCVCqwMOh0rWdNq7qUDzxvk > .row .container { background-color: transparent; background-image: none; }#MFzSvS3DUWCVCqwMOh0rWdNq7qUDzxvk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MFzSvS3DUWCVCqwMOh0rWdNq7qUDzxvk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MFzSvS3DUWCVCqwMOh0rWdNq7qUDzxvk > .row .container > .video-iframe-container { display: none; }#MFzSvS3DUWCVCqwMOh0rWdNq7qUDzxvk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MFzSvS3DUWCVCqwMOh0rWdNq7qUDzxvk > .row > .video-iframe-container { display: none; }#MFzSvS3DUWCVCqwMOh0rWdNq7qUDzxvk > .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); }#MFzSvS3DUWCVCqwMOh0rWdNq7qUDzxvk > .row .container { border-width: 0; border-radius: 0; }#MFzSvS3DUWCVCqwMOh0rWdNq7qUDzxvk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MFzSvS3DUWCVCqwMOh0rWdNq7qUDzxvk > .row .container { font-size:0.875rem;font-family:arial;height:32.3125rem;width:75rem;position:relative;display:block; }#J2XuSJnOHJ6lSap8siZb7Tn6FUhU6eFV { box-sizing:content-box;height:27.4980625rem;width:22.5rem;position:absolute;display:block;z-index:15038;background-color:#ffffff;background-image:none;top:1.75rem;left:1rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#eXkiTReN7bPiNU2z7pHkS614DODfrPwp { box-sizing:content-box;height:0.12402375rem;width:18.75rem;position:absolute;display:block;z-index:15210;background-color:#333333;background-image:none;top:6rem;left:2.875rem;display:block; }
#Nu8fp9HEOVoWTg3mDx9WLhbUKo4ZxUMB { color:#333333;display:block;width:16.2480625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15210;line-height:1;letter-spacing:0;top:3.9375rem;left:4.1875rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ggUS7RV5Oe5tryiG7J0LDa8o35odr7Td { color:#e03e52;display:block;width:16.1865rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15206;line-height:1.4;letter-spacing:0;top:8.0625rem;left:4.1875rem;height:2.4500875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eIks2gDqlaCWVwLuHSqiHuRslDf1coST { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15205;line-height:1.3;letter-spacing:0;top:10.375rem;left:2.875rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#upNwZoSkUtiD5wHLWcw8Cbi7EzxCWTJf { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15207;line-height:1.3;letter-spacing:0;top:13.125rem;left:2.875rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vyMT5FSBxr0ewPheq6QwmR7MWJEPXmKZ { color:#333333;display:block;width:15.375rem;position:absolute;font-family:"geologica dx";font-size:1.25rem;font-weight:normal;z-index:15211;line-height:1.3;letter-spacing:0;top:17.4375rem;left:4.75rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#mINtLOJJlTa53REMLlkR2E4h9Zkb5Jom { color:#333333;display:block;width:12.4980625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:21.0625rem;left:6rem;height:2.2721375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ebcCk38TC0JG2huBTf8U29RqohnsfUSl { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.999025rem;width:1.999025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15214;opacity:1;top:3.5625rem;left:19.6875rem; }
#L9WHZOawMzNoXlatNklJ7ck5cADIDd44 { background-color:#e03f52;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.4043125rem;height:2.27831875rem;text-decoration:none;z-index:15214;text-align:center;text-align-last:center;top:25rem;left:7rem;display:block; }
#TfxWnUpaQTT3k6p4BzOhmbGntJ41zPKR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h7wp8dIJvEiAzhNdssgy2HztgSyxasfI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e1e4c;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; }#h7wp8dIJvEiAzhNdssgy2HztgSyxasfI > .row .container { background-color: transparent; background-image: none; }#h7wp8dIJvEiAzhNdssgy2HztgSyxasfI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h7wp8dIJvEiAzhNdssgy2HztgSyxasfI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h7wp8dIJvEiAzhNdssgy2HztgSyxasfI > .row .container > .video-iframe-container { display: none; }#h7wp8dIJvEiAzhNdssgy2HztgSyxasfI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h7wp8dIJvEiAzhNdssgy2HztgSyxasfI > .row > .video-iframe-container { display: none; }#h7wp8dIJvEiAzhNdssgy2HztgSyxasfI > .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); }#h7wp8dIJvEiAzhNdssgy2HztgSyxasfI > .row .container { border-width: 0; border-radius: 0; }#h7wp8dIJvEiAzhNdssgy2HztgSyxasfI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h7wp8dIJvEiAzhNdssgy2HztgSyxasfI > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#EHQrQ4FeukaJ7fQ50cNZNpceFRzkXb4n { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:68.75rem;top:2.34375rem;left:3.125rem;overflow:hidden;display:block; }
#eUBtrgTx6khyEpuHOL1Laex23mk3FtLo { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:10.8125rem;display:none; }
#kToULHApEsJ6EaL0gwtMiCHrg3ogZnMB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#kToULHApEsJ6EaL0gwtMiCHrg3ogZnMB > .row .container { background-color: transparent; background-image: none; }#kToULHApEsJ6EaL0gwtMiCHrg3ogZnMB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kToULHApEsJ6EaL0gwtMiCHrg3ogZnMB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kToULHApEsJ6EaL0gwtMiCHrg3ogZnMB > .row .container > .video-iframe-container { display: none; }#kToULHApEsJ6EaL0gwtMiCHrg3ogZnMB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kToULHApEsJ6EaL0gwtMiCHrg3ogZnMB > .row > .video-iframe-container { display: none; }#kToULHApEsJ6EaL0gwtMiCHrg3ogZnMB > .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); }#kToULHApEsJ6EaL0gwtMiCHrg3ogZnMB > .row .container { border-width: 0; border-radius: 0; }#kToULHApEsJ6EaL0gwtMiCHrg3ogZnMB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kToULHApEsJ6EaL0gwtMiCHrg3ogZnMB > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#g04nGssSxaaH2s3QI8k5QAUXRSrTF6gi { box-sizing:content-box;height:27.4991875rem;width:22.5rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;top:3.125rem;left:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#eVwMTdz7Pywxb8vxZn0esy7rAzJWRwDE { color:#333333;display:block;width:16.2491875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15190;line-height:1;letter-spacing:0;top:5.3125rem;left:4.4375rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#boF49vCWWe0xxMCE2UMILQLwTRRPnlwb { box-sizing:content-box;height:0.12421875rem;width:18.75rem;position:absolute;display:block;z-index:15190;background-color:#333333;background-image:none;top:7.375rem;left:3.125rem;display:block; }
#Dv3eQXeXkWbqJ5veayGkCPZvStmrKNBf { color:#0e1e4c;display:block;width:16.187125rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15186;line-height:1.4;letter-spacing:0;top:8.75rem;left:4.4375rem;height:2.4500875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cTbUQkzHsgS4lqND6aSyImn1msy6iE1i { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15185;line-height:1.3;letter-spacing:0;top:11.125rem;left:3.125rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BTdiaQDEgW2BzGOiaNzaZumKceBWVPxQ { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15187;line-height:1.3;letter-spacing:0;top:14.6875rem;left:3.125rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XzthrgK4CfE5OlMmI5mJ6El6P12dJ5SS { color:#333333;display:block;width:15.6855625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15193;line-height:1.3;letter-spacing:0;top:19rem;left:4.6875rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#QQ5AvpSUfHH068KBUw0oikxTHe47TmxI { color:#333333;display:block;width:12.4991875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:23.0625rem;left:6.25rem;height:2.2721375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aIsG0NviJLlfdAginubi6zAfBvXC4e4x { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.99921875rem;width:1.99921875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15205;opacity:1;top:4.875rem;left:19.9375rem; }
#rzTqimCI0Pl4OIpO0CfKAVVu45m0TU9w { background-color:#9e9f9e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.4046875rem;height:2.27890625rem;text-decoration:none;z-index:15194;text-align:center;text-align-last:center;top:26.375rem;left:7.25rem;display:block; }
#qTF7auyqt7kLaUOp2r9QAy0mgF89B3p2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FS75ElffZhJLEUa4FWhbw7IBwTA0Be4X { box-sizing:content-box;height:27.499rem;width:22.499rem;position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:none;top:3.125rem;left:26.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#RrOdceQT1ZNefSNxdTSwnxVVpcNxSseG { color:#333333;display:block;width:16.249rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15200;line-height:1;letter-spacing:0;top:5.3125rem;left:29.375rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bAxOXFCzaoqPBL2UDDSlV9zyD06FE4bX { box-sizing:content-box;height:0.12402375rem;width:18.749rem;position:absolute;display:block;z-index:15200;background-color:#333333;background-image:none;top:7.375rem;left:28.0625rem;display:block; }
#M3LEeuNukLVce2pf0GH1nkbIXT6LbCBx { color:#0e1e4c;display:block;width:16.1865rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15196;line-height:1.4;letter-spacing:0;top:8.75rem;left:29.375rem;height:2.4500875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zAETHWRrXnIDuOpITJzJThMgT5sG1lTi { color:#333333;display:block;width:18.749rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15195;line-height:1.3;letter-spacing:0;top:11.125rem;left:28.0625rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lph3oHd47TpC4dtdcy4w47T2PN2x63Ub { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.999025rem;width:1.999025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15204;opacity:1;top:4.9375rem;left:44.875rem; }
#WrHEwwkWhKLdz9ElTDrI1DQeaZZtdiAq { color:#333333;display:block;width:18.7480625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15197;line-height:1.3;letter-spacing:0;top:14.1875rem;left:27.9375rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n94IqIsQBMdP9uMihBpr4GKsSSLRexyL { box-sizing:content-box;height:27.499rem;width:22.5rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;top:3.1875rem;left:51.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#SBvl8ZRlWkOk1Ci8Oc5BogtlryGqdStO { color:#333333;display:block;width:16.249rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15199;line-height:1;letter-spacing:0;top:5.375rem;left:54.25rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RQHCmpI37iKwB7kaqxBQ5TVTgzawcq8r { box-sizing:content-box;height:0.12402375rem;width:18.75rem;position:absolute;display:block;z-index:15199;background-color:#333333;background-image:none;top:7.4375rem;left:52.9375rem;display:block; }
#DuB0WPbZTOVx1K4Ui5Dhv5aUiJOu6eRp { color:#0e1e4c;display:block;width:16.1865rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15187;line-height:1.4;letter-spacing:0;top:8.875rem;left:54.1875rem;height:2.4500875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EUkJAabEiTODliXd5KA53uzTcWmhMaXQ { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15186;line-height:1.3;letter-spacing:0;top:11.25rem;left:52.9375rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iwDvUiANovsvXZnAecS9JaV2T4B0kUdh { color:#333333;display:block;width:19.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15187;line-height:1.3;letter-spacing:0;top:14.125rem;left:51.625rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tRx9tpLkptQK5cG23Jys58Nqg5BBJZTh { color:#333333;display:block;width:17.6230625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15201;line-height:1.3;letter-spacing:0;top:18.375rem;left:28.5625rem;height:2.92535rem;text-align:center;text-align-last:center;display:block; }
#k2vh4RrrbIDvTpbpZVeHMMhtcnf0yqF1 { color:#333333;display:block;width:15.6855625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15192;line-height:1.3;letter-spacing:0;top:19.125rem;left:54.5rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#M3ltZi6Sl3OBBxv6kGWNLycbptZ0Tfg7 { color:#333333;display:block;width:12.499rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:23.0625rem;left:31.1875rem;height:2.2721375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VJ7cuNSqFgNetBZtvFqmd7ODtSye3b6t { color:#333333;display:block;width:12.499rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:23.25rem;left:56.0625rem;height:2.2721375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IiLixtRSwtnSA9kKRETapiMQViGaRtT6 { background-color:#0e1e4c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.4286875rem;height:2.3037125rem;text-decoration:none;z-index:15204;text-align:center;text-align-last:center;top:26.375rem;left:32.1875rem;display:block; }
#RrITWJcmozDShT2uvU4O00DtarLZbrsK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O1OxdM20tQhrt9iZTo7OCF3TnDePGdae { background-color:#0e1e4c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.42575rem;height:2.30175625rem;text-decoration:none;z-index:15192;text-align:center;text-align-last:center;top:26.4375rem;left:57rem;display:block; }
#AV9qQawVbgU6lxQft0cKDVTR2TPULudB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kvmV3pkg1vtQw8bDw6e3M4mHt0569Nh5 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.999025rem;width:1.999025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15194;opacity:1;top:5rem;left:69.75rem; }
#qUs8O14dTV292criQpNw54Z1nvuwTaXO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#qUs8O14dTV292criQpNw54Z1nvuwTaXO > .row .container { background-color: transparent; background-image: none; }#qUs8O14dTV292criQpNw54Z1nvuwTaXO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qUs8O14dTV292criQpNw54Z1nvuwTaXO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qUs8O14dTV292criQpNw54Z1nvuwTaXO > .row .container > .video-iframe-container { display: none; }#qUs8O14dTV292criQpNw54Z1nvuwTaXO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qUs8O14dTV292criQpNw54Z1nvuwTaXO > .row > .video-iframe-container { display: none; }#qUs8O14dTV292criQpNw54Z1nvuwTaXO > .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); }#qUs8O14dTV292criQpNw54Z1nvuwTaXO > .row .container { border-width: 0; border-radius: 0; }#qUs8O14dTV292criQpNw54Z1nvuwTaXO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qUs8O14dTV292criQpNw54Z1nvuwTaXO > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#XpTeEwlgCtr9cnufCkKLLeUvb1zBGUaE { box-sizing:content-box;height:27.4991875rem;width:22.5rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;top:2.5rem;left:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#bka8847CcLPGArKRSnJyyrrE1IzRcuPl { color:#333333;display:block;width:16.2491875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15190;line-height:1;letter-spacing:0;top:4.625rem;left:4.4375rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lUB8PxDiFFnMrgFAiH97Xy19CTTw22TW { box-sizing:content-box;height:0.12421875rem;width:18.75rem;position:absolute;display:block;z-index:15190;background-color:#333333;background-image:none;top:6.6875rem;left:3.125rem;display:block; }
#zwRVNU0Kc29dpgRe0FnZsrePCNpUUciZ { color:#0e1e4c;display:block;width:16.187125rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15185;line-height:1.4;letter-spacing:0;top:8.0625rem;left:4.4375rem;height:2.4500875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LL09RhTuw5s6UmKeQcnBJbqd7DN4fDpg { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15184;line-height:1.3;letter-spacing:0;top:10.5rem;left:3.125rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JDFEvOHOTNn9kxshxlbudTGP13BbWaZ5 { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15186;line-height:1.3;letter-spacing:0;top:14.125rem;left:3.125rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z9uJmvQ0TzhLLf8yxJ2LtcHmRGMtmsmN { color:#333333;display:block;width:17.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15190;line-height:1.3;letter-spacing:0;top:18.375rem;left:4rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#pOEQGTd460S1I06wdaunv507pVuzwvz6 { color:#333333;display:block;width:12.4991875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:22.4375rem;left:6.25rem;height:2.2721375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kvc18BQ6HgWlmTwSWylMRPk85fnwtITh { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.99921875rem;width:1.99921875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15193;opacity:1;top:4.25rem;left:19.9375rem; }
#cLvVGFNCAZvSAR5sTJ0pyiKAblTTpTiZ { background-color:#0e1e4c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.5019375rem;height:2.37734375rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:25.6875rem;left:7.1875rem;display:block; }
#lXbZJd68ThCCkKzKgqz77cIVNCeUE9IE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ngNEhBbeR4shMIUdfmaVChMHLNxRvrfk { box-sizing:content-box;height:27.4989375rem;width:22.5rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;top:2.5rem;left:26.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#WNMRaDycL9rKQ47cGs9TKwZ1NhloNVhQ { box-sizing:content-box;height:0.123698125rem;width:18.75rem;position:absolute;display:block;z-index:15190;background-color:#333333;background-image:none;top:6.6875rem;left:28.125rem;display:block; }
#WyDSz73CKS65uzunuiIi52B0JHFvZ76g { color:#333333;display:block;width:16.2489375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15190;line-height:1;letter-spacing:0;top:4.625rem;left:29.4375rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#THdf6Z70ZVTv2f4aZgHT08wg35RTQ3Ua { color:#0e1e4c;display:block;width:22.3123125rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15185;line-height:1.4;letter-spacing:0;top:8.0620670318606rem;left:26.343318939209rem;height:2.4500875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O2pO5XHsXisbIxHkKPJV5Vp2FgfIAA9C { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15184;line-height:1.3;letter-spacing:0;top:10.5rem;left:28.125rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u6cO6giBoFmK1IIO7sSgzrVrMS8c9zbe { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15186;line-height:1.3;letter-spacing:0;top:14.125rem;left:28.125rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hz5HsDRP3WXcvfOJ0GVJMvqll6Js05SA { color:#333333;display:block;width:17.6248125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15190;line-height:1.3;letter-spacing:0;top:17.643251419068rem;left:28.687068939209rem;height:2.92535rem;text-align:center;text-align-last:center;display:block; }
#mrQH4ps7V1m0kzaDpQna0oXG4rQC0Ffp { color:#333333;display:block;width:12.4989375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:22.4375rem;left:31.25rem;height:2.2721375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sJF3iOdgcSZiqb3H0OLtXeT4J0t0NNx0 { background-color:#0e1e4c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.48742375rem;height:2.36241125rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:25.6875rem;left:32.1875rem;display:block; }
#DDpIkNBZifqb3xZCtzpFDuAXTNl8DgOU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bvJxAKKm0cHEwBc2iuNwrgZiSkrN15OW { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.9987rem;width:1.9987rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15205;opacity:1;top:4.2491302490234rem;left:44.945747375488rem; }
#AAAfKvzGlZIiSS0NGlHkqSCS90AomaqH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4ec3e0;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; }#AAAfKvzGlZIiSS0NGlHkqSCS90AomaqH > .row .container { background-color: transparent; background-image: none; }#AAAfKvzGlZIiSS0NGlHkqSCS90AomaqH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AAAfKvzGlZIiSS0NGlHkqSCS90AomaqH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AAAfKvzGlZIiSS0NGlHkqSCS90AomaqH > .row .container > .video-iframe-container { display: none; }#AAAfKvzGlZIiSS0NGlHkqSCS90AomaqH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AAAfKvzGlZIiSS0NGlHkqSCS90AomaqH > .row > .video-iframe-container { display: none; }#AAAfKvzGlZIiSS0NGlHkqSCS90AomaqH > .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); }#AAAfKvzGlZIiSS0NGlHkqSCS90AomaqH > .row .container { border-width: 0; border-radius: 0; }#AAAfKvzGlZIiSS0NGlHkqSCS90AomaqH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AAAfKvzGlZIiSS0NGlHkqSCS90AomaqH > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#HkBSb0H76RyAnBgrw4gKEWdhlqgtJUzb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:68.75rem;top:2.28125rem;left:3.125rem;overflow:hidden;display:block; }
#KOUtOMER5Ddq17wuRCN40H5GJTe6veSM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:10.6875rem;display:none; }
#MVq8314zzDLk7f4qGwk7ZIGzTUZKqRnE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#MVq8314zzDLk7f4qGwk7ZIGzTUZKqRnE > .row .container { background-color: transparent; background-image: none; }#MVq8314zzDLk7f4qGwk7ZIGzTUZKqRnE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MVq8314zzDLk7f4qGwk7ZIGzTUZKqRnE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MVq8314zzDLk7f4qGwk7ZIGzTUZKqRnE > .row .container > .video-iframe-container { display: none; }#MVq8314zzDLk7f4qGwk7ZIGzTUZKqRnE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MVq8314zzDLk7f4qGwk7ZIGzTUZKqRnE > .row > .video-iframe-container { display: none; }#MVq8314zzDLk7f4qGwk7ZIGzTUZKqRnE > .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); }#MVq8314zzDLk7f4qGwk7ZIGzTUZKqRnE > .row .container { border-width: 0; border-radius: 0; }#MVq8314zzDLk7f4qGwk7ZIGzTUZKqRnE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MVq8314zzDLk7f4qGwk7ZIGzTUZKqRnE > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;position:relative;display:block; }#o5GpBJ2GUEupJayvuu6Lq8HSOZO2prhK { box-sizing:content-box;height:27.4980625rem;width:22.5rem;position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;top:2.8125rem;left:1.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#BlwFDd7ER4DFLGSVTlP9xkvTqxLVNhuW { color:#333333;display:block;width:16.2480625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15200;line-height:1;letter-spacing:0;top:5rem;left:4.375rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T5T7sl2XQtfd8fScD34pM5qkMgp248Va { box-sizing:content-box;height:0.123046875rem;width:18.75rem;position:absolute;display:block;z-index:15200;background-color:#333333;background-image:none;top:7.0625rem;left:3.0625rem;display:block; }
#MRWEGU0cqvdy5h4QPWql75qoQobtMBQk { color:#4ec3e0;display:block;width:17.625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15195;line-height:1.4;letter-spacing:0;top:8.4375rem;left:3.625rem;height:2.4500875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NOEoRhVXLFrFlqDLeSaSNl9AQpUzfEQe { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15194;line-height:1.3;letter-spacing:0;top:10.8125rem;left:3.0625rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Nhg2gtpi3TEaBTUczc3xM1EVsxhETsdi { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15196;line-height:1.3;letter-spacing:0;top:14.1875rem;left:3.0625rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H8ndyquVuAzTyHJrQcAtUiCPMDqK0sye { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.99609375rem;width:1.99609375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15203;opacity:1;top:4.625rem;left:19.875rem; }
#dTv3ySPqgUtxmgFbDxmCWO0kz4WuHsaT { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15200;line-height:1.2;letter-spacing:0;top:18.3125rem;left:2.9375rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#uaimZsAVqrPG3kRiUE2s6fgVpn6p19Qh { box-sizing:content-box;height:27.4980625rem;width:22.5rem;position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;top:2.8125rem;left:26rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#ZEoIMrV9ebLM59xLWqMhBONaG5TNR9tT { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15200;line-height:1.2;letter-spacing:0;top:17.8125rem;left:27.875rem;height:2.69965rem;text-align:center;text-align-last:center;display:block; }
#BlEX69IuvkT6tnRfIs7QfDS56T2XHIRd { color:#333333;display:block;width:16.2480625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15200;line-height:1;letter-spacing:0;top:5rem;left:29.1875rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#trJq7fWHUZqXQgDOeAiH8T4Aq9H5twlZ { box-sizing:content-box;height:0.123046875rem;width:18.75rem;position:absolute;display:block;z-index:15200;background-color:#333333;background-image:none;top:7.0625rem;left:27.875rem;display:block; }
#FNXtJp2KdN4hvOk145Amxzn1fpuBJnhQ { color:#4ec3e0;display:block;width:17.625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15195;line-height:1.4;letter-spacing:0;top:8.4375rem;left:28.4375rem;height:2.4500875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VugAxQvrINey1z4kcbPXEnePavD8XW07 { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15194;line-height:1.3;letter-spacing:0;top:10.8125rem;left:27.875rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eSFRGiHuBMmdlWi3uFneuOT2dH1h96wC { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15196;line-height:1.3;letter-spacing:0;top:14.1875rem;left:27.875rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BhkBT2alDH4nkUpe8t2RTh9HMuoiTO8k { color:#333333;display:block;width:12.4980625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:22.8125rem;left:6.1875rem;height:2.2721375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MpLdE4hGFXlXN7hsNQaVnZoTfqZrtlmx { color:#333333;display:block;width:12.4980625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:22.8125rem;left:31rem;height:2.2721375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ep16XXgZo2BgZ1OcNTv4XUTo2f1DDkOU { background-color:#4ec3e0;background-image:none;border-top:0.125rem solid #4ec3e0;border-left:0.125rem solid #4ec3e0;border-right:0.125rem solid #4ec3e0;border-bottom:0.125rem solid #4ec3e0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.4501875rem;height:2.32519375rem;text-decoration:none;z-index:15203;text-align:center;text-align-last:center;top:26rem;left:31.9375rem;display:block; }
#ZxKoN6q4mRXs0KMyJ7UZ7p2X6ur3u5TN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wyu1xW0ZrETAevcwccmpON5nLDinR1if { background-color:#bdccd0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.4238125rem;height:2.29980625rem;text-decoration:none;z-index:15203;text-align:center;text-align-last:center;top:26rem;left:7.125rem;display:block; }
#yQn1LzV9fTAeCbXAS2GwARMXhRkx25nq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s9SXSzcsWGkV38QizyGkO8xdkssTnvdr { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.99706875rem;width:1.99706875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15203;opacity:1;top:4.625rem;left:44.6875rem; }
#VWQrUJGtZyOXe6wTgxGO3ImL31aGG7xE { box-sizing:content-box;height:27.4980625rem;width:22.5rem;position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;top:2.875rem;left:51.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#DOQQ5ln0UQZLODIkQhUf4baVBKKZu26m { color:#333333;display:block;width:16.2480625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15200;line-height:1;letter-spacing:0;top:5.0625rem;left:54.4375rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f7hJndQ3599QoTyHIeMyvDMAqaQRgXWT { box-sizing:content-box;height:0.123046875rem;width:18.75rem;position:absolute;display:block;z-index:15200;background-color:#333333;background-image:none;top:7.125rem;left:53.125rem;display:block; }
#rfvbGCXwp9UVCN0zelG2fhoTWrtS4d2q { color:#4ec3e0;display:block;width:17.625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15195;line-height:1.4;letter-spacing:0;top:8.5rem;left:53.6875rem;height:2.4500875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eQVcGul70o1V78Fv3TBJod54ZDAfZhE3 { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15194;line-height:1.3;letter-spacing:0;top:10.875rem;left:53.125rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V1N3CGw369zXF6kzHIo9TfRIGuJyECPy { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15196;line-height:1.3;letter-spacing:0;top:14.25rem;left:53.125rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CG1umZqggrhWx8eGlsC4lPJJlyTdLhhd { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15200;line-height:1.2;letter-spacing:0;top:17.875rem;left:53.125rem;height:2.69965rem;text-align:center;text-align-last:center;display:block; }
#qQ6GGL9xP6caqMhg9fRkROsWN8E9qaSt { color:#333333;display:block;width:12.4980625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:22.875rem;left:56.25rem;height:2.2721375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ATqW0DTS2Crzdb6OUdgL2zZ0Doqp6Eed { background-color:#4ec3e0;background-image:none;border-top:0.125rem solid #4ec3e0;border-left:0.125rem solid #4ec3e0;border-right:0.125rem solid #4ec3e0;border-bottom:0.125rem solid #4ec3e0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.44925rem;height:2.32421875rem;text-decoration:none;z-index:15203;text-align:center;text-align-last:center;top:26.0625rem;left:57.1875rem;display:block; }
#nwAcPza888BqPUKUdXJlD3dTGkTZ5QXR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RraIl07NqwcE6WleT30zFXlUPU9aoTVq { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.99609375rem;width:1.99609375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15203;opacity:1;top:4.6875rem;left:69.9375rem; }
#HMzgqu0SayoMc9emWO7x0eMoPmUWMcmT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#HMzgqu0SayoMc9emWO7x0eMoPmUWMcmT > .row .container { background-color: transparent; background-image: none; }#HMzgqu0SayoMc9emWO7x0eMoPmUWMcmT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HMzgqu0SayoMc9emWO7x0eMoPmUWMcmT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HMzgqu0SayoMc9emWO7x0eMoPmUWMcmT > .row .container > .video-iframe-container { display: none; }#HMzgqu0SayoMc9emWO7x0eMoPmUWMcmT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HMzgqu0SayoMc9emWO7x0eMoPmUWMcmT > .row > .video-iframe-container { display: none; }#HMzgqu0SayoMc9emWO7x0eMoPmUWMcmT > .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); }#HMzgqu0SayoMc9emWO7x0eMoPmUWMcmT > .row .container { border-width: 0; border-radius: 0; }#HMzgqu0SayoMc9emWO7x0eMoPmUWMcmT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HMzgqu0SayoMc9emWO7x0eMoPmUWMcmT > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;position:relative;display:block; }#qCuaX1IdCHKmKz74MS84grHSSuRC1qXL { box-sizing:content-box;height:27.4980625rem;width:22.5rem;position:absolute;display:block;z-index:15039;background-color:#ffffff;background-image:none;top:2.8125rem;left:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#CwCJBg4AceGdBsTerEKCpAQygfdw57wM { color:#333333;display:block;width:16.2480625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15210;line-height:1;letter-spacing:0;top:5rem;left:4.4375rem;height:1.2503875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eP0R2mFtpv5CG7qUJo7sxuL3hlq4AVBJ { box-sizing:content-box;height:0.123046875rem;width:18.75rem;position:absolute;display:block;z-index:15210;background-color:#333333;background-image:none;top:7.0625rem;left:3.125rem;display:block; }
#E7KWnk5NPNV33XHOdUhBTbfR0gUHZP2g { color:#4ec3e0;display:block;width:17.625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15205;line-height:1.4;letter-spacing:0;top:8.4375rem;left:3.6875rem;height:2.4500875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AWnW83F2QBXL1usiTlH8x4Gw1kfIIt6b { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15204;line-height:1.3;letter-spacing:0;top:10.8125rem;left:3.125rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BEFdMBLVp0aDyDDflmdvmDvFPVnyPst7 { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15206;line-height:1.3;letter-spacing:0;top:14.1875rem;left:3.125rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eRC5myXRTSZi005uoygV8sQRnNXbW4db { color:#333333;display:block;width:21.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15210;line-height:1.2;letter-spacing:0;top:16.7978515625rem;left:1.75rem;height:4.049475rem;text-align:center;text-align-last:center;display:block; }
#kxvH2ckN6od1Tx6EKXdOnMbUrg8leKKh { color:#333333;display:block;width:12.4980625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:22.8125rem;left:6.25rem;height:2.2721375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iMH5mSeCsbieFf5UkIUllMbh3Qxa55JH { background-color:#4ec3e0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.475375rem;height:2.35078125rem;text-decoration:none;z-index:15213;text-align:center;text-align-last:center;top:26rem;left:7.1875rem;display:block; }
#Lgyssw3cBiA0zPztd54KJ0AnC3SMUSQu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dMGamAlFczI1fD9W7MmOlTqZDzMt460o { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.99804375rem;width:1.99804375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15213;opacity:1;top:4.625rem;left:19.9375rem; }
#zg1PqBWDtFv41xTEVggf8dq2FaEwlC8T { box-sizing:content-box;height:27.4980625rem;width:22.496125rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;top:2.875rem;left:26.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#AkkWzDHfcXhEmoP69KEuuksSQzgT4TOx { color:#333333;display:block;width:16.2480625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15190;line-height:1;letter-spacing:0;top:5.0625rem;left:29.6875rem;height:1.2503875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e0AqTwa59l2T7gJXE0L6rQ3tAaNQLrTk { box-sizing:content-box;height:0.123046875rem;width:18.746125rem;position:absolute;display:block;z-index:15190;background-color:#333333;background-image:none;top:7.125rem;left:28.375rem;display:block; }
#iwJMDLuK4skZnxUe5XCxPzLBlbCIROLx { color:#4ec3e0;display:block;width:16.183625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15185;line-height:1.4;letter-spacing:0;top:8.4375rem;left:29.6875rem;height:2.4500875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#suPe17J3XqbRq0NBb9FtiDMvqGaCTIPJ { color:#333333;display:block;width:18.746125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15184;line-height:1.3;letter-spacing:0;top:10.875rem;left:28.375rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RCaUNDGg8aIUglxFb2UbZTJHmzUJaRcG { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.99609375rem;width:1.99609375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15193;opacity:1;top:4.6875rem;left:45.1875rem; }
#Zy4mfgxyrnHoTsRrWPyzHFdTqb1ot1Kx { color:#333333;display:block;width:18.746125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15186;line-height:1.3;letter-spacing:0;top:14.25rem;left:28.375rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mNUJlwr2ssPpps5qqJ83fKQhGIMTPDdg { box-sizing:content-box;height:27.4980625rem;width:22.5rem;position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;top:2.875rem;left:51.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#DgrgvlWugKSBFBT3uXqccrNlVXsiVfNn { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15196;line-height:1.3;letter-spacing:0;top:14.25rem;left:53.375rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ErTkBLCq3ab4hntNxvtfIpKeNFJ64onx { color:#333333;display:block;width:20.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15200;line-height:1.2;letter-spacing:0;top:17.8720703125rem;left:52.4375rem;height:4.049475rem;text-align:center;text-align-last:center;display:block; }
#W0U3KUzAyaXEeQ67ZOzaHQ3yCZ55Tb9o { color:#4ec3e0;display:block;width:17.625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15195;line-height:1.4;letter-spacing:0;top:8.5rem;left:53.9375rem;height:2.4500875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x7slCPcrUtHJ7l1vLHqydgLc2cUr7OKl { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15194;line-height:1.3;letter-spacing:0;top:10.875rem;left:53.375rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CaP2nTfAQBZb6fKfel708vMPTXnl3w1C { color:#333333;display:block;width:16.2480625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15200;line-height:1;letter-spacing:0;top:5.0625rem;left:54.6875rem;height:1.2503875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#esrm38xPtT2W0sHsLOITSPET3Zo6IoZ6 { box-sizing:content-box;height:0.123046875rem;width:18.75rem;position:absolute;display:block;z-index:15200;background-color:#333333;background-image:none;top:7.125rem;left:53.375rem;display:block; }
#f9rWsBLv62zE4RyUIyesrwxi0PTR4usS { color:#333333;display:block;width:20.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15190;line-height:1.2;letter-spacing:0;top:17.7607421875rem;left:27.46875rem;height:4.04948125rem;text-align:center;text-align-last:center;display:block; }
#wNM2Tu1xLx0IlTZwSx4tPDImuHZI348Z { color:#333333;display:block;width:12.4980625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:22.875rem;left:56.5rem;height:2.2721375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DawQHEZyTaIS0qz8heZ2kyWiT4Ngadnd { color:#333333;display:block;width:12.4980625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:22.875rem;left:31.5rem;height:2.2721375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h80mJX6QJFK4O7c9MavAKcM7k1nNFsEk { background-color:#4ec3e0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.474625rem;height:2.3505875rem;text-decoration:none;z-index:15203;text-align:center;text-align-last:center;top:26.0625rem;left:57.4375rem;display:block; }
#JplZMi2EOee5ncwhiaWteiOVvfTyg7eQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LK6agkkGOBTOq6xdUwSymlnyOgTN3kbx { background-color:#4ec3e0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.3779375rem;height:2.25390625rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:26.0625rem;left:32.4375rem;display:block; }
#kdfE3KtJ7O0PnyAaKiT8OPW6lWgi17cT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l8k9lhQ98bDkMxW8E1u6BnATTRx6AbAE { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.99706875rem;width:1.99706875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15203;opacity:1;top:4.6875rem;left:70.1875rem; }
#rLDRFwfTJGWqwn9LMT6TwU1fiPRJJvVO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#rLDRFwfTJGWqwn9LMT6TwU1fiPRJJvVO > .row .container { background-color: transparent; background-image: none; }#rLDRFwfTJGWqwn9LMT6TwU1fiPRJJvVO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rLDRFwfTJGWqwn9LMT6TwU1fiPRJJvVO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rLDRFwfTJGWqwn9LMT6TwU1fiPRJJvVO > .row .container > .video-iframe-container { display: none; }#rLDRFwfTJGWqwn9LMT6TwU1fiPRJJvVO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rLDRFwfTJGWqwn9LMT6TwU1fiPRJJvVO > .row > .video-iframe-container { display: none; }#rLDRFwfTJGWqwn9LMT6TwU1fiPRJJvVO > .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); }#rLDRFwfTJGWqwn9LMT6TwU1fiPRJJvVO > .row .container { border-width: 0; border-radius: 0; }#rLDRFwfTJGWqwn9LMT6TwU1fiPRJJvVO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rLDRFwfTJGWqwn9LMT6TwU1fiPRJJvVO > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;position:relative;display:block; }#ScyIELPQe8fGw6LIUPIAGaMpqyZIrGPk { box-sizing:content-box;height:27.4980625rem;width:22.5rem;position:absolute;display:block;z-index:15039;background-color:#ffffff;background-image:none;top:2.8125rem;left:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#x9VyVCWNPB2nfdgRQbMdFmVsy2HcfMkg { background-color:#4ec3e0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.475375rem;height:2.35078125rem;text-decoration:none;z-index:15213;text-align:center;text-align-last:center;top:26rem;left:7.1875rem;display:block; }
#ivdJimorDARTUwgDlZFZcoowaIAIffBc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GBAdCdakm2whpS2el1WpZUThQ9kRv5Cc { color:#333333;display:block;width:12.4980625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:22.8125rem;left:6.25rem;height:2.2721375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W5CAUITboCupxNNdqIqQSM38ozPN4ezu { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15210;line-height:1.2;letter-spacing:0;top:17.4375rem;left:3.125rem;height:2.69965rem;text-align:center;text-align-last:center;display:block; }
#gsVx3nCyh8O29kfQa5uEQS1G9GTGcCHd { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15206;line-height:1.3;letter-spacing:0;top:14.1875rem;left:3.125rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yCHcsVWXCXaoukso9lZclUJmHHTVoVRE { color:#4ec3e0;display:block;width:17.625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15205;line-height:1.4;letter-spacing:0;top:8.4375rem;left:3.6875rem;height:2.4500875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a7QItl20IHoXL7UzcvDqL8IJGF8mdfKK { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15204;line-height:1.3;letter-spacing:0;top:10.8125rem;left:3.125rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vJoS6ZgyQDJ2sbMJeL728ZJZgDgoCiQz { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15195;line-height:1.3;letter-spacing:0;top:10.9375rem;left:3.125rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X8Zo5DOMepZKU9EOMiUU2BkFEOPE29wC { color:#333333;display:block;width:16.2480625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15210;line-height:1;letter-spacing:0;top:5rem;left:4.4375rem;height:1.2503875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Rn3mOL932zEcFwQB9cmZCTf5ZK2UOscc { box-sizing:content-box;height:0.123046875rem;width:18.75rem;position:absolute;display:block;z-index:15210;background-color:#333333;background-image:none;top:7.0625rem;left:3.125rem;display:block; }
#PSu9TneUqDmaxzmm7e6NQgxCF6Q5wSfl { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.99804375rem;width:1.99804375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15213;opacity:1;top:4.625rem;left:19.9375rem; }
#C1xA1u1T3TWN1E8r7Wzpo6eWi93XcnGR { box-sizing:content-box;height:27.4980625rem;width:22.5rem;position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;top:2.875rem;left:51.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#mr19RNEBu5vLPH1CT2qxwC4wS71CL1yy { background-color:#4dc2df;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.474625rem;height:2.3515625rem;text-decoration:none;z-index:15203;text-align:center;text-align-last:center;top:26.0625rem;left:57rem;display:block; }
#ZrNm1PiFs69UbpQ3fb4TrMxWdiLVDXNF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y0aZx1wU85VbzQsb8CBkATduwww7aowV { color:#333333;display:block;width:12.4980625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:22.875rem;left:56.0625rem;height:2.2721375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ahfNXbSox23dFcVhl7FW4pdvn031PSpn { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15200;line-height:1.2;letter-spacing:0;top:17.875rem;left:52.875rem;height:1.35rem;text-align:center;text-align-last:center;display:block; }
#LqVCELTZQBGE9UleZpFFh7UzIaDTNOcp { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15196;line-height:1.3;letter-spacing:0;top:14.25rem;left:52.9375rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zB3BCV4cJmtDfPTATR3wra5ff3LWsGAQ { box-sizing:content-box;height:27.4980625rem;width:22.496125rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;top:2.875rem;left:26rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#Z11uiGlK6qIUTlGvEbS4EJkLXenoMQCI { color:#4ec3e0;display:block;width:22.625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15195;line-height:1.4;letter-spacing:0;top:8.5rem;left:51.125rem;height:2.4500875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k7X9p0bqOkiNMsocCFpKF0sQc3tGcplJ { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15194;line-height:1.3;letter-spacing:0;top:10.875rem;left:52.9375rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M6zROvZETCmKPWKGGoPcr7ADcDuS6KTQ { color:#4ec3e0;display:block;width:22.5rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15185;line-height:1.4;letter-spacing:0;top:8.4375rem;left:26rem;height:2.4500875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KV7BIIuqLIbM7cU9blqXWkg0LJqCuTxw { color:#333333;display:block;width:18.746125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15184;line-height:1.3;letter-spacing:0;top:10.875rem;left:27.875rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BVDrMPyvJvKkfmV76pJk0wKk6POWsNKt { color:#333333;display:block;width:18.746125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15186;line-height:1.3;letter-spacing:0;top:14.25rem;left:27.875rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GckS9sbbpymNDPUp45nXZXDqoqaaZP99 { color:#333333;display:block;width:18.746125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15190;line-height:1.2;letter-spacing:0;top:17.875rem;left:27.875rem;height:2.69965rem;text-align:center;text-align-last:center;display:block; }
#Oy9bWUkuOF246T2IcU3IB5ls53UTXBTq { color:#333333;display:block;width:12.4980625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:22.875rem;left:31rem;height:2.2721375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P9a0vedzmqcA2em4yQDTAzRU59wN8TDv { background-color:#4dc2df;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.3779375rem;height:2.25390625rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:26.0625rem;left:31.9375rem;display:block; }
#MdB8my6spxW5eAWniI9qz0qeHizmoTzn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xmimNsxmDTBfDZdOoNl2Z2HAt7P8LiUT { color:#333333;display:block;width:16.2480625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15200;line-height:1;letter-spacing:0;top:5.0625rem;left:54.25rem;height:1.2503875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kThxtWwfEQ6bBKRRRDX2ebZmquvalbXh { box-sizing:content-box;height:0.12402375rem;width:18.75rem;position:absolute;display:block;z-index:15200;background-color:#333333;background-image:none;top:7.125rem;left:52.9375rem;display:block; }
#cJLieExCLJTw3yEMX0aZ5Gb3a4dE7V1G { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.999025rem;width:1.999025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15203;opacity:1;top:4.6875rem;left:69.75rem; }
#rZFTDxH74lbl24C8927TkDfUk6LbG5ho { color:#333333;display:block;width:16.2480625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15190;line-height:1;letter-spacing:0;top:5.0625rem;left:29.1875rem;height:1.2503875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LKWgsfWT7C7dybgqC4NDqmhoc6crS2UR { box-sizing:content-box;height:0.123046875rem;width:18.746125rem;position:absolute;display:block;z-index:15190;background-color:#333333;background-image:none;top:7.125rem;left:27.875rem;display:block; }
#UoORz1v9VlB1uRuJmxQP0FsMrRzO10hz { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.99609375rem;width:1.99609375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15193;opacity:1;top:4.6875rem;left:44.6875rem; }
#JkOiVahE3CvbWbhuyLtPp5ZFMVQ195lm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#JkOiVahE3CvbWbhuyLtPp5ZFMVQ195lm > .row .container { background-color: transparent; background-image: none; }#JkOiVahE3CvbWbhuyLtPp5ZFMVQ195lm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JkOiVahE3CvbWbhuyLtPp5ZFMVQ195lm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JkOiVahE3CvbWbhuyLtPp5ZFMVQ195lm > .row .container > .video-iframe-container { display: none; }#JkOiVahE3CvbWbhuyLtPp5ZFMVQ195lm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JkOiVahE3CvbWbhuyLtPp5ZFMVQ195lm > .row > .video-iframe-container { display: none; }#JkOiVahE3CvbWbhuyLtPp5ZFMVQ195lm > .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); }#JkOiVahE3CvbWbhuyLtPp5ZFMVQ195lm > .row .container { border-width: 0; border-radius: 0; }#JkOiVahE3CvbWbhuyLtPp5ZFMVQ195lm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JkOiVahE3CvbWbhuyLtPp5ZFMVQ195lm > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;position:relative;display:block; }#NasTTPIZLufIyDqAwecrEBePAXXkmgSc { box-sizing:content-box;height:27.4980625rem;width:22.5rem;position:absolute;display:block;z-index:15039;background-color:#ffffff;background-image:none;top:2.8125rem;left:1.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#ezMieySmIQaMy4pNb0lko2Q4JVnt7kqf { color:#333333;display:block;width:16.2480625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15210;line-height:1;letter-spacing:0;top:5rem;left:4.375rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HF29vFwdHOz3welTIEA2fMmt2oGsiWye { box-sizing:content-box;height:0.12402375rem;width:18.75rem;position:absolute;display:block;z-index:15210;background-color:#333333;background-image:none;top:7.0625rem;left:3.0625rem;display:block; }
#AS7Tootn1BJAc4XwU1Expddwu60nI9od { color:#4ec3e0;display:block;width:22.625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15205;line-height:1.4;letter-spacing:0;top:8.4375rem;left:1.1875rem;height:2.4500875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LhlvaE6xGnBUvHGelnQLNFWsHb6rt8h1 { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15204;line-height:1.3;letter-spacing:0;top:10.8125rem;left:3.0625rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qPAGibRx9bAyFH1bZ3fTtLdmK7k5CBns { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15206;line-height:1.3;letter-spacing:0;top:14.1875rem;left:3.0625rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TPbCPe8TKKOHpUbIEwl67Vq5nC8r2ui5 { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:normal;z-index:15210;line-height:1.2;letter-spacing:0;top:17.4375rem;left:3.0625rem;height:2.847225rem;text-align:center;text-align-last:center;display:block; }
#JXLfN8k5RBfOHKBGlVLXJyVRy6iGzGk6 { color:#333333;display:block;width:12.4980625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:22.8125rem;left:6.1875rem;height:2.2721375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cZKMvDg6z2qhdmxEJZOmtpRIgm0bTq7l { background-color:#4ec3e0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.4755625rem;height:2.3515625rem;text-decoration:none;z-index:15213;text-align:center;text-align-last:center;top:26rem;left:7.125rem;display:block; }
#LeWl5Gxe4lGLk9l5oDkJA8SPRbXN6T0m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ryaqn31EKV9pUbGH9ydyUJIX3KkUM8to { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.999025rem;width:1.999025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15213;opacity:1;top:4.625rem;left:19.875rem; }
#m3z588qyBXgG1WuRdMVZ4n493IGpqGDx { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15195;line-height:1.3;letter-spacing:0;top:10.9375rem;left:3.0625rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#muPFkGf3oZRzT6ZB0RWh0x6PwqBIBcGt { box-sizing:content-box;height:27.4980625rem;width:22.496125rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;top:2.8125rem;left:26.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#BuIlQlmIAHl6t4gPfSZ9wU1aWa3TpI80 { color:#333333;display:block;width:16.2480625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15190;line-height:1;letter-spacing:0;top:5rem;left:29.4375rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XKQxC9OR91SJR6BC8eDRS0IEzNbLIZq8 { box-sizing:content-box;height:0.123046875rem;width:18.746125rem;position:absolute;display:block;z-index:15190;background-color:#333333;background-image:none;top:7.0625rem;left:28.125rem;display:block; }
#QwHTmwiXDQiLDMPOhEJh2VnMosKXgNHO { color:#4ec3e0;display:block;width:21.25rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15185;line-height:1.4;letter-spacing:0;top:8.375rem;left:26.625rem;height:2.4500875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uhmMwvKN2ZV6DVOz6DZi8cbbxkh73Fxv { color:#333333;display:block;width:18.746125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15184;line-height:1.3;letter-spacing:0;top:10.8125rem;left:28.125rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UIUf2C1uG86SRA9rPk1CzWN5FihV4nCd { color:#333333;display:block;width:18.746125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15186;line-height:1.3;letter-spacing:0;top:14.1875rem;left:28.125rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J516X0JxIWBKoCcZKOOeVVbErFWfQ0bq { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.99609375rem;width:1.99609375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15193;opacity:1;top:4.6875rem;left:45.1875rem; }
#buwf92T9IvyJWQApiRXqJ83VRu1Q28my { box-sizing:content-box;height:27.4980625rem;width:22.5rem;position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;top:2.8125rem;left:51.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#PI4qDD99CK4ReeZgKEz16RVzhoraJcC8 { color:#4ec3e0;display:block;width:22.375rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15195;line-height:1.4;letter-spacing:0;top:8.4375rem;left:51.25rem;height:2.4500875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SRPrCsL8KTSmdbqCKq5hGNr5ZhfQI63D { color:#333333;display:block;width:16.2480625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15200;line-height:1;letter-spacing:0;top:5rem;left:54.4375rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nPvMs5HTRlbatElRcLHUBhFXTSq8tTQc { box-sizing:content-box;height:0.12402375rem;width:18.75rem;position:absolute;display:block;z-index:15200;background-color:#333333;background-image:none;top:7.0625rem;left:53.125rem;display:block; }
#BMp78SAnRBJDtbCdtw0G0qAAkUSUilVm { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15194;line-height:1.3;letter-spacing:0;top:10.8125rem;left:53.125rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gl62na5u3DG0oAsym7rzlK2VfEoIMmVB { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15196;line-height:1.3;letter-spacing:0;top:14.1875rem;left:53.125rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vFsMOIzoPhlVEpLvmrsHCi1Q5RXWOaQV { color:#333333;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15200;line-height:1.2;letter-spacing:0;top:17.8125rem;left:53.0625rem;height:2.69965rem;text-align:center;text-align-last:center;display:block; }
#BeU4TUTTJ3FtAQvPMNK1V0BHTCnePgE9 { color:#333333;display:block;width:18.746125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15190;line-height:1.2;letter-spacing:0;top:17.8125rem;left:28.125rem;height:2.69965rem;text-align:center;text-align-last:center;display:block; }
#cVUI8IFMyuoLbxbczeIfcGzLXM2ChTIH { color:#333333;display:block;width:12.4980625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:22.8125rem;left:56.25rem;height:2.2721375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oQfuVNplH1H6NQ32L8kCHZ03fzibgBNR { background-color:#4dc2df;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.474625rem;height:2.3515625rem;text-decoration:none;z-index:15203;text-align:center;text-align-last:center;top:26rem;left:57.1875rem;display:block; }
#nx8cwqSkl1HK7k6iB3mlIETJGGQB0DwD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZLTBvcgJvNOHwiZQiNZFMWbaicAxDFGt { color:#333333;display:block;width:12.4980625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:22.8125rem;left:31.25rem;height:2.2721375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HBU334KMmv74FpraPH2idQbPxMJhT7ST { background-color:#4dc2df;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.3779375rem;height:2.25390625rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:26rem;left:32.1875rem;display:block; }
#CBrTOsRHTXfUbIrLRAJKhL7M6t6d80RD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oxN30p5fPeTveTl0yrUQLENTDPD6C6DR { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.999025rem;width:1.999025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15203;opacity:1;top:4.6875rem;left:70.1875rem; }
#wpTKbRrpnEgHBZMiFmpvMs6uu5npsPQX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9e9f9e;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; }#wpTKbRrpnEgHBZMiFmpvMs6uu5npsPQX > .row .container { background-color: transparent; background-image: none; }#wpTKbRrpnEgHBZMiFmpvMs6uu5npsPQX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpTKbRrpnEgHBZMiFmpvMs6uu5npsPQX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpTKbRrpnEgHBZMiFmpvMs6uu5npsPQX > .row .container > .video-iframe-container { display: none; }#wpTKbRrpnEgHBZMiFmpvMs6uu5npsPQX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpTKbRrpnEgHBZMiFmpvMs6uu5npsPQX > .row > .video-iframe-container { display: none; }#wpTKbRrpnEgHBZMiFmpvMs6uu5npsPQX > .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); }#wpTKbRrpnEgHBZMiFmpvMs6uu5npsPQX > .row .container { border-width: 0; border-radius: 0; }#wpTKbRrpnEgHBZMiFmpvMs6uu5npsPQX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wpTKbRrpnEgHBZMiFmpvMs6uu5npsPQX > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#xwwZTpgqOtt5ZF5Dp8wLaryf6mfQibox { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:12.625rem;top:1.125rem;left:1.125rem;overflow:hidden;display:block; }
#AERB9eqfWQ73fK5xfDhMNDxGN8wXFALb { box-sizing:content-box;height:0.0625rem;width:25.4375rem;position:absolute;display:block;z-index:15191;background-color:#ffffff;background-image:none;top:3.0616302490234rem;left:31.013889312744rem;display:block; }
#szTAWMx300HGCueUrGSEIqTcZ2wTgZ6I { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:gotham;font-size:1.5625rem;font-weight:normal;z-index:15192;line-height:1.3;letter-spacing:0;top:2.0277919769287rem;left:59.138889312744rem;height:2.03125rem;display:block; }
#SHevnRusMVURfp0SirZt7AgCLyT3hGva { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#SHevnRusMVURfp0SirZt7AgCLyT3hGva > .row .container { background-color: transparent; background-image: none; }#SHevnRusMVURfp0SirZt7AgCLyT3hGva::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHevnRusMVURfp0SirZt7AgCLyT3hGva > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHevnRusMVURfp0SirZt7AgCLyT3hGva > .row .container > .video-iframe-container { display: none; }#SHevnRusMVURfp0SirZt7AgCLyT3hGva > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHevnRusMVURfp0SirZt7AgCLyT3hGva > .row > .video-iframe-container { display: none; }#SHevnRusMVURfp0SirZt7AgCLyT3hGva > .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); }#SHevnRusMVURfp0SirZt7AgCLyT3hGva > .row .container { border-width: 0; border-radius: 0; }#SHevnRusMVURfp0SirZt7AgCLyT3hGva > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SHevnRusMVURfp0SirZt7AgCLyT3hGva > .row .container { font-size:0.875rem;font-family:arial;height:38.4375rem;width:75rem;position:relative;display:block; }#NCq2DfLoHHGnvXD1IZqPO4nkd3WBlFo4 { color:#004e96;display:block;width:14.0625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:6.8749866485594rem;left:2.6875rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RUSLSCzkxOZbZRguwhTizOBOiRn6QQy3 { color:#575756;display:block;width:20.8125rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:0.875rem;font-weight:normal;z-index:15051;line-height:1.5;letter-spacing:0;top:12.749986648559rem;left:2.6875rem;height:11.8066625rem;text-align:left;text-align-last:left;display:block; }
#mFqeNEHBsLrlWfAR5OFvqoaQMQNAFzaw { position:absolute;display:block;z-index:15057;height:21.75rem;width:38.75rem;top:4.485221862793rem;left:31.513889312744rem;display:block; }
#gwB7qAyuRRlTMi1byNmqCqGeQzS45BkK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff5f30;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; }#gwB7qAyuRRlTMi1byNmqCqGeQzS45BkK > .row .container { background-color: transparent; background-image: none; }#gwB7qAyuRRlTMi1byNmqCqGeQzS45BkK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gwB7qAyuRRlTMi1byNmqCqGeQzS45BkK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gwB7qAyuRRlTMi1byNmqCqGeQzS45BkK > .row .container > .video-iframe-container { display: none; }#gwB7qAyuRRlTMi1byNmqCqGeQzS45BkK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gwB7qAyuRRlTMi1byNmqCqGeQzS45BkK > .row > .video-iframe-container { display: none; }#gwB7qAyuRRlTMi1byNmqCqGeQzS45BkK > .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); }#gwB7qAyuRRlTMi1byNmqCqGeQzS45BkK > .row .container { border-width: 0; border-radius: 0; }#gwB7qAyuRRlTMi1byNmqCqGeQzS45BkK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gwB7qAyuRRlTMi1byNmqCqGeQzS45BkK > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#QZ5kbTG5Hn3T5wEo8CIxTMMrPqQb2Lim { color:#ffffff;display:block;width:34.8125rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5555534362793rem;left:39.250003814698rem;height:1.13606875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Vw37U55pgxv3pCnPhFkBrsR7D2HCe0s8 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:12.625rem;top:1.125rem;left:1.125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lrDNmPeNKQm4BXfpDPodI3EqKbBsF4o7 { width:12.625rem;height:3.125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q { display:block; }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mFxGGC4xM7PZI1nVBWQITZiJb9WN6ciW { width:28.125rem;height:3.29948125rem;top:22.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ncz3QoV7urmQJyhDCoZGoT3N7abgmCnX { width:29.4375rem;height:22.6875rem;top:1.3874998092651rem;left:18.079831037232rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PpLAVbltD0dumyCsaSgDVcTLTIWexMAS { width:28.3125rem;height:8.4375rem;top:10.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OcN2IorvKrm1TfUN0s7q4EusGVOm4eUQ { width:13.375rem;height:3.125rem;top:29.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zgHdHqEyBCxkAPH2iuvxADg3BTkMRXec { display:block; }
 }@media only screen and (max-width: 1199px) { #ar4oSqlqbhSU6JHCHl6mTkLl9tvLxCir { width:29.8125rem;height:3.12421875rem;top:29.437499523163rem;left:16.748435616493rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rv8DK0dpZ36KdXNeltDocFU7sdle7iI0 { display:block; }
 }@media only screen and (max-width: 1199px) { #wxvl1wPnmiK7gTwVSxgso1MvTX32L35n { width:29.8125rem;height:3.12421875rem;top:29.437499523163rem;left:16.748435616493rem;display:none; }
 }@media only screen and (max-width: 1199px) { #E5Ui3BBxMDTe086aXgn9EdgTJIHb3ARO { display:block; }
 }@media only screen and (max-width: 1199px) { #wO9IRsMTaq6ArAKf39rvsevxvvVqOrgD { display:none; }#wO9IRsMTaq6ArAKf39rvsevxvvVqOrgD > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #i02vABNEr50ifgbQEVvT0KQr34TW3ThL { width:47.75rem;height:7.25rem;top:3.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iODugFA6ag18PThpda0WcOFKLDpchyQH { display:block; }#iODugFA6ag18PThpda0WcOFKLDpchyQH > .row .container { width:47.75rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MzOfEV3q4VZV41nyBNiiNx4l2yGcp8uc { width:12.5rem;height:2.7625rem;top:3.8125rem;left:17.625001907349rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dG0hTAsDEBCNN3DoCwPc3xGvEMgvKTyg { width:9.375rem;height:2.3125rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZsBM7UJvTblPbXC8RJ90sAJ7WO75NS5M { width:10.4366875rem;height:6.8203125rem;top:25.683982849121rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #si2LmnBz9xxXZI0rQ9VepQQpUsJkriMi { width:6.125rem;height:2.125rem;top:16.5rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CqzTAdATDlX2o6bgFLgXpzUzIhgDrM0O { width:7.125rem;height:2.25rem;top:16.5rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sXmLnDb2FyHTTuA0K061yEeLHMTLAIN9 { width:35.25rem;height:2.5996125rem;top:7.5rem;left:6.2500019073488rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dpLKdOyMBT2ev7blNxTtdA2TWgIeh5ht { width:11.8125rem;height:3.125rem;top:20.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TOusNoyBQkQlXOWBgLZ1ysD6lw1DyibP { display:block; }
 }@media only screen and (max-width: 1199px) { #fCABzic2X0PddhuguWPpJAbX4NpdaioW { width:11.8125rem;height:3.125rem;top:20.8125rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e94lUvdM2v1h27ZhLuZVOWIr3pG889V2 { display:block; }
 }@media only screen and (max-width: 1199px) { #m7I0LQOmeXq52K4U4BA8wkuJV5R2TJzD { width:11.8125rem;height:3.125rem;top:20.875rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xESIS5OToqx4cnDMwczbD5MwWO89evk4 { display:block; }
 }@media only screen and (max-width: 1199px) { #TFkiKDlxVGTiM87PtfeKyMr2RObCbx18 { width:11.8125rem;height:3.12421875rem;top:39.3125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gwkUSq4oSa6aBVRrrVIH6OiuSAUw3IWT { display:block; }
 }@media only screen and (max-width: 1199px) { #TB5SX0NDTMm7TPc50T37d1DT50QDaDTI { width:11.8125rem;height:3.125rem;top:39.4375rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XgqxQMqPqptq4RamdWlra4s9rwQ6MsHf { display:block; }
 }@media only screen and (max-width: 1199px) { #tTkCXH0EviT9fkhEW6unTxZEHgTE9EPT { width:7.9991875rem;height:2.25rem;top:35.1875rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R94u63GTLW0er4p1TCIT1z9bs08rukHW { width:9.6866875rem;height:4.37460625rem;top:34.125rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ksc7DNZI9C1PckmzXwtINtIspiLZ8FC7 { width:9.375rem;height:0.3125rem;top:11.4375rem;left:19.187501907349rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HQvGBlCxyVEgE2kzSTzF2w3qxqT2repf { width:11.6875rem;height:3rem;top:24.6875rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KIyX6WIzWeOu5laOGTh93uEivkAFvHrT { display:block; }
 }@media only screen and (max-width: 1199px) { #wCAsmchGQdsBsuQcLsd2CDDIQE8Zuu3u { width:11.5625rem;height:2.875rem;top:24.8125rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lKLN6HfxviMHK3OA8bmBtvbIJ80CqZ04 { display:block; }
 }@media only screen and (max-width: 1199px) { #cA5PoV34PULmfOhCGmNhyLBHu2KRfO0M { display:block; }#cA5PoV34PULmfOhCGmNhyLBHu2KRfO0M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #aLAbr02yR0SBESUWf2pUDtJvaxqyMTO3 { width:47.75rem;height:3.2556818181818rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #izfk97uK4XT7kohUTGVn1eaq2NCNeM9z { width:13.6875rem;height:3.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #xHkX6gbT845Rn43Cb4uou2SMUcTm3wi5 { display:block; }#xHkX6gbT845Rn43Cb4uou2SMUcTm3wi5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #AfHrc1cM4clzazpNVkKetwt7MlAv6WTm { width:15.5rem;height:27.4375rem;top:2.4996089935302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KIxnGK79aTWQaT5u6s6sZeVaWQi7D6UW { width:16.1875rem;height:1.2503875rem;top:4.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hPsiZJk8aIxEsGQzfU5Q1SltPP6hXKWb { width:15.375rem;height:0.0625rem;top:6.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zt8zDQmsUJuPT2FNrbmzeZML9GKyIitr { width:16.125rem;height:2.45rem;top:8.75rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aHrVLDQ1JVyv3E7lDPDeVZhhx8EceE2T { width:15.5625rem;height:1.4625rem;top:11.198436737061rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cHCMUXwDDq5F1ZBu0RNtfhCFfXVzdU5H { width:15.625rem;height:1.4625rem;top:13.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oo2gxvzbNuty862CSCSpyFRVnfHh6AB9 { width:15.375rem;height:3.25rem;top:17.837108612061rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z5nW5daO6vVJIrye7FoOG0qWmr2uHEZy { width:10.562125rem;height:2.4375rem;top:24.9375rem;left:2.6765624284744rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HX5nLWi4oMdTyzL4GgUgc6L9BbzQMdnO { display:block; }
 }@media only screen and (max-width: 1199px) { #a5sTs0l0PBFTqTzWbzGlGBoy709oaUkV { width:1.93710625rem;height:1.93710625rem;top:4.2785148620606rem;left:13.635936379433rem;display:block; }
 }@media only screen and (max-width: 1199px) { #slGnPCrILLaNDhVKMsdAFx0wJJh4iOok { width:15.4375rem;height:27.4375rem;top:2.4996089935302rem;left:16.249608635903rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bDSChmUmBJkMH8qqPFqFXzG4lzpwB3Dl { width:16.1875rem;height:1.2503875rem;top:4.6875rem;left:15.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ti0ncfm4xhu8Shpa8HJA2kUAlSTMzylb { width:15.375rem;height:0.0625rem;top:6.62109375rem;left:16.184375345707rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Cfzc7netg7OeSyxS2Jpwy7ystT0srqyq { width:16.125rem;height:2.45rem;top:8.6875rem;left:15.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TZI9KJENdVJ7E3lJI0I7nBvngQ9JBRfy { width:15.625rem;height:1.4625rem;top:11.249998986721rem;left:16.062108635903rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EpLnxh7fwo568bVPXxpFsvTSVKKuwnkB { width:15.5rem;height:1.4625rem;top:13.874998807907rem;left:16.187108635903rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZizkvQTp7PTSUCQIzOrwfCnZFVye792S { width:1.9375rem;height:1.9375rem;top:4.3125rem;left:29.687499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rNO9mMNxJ5ET5zQscVFAXsnI9mRn3a1M { width:15.3125rem;height:27.4375rem;top:2.4996089935302rem;left:32.249997735024rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g82ouzivULPSyeTCkoeZBF6flKMwlJiV { width:16.1875rem;height:1.2503875rem;top:4.6875rem;left:31.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qGzUIOK3Egdy97aKg9KrCtEtsfC5wt5H { width:15.375rem;height:0.0625rem;top:6.5617065429688rem;left:32.186719477177rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f9IpuqD1wAA9Esb23E3oTKqm31zXTatX { width:15.25rem;height:1.4625rem;top:13.874998807907rem;left:32.312497735024rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XBruZVkCngfdfLAEhlTlUw8D7QWUTpim { width:16.125rem;height:2.45rem;top:8.748046875rem;left:31.624215722084rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PRyxWgQValQxxVOCNdgAQpSfiEKzul8z { width:15.375rem;height:1.4625rem;top:11.249998986721rem;left:32.187497735024rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IS3okbW7NG1mD22MK7bx6EKZ6FiTLSuk { width:14.75rem;height:2.92448125rem;top:17.999218463897rem;left:16.416406214238rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eXzhzTVtHQtA13J79XuN8ZxOA7GFsgMO { width:14.75rem;height:2.92448125rem;top:18rem;left:32.562501490116rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K4xFEWCMzr5TarDTRDlezbWuHlVG3LfI { width:1.9375rem;height:1.9375rem;top:4.3125rem;left:45.562501490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uhHVbBNGfffbgrTqyCA3mamGdNEdyPOQ { width:10.562125rem;height:2.4375rem;top:24.9375rem;left:34.509374260902rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qvfwheX1VGaCH2LPRe0exM0Q6MWtvwXC { display:block; }
 }@media only screen and (max-width: 1199px) { #JvedVItVOpGExXT7b4TZVAhLbSgqTHcT { width:10.562125rem;height:2.4375rem;top:24.9375rem;left:18.592967629433rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LccsRbMXKfeydHMTQCUAsdOnayQkJ4NG { display:block; }
 }@media only screen and (max-width: 1199px) { #FcLU4OXV3ndVgFx8V3TmGKZBoAn0CeMI { display:block; }#FcLU4OXV3ndVgFx8V3TmGKZBoAn0CeMI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VPzifyD32BLvgTKQ93Q6itITvSTQLso3 { width:15.5rem;height:27.4375rem;top:2.3742065429688rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sW76tWQm2CQabnb1Rmquyq1HlSlzI9yu { width:16.1875rem;height:1.25rem;top:4.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h2qQgb4Ep7fyO11BlGUTHmqFocw02nOT { width:15.8125rem;height:0.0625rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nF2srJFPth37GMePpBEI588FEUrqJ3c5 { width:15.9375rem;height:2.45rem;top:8.6238250732425rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pFUinHvUhUMhciTvVqhb2LuIDlSTT89G { width:15.9375rem;height:1.4625rem;top:10.999219894409rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FUuS2Rk9FlHbTkL6m3niyI7aoZvqRnOD { width:15.8125rem;height:1.4625rem;top:13.74960899353rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p2FIV7b8vKJgbqe6UlNHVWcyaV4uVB43 { width:15.375rem;height:2.92448125rem;top:17.8125rem;left:0.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gd6KoBwt0EX5TXv2HuNapWTdWRf6QHrk { width:10.562125rem;height:2.4375rem;top:24.311714172363rem;left:2.6765624284744rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vXLlxoOm2cFZRavP3aPpwLIh7F8327Fc { display:block; }
 }@media only screen and (max-width: 1199px) { #QMG3MTH9OGdPmDXXwRyDkZMcVN9heTgP { width:1.9375rem;height:1.9375rem;top:4.1554688513279rem;left:13.612499773503rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qceRo964ccQIQg8RJ4lGuhthRhGWecuD { display:block; }#qceRo964ccQIQg8RJ4lGuhthRhGWecuD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CSBL8SCDGtA6fLdTiMUg7xzkDg02NM9C { width:47.75rem;height:3.5161363636364rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PKfrEacNhPI6EpMDlADsPlQontl0SdFq { width:47.75rem;height:16.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #H6FmVh4RSD0dIlo80TqVWVod6oZEVW7E { display:block; }#H6FmVh4RSD0dIlo80TqVWVod6oZEVW7E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #c4ImJmok7ZlS1p7xJkqZZm9mVkCCiRCO { width:15.375rem;height:27.4375rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IpoapLg7pdPbEQSymZvfeNr1xkiLZbel { width:15.0625rem;height:1.25rem;top:5.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GcIdpNttPhShCTQzD8OTO7rPuwf2z0s7 { width:15.625rem;height:0.0625rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oWlymSZKLVBH4JeMfk1BPf5GiF1eMa9S { width:15.375rem;height:2.45rem;top:9.375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VBDlypoIZluvH5HiCRpe5dLfTIw72DOR { width:18.75rem;height:1.4625rem;top:11.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gIdh5I2sNMElEC2npTWBdCLhEeQreyDK { width:15.4375rem;height:1.4625rem;top:14.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eA5qy3FLyrfByaZTcC3d5VuEMlGiwV8X { width:1.9375rem;height:1.9375rem;top:4.875rem;left:13.375000536442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DpEQitXH5US6rT0EdCRmv14wOg7nkUKl { width:12.4375rem;height:2.2734375rem;top:23.3125rem;left:1.6865234375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #niVVcxyTLMbP8BlmRhS5likB6Ve3neC2 { width:10.5rem;height:2.375rem;top:26.27499961853rem;left:2.7078126072884rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OkdEN7HTmeveBGXCnuZpvc0RfKgXmdxB { display:block; }
 }@media only screen and (max-width: 1199px) { #QDqdMZZTp4Nh0ECKwVTZIhELcbyb77mq { width:15.375rem;height:27.4375rem;top:3.125rem;left:16.250000536442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RxTJMcvuF15mWT9baTGm1gGWZpTHl5Tz { width:15.625rem;height:0.0625rem;top:7.3125rem;left:15.937500536442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dODsXf9hzqT1eCMK9vBKDsmVLc2PkXxt { width:15.3125rem;height:1.25rem;top:5.25rem;left:16.312499582768rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kk4Q8Kq11mb7TgVVMcbfc61d3rIA7dSi { width:15.5rem;height:2.45rem;top:9.375rem;left:16.124999582768rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #moxk2T25Kzh24CuwyDXQ8nS5aFyM2Kzo { width:15.3125rem;height:1.4625rem;top:11.75rem;left:16.312500536442rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AlQ5XdaioucS4TFzbDfnGGAH27umJqzf { width:15.375rem;height:2.924475rem;top:14.5rem;left:16.250000536442rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dWu7pqQxCdGsxB8wzMMxfyxenbpWy7Dm { width:15.5rem;height:2.92448125rem;top:18.375rem;left:16.125000536442rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kvanblIsyngxlH3Lq7u1667fDEyhkHgL { width:12.4375rem;height:2.25rem;top:23.3125rem;left:17.562502384186rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O3MGS675JreT9JSTIszsbRX7MKUGC2v7 { width:10.425rem;height:2.3rem;top:26.312501907349rem;left:18.624999582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gMnN1W6MDOleI6RwPk1ZENHAyTaiDKBP { display:block; }
 }@media only screen and (max-width: 1199px) { #pU96TyuaWQNPM2mRqIZFCadB1pJyotOG { width:1.9375rem;height:1.9375rem;top:4.875rem;left:29.687499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XoSRprKvFTpZI2vsWqben7wHv7l90Rry { width:15.4375rem;height:27.4375rem;top:3.1875rem;left:32.062499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GBx46T6nOeCgZEqq3stvGD45BcTd4X2T { width:15.625rem;height:0.0625rem;top:7.3125rem;left:31.832814753056rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lk7PgtyoXBfAdEWBtTvTc9iURR5JRC3d { width:15.625rem;height:1.25rem;top:5.3125rem;left:31.875001490116rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mxwZk1ZJMDEmno00l4ziID2rJq7naWWw { width:15.5rem;height:2.45rem;top:9.4375rem;left:32.000001490116rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VvzrqKtJcHl0zU2UJmZZfXTuquRIcr8y { width:15.625rem;height:1.4625rem;top:11.8125rem;left:31.874999582768rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cTdwCqrpgbgMUSQuFc4dDyZfTWmugtuu { width:15.9375rem;height:1.4625rem;top:14.5rem;left:31.862500727177rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e8e3f4NtfSLAiAdNW6xFSPCLar1wmgTr { width:15.3125rem;height:2.875rem;top:18.4375rem;left:32.125002384186rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q8sAnSAydHnT4vs1uVM9ET7lZEnkIT1E { width:12.4375rem;height:2.2734375rem;top:23.3125rem;left:33.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S10OfngNAbKAemVxw4Dw2gLVSaS9Wcgd { width:10.4375rem;height:2.3125rem;top:26.3125rem;left:34.4658203125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Oc7u6IB4uBckreUb548S7nhy9Q2lzncT { display:block; }
 }@media only screen and (max-width: 1199px) { #mvN6KWUau34wsgn3ToHU4PQwRfirzvaR { width:1.9375rem;height:1.9375rem;top:4.9375rem;left:45.625001490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zZtC5vEV2X6xVoHFTqENGLfx5nWPUwGB { width:15.375rem;height:2.92448125rem;top:18.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nqb3RxqtKSXibdC6WmT86INNPDOKcXEs { width:15.4375rem;height:1.4625rem;top:11.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZIOHIe0lEHr7xL06szWec8P8xEUDgA7V { display:block; }#ZIOHIe0lEHr7xL06szWec8P8xEUDgA7V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GOb6CVp2xgyRWBKqIsIT71K9vQugWhqw { width:15.5625rem;height:27.4375rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k5hc940M6tMJTiKJlEugD8p6NoOsaEXU { width:16.1875rem;height:1.2503875rem;top:4.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CddFsuZ719samE9THURsvAaXhOgiqMxq { width:15.6875rem;height:0.0625rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uc7wSuzTvBtWeEmgDdmhTq4zvPwBsxBU { width:15.875rem;height:2.45rem;top:7.6875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XAh3yE0pFtqVV1Gra9IEQzVpFaCrHgKP { width:15.5625rem;height:1.4625rem;top:10.137500762939rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tg96Cyk0D3ZaJhErJmJmsO3QgLbynMpC { width:15.8125rem;height:1.3rem;top:12.97500038147rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UvclewHMRIBDRQ39K68uMknV3TST6026 { width:15.3125rem;height:1.4375rem;top:17.5rem;left:0.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NoxzmPO3h37nnXaJvFVraGIVdeZr5TUS { width:12.4375rem;height:2.2734375rem;top:23.187501907349rem;left:1.7390626072884rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dTqRBWksdK1toL0rUAhKuuBPmPn7zBZk { width:1.9375rem;height:1.9375rem;top:4rem;left:13.625000536442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nnc4TsbQH4Tm43WcQqw5SOuyAhzAGRJz { width:10.2375rem;height:2.1125rem;top:26.30624961853rem;left:2.8015626072884rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ih2unl5VwSgoei6xyWwoqNeS0sV402vJ { display:block; }
 }@media only screen and (max-width: 1199px) { #F8KLuGzROu9SOtIviFbvs6LO36WZVC80 { width:15.375rem;height:27.4375rem;top:2.1875rem;left:16.250000536442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zAFRWzumQR6nQuapUv3micRrhERFrBhV { width:16.1875rem;height:1.25rem;top:4.3125rem;left:15.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JKUWANHhc3Jk2PdFJ0dNBz4QLw168TTe { width:15.6875rem;height:0.0625rem;top:6.4375rem;left:15.812500536442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L9gpGLZzcynXFV9aeJ61Bx5pSRvMqh7B { width:15.4375rem;height:2.45rem;top:7.6875rem;left:16.166406214238rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eGCU6angKWxRLui3hmqz143VR0JW3yyC { width:15.625rem;height:1.4625rem;top:10.137500762939rem;left:16.145312845707rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iOpf6XAdvTvJ0kblkb0ZJiF7SGy42GWB { width:15.375rem;height:1.3rem;top:12.97500038147rem;left:16.395312845707rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rb6IXTGhQJw449TgRqTAbRIVzTArNRhy { width:15.375rem;height:1.4625rem;top:16.75rem;left:16.187499582768rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lD6GIrznd7suvF6ClJSURTnlo6CBd5SD { width:1.9375rem;height:1.9375rem;top:3.9375rem;left:29.624999582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ReQsg36akCy2KA4FDzJUkpBOUqX0OWTR { width:12.4375rem;height:2.2734375rem;top:23.187501907349rem;left:17.656249582768rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uC8Ou1QZlISUB3qntWxdQJTUO4aqKms5 { width:10.5rem;height:2.375rem;top:26.21249961853rem;left:18.624999582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZPMo9TTVI2vr4mtCBN2urkc0OuKeL7w1 { display:block; }
 }@media only screen and (max-width: 1199px) { #IcizKOg5mVnbwuGB3nnKPcKvrnapBbiR { width:15.375rem;height:27.4375rem;top:2.1875rem;left:32.124999582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vBeARRVa9RCkbl5DnHDxd005qkhPRmB5 { width:16.1875rem;height:1.2503875rem;top:4.3125rem;left:31.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fl2UDi9I6Rw84BlnIR5mOxLphTK89c2R { width:15.8125rem;height:0.0625rem;top:6.4375rem;left:31.832814753056rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qdG8kdknSi4qK2ORWcmX3WRzNxoCR68l { width:15.5rem;height:2.45rem;top:7.6875rem;left:32.125001490116rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z4XT1KsMZDtiF8GQAmHAJE1edtkAGfOF { width:15.5625rem;height:1.4625rem;top:10.137500762939rem;left:32.062499582768rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HREDqEsfbDXdnV9koFJwvuSdKcuvvq8K { width:15.625rem;height:2.5996125rem;top:12.97500038147rem;left:31.999999582768rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AeQSDXVN5UBqDH8PUKycMB3TcGpLGnS0 { width:15.625rem;height:5.19921875rem;top:16.625rem;left:31.874999582768rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nXn7HRr2vkBo8RSlnKTGnKnvzdZJlW5r { width:12.4375rem;height:2.2734375rem;top:23.187501907349rem;left:33.572656214237rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UyMZChJAWUT2tpzbUIxN5SJ1Ln5xil01 { width:1.9375rem;height:1.9375rem;top:3.9375rem;left:45.500001490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #evHaUQSvesmWaapfJOVpANqIuDow7w51 { width:10.175rem;height:2.05rem;top:26.375001907349rem;left:34.666406214237rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z1mWIHvhhBTQptLyMhDFN8rAKEZrXUZo { display:block; }
 }@media only screen and (max-width: 1199px) { #AyCbl4cTAGTa84MHTAoE1iSifwgXsIs9 { display:block; }#AyCbl4cTAGTa84MHTAoE1iSifwgXsIs9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WCSXiQ5XQ2TsuOrIChrxuQpLSB5zD7Ih { width:15.5rem;height:27.4375rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UKGSZT7tNkUQTIvwWVBGL8tF1xciW1Rb { width:15.25rem;height:1.25rem;top:5.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pCi2QqLoXXRVKu7uQapAd34q0CObfztp { width:15.8125rem;height:0.125rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tOPteCd90i6NDJolZ7q17SBipmSQS9ht { width:15.625rem;height:2.45rem;top:8.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zsW7CoS66f2RDqfhU6S557WOw6AgM3TM { width:15.5625rem;height:1.4625rem;top:11.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GiWCxh7ey9maTMavya105Znr6IvFIqiP { width:15.5625rem;height:1.3rem;top:14.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T7O6Im1cNgOtsiSQGXkiJW9mo5QX67Hx { width:15.375rem;height:2.924475rem;top:17.5625rem;left:0.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fRLNoTxcVSv7BmdU68yipuihrLw0Zi70 { width:12.4375rem;height:2.2734375rem;top:23.312501907349rem;left:1.7390626072884rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BJozT9yreFcxUDnk9ZR5iq4q4ELwtgNk { width:1.9375rem;height:1.9375rem;top:4.90625rem;left:13.612499773503rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aDSQEw2CPaNiXVKh3vg9chql4sKQ2JlN { width:10.4375rem;height:2.3125rem;top:26.3125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pdlgGiSBMQkpfsq9w8fc7rs7hkNyFQdc { display:block; }
 }@media only screen and (max-width: 1199px) { #Jq5LL4kMeapgXcwbB1fRSbfW9zrTDSVJ { width:15.5625rem;height:27.4375rem;top:3.25rem;left:16.062500536442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ngk08oPwmH7qRnVno6QHfOVwqhF5wWkN { width:15.5625rem;height:1.25rem;top:5.375rem;left:16.062499582768rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RERG63Jk3VxtGTudaNf0RuDhfDwrOIEh { width:15.8125rem;height:0.0625rem;top:7.34375rem;left:15.874999582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BBxZHykdHVrJpcVHIO43Wg9V46yASTUu { width:15.9375rem;height:2.45rem;top:8.8125rem;left:15.916406214237rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FTaRGOtsNZIRiaknzCTR0Mgmf9INLc8s { width:15.8125rem;height:1.4625rem;top:11.75rem;left:15.957812845707rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uSEJ0k0RybT5q04PARpO7okIIK4AF5LQ { width:15.625rem;height:1.3rem;top:14.0625rem;left:15.916406214237rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qN0KyFzV0iTWiW3caeVZISIUcf9Vqsyw { width:15.375rem;height:2.924475rem;top:17.6875rem;left:16.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h5x5WlTE4mbfVNd5mBSELhJdwmBUCHnT { width:1.9375rem;height:1.9375rem;top:5rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QZp9GtmkT20ra7CZRMQ72b8FDmEd6fqF { width:12.4375rem;height:2.2734375rem;top:23.312501907349rem;left:17.656249582768rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v6aa4pUlg09rh96Mg8s1JuLlRWT5cJvb { width:10.4375rem;height:2.3125rem;top:26.4375rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Cck2yirT9AtUBSSzUgexyFefd11PD8cC { display:block; }
 }@media only screen and (max-width: 1199px) { #RzNu2uEIyReZDNhFA5uSCivvBIWNgc2C { width:15.1875rem;height:27.4375rem;top:3.25rem;left:32.312499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #disGQdes9y3tGKuFkwHoZmDDVXO4n8bc { width:15.125rem;height:1.25rem;top:5.375rem;left:32.375001490116rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cXCpSBtyNTg5siE1Xbwm7TiQvCE4TVNr { width:15.8125rem;height:0.0625rem;top:7.34375rem;left:31.832814753056rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PmWVFF0C4WO93iUkz7xwcCMXwk5yTSJX { width:15.1875rem;height:2.45rem;top:8.8125rem;left:32.312501490116rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QRQiyIWQwLITzOpBOfvLsCNZaqLcTsBT { width:15.4375rem;height:1.4625rem;top:11.75rem;left:32.187499582768rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vnS0toXKyhct6nx2GpDSSAMiFULaN2ex { width:15.1875rem;height:2.5996125rem;top:14.0625rem;left:32.312499582768rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vX3OBaknkZbrVyTCkMi8EFCzIFIXA6X4 { width:15.0625rem;height:3.65625rem;top:17.6875rem;left:32.437499582768rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #em6mRrqwkxlPoUZ9Ap3TfcPUbNkJai8f { width:12.4375rem;height:2.2734375rem;top:23.312501907349rem;left:33.572656214237rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QEeHxDeXVF50GlNN32bb6AO0sqIwdLw5 { width:10.5625rem;height:2.4375rem;top:26.4375rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ufyKvx6zWaJvm7Jhv5p6Ev6KyNTB40H9 { display:block; }
 }@media only screen and (max-width: 1199px) { #MZLUdAgKMBPZtTI97CdRWfDr5A4Jebt1 { width:1.9375rem;height:1.9375rem;top:5rem;left:45.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EEUbtTkkPCgWfLawAspxeyarN0ni4kxh { display:block; }#EEUbtTkkPCgWfLawAspxeyarN0ni4kxh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #FClxTOfhEcmb1FHK3ex1UKO0BBcapPa6 { width:15.5rem;height:27.4375rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KBofs50oVuLCBbpHcM3KyWPCOXxmBFlN { width:15.875rem;height:0.0625rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dC9DTL3D4aCFoA2n0iSmayNGVM5EHNhE { width:15.375rem;height:1.4625rem;top:9.8867192268369rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wqqqe8yFA9KlWdlnXxuABXbOv3t51EHH { width:15.375rem;height:2.5996125rem;top:12.750000476837rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GHgEVrOZss6rvv89DaMv89mQflLdwa06 { width:15.8125rem;height:5.19921875rem;top:16.437500715256rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bWJiBe2TKEqpXSzt9mPT9GpZLndZUt8N { width:15.0625rem;height:1.25rem;top:4.1250009536743rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sgAHkiCCGTAwDOkpnwLVdKFIQzUTKFv3 { width:16.125rem;height:2.45rem;top:7.4374818801881rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V3p5Q6B1WOFWSl7sAb8RGmavbT8MA591 { width:12.4375rem;height:2.2734375rem;top:22.4375rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h2M18OcaSi87zTk3Cm0z5Tzdi3qUIc2n { width:10.5625rem;height:2.4375rem;top:25.1875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CuTSiTCJzPvETt8rxm8fXJgZTCJWq02n { display:block; }
 }@media only screen and (max-width: 1199px) { #glQBBbksGam0G9PuBymmGTPMTMzx5aoJ { width:1.9375rem;height:1.9375rem;top:3.7812504768372rem;left:13.174999773503rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cdpuJ2CvrwmcBi7lCmRN4bFg3GxHAGbD { width:15.5rem;height:27.4375rem;top:2.125rem;left:16.125000536442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OHBRvMoT84SK1X8JQNlD1flRFeT3yBrU { width:15.875rem;height:0.125rem;top:6.1562504768372rem;left:15.499999582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iqIZTBk56SfeaJ97VUsD3Mbidnc2A9Lv { width:16.1875rem;height:1.25rem;top:4.25rem;left:15.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q9mt0zVJ3GZAWTbDQFZ1aHNzzqxJQxAP { width:16.125rem;height:2.45rem;top:7.4367008209231rem;left:15.916406214237rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KygVQ1Ha56lWTh6uytwB1GhydabhphIi { width:15.875rem;height:1.4625rem;top:9.8867192268369rem;left:15.895312845707rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gLeP5SNHxfuyAgMdHq2rvPEp8K6cP05V { width:1.9375rem;height:1.9375rem;top:3.7812504768372rem;left:29.487500727177rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pDsbil1dWRpg4xoTqq2JemaTyITxqauB { width:15.5625rem;height:2.5996125rem;top:12.750000953674rem;left:16.093749582768rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oQMB1tyLsatFOzPASMUQhWlrQXTIDFas { width:15.375rem;height:2.5996125rem;top:17.125000715256rem;left:16.250000536442rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AuTvnN1N0HiidPiKWGeuZV7CBzOe06MX { width:15.375rem;height:27.4375rem;top:2.125rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kd1sNd02JOtBkgTutVFFVX5MFs2hCmB2 { width:15.3125rem;height:1.25rem;top:4.25rem;left:32.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rvks5z4IVPZ3hRUuU00EVavTomUqIkqG { width:15.875rem;height:0.0625rem;top:6.1875rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HymPoZIs88m0g12E1oLteMlRPglqc4lw { width:16.125rem;height:2.45rem;top:7.4375rem;left:31.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eIThksoTMIl1nvdvRp5NK9Bl2cNFTFLF { width:15.4375rem;height:1.4625rem;top:9.875rem;left:32.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KpXWTTOlZ7L5tzyJ3T7qfHRLopETCHHw { width:15.375rem;height:1.3rem;top:12.75rem;left:32.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qg1aZx7VPFKOcu527ZOLFOQepK6Rlas6 { width:15.5rem;height:3.89941875rem;top:16.875rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JUmxFpM5Gc5xV0zX9XxAdFA5BCCoVdKh { width:12.4375rem;height:2.2734375rem;top:22.4375rem;left:17.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UuO0THLWbMiglshUrPp6TbBW9ee5S09u { width:12.4375rem;height:2.2734375rem;top:22.4375rem;left:33.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qfvWSELbdOhxZ9Fdsa7ZeUSrXbro0L3d { width:1.9375rem;height:1.9375rem;top:3.875rem;left:45.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GLHVmEioz4oXr00QHqgoFViHVEJmX9h0 { width:10.5625rem;height:2.4375rem;top:25.3125rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BiO141T5MRs6Kvapshvt6yqtSFRdCleI { display:block; }
 }@media only screen and (max-width: 1199px) { #glp86FC2mWIOEBPH21TTc3PLZ2v2z16l { width:10.25rem;height:2.125rem;top:25.375rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LnvHpV6xT6mUqMgI5cUeEFN38633mAyz { display:block; }
 }@media only screen and (max-width: 1199px) { #M0tErUuBkIk0oxiXvWXkiGAEK6ONbeoI { display:block; }#M0tErUuBkIk0oxiXvWXkiGAEK6ONbeoI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WPx16oIEgyp7fs4WG9F97JnIvMceJ8nz { width:15.5625rem;height:27.4375rem;top:2.1867218017578rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gUhrl2J34DrkeDUGZg2SrDyl8KT8CX9C { width:16.1875rem;height:1.2503875rem;top:4.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OVgrSOC77GnaxKuTvBpes6Fk3gJexrD5 { width:15.875rem;height:0.0625rem;top:6.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RPzFNPUc5pw2zeUCMVsJ0OGaotLPN27m { width:15.75rem;height:2.45rem;top:8.3750009536744rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C69rhI7kyPoSZ3ULfPuI5wV7cKTBMUKT { width:15.6875rem;height:1.4625rem;top:10.812500953674rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MbDIggpdAmcs7UDkV0TsQBNT9dsN8W03 { width:15.5rem;height:1.3rem;top:13.562500953674rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vFHr4i9Q4uBTSLVnVH2s7XiLrK2lGweP { width:15.625rem;height:5.19921875rem;top:16.623436927796rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nripb19qpuotC52sdRolNwSvfEq3bFI1 { width:12.4375rem;height:2.2734375rem;top:22.5rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lNwT1BfNxbK6WR4AyuJFXm5NVryyXeqG { width:10.3125rem;height:2.1875rem;top:25.4375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TWohc5K8EwqOwMGL4dDrypAZuUmt4elg { display:block; }
 }@media only screen and (max-width: 1199px) { #fJaUuHxzWUiQ7FADyxEaBGpRl7NBFpEr { width:1.9375rem;height:1.9375rem;top:3.9687509536743rem;left:13.000000536442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TtmEZbfkHDllPSNZmSFVqOGxF0zDXLa7 { width:15.3125rem;height:27.4375rem;top:2.1867218017578rem;left:16.311718583107rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hHL55W75FSrR26rtqNadKx35zTf75wfw { width:16.1875rem;height:1.2503875rem;top:4.375rem;left:15.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fGIFRitHiED60dWJuirJThc7dtFtc11F { width:15.875rem;height:0.0625rem;top:6.3750009536744rem;left:15.916406214237rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ProDoyM7qKLktZzsndHQNmX3Vo1mlDeV { width:15.5rem;height:2.45rem;top:8.3750009536744rem;left:16.124999582768rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ov5vf3sQ8JyIz2wGGbkXtC5SqAyt2ahm { width:15.4375rem;height:1.4625rem;top:10.812500953674rem;left:16.250000536442rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xSKQnzmLSd9ZAD6SILDtECiHMCJxmMDN { width:15.5625rem;height:1.21875rem;top:13.625000953674rem;left:16.062500536442rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LrHi1I0XBdSTeZSkxgv6AvPVRFaUlqgc { width:1.9375rem;height:1.9375rem;top:3.9687509536743rem;left:29.581250727177rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uT3nSL80svZDRcBqxnHcVLvcFHWxP8rO { width:15.1875rem;height:3.8994125rem;top:16.623436927796rem;left:16.281249582768rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EPHoWpRKLZTwi6gxyJ3nq0Ql3wHJm5Ep { width:15.25rem;height:27.4375rem;top:2.25rem;left:32.249608635902rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kZhwclaZaAXfNki2nZ8aUmuiTsEvMiyI { width:15.0625rem;height:3.8994125rem;top:16.623436927796rem;left:32.260156214237rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cIlOrEKKTxTxng3rr66bNFek8PTiLHzN { width:15.875rem;height:0.0625rem;top:6.4375009536744rem;left:31.875001490116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CTd6EknJVsasBwUCPsG0N8LCSiPsESgW { width:15.625rem;height:1.4625rem;top:10.875000953674rem;left:32.124999582768rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EA2y8TNyB1kXRTOhJHZHWRtZvpyrNMX6 { width:15.1875rem;height:1.1375rem;top:13.687500953674rem;left:32.312499582768rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zwA2cTtb1OB42lqLHR0mMxS23Sr5wBi7 { width:12.4375rem;height:2.2734375rem;top:22.4375rem;left:17.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #befsFuyzG1dwtzSBhxGKLDUhIUXb6z8B { width:16.1875rem;height:1.2503875rem;top:4.4375rem;left:31.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HmmMgr4IdToRxDQ8iAdqTJTbf9BWsb9x { width:15.25rem;height:2.45rem;top:8.4375009536744rem;left:32.250001490116rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A8tPwdIfBcAWsEVRti8WdWUr3x5TU9Tk { width:12.4375rem;height:2.2734375rem;top:22.5rem;left:33.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o0LTQiKE2xQJf14loP3IGbRTtkU5TXX0 { width:10.25rem;height:2.125rem;top:25.4375rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BZe1tQnhug81LHwQcGlMaW4ubeI1PrUE { display:block; }
 }@media only screen and (max-width: 1199px) { #S4FiAV1Lq4XbZbgFudzOlzCuv905ML4X { width:10.25rem;height:2.125rem;top:25.5rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IuXQnvMw17xfIVTMLNdG6273ACFJCR8E { display:block; }
 }@media only screen and (max-width: 1199px) { #ChzmUMsTDlt9N2vvMp9FbhawFkZDGctx { width:1.9375rem;height:1.9375rem;top:4.0625rem;left:45.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zxiu8yBXVKwJTIxvnWUxomwzPLtALPrC { display:block; }#zxiu8yBXVKwJTIxvnWUxomwzPLtALPrC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rUTEBCp6iXx1Z8eB3PkcMy1PgeBKWf2U { width:15.625rem;height:27.4375rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yXNQiKeQJONPrO3XU7hd4eRDS1T99IS6 { width:16.1875rem;height:1.2503875rem;top:4.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #feSotsW3HLx5MluwC0e691QSChSeBzxx { width:18.6875rem;height:0.0625rem;top:6.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J5wTAfPA1EflS0GZNvEgoShkh3LlKpsx { width:15.625rem;height:2.45rem;top:8.0625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uOQ6GJzCXMcozKrZwLB0TFNaWvOT3pg9 { width:15.8125rem;height:1.4625rem;top:10.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XT3tdGMsmEpGihH0at1sJD7rUc2hOh6I { width:15.6875rem;height:1.3rem;top:13.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QLdSnyKPkDBuJWn5IzgBlvJlvmuCQsJA { width:15.3116875rem;height:2.924475rem;top:17.498436927796rem;left:0.30078125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xr2vImTsRtGvJPOgaeyP6iCB021I20wT { width:12.437125rem;height:2.2734375rem;top:21.874220848084rem;left:1.7390626072884rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uwASchU57TuEEHpuEcyrNnlpeFI69Ddl { width:1.9375rem;height:1.9375rem;top:3.6867141723633rem;left:13.687108635903rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CLaK40iOHdya2vJpMLHfona62KgMHC4b { width:10.25rem;height:2.125rem;top:25.125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GJVIq3nFOgfPz87ZbC19TifWS0TZingE { display:block; }
 }@media only screen and (max-width: 1199px) { #NnNS3epIJflKuiyvSfkKxWmIWw4u8000 { width:15.3125rem;height:27.4375rem;top:1.875rem;left:16.311718583107rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IVT56s7HwsBsQLda1T7ubDsTlTbNeQdb { width:18.6875rem;height:0.0625rem;top:6.125rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qTFLkcn0TM3FGqNdZuKP2xnpdN4fpbml { width:16.1875rem;height:1.2503875rem;top:4.0625rem;left:15.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ee6gbfuBwQ5FFBpuXr5TghSVVWaBgce2 { width:15.3125rem;height:2.45rem;top:8.0625009536744rem;left:16.218749582768rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XhqCNGCcaXd2uv2Tk1q5TSsWes3vqdx2 { width:15.375rem;height:1.4625rem;top:10.562103271484rem;left:16.249217629433rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fed87Eib5wsuyUzkMP5CLT8v7ARAAanW { width:15.25rem;height:1.3rem;top:13.249214172363rem;left:16.374217629433rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eVJwVPSc817mKmTShtGlppnMwhDd5HPi { width:15.3116875rem;height:2.924475rem;top:17.498436927796rem;left:15.916406214237rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BoJJLldJ0MZGTHGsp5Tow6WuWucfy3hz { width:1.9375rem;height:1.9375rem;top:3.6867141723633rem;left:29.624997735024rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J7oPRC0xS1m0Jz54l5Wzh7dawinmz0rg { width:12.437125rem;height:2.2734375rem;top:21.874220848084rem;left:17.656249582768rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WlcDCN4CocccJwHko8TTto9rrhecCorx { width:15.375rem;height:27.4375rem;top:1.875rem;left:32.124608635902rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w5ZWQOAiV7xRsEzIBUgLA2OXX7paKLih { width:18.6875rem;height:0.0625rem;top:6.125rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P2hO48c7qs1PcPOC4Gdhd6UnG0vM3fVs { width:15.375rem;height:1.4625rem;top:10.5rem;left:32.124606728554rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JeZC5TUIHS9NPrPpmo2Jh8CxQQmqgB6o { width:15.5625rem;height:2.5996125rem;top:13.187103271484rem;left:31.937106728554rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qeKo7wfNT2dNhArcTVqeLgzmQpCdAduA { width:15.4375rem;height:2.92448125rem;top:17.498436927796rem;left:32.312501490116rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yBOQT7lqBSZnhkQzmKM3DgV28IVbFWNR { width:10.1875rem;height:2.0625rem;top:25.1875rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tR2t3SX3F1RnX40R7t8EKtFZHLEcdKGs { display:block; }
 }@media only screen and (max-width: 1199px) { #o3qqwpg6kA04XIN2KzS8uklovfGgrbpx { width:16.1875rem;height:1.2503875rem;top:4.0625rem;left:31.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BquNfOclSQoaOwKuWfUPfcGDTH1F0NSm { width:15.25rem;height:2.45rem;top:8.1246032714844rem;left:32.249997735024rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ATScSHM1C0AyIQA0TMeTp17vgTXtrdpe { width:12.437125rem;height:2.2734375rem;top:21.874220848084rem;left:33.572656214237rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OGdELlxyeqklHwRQxwk1862WzVtoGPle { width:10.3125rem;height:2.1875rem;top:25.125rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CTUhewOvSuriOqldfwiXT4sE8h8TzWeD { display:block; }
 }@media only screen and (max-width: 1199px) { #efvEGs7bF02u2AoxTl2zqnTalK4S5frG { width:1.9375rem;height:1.9375rem;top:3.6867141723633rem;left:45.499215722084rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VJqbtRS4bm3FnoZATL0KVEWgZCzgETak { display:block; }#VJqbtRS4bm3FnoZATL0KVEWgZCzgETak > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DiLzZiQAyb5IEfJ9GcTpSPaEXUImE8rm { width:15.6875rem;height:27.4375rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b8dPy0Lk1cNt7AAG9vqpQZLTpFQoqaME { width:15.875rem;height:0.0625rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lqSfX3uCulDB2bAi8wclnA24zKu5o8ra { width:15.75rem;height:1.4625rem;top:10.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OKO2DTJWQP9ZCbcW4t7ETZ8Wfy9VZ2ta { width:15.625rem;height:1.3rem;top:13.436717987061rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IbzSx8xtcBmar5WLafZ2cLXPiQ0RwQEw { width:15.9375rem;height:2.5996125rem;top:15.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EKLzK32SthEbv8c2du837LXJfTLe30KN { width:15.625rem;height:1.25rem;top:4.2492179870606rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a0QetnH5nR40veGIbCdQhBQcbUGepdT7 { width:15.75rem;height:2.01171875rem;top:8.3742179870606rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kiGmhpa1Syoilt7WE7xTWmsI69fwfsKV { width:12.437125rem;height:2.2734375rem;top:22.374219894409rem;left:1.7390626072884rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NdbWJHqBWL21wiIIJEortbR1F1KFpuvr { width:10.25rem;height:2.125rem;top:25.3125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AlkXZJHpq1PfqRuHkm9SpMCqFSamOEP9 { display:block; }
 }@media only screen and (max-width: 1199px) { #MSfhzATG4wgB9fuEWl7HXhUiBN9aiVGf { width:1.93710625rem;height:1.93710625rem;top:3.90625rem;left:12.937500536442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yVWSwz7TANH3z4fHhvFMadM9BJFQb0CM { width:15.6875rem;height:27.4375rem;top:2.0625rem;left:15.916015625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q1lzV5uX7l8S5WwUJdx2kZGnNlOTxCwz { width:15.875rem;height:0.0625rem;top:6.3125rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #La7oamhMGEwWBCm8UAsiqgC5O3IR50ux { width:15.75rem;height:1.4619125rem;top:10.6865234375rem;left:15.916015625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AyC5cddrT4ZmuoHztB2onOuq1pTI4Ow7 { width:15.625rem;height:1.25rem;top:4.25rem;left:15.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W1zTbbRNTuXw6Qoz9EbOw7FE1GQwUMsk { width:15.75rem;height:2.44921875rem;top:8.30078125rem;left:15.916015625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l0vLzX3bWPFspxA5xKQ42GZ5qVl84HqI { width:15.625rem;height:1.29980625rem;top:13.4365234375rem;left:15.916015625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TtnUZLCkF3xTz4n01xDT83fPR5NfAtT3 { width:15.9375rem;height:5.19921875rem;top:15.75rem;left:15.916015625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #INE3nv5ctaR6VXqEcV3x1X2J5dxPmLmD { width:12.4365rem;height:2.2734375rem;top:22.3740234375rem;left:17.6552734375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y8AXzvREQBtTZKKCip6liSavC2iFHvJB { width:10.3125rem;height:2.1875rem;top:25.3125rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JeqcwSvysIDzgGCk8TxlSgEQEUcCfoXG { display:block; }
 }@media only screen and (max-width: 1199px) { #ZsBoGX1gtU4k59RgXs5blh4LEXK9Ic0S { width:1.93710625rem;height:1.93710625rem;top:3.9375rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VL9OosKUR7dHRqUumwd6m9Ci62ecOvT2 { display:block; }#VL9OosKUR7dHRqUumwd6m9Ci62ecOvT2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Rymo5lhJVyEb3TWNLwK5QU4p89MXXHoE { width:47.75rem;height:3.4727272727273rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WcRiOynqOZkSHRC06LEBrUGwl4c3L5N5 { width:14.5625rem;height:4.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #fmuooInFob4Z46okAAike3EWRnDsMhw6 { display:block; }#fmuooInFob4Z46okAAike3EWRnDsMhw6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uOe3nuoqloWFDRSRu67ZOUaAsIHp7mpE { width:15.3125rem;height:27.4375rem;top:2.4375rem;left:0.3017578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rsqh847gmgDp8fNUJnX3TBH8fVCSgdtn { width:15.625rem;height:0.0625rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G7AwLhO5HyeacV5TziDVKusoBl2pRuHE { width:15.3125rem;height:1.25rem;top:3.6875rem;left:0.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e652orKNvJOTpTCopGIKUPEIwRG5P3PB { width:15.5rem;height:2.44986875rem;top:7rem;left:0.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wR4FOLS4smIXxK23pkTX9swOfFEQs69Q { width:15.375rem;height:1.4622375rem;top:9.4375rem;left:0.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LH6qGNdUnhJJIdy12PukeGlW0d6Hx5Pw { width:15.125rem;height:2.5996125rem;top:12.125rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NUzkOSH9DL7rZDgnSZ3TBQfAbIeTqQ2a { width:15.375rem;height:1.4622375rem;top:17.4375rem;left:0.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h2o3f3bkwhMB9EKq081xv3ltS3k0KOdg { width:12.4375rem;height:2.2734375rem;top:21.0625rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LauMAS8qLNvWeQG42duzqBpiARHMid9U { width:1.93710625rem;height:1.93710625rem;top:3.3125rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RzrpwIQ2t1kJA5TCpQNeK9pHzu3uA6De { width:10.375rem;height:2.25rem;top:25rem;left:2.7705078125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o0x1KAO0D17RDomfs66UxgBNaCHbyacT { display:block; }
 }@media only screen and (max-width: 1199px) { #t60qELmIXZa8HEhvR1dF8CUHDdn4D0lp { width:15.3125rem;height:27.4375rem;top:2.4375rem;left:16.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rg3qoNhkU4Qa37F0alikpA6zDFeHKVDr { width:10.375rem;height:2.25rem;top:25rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DSoXIxFLZCcFmSFttwU4EHZPw7FZqunb { display:block; }
 }@media only screen and (max-width: 1199px) { #GRxKWmAbw2H7OwgI1dRfMTHGEqTCO1Uc { width:12.4375rem;height:2.2734375rem;top:21.0625rem;left:17.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iZsEx0CreTa5rKyNGqTdbJiKPxGD5nPE { width:15.375rem;height:1.4622375rem;top:17.4375rem;left:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iTx2h4C9rCHDnScxI5sw8dDCt9WdlwrD { width:15.25rem;height:2.5996125rem;top:12.8125rem;left:16.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xWJfohFy1pI3CK6OADCsCaFwN642uvmc { width:15.4375rem;height:1.4622375rem;top:10.125rem;left:16.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z0yUhOXQLkZF8souef1I5S2oC8x3mRyB { width:14.9375rem;height:2.44986875rem;top:7.75rem;left:16.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #meCIxosRELoDMfJxsQ0dH2G08HwImh8y { width:15.625rem;height:0.0625rem;top:6.03125rem;left:16.166015625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BniwzUJ4KUCSA9GubW7d1MWim4AWaaa0 { width:1.9375rem;height:1.9375rem;top:3.34375rem;left:29.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W5h3Drs3KekCqxTI7qX981HTJE5y5ZW3 { width:15.3125rem;height:1.25rem;top:3.6875rem;left:16.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rsCZszqwTTnn1JS8JZs4xEanha2TnUyO { width:15.3125rem;height:27.4375rem;top:2.4375rem;left:16.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XTcoQu0BBBThk8iSUHd3OLa8OlzQn28s { width:15.3125rem;height:1.25rem;top:3.6875rem;left:16.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PGLtPkdnTL8klgk41KFzrki57zyOsnpT { width:15.625rem;height:0.0625rem;top:6.03125rem;left:16.166015625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pm7nDs7JvWQbDT0ITozLkmPTls2p9T1D { width:14.9375rem;height:2.44986875rem;top:7.75rem;left:16.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sciJSKJQ7H0fccBn06q1qzty8PxOgTqS { width:15.4375rem;height:1.4622375rem;top:10.125rem;left:16.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pMLVlu12cJRDIdkBFIiw2VyBZbfsnoP9 { width:15.25rem;height:2.5996125rem;top:12.8125rem;left:16.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bsH8BKsaFDhvUib5rpLzDT8zAUUVztL6 { width:15.3125rem;height:1.5625rem;top:17.4375rem;left:32.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r50XAEWAG4BPZ1xiaSlkt6UdkwrkT8zo { width:12.4375rem;height:2.2734375rem;top:21.0625rem;left:17.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SgBsORnNMzFpGJwlmIdZZQcJHFZeD41s { width:1.9375rem;height:1.9375rem;top:3.34375rem;left:29.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hrEfHQ575JsE2wezSmK639yd2RTadoV9 { width:10.375rem;height:2.25rem;top:25rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JIdWNuVxBDP4L57pncEQnT3iBow8GyHn { display:block; }
 }@media only screen and (max-width: 1199px) { #MFzSvS3DUWCVCqwMOh0rWdNq7qUDzxvk { display:block; }#MFzSvS3DUWCVCqwMOh0rWdNq7qUDzxvk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #J2XuSJnOHJ6lSap8siZb7Tn6FUhU6eFV { width:15.3125rem;height:27.4375rem;top:2.4375rem;left:0.3017578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eXkiTReN7bPiNU2z7pHkS614DODfrPwp { width:15.625rem;height:0.0625rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nu8fp9HEOVoWTg3mDx9WLhbUKo4ZxUMB { width:15.3125rem;height:1.25rem;top:3.6875rem;left:0.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ggUS7RV5Oe5tryiG7J0LDa8o35odr7Td { width:15.5rem;height:2.44986875rem;top:7rem;left:0.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eIks2gDqlaCWVwLuHSqiHuRslDf1coST { width:15.375rem;height:1.4622375rem;top:9.4375rem;left:0.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #upNwZoSkUtiD5wHLWcw8Cbi7EzxCWTJf { width:15.125rem;height:2.5996125rem;top:12.125rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vyMT5FSBxr0ewPheq6QwmR7MWJEPXmKZ { width:15.3125rem;height:1.5625rem;top:17.375rem;left:0.18684959411621rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mINtLOJJlTa53REMLlkR2E4h9Zkb5Jom { width:12.4375rem;height:2.25rem;top:21rem;left:1.4368495941162rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ebcCk38TC0JG2huBTf8U29RqohnsfUSl { width:1.93710625rem;height:1.93710625rem;top:3.3125rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L9WHZOawMzNoXlatNklJ7ck5cADIDd44 { width:10.375rem;height:2.25rem;top:25rem;left:2.7705078125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TfxWnUpaQTT3k6p4BzOhmbGntJ41zPKR { display:block; }
 }@media only screen and (max-width: 1199px) { #h7wp8dIJvEiAzhNdssgy2HztgSyxasfI { display:block; }#h7wp8dIJvEiAzhNdssgy2HztgSyxasfI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #EHQrQ4FeukaJ7fQ50cNZNpceFRzkXb4n { width:47.75rem;height:2.8215909090909rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eUBtrgTx6khyEpuHOL1Laex23mk3FtLo { width:10.8125rem;height:2.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #kToULHApEsJ6EaL0gwtMiCHrg3ogZnMB { display:block; }#kToULHApEsJ6EaL0gwtMiCHrg3ogZnMB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #g04nGssSxaaH2s3QI8k5QAUXRSrTF6gi { width:15.3125rem;height:27.4375rem;top:3.1875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eVwMTdz7Pywxb8vxZn0esy7rAzJWRwDE { width:16.1875rem;height:1.25rem;top:5.4375rem;left:15.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #boF49vCWWe0xxMCE2UMILQLwTRRPnlwb { width:15rem;height:0.0625rem;top:7.375rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Dv3eQXeXkWbqJ5veayGkCPZvStmrKNBf { width:15.25rem;height:2.44986875rem;top:8.75rem;left:0.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cTbUQkzHsgS4lqND6aSyImn1msy6iE1i { width:15rem;height:1.4622375rem;top:11.125rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BTdiaQDEgW2BzGOiaNzaZumKceBWVPxQ { width:15.25rem;height:1.4622375rem;top:14.625rem;left:0.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XzthrgK4CfE5OlMmI5mJ6El6P12dJ5SS { width:15.624rem;height:1.4622375rem;top:19.0625rem;left:32.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QQ5AvpSUfHH068KBUw0oikxTHe47TmxI { width:12.4375rem;height:2.2734375rem;top:23.0625rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aIsG0NviJLlfdAginubi6zAfBvXC4e4x { width:1.9375rem;height:1.9375rem;top:5rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rzTqimCI0Pl4OIpO0CfKAVVu45m0TU9w { width:10.375rem;height:2.25rem;top:26.5rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qTF7auyqt7kLaUOp2r9QAy0mgF89B3p2 { display:block; }
 }@media only screen and (max-width: 1199px) { #FS75ElffZhJLEUa4FWhbw7IBwTA0Be4X { width:15.875rem;height:27.4375rem;top:3.1875rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RrOdceQT1ZNefSNxdTSwnxVVpcNxSseG { width:16.1875rem;height:1.25rem;top:5.5rem;left:31.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bAxOXFCzaoqPBL2UDDSlV9zyD06FE4bX { width:15rem;height:0.0625rem;top:7.375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M3LEeuNukLVce2pf0GH1nkbIXT6LbCBx { width:15.8125rem;height:2.44986875rem;top:8.75rem;left:15.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zAETHWRrXnIDuOpITJzJThMgT5sG1lTi { width:15.8125rem;height:1.4622375rem;top:11.25rem;left:15.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lph3oHd47TpC4dtdcy4w47T2PN2x63Ub { width:1.936525rem;height:1.936525rem;top:5.09375rem;left:44.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WrHEwwkWhKLdz9ElTDrI1DQeaZZtdiAq { width:15.9375rem;height:2.924475rem;top:14.1875rem;left:15.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n94IqIsQBMdP9uMihBpr4GKsSSLRexyL { width:15.3125rem;height:27.4375rem;top:3.1875rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SBvl8ZRlWkOk1Ci8Oc5BogtlryGqdStO { width:15.375rem;height:1.25rem;top:5.5rem;left:0.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RQHCmpI37iKwB7kaqxBQ5TVTgzawcq8r { width:15rem;height:0.0615234375rem;top:7.375rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DuB0WPbZTOVx1K4Ui5Dhv5aUiJOu6eRp { width:15.5rem;height:2.44986875rem;top:8.8125rem;left:32.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EUkJAabEiTODliXd5KA53uzTcWmhMaXQ { width:15.5rem;height:1.4622375rem;top:11.3125rem;left:32.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iwDvUiANovsvXZnAecS9JaV2T4B0kUdh { width:15.25rem;height:2.92448125rem;top:14.1875rem;left:32.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tRx9tpLkptQK5cG23Jys58Nqg5BBJZTh { width:16.0625rem;height:2.76171875rem;top:18.375rem;left:15.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k2vh4RrrbIDvTpbpZVeHMMhtcnf0yqF1 { width:14.9375rem;height:1.4622375rem;top:19.125rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M3ltZi6Sl3OBBxv6kGWNLycbptZ0Tfg7 { width:12.4375rem;height:2.2734375rem;top:23.1875rem;left:17.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VJ7cuNSqFgNetBZtvFqmd7ODtSye3b6t { width:12.437125rem;height:2.2734375rem;top:23.1875rem;left:33.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IiLixtRSwtnSA9kKRETapiMQViGaRtT6 { width:10.375rem;height:2.25rem;top:26.8125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RrITWJcmozDShT2uvU4O00DtarLZbrsK { display:block; }
 }@media only screen and (max-width: 1199px) { #O1OxdM20tQhrt9iZTo7OCF3TnDePGdae { width:10.375rem;height:2.25rem;top:27rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AV9qQawVbgU6lxQft0cKDVTR2TPULudB { display:block; }
 }@media only screen and (max-width: 1199px) { #kvmV3pkg1vtQw8bDw6e3M4mHt0569Nh5 { width:1.93710625rem;height:1.93710625rem;top:5rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qUs8O14dTV292criQpNw54Z1nvuwTaXO { display:block; }#qUs8O14dTV292criQpNw54Z1nvuwTaXO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XpTeEwlgCtr9cnufCkKLLeUvb1zBGUaE { width:15.25rem;height:27.4375rem;top:2.5625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bka8847CcLPGArKRSnJyyrrE1IzRcuPl { width:15.3125rem;height:1.25rem;top:4.375rem;left:0.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lUB8PxDiFFnMrgFAiH97Xy19CTTw22TW { width:15rem;height:0.0618489375rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zwRVNU0Kc29dpgRe0FnZsrePCNpUUciZ { width:15.0625rem;height:2.44986875rem;top:8.125rem;left:0.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LL09RhTuw5s6UmKeQcnBJbqd7DN4fDpg { width:15.125rem;height:1.4622375rem;top:10.5625rem;left:0.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JDFEvOHOTNn9kxshxlbudTGP13BbWaZ5 { width:15.125rem;height:1.29980625rem;top:14.1875rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z9uJmvQ0TzhLLf8yxJ2LtcHmRGMtmsmN { width:15.125rem;height:2.92448125rem;top:17.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pOEQGTd460S1I06wdaunv507pVuzwvz6 { width:12.437125rem;height:2.2734375rem;top:22.4375rem;left:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kvc18BQ6HgWlmTwSWylMRPk85fnwtITh { width:1.9375rem;height:1.9375rem;top:4.03125rem;left:13.47916662693rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cLvVGFNCAZvSAR5sTJ0pyiKAblTTpTiZ { width:10.5rem;height:2.375rem;top:26.1875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lXbZJd68ThCCkKzKgqz77cIVNCeUE9IE { display:block; }
 }@media only screen and (max-width: 1199px) { #ngNEhBbeR4shMIUdfmaVChMHLNxRvrfk { width:15.25rem;height:27.4375rem;top:2.5625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WNMRaDycL9rKQ47cGs9TKwZ1NhloNVhQ { width:15rem;height:0.0618489375rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WyDSz73CKS65uzunuiIi52B0JHFvZ76g { width:15.3125rem;height:1.25rem;top:4.375rem;left:0.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #THdf6Z70ZVTv2f4aZgHT08wg35RTQ3Ua { width:15.0625rem;height:2.44986875rem;top:8.125rem;left:0.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O2pO5XHsXisbIxHkKPJV5Vp2FgfIAA9C { width:15.125rem;height:1.4622375rem;top:10.5625rem;left:0.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u6cO6giBoFmK1IIO7sSgzrVrMS8c9zbe { width:15.125rem;height:1.29980625rem;top:14.1875rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hz5HsDRP3WXcvfOJ0GVJMvqll6Js05SA { width:15.125rem;height:2.92448125rem;top:17.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mrQH4ps7V1m0kzaDpQna0oXG4rQC0Ffp { width:12.437125rem;height:2.2734375rem;top:22.4375rem;left:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sJF3iOdgcSZiqb3H0OLtXeT4J0t0NNx0 { width:10.5rem;height:2.375rem;top:26.1875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DDpIkNBZifqb3xZCtzpFDuAXTNl8DgOU { display:block; }
 }@media only screen and (max-width: 1199px) { #bvJxAKKm0cHEwBc2iuNwrgZiSkrN15OW { width:1.936525rem;height:1.936525rem;top:5.09375rem;left:44.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AAAfKvzGlZIiSS0NGlHkqSCS90AomaqH { display:block; }#AAAfKvzGlZIiSS0NGlHkqSCS90AomaqH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HkBSb0H76RyAnBgrw4gKEWdhlqgtJUzb { width:47.75rem;height:2.3440909090909rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KOUtOMER5Ddq17wuRCN40H5GJTe6veSM { width:10.6875rem;height:4.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #MVq8314zzDLk7f4qGwk7ZIGzTUZKqRnE { display:block; }#MVq8314zzDLk7f4qGwk7ZIGzTUZKqRnE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #o5GpBJ2GUEupJayvuu6Lq8HSOZO2prhK { width:15.25rem;height:27.4375rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BlwFDd7ER4DFLGSVTlP9xkvTqxLVNhuW { width:15.125rem;height:1.25rem;top:5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T5T7sl2XQtfd8fScD34pM5qkMgp248Va { width:15rem;height:0.0625rem;top:7.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MRWEGU0cqvdy5h4QPWql75qoQobtMBQk { width:15.1875rem;height:2.44986875rem;top:8.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NOEoRhVXLFrFlqDLeSaSNl9AQpUzfEQe { width:15.25rem;height:1.4622375rem;top:10.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nhg2gtpi3TEaBTUczc3xM1EVsxhETsdi { width:15.375rem;height:2.92448125rem;top:14.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H8ndyquVuAzTyHJrQcAtUiCPMDqK0sye { width:1.9375rem;height:1.9375rem;top:4.65625rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dTv3ySPqgUtxmgFbDxmCWO0kz4WuHsaT { width:15.25rem;height:1.42480625rem;top:18.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uaimZsAVqrPG3kRiUE2s6fgVpn6p19Qh { width:15.0625rem;height:27.4375rem;top:2.8125rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZEoIMrV9ebLM59xLWqMhBONaG5TNR9tT { width:15.5rem;height:2.699225rem;top:17.8125rem;left:16.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BlEX69IuvkT6tnRfIs7QfDS56T2XHIRd { width:15.25rem;height:1.25rem;top:5rem;left:16.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #trJq7fWHUZqXQgDOeAiH8T4Aq9H5twlZ { width:15rem;height:0.0625rem;top:7.0625rem;left:15.916015625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FNXtJp2KdN4hvOk145Amxzn1fpuBJnhQ { width:15.125rem;height:2.44986875rem;top:8.4375rem;left:16.4580078125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VugAxQvrINey1z4kcbPXEnePavD8XW07 { width:15.4375rem;height:1.4622375rem;top:10.8125rem;left:16.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eSFRGiHuBMmdlWi3uFneuOT2dH1h96wC { width:15.375rem;height:2.92448125rem;top:14.1875rem;left:16.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BhkBT2alDH4nkUpe8t2RTh9HMuoiTO8k { width:12.4375rem;height:2.76171875rem;top:22.8125rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MpLdE4hGFXlXN7hsNQaVnZoTfqZrtlmx { width:12.4375rem;height:2.2734375rem;top:22.8125rem;left:17.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ep16XXgZo2BgZ1OcNTv4XUTo2f1DDkOU { width:10.4375rem;height:2.3125rem;top:26rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZxKoN6q4mRXs0KMyJ7UZ7p2X6ur3u5TN { display:block; }
 }@media only screen and (max-width: 1199px) { #Wyu1xW0ZrETAevcwccmpON5nLDinR1if { width:10.375rem;height:2.25rem;top:26rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yQn1LzV9fTAeCbXAS2GwARMXhRkx25nq { display:block; }
 }@media only screen and (max-width: 1199px) { #s9SXSzcsWGkV38QizyGkO8xdkssTnvdr { width:1.9375rem;height:1.9375rem;top:4.65625rem;left:29.041015625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VWQrUJGtZyOXe6wTgxGO3ImL31aGG7xE { width:15rem;height:27.4375rem;top:2.875rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DOQQ5ln0UQZLODIkQhUf4baVBKKZu26m { width:15.4375rem;height:1.25rem;top:5.0625rem;left:32.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f7hJndQ3599QoTyHIeMyvDMAqaQRgXWT { width:15rem;height:0.0625rem;top:7.0625rem;left:32.291015625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rfvbGCXwp9UVCN0zelG2fhoTWrtS4d2q { width:15.5rem;height:2.36230625rem;top:8.5rem;left:32.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eQVcGul70o1V78Fv3TBJod54ZDAfZhE3 { width:15.0625rem;height:1.4622375rem;top:10.875rem;left:32.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V1N3CGw369zXF6kzHIo9TfRIGuJyECPy { width:15.0625rem;height:1.4622375rem;top:14.1865234375rem;left:32.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CG1umZqggrhWx8eGlsC4lPJJlyTdLhhd { width:15rem;height:2.699225rem;top:17.6748046875rem;left:32.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qQ6GGL9xP6caqMhg9fRkROsWN8E9qaSt { width:12.4375rem;height:2.2734375rem;top:22.875rem;left:33.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ATqW0DTS2Crzdb6OUdgL2zZ0Doqp6Eed { width:10.4375rem;height:2.3125rem;top:26.0625rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nwAcPza888BqPUKUdXJlD3dTGkTZ5QXR { display:block; }
 }@media only screen and (max-width: 1199px) { #RraIl07NqwcE6WleT30zFXlUPU9aoTVq { width:1.9375rem;height:1.9375rem;top:4.65625rem;left:44.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HMzgqu0SayoMc9emWO7x0eMoPmUWMcmT { display:block; }#HMzgqu0SayoMc9emWO7x0eMoPmUWMcmT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qCuaX1IdCHKmKz74MS84grHSSuRC1qXL { width:15.25rem;height:27.4375rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CwCJBg4AceGdBsTerEKCpAQygfdw57wM { width:16.1875rem;height:1.2503875rem;top:5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eP0R2mFtpv5CG7qUJo7sxuL3hlq4AVBJ { width:18.75rem;height:0.0625rem;top:7.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E7KWnk5NPNV33XHOdUhBTbfR0gUHZP2g { width:15.375rem;height:2.44986875rem;top:8.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AWnW83F2QBXL1usiTlH8x4Gw1kfIIt6b { width:15.3125rem;height:1.4622375rem;top:10.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BEFdMBLVp0aDyDDflmdvmDvFPVnyPst7 { width:15.5rem;height:1.4622375rem;top:14.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eRC5myXRTSZi005uoygV8sQRnNXbW4db { width:15.5rem;height:4.796875rem;top:16.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kxvH2ckN6od1Tx6EKXdOnMbUrg8leKKh { width:12.4375rem;height:2.2734375rem;top:22.8125rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iMH5mSeCsbieFf5UkIUllMbh3Qxa55JH { width:10.4375rem;height:2.3125rem;top:26rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lgyssw3cBiA0zPztd54KJ0AnC3SMUSQu { display:block; }
 }@media only screen and (max-width: 1199px) { #dMGamAlFczI1fD9W7MmOlTqZDzMt460o { width:1.9375rem;height:1.9375rem;top:4.65625rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zg1PqBWDtFv41xTEVggf8dq2FaEwlC8T { width:15.25rem;height:27.4375rem;top:2.84375rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AkkWzDHfcXhEmoP69KEuuksSQzgT4TOx { width:15.5625rem;height:1.25rem;top:5.0625rem;left:16.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e0AqTwa59l2T7gJXE0L6rQ3tAaNQLrTk { width:18.6875rem;height:0.0625rem;top:7.125rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iwJMDLuK4skZnxUe5XCxPzLBlbCIROLx { width:15.5rem;height:2.44986875rem;top:8.4375rem;left:16.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #suPe17J3XqbRq0NBb9FtiDMvqGaCTIPJ { width:15.5625rem;height:1.4622375rem;top:10.875rem;left:16.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RCaUNDGg8aIUglxFb2UbZTJHmzUJaRcG { width:1.9375rem;height:1.9375rem;top:4.6875rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Zy4mfgxyrnHoTsRrWPyzHFdTqb1ot1Kx { width:15.625rem;height:1.4622375rem;top:14.25rem;left:16.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mNUJlwr2ssPpps5qqJ83fKQhGIMTPDdg { width:15.25rem;height:27.4375rem;top:2.84375rem;left:32.166015625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DgrgvlWugKSBFBT3uXqccrNlVXsiVfNn { width:15.6875rem;height:1.4622375rem;top:14.25rem;left:31.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ErTkBLCq3ab4hntNxvtfIpKeNFJ64onx { width:15.3125rem;height:4.796875rem;top:16.8125rem;left:32.134765625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W0U3KUzAyaXEeQ67ZOzaHQ3yCZ55Tb9o { width:15.5625rem;height:2.44986875rem;top:8.5rem;left:32.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x7slCPcrUtHJ7l1vLHqydgLc2cUr7OKl { width:15.5625rem;height:1.4622375rem;top:10.875rem;left:32.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CaP2nTfAQBZb6fKfel708vMPTXnl3w1C { width:15.3125rem;height:1.25rem;top:5.0625rem;left:32.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #esrm38xPtT2W0sHsLOITSPET3Zo6IoZ6 { width:18.75rem;height:0.0625rem;top:7.125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f9rWsBLv62zE4RyUIyesrwxi0PTR4usS { width:15.5rem;height:4.796875rem;top:16.75rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wNM2Tu1xLx0IlTZwSx4tPDImuHZI348Z { width:12.4375rem;height:2.2734375rem;top:22.875rem;left:33.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DawQHEZyTaIS0qz8heZ2kyWiT4Ngadnd { width:12.4375rem;height:2.2734375rem;top:22.875rem;left:17.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h80mJX6QJFK4O7c9MavAKcM7k1nNFsEk { width:10.4375rem;height:2.3125rem;top:26.0625rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JplZMi2EOee5ncwhiaWteiOVvfTyg7eQ { display:block; }
 }@media only screen and (max-width: 1199px) { #LK6agkkGOBTOq6xdUwSymlnyOgTN3kbx { width:10.375rem;height:2.25rem;top:26.0625rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kdfE3KtJ7O0PnyAaKiT8OPW6lWgi17cT { display:block; }
 }@media only screen and (max-width: 1199px) { #l8k9lhQ98bDkMxW8E1u6BnATTRx6AbAE { width:1.9375rem;height:1.9375rem;top:4.6875rem;left:45.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rLDRFwfTJGWqwn9LMT6TwU1fiPRJJvVO { display:block; }#rLDRFwfTJGWqwn9LMT6TwU1fiPRJJvVO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ScyIELPQe8fGw6LIUPIAGaMpqyZIrGPk { width:15.25rem;height:27.4375rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x9VyVCWNPB2nfdgRQbMdFmVsy2HcfMkg { width:10.4375rem;height:2.3125rem;top:26rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ivdJimorDARTUwgDlZFZcoowaIAIffBc { display:block; }
 }@media only screen and (max-width: 1199px) { #GBAdCdakm2whpS2el1WpZUThQ9kRv5Cc { width:12.4375rem;height:2.2734375rem;top:22.8125rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W5CAUITboCupxNNdqIqQSM38ozPN4ezu { width:15.125rem;height:2.699225rem;top:17.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gsVx3nCyh8O29kfQa5uEQS1G9GTGcCHd { width:15.25rem;height:1.4622375rem;top:14.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yCHcsVWXCXaoukso9lZclUJmHHTVoVRE { width:15.375rem;height:2.1875rem;top:8.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a7QItl20IHoXL7UzcvDqL8IJGF8mdfKK { width:18.75rem;height:0;top:10.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vJoS6ZgyQDJ2sbMJeL728ZJZgDgoCiQz { width:15.25rem;height:1.4622375rem;top:10.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X8Zo5DOMepZKU9EOMiUU2BkFEOPE29wC { width:16.1875rem;height:1.2503875rem;top:5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rn3mOL932zEcFwQB9cmZCTf5ZK2UOscc { width:18.75rem;height:0.0625rem;top:7.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PSu9TneUqDmaxzmm7e6NQgxCF6Q5wSfl { width:1.9375rem;height:1.9375rem;top:4.625rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C1xA1u1T3TWN1E8r7Wzpo6eWi93XcnGR { width:15.25rem;height:27.4375rem;top:2.84375rem;left:32.166015625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mr19RNEBu5vLPH1CT2qxwC4wS71CL1yy { width:10.4375rem;height:2.3125rem;top:26rem;left:34.572265625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZrNm1PiFs69UbpQ3fb4TrMxWdiLVDXNF { display:block; }
 }@media only screen and (max-width: 1199px) { #y0aZx1wU85VbzQsb8CBkATduwww7aowV { width:12.4375rem;height:2.2734375rem;top:22.875rem;left:33.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ahfNXbSox23dFcVhl7FW4pdvn031PSpn { width:15.375rem;height:1.3496125rem;top:17.875rem;left:32.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LqVCELTZQBGE9UleZpFFh7UzIaDTNOcp { width:15.5625rem;height:1.4622375rem;top:14.25rem;left:32.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zB3BCV4cJmtDfPTATR3wra5ff3LWsGAQ { width:15.25rem;height:27.4375rem;top:2.84375rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z11uiGlK6qIUTlGvEbS4EJkLXenoMQCI { width:15.625rem;height:2.44986875rem;top:8.5rem;left:32.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k7X9p0bqOkiNMsocCFpKF0sQc3tGcplJ { width:15.625rem;height:1.4622375rem;top:10.875rem;left:32rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M6zROvZETCmKPWKGGoPcr7ADcDuS6KTQ { width:15.625rem;height:2.1875rem;top:8.4375rem;left:16.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KV7BIIuqLIbM7cU9blqXWkg0LJqCuTxw { width:15.5rem;height:1.4622375rem;top:10.875rem;left:16.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BVDrMPyvJvKkfmV76pJk0wKk6POWsNKt { width:15.375rem;height:1.4622375rem;top:14.25rem;left:16.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GckS9sbbpymNDPUp45nXZXDqoqaaZP99 { width:15.25rem;height:2.699225rem;top:17.875rem;left:16.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Oy9bWUkuOF246T2IcU3IB5ls53UTXBTq { width:12.4375rem;height:2.2734375rem;top:22.875rem;left:17.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P9a0vedzmqcA2em4yQDTAzRU59wN8TDv { width:10.375rem;height:2.25rem;top:26.03125rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MdB8my6spxW5eAWniI9qz0qeHizmoTzn { display:block; }
 }@media only screen and (max-width: 1199px) { #xmimNsxmDTBfDZdOoNl2Z2HAt7P8LiUT { width:16.1875rem;height:1.2503875rem;top:5.0625rem;left:31.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kThxtWwfEQ6bBKRRRDX2ebZmquvalbXh { width:18.75rem;height:0.0625rem;top:7.125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cJLieExCLJTw3yEMX0aZ5Gb3a4dE7V1G { width:1.9375rem;height:1.9375rem;top:4.6875rem;left:45.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rZFTDxH74lbl24C8927TkDfUk6LbG5ho { width:16.1875rem;height:1.2503875rem;top:5.0625rem;left:15.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LKWgsfWT7C7dybgqC4NDqmhoc6crS2UR { width:18.6875rem;height:0.0625rem;top:7.125rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UoORz1v9VlB1uRuJmxQP0FsMrRzO10hz { width:1.9375rem;height:1.9375rem;top:4.6875rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JkOiVahE3CvbWbhuyLtPp5ZFMVQ195lm { display:block; }#JkOiVahE3CvbWbhuyLtPp5ZFMVQ195lm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #NasTTPIZLufIyDqAwecrEBePAXXkmgSc { width:15.25rem;height:27.4375rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ezMieySmIQaMy4pNb0lko2Q4JVnt7kqf { width:16.1875rem;height:1.25rem;top:5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HF29vFwdHOz3welTIEA2fMmt2oGsiWye { width:18.75rem;height:0.0625rem;top:7.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AS7Tootn1BJAc4XwU1Expddwu60nI9od { width:15.375rem;height:1.92480625rem;top:8.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LhlvaE6xGnBUvHGelnQLNFWsHb6rt8h1 { width:18.75rem;height:0;top:10.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qPAGibRx9bAyFH1bZ3fTtLdmK7k5CBns { width:15.3125rem;height:1.4622375rem;top:14.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TPbCPe8TKKOHpUbIEwl67Vq5nC8r2ui5 { width:15.25rem;height:2.8496125rem;top:17.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JXLfN8k5RBfOHKBGlVLXJyVRy6iGzGk6 { width:12.4375rem;height:2.25rem;top:22.8125rem;left:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cZKMvDg6z2qhdmxEJZOmtpRIgm0bTq7l { width:10.4375rem;height:2.3125rem;top:26.0625rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LeWl5Gxe4lGLk9l5oDkJA8SPRbXN6T0m { display:block; }
 }@media only screen and (max-width: 1199px) { #ryaqn31EKV9pUbGH9ydyUJIX3KkUM8to { width:1.9375rem;height:1.9375rem;top:4.625rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m3z588qyBXgG1WuRdMVZ4n493IGpqGDx { width:15.1875rem;height:1.4622375rem;top:10.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #muPFkGf3oZRzT6ZB0RWh0x6PwqBIBcGt { width:15.25rem;height:27.4375rem;top:2.84375rem;left:16.2705078125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BuIlQlmIAHl6t4gPfSZ9wU1aWa3TpI80 { width:16.1875rem;height:1.25rem;top:5rem;left:15.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XKQxC9OR91SJR6BC8eDRS0IEzNbLIZq8 { width:18.6875rem;height:0.0625rem;top:7.0625rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QwHTmwiXDQiLDMPOhEJh2VnMosKXgNHO { width:16.125rem;height:2.0996125rem;top:8.4375rem;left:15.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uhmMwvKN2ZV6DVOz6DZi8cbbxkh73Fxv { width:15.5625rem;height:1.4622375rem;top:10.875rem;left:16.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UIUf2C1uG86SRA9rPk1CzWN5FihV4nCd { width:15.5rem;height:1.4622375rem;top:14.25rem;left:16.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J516X0JxIWBKoCcZKOOeVVbErFWfQ0bq { width:1.9375rem;height:1.9375rem;top:4.6875rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #buwf92T9IvyJWQApiRXqJ83VRu1Q28my { width:15.25rem;height:27.4375rem;top:2.84375rem;left:32.166015625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PI4qDD99CK4ReeZgKEz16RVzhoraJcC8 { width:15.6875rem;height:2.0996125rem;top:8.5rem;left:32rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SRPrCsL8KTSmdbqCKq5hGNr5ZhfQI63D { width:16.1875rem;height:1.25rem;top:5rem;left:31.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nPvMs5HTRlbatElRcLHUBhFXTSq8tTQc { width:18.75rem;height:0.0625rem;top:7.0625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BMp78SAnRBJDtbCdtw0G0qAAkUSUilVm { width:15.5625rem;height:1.4622375rem;top:10.875rem;left:32.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gl62na5u3DG0oAsym7rzlK2VfEoIMmVB { width:15.4375rem;height:1.4622375rem;top:14.25rem;left:32.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vFsMOIzoPhlVEpLvmrsHCi1Q5RXWOaQV { width:15.4375rem;height:2.699225rem;top:17.875rem;left:32.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BeU4TUTTJ3FtAQvPMNK1V0BHTCnePgE9 { width:15.4375rem;height:1.3496125rem;top:17.875rem;left:16.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cVUI8IFMyuoLbxbczeIfcGzLXM2ChTIH { width:12.4375rem;height:2.25rem;top:22.8125rem;left:33.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oQfuVNplH1H6NQ32L8kCHZ03fzibgBNR { width:10.4375rem;height:2.3125rem;top:26.0625rem;left:34.572265625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nx8cwqSkl1HK7k6iB3mlIETJGGQB0DwD { display:block; }
 }@media only screen and (max-width: 1199px) { #ZLTBvcgJvNOHwiZQiNZFMWbaicAxDFGt { width:12.4375rem;height:2.25rem;top:22.8125rem;left:17.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HBU334KMmv74FpraPH2idQbPxMJhT7ST { width:10.375rem;height:2.25rem;top:26.09375rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CBrTOsRHTXfUbIrLRAJKhL7M6t6d80RD { display:block; }
 }@media only screen and (max-width: 1199px) { #oxN30p5fPeTveTl0yrUQLENTDPD6C6DR { width:1.9375rem;height:1.9375rem;top:4.6875rem;left:45.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wpTKbRrpnEgHBZMiFmpvMs6uu5npsPQX { display:block; }#wpTKbRrpnEgHBZMiFmpvMs6uu5npsPQX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xwwZTpgqOtt5ZF5Dp8wLaryf6mfQibox { width:12.625rem;height:4rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AERB9eqfWQ73fK5xfDhMNDxGN8wXFALb { width:25.4375rem;height:0.125rem;top:3.9546890258789rem;left:22.312499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #szTAWMx300HGCueUrGSEIqTcZ2wTgZ6I { width:12.5rem;height:2.03125rem;top:2rem;left:35.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SHevnRusMVURfp0SirZt7AgCLyT3hGva { display:block; }#SHevnRusMVURfp0SirZt7AgCLyT3hGva > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #NCq2DfLoHHGnvXD1IZqPO4nkd3WBlFo4 { width:14.0625rem;height:1.3rem;top:6.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RUSLSCzkxOZbZRguwhTizOBOiRn6QQy3 { width:20.8125rem;height:15rem;top:12.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mFqeNEHBsLrlWfAR5OFvqoaQMQNAFzaw { width:27.4375rem;height:21.75rem;top:4.4367065429688rem;left:20.187499642372rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gwB7qAyuRRlTMi1byNmqCqGeQzS45BkK { display:block; }#gwB7qAyuRRlTMi1byNmqCqGeQzS45BkK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QZ5kbTG5Hn3T5wEo8CIxTMMrPqQb2Lim { width:34.8125rem;height:1.13736875rem;top:2.5rem;left:12.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vw37U55pgxv3pCnPhFkBrsR7D2HCe0s8 { width:12.625rem;height:4rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#f6f6f6;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lrDNmPeNKQm4BXfpDPodI3EqKbBsF4o7 { width:7.6875rem;height:1.875rem;top:1.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3842644e-63d4-47dc-b317-7b4e2dd28596/BGLandingiMobilenovo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q.adaptive-delivery-prevent-bg, #VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q.lazyload, #VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q.lazyloading { background-image: none; }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q > .row .container { background-color: transparent; background-image: none; }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q > .row .container > .video-iframe-container { display: none; }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q > .row > .video-iframe-container { display: none; }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q > .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); }#VUmQ2uJAqJKO2EWPP5aO4N5igw8Ua76q > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mFxGGC4xM7PZI1nVBWQITZiJb9WN6ciW { width:19.249125rem;height:4.94791875rem;top:15.374349355698rem;left:0.37434893846512rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ncz3QoV7urmQJyhDCoZGoT3N7abgmCnX { width:20rem;height:15.4375rem;top:16.78385625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PpLAVbltD0dumyCsaSgDVcTLTIWexMAS { width:20rem;height:5.9602649006623rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcN2IorvKrm1TfUN0s7q4EusGVOm4eUQ { width:17.5rem;height:5rem;top:23.50586104393rem;left:1.2500000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgHdHqEyBCxkAPH2iuvxADg3BTkMRXec { display:block; }
 }@media only screen and (max-width: 763px) { #ar4oSqlqbhSU6JHCHl6mTkLl9tvLxCir { width:18.9995625rem;height:5.24956875rem;top:29.811198949814rem;left:0.49913197755814rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rv8DK0dpZ36KdXNeltDocFU7sdle7iI0 { display:block; }
 }@media only screen and (max-width: 763px) { #wxvl1wPnmiK7gTwVSxgso1MvTX32L35n { width:17.5rem;height:5rem;top:29.686416387558rem;left:1.2500000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5Ui3BBxMDTe086aXgn9EdgTJIHb3ARO { display:block; }
 }@media only screen and (max-width: 763px) { #wO9IRsMTaq6ArAKf39rvsevxvvVqOrgD { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wO9IRsMTaq6ArAKf39rvsevxvvVqOrgD > .row .container { background-color: transparent; background-image: none; }#wO9IRsMTaq6ArAKf39rvsevxvvVqOrgD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wO9IRsMTaq6ArAKf39rvsevxvvVqOrgD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wO9IRsMTaq6ArAKf39rvsevxvvVqOrgD > .row .container > .video-iframe-container { display: none; }#wO9IRsMTaq6ArAKf39rvsevxvvVqOrgD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wO9IRsMTaq6ArAKf39rvsevxvvVqOrgD > .row > .video-iframe-container { display: none; }#wO9IRsMTaq6ArAKf39rvsevxvvVqOrgD > .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); }#wO9IRsMTaq6ArAKf39rvsevxvvVqOrgD > .row .container { border-width: 0; border-radius: 0; }#wO9IRsMTaq6ArAKf39rvsevxvvVqOrgD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wO9IRsMTaq6ArAKf39rvsevxvvVqOrgD > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i02vABNEr50ifgbQEVvT0KQr34TW3ThL { width:17.4375rem;height:19.4986625rem;top:2.8263883590698rem;left:1.2812501192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iODugFA6ag18PThpda0WcOFKLDpchyQH { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iODugFA6ag18PThpda0WcOFKLDpchyQH > .row .container { background-color: transparent; background-image: none; }#iODugFA6ag18PThpda0WcOFKLDpchyQH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iODugFA6ag18PThpda0WcOFKLDpchyQH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iODugFA6ag18PThpda0WcOFKLDpchyQH > .row .container > .video-iframe-container { display: none; }#iODugFA6ag18PThpda0WcOFKLDpchyQH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iODugFA6ag18PThpda0WcOFKLDpchyQH > .row > .video-iframe-container { display: none; }#iODugFA6ag18PThpda0WcOFKLDpchyQH > .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); }#iODugFA6ag18PThpda0WcOFKLDpchyQH > .row .container { border-width: 0; border-radius: 0; }#iODugFA6ag18PThpda0WcOFKLDpchyQH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iODugFA6ag18PThpda0WcOFKLDpchyQH > .row .container { width:20rem;height:88.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MzOfEV3q4VZV41nyBNiiNx4l2yGcp8uc { width:12.5rem;height:2.5996125rem;top:3.375rem;left:3.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dG0hTAsDEBCNN3DoCwPc3xGvEMgvKTyg { width:12.5rem;height:3.125rem;top:16.686195373535rem;left:3.7500002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsBM7UJvTblPbXC8RJ90sAJ7WO75NS5M { width:17.875rem;height:3.4082rem;top:25.562499523163rem;left:1.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #si2LmnBz9xxXZI0rQ9VepQQpUsJkriMi { width:6.125rem;height:2.125rem;top:32.8125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqzTAdATDlX2o6bgFLgXpzUzIhgDrM0O { width:7.6875rem;height:2.5rem;top:47.9375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXmLnDb2FyHTTuA0K061yEeLHMTLAIN9 { width:19.562125rem;height:3.8997375rem;top:6.9363288879394rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dpLKdOyMBT2ev7blNxTtdA2TWgIeh5ht { width:11.25rem;height:3.125rem;top:21.187499523163rem;left:4.3750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOusNoyBQkQlXOWBgLZ1ysD6lw1DyibP { display:block; }
 }@media only screen and (max-width: 763px) { #fCABzic2X0PddhuguWPpJAbX4NpdaioW { width:11.8125rem;height:3.125rem;top:36.1875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e94lUvdM2v1h27ZhLuZVOWIr3pG889V2 { display:block; }
 }@media only screen and (max-width: 763px) { #m7I0LQOmeXq52K4U4BA8wkuJV5R2TJzD { width:11.8125rem;height:3.125rem;top:51.6875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xESIS5OToqx4cnDMwczbD5MwWO89evk4 { display:block; }
 }@media only screen and (max-width: 763px) { #TFkiKDlxVGTiM87PtfeKyMr2RObCbx18 { width:11.8125rem;height:3.125rem;top:66.8125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwkUSq4oSa6aBVRrrVIH6OiuSAUw3IWT { display:block; }
 }@media only screen and (max-width: 763px) { #TB5SX0NDTMm7TPc50T37d1DT50QDaDTI { width:11.8120625rem;height:3.125rem;top:79.498703002931rem;left:4.0928819775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgqxQMqPqptq4RamdWlra4s9rwQ6MsHf { display:block; }
 }@media only screen and (max-width: 763px) { #tTkCXH0EviT9fkhEW6unTxZEHgTE9EPT { width:8rem;height:2.25rem;top:63.3125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #R94u63GTLW0er4p1TCIT1z9bs08rukHW { width:10.9375rem;height:4.875rem;top:74.625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ksc7DNZI9C1PckmzXwtINtIspiLZ8FC7 { width:9.375rem;height:0.3125rem;top:12.125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQvGBlCxyVEgE2kzSTzF2w3qxqT2repf { width:11.6875rem;height:3rem;top:39.9375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIyX6WIzWeOu5laOGTh93uEivkAFvHrT { display:block; }
 }@media only screen and (max-width: 763px) { #wCAsmchGQdsBsuQcLsd2CDDIQE8Zuu3u { width:11.5625rem;height:2.875rem;top:55.4375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKLN6HfxviMHK3OA8bmBtvbIJ80CqZ04 { display:block; }
 }@media only screen and (max-width: 763px) { #cA5PoV34PULmfOhCGmNhyLBHu2KRfO0M { background-color:#ff5f30;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cA5PoV34PULmfOhCGmNhyLBHu2KRfO0M > .row .container { background-color: transparent; background-image: none; }#cA5PoV34PULmfOhCGmNhyLBHu2KRfO0M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cA5PoV34PULmfOhCGmNhyLBHu2KRfO0M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cA5PoV34PULmfOhCGmNhyLBHu2KRfO0M > .row .container > .video-iframe-container { display: none; }#cA5PoV34PULmfOhCGmNhyLBHu2KRfO0M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cA5PoV34PULmfOhCGmNhyLBHu2KRfO0M > .row > .video-iframe-container { display: none; }#cA5PoV34PULmfOhCGmNhyLBHu2KRfO0M > .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); }#cA5PoV34PULmfOhCGmNhyLBHu2KRfO0M > .row .container { border-width: 0; border-radius: 0; }#cA5PoV34PULmfOhCGmNhyLBHu2KRfO0M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cA5PoV34PULmfOhCGmNhyLBHu2KRfO0M > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aLAbr02yR0SBESUWf2pUDtJvaxqyMTO3 { width:20rem;height:1rem;top:2.03125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #izfk97uK4XT7kohUTGVn1eaq2NCNeM9z { top:1.5928821563721rem;left:3.1564672589302rem;width:13.686rem;height:3.06206875rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xHkX6gbT845Rn43Cb4uou2SMUcTm3wi5 { background-color:transparent;background-image:none;display:block; }#xHkX6gbT845Rn43Cb4uou2SMUcTm3wi5 > .row .container { background-color: transparent; background-image: none; }#xHkX6gbT845Rn43Cb4uou2SMUcTm3wi5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xHkX6gbT845Rn43Cb4uou2SMUcTm3wi5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xHkX6gbT845Rn43Cb4uou2SMUcTm3wi5 > .row .container > .video-iframe-container { display: none; }#xHkX6gbT845Rn43Cb4uou2SMUcTm3wi5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xHkX6gbT845Rn43Cb4uou2SMUcTm3wi5 > .row > .video-iframe-container { display: none; }#xHkX6gbT845Rn43Cb4uou2SMUcTm3wi5 > .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); }#xHkX6gbT845Rn43Cb4uou2SMUcTm3wi5 > .row .container { width:20rem;height:81.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AfHrc1cM4clzazpNVkKetwt7MlAv6WTm { width:19.999rem;height:24.999rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIxnGK79aTWQaT5u6s6sZeVaWQi7D6UW { width:19.999rem;height:1.2503875rem;top:3.375rem;left:0.0010000000000013rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPsiZJk8aIxEsGQzfU5Q1SltPP6hXKWb { width:16.25rem;height:0.125rem;top:5.375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zt8zDQmsUJuPT2FNrbmzeZML9GKyIitr { width:19.749rem;height:2.4500875rem;top:7.5rem;left:0.251rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHrVLDQ1JVyv3E7lDPDeVZhhx8EceE2T { width:18.75rem;height:1.3808625rem;top:9.875rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHCMUXwDDq5F1ZBu0RNtfhCFfXVzdU5H { width:19.749rem;height:1.3808625rem;top:13.1875rem;left:0.251rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oo2gxvzbNuty862CSCSpyFRVnfHh6AB9 { width:19.875rem;height:2.92535rem;top:17.5625rem;left:0.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5nW5daO6vVJIrye7FoOG0qWmr2uHEZy { width:10.6230625rem;height:2.499025rem;top:21.865234375rem;left:4.3759765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HX5nLWi4oMdTyzL4GgUgc6L9BbzQMdnO { display:block; }
 }@media only screen and (max-width: 763px) { #a5sTs0l0PBFTqTzWbzGlGBoy709oaUkV { display:flex;width:1.999025rem;height:1.999025rem;top:2.990234375rem;left:16.75rem; }
 }@media only screen and (max-width: 763px) { #slGnPCrILLaNDhVKMsdAFx0wJJh4iOok { width:19.999rem;height:24.999rem;top:28.186525rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDSChmUmBJkMH8qqPFqFXzG4lzpwB3Dl { width:19.9980625rem;height:1.2503875rem;top:29.365234375rem;left:0.0009765625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti0ncfm4xhu8Shpa8HJA2kUAlSTMzylb { width:16.249rem;height:0.12402375rem;top:32.0615234375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cfzc7netg7OeSyxS2Jpwy7ystT0srqyq { width:19.9365rem;height:2.4500875rem;top:34.374025rem;left:0.0635rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZI9KJENdVJ7E3lJI0I7nBvngQ9JBRfy { width:19.999rem;height:1.3808625rem;top:36.936525rem;left:0.0010000000000013rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpLnxh7fwo568bVPXxpFsvTSVKKuwnkB { width:18.75rem;height:1.3808625rem;top:39.561525rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZizkvQTp7PTSUCQIzOrwfCnZFVye792S { display:flex;width:1.999025rem;height:1.999025rem;top:28.615234375rem;left:16.75rem; }
 }@media only screen and (max-width: 763px) { #rNO9mMNxJ5ET5zQscVFAXsnI9mRn3a1M { width:19.999rem;height:24.999rem;top:55.12305rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g82ouzivULPSyeTCkoeZBF6flKMwlJiV { width:19.9980625rem;height:1.2503875rem;top:56.865234375rem;left:0.0009765625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGzUIOK3Egdy97aKg9KrCtEtsfC5wt5H { width:16.249rem;height:0.12402375rem;top:59.37305rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9IpuqD1wAA9Esb23E3oTKqm31zXTatX { width:19.999rem;height:1.3808625rem;top:66.49805rem;left:0.0010000000000013rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBruZVkCngfdfLAEhlTlUw8D7QWUTpim { width:19.999rem;height:2.4500875rem;top:61.43555rem;left:0.0010000000000013rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRyxWgQValQxxVOCNdgAQpSfiEKzul8z { width:19.999rem;height:1.3808625rem;top:63.87305rem;left:0.0010000000000013rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IS3okbW7NG1mD22MK7bx6EKZ6FiTLSuk { width:19.999rem;height:2.92535rem;top:43.686525rem;left:0.0010000000000013rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXzhzTVtHQtA13J79XuN8ZxOA7GFsgMO { width:19.999rem;height:2.92535rem;top:70.62305rem;left:0.0010000000000013rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4xFEWCMzr5TarDTRDlezbWuHlVG3LfI { display:flex;width:1.999025rem;height:1.999025rem;top:56.373046875rem;left:17rem; }
 }@media only screen and (max-width: 763px) { #uhHVbBNGfffbgrTqyCA3mamGdNEdyPOQ { width:10.624rem;height:2.499025rem;top:75.998046875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvfwheX1VGaCH2LPRe0exM0Q6MWtvwXC { display:block; }
 }@media only screen and (max-width: 763px) { #JvedVItVOpGExXT7b4TZVAhLbSgqTHcT { width:10.6230625rem;height:2.499025rem;top:49.365234375rem;left:4.3759765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LccsRbMXKfeydHMTQCUAsdOnayQkJ4NG { display:block; }
 }@media only screen and (max-width: 763px) { #FcLU4OXV3ndVgFx8V3TmGKZBoAn0CeMI { display:block; }#FcLU4OXV3ndVgFx8V3TmGKZBoAn0CeMI > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VPzifyD32BLvgTKQ93Q6itITvSTQLso3 { width:20rem;height:25rem;top:2.0625rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sW76tWQm2CQabnb1Rmquyq1HlSlzI9yu { width:20rem;height:1.2503875rem;top:3.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2qQgb4Ep7fyO11BlGUTHmqFocw02nOT { width:16.25rem;height:0.125rem;top:5.990234375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nF2srJFPth37GMePpBEI588FEUrqJ3c5 { width:20rem;height:2.4500875rem;top:7rem;left:0.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFUinHvUhUMhciTvVqhb2LuIDlSTT89G { width:20rem;height:1.3808625rem;top:9.4375rem;left:0.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUuS2Rk9FlHbTkL6m3niyI7aoZvqRnOD { width:20rem;height:1.3808625rem;top:13.3125rem;left:0.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2FIV7b8vKJgbqe6UlNHVWcyaV4uVB43 { width:20rem;height:2.92535rem;top:17.1875rem;left:0.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gd6KoBwt0EX5TXv2HuNapWTdWRf6QHrk { width:10.625rem;height:2.5rem;top:22.6875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXLlxoOm2cFZRavP3aPpwLIh7F8327Fc { display:block; }
 }@media only screen and (max-width: 763px) { #QMG3MTH9OGdPmDXXwRyDkZMcVN9heTgP { display:flex;width:1.99921875rem;height:1.99921875rem;top:2.9375rem;left:16.6875rem; }
 }@media only screen and (max-width: 763px) { #qceRo964ccQIQg8RJ4lGuhthRhGWecuD { display:block; }#qceRo964ccQIQg8RJ4lGuhthRhGWecuD > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CSBL8SCDGtA6fLdTiMUg7xzkDg02NM9C { width:20rem;height:1.4834rem;top:1.7890625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PKfrEacNhPI6EpMDlADsPlQontl0SdFq { top:1.7502174377441rem;left:6.0004342198372rem;width:7.9980625rem;height:2.74848125rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #H6FmVh4RSD0dIlo80TqVWVod6oZEVW7E { display:block; }#H6FmVh4RSD0dIlo80TqVWVod6oZEVW7E > .row .container { width:20rem;height:96.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c4ImJmok7ZlS1p7xJkqZZm9mVkCCiRCO { width:19.9980625rem;height:30.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpoapLg7pdPbEQSymZvfeNr1xkiLZbel { width:20rem;height:1.2503875rem;top:3.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcIdpNttPhShCTQzD8OTO7rPuwf2z0s7 { width:16.2480625rem;height:0.12402375rem;top:5.4375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWlymSZKLVBH4JeMfk1BPf5GiF1eMa9S { width:19.9980625rem;height:2.4500875rem;top:7.5rem;left:0.0019375000000004rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBDlypoIZluvH5HiCRpe5dLfTIw72DOR { width:19.9980625rem;height:1.3808625rem;top:9.875rem;left:0.0019375000000004rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIdh5I2sNMElEC2npTWBdCLhEeQreyDK { width:19.9980625rem;height:2.7604125rem;top:12.625rem;left:0.0019375000000004rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eA5qy3FLyrfByaZTcC3d5VuEMlGiwV8X { display:flex;width:1.999025rem;height:1.999025rem;top:2.7421875rem;left:16.75rem; }
 }@media only screen and (max-width: 763px) { #DpEQitXH5US6rT0EdCRmv14wOg7nkUKl { width:19.9978125rem;height:2.2721375rem;top:21.749135017395rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #niVVcxyTLMbP8BlmRhS5likB6Ve3neC2 { width:11.25rem;height:2.5rem;top:26.490870475769rem;left:4.3750002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkdEN7HTmeveBGXCnuZpvc0RfKgXmdxB { display:block; }
 }@media only screen and (max-width: 763px) { #QDqdMZZTp4Nh0ECKwVTZIhELcbyb77mq { width:19.9980625rem;height:30.5625rem;top:33.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxTJMcvuF15mWT9baTGm1gGWZpTHl5Tz { width:16.2480625rem;height:0.12402375rem;top:37.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dODsXf9hzqT1eCMK9vBKDsmVLc2PkXxt { width:20rem;height:1.2503875rem;top:35.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kk4Q8Kq11mb7TgVVMcbfc61d3rIA7dSi { width:19.9980625rem;height:2.4500875rem;top:39.3125rem;left:0.0019375000000004rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #moxk2T25Kzh24CuwyDXQ8nS5aFyM2Kzo { width:19.9980625rem;height:1.3808625rem;top:41.6875rem;left:0.0019375000000004rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlQ5XdaioucS4TFzbDfnGGAH27umJqzf { width:19.9980625rem;height:1.38020625rem;top:44.4375rem;left:0.0019375000000004rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWu7pqQxCdGsxB8wzMMxfyxenbpWy7Dm { width:19.9980625rem;height:2.92535rem;top:48.3125rem;left:0.0019375000000004rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvanblIsyngxlH3Lq7u1667fDEyhkHgL { width:19.9980625rem;height:2.2721375rem;top:52.375rem;left:0.0019375000000004rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3MGS675JreT9JSTIszsbRX7MKUGC2v7 { width:10.390625rem;height:2.26465rem;top:57.2421875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMnN1W6MDOleI6RwPk1ZENHAyTaiDKBP { display:block; }
 }@media only screen and (max-width: 763px) { #pU96TyuaWQNPM2mRqIZFCadB1pJyotOG { display:flex;width:1.999025rem;height:1.999025rem;top:34.8125rem;left:16.688475rem; }
 }@media only screen and (max-width: 763px) { #XoSRprKvFTpZI2vsWqben7wHv7l90Rry { width:19.9980625rem;height:30.558625rem;top:64.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBx46T6nOeCgZEqq3stvGD45BcTd4X2T { width:16.2480625rem;height:0.12402375rem;top:69.0625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lk7PgtyoXBfAdEWBtTvTc9iURR5JRC3d { width:19.875rem;height:1.2503875rem;top:67rem;left:0.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxwZk1ZJMDEmno00l4ziID2rJq7naWWw { width:19.9980625rem;height:2.4500875rem;top:71.125rem;left:0.0019375000000004rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvzrqKtJcHl0zU2UJmZZfXTuquRIcr8y { width:19.9980625rem;height:1.3808625rem;top:73.5rem;left:0.0019375000000004rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTdwCqrpgbgMUSQuFc4dDyZfTWmugtuu { width:19.9980625rem;height:1.3808625rem;top:76.25rem;left:0.0019375000000004rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8e3f4NtfSLAiAdNW6xFSPCLar1wmgTr { width:19.9980625rem;height:2.92535rem;top:80.125rem;left:0.0019375000000004rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8sAnSAydHnT4vs1uVM9ET7lZEnkIT1E { width:19.9980625rem;height:2.2721375rem;top:84.1875rem;left:0.0019375000000004rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S10OfngNAbKAemVxw4Dw2gLVSaS9Wcgd { width:10.1699375rem;height:2.044925rem;top:88.4921875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oc7u6IB4uBckreUb548S7nhy9Q2lzncT { display:block; }
 }@media only screen and (max-width: 763px) { #mvN6KWUau34wsgn3ToHU4PQwRfirzvaR { display:flex;width:1.999025rem;height:1.999025rem;top:66.625rem;left:16.813475rem; }
 }@media only screen and (max-width: 763px) { #zZtC5vEV2X6xVoHFTqENGLfx5nWPUwGB { width:18.75rem;height:2.92535rem;top:16.046008110046rem;left:0.62500005960463rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqb3RxqtKSXibdC6WmT86INNPDOKcXEs { width:20rem;height:1.3808625rem;top:9.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIOHIe0lEHr7xL06szWec8P8xEUDgA7V { display:block; }#ZIOHIe0lEHr7xL06szWec8P8xEUDgA7V > .row .container { width:20rem;height:95.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOb6CVp2xgyRWBKqIsIT71K9vQugWhqw { width:19.9980625rem;height:30.2480625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5hc940M6tMJTiKJlEugD8p6NoOsaEXU { width:19.9980625rem;height:1.2503875rem;top:3.4375rem;left:0.0019375000000004rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CddFsuZ719samE9THURsvAaXhOgiqMxq { width:16.2480625rem;height:0.12402375rem;top:5.5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uc7wSuzTvBtWeEmgDdmhTq4zvPwBsxBU { width:19.9980625rem;height:2.4500875rem;top:7.4375rem;left:0.0019375000000004rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAh3yE0pFtqVV1Gra9IEQzVpFaCrHgKP { width:19.9980625rem;height:1.3808625rem;top:10rem;left:0.0019375000000004rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tg96Cyk0D3ZaJhErJmJmsO3QgLbynMpC { width:19.9980625rem;height:1.3808625rem;top:12.6875rem;left:0.0019375000000004rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvclewHMRIBDRQ39K68uMknV3TST6026 { width:19.9980625rem;height:1.462675rem;top:15.8125rem;left:0.0019375000000004rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoxzmPO3h37nnXaJvFVraGIVdeZr5TUS { width:19.9980625rem;height:2.2721375rem;top:20.5625rem;left:0.0019375000000004rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTqRBWksdK1toL0rUAhKuuBPmPn7zBZk { display:flex;width:1.999025rem;height:1.999025rem;top:3.0625rem;left:16.813475rem; }
 }@media only screen and (max-width: 763px) { #Nnc4TsbQH4Tm43WcQqw5SOuyAhzAGRJz { width:10.3261875rem;height:2.19921875rem;top:25.55859375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ih2unl5VwSgoei6xyWwoqNeS0sV402vJ { display:block; }
 }@media only screen and (max-width: 763px) { #F8KLuGzROu9SOtIviFbvs6LO36WZVC80 { width:19.9980625rem;height:30.4980625rem;top:32.7480625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAFRWzumQR6nQuapUv3micRrhERFrBhV { width:19.7480625rem;height:1.2503875rem;top:34.8730625rem;left:0.2519375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKUWANHhc3Jk2PdFJ0dNBz4QLw168TTe { width:16.2480625rem;height:0.12402375rem;top:36.9355625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9gpGLZzcynXFV9aeJ61Bx5pSRvMqh7B { width:19.9980625rem;height:2.4500875rem;top:38.9980625rem;left:0.0019375000000004rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGCU6angKWxRLui3hmqz143VR0JW3yyC { width:19.9980625rem;height:1.3808625rem;top:41.3730625rem;left:0.0019375000000004rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOpf6XAdvTvJ0kblkb0ZJiF7SGy42GWB { width:19.9980625rem;height:1.3808625rem;top:44.1230625rem;left:0.0019375000000004rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rb6IXTGhQJw449TgRqTAbRIVzTArNRhy { width:17.6248125rem;height:4.388025rem;top:47.497831344604rem;left:1.1870660185814rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lD6GIrznd7suvF6ClJSURTnlo6CBd5SD { display:flex;width:1.999025rem;height:1.999025rem;top:34.4980625rem;left:16.813475rem; }
 }@media only screen and (max-width: 763px) { #ReQsg36akCy2KA4FDzJUkpBOUqX0OWTR { width:19.9978125rem;height:2.2721375rem;top:54.060331344604rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uC8Ou1QZlISUB3qntWxdQJTUO4aqKms5 { width:10.3779375rem;height:2.250975rem;top:58.177734375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPMo9TTVI2vr4mtCBN2urkc0OuKeL7w1 { display:block; }
 }@media only screen and (max-width: 763px) { #IcizKOg5mVnbwuGB3nnKPcKvrnapBbiR { width:19.9980625rem;height:30rem;top:64.496125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBeARRVa9RCkbl5DnHDxd005qkhPRmB5 { width:19.9980625rem;height:1.2503875rem;top:66.621125rem;left:0.0019375000000004rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fl2UDi9I6Rw84BlnIR5mOxLphTK89c2R { width:16.2480625rem;height:0.12402375rem;top:68.683625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdG8kdknSi4qK2ORWcmX3WRzNxoCR68l { width:19.9980625rem;height:2.4500875rem;top:70.746125rem;left:0.0019375000000004rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4XT1KsMZDtiF8GQAmHAJE1edtkAGfOF { width:19.9980625rem;height:1.3808625rem;top:73.121125rem;left:0.0019375000000004rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HREDqEsfbDXdnV9koFJwvuSdKcuvvq8K { width:19.9980625rem;height:2.7604125rem;top:75.746125rem;left:0.0019375000000004rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeQSDXVN5UBqDH8PUKycMB3TcGpLGnS0 { width:19.996125rem;height:3.8997375rem;top:78.933625rem;left:0.0038750000000007rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXn7HRr2vkBo8RSlnKTGnKnvzdZJlW5r { width:19.9978125rem;height:2.2721375rem;top:84.683143615725rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyMZChJAWUT2tpzbUIxN5SJ1Ln5xil01 { display:flex;width:1.999025rem;height:1.999025rem;top:66.246125rem;left:16.750975rem; }
 }@media only screen and (max-width: 763px) { #evHaUQSvesmWaapfJOVpANqIuDow7w51 { width:10.19925rem;height:2.07421875rem;top:88.603515625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1mWIHvhhBTQptLyMhDFN8rAKEZrXUZo { display:block; }
 }@media only screen and (max-width: 763px) { #AyCbl4cTAGTa84MHTAoE1iSifwgXsIs9 { display:block; }#AyCbl4cTAGTa84MHTAoE1iSifwgXsIs9 > .row .container { width:20rem;height:91.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WCSXiQ5XQ2TsuOrIChrxuQpLSB5zD7Ih { width:20rem;height:27.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKGSZT7tNkUQTIvwWVBGL8tF1xciW1Rb { width:19.75rem;height:1.2503875rem;top:3.375rem;left:0.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCi2QqLoXXRVKu7uQapAd34q0CObfztp { width:18.75rem;height:0.0625rem;top:5.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOPteCd90i6NDJolZ7q17SBipmSQS9ht { width:20rem;height:2.4500875rem;top:7.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsW7CoS66f2RDqfhU6S557WOw6AgM3TM { width:20rem;height:1.3808625rem;top:9.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiWCxh7ey9maTMavya105Znr6IvFIqiP { width:18.75rem;height:1.3808625rem;top:12.625rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7O6Im1cNgOtsiSQGXkiJW9mo5QX67Hx { width:20rem;height:2.92535rem;top:15.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRLNoTxcVSv7BmdU68yipuihrLw0Zi70 { width:20rem;height:2.2721375rem;top:20.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJozT9yreFcxUDnk9ZR5iq4q4ELwtgNk { display:flex;width:1.936525rem;height:1.936525rem;top:3rem;left:16.875975rem; }
 }@media only screen and (max-width: 763px) { #aDSQEw2CPaNiXVKh3vg9chql4sKQ2JlN { width:10.4375rem;height:2.3125rem;top:24.4375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdlgGiSBMQkpfsq9w8fc7rs7hkNyFQdc { display:block; }
 }@media only screen and (max-width: 763px) { #Jq5LL4kMeapgXcwbB1fRSbfW9zrTDSVJ { width:20rem;height:27.4375rem;top:29.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngk08oPwmH7qRnVno6QHfOVwqhF5wWkN { width:19.75rem;height:1.2503875rem;top:32.0625rem;left:0.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RERG63Jk3VxtGTudaNf0RuDhfDwrOIEh { width:18.75rem;height:0.0625rem;top:34.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBxZHykdHVrJpcVHIO43Wg9V46yASTUu { width:20rem;height:2.4500875rem;top:36.1875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTaRGOtsNZIRiaknzCTR0Mgmf9INLc8s { width:20rem;height:1.3808625rem;top:38.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSEJ0k0RybT5q04PARpO7okIIK4AF5LQ { width:18.75rem;height:1.3808625rem;top:41.3125rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qN0KyFzV0iTWiW3caeVZISIUcf9Vqsyw { width:20rem;height:2.92535rem;top:44.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5x5WlTE4mbfVNd5mBSELhJdwmBUCHnT { display:flex;width:1.936525rem;height:1.936525rem;top:31.6875rem;left:16.688475rem; }
 }@media only screen and (max-width: 763px) { #QZp9GtmkT20ra7CZRMQ72b8FDmEd6fqF { width:20rem;height:2.2721375rem;top:49.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6aa4pUlg09rh96Mg8s1JuLlRWT5cJvb { width:10.4375rem;height:2.3125rem;top:53.125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cck2yirT9AtUBSSzUgexyFefd11PD8cC { display:block; }
 }@media only screen and (max-width: 763px) { #RzNu2uEIyReZDNhFA5uSCivvBIWNgc2C { width:19.9980625rem;height:31.749rem;top:58.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #disGQdes9y3tGKuFkwHoZmDDVXO4n8bc { width:18.8115rem;height:1.2503875rem;top:60.75rem;left:1.1885rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXCpSBtyNTg5siE1Xbwm7TiQvCE4TVNr { width:18.6855625rem;height:0.0615234375rem;top:62.8125rem;left:1.3144375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmWVFF0C4WO93iUkz7xwcCMXwk5yTSJX { width:19.9980625rem;height:2.4500875rem;top:64.1875rem;left:0.0019375000000004rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRQiyIWQwLITzOpBOfvLsCNZaqLcTsBT { width:19.9980625rem;height:1.3808625rem;top:66.5625rem;left:0.0019375000000004rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnS0toXKyhct6nx2GpDSSAMiFULaN2ex { width:19.9980625rem;height:2.7604125rem;top:69.4375rem;left:0.0019375000000004rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vX3OBaknkZbrVyTCkMi8EFCzIFIXA6X4 { width:19.9980625rem;height:4.38801875rem;top:74.3544921875rem;left:0.0009765625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #em6mRrqwkxlPoUZ9Ap3TfcPUbNkJai8f { width:19.9980625rem;height:2.2721375rem;top:81.240234375rem;left:0.0009765625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEeHxDeXVF50GlNN32bb6AO0sqIwdLw5 { width:10.327125rem;height:2.20215rem;top:84.990234375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufyKvx6zWaJvm7Jhv5p6Ev6KyNTB40H9 { display:block; }
 }@media only screen and (max-width: 763px) { #MZLUdAgKMBPZtTI97CdRWfDr5A4Jebt1 { display:flex;width:1.93555rem;height:1.93555rem;top:60.375rem;left:17.06445rem; }
 }@media only screen and (max-width: 763px) { #EEUbtTkkPCgWfLawAspxeyarN0ni4kxh { display:block; }#EEUbtTkkPCgWfLawAspxeyarN0ni4kxh > .row .container { width:20rem;height:94.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FClxTOfhEcmb1FHK3ex1UKO0BBcapPa6 { width:19.9980625rem;height:30.624rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBofs50oVuLCBbpHcM3KyWPCOXxmBFlN { width:18.75rem;height:0.12402375rem;top:5.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dC9DTL3D4aCFoA2n0iSmayNGVM5EHNhE { width:19.9980625rem;height:1.3808625rem;top:9.875rem;left:0.0019375000000004rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqqqe8yFA9KlWdlnXxuABXbOv3t51EHH { width:19.875rem;height:2.7604125rem;top:12.625rem;left:0.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHgEVrOZss6rvv89DaMv89mQflLdwa06 { width:19.9980625rem;height:4.140625rem;top:17.1171875rem;left:0.0009765625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWJiBe2TKEqpXSzt9mPT9GpZLndZUt8N { width:16.2480625rem;height:1.2503875rem;top:3.375rem;left:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgAHkiCCGTAwDOkpnwLVdKFIQzUTKFv3 { width:19.9980625rem;height:2.4500875rem;top:7.5rem;left:0.0019375000000004rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3p5Q6B1WOFWSl7sAb8RGmavbT8MA591 { width:19.9980625rem;height:2.2721375rem;top:22.1171875rem;left:0.0009765625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2M18OcaSi87zTk3Cm0z5Tzdi3qUIc2n { width:10.3261875rem;height:2.20019375rem;top:27.1171875rem;left:4.6728515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuTSiTCJzPvETt8rxm8fXJgZTCJWq02n { display:block; }
 }@media only screen and (max-width: 763px) { #glQBBbksGam0G9PuBymmGTPMTMzx5aoJ { display:flex;width:1.999025rem;height:1.999025rem;top:3rem;left:17.000975rem; }
 }@media only screen and (max-width: 763px) { #cdpuJ2CvrwmcBi7lCmRN4bFg3GxHAGbD { width:20rem;height:28.9375rem;top:33.1230625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHBRvMoT84SK1X8JQNlD1flRFeT3yBrU { width:18.75rem;height:0.0625rem;top:37.3105625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqIZTBk56SfeaJ97VUsD3Mbidnc2A9Lv { width:20rem;height:1.2503875rem;top:35.2480625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9mt0zVJ3GZAWTbDQFZ1aHNzzqxJQxAP { width:20rem;height:2.4500875rem;top:39.3730625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KygVQ1Ha56lWTh6uytwB1GhydabhphIi { width:19.9375rem;height:1.3808625rem;top:41.7480625rem;left:0.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLeP5SNHxfuyAgMdHq2rvPEp8K6cP05V { display:flex;width:1.9375rem;height:1.9375rem;top:34.8730625rem;left:17.0625rem; }
 }@media only screen and (max-width: 763px) { #pDsbil1dWRpg4xoTqq2JemaTyITxqauB { width:20rem;height:2.7604125rem;top:44.4980625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQMB1tyLsatFOzPASMUQhWlrQXTIDFas { width:20rem;height:2.76041875rem;top:47.5605625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuTvnN1N0HiidPiKWGeuZV7CBzOe06MX { width:19.9980625rem;height:30rem;top:63.3105625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kd1sNd02JOtBkgTutVFFVX5MFs2hCmB2 { width:19.9980625rem;height:1.2503875rem;top:65.4355625rem;left:0.0019375000000004rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvks5z4IVPZ3hRUuU00EVavTomUqIkqG { width:16.2480625rem;height:0.12402375rem;top:67.4980625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HymPoZIs88m0g12E1oLteMlRPglqc4lw { width:19.9980625rem;height:2.4500875rem;top:69.5605625rem;left:0.0019375000000004rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIThksoTMIl1nvdvRp5NK9Bl2cNFTFLF { width:19.9980625rem;height:1.3808625rem;top:71.9355625rem;left:0.0019375000000004rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpXWTTOlZ7L5tzyJ3T7qfHRLopETCHHw { width:19.9980625rem;height:1.3808625rem;top:74.6855625rem;left:0.0019375000000004rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qg1aZx7VPFKOcu527ZOLFOQepK6Rlas6 { width:19.9980625rem;height:2.92535rem;top:77.7480625rem;left:0.0019375000000004rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUmxFpM5Gc5xV0zX9XxAdFA5BCCoVdKh { width:20rem;height:2.2721375rem;top:52.4355625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuO0THLWbMiglshUrPp6TbBW9ee5S09u { width:19.9980625rem;height:2.2721375rem;top:83.6230625rem;left:0.0019375000000004rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfvWSELbdOhxZ9Fdsa7ZeUSrXbro0L3d { display:flex;width:1.999025rem;height:1.999025rem;top:65.0605625rem;left:16.875975rem; }
 }@media only screen and (max-width: 763px) { #GLHVmEioz4oXr00QHqgoFViHVEJmX9h0 { width:10.5625rem;height:2.4375rem;top:57.1171875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiO141T5MRs6Kvapshvt6yqtSFRdCleI { display:block; }
 }@media only screen and (max-width: 763px) { #glp86FC2mWIOEBPH21TTc3PLZ2v2z16l { width:10.19925rem;height:2.07421875rem;top:87.54296875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnvHpV6xT6mUqMgI5cUeEFN38633mAyz { display:block; }
 }@media only screen and (max-width: 763px) { #M0tErUuBkIk0oxiXvWXkiGAEK6ONbeoI { display:block; }#M0tErUuBkIk0oxiXvWXkiGAEK6ONbeoI > .row .container { width:20rem;height:95rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WPx16oIEgyp7fs4WG9F97JnIvMceJ8nz { width:19.9980625rem;height:29.996125rem;top:1.25rem;left:0rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #gUhrl2J34DrkeDUGZg2SrDyl8KT8CX9C { width:19.9980625rem;height:1.2503875rem;top:3.375rem;left:0.0019375000000004rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVgrSOC77GnaxKuTvBpes6Fk3gJexrD5 { width:16.2480625rem;height:0.12402375rem;top:5.4375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPzFNPUc5pw2zeUCMVsJ0OGaotLPN27m { width:19.9980625rem;height:2.4500875rem;top:7.5rem;left:0.0019375000000004rem;font-size:1.75rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #C69rhI7kyPoSZ3ULfPuI5wV7cKTBMUKT { width:19.9980625rem;height:1.3808625rem;top:9.875rem;left:0.0019375000000004rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbDIggpdAmcs7UDkV0TsQBNT9dsN8W03 { width:19.9980625rem;height:1.3808625rem;top:12.625rem;left:0.0019375000000004rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFHr4i9Q4uBTSLVnVH2s7XiLrK2lGweP { width:19.9980625rem;height:3.8997375rem;top:15.6875rem;left:0.0019375000000004rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nripb19qpuotC52sdRolNwSvfEq3bFI1 { width:19.9980625rem;height:2.2721375rem;top:21.5625rem;left:0.0019375000000004rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNwT1BfNxbK6WR4AyuJFXm5NVryyXeqG { width:10.1386875rem;height:2.01465rem;top:26.306640625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWohc5K8EwqOwMGL4dDrypAZuUmt4elg { display:block; }
 }@media only screen and (max-width: 763px) { #fJaUuHxzWUiQ7FADyxEaBGpRl7NBFpEr { display:flex;width:1.99609375rem;height:1.99609375rem;top:3rem;left:17.00390625rem; }
 }@media only screen and (max-width: 763px) { #TtmEZbfkHDllPSNZmSFVqOGxF0zDXLa7 { width:19.9980625rem;height:30.371125rem;top:32.496125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHL55W75FSrR26rtqNadKx35zTf75wfw { width:19.9980625rem;height:1.2503875rem;top:34.683625rem;left:0.0019375000000004rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGIFRitHiED60dWJuirJThc7dtFtc11F { width:16.2480625rem;height:0.12402375rem;top:36.746125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ProDoyM7qKLktZzsndHQNmX3Vo1mlDeV { width:19.871125rem;height:2.4500875rem;top:38.683625rem;left:0.128875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ov5vf3sQ8JyIz2wGGbkXtC5SqAyt2ahm { width:19.9980625rem;height:1.3808625rem;top:41.121125rem;left:0.0019375000000004rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSKQnzmLSd9ZAD6SILDtECiHMCJxmMDN { width:19.9980625rem;height:1.3808625rem;top:43.933625rem;left:0.0019375000000004rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrHi1I0XBdSTeZSkxgv6AvPVRFaUlqgc { display:flex;width:1.999025rem;height:1.999025rem;top:34.308625rem;left:16.938475rem; }
 }@media only screen and (max-width: 763px) { #uT3nSL80svZDRcBqxnHcVLvcFHWxP8rO { width:19.875rem;height:4.38801875rem;top:46.371125rem;left:0.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPHoWpRKLZTwi6gxyJ3nq0Ql3wHJm5Ep { width:20rem;height:29.8125rem;top:64.11725rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZhwclaZaAXfNki2nZ8aUmuiTsEvMiyI { width:20rem;height:4.38801875rem;top:78.05475rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIlOrEKKTxTxng3rr66bNFek8PTiLHzN { width:18.6875rem;height:0.0625rem;top:68.36725rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTd6EknJVsasBwUCPsG0N8LCSiPsESgW { width:19.9375rem;height:1.3808625rem;top:72.74225rem;left:0.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EA2y8TNyB1kXRTOhJHZHWRtZvpyrNMX6 { width:19.8125rem;height:1.3808625rem;top:75.55475rem;left:0.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwA2cTtb1OB42lqLHR0mMxS23Sr5wBi7 { width:20rem;height:2.2721375rem;top:53.806640625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #befsFuyzG1dwtzSBhxGKLDUhIUXb6z8B { width:20rem;height:1.2503875rem;top:66.30475rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmmMgr4IdToRxDQ8iAdqTJTbf9BWsb9x { width:20rem;height:2.4500875rem;top:70.30475rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8tPwdIfBcAWsEVRti8WdWUr3x5TU9Tk { width:20rem;height:2.2721375rem;top:84.36725rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0LTQiKE2xQJf14loP3IGbRTtkU5TXX0 { width:10.2900625rem;height:2.1640625rem;top:57.556640625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZe1tQnhug81LHwQcGlMaW4ubeI1PrUE { display:block; }
 }@media only screen and (max-width: 763px) { #S4FiAV1Lq4XbZbgFudzOlzCuv905ML4X { width:10.25rem;height:2.125rem;top:88.806640625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuXQnvMw17xfIVTMLNdG6273ACFJCR8E { display:block; }
 }@media only screen and (max-width: 763px) { #ChzmUMsTDlt9N2vvMp9FbhawFkZDGctx { display:flex;width:1.9375rem;height:1.9375rem;top:65.92975rem;left:17rem; }
 }@media only screen and (max-width: 763px) { #zxiu8yBXVKwJTIxvnWUxomwzPLtALPrC { display:block; }#zxiu8yBXVKwJTIxvnWUxomwzPLtALPrC > .row .container { width:20rem;height:93.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rUTEBCp6iXx1Z8eB3PkcMy1PgeBKWf2U { width:20rem;height:28.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXNQiKeQJONPrO3XU7hd4eRDS1T99IS6 { width:20rem;height:1.2503875rem;top:3.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #feSotsW3HLx5MluwC0e691QSChSeBzxx { width:18.6875rem;height:0.0625rem;top:5.5rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5wTAfPA1EflS0GZNvEgoShkh3LlKpsx { width:20rem;height:2.4500875rem;top:7.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOQ6GJzCXMcozKrZwLB0TFNaWvOT3pg9 { width:20rem;height:1.3808625rem;top:9.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT3tdGMsmEpGihH0at1sJD7rUc2hOh6I { width:19.8125rem;height:1.3808625rem;top:12.6875rem;left:0.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLdSnyKPkDBuJWn5IzgBlvJlvmuCQsJA { width:20rem;height:2.92535rem;top:15.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xr2vImTsRtGvJPOgaeyP6iCB021I20wT { width:20rem;height:2.2721375rem;top:20.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwASchU57TuEEHpuEcyrNnlpeFI69Ddl { display:flex;width:1.9375rem;height:1.9375rem;top:3.0625rem;left:17.0625rem; }
 }@media only screen and (max-width: 763px) { #CLaK40iOHdya2vJpMLHfona62KgMHC4b { width:10.25rem;height:2.125rem;top:24.876953125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJVIq3nFOgfPz87ZbC19TifWS0TZingE { display:block; }
 }@media only screen and (max-width: 763px) { #NnNS3epIJflKuiyvSfkKxWmIWw4u8000 { width:19.9980625rem;height:30.375rem;top:30.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVT56s7HwsBsQLda1T7ubDsTlTbNeQdb { width:16.2480625rem;height:0.12402375rem;top:35.1875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTFLkcn0TM3FGqNdZuKP2xnpdN4fpbml { width:19.9980625rem;height:1.2503875rem;top:33.125rem;left:0.0019375000000004rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ee6gbfuBwQ5FFBpuXr5TghSVVWaBgce2 { width:19.9980625rem;height:2.4500875rem;top:37.25rem;left:0.0019375000000004rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhqCNGCcaXd2uv2Tk1q5TSsWes3vqdx2 { width:19.9980625rem;height:1.3808625rem;top:39.625rem;left:0.0019375000000004rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fed87Eib5wsuyUzkMP5CLT8v7ARAAanW { width:19.9980625rem;height:1.3808625rem;top:42.3125rem;left:0.0019375000000004rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVJwVPSc817mKmTShtGlppnMwhDd5HPi { width:19.9980625rem;height:2.92535rem;top:45.4375rem;left:0.0019375000000004rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoJJLldJ0MZGTHGsp5Tow6WuWucfy3hz { display:flex;width:1.999025rem;height:1.999025rem;top:32.75rem;left:16.813475rem; }
 }@media only screen and (max-width: 763px) { #J7oPRC0xS1m0Jz54l5Wzh7dawinmz0rg { width:19.9980625rem;height:2.2721375rem;top:50.3125rem;left:0.0019375000000004rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlcDCN4CocccJwHko8TTto9rrhecCorx { width:19.9980625rem;height:30rem;top:62.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5ZWQOAiV7xRsEzIBUgLA2OXX7paKLih { width:16.2480625rem;height:0.12402375rem;top:66.8125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2hO48c7qs1PcPOC4Gdhd6UnG0vM3fVs { width:19.9980625rem;height:1.3808625rem;top:71.1875rem;left:0.0019375000000004rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeZC5TUIHS9NPrPpmo2Jh8CxQQmqgB6o { width:19.9980625rem;height:2.76041875rem;top:73.9375rem;left:0.0019375000000004rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeKo7wfNT2dNhArcTVqeLgzmQpCdAduA { width:19.9980625rem;height:2.92535rem;top:79.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBOQT7lqBSZnhkQzmKM3DgV28IVbFWNR { width:10.2265625rem;height:2.1015625rem;top:56.126953125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tR2t3SX3F1RnX40R7t8EKtFZHLEcdKGs { display:block; }
 }@media only screen and (max-width: 763px) { #o3qqwpg6kA04XIN2KzS8uklovfGgrbpx { width:19.9980625rem;height:1.2503875rem;top:64.75rem;left:0.0019375000000004rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BquNfOclSQoaOwKuWfUPfcGDTH1F0NSm { width:19.9980625rem;height:2.4500875rem;top:68.875rem;left:0.0019375000000004rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATScSHM1C0AyIQA0TMeTp17vgTXtrdpe { width:19.9980625rem;height:2.2721375rem;top:83.626953125rem;left:0.0009765625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGdELlxyeqklHwRQxwk1862WzVtoGPle { width:10.2265625rem;height:2.1015625rem;top:87.376953125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTUhewOvSuriOqldfwiXT4sE8h8TzWeD { display:block; }
 }@media only screen and (max-width: 763px) { #efvEGs7bF02u2AoxTl2zqnTalK4S5frG { display:flex;width:1.999025rem;height:1.999025rem;top:64.375rem;left:16.875975rem; }
 }@media only screen and (max-width: 763px) { #VJqbtRS4bm3FnoZATL0KVEWgZCzgETak { display:block; }#VJqbtRS4bm3FnoZATL0KVEWgZCzgETak > .row .container { width:20rem;height:66.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DiLzZiQAyb5IEfJ9GcTpSPaEXUImE8rm { width:19.9980625rem;height:30rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8dPy0Lk1cNt7AAG9vqpQZLTpFQoqaME { width:16.2480625rem;height:0.12402375rem;top:7.375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqSfX3uCulDB2bAi8wclnA24zKu5o8ra { width:19.9980625rem;height:1.3808625rem;top:11.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKO2DTJWQP9ZCbcW4t7ETZ8Wfy9VZ2ta { width:19.9980625rem;height:1.3808625rem;top:14.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbzSx8xtcBmar5WLafZ2cLXPiQ0RwQEw { width:16.5625rem;height:2.599825rem;top:17.622613906861rem;left:1.7187500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKLzK32SthEbv8c2du837LXJfTLe30KN { width:19.9980625rem;height:1.2503875rem;top:5.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0QetnH5nR40veGIbCdQhBQcbUGepdT7 { width:19.9980625rem;height:2.4500875rem;top:9.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiGmhpa1Syoilt7WE7xTWmsI69fwfsKV { width:19.9980625rem;height:2.2721375rem;top:24.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdbWJHqBWL21wiIIJEortbR1F1KFpuvr { width:10.2265625rem;height:2.1015625rem;top:27.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlkXZJHpq1PfqRuHkm9SpMCqFSamOEP9 { display:block; }
 }@media only screen and (max-width: 763px) { #MSfhzATG4wgB9fuEWl7HXhUiBN9aiVGf { display:flex;width:1.999025rem;height:1.999025rem;top:4.9375rem;left:16.875rem; }
 }@media only screen and (max-width: 763px) { #yVWSwz7TANH3z4fHhvFMadM9BJFQb0CM { width:20rem;height:27.4375rem;top:34.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1lzV5uX7l8S5WwUJdx2kZGnNlOTxCwz { width:18.6875rem;height:0.0625rem;top:38.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #La7oamhMGEwWBCm8UAsiqgC5O3IR50ux { width:20rem;height:1.3808625rem;top:43rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyC5cddrT4ZmuoHztB2onOuq1pTI4Ow7 { width:20rem;height:1.25rem;top:36.56120300293rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1zTbbRNTuXw6Qoz9EbOw7FE1GQwUMsk { width:20rem;height:2.4500875rem;top:40.68620300293rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0vLzX3bWPFspxA5xKQ42GZ5qVl84HqI { width:20rem;height:1.3808625rem;top:45.74870300293rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtnUZLCkF3xTz4n01xDT83fPR5NfAtT3 { width:20rem;height:3.8997375rem;top:48.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #INE3nv5ctaR6VXqEcV3x1X2J5dxPmLmD { width:12.4375rem;height:2.2721375rem;top:54.685546875rem;left:3.89453125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8AXzvREQBtTZKKCip6liSavC2iFHvJB { width:10.3125rem;height:2.1875rem;top:57.6875rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeqcwSvysIDzgGCk8TxlSgEQEUcCfoXG { display:block; }
 }@media only screen and (max-width: 763px) { #ZsBoGX1gtU4k59RgXs5blh4LEXK9Ic0S { display:flex;width:1.9375rem;height:1.9375rem;top:36.216796875rem;left:16.9052734375rem; }
 }@media only screen and (max-width: 763px) { #VL9OosKUR7dHRqUumwd6m9Ci62ecOvT2 { display:block; }#VL9OosKUR7dHRqUumwd6m9Ci62ecOvT2 > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rymo5lhJVyEb3TWNLwK5QU4p89MXXHoE { width:20rem;height:1.4660633484163rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WcRiOynqOZkSHRC06LEBrUGwl4c3L5N5 { top:0.6865520477295rem;left:4.9363428354263rem;width:10.1244375rem;height:3.37456875rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fmuooInFob4Z46okAAike3EWRnDsMhw6 { display:block; }#fmuooInFob4Z46okAAike3EWRnDsMhw6 > .row .container { width:20rem;height:90.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uOe3nuoqloWFDRSRu67ZOUaAsIHp7mpE { width:20rem;height:29rem;top:1.375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsqh847gmgDp8fNUJnX3TBH8fVCSgdtn { width:18.75rem;height:0.0625rem;top:5.5rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7AwLhO5HyeacV5TziDVKusoBl2pRuHE { width:20rem;height:1.25rem;top:3.5625rem;left:0.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e652orKNvJOTpTCopGIKUPEIwRG5P3PB { width:20rem;height:2.4500875rem;top:7.5625rem;left:0.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wR4FOLS4smIXxK23pkTX9swOfFEQs69Q { width:20rem;height:1.3808625rem;top:10rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LH6qGNdUnhJJIdy12PukeGlW0d6Hx5Pw { width:20rem;height:2.7604125rem;top:12.5rem;left:0.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUzkOSH9DL7rZDgnSZ3TBQfAbIeTqQ2a { width:19.875rem;height:1.462675rem;top:17.5rem;left:0.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h2o3f3bkwhMB9EKq081xv3ltS3k0KOdg { width:20rem;height:2.2721375rem;top:21.625rem;left:0.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LauMAS8qLNvWeQG42duzqBpiARHMid9U { display:flex;width:1.93555rem;height:1.93555rem;top:3.21875rem;left:17.5009765625rem; }
 }@media only screen and (max-width: 763px) { #RzrpwIQ2t1kJA5TCpQNeK9pHzu3uA6De { width:10.0918125rem;height:1.96875rem;top:26.1875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0x1KAO0D17RDomfs66UxgBNaCHbyacT { display:block; }
 }@media only screen and (max-width: 763px) { #t60qELmIXZa8HEhvR1dF8CUHDdn4D0lp { width:20rem;height:27.4375rem;top:32.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rg3qoNhkU4Qa37F0alikpA6zDFeHKVDr { width:10.375rem;height:2.25rem;top:55.875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSoXIxFLZCcFmSFttwU4EHZPw7FZqunb { display:block; }
 }@media only screen and (max-width: 763px) { #GRxKWmAbw2H7OwgI1dRfMTHGEqTCO1Uc { width:20rem;height:2.2721375rem;top:52.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZsEx0CreTa5rKyNGqTdbJiKPxGD5nPE { width:20rem;height:1.462675rem;top:48.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTx2h4C9rCHDnScxI5sw8dDCt9WdlwrD { width:15.7498125rem;height:2.76041875rem;top:73.25rem;left:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWJfohFy1pI3CK6OADCsCaFwN642uvmc { width:20rem;height:1.3808625rem;top:41.625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z0yUhOXQLkZF8souef1I5S2oC8x3mRyB { width:20rem;height:2.4500875rem;top:39.1875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #meCIxosRELoDMfJxsQ0dH2G08HwImh8y { width:18.75rem;height:0.0625rem;top:37.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BniwzUJ4KUCSA9GubW7d1MWim4AWaaa0 { display:flex;width:1.9375rem;height:1.9375rem;top:34.8125rem;left:17.5rem; }
 }@media only screen and (max-width: 763px) { #W5h3Drs3KekCqxTI7qX981HTJE5y5ZW3 { width:19.9375rem;height:1.25rem;top:35.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsCZszqwTTnn1JS8JZs4xEanha2TnUyO { width:20rem;height:27.4370625rem;top:62.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTcoQu0BBBThk8iSUHd3OLa8OlzQn28s { width:12.374125rem;height:1.25rem;top:64.5rem;left:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGLtPkdnTL8klgk41KFzrki57zyOsnpT { width:18.75rem;height:0.0618489375rem;top:66.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pm7nDs7JvWQbDT0ITozLkmPTls2p9T1D { width:20rem;height:2.4500875rem;top:67.6875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sciJSKJQ7H0fccBn06q1qzty8PxOgTqS { width:20rem;height:1.3808625rem;top:41.625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pMLVlu12cJRDIdkBFIiw2VyBZbfsnoP9 { width:19.9375rem;height:1.38020625rem;top:44.25rem;left:0.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsH8BKsaFDhvUib5rpLzDT8zAUUVztL6 { width:20rem;height:1.462675rem;top:78.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r50XAEWAG4BPZ1xiaSlkt6UdkwrkT8zo { width:20rem;height:2.2721375rem;top:81.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgBsORnNMzFpGJwlmIdZZQcJHFZeD41s { display:flex;width:1.93685rem;height:1.93685rem;top:64.153648376462rem;left:17.631293594838rem; }
 }@media only screen and (max-width: 763px) { #hrEfHQ575JsE2wezSmK639yd2RTadoV9 { width:10.374375rem;height:2.24935rem;top:85.75rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIdWNuVxBDP4L57pncEQnT3iBow8GyHn { display:block; }
 }@media only screen and (max-width: 763px) { #MFzSvS3DUWCVCqwMOh0rWdNq7qUDzxvk { display:block; }#MFzSvS3DUWCVCqwMOh0rWdNq7qUDzxvk > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J2XuSJnOHJ6lSap8siZb7Tn6FUhU6eFV { width:20rem;height:29rem;top:3.1872863769531rem;left:0.12478297948837rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXkiTReN7bPiNU2z7pHkS614DODfrPwp { width:18.75rem;height:0.0625rem;top:7.3116455078125rem;left:0.74978297948838rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nu8fp9HEOVoWTg3mDx9WLhbUKo4ZxUMB { width:20rem;height:1.25rem;top:5.3747863769531rem;left:0.061848998069763rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggUS7RV5Oe5tryiG7J0LDa8o35odr7Td { width:20rem;height:2.4500875rem;top:9.3743591308594rem;left:0.12478297948837rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIks2gDqlaCWVwLuHSqiHuRslDf1coST { width:20rem;height:1.38020625rem;top:11.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #upNwZoSkUtiD5wHLWcw8Cbi7EzxCWTJf { width:20rem;height:1.38020625rem;top:14.3125rem;left:0.12478297948837rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyMT5FSBxr0ewPheq6QwmR7MWJEPXmKZ { width:19.875rem;height:1.462675rem;top:19.3125rem;left:0.24956601858139rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mINtLOJJlTa53REMLlkR2E4h9Zkb5Jom { width:20rem;height:2.2721375rem;top:23.436859130859rem;left:0.12478297948837rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ebcCk38TC0JG2huBTf8U29RqohnsfUSl { display:flex;width:1.93555rem;height:1.93555rem;top:3.21875rem;left:17.5009765625rem; }
 }@media only screen and (max-width: 763px) { #L9WHZOawMzNoXlatNklJ7ck5cADIDd44 { width:10.0918125rem;height:1.96875rem;top:27.999572753906rem;left:5.0618494153022rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfxWnUpaQTT3k6p4BzOhmbGntJ41zPKR { display:block; }
 }@media only screen and (max-width: 763px) { #h7wp8dIJvEiAzhNdssgy2HztgSyxasfI { display:block; }#h7wp8dIJvEiAzhNdssgy2HztgSyxasfI > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EHQrQ4FeukaJ7fQ50cNZNpceFRzkXb4n { width:21.0625rem;height:1.25rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eUBtrgTx6khyEpuHOL1Laex23mk3FtLo { top:0.43550205230713rem;left:4.5912905931473rem;width:10.812375rem;height:2.9362rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kToULHApEsJ6EaL0gwtMiCHrg3ogZnMB { display:block; }#kToULHApEsJ6EaL0gwtMiCHrg3ogZnMB > .row .container { width:20rem;height:99.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g04nGssSxaaH2s3QI8k5QAUXRSrTF6gi { width:19.9991875rem;height:29.625rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVwMTdz7Pywxb8vxZn0esy7rAzJWRwDE { width:19.9991875rem;height:1.25rem;top:3.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #boF49vCWWe0xxMCE2UMILQLwTRRPnlwb { width:16.2491875rem;height:0.12421875rem;top:5.3125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv3eQXeXkWbqJ5veayGkCPZvStmrKNBf { width:19.9991875rem;height:2.4500875rem;top:6.6875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTbUQkzHsgS4lqND6aSyImn1msy6iE1i { width:19.9991875rem;height:1.3808625rem;top:9.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTdiaQDEgW2BzGOiaNzaZumKceBWVPxQ { width:19.9991875rem;height:1.3808625rem;top:13.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzthrgK4CfE5OlMmI5mJ6El6P12dJ5SS { width:15.624625rem;height:1.462675rem;top:17.3125rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQ5AvpSUfHH068KBUw0oikxTHe47TmxI { width:19.9991875rem;height:2.2721375rem;top:21rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIsG0NviJLlfdAginubi6zAfBvXC4e4x { display:flex;width:1.9359375rem;height:1.9359375rem;top:2.875rem;left:16.75rem; }
 }@media only screen and (max-width: 763px) { #rzTqimCI0Pl4OIpO0CfKAVVu45m0TU9w { width:10.2523125rem;height:2.12773125rem;top:25.5rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTF7auyqt7kLaUOp2r9QAy0mgF89B3p2 { display:block; }
 }@media only screen and (max-width: 763px) { #FS75ElffZhJLEUa4FWhbw7IBwTA0Be4X { width:19.9991875rem;height:31.749625rem;top:32.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrOdceQT1ZNefSNxdTSwnxVVpcNxSseG { width:19.875rem;height:1.25rem;top:34.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAxOXFCzaoqPBL2UDDSlV9zyD06FE4bX { width:18.75rem;height:0.12402375rem;top:36.5rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3LEeuNukLVce2pf0GH1nkbIXT6LbCBx { width:19.9991875rem;height:2.4500875rem;top:38rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAETHWRrXnIDuOpITJzJThMgT5sG1lTi { width:19.9991875rem;height:1.3808625rem;top:40.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lph3oHd47TpC4dtdcy4w47T2PN2x63Ub { display:flex;width:1.99921875rem;height:1.99921875rem;top:34.1875rem;left:16.9375rem; }
 }@media only screen and (max-width: 763px) { #WrHEwwkWhKLdz9ElTDrI1DQeaZZtdiAq { width:19.9991875rem;height:2.7604125rem;top:43.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n94IqIsQBMdP9uMihBpr4GKsSSLRexyL { width:19.9991875rem;height:30.624625rem;top:65.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBvl8ZRlWkOk1Ci8Oc5BogtlryGqdStO { width:20rem;height:1.25rem;top:68.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQHCmpI37iKwB7kaqxBQ5TVTgzawcq8r { width:16.2491875rem;height:0.12421875rem;top:70.125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuB0WPbZTOVx1K4Ui5Dhv5aUiJOu6eRp { width:16.187125rem;height:2.4500875rem;top:71.5625rem;left:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUkJAabEiTODliXd5KA53uzTcWmhMaXQ { width:18.75rem;height:1.3808625rem;top:74rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwDvUiANovsvXZnAecS9JaV2T4B0kUdh { width:16.0623125rem;height:2.76041875rem;top:76.936855316162rem;left:1.9683161377907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRx9tpLkptQK5cG23Jys58Nqg5BBJZTh { width:19.9991875rem;height:2.92535rem;top:48.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2vh4RrrbIDvTpbpZVeHMMhtcnf0yqF1 { width:19.9991875rem;height:1.462675rem;top:81.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3ltZi6Sl3OBBxv6kGWNLycbptZ0Tfg7 { width:12.4991875rem;height:2.2721375rem;top:52.625rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJ7cuNSqFgNetBZtvFqmd7ODtSye3b6t { width:19.9991875rem;height:2.2721375rem;top:85.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiLixtRSwtnSA9kKRETapiMQViGaRtT6 { width:10.374625rem;height:2.25rem;top:57.6875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrITWJcmozDShT2uvU4O00DtarLZbrsK { display:block; }
 }@media only screen and (max-width: 763px) { #O1OxdM20tQhrt9iZTo7OCF3TnDePGdae { width:10.4761875rem;height:2.3515625rem;top:91.1875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV9qQawVbgU6lxQft0cKDVTR2TPULudB { display:block; }
 }@media only screen and (max-width: 763px) { #kvmV3pkg1vtQw8bDw6e3M4mHt0569Nh5 { display:flex;width:1.99921875rem;height:1.99921875rem;top:67.6875rem;left:16.9375rem; }
 }@media only screen and (max-width: 763px) { #qUs8O14dTV292criQpNw54Z1nvuwTaXO { display:block; }#qUs8O14dTV292criQpNw54Z1nvuwTaXO > .row .container { width:20rem;height:66.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XpTeEwlgCtr9cnufCkKLLeUvb1zBGUaE { width:19.9991875rem;height:29.0625rem;top:0rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bka8847CcLPGArKRSnJyyrrE1IzRcuPl { width:20rem;height:1.25rem;top:2.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUB8PxDiFFnMrgFAiH97Xy19CTTw22TW { width:16.2491875rem;height:0.12421875rem;top:4.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwRVNU0Kc29dpgRe0FnZsrePCNpUUciZ { width:16.187125rem;height:2.4500875rem;top:5.625rem;left:1.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LL09RhTuw5s6UmKeQcnBJbqd7DN4fDpg { width:18.75rem;height:1.3808625rem;top:8.0625rem;left:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDFEvOHOTNn9kxshxlbudTGP13BbWaZ5 { width:19.9991875rem;height:1.2999125rem;top:11.625rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9uJmvQ0TzhLLf8yxJ2LtcHmRGMtmsmN { width:19.9991875rem;height:1.462675rem;top:15.875rem;left:0.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOEQGTd460S1I06wdaunv507pVuzwvz6 { width:19.875rem;height:2.2721375rem;top:19.9375rem;left:0.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvc18BQ6HgWlmTwSWylMRPk85fnwtITh { display:flex;width:1.99921875rem;height:1.99921875rem;top:1.75rem;left:16.9375rem; }
 }@media only screen and (max-width: 763px) { #cLvVGFNCAZvSAR5sTJ0pyiKAblTTpTiZ { width:10.37775rem;height:2.25195rem;top:24.6875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXbZJd68ThCCkKzKgqz77cIVNCeUE9IE { display:block; }
 }@media only screen and (max-width: 763px) { #ngNEhBbeR4shMIUdfmaVChMHLNxRvrfk { width:19.9989375rem;height:29.0625rem;top:31.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNMRaDycL9rKQ47cGs9TKwZ1NhloNVhQ { width:16.2489375rem;height:0.123698125rem;top:35.4375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyDSz73CKS65uzunuiIi52B0JHFvZ76g { width:20rem;height:1.25rem;top:33.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #THdf6Z70ZVTv2f4aZgHT08wg35RTQ3Ua { width:19.311rem;height:2.4500875rem;top:38.4375rem;left:0.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2pO5XHsXisbIxHkKPJV5Vp2FgfIAA9C { width:18.75rem;height:1.3808625rem;top:8.0625rem;left:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6cO6giBoFmK1IIO7sSgzrVrMS8c9zbe { width:19.9989375rem;height:1.2999125rem;top:42.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hz5HsDRP3WXcvfOJ0GVJMvqll6Js05SA { width:16.811rem;height:2.92535rem;top:46.9375rem;left:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrQH4ps7V1m0kzaDpQna0oXG4rQC0Ffp { width:19.8730625rem;height:2.2721375rem;top:52.124567031861rem;left:0.062934041023256rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJF3iOdgcSZiqb3H0OLtXeT4J0t0NNx0 { width:10.377625rem;height:2.25151875rem;top:56.4375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDpIkNBZifqb3xZCtzpFDuAXTNl8DgOU { display:block; }
 }@media only screen and (max-width: 763px) { #bvJxAKKm0cHEwBc2iuNwrgZiSkrN15OW { display:flex;width:1.93685rem;height:1.93685rem;top:33.0625rem;left:16.3125rem; }
 }@media only screen and (max-width: 763px) { #AAAfKvzGlZIiSS0NGlHkqSCS90AomaqH { display:block; }#AAAfKvzGlZIiSS0NGlHkqSCS90AomaqH > .row .container { width:20rem;height:5.12478125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HkBSb0H76RyAnBgrw4gKEWdhlqgtJUzb { width:26.25rem;height:1.25rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KOUtOMER5Ddq17wuRCN40H5GJTe6veSM { top:0rem;left:4.3125rem;width:11.375rem;height:5.125rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MVq8314zzDLk7f4qGwk7ZIGzTUZKqRnE { display:block; }#MVq8314zzDLk7f4qGwk7ZIGzTUZKqRnE > .row .container { width:20rem;height:87.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o5GpBJ2GUEupJayvuu6Lq8HSOZO2prhK { width:19.999rem;height:27.4365rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlwFDd7ER4DFLGSVTlP9xkvTqxLVNhuW { width:20rem;height:1.25rem;top:2.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5T7sl2XQtfd8fScD34pM5qkMgp248Va { width:17.7480625rem;height:0.12402375rem;top:4.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRWEGU0cqvdy5h4QPWql75qoQobtMBQk { width:20rem;height:2.4500875rem;top:5.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOEoRhVXLFrFlqDLeSaSNl9AQpUzfEQe { width:20rem;height:1.3808625rem;top:8rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nhg2gtpi3TEaBTUczc3xM1EVsxhETsdi { width:20rem;height:1.3808625rem;top:12rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8ndyquVuAzTyHJrQcAtUiCPMDqK0sye { display:flex;width:1.93555rem;height:1.93555rem;top:1.8125rem;left:16.8125rem; }
 }@media only screen and (max-width: 763px) { #dTv3ySPqgUtxmgFbDxmCWO0kz4WuHsaT { width:20rem;height:1.4236125rem;top:16rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaimZsAVqrPG3kRiUE2s6fgVpn6p19Qh { width:20rem;height:27.4375rem;top:29.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEoIMrV9ebLM59xLWqMhBONaG5TNR9tT { width:20rem;height:2.9991375rem;top:44.748046875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlEX69IuvkT6tnRfIs7QfDS56T2XHIRd { width:20rem;height:1.25rem;top:31.998046875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #trJq7fWHUZqXQgDOeAiH8T4Aq9H5twlZ { width:17.7480625rem;height:0.12402375rem;top:34.435546875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNXtJp2KdN4hvOk145Amxzn1fpuBJnhQ { width:20rem;height:2.4500875rem;top:35.498046875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VugAxQvrINey1z4kcbPXEnePavD8XW07 { width:19.9375rem;height:1.3808625rem;top:37.947265625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSFRGiHuBMmdlWi3uFneuOT2dH1h96wC { width:20rem;height:1.3808625rem;top:41.560546875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhkBT2alDH4nkUpe8t2RTh9HMuoiTO8k { width:20rem;height:2.76041875rem;top:19.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpLdE4hGFXlXN7hsNQaVnZoTfqZrtlmx { width:20rem;height:2.2721375rem;top:48.623046875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ep16XXgZo2BgZ1OcNTv4XUTo2f1DDkOU { width:10.3359375rem;height:2.2109375rem;top:52.998046875rem;left:4.83203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxKoN6q4mRXs0KMyJ7UZ7p2X6ur3u5TN { display:block; }
 }@media only screen and (max-width: 763px) { #Wyu1xW0ZrETAevcwccmpON5nLDinR1if { width:10.359375rem;height:2.23535rem;top:23.125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQn1LzV9fTAeCbXAS2GwARMXhRkx25nq { display:block; }
 }@media only screen and (max-width: 763px) { #s9SXSzcsWGkV38QizyGkO8xdkssTnvdr { display:flex;width:1.93555rem;height:1.93555rem;top:31.654296875rem;left:16.8125rem; }
 }@media only screen and (max-width: 763px) { #VWQrUJGtZyOXe6wTgxGO3ImL31aGG7xE { width:20rem;height:27.4375rem;top:58.6230625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOQQ5ln0UQZLODIkQhUf4baVBKKZu26m { width:20rem;height:1.2503875rem;top:60.8105625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7hJndQ3599QoTyHIeMyvDMAqaQRgXWT { width:17.749rem;height:0.12402375rem;top:62.8730625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfvbGCXwp9UVCN0zelG2fhoTWrtS4d2q { width:20rem;height:2.4500875rem;top:64.2480625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQVcGul70o1V78Fv3TBJod54ZDAfZhE3 { width:19.9375rem;height:1.3808625rem;top:66.6230625rem;left:0.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1N3CGw369zXF6kzHIo9TfRIGuJyECPy { width:20rem;height:1.3808625rem;top:69.9980625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CG1umZqggrhWx8eGlsC4lPJJlyTdLhhd { width:20rem;height:2.9991375rem;top:73.6230625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQ6GGL9xP6caqMhg9fRkROsWN8E9qaSt { width:20rem;height:2.2721375rem;top:78.6230625rem;left:0.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATqW0DTS2Crzdb6OUdgL2zZ0Doqp6Eed { width:10.3359375rem;height:2.2109375rem;top:81.810546875rem;left:4.83203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwAcPza888BqPUKUdXJlD3dTGkTZ5QXR { display:block; }
 }@media only screen and (max-width: 763px) { #RraIl07NqwcE6WleT30zFXlUPU9aoTVq { display:flex;width:1.93555rem;height:1.93555rem;top:60.4355625rem;left:17.06445rem; }
 }@media only screen and (max-width: 763px) { #HMzgqu0SayoMc9emWO7x0eMoPmUWMcmT { display:block; }#HMzgqu0SayoMc9emWO7x0eMoPmUWMcmT > .row .container { width:20rem;height:87.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qCuaX1IdCHKmKz74MS84grHSSuRC1qXL { width:20rem;height:27.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwCJBg4AceGdBsTerEKCpAQygfdw57wM { width:19.625rem;height:1.25rem;top:3.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eP0R2mFtpv5CG7qUJo7sxuL3hlq4AVBJ { width:18.75rem;height:0.0625rem;top:63.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7KWnk5NPNV33XHOdUhBTbfR0gUHZP2g { width:20rem;height:2.4500875rem;top:6.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWnW83F2QBXL1usiTlH8x4Gw1kfIIt6b { width:19.875rem;height:1.3808625rem;top:9.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEFdMBLVp0aDyDDflmdvmDvFPVnyPst7 { width:20rem;height:1.3808625rem;top:12.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRC5myXRTSZi005uoygV8sQRnNXbW4db { width:19.9375rem;height:3.8216125rem;top:15.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxvH2ckN6od1Tx6EKXdOnMbUrg8leKKh { width:20rem;height:2.2721375rem;top:21.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMH5mSeCsbieFf5UkIUllMbh3Qxa55JH { width:10.375rem;height:2.25rem;top:24.875000238419rem;left:4.8125001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lgyssw3cBiA0zPztd54KJ0AnC3SMUSQu { display:block; }
 }@media only screen and (max-width: 763px) { #dMGamAlFczI1fD9W7MmOlTqZDzMt460o { display:flex;width:1.93685rem;height:1.93685rem;top:3.09375rem;left:13.375000596046rem; }
 }@media only screen and (max-width: 763px) { #zg1PqBWDtFv41xTEVggf8dq2FaEwlC8T { width:20rem;height:26.125rem;top:30.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkkWzDHfcXhEmoP69KEuuksSQzgT4TOx { width:20rem;height:1.25rem;top:32.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e0AqTwa59l2T7gJXE0L6rQ3tAaNQLrTk { width:16.875rem;height:0.125rem;top:35rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwJMDLuK4skZnxUe5XCxPzLBlbCIROLx { width:20rem;height:2.4500875rem;top:36.375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #suPe17J3XqbRq0NBb9FtiDMvqGaCTIPJ { width:20rem;height:1.3808625rem;top:38.8125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RCaUNDGg8aIUglxFb2UbZTJHmzUJaRcG { display:flex;width:2rem;height:2rem;top:32.312500953674rem;left:17.41666662693rem; }
 }@media only screen and (max-width: 763px) { #Zy4mfgxyrnHoTsRrWPyzHFdTqb1ot1Kx { width:20rem;height:1.3808625rem;top:42rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mNUJlwr2ssPpps5qqJ83fKQhGIMTPDdg { width:20rem;height:27.4375rem;top:58.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgrgvlWugKSBFBT3uXqccrNlVXsiVfNn { width:20rem;height:1.3808625rem;top:70.5625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ErTkBLCq3ab4hntNxvtfIpKeNFJ64onx { width:20rem;height:3.8216125rem;top:73.1875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W0U3KUzAyaXEeQ67ZOzaHQ3yCZ55Tb9o { width:20rem;height:2.4500875rem;top:64.1875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x7slCPcrUtHJ7l1vLHqydgLc2cUr7OKl { width:20rem;height:1.3808625rem;top:67.9375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CaP2nTfAQBZb6fKfel708vMPTXnl3w1C { width:19.875rem;height:1.25rem;top:60.625rem;left:0.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #esrm38xPtT2W0sHsLOITSPET3Zo6IoZ6 { width:17.7486875rem;height:0.123698125rem;top:4.9485702514649rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9rWsBLv62zE4RyUIyesrwxi0PTR4usS { width:20rem;height:3.8216125rem;top:45.0625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wNM2Tu1xLx0IlTZwSx4tPDImuHZI348Z { width:20rem;height:2.2721375rem;top:78.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DawQHEZyTaIS0qz8heZ2kyWiT4Ngadnd { width:20rem;height:2.2721375rem;top:50.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h80mJX6QJFK4O7c9MavAKcM7k1nNFsEk { width:10.4114375rem;height:2.28645625rem;top:81.875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JplZMi2EOee5ncwhiaWteiOVvfTyg7eQ { display:block; }
 }@media only screen and (max-width: 763px) { #LK6agkkGOBTOq6xdUwSymlnyOgTN3kbx { width:10.4245rem;height:2.29948125rem;top:53.6875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdfE3KtJ7O0PnyAaKiT8OPW6lWgi17cT { display:block; }
 }@media only screen and (max-width: 763px) { #l8k9lhQ98bDkMxW8E1u6BnATTRx6AbAE { display:flex;width:1.93555rem;height:1.93555rem;top:60.25rem;left:13.5rem; }
 }@media only screen and (max-width: 763px) { #rLDRFwfTJGWqwn9LMT6TwU1fiPRJJvVO { display:block; }#rLDRFwfTJGWqwn9LMT6TwU1fiPRJJvVO > .row .container { width:20rem;height:86.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ScyIELPQe8fGw6LIUPIAGaMpqyZIrGPk { width:20rem;height:27.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9VyVCWNPB2nfdgRQbMdFmVsy2HcfMkg { width:10.375rem;height:2.25rem;top:25.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivdJimorDARTUwgDlZFZcoowaIAIffBc { display:block; }
 }@media only screen and (max-width: 763px) { #GBAdCdakm2whpS2el1WpZUThQ9kRv5Cc { width:20rem;height:2.2721375rem;top:21.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5CAUITboCupxNNdqIqQSM38ozPN4ezu { width:20rem;height:2.5477375rem;top:15.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsVx3nCyh8O29kfQa5uEQS1G9GTGcCHd { width:19.9375rem;height:1.3808625rem;top:12.625rem;left:0.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCHcsVWXCXaoukso9lZclUJmHHTVoVRE { width:20rem;height:2.4500875rem;top:6.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7QItl20IHoXL7UzcvDqL8IJGF8mdfKK { width:20rem;height:0;top:9.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJoS6ZgyQDJ2sbMJeL728ZJZgDgoCiQz { width:20rem;height:1.3808625rem;top:9.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8Zo5DOMepZKU9EOMiUU2BkFEOPE29wC { width:20rem;height:1.2503875rem;top:3.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn3mOL932zEcFwQB9cmZCTf5ZK2UOscc { width:18.75rem;height:0.0625rem;top:5.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSu9TneUqDmaxzmm7e6NQgxCF6Q5wSfl { display:flex;width:1.9375rem;height:1.9375rem;top:3.0625rem;left:16.75rem; }
 }@media only screen and (max-width: 763px) { #C1xA1u1T3TWN1E8r7Wzpo6eWi93XcnGR { width:19.999rem;height:27.4365rem;top:58.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mr19RNEBu5vLPH1CT2qxwC4wS71CL1yy { width:10.410125rem;height:2.28613125rem;top:81.8125rem;left:4.794921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrNm1PiFs69UbpQ3fb4TrMxWdiLVDXNF { display:block; }
 }@media only screen and (max-width: 763px) { #y0aZx1wU85VbzQsb8CBkATduwww7aowV { width:19.999rem;height:2.2721375rem;top:78.3125rem;left:0.0010000000000013rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahfNXbSox23dFcVhl7FW4pdvn031PSpn { width:19.8125rem;height:1.27386875rem;top:74rem;left:0.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqVCELTZQBGE9UleZpFFh7UzIaDTNOcp { width:19.999rem;height:1.3808625rem;top:69.6875rem;left:0.0010000000000013rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zB3BCV4cJmtDfPTATR3wra5ff3LWsGAQ { width:20rem;height:27.125rem;top:29.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z11uiGlK6qIUTlGvEbS4EJkLXenoMQCI { width:19.999rem;height:2.4500875rem;top:63.9375rem;left:0.0010000000000013rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7X9p0bqOkiNMsocCFpKF0sQc3tGcplJ { width:19.999rem;height:1.3808625rem;top:66.3125rem;left:0.0010000000000013rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6zROvZETCmKPWKGGoPcr7ADcDuS6KTQ { width:19.999rem;height:2.4500875rem;top:35.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KV7BIIuqLIbM7cU9blqXWkg0LJqCuTxw { width:19.999rem;height:1.3808625rem;top:37.9375rem;left:0.0010000000000013rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVDrMPyvJvKkfmV76pJk0wKk6POWsNKt { width:19.999rem;height:1.3808625rem;top:41.3125rem;left:0.0010000000000013rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GckS9sbbpymNDPUp45nXZXDqoqaaZP99 { width:19.999rem;height:2.5477375rem;top:44.9375rem;left:0.0010000000000013rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oy9bWUkuOF246T2IcU3IB5ls53UTXBTq { width:20rem;height:2.2721375rem;top:50rem;left:0.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9a0vedzmqcA2em4yQDTAzRU59wN8TDv { width:10.422875rem;height:2.298825rem;top:53.625rem;left:5.4130859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdB8my6spxW5eAWniI9qz0qeHizmoTzn { display:block; }
 }@media only screen and (max-width: 763px) { #xmimNsxmDTBfDZdOoNl2Z2HAt7P8LiUT { width:20rem;height:1.2503875rem;top:60.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kThxtWwfEQ6bBKRRRDX2ebZmquvalbXh { width:17.7480625rem;height:0.12402375rem;top:62.5625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJLieExCLJTw3yEMX0aZ5Gb3a4dE7V1G { display:flex;width:1.93555rem;height:1.93555rem;top:60.125rem;left:17.0634765625rem; }
 }@media only screen and (max-width: 763px) { #rZFTDxH74lbl24C8927TkDfUk6LbG5ho { width:20rem;height:1.2503875rem;top:32.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKWgsfWT7C7dybgqC4NDqmhoc6crS2UR { width:16.249rem;height:0.12402375rem;top:34.1875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoORz1v9VlB1uRuJmxQP0FsMrRzO10hz { display:flex;width:1.999025rem;height:1.999025rem;top:31.75rem;left:16.75rem; }
 }@media only screen and (max-width: 763px) { #JkOiVahE3CvbWbhuyLtPp5ZFMVQ195lm { display:block; }#JkOiVahE3CvbWbhuyLtPp5ZFMVQ195lm > .row .container { width:20rem;height:91.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NasTTPIZLufIyDqAwecrEBePAXXkmgSc { width:19.999rem;height:27.4365rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezMieySmIQaMy4pNb0lko2Q4JVnt7kqf { width:20rem;height:1.25rem;top:3.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF29vFwdHOz3welTIEA2fMmt2oGsiWye { width:18.75rem;height:0.0615234375rem;top:5.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AS7Tootn1BJAc4XwU1Expddwu60nI9od { width:19.999rem;height:2.4500875rem;top:6.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhlvaE6xGnBUvHGelnQLNFWsHb6rt8h1 { width:19.999rem;height:0;top:9.25rem;left:0.0010000000000013rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPAGibRx9bAyFH1bZ3fTtLdmK7k5CBns { width:19.9365rem;height:1.3808625rem;top:12.625rem;left:0.0635rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPbCPe8TKKOHpUbIEwl67Vq5nC8r2ui5 { width:19.999rem;height:2.5477375rem;top:15.875rem;left:0.0010000000000013rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXLfN8k5RBfOHKBGlVLXJyVRy6iGzGk6 { width:19.999rem;height:2.2721375rem;top:21.25rem;left:0.0010000000000013rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZKMvDg6z2qhdmxEJZOmtpRIgm0bTq7l { width:10.374rem;height:2.25rem;top:24.5625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeWl5Gxe4lGLk9l5oDkJA8SPRbXN6T0m { display:block; }
 }@media only screen and (max-width: 763px) { #ryaqn31EKV9pUbGH9ydyUJIX3KkUM8to { display:flex;width:1.936525rem;height:1.936525rem;top:3.0625rem;left:17rem; }
 }@media only screen and (max-width: 763px) { #m3z588qyBXgG1WuRdMVZ4n493IGpqGDx { width:18.75rem;height:1.3808625rem;top:9.375rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #muPFkGf3oZRzT6ZB0RWh0x6PwqBIBcGt { width:20rem;height:27.625rem;top:29.9355625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuIlQlmIAHl6t4gPfSZ9wU1aWa3TpI80 { width:19.6875rem;height:1.2503875rem;top:32.1230625rem;left:0.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKQxC9OR91SJR6BC8eDRS0IEzNbLIZq8 { width:16.249rem;height:0.12402375rem;top:34.1855625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwHTmwiXDQiLDMPOhEJh2VnMosKXgNHO { width:19.999rem;height:2.4500875rem;top:35.4980625rem;left:0.0010000000000013rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhmMwvKN2ZV6DVOz6DZi8cbbxkh73Fxv { width:19.999rem;height:1.3808625rem;top:37.9355625rem;left:0.0010000000000013rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIUf2C1uG86SRA9rPk1CzWN5FihV4nCd { width:19.999rem;height:1.3808625rem;top:41.3105625rem;left:0.0010000000000013rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J516X0JxIWBKoCcZKOOeVVbErFWfQ0bq { display:flex;width:1.999025rem;height:1.999025rem;top:31.748046875rem;left:17rem; }
 }@media only screen and (max-width: 763px) { #buwf92T9IvyJWQApiRXqJ83VRu1Q28my { width:19.999rem;height:27.4365rem;top:59.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PI4qDD99CK4ReeZgKEz16RVzhoraJcC8 { width:19.999rem;height:2.4500875rem;top:64.6875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRPrCsL8KTSmdbqCKq5hGNr5ZhfQI63D { width:19.3125rem;height:1.2503875rem;top:61.25rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPvMs5HTRlbatElRcLHUBhFXTSq8tTQc { width:17.7480625rem;height:0.12402375rem;top:63.3125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMp78SAnRBJDtbCdtw0G0qAAkUSUilVm { width:19.999rem;height:1.3808625rem;top:67.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gl62na5u3DG0oAsym7rzlK2VfEoIMmVB { width:19.999rem;height:1.3808625rem;top:70.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFsMOIzoPhlVEpLvmrsHCi1Q5RXWOaQV { width:20rem;height:2.5477375rem;top:74.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeU4TUTTJ3FtAQvPMNK1V0BHTCnePgE9 { width:19.999rem;height:2.54774375rem;top:44.9355625rem;left:0.0010000000000013rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVUI8IFMyuoLbxbczeIfcGzLXM2ChTIH { width:19.999rem;height:2.2721375rem;top:79.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQfuVNplH1H6NQ32L8kCHZ03fzibgBNR { width:10.410125rem;height:2.28613125rem;top:82.4375rem;left:4.794921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nx8cwqSkl1HK7k6iB3mlIETJGGQB0DwD { display:block; }
 }@media only screen and (max-width: 763px) { #ZLTBvcgJvNOHwiZQiNZFMWbaicAxDFGt { width:12.499rem;height:2.2721375rem;top:48.935546875rem;left:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBU334KMmv74FpraPH2idQbPxMJhT7ST { width:10.422875rem;height:2.298825rem;top:52.7607421875rem;left:4.7880859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBrTOsRHTXfUbIrLRAJKhL7M6t6d80RD { display:block; }
 }@media only screen and (max-width: 763px) { #oxN30p5fPeTveTl0yrUQLENTDPD6C6DR { display:flex;width:1.93555rem;height:1.93555rem;top:60.875rem;left:16.8125rem; }
 }@media only screen and (max-width: 763px) { #wpTKbRrpnEgHBZMiFmpvMs6uu5npsPQX { display:block; }#wpTKbRrpnEgHBZMiFmpvMs6uu5npsPQX > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xwwZTpgqOtt5ZF5Dp8wLaryf6mfQibox { width:12.1865rem;height:4.124025rem;top:1.3251953125rem;left:3.9052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AERB9eqfWQ73fK5xfDhMNDxGN8wXFALb { width:19.999rem;height:0.0615234375rem;top:6.0126953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #szTAWMx300HGCueUrGSEIqTcZ2wTgZ6I { width:12.499rem;height:2.03125rem;top:6.5126953125rem;left:3.7490234375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHevnRusMVURfp0SirZt7AgCLyT3hGva { display:block; }#SHevnRusMVURfp0SirZt7AgCLyT3hGva > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NCq2DfLoHHGnvXD1IZqPO4nkd3WBlFo4 { width:14.0625rem;height:2.03125rem;top:1.25rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUSLSCzkxOZbZRguwhTizOBOiRn6QQy3 { width:20rem;height:11.8066625rem;top:4.53125rem;left:0rem;text-align:left;text-align-last:left;font-family:arial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFqeNEHBsLrlWfAR5OFvqoaQMQNAFzaw { width:20rem;height:21.75rem;top:17.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwB7qAyuRRlTMi1byNmqCqGeQzS45BkK { display:block; }#gwB7qAyuRRlTMi1byNmqCqGeQzS45BkK > .row .container { width:20rem;height:10.348377539063rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QZ5kbTG5Hn3T5wEo8CIxTMMrPqQb2Lim { width:20rem;height:2.599825rem;top:7.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vw37U55pgxv3pCnPhFkBrsR7D2HCe0s8 { width:12.1875rem;height:4.125rem;top:2.1875rem;left:3.9375rem;display:block; }
 }