.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6b6f87ed-23d7-4f49-93c7-1bbc7436d012/KERRBRKerrontheRoad2025LPBG03.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#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.4); }#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); }#cTO4pWQneMdJNsubXHqtVFw33756Jy6q { border-top:0;border-left:0;border-right:0;border-bottom:0.625rem solid #be3c6d;background-color:#73c8af;background-image:url("https://images.assets-landingi.com/uc/9fdbb74c-184e-4f0d-8dd5-6ca5f8fa159e/KERRBRKerrontheRoad2025LPBG.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#cTO4pWQneMdJNsubXHqtVFw33756Jy6q.adaptive-delivery-prevent-bg, #cTO4pWQneMdJNsubXHqtVFw33756Jy6q.lazyload, #cTO4pWQneMdJNsubXHqtVFw33756Jy6q.lazyloading { background-image: none; }#cTO4pWQneMdJNsubXHqtVFw33756Jy6q > .row .container { background-color: transparent; background-image: none; }#cTO4pWQneMdJNsubXHqtVFw33756Jy6q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTO4pWQneMdJNsubXHqtVFw33756Jy6q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTO4pWQneMdJNsubXHqtVFw33756Jy6q > .row .container > .video-iframe-container { display: none; }#cTO4pWQneMdJNsubXHqtVFw33756Jy6q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTO4pWQneMdJNsubXHqtVFw33756Jy6q > .row > .video-iframe-container { display: none; }#cTO4pWQneMdJNsubXHqtVFw33756Jy6q > .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); }#cTO4pWQneMdJNsubXHqtVFw33756Jy6q > .row .container { border-width: 0; border-radius: 0; }#cTO4pWQneMdJNsubXHqtVFw33756Jy6q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cTO4pWQneMdJNsubXHqtVFw33756Jy6q > .row .container { font-size:0.875rem;font-family:arial;height:62.5rem;width:75rem;position:relative;display:block; }#rDIqAr7CnuwFvWy7erNTwIlbPFgM3izf { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:26.25rem;left:3.2048606872559rem;height:4.798825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#k8trT1QJsFhJfObxeRT4XC0E7lMis84r { color:#50535a;display:block;width:19.6875rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:12.28125rem;left:48.21875rem;height:1.70573125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#pAiiux0AzryzA9SJ1U6TyxO1Jfk4sx0A { position:absolute;display:block;z-index:15009;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:13.9375rem;width:28.1875rem;top:8.3125rem;left:3.20703125rem;overflow:hidden;display:block; }
#vQA9RNvqK3aNtOZWrMS1ScolsPPPlH0h { color:#00acad;display:block;width:22.875rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:43.9375rem;left:3.25rem;height:3.298825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vFIip9RBq5TVcw2gUd0UbaF3fS4tDsb4 { 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:1.875rem;width:1.875rem;top:47.9375rem;left:3.1875rem;overflow:hidden;display:block; }
#I1xW54vQNFE5zXKCSiXgMaIhaWMGdKaa { 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:1.875rem;width:1.875rem;top:47.9375rem;left:14.375rem;overflow:hidden;display:block; }
#dBorToXsrJ7dr8MGsIDHv6ucTO4D46Lu { color:#ffffff;display:block;width:8.4375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:48.25rem;left:5.75rem;height:1.35rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fNQ6bXSn1TOe6qQoydLCTF3W4XBa776Q { color:#ffffff;display:block;width:11.9375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:48.1875rem;left:17.0625rem;height:1.35rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lrJWIBo7KfmwEtwww0lbevpsraITBvF6 { 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:25.875rem;width:24.875rem;top:11.6875rem;left:42.3125rem;overflow:hidden;display:block; }
#TG4frxbnEaLroxaX8Vy13XHpHgMrfsWK { color:#ffffff;display:block;width:21.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:40.4375rem;left:43.875rem;height:1.2000875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LRkpxxVQGhRnWXbv9QRI2REo0GfPMlcQ { color:#00acad;display:block;width:21.75rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:37.5rem;left:43.875rem;height:2.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DPJwBVh9pAObGvuISJ58ky5MFnURdeK3 { position:absolute;display:block;z-index:14999;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:15.375rem;width:75rem;top:46.4375rem;left:0rem;overflow:hidden;display:block; }
#waZl7Ib7Th4NJyJvgQMnIRiCHkoL2qoG { 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:16.375rem;width:26.25rem;display:none; }
#VfJVTTNaCz9HkKnvJ28tD52xPRcsGoBG { background-color:#00acae;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;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:roboto;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:18.125rem;height:3.75rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:36.198783874512rem;left:3.203125rem;display:block; }
#CLT7KV8oH8zQLVc4TvJDsLgNsmutiDCh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bOSs3BOgPHTmiMHteU7mcgnOF130wyQm { position:relative;display:block; }#bOSs3BOgPHTmiMHteU7mcgnOF130wyQm { background-color: transparent; background-image: none; }#bOSs3BOgPHTmiMHteU7mcgnOF130wyQm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bOSs3BOgPHTmiMHteU7mcgnOF130wyQm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bOSs3BOgPHTmiMHteU7mcgnOF130wyQm > .row .container > .video-iframe-container { display: none; }#bOSs3BOgPHTmiMHteU7mcgnOF130wyQm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bOSs3BOgPHTmiMHteU7mcgnOF130wyQm > .row > .video-iframe-container { display: none; }#bOSs3BOgPHTmiMHteU7mcgnOF130wyQm > .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); }#bOSs3BOgPHTmiMHteU7mcgnOF130wyQm { border-width: 0; border-radius: 0; }#bOSs3BOgPHTmiMHteU7mcgnOF130wyQm > .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; }#bOSs3BOgPHTmiMHteU7mcgnOF130wyQm > .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:11.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#M2Hng8drPtlSxs2qeBkheSGpSSsdCFXD { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:6.0625028610229rem;left:25.625rem;height:1.62543125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UJzIn8RlXISbQHOxXCslwagZmiq3Wb33 { box-sizing:content-box;height:3.75rem;width:23.3125rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:4.875rem;left:25.75rem;border-top:0.125rem solid #00acae;border-left:0.125rem solid #00acae;border-right:0.125rem solid #00acae;border-bottom:0.125rem solid #00acae;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0rem 0rem 0.375rem rgba(0,172,174,0.5) ;display:block; }
#oEqnEKkGlxRqN4UIEvG15IgRBZ4w4P3k { 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; }#oEqnEKkGlxRqN4UIEvG15IgRBZ4w4P3k > .row .container { background-color: transparent; background-image: none; }#oEqnEKkGlxRqN4UIEvG15IgRBZ4w4P3k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oEqnEKkGlxRqN4UIEvG15IgRBZ4w4P3k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oEqnEKkGlxRqN4UIEvG15IgRBZ4w4P3k > .row .container > .video-iframe-container { display: none; }#oEqnEKkGlxRqN4UIEvG15IgRBZ4w4P3k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oEqnEKkGlxRqN4UIEvG15IgRBZ4w4P3k > .row > .video-iframe-container { display: none; }#oEqnEKkGlxRqN4UIEvG15IgRBZ4w4P3k > .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); }#oEqnEKkGlxRqN4UIEvG15IgRBZ4w4P3k > .row .container { border-width: 0; border-radius: 0; }#oEqnEKkGlxRqN4UIEvG15IgRBZ4w4P3k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oEqnEKkGlxRqN4UIEvG15IgRBZ4w4P3k > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#nXIO962yGsvlI7RglaLb4WVS5wHVn7nE { box-sizing:content-box;height:27.5rem;width:22.5rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;top:4.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; }
#A8iCLJUtf7XNC9W6pJUq00LmI3h1WCex { color:#333333;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15199;line-height:1;letter-spacing:0;top:6.1875rem;left:4.4375rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LqarKgmlsa2HXwL2FVvZBFQmiTOVPsbE { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15199;background-color:#333333;background-image:none;top:8.25rem;left:3.125rem;display:block; }
#vZuTOxcDPPb9smXVr4XppE2xVyRSiXpK { color:#00acae;display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15187;line-height:1.4;letter-spacing:0;top:10.3125rem;left:4.4375rem;height:2.44921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hzyQgGTQyNM77cEU8buGVyHU7KwZVZZu { 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:12.6875rem;left:3.125rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UoL4gTZTAZdx4kAPFJOF1KTrLJRX8QMJ { 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.5rem;left:4.8125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#hlOiwxOxOPuoCTs6F4afXWru9ZImn3Qu { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15194;opacity:1;top:5.8125rem;left:19.9375rem; }
#ZW2yZbHACiL6ChEKPZHmJFOhHJDZPPCE { 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:15.4375rem;left:3.1875rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vlep6akck2seVx578J0yThf0UlF0Czp2 { background-color:#00a0aa;background-image:none;border-top:0.125rem solid #00acae;border-left:0.125rem solid #00acae;border-right:0.125rem solid #00acae;border-bottom:0.125rem solid #00acae;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.625rem;height:2.5rem;text-decoration:none;z-index:15192;text-align:center;text-align-last:center;top:27.25rem;left:7.1875rem;display:block; }
#CwbFyDAfTWBLnuIhie9L0Azwy4xFMMZd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MTzOwGb3wDAGRxWETg1JdHfdxzExxetd { color:#333333;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:23.375rem;left:6.25rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G4MncuZBAd1TRwvylqm1aTbZ9PNHlg5z { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15194;opacity:1;top:5.1875rem;left:70.125rem; }
#fTyMdreEFdJToQQQSeTHwDx4ZGRaXiQq { position:absolute;display:block;z-index:15202;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:6.1875rem;width:7.125rem;top:2.1875rem;left:1.25rem;display:block; }
#JbN7esX2RiUoArsAhCKxvGZ3h6mslDdT { 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:64.6875rem;width:75rem;display:none; }
#fAWUuUMDdf0o4yKyvp7cteXWV3TKqzmc { box-sizing:content-box;height:27.5rem;width:22.5rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;top:3.4375rem;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; }
#UegKsfpKWzJMtmzpg1AgChJ1MDrXledM { background-color:#00a0aa;background-image:none;border-top:0.125rem solid #00acae;border-left:0.125rem solid #00acae;border-right:0.125rem solid #00acae;border-bottom:0.125rem solid #00acae;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.527375rem;height:2.40234375rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:26.625rem;left:32.125rem;display:block; }
#iPhObGH6IrapFR9ZMFZa7NlgDK8gGT4g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EsRk0fsFKzfdEfF32EWqhTKAM9C4ZgZx { box-sizing:content-box;height:27.5rem;width:22.5rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;top:3.4375rem;left:51.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; }
#MqC2nyal3gEn8s66Fl7Nqp6qn3qFMscV { color:#333333;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:22.75rem;left:31.1875rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w2SUoB1RNoQpPEZ1vKndvbuaEFiam6Fd { 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:17.875rem;left:29.75rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#lFQ42LJcFbMIfKlMJl3RnPwWPFw5tdKS { 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:17.875rem;left:54.75rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#TNL6TXf8ckJ59TQPpEAoL7tuHFOrExTO { color:#333333;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:22.75rem;left:56.1875rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AsH0OGsrGK7aUwm6IZrOwUUAHlLkq4LB { 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.8125rem;left:28.0625rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xgf2caICqfmxHoAv4ewco2CUSsOShmTb { 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.8125rem;left:53.0625rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yK7Mw3KaLCHbkXmo5bPcWtKIaulFgDt1 { background-color:#00acae;background-image:none;border-top:0.125rem solid #00acae;border-left:0.125rem solid #00acae;border-right:0.125rem solid #00acae;border-bottom:0.125rem solid #00acae;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.4296875rem;height:2.3046875rem;text-decoration:none;z-index:15194;text-align:center;text-align-last:center;top:26.6875rem;left:57.1875rem;display:block; }
#WdCiRBgE43crC8pOkNT8ZCaFocJHMVBi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xnR9MDuLFWWyLQPS728gUU01bpt7SsxV { 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:12.0625rem;left:28.0625rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G2A96RZLbwb3O2yUcWqlTBMKwAEakif4 { color:#00acae;display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15185;line-height:1.4;letter-spacing:0;top:9.625rem;left:29.375rem;height:2.44921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hshVdSWxymoRl6UIpK1hF4sqDMTusSaR { color:#00acae;display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15186;line-height:1.4;letter-spacing:0;top:9.6875rem;left:54.375rem;height:2.44921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IJFpEHWXexf7cko267sCn3rVm0wFu8s4 { 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:12.0625rem;left:53.0625rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bdwX00zWRVRhDqpQBK5sNU1Z1OovBmfk { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15190;background-color:#333333;background-image:none;top:7.625rem;left:53.0625rem;display:block; }
#Ss3UFsXnTtXof9NbEmSfWbX6c3SxMTJC { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15190;background-color:#333333;background-image:none;top:7.625rem;left:28.0625rem;display:block; }
#PLptITwzhS1nmukqGm5SMd2d4UPvAg8N { position:absolute;display:block;z-index:15203;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:6.1875rem;width:7.125rem;top:1.5625rem;left:26.1875rem;display:block; }
#wehXKRD901A1bUA3QvsDTdCZKsxcbaTv { position:absolute;display:block;z-index:15203;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:6.3125rem;width:7.25rem;top:1.4375rem;left:51.1875rem;display:block; }
#GQpnSc9b01O1cTkiByRHShyRfvx3LO45 { color:#333333;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15190;line-height:1;letter-spacing:0;top:5.5625rem;left:54.375rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tLUrTLivIQGtkFTevMIg8udUxVSJ8Ogc { color:#333333;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15190;line-height:1;letter-spacing:0;top:5.5625rem;left:29.375rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QV6SerAQAv4NUsysJPTbJ1eo1R0mByrP { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15193;opacity:1;top:5.1875rem;left:44.875rem; }
#sc94wNbcoN2uHTT1N2rE1MzC50T4tghH { 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:64.6875rem;width:75rem;display:none; }
#vBqtJqDWIRkxQGWHDb4spVRa5zHD2mTr { 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:64.6875rem;width:75rem;display:none; }
#HnpsBqmb0XaWBQczT1FI5VVfK1PnyNbb { 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; }#HnpsBqmb0XaWBQczT1FI5VVfK1PnyNbb > .row .container { background-color: transparent; background-image: none; }#HnpsBqmb0XaWBQczT1FI5VVfK1PnyNbb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnpsBqmb0XaWBQczT1FI5VVfK1PnyNbb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnpsBqmb0XaWBQczT1FI5VVfK1PnyNbb > .row .container > .video-iframe-container { display: none; }#HnpsBqmb0XaWBQczT1FI5VVfK1PnyNbb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnpsBqmb0XaWBQczT1FI5VVfK1PnyNbb > .row > .video-iframe-container { display: none; }#HnpsBqmb0XaWBQczT1FI5VVfK1PnyNbb > .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); }#HnpsBqmb0XaWBQczT1FI5VVfK1PnyNbb > .row .container { border-width: 0; border-radius: 0; }#HnpsBqmb0XaWBQczT1FI5VVfK1PnyNbb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HnpsBqmb0XaWBQczT1FI5VVfK1PnyNbb > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#lDkLJpB69gPIsuZybZAcheB9pp8Im7og { box-sizing:content-box;height:27.5rem;width:22.5rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;top:3.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; }
#ql8dmwzBUrx7QJrVzR0hdAN0slsvcTEl { color:#333333;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15199;line-height:1;letter-spacing:0;top:5.5rem;left:4.4375rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#souZ16K3ffyKFouDsm9MLRkaPIauJBcV { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15199;background-color:#333333;background-image:none;top:7.5625rem;left:3.125rem;display:block; }
#FgzM9zWiy60wsTofPi5Ln8H0WIW50AtI { color:#00acae;display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15187;line-height:1.4;letter-spacing:0;top:9.625rem;left:4.4375rem;height:2.44921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PCvh6Crh127JUDzhMfWNsyqMGsZy8m0t { 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:12rem;left:3.125rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yfUU02SteVIgCFmsSU97q1fgsZC3GmOx { 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.25rem;text-align:center;text-align-last:center;display:block; }
#LHqocCVVht5lvuFc8LZXOT9Nh3MwBkSd { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15194;opacity:1;top:5.125rem;left:19.9375rem; }
#g4Db34Odn2fi35WfTsFthPxVPLbT0mzd { 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.75rem;left:3.1875rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KBh6EXGtv7gk0AmCZoPdcyMrVBvsnyNw { background-color:#00acae;background-image:none;border-top:0.125rem solid #00acae;border-left:0.125rem solid #00acae;border-right:0.125rem solid #00acae;border-bottom:0.125rem solid #00acae;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.625rem;height:2.5rem;text-decoration:none;z-index:15192;text-align:center;text-align-last:center;top:26.5625rem;left:7.1875rem;display:block; }
#PluEQVHwTQXyh254MkQf0pCdGhsPJLZc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RqqAxSXRPGaJb66sus47vM4PPLdfyMgg { color:#333333;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:22.6875rem;left:6.25rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hAKiF19ifsh2VQVeGPoXSR25yUs9Cws0 { position:absolute;display:block;z-index:15204;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:6.3125rem;width:7.25rem;top:1.3125rem;left:1.25rem;display:block; }
#NrZ0TPZuuBuntTIbh9Zo2tTnDoWM3rlc { 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:64.6875rem;width:75rem;display:none; }
#JzC6sgRREs7lV1Pk3Dv6ZTK7o2UlFIPn { box-sizing:content-box;height:27.5rem;width:22.5rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;top:3.4375rem;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; }
#fLCnleRUrmrTyCGHzMJa8tZkF8iQixi2 { background-color:#00acae;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.527375rem;height:2.40234375rem;text-decoration:none;z-index:15197;text-align:center;text-align-last:center;top:26.875rem;left:32.1875rem;display:block; }
#XU2M0kCwK9W5FopDzp8SamrvX3pFpcEw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vpUz8xvRnwcsbbRXQ6MP7dDGwkpi0CCn { box-sizing:content-box;height:27.5rem;width:22.5rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;top:3.4375rem;left:51.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; }
#hWIu5olPPPf1ig7ghZVUeculBXtkgoT2 { color:#333333;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:22.75rem;left:31.1875rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NunFdGiD1DqtdBlCeP8VE48xNv0I32kU { color:#333333;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:22.75rem;left:56.1875rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kP1d1pdEJ0tAyJf7cQrupaTlXXVmGvTn { background-color:#00acae;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.527375rem;height:2.40234375rem;text-decoration:none;z-index:15198;text-align:center;text-align-last:center;top:26.875rem;left:57.1875rem;display:block; }
#s8ft2dCUv1Avh1PGPFucInI9SqoTdgGC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lCzwnhBF0Bbl8DTb4D8PTQodnAhHsa57 { 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:17.875rem;left:29.75rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#fTv2JSnrWAbKK1qXshZVOzTTom3msXLH { 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:17.875rem;left:54.75rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#ttv7iMbvFmO1PhdpSXodzVZLbHyS7B9s { 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.75rem;left:28.0625rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ln62LCtvpBnhSX893dl3JT1VxX2Nhcxa { 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.75rem;left:53.0625rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pFuQ8t4vZXsFHCyqDtFiFJuSNU9PVuzB { 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:12.0625rem;left:28.0625rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BIf1K916TTEaGTvBpyST4bQu5SIVtlZx { 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:12.0625rem;left:53.0625rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iUuitHf6r0QQ4gSW6OIRGK57EHcueacG { color:#00acae;display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15185;line-height:1.4;letter-spacing:0;top:9.625rem;left:29.375rem;height:2.44921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kpTp1esC9rIxvuoGkN4GQxeK7y3Ql6m5 { color:#00acae;display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15186;line-height:1.4;letter-spacing:0;top:9.6875rem;left:54.375rem;height:2.44921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LTS9EBfik8vJrfJr32O6tTTV0lELB5WR { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15190;background-color:#333333;background-image:none;top:7.625rem;left:53.0625rem;display:block; }
#XLMDFBPTXxWvshca8vxBwiKfe19mt7Qp { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15190;background-color:#333333;background-image:none;top:7.625rem;left:28.0625rem;display:block; }
#IiKDLLqiOe4LSld815PiUZpG7Te6nbwU { position:absolute;display:block;z-index:15205;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:6.25rem;width:7.1875rem;top:1.4375rem;left:26.1875rem;display:block; }
#XDh8OKFxFheNkrMLTzGXpqfTPAcvMAm9 { position:absolute;display:block;z-index:15206;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:6.25rem;width:7.1875rem;top:1.4375rem;left:51.1875rem;display:block; }
#eTQ86X7SQIebqXRsfkBsCNqJyDhpqefE { color:#333333;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15190;line-height:1;letter-spacing:0;top:5.5625rem;left:54.375rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TwukFln8lFA92XgL4xMIW2w5eguSOM4b { color:#333333;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15190;line-height:1;letter-spacing:0;top:5.5625rem;left:29.375rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eVmnIIoJfEhNclUWnxdOBF1Gi9HHnMQQ { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15193;opacity:1;top:5.1875rem;left:44.875rem; }
#kTTcIlvgdwTiTd5vSpWvIxAXiTPKXZEc { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15194;opacity:1;top:5.1875rem;left:69.875rem; }
#mqDrFMnSF4iQAUJ98hi0Gh5k23BHFNWp { 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:64.6875rem;width:75rem;display:none; }
#xVbqfZCoOsWHGH2wXa84ZInb6eCyvSz9 { 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:64.6875rem;width:75rem;display:none; }
#MacJ226JE29A8kTKXHZtQKUdpU4QmIJP { position:relative;display:block; }#MacJ226JE29A8kTKXHZtQKUdpU4QmIJP { background-color: transparent; background-image: none; }#MacJ226JE29A8kTKXHZtQKUdpU4QmIJP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MacJ226JE29A8kTKXHZtQKUdpU4QmIJP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MacJ226JE29A8kTKXHZtQKUdpU4QmIJP > .row .container > .video-iframe-container { display: none; }#MacJ226JE29A8kTKXHZtQKUdpU4QmIJP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MacJ226JE29A8kTKXHZtQKUdpU4QmIJP > .row > .video-iframe-container { display: none; }#MacJ226JE29A8kTKXHZtQKUdpU4QmIJP > .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); }#MacJ226JE29A8kTKXHZtQKUdpU4QmIJP { border-width: 0; border-radius: 0; }#MacJ226JE29A8kTKXHZtQKUdpU4QmIJP > .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; }#MacJ226JE29A8kTKXHZtQKUdpU4QmIJP > .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:11.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SVTeRQbRG0a7dbwcuGvzQTEnDOs3vrwE { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:6.0625028610229rem;left:25.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OZa614QATyVTwVE8iscvJJEubIkNFKrM { box-sizing:content-box;height:3.75rem;width:23.3125rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:4.875rem;left:25.75rem;border-top:0.125rem solid #00acae;border-left:0.125rem solid #00acae;border-right:0.125rem solid #00acae;border-bottom:0.125rem solid #00acae;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0rem 0rem 0.375rem rgba(0,172,174,0.5) ;display:block; }
#u2zqd2h7izV2fQipLnqiCU6mrWfESZhx { 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; }#u2zqd2h7izV2fQipLnqiCU6mrWfESZhx > .row .container { background-color: transparent; background-image: none; }#u2zqd2h7izV2fQipLnqiCU6mrWfESZhx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u2zqd2h7izV2fQipLnqiCU6mrWfESZhx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u2zqd2h7izV2fQipLnqiCU6mrWfESZhx > .row .container > .video-iframe-container { display: none; }#u2zqd2h7izV2fQipLnqiCU6mrWfESZhx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u2zqd2h7izV2fQipLnqiCU6mrWfESZhx > .row > .video-iframe-container { display: none; }#u2zqd2h7izV2fQipLnqiCU6mrWfESZhx > .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); }#u2zqd2h7izV2fQipLnqiCU6mrWfESZhx > .row .container { border-width: 0; border-radius: 0; }#u2zqd2h7izV2fQipLnqiCU6mrWfESZhx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u2zqd2h7izV2fQipLnqiCU6mrWfESZhx > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#OtQ2ZFnc7fprM6TBtf78LQ4oFdbbrRtJ { box-sizing:content-box;height:27.5rem;width:22.5rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;top:3.125rem;left:26.250001907349rem;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; }
#QUVUaFQiKvTNeAKzqRrcFkWFFoVrtXT5 { color:#333333;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15190;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; }
#eHwyRGLEhaeL0WhWi7yxzSHyRr8lRoWm { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15190;background-color:#333333;background-image:none;top:7.3125rem;left:28.125001907349rem;display:block; }
#RS1Gzd8LuTrMkwT2uX9eC8iuiAIJKTJS { 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.625rem;height:2.5rem;text-decoration:none;z-index:15191;text-align:center;text-align-last:center;top:26.305557250976rem;left:32.187501907349rem;display:block; }
#XCPEsXwvVUgRyRueP32WSQTalIe30cJA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ktWetCmGLrdLmQ4x2OlGLVTptFDKOx5f { box-sizing:content-box;height:27.5rem;width:22.5rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;top:3.1250019073486rem;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; }
#kiblpLfH6N3GJTL3Qwc6Qtg02U8HcHgg { color:#333333;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15190;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; }
#PShNcpBBtQcz8N6leo3HqTR2JDGLBJ0T { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15190;background-color:#333333;background-image:none;top:7.3125019073488rem;left:3.125rem;display:block; }
#OuRToAAThMJ0e9X0RVx50xId9N3urXUo { 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.760416030884rem;left:3.125rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AnWeL4vzzFCT0pbVK8boE8TC7w4pQHyc { 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:17.572906494141rem;left:4.8125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#UVHqgiDv3pX8HoxDeW1W1OJqCJqwO8be { box-sizing:content-box;height:27.5rem;width:22.5rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;top:3.125rem;left:51.249135971069rem;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; }
#PiVb8tr6butL5JT3EGXCwJWCFUelHAHL { color:#333333;display:block;width:16.25rem;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:54.4375rem;height:1.2503875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qOJCXHhgLvTNg6pLMaLvyOLVnJqCTcpA { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15199;background-color:#333333;background-image:none;top:7.3125rem;left:53.124135971069rem;display:block; }
#EhHd7DADTk80y53DDD32PrO7i7KvcVrn { color:#00acae;display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15185;line-height:1.4;letter-spacing:0;top:9.3125rem;left:4.40625rem;height:2.4500875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zUG0exEOMFWob5hE9irRlmJOznVltypm { color:#00acae;display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15186;line-height:1.4;letter-spacing:0;top:9.3654518127444rem;left:29.406251907349rem;height:2.4500875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KkMTMIa4BUaWIXHSpi2VVnTmPCtBQL8U { 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.758680343628rem;left:28.125001907349rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oinZNeXgm59JhuwCAusoZvZw2amBTg4R { 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.47048664093rem;left:3.125rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O2KuMTWM5tnOFXoG8GxxhRzg31E0ArqZ { 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:17.571163654327rem;left:29.812501907349rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#FaMrG1lUMFDP1icyOtML1HTNTPPO9cJM { color:#00acae;display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15187;line-height:1.4;letter-spacing:0;top:9.3654518127444rem;left:54.405385971069rem;height:2.4500875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ETzkPbSd6cXIcFzs2Zx11GteCOqbPWVI { 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.758680343628rem;left:53.124135971069rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rWSGd8pmfHCTGyp8VzoII9ZuiWFX1AdK { 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.57204914093rem;left:54.812501907349rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#QX5M4WTSPtf7HO5oRbbxaJz17uPyiGUS { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15193;opacity:1;top:4.8750004768372rem;left:19.930555343628rem; }
#uQqgIFaaMyZ4NTnFc3LvKhJsdxgTvTZn { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15194;opacity:1;top:4.8750004768372rem;left:69.92968559265rem; }
#uGmIiFBJfls5Ea9B0BWfgy4QqyeIeWzT { 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.470486164093rem;left:53.186635971069rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yEh3g8dIilHTIWRTTlnGvRksW9B1TxTR { 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.625rem;height:2.5rem;text-decoration:none;z-index:15192;text-align:center;text-align-last:center;top:26.305555582046rem;left:57.187498092651rem;display:block; }
#aTQ1Zc9iQ38Dwz0WPeBtohMymAPMqf7t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ziWQ0iF4ixSRFlTD42nwWLhcyLRSn49l { color:#333333;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:22.438368320465rem;left:6.25rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oD0fkPxgaVcoBwdteJd6oUIWAyF1DHET { color:#333333;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:22.438368320465rem;left:31.250001907349rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AyNl0ZtK1nL99Z0IObAOEq7MK3TNMCbH { 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.469618082046rem;left:28.125001907349rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IKBRD1l1iySSVRva3WMLuqxfINq9Xopg { color:#333333;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:22.438368797302rem;left:56.250001907349rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#esHrOpZoG7TDUXsRmFuToMezB7GZO5Tc { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15194;opacity:1;top:4.8750004768372rem;left:44.930555343628rem; }
#h0ET8iQZZKEBGAoTn5iDLiTvLIRMACP8 { position:absolute;display:block;z-index:15200;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:6.25rem;width:7.3125rem;top:1.1445293426514rem;left:1.25rem;overflow:hidden;display:block; }
#olkIeQ8e2TnR8tFTbBVdPHiMkCaOiN0K { position:absolute;display:block;z-index:15201;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:6.25rem;width:7.3125rem;top:1.1445293426514rem;left:26.250003814698rem;overflow:hidden;display:block; }
#JC21CrTJAbfU8bDA3LUBbSHv4n8hF2xE { position:absolute;display:block;z-index:15027;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.875rem;width:6.75rem;top:1.5208320617676rem;left:51.248699188233rem;display:block; }
#KW50gUTbyo7dkzRTP7ZJy5tMRMAkeuRC { 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:11.75rem;width:13.625rem;top:5.6875rem;left:3.8125rem;overflow:hidden;display:none; }
#TQyXmUMXzVV5DgZoIyyOy3daGUZ01cAP { 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:11.75rem;width:13.625rem;top:5.6875rem;left:3.8125rem;overflow:hidden;display:none; }
#rKd5Bska52KHW6GpEsxDGn2hlJV2B3PV { 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:64.75rem;width:75rem;display:none; }
#v36T9dwu1laJVxDv8L1ockXgBQfL763T { 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.625rem;height:2.5rem;text-decoration:none;z-index:15192;text-align:center;text-align-last:center;top:26.3046875rem;left:7.1875rem;display:block; }
#m1sKlLmPOfwvT7G7WgSvdqKRD7dUTZr6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v2cTiAp23K1tN3FTLrHROMppRfFCMcxx { 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.625rem;height:2.5rem;text-decoration:none;z-index:15191;text-align:center;text-align-last:center;top:26.305557250976rem;left:32.187501907349rem;display:none; }
#xoH3qHdrb5gQRQSWdIHRD5qfRi4c34vN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bBfX3lhSWCvUSlChgu06iA2BZmnKl4EE { 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; }#bBfX3lhSWCvUSlChgu06iA2BZmnKl4EE > .row .container { background-color: transparent; background-image: none; }#bBfX3lhSWCvUSlChgu06iA2BZmnKl4EE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bBfX3lhSWCvUSlChgu06iA2BZmnKl4EE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bBfX3lhSWCvUSlChgu06iA2BZmnKl4EE > .row .container > .video-iframe-container { display: none; }#bBfX3lhSWCvUSlChgu06iA2BZmnKl4EE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bBfX3lhSWCvUSlChgu06iA2BZmnKl4EE > .row > .video-iframe-container { display: none; }#bBfX3lhSWCvUSlChgu06iA2BZmnKl4EE > .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); }#bBfX3lhSWCvUSlChgu06iA2BZmnKl4EE > .row .container { border-width: 0; border-radius: 0; }#bBfX3lhSWCvUSlChgu06iA2BZmnKl4EE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bBfX3lhSWCvUSlChgu06iA2BZmnKl4EE > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#Pc6sAsxZq5vhUN6Iw0BzkVWcA0EbEHta { box-sizing:content-box;height:27.5rem;width:22.5rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;top:3.125rem;left:26.250001907349rem;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; }
#uKtBhTLr0eCwQehe8KgsA7XeO1GuV0TX { color:#333333;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15190;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; }
#hK6v9TU5y5E64Q94bEZ96V1Ki1cA2pzI { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15190;background-color:#333333;background-image:none;top:7.3125rem;left:28.125001907349rem;display:block; }
#xOXlXv8rtAlHMPgMax7ryPUvR5N0QJUG { box-sizing:content-box;height:27.5rem;width:22.5rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;top:3.1250019073486rem;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; }
#pHzRrf1NRUuKknxqOtt0mHaz8i4egryo { color:#333333;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15190;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; }
#C4GSvikiZk3pygyQ2VxRJFhbTtywHQDg { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15190;background-color:#333333;background-image:none;top:7.3125019073488rem;left:3.125rem;display:block; }
#msFHKti3sJfmgMXKdi3avmvslptWBkoA { 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.760416030884rem;left:3.125rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QcFawDKbfH1k7c3OkqxBCZNMR1GQVFQm { 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:17.572906494141rem;left:4.8125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#ZebVz1K1RKLqc7qJS4n5U5lCrHuhF8xE { box-sizing:content-box;height:27.5rem;width:22.5rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;top:3.125rem;left:51.249135971069rem;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; }
#yQQF0lVBGNRaGylsy6kCw2UNPeAI55le { color:#333333;display:block;width:16.25rem;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:54.4375rem;height:1.2503875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x7TA8VGmO6WinqULPNsT9gNF493WMnFl { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15199;background-color:#333333;background-image:none;top:7.3125rem;left:53.124135971069rem;display:block; }
#E0iSXhmFUxwg7d7igaiDTT3izBduFxgh { color:#00acae;display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15185;line-height:1.4;letter-spacing:0;top:9.3125rem;left:4.40625rem;height:2.4500875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FD0tAB4IBeQz0wm3dVrNhp3xpMIfADhd { color:#00acae;display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15186;line-height:1.4;letter-spacing:0;top:9.3654518127444rem;left:29.406251907349rem;height:2.4500875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mNRPf6hQQosdDA3Or5o3L8PpWcW7JNTW { 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.758680343628rem;left:28.125001907349rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#piRGpt53eBFZEn2gs5OWrq73WzHLdaTJ { 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.47048664093rem;left:3.125rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IHf45KzozBuGHLXAT7lIQtMMAt8sSPcV { 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:17.571163654327rem;left:29.812501907349rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#tPc60NLkxJBPlc9mOIhuhIJ8m79EQG3x { color:#00acae;display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15187;line-height:1.4;letter-spacing:0;top:9.3654518127444rem;left:54.405385971069rem;height:2.4500875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AfqkST1VlgULd0aRQewzeoXvHTEvotFN { 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.758680343628rem;left:53.124135971069rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OPV0eOC4MRxPVKpVI0zXQ1r0SZb9VAAd { 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.57204914093rem;left:54.812501907349rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#ZcdU5qMaGzCxWeZ0CCKCCnHct0ouNVQ7 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15193;opacity:1;top:4.8750004768372rem;left:19.930555343628rem; }
#UksrIR4m5pzRXRsooi7kapOLdgmzUkLR { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15194;opacity:1;top:4.8750004768372rem;left:69.92968559265rem; }
#nfP8M3fZAMlw76DZPtpuCmIni4apVDEd { 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.470486164093rem;left:53.186635971069rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KywCbTgxdGn75EkVTf3qXoVCs6MVbeHp { color:#333333;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:22.438368320465rem;left:6.25rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JnOhCU8htIHsgwBOw7VcrKdwbwOpea7d { color:#333333;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:22.438368320465rem;left:31.250001907349rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NENkNrq5qrD9EwTh1aIFDbyXuf9SnKw0 { 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.469618082046rem;left:28.125001907349rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gvvTc18VKvv1e4hL6PDeMEOtw5hNqvGo { color:#333333;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:22.438368797302rem;left:56.250001907349rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K7JHfpGdnTV0CWnPfyImxPUluTMG2wC0 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15194;opacity:1;top:4.8750004768372rem;left:44.930555343628rem; }
#zwvrEny23mcxL30g4mdwTtZLwh1IDMLu { 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.5277775rem;height:2.4027775rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:26.305556297302rem;left:7.1875rem;display:block; }
#AdecPJZsPUJh6t7q91BdPkZLifMvrBfi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UHAOGzVoTlvKRy5JI5TULhAm4QP1FTDX { position:absolute;display:block;z-index:15028;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.875rem;width:6.75rem;top:1.51953125rem;left:1.25rem;display:block; }
#ynD60kzK1MkIxSz8p2TTwEEMzGigEcL3 { position:absolute;display:block;z-index:15202;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.875rem;width:6.75rem;top:1.5208330154419rem;left:26.250003814698rem;display:block; }
#o0QA5kcnHcZhL1eL8ymHZACbJNcJ3B5T { position:absolute;display:block;z-index:15203;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.875rem;width:6.75rem;top:1.5208330154419rem;left:51.248699188233rem;display:block; }
#RE8NoM7GnSIt69Lib4354hynCbRkNHw4 { 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:64.75rem;width:75rem;display:none; }
#c4dWBDW39FWmV7IHUsnoWVZaBmgXkBWy { 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:64.75rem;width:75rem;display:none; }
#JkbvxzNNaRqXvV0Ivn5aKVzGGkoeJTIO { 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:64.75rem;width:75rem;display:none; }
#S9uSWFRcuzoTGGglamlTOc1OTbyweeUU { 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.527375rem;height:2.40234375rem;text-decoration:none;z-index:15194;text-align:center;text-align-last:center;top:26.304689407349rem;left:32.234378814698rem;display:block; }
#ATskPucTVMv8wuT06RWtXfB9mA9ZMT6g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AfPED02LGszmR81ld7pLiIR0kdtKvGy8 { 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.527375rem;height:2.40234375rem;text-decoration:none;z-index:15195;text-align:center;text-align-last:center;top:26.304689407349rem;left:57.235675811767rem;display:block; }
#M9sLTmEccxgDp5T6RaJeupqauLBq9W28 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VhsMJDeb5NZcattE4RKTmlr18AP5GJdt { 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; }#VhsMJDeb5NZcattE4RKTmlr18AP5GJdt > .row .container { background-color: transparent; background-image: none; }#VhsMJDeb5NZcattE4RKTmlr18AP5GJdt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VhsMJDeb5NZcattE4RKTmlr18AP5GJdt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VhsMJDeb5NZcattE4RKTmlr18AP5GJdt > .row .container > .video-iframe-container { display: none; }#VhsMJDeb5NZcattE4RKTmlr18AP5GJdt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VhsMJDeb5NZcattE4RKTmlr18AP5GJdt > .row > .video-iframe-container { display: none; }#VhsMJDeb5NZcattE4RKTmlr18AP5GJdt > .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); }#VhsMJDeb5NZcattE4RKTmlr18AP5GJdt > .row .container { border-width: 0; border-radius: 0; }#VhsMJDeb5NZcattE4RKTmlr18AP5GJdt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VhsMJDeb5NZcattE4RKTmlr18AP5GJdt > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#nGObcQl7TTTVrHbmzssVQmqrdB7FxRoL { box-sizing:content-box;height:27.5rem;width:22.5rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;top:3.125rem;left:26.250001907349rem;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; }
#xHkNOT96aI5DHIsrvNOTwETfXI00f4iP { color:#333333;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15190;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; }
#EAJAFWICu73PU6y7SvJ1yuHtBbC4XXzA { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15190;background-color:#333333;background-image:none;top:7.3125rem;left:28.125001907349rem;display:block; }
#IQIkNI3xHDZKMZekosQ3wARB4OnA6yfL { box-sizing:content-box;height:27.5rem;width:22.5rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;top:3.1250019073486rem;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; }
#HFk2FW3xFgHIzoFlTNRqOu8F2lPTItgr { color:#333333;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15190;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; }
#lBF5iOP7rEuzNqD7cx1xlXt3VOPfepwa { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15190;background-color:#333333;background-image:none;top:7.3125019073488rem;left:3.125rem;display:block; }
#tdepkGvVU5SDPUubP7McDCNvWoISLTlM { 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.760416030884rem;left:3.125rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fn41yN9OW2KPycfwQVIa2htcCiFa2H8s { 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:17.572906494141rem;left:4.8125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#sqJ2P4nTZ13TfqTRt7EbwRHzkRxQsKJ0 { color:#00acae;display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15185;line-height:1.4;letter-spacing:0;top:9.3125rem;left:4.40625rem;height:2.4500875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#krSZE1TrDlGLNfDETFC57XH15HhNoU0J { color:#00acae;display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15186;line-height:1.4;letter-spacing:0;top:9.3654518127444rem;left:29.406251907349rem;height:2.4500875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UAlL6HV15lxzWSxZefXQhqwAhk1xKRqx { 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.758680343628rem;left:28.125001907349rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xcNKKLiTahVVOOaJbWb5qVvuKTprgcLM { 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.47048664093rem;left:3.125rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v69S6zLzTt8Wgxw8qod5RL2IkLktHycM { 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:17.571163654327rem;left:29.812501907349rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#fE0fXMTGIH0DMo0AhSaytipNrXPx3rGt { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15193;opacity:1;top:4.8750004768372rem;left:19.930555343628rem; }
#RTfJytPbrTTNItFsPHFuaq2BTaIObGqT { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15194;opacity:1;top:4.8750004768372rem;left:69.92968559265rem; }
#thQrCGi70tp0yfrgCVmdZkyKhHD90F3P { color:#333333;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:22.438368320465rem;left:6.25rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ePuQspbsdUNnsKZBCpdke8PeZGypUZZE { color:#333333;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:22.438368320465rem;left:31.250001907349rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o4wb08ReTTdMIASyTqTizMawxbWLut9T { 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.469618082046rem;left:28.125001907349rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KPaWRBhkCLnh1tLIucxIw8NeghLqtLVg { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15194;opacity:1;top:4.8750004768372rem;left:44.930555343628rem; }
#STUehTTFLZWx16EXdCXrl01BuB0auc2s { position:absolute;display:block;z-index:15200;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:6.1875rem;width:7.125rem;top:1.20703125rem;left:1.25rem;display:block; }
#IkM8VHFVKy32TRVxVl5XnLciO5b1Imrd { position:absolute;display:block;z-index:15201;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:6.1875rem;width:7.125rem;top:1.2070236206055rem;left:26.250003814698rem;display:block; }
#WhVD8WuU7OTDazEpGk60pN6Xn3JTEHIL { 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:64.6875rem;width:75rem;display:none; }
#GR9uc5zmvfcM0F8mCq6ghZRfg6RcShpn { 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:64.6875rem;width:75rem;display:none; }
#DtElxCHCzhR6OHJTwLaQ3rKT4dGTTvlb { 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.527375rem;height:2.40234375rem;text-decoration:none;z-index:15196;text-align:center;text-align-last:center;top:26.352865219116rem;left:7.234375rem;display:block; }
#k7iIDecrFMtpzwovFsxsoByN5cV9vQOo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z2pIshcO3m58CIaqVHTlPJ8gptC6T3Fm { 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.527375rem;height:2.40234375rem;text-decoration:none;z-index:15197;text-align:center;text-align-last:center;top:26.352865219116rem;left:32.234378814698rem;display:block; }
#p6iWMCrAzB8uT1aZgA5lPHHL7RieVWKM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FA5Tztr1f6iu5iDxgaNTLrdl4QCAIBBR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ef4da6c6-a1a2-4df3-b973-966c7105826e/KERRBRKerrontheRoad2025LPBG03.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FA5Tztr1f6iu5iDxgaNTLrdl4QCAIBBR.adaptive-delivery-prevent-bg, #FA5Tztr1f6iu5iDxgaNTLrdl4QCAIBBR.lazyload, #FA5Tztr1f6iu5iDxgaNTLrdl4QCAIBBR.lazyloading { background-image: none; }#FA5Tztr1f6iu5iDxgaNTLrdl4QCAIBBR > .row .container { background-color: transparent; background-image: none; }#FA5Tztr1f6iu5iDxgaNTLrdl4QCAIBBR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FA5Tztr1f6iu5iDxgaNTLrdl4QCAIBBR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FA5Tztr1f6iu5iDxgaNTLrdl4QCAIBBR > .row .container > .video-iframe-container { display: none; }#FA5Tztr1f6iu5iDxgaNTLrdl4QCAIBBR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FA5Tztr1f6iu5iDxgaNTLrdl4QCAIBBR > .row > .video-iframe-container { display: none; }#FA5Tztr1f6iu5iDxgaNTLrdl4QCAIBBR > .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); }#FA5Tztr1f6iu5iDxgaNTLrdl4QCAIBBR > .row .container { border-width: 0; border-radius: 0; }#FA5Tztr1f6iu5iDxgaNTLrdl4QCAIBBR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FA5Tztr1f6iu5iDxgaNTLrdl4QCAIBBR > .row .container { font-size:0.875rem;font-family:arial;height:38.9375rem;width:75rem;position:relative;display:block; }#SfMnoKRdZ6i97HFK6b4x4uAvhWtAQDo2 { position:absolute;display:block;z-index:15026;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:9.375rem;width:10.75rem;top:18.5rem;left:13.625rem;display:block; }
#EMdVrZIbCrBiNOUm4qTR4imz5OqFmwID { 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:9.375rem;width:10.75rem;top:16.1875rem;left:31.125rem;display:block; }
#e6IMCo7dOTshWuLFJa2G968qXeAtMyQt { 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:11.75rem;width:13.625rem;top:5.6875rem;left:3.8125rem;overflow:hidden;display:block; }
#TmlRefXP6DSz9FUM2TXqC9HVotcomx5H { 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:9.375rem;width:10.75rem;top:7.125rem;left:21.9375rem;display:block; }
#Z5lrXCoeMqfp4qOaUA0KQaknbxHrla2P { 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:9.375rem;width:10.75rem;top:7.0625rem;left:41.1875rem;display:block; }
#F7ztft8v9iLGVrtC1KH1Z8neFVS0ST9h { position:absolute;display:block;z-index:15027;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:3.8125rem;top:14.6875rem;left:17.0625rem;overflow:hidden;display:block; }
#Ue7u9pGTcTvc0cVgmCbTDluis5bnTfvX { 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:9.375rem;width:10.75rem;top:15.625rem;left:49.6875rem;display:block; }
#JTT0GgdIOAuZzfyA1FFhSD10eeC9JsTw { 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:4.6875rem;width:3.8125rem;top:12.6875rem;left:34.5625rem;overflow:hidden;display:block; }
#d1SwRpyaTIVAtTRgLT10k93mvCsWlQ7t { 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:4.6875rem;width:3.8125rem;top:12.125rem;left:53.125rem;overflow:hidden;display:block; }
#SnvW6Nkhk3EtS9L6ppv1vkqfruERikFr { 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:9.375rem;width:10.75rem;top:7rem;left:60.375rem;display:block; }
#ysCD1EOJ1XlqZ4OZt0xG4DaO13ogkXEA { position:absolute;display:block;z-index:15010;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.1875rem;width:6.5rem;top:0rem;left:7.375rem;overflow:hidden;display:block; }
#SeqDpqQwpd4n1LNnu9VF1qoA5ywIt28y { 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:4.6875rem;width:3.8125rem;top:4.5625rem;left:44.75rem;overflow:hidden;display:block; }
#ivT3ft0Cq0fm2iP5XTWDafCUapulsJTT { 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:4.6875rem;width:3.8125rem;top:4rem;left:63.875rem;overflow:hidden;display:block; }
#GZw7xHoqP0AhaEW0ETuuKfwd89B21dtU { 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.6875rem;width:3.8125rem;top:3.625rem;left:25.375rem;overflow:hidden;display:block; }
#NwqS7zDHb0srmlZ68LimRodczAqiTiQf { 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:64.6875rem;width:75rem;display:none; }
#h7p3dgKOvyVOwIGzdCeGe5TgGwSQ2fTl { 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:64.6875rem;width:75rem;display:none; }
#XsAVHywZ2Ziexvi4ZCgVGMJ2EOMC0EkC { 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:64.6875rem;width:75rem;display:none; }
#k9snXWpwDAMLUZR2UaSaHVDmfMoaUr5a { 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:64.6875rem;width:75rem;display:none; }
#JPpSnGlM654eQ0LS52AUuzTJqLPS22U5 { 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:64.75rem;width:75rem;display:none; }
#mf298LT4efTlEO44uOAiaMEql3CTfdPD { 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:64.75rem;width:75rem;display:none; }
#dxWrpA57lK1WC2fuTOboVol4a4bANhJb { 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:13.6875rem;width:52.9375rem;display:none; }
#VK6AB3RFG7qOgaSXQJ6uI14WJIHtZJrQ { 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:7.4375rem;width:6.375rem;top:73.8125rem;left:25.21875rem;overflow:hidden;display:none; }
#XtkDxT1RgbmN7Zz7ZpUM4Tqwdt6ubK8a { 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:6.9375rem;width:5.8125rem;top:65.1875rem;left:34.59375rem;overflow:hidden;display:none; }
#et5Py2PSRbfJfJBnQssoTQ252W1ksCLx { 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:8.9375rem;width:7.625rem;top:71.8125rem;left:67.375rem;overflow:hidden;display:none; }
#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD { 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;z-index:auto;display:block; }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row .container { background-color: transparent; background-image: none; }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row .container > .video-iframe-container { display: none; }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row > .video-iframe-container { display: none; }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .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); }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row .container { border-width: 0; border-radius: 0; }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#SXE53Sxr7dWwzTiuM7AX7DNVR7IKlTf3 { 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:3.25rem;width:9.375rem;top:2.75rem;left:4.625rem;overflow:hidden;display:block; }
#nunQTeJMTsoSmB4PTEsmKy4XMXGF9udv { color:#000000;display:block;width:24.3125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:3.375rem;left:36.25rem;height:1.949225rem;text-align:right;text-align-last:right;display:block; }
#LgKiMnBVfrdaVSBSAP7foNamofXXAL0h { 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:2.1875rem;width:2.1875rem;top:3.3125rem;left:65.0625rem;overflow:hidden;display:block; }
#kUO6wuX5cEFz0Zn67cNqpXUoX67hSePL { position:absolute;display:block;z-index:15006;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.1875rem;width:2.1875rem;top:3.3125rem;left:68.125rem;overflow:hidden;display:block; }
#SWtqUwOz8ux5glJIEWW1MnFq4xIOBPsU { 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:2.1875rem;width:2.1875rem;top:3.3125rem;left:62.0625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cTO4pWQneMdJNsubXHqtVFw33756Jy6q { display:block; }#cTO4pWQneMdJNsubXHqtVFw33756Jy6q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rDIqAr7CnuwFvWy7erNTwIlbPFgM3izf { width:33.75rem;height:4.75rem;top:26.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8trT1QJsFhJfObxeRT4XC0E7lMis84r { width:19.6875rem;height:1.6875rem;top:12.25rem;left:28.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pAiiux0AzryzA9SJ1U6TyxO1Jfk4sx0A { width:28.1875rem;height:13.9375rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQA9RNvqK3aNtOZWrMS1ScolsPPPlH0h { width:22.875rem;height:3.25rem;top:43.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFIip9RBq5TVcw2gUd0UbaF3fS4tDsb4 { width:1.875rem;height:1.875rem;top:47.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1xW54vQNFE5zXKCSiXgMaIhaWMGdKaa { width:1.875rem;height:1.875rem;top:47.9375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBorToXsrJ7dr8MGsIDHv6ucTO4D46Lu { width:8.4375rem;height:1.3125rem;top:48.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNQ6bXSn1TOe6qQoydLCTF3W4XBa776Q { width:11.9375rem;height:1.3125rem;top:48.1875rem;left:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrJWIBo7KfmwEtwww0lbevpsraITBvF6 { width:24.875rem;height:25.875rem;top:11.6875rem;left:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG4frxbnEaLroxaX8Vy13XHpHgMrfsWK { width:21.75rem;height:1.1875rem;top:40.4375rem;left:26rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRkpxxVQGhRnWXbv9QRI2REo0GfPMlcQ { width:21.75rem;height:2.375rem;top:37.5rem;left:26rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPJwBVh9pAObGvuISJ58ky5MFnURdeK3 { width:47.75rem;height:9.78875rem;top:46.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #waZl7Ib7Th4NJyJvgQMnIRiCHkoL2qoG { width:16.75rem;height:10.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VfJVTTNaCz9HkKnvJ28tD52xPRcsGoBG { width:18.125rem;height:3.75rem;top:36.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLT7KV8oH8zQLVc4TvJDsLgNsmutiDCh { display:block; }
 }@media only screen and (max-width: 763px) { #bOSs3BOgPHTmiMHteU7mcgnOF130wyQm { display:block; }#bOSs3BOgPHTmiMHteU7mcgnOF130wyQm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M2Hng8drPtlSxs2qeBkheSGpSSsdCFXD { width:23.75rem;height:0;top:6.0625rem;left:12rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJzIn8RlXISbQHOxXCslwagZmiq3Wb33 { width:23.3125rem;height:3.75rem;top:4.875rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEqnEKkGlxRqN4UIEvG15IgRBZ4w4P3k { display:block; }#oEqnEKkGlxRqN4UIEvG15IgRBZ4w4P3k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nXIO962yGsvlI7RglaLb4WVS5wHVn7nE { width:22.5rem;height:27.5rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8iCLJUtf7XNC9W6pJUq00LmI3h1WCex { width:16.25rem;height:1.25rem;top:6.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqarKgmlsa2HXwL2FVvZBFQmiTOVPsbE { width:18.75rem;height:0.125rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZuTOxcDPPb9smXVr4XppE2xVyRSiXpK { width:16.1875rem;height:2.4375rem;top:10.3125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzyQgGTQyNM77cEU8buGVyHU7KwZVZZu { width:18.75rem;height:1.4375rem;top:12.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoL4gTZTAZdx4kAPFJOF1KTrLJRX8QMJ { width:15.375rem;height:3.25rem;top:18.5rem;left:0.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlOiwxOxOPuoCTs6F4afXWru9ZImn3Qu { width:2rem;height:2rem;top:5.8125rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZW2yZbHACiL6ChEKPZHmJFOhHJDZPPCE { width:18.75rem;height:1.4375rem;top:15.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlep6akck2seVx578J0yThf0UlF0Czp2 { width:10.625rem;height:2.5rem;top:27.25rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwbFyDAfTWBLnuIhie9L0Azwy4xFMMZd { display:block; }
 }@media only screen and (max-width: 763px) { #MTzOwGb3wDAGRxWETg1JdHfdxzExxetd { width:12.5rem;height:2.25rem;top:23.375rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4MncuZBAd1TRwvylqm1aTbZ9PNHlg5z { width:2rem;height:2rem;top:5.1875rem;left:45.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTyMdreEFdJToQQQSeTHwDx4ZGRaXiQq { width:7.125rem;height:6.1875rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbN7esX2RiUoArsAhCKxvGZ3h6mslDdT { width:47.75rem;height:41.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fAWUuUMDdf0o4yKyvp7cteXWV3TKqzmc { width:22.5rem;height:27.5rem;top:3.4375rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UegKsfpKWzJMtmzpg1AgChJ1MDrXledM { width:10.5rem;height:2.375rem;top:26.625rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPhObGH6IrapFR9ZMFZa7NlgDK8gGT4g { display:block; }
 }@media only screen and (max-width: 763px) { #EsRk0fsFKzfdEfF32EWqhTKAM9C4ZgZx { width:22.5rem;height:27.5rem;top:3.4375rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqC2nyal3gEn8s66Fl7Nqp6qn3qFMscV { width:12.5rem;height:2.25rem;top:22.75rem;left:17.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2SUoB1RNoQpPEZ1vKndvbuaEFiam6Fd { width:15.375rem;height:3.25rem;top:17.875rem;left:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFQ42LJcFbMIfKlMJl3RnPwWPFw5tdKS { width:15.375rem;height:3.25rem;top:17.875rem;left:31.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNL6TXf8ckJ59TQPpEAoL7tuHFOrExTO { width:12.5rem;height:2.25rem;top:22.75rem;left:33.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsH0OGsrGK7aUwm6IZrOwUUAHlLkq4LB { width:18.75rem;height:1.4375rem;top:14.8125rem;left:13rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xgf2caICqfmxHoAv4ewco2CUSsOShmTb { width:18.75rem;height:1.4375rem;top:14.8125rem;left:28.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yK7Mw3KaLCHbkXmo5bPcWtKIaulFgDt1 { width:10.375rem;height:2.25rem;top:26.6875rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdCiRBgE43crC8pOkNT8ZCaFocJHMVBi { display:block; }
 }@media only screen and (max-width: 763px) { #xnR9MDuLFWWyLQPS728gUU01bpt7SsxV { width:18.75rem;height:1.4375rem;top:12.0625rem;left:13rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2A96RZLbwb3O2yUcWqlTBMKwAEakif4 { width:16.1875rem;height:2.4375rem;top:9.625rem;left:15.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hshVdSWxymoRl6UIpK1hF4sqDMTusSaR { width:16.1875rem;height:2.4375rem;top:9.6875rem;left:31.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJFpEHWXexf7cko267sCn3rVm0wFu8s4 { width:18.75rem;height:1.4375rem;top:12.0625rem;left:28.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdwX00zWRVRhDqpQBK5sNU1Z1OovBmfk { width:18.75rem;height:0.125rem;top:7.625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ss3UFsXnTtXof9NbEmSfWbX6c3SxMTJC { width:18.75rem;height:0.125rem;top:7.625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLptITwzhS1nmukqGm5SMd2d4UPvAg8N { width:7.125rem;height:6.1875rem;top:1.5625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wehXKRD901A1bUA3QvsDTdCZKsxcbaTv { width:7.25rem;height:6.3125rem;top:1.4375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQpnSc9b01O1cTkiByRHShyRfvx3LO45 { width:16.25rem;height:1.25rem;top:5.5625rem;left:31.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLUrTLivIQGtkFTevMIg8udUxVSJ8Ogc { width:16.25rem;height:1.25rem;top:5.5625rem;left:15.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QV6SerAQAv4NUsysJPTbJ1eo1R0mByrP { width:2rem;height:2rem;top:5.1875rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sc94wNbcoN2uHTT1N2rE1MzC50T4tghH { width:47.75rem;height:41.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vBqtJqDWIRkxQGWHDb4spVRa5zHD2mTr { width:47.75rem;height:41.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HnpsBqmb0XaWBQczT1FI5VVfK1PnyNbb { display:block; }#HnpsBqmb0XaWBQczT1FI5VVfK1PnyNbb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lDkLJpB69gPIsuZybZAcheB9pp8Im7og { width:22.5rem;height:27.5rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ql8dmwzBUrx7QJrVzR0hdAN0slsvcTEl { width:16.25rem;height:1.25rem;top:5.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #souZ16K3ffyKFouDsm9MLRkaPIauJBcV { width:18.75rem;height:0.125rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgzM9zWiy60wsTofPi5Ln8H0WIW50AtI { width:16.1875rem;height:2.4375rem;top:9.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCvh6Crh127JUDzhMfWNsyqMGsZy8m0t { width:18.75rem;height:1.4375rem;top:12rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfUU02SteVIgCFmsSU97q1fgsZC3GmOx { width:15.375rem;height:3.25rem;top:17.8125rem;left:0.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHqocCVVht5lvuFc8LZXOT9Nh3MwBkSd { width:2rem;height:2rem;top:5.125rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4Db34Odn2fi35WfTsFthPxVPLbT0mzd { width:18.75rem;height:1.4375rem;top:14.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBh6EXGtv7gk0AmCZoPdcyMrVBvsnyNw { width:10.625rem;height:2.5rem;top:26.5625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PluEQVHwTQXyh254MkQf0pCdGhsPJLZc { display:block; }
 }@media only screen and (max-width: 763px) { #RqqAxSXRPGaJb66sus47vM4PPLdfyMgg { width:12.5rem;height:2.25rem;top:22.6875rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAKiF19ifsh2VQVeGPoXSR25yUs9Cws0 { width:7.25rem;height:6.3125rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrZ0TPZuuBuntTIbh9Zo2tTnDoWM3rlc { width:47.75rem;height:41.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JzC6sgRREs7lV1Pk3Dv6ZTK7o2UlFIPn { width:22.5rem;height:27.5rem;top:3.4375rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLCnleRUrmrTyCGHzMJa8tZkF8iQixi2 { width:10.5rem;height:2.375rem;top:26.875rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XU2M0kCwK9W5FopDzp8SamrvX3pFpcEw { display:block; }
 }@media only screen and (max-width: 763px) { #vpUz8xvRnwcsbbRXQ6MP7dDGwkpi0CCn { width:22.5rem;height:27.5rem;top:3.4375rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWIu5olPPPf1ig7ghZVUeculBXtkgoT2 { width:12.5rem;height:2.25rem;top:22.75rem;left:17.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NunFdGiD1DqtdBlCeP8VE48xNv0I32kU { width:12.5rem;height:2.25rem;top:22.75rem;left:33.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kP1d1pdEJ0tAyJf7cQrupaTlXXVmGvTn { width:10.5rem;height:2.375rem;top:26.875rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8ft2dCUv1Avh1PGPFucInI9SqoTdgGC { display:block; }
 }@media only screen and (max-width: 763px) { #lCzwnhBF0Bbl8DTb4D8PTQodnAhHsa57 { width:15.375rem;height:3.25rem;top:17.875rem;left:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTv2JSnrWAbKK1qXshZVOzTTom3msXLH { width:15.375rem;height:3.25rem;top:17.875rem;left:31.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttv7iMbvFmO1PhdpSXodzVZLbHyS7B9s { width:18.75rem;height:1.4375rem;top:14.75rem;left:13rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ln62LCtvpBnhSX893dl3JT1VxX2Nhcxa { width:18.75rem;height:1.4375rem;top:14.75rem;left:28.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFuQ8t4vZXsFHCyqDtFiFJuSNU9PVuzB { width:18.75rem;height:1.4375rem;top:12.0625rem;left:13rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIf1K916TTEaGTvBpyST4bQu5SIVtlZx { width:18.75rem;height:1.4375rem;top:12.0625rem;left:28.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUuitHf6r0QQ4gSW6OIRGK57EHcueacG { width:16.1875rem;height:2.4375rem;top:9.625rem;left:15.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpTp1esC9rIxvuoGkN4GQxeK7y3Ql6m5 { width:16.1875rem;height:2.4375rem;top:9.6875rem;left:31.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTS9EBfik8vJrfJr32O6tTTV0lELB5WR { width:18.75rem;height:0.125rem;top:7.625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLMDFBPTXxWvshca8vxBwiKfe19mt7Qp { width:18.75rem;height:0.125rem;top:7.625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiKDLLqiOe4LSld815PiUZpG7Te6nbwU { width:7.1875rem;height:6.25rem;top:1.4375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDh8OKFxFheNkrMLTzGXpqfTPAcvMAm9 { width:7.1875rem;height:6.25rem;top:1.4375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTQ86X7SQIebqXRsfkBsCNqJyDhpqefE { width:16.25rem;height:1.25rem;top:5.5625rem;left:31.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwukFln8lFA92XgL4xMIW2w5eguSOM4b { width:16.25rem;height:1.25rem;top:5.5625rem;left:15.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVmnIIoJfEhNclUWnxdOBF1Gi9HHnMQQ { width:2rem;height:2rem;top:5.1875rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTTcIlvgdwTiTd5vSpWvIxAXiTPKXZEc { width:2rem;height:2rem;top:5.1875rem;left:45.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqDrFMnSF4iQAUJ98hi0Gh5k23BHFNWp { width:47.75rem;height:41.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xVbqfZCoOsWHGH2wXa84ZInb6eCyvSz9 { width:47.75rem;height:41.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MacJ226JE29A8kTKXHZtQKUdpU4QmIJP { display:block; }#MacJ226JE29A8kTKXHZtQKUdpU4QmIJP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SVTeRQbRG0a7dbwcuGvzQTEnDOs3vrwE { width:23.75rem;height:1.625rem;top:6.0625rem;left:12rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZa614QATyVTwVE8iscvJJEubIkNFKrM { width:23.3125rem;height:3.75rem;top:4.875rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2zqd2h7izV2fQipLnqiCU6mrWfESZhx { display:none; }#u2zqd2h7izV2fQipLnqiCU6mrWfESZhx > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OtQ2ZFnc7fprM6TBtf78LQ4oFdbbrRtJ { width:22.5rem;height:27.5rem;top:3.125rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUVUaFQiKvTNeAKzqRrcFkWFFoVrtXT5 { width:16.25rem;height:1.25rem;top:5.25rem;left:15.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHwyRGLEhaeL0WhWi7yxzSHyRr8lRoWm { width:18.75rem;height:0.125rem;top:7.3125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #RS1Gzd8LuTrMkwT2uX9eC8iuiAIJKTJS { width:10.625rem;height:2.5rem;top:26.25rem;left:18.500001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCPEsXwvVUgRyRueP32WSQTalIe30cJA { display:block; }
 }@media only screen and (max-width: 763px) { #ktWetCmGLrdLmQ4x2OlGLVTptFDKOx5f { width:22.5rem;height:27.5rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiblpLfH6N3GJTL3Qwc6Qtg02U8HcHgg { width:16.25rem;height:1.25rem;top:5.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PShNcpBBtQcz8N6leo3HqTR2JDGLBJ0T { width:18.75rem;height:0.125rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuRToAAThMJ0e9X0RVx50xId9N3urXUo { width:18.75rem;height:1.4375rem;top:11.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnWeL4vzzFCT0pbVK8boE8TC7w4pQHyc { width:15.375rem;height:3.25rem;top:17.5625rem;left:0.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVHqgiDv3pX8HoxDeW1W1OJqCJqwO8be { width:22.5rem;height:27.5rem;top:3.125rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiVb8tr6butL5JT3EGXCwJWCFUelHAHL { width:16.25rem;height:1.25rem;top:5.25rem;left:31.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOJCXHhgLvTNg6pLMaLvyOLVnJqCTcpA { width:18.75rem;height:0.125rem;top:7.3125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhHd7DADTk80y53DDD32PrO7i7KvcVrn { width:16.1875rem;height:2.4375rem;top:9.3125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUG0exEOMFWob5hE9irRlmJOznVltypm { width:16.1875rem;height:2.4375rem;top:9.3125rem;left:15.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkMTMIa4BUaWIXHSpi2VVnTmPCtBQL8U { width:18.75rem;height:1.4375rem;top:11.75rem;left:13rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oinZNeXgm59JhuwCAusoZvZw2amBTg4R { width:18.75rem;height:1.4375rem;top:14.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2KuMTWM5tnOFXoG8GxxhRzg31E0ArqZ { width:15.375rem;height:3.25rem;top:17.5625rem;left:16.125001907349rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaMrG1lUMFDP1icyOtML1HTNTPPO9cJM { width:16.1875rem;height:2.4375rem;top:9.3125rem;left:31.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETzkPbSd6cXIcFzs2Zx11GteCOqbPWVI { width:18.75rem;height:1.4375rem;top:11.75rem;left:28.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWSGd8pmfHCTGyp8VzoII9ZuiWFX1AdK { width:15.375rem;height:3.25rem;top:17.5625rem;left:32.000001907349rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QX5M4WTSPtf7HO5oRbbxaJz17uPyiGUS { width:2rem;height:2rem;top:4.875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQqgIFaaMyZ4NTnFc3LvKhJsdxgTvTZn { width:2rem;height:2rem;top:4.875rem;left:45.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGmIiFBJfls5Ea9B0BWfgy4QqyeIeWzT { width:18.75rem;height:1.4375rem;top:14.4375rem;left:28.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEh3g8dIilHTIWRTTlnGvRksW9B1TxTR { width:10.625rem;height:2.5rem;top:26.25rem;left:34.374998092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTQ1Zc9iQ38Dwz0WPeBtohMymAPMqf7t { display:block; }
 }@media only screen and (max-width: 763px) { #ziWQ0iF4ixSRFlTD42nwWLhcyLRSn49l { width:12.5rem;height:2.25rem;top:22.4375rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oD0fkPxgaVcoBwdteJd6oUIWAyF1DHET { width:12.5rem;height:2.25rem;top:22.4375rem;left:17.562501907349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyNl0ZtK1nL99Z0IObAOEq7MK3TNMCbH { width:18.75rem;height:1.4375rem;top:14.4375rem;left:13rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKBRD1l1iySSVRva3WMLuqxfINq9Xopg { width:12.5rem;height:2.25rem;top:22.4375rem;left:33.437501907349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #esHrOpZoG7TDUXsRmFuToMezB7GZO5Tc { width:2rem;height:2rem;top:4.875rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0ET8iQZZKEBGAoTn5iDLiTvLIRMACP8 { width:7.3125rem;height:6.25rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #olkIeQ8e2TnR8tFTbBVdPHiMkCaOiN0K { width:7.3125rem;height:6.25rem;top:1.125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JC21CrTJAbfU8bDA3LUBbSHv4n8hF2xE { width:6.75rem;height:5.875rem;top:1.5rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KW50gUTbyo7dkzRTP7ZJy5tMRMAkeuRC { width:13.625rem;height:11.75rem;top:5.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TQyXmUMXzVV5DgZoIyyOy3daGUZ01cAP { width:13.625rem;height:11.75rem;top:5.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rKd5Bska52KHW6GpEsxDGn2hlJV2B3PV { width:47.75rem;height:41.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #v36T9dwu1laJVxDv8L1ockXgBQfL763T { width:10.625rem;height:2.5rem;top:26.25rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1sKlLmPOfwvT7G7WgSvdqKRD7dUTZr6 { display:block; }
 }@media only screen and (max-width: 763px) { #v2cTiAp23K1tN3FTLrHROMppRfFCMcxx { width:10.625rem;height:2.5rem;top:26.25rem;left:18.500001907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #xoH3qHdrb5gQRQSWdIHRD5qfRi4c34vN { display:block; }
 }@media only screen and (max-width: 763px) { #bBfX3lhSWCvUSlChgu06iA2BZmnKl4EE { display:block; }#bBfX3lhSWCvUSlChgu06iA2BZmnKl4EE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pc6sAsxZq5vhUN6Iw0BzkVWcA0EbEHta { width:22.5rem;height:27.5rem;top:3.125rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKtBhTLr0eCwQehe8KgsA7XeO1GuV0TX { width:16.25rem;height:1.25rem;top:5.25rem;left:15.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hK6v9TU5y5E64Q94bEZ96V1Ki1cA2pzI { width:18.75rem;height:0.125rem;top:7.3125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOXlXv8rtAlHMPgMax7ryPUvR5N0QJUG { width:22.5rem;height:27.5rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHzRrf1NRUuKknxqOtt0mHaz8i4egryo { width:16.25rem;height:1.25rem;top:5.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4GSvikiZk3pygyQ2VxRJFhbTtywHQDg { width:18.75rem;height:0.125rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #msFHKti3sJfmgMXKdi3avmvslptWBkoA { width:18.75rem;height:1.4375rem;top:11.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcFawDKbfH1k7c3OkqxBCZNMR1GQVFQm { width:15.375rem;height:3.25rem;top:17.5625rem;left:0.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZebVz1K1RKLqc7qJS4n5U5lCrHuhF8xE { width:22.5rem;height:27.5rem;top:3.125rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQQF0lVBGNRaGylsy6kCw2UNPeAI55le { width:16.25rem;height:1.25rem;top:5.25rem;left:31.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7TA8VGmO6WinqULPNsT9gNF493WMnFl { width:18.75rem;height:0.125rem;top:7.3125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0iSXhmFUxwg7d7igaiDTT3izBduFxgh { width:16.1875rem;height:2.4375rem;top:9.3125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FD0tAB4IBeQz0wm3dVrNhp3xpMIfADhd { width:16.1875rem;height:2.4375rem;top:9.3125rem;left:15.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNRPf6hQQosdDA3Or5o3L8PpWcW7JNTW { width:18.75rem;height:1.4375rem;top:11.75rem;left:13rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #piRGpt53eBFZEn2gs5OWrq73WzHLdaTJ { width:18.75rem;height:1.4375rem;top:14.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHf45KzozBuGHLXAT7lIQtMMAt8sSPcV { width:15.375rem;height:3.25rem;top:17.5625rem;left:16.125001907349rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPc60NLkxJBPlc9mOIhuhIJ8m79EQG3x { width:16.1875rem;height:2.4375rem;top:9.3125rem;left:31.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfqkST1VlgULd0aRQewzeoXvHTEvotFN { width:18.75rem;height:1.4375rem;top:11.75rem;left:28.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPV0eOC4MRxPVKpVI0zXQ1r0SZb9VAAd { width:15.375rem;height:3.25rem;top:17.5625rem;left:32.000001907349rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcdU5qMaGzCxWeZ0CCKCCnHct0ouNVQ7 { width:2rem;height:2rem;top:4.875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UksrIR4m5pzRXRsooi7kapOLdgmzUkLR { width:2rem;height:2rem;top:4.875rem;left:45.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfP8M3fZAMlw76DZPtpuCmIni4apVDEd { width:18.75rem;height:1.4375rem;top:14.4375rem;left:28.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KywCbTgxdGn75EkVTf3qXoVCs6MVbeHp { width:12.5rem;height:2.25rem;top:22.4375rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnOhCU8htIHsgwBOw7VcrKdwbwOpea7d { width:12.5rem;height:2.25rem;top:22.4375rem;left:17.562501907349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NENkNrq5qrD9EwTh1aIFDbyXuf9SnKw0 { width:18.75rem;height:1.4375rem;top:14.4375rem;left:13rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvvTc18VKvv1e4hL6PDeMEOtw5hNqvGo { width:12.5rem;height:2.25rem;top:22.4375rem;left:33.437501907349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7JHfpGdnTV0CWnPfyImxPUluTMG2wC0 { width:2rem;height:2rem;top:4.875rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwvrEny23mcxL30g4mdwTtZLwh1IDMLu { width:10.5rem;height:2.375rem;top:26.25rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdecPJZsPUJh6t7q91BdPkZLifMvrBfi { display:block; }
 }@media only screen and (max-width: 763px) { #UHAOGzVoTlvKRy5JI5TULhAm4QP1FTDX { width:6.75rem;height:5.875rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynD60kzK1MkIxSz8p2TTwEEMzGigEcL3 { width:6.75rem;height:5.875rem;top:1.5rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0QA5kcnHcZhL1eL8ymHZACbJNcJ3B5T { width:6.75rem;height:5.875rem;top:1.5rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RE8NoM7GnSIt69Lib4354hynCbRkNHw4 { width:47.75rem;height:41.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #c4dWBDW39FWmV7IHUsnoWVZaBmgXkBWy { width:47.75rem;height:41.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JkbvxzNNaRqXvV0Ivn5aKVzGGkoeJTIO { width:47.75rem;height:41.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #S9uSWFRcuzoTGGglamlTOc1OTbyweeUU { width:10.5rem;height:2.375rem;top:26.25rem;left:18.546878814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATskPucTVMv8wuT06RWtXfB9mA9ZMT6g { display:block; }
 }@media only screen and (max-width: 763px) { #AfPED02LGszmR81ld7pLiIR0kdtKvGy8 { width:10.5rem;height:2.375rem;top:26.25rem;left:34.423175811767rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9sLTmEccxgDp5T6RaJeupqauLBq9W28 { display:block; }
 }@media only screen and (max-width: 763px) { #VhsMJDeb5NZcattE4RKTmlr18AP5GJdt { display:block; }#VhsMJDeb5NZcattE4RKTmlr18AP5GJdt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nGObcQl7TTTVrHbmzssVQmqrdB7FxRoL { width:22.5rem;height:27.5rem;top:3.125rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHkNOT96aI5DHIsrvNOTwETfXI00f4iP { width:16.25rem;height:1.25rem;top:5.25rem;left:15.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAJAFWICu73PU6y7SvJ1yuHtBbC4XXzA { width:18.75rem;height:0.125rem;top:7.3125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQIkNI3xHDZKMZekosQ3wARB4OnA6yfL { width:22.5rem;height:27.5rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFk2FW3xFgHIzoFlTNRqOu8F2lPTItgr { width:16.25rem;height:1.25rem;top:5.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBF5iOP7rEuzNqD7cx1xlXt3VOPfepwa { width:18.75rem;height:0.125rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdepkGvVU5SDPUubP7McDCNvWoISLTlM { width:18.75rem;height:1.4375rem;top:11.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fn41yN9OW2KPycfwQVIa2htcCiFa2H8s { width:15.375rem;height:3.25rem;top:17.5625rem;left:0.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqJ2P4nTZ13TfqTRt7EbwRHzkRxQsKJ0 { width:16.1875rem;height:2.4375rem;top:9.3125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #krSZE1TrDlGLNfDETFC57XH15HhNoU0J { width:16.1875rem;height:2.4375rem;top:9.3125rem;left:15.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAlL6HV15lxzWSxZefXQhqwAhk1xKRqx { width:18.75rem;height:1.4375rem;top:11.75rem;left:13rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcNKKLiTahVVOOaJbWb5qVvuKTprgcLM { width:18.75rem;height:1.4375rem;top:14.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v69S6zLzTt8Wgxw8qod5RL2IkLktHycM { width:15.375rem;height:3.25rem;top:17.5625rem;left:16.125001907349rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fE0fXMTGIH0DMo0AhSaytipNrXPx3rGt { width:2rem;height:2rem;top:4.875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTfJytPbrTTNItFsPHFuaq2BTaIObGqT { width:2rem;height:2rem;top:4.875rem;left:45.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #thQrCGi70tp0yfrgCVmdZkyKhHD90F3P { width:12.5rem;height:2.25rem;top:22.4375rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePuQspbsdUNnsKZBCpdke8PeZGypUZZE { width:12.5rem;height:2.25rem;top:22.4375rem;left:17.562501907349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4wb08ReTTdMIASyTqTizMawxbWLut9T { width:18.75rem;height:1.4375rem;top:14.4375rem;left:13rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPaWRBhkCLnh1tLIucxIw8NeghLqtLVg { width:2rem;height:2rem;top:4.875rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #STUehTTFLZWx16EXdCXrl01BuB0auc2s { width:7.125rem;height:6.1875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkM8VHFVKy32TRVxVl5XnLciO5b1Imrd { width:7.125rem;height:6.1875rem;top:1.1875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhVD8WuU7OTDazEpGk60pN6Xn3JTEHIL { width:47.75rem;height:41.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GR9uc5zmvfcM0F8mCq6ghZRfg6RcShpn { width:47.75rem;height:41.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DtElxCHCzhR6OHJTwLaQ3rKT4dGTTvlb { width:10.5rem;height:2.375rem;top:26.3125rem;left:2.671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7iIDecrFMtpzwovFsxsoByN5cV9vQOo { display:block; }
 }@media only screen and (max-width: 763px) { #Z2pIshcO3m58CIaqVHTlPJ8gptC6T3Fm { width:10.5rem;height:2.375rem;top:26.3125rem;left:18.546878814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6iWMCrAzB8uT1aZgA5lPHHL7RieVWKM { display:block; }
 }@media only screen and (max-width: 763px) { #FA5Tztr1f6iu5iDxgaNTLrdl4QCAIBBR { display:block; }#FA5Tztr1f6iu5iDxgaNTLrdl4QCAIBBR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SfMnoKRdZ6i97HFK6b4x4uAvhWtAQDo2 { width:10.75rem;height:9.375rem;top:18.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMdVrZIbCrBiNOUm4qTR4imz5OqFmwID { width:10.75rem;height:9.375rem;top:16.1875rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6IMCo7dOTshWuLFJa2G968qXeAtMyQt { width:13.625rem;height:11.75rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmlRefXP6DSz9FUM2TXqC9HVotcomx5H { width:10.75rem;height:9.375rem;top:7.125rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5lrXCoeMqfp4qOaUA0KQaknbxHrla2P { width:10.75rem;height:9.375rem;top:7.0625rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7ztft8v9iLGVrtC1KH1Z8neFVS0ST9h { width:3.8125rem;height:4.6875rem;top:14.6875rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ue7u9pGTcTvc0cVgmCbTDluis5bnTfvX { width:10.75rem;height:9.375rem;top:15.625rem;left:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTT0GgdIOAuZzfyA1FFhSD10eeC9JsTw { width:3.8125rem;height:4.6875rem;top:12.6875rem;left:20.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #d1SwRpyaTIVAtTRgLT10k93mvCsWlQ7t { width:3.8125rem;height:4.6875rem;top:12.125rem;left:39.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #SnvW6Nkhk3EtS9L6ppv1vkqfruERikFr { width:10.75rem;height:9.375rem;top:7rem;left:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysCD1EOJ1XlqZ4OZt0xG4DaO13ogkXEA { width:6.5rem;height:8.1875rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SeqDpqQwpd4n1LNnu9VF1qoA5ywIt28y { width:3.8125rem;height:4.6875rem;top:4.5625rem;left:31.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ivT3ft0Cq0fm2iP5XTWDafCUapulsJTT { width:3.8125rem;height:4.6875rem;top:4rem;left:43.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GZw7xHoqP0AhaEW0ETuuKfwd89B21dtU { width:3.8125rem;height:4.6875rem;top:3.625rem;left:11.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NwqS7zDHb0srmlZ68LimRodczAqiTiQf { width:47.75rem;height:41.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #h7p3dgKOvyVOwIGzdCeGe5TgGwSQ2fTl { width:47.75rem;height:41.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XsAVHywZ2Ziexvi4ZCgVGMJ2EOMC0EkC { width:47.75rem;height:41.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #k9snXWpwDAMLUZR2UaSaHVDmfMoaUr5a { width:47.75rem;height:41.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JPpSnGlM654eQ0LS52AUuzTJqLPS22U5 { width:47.75rem;height:41.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mf298LT4efTlEO44uOAiaMEql3CTfdPD { width:47.75rem;height:41.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dxWrpA57lK1WC2fuTOboVol4a4bANhJb { width:33.6875rem;height:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VK6AB3RFG7qOgaSXQJ6uI14WJIHtZJrQ { width:6.375rem;height:7.4375rem;top:73.8125rem;left:11.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtkDxT1RgbmN7Zz7ZpUM4Tqwdt6ubK8a { width:5.8125rem;height:6.9375rem;top:65.1875rem;left:20.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #et5Py2PSRbfJfJBnQssoTQ252W1ksCLx { width:7.625rem;height:8.9375rem;top:71.8125rem;left:40.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a02O8Qprk2mWTTLbkmOgibT1O75RrPiD { display:block; }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SXE53Sxr7dWwzTiuM7AX7DNVR7IKlTf3 { width:9.375rem;height:3.25rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nunQTeJMTsoSmB4PTEsmKy4XMXGF9udv { width:24.3125rem;height:1.9375rem;top:3.375rem;left:22.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgKiMnBVfrdaVSBSAP7foNamofXXAL0h { width:2.1875rem;height:2.1875rem;top:3.3125rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUO6wuX5cEFz0Zn67cNqpXUoX67hSePL { width:2.1875rem;height:2.1875rem;top:3.3125rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWtqUwOz8ux5glJIEWW1MnFq4xIOBPsU { width:2.1875rem;height:2.1875rem;top:3.3125rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cTO4pWQneMdJNsubXHqtVFw33756Jy6q { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9fdbb74c-184e-4f0d-8dd5-6ca5f8fa159e/KERRBRKerrontheRoad2025LPBG.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0.4375rem solid #be3c6d;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cTO4pWQneMdJNsubXHqtVFw33756Jy6q.adaptive-delivery-prevent-bg, #cTO4pWQneMdJNsubXHqtVFw33756Jy6q.lazyload, #cTO4pWQneMdJNsubXHqtVFw33756Jy6q.lazyloading { background-image: none; }#cTO4pWQneMdJNsubXHqtVFw33756Jy6q > .row .container { background-color: transparent; background-image: none; }#cTO4pWQneMdJNsubXHqtVFw33756Jy6q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTO4pWQneMdJNsubXHqtVFw33756Jy6q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTO4pWQneMdJNsubXHqtVFw33756Jy6q > .row .container > .video-iframe-container { display: none; }#cTO4pWQneMdJNsubXHqtVFw33756Jy6q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTO4pWQneMdJNsubXHqtVFw33756Jy6q > .row > .video-iframe-container { display: none; }#cTO4pWQneMdJNsubXHqtVFw33756Jy6q > .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); }#cTO4pWQneMdJNsubXHqtVFw33756Jy6q > .row .container { border-width: 0; border-radius: 0; }#cTO4pWQneMdJNsubXHqtVFw33756Jy6q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cTO4pWQneMdJNsubXHqtVFw33756Jy6q > .row .container { width:20rem;height:75.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rDIqAr7CnuwFvWy7erNTwIlbPFgM3izf { width:16.75rem;height:3.7119125rem;top:15.375rem;left:1.6250000596046rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #k8trT1QJsFhJfObxeRT4XC0E7lMis84r { width:18.25rem;height:1.70625rem;top:6.8437502384187rem;left:-1.1562509536744rem;text-align:center;text-align-last:center;z-index:15008;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pAiiux0AzryzA9SJ1U6TyxO1Jfk4sx0A { width:16.6875rem;height:8.1875rem;top:4.6875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQA9RNvqK3aNtOZWrMS1ScolsPPPlH0h { width:16.875rem;height:4.125rem;top:52.8125rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.1;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vFIip9RBq5TVcw2gUd0UbaF3fS4tDsb4 { width:1.875rem;height:1.875rem;top:59.055555343628rem;left:4.2500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1xW54vQNFE5zXKCSiXgMaIhaWMGdKaa { width:1.875rem;height:1.875rem;top:62.305555343628rem;left:4.2500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBorToXsrJ7dr8MGsIDHv6ucTO4D46Lu { width:6.6875rem;height:1.23730625rem;top:59.375rem;left:6.8125rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #fNQ6bXSn1TOe6qQoydLCTF3W4XBa776Q { width:9.4375rem;height:1.23730625rem;top:62.625rem;left:6.8125rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #lrJWIBo7KfmwEtwww0lbevpsraITBvF6 { width:17.25rem;height:17.9375rem;top:27.25rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG4frxbnEaLroxaX8Vy13XHpHgMrfsWK { width:20rem;height:1.099825rem;top:49rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #LRkpxxVQGhRnWXbv9QRI2REo0GfPMlcQ { width:20rem;height:2.19965rem;top:46.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #DPJwBVh9pAObGvuISJ58ky5MFnURdeK3 { width:20rem;height:4.1rem;top:46.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #waZl7Ib7Th4NJyJvgQMnIRiCHkoL2qoG { top:62.75rem;left:0rem;width:20rem;height:12.4375rem;z-index:14998;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VfJVTTNaCz9HkKnvJ28tD52xPRcsGoBG { width:17.5rem;height:3.125rem;top:21.4375rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLT7KV8oH8zQLVc4TvJDsLgNsmutiDCh { display:block; }
 }@media only screen and (max-width: 763px) { #bOSs3BOgPHTmiMHteU7mcgnOF130wyQm { display:block; }#bOSs3BOgPHTmiMHteU7mcgnOF130wyQm > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M2Hng8drPtlSxs2qeBkheSGpSSsdCFXD { width:20rem;height:1.625rem;top:4.375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJzIn8RlXISbQHOxXCslwagZmiq3Wb33 { width:19.75rem;height:3.75rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEqnEKkGlxRqN4UIEvG15IgRBZ4w4P3k { display:block; }#oEqnEKkGlxRqN4UIEvG15IgRBZ4w4P3k > .row .container { width:20rem;height:83.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nXIO962yGsvlI7RglaLb4WVS5wHVn7nE { width:18.75rem;height:25rem;top:2.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8iCLJUtf7XNC9W6pJUq00LmI3h1WCex { width:16.25rem;height:1.25rem;top:3.3125rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqarKgmlsa2HXwL2FVvZBFQmiTOVPsbE { width:16.25rem;height:0.125rem;top:5.125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZuTOxcDPPb9smXVr4XppE2xVyRSiXpK { width:16.1875rem;height:2.44921875rem;top:7rem;left:1.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzyQgGTQyNM77cEU8buGVyHU7KwZVZZu { width:18.75rem;height:1.3808625rem;top:9.4375rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoL4gTZTAZdx4kAPFJOF1KTrLJRX8QMJ { width:15.375rem;height:2.923825rem;top:15.9375rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlOiwxOxOPuoCTs6F4afXWru9ZImn3Qu { display:flex;width:2rem;height:2rem;top:2.9375rem;left:16.1875rem; }
 }@media only screen and (max-width: 763px) { #ZW2yZbHACiL6ChEKPZHmJFOhHJDZPPCE { width:18.75rem;height:1.3808625rem;top:12.6875rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlep6akck2seVx578J0yThf0UlF0Czp2 { width:10.625rem;height:2.5rem;top:23.375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwbFyDAfTWBLnuIhie9L0Azwy4xFMMZd { display:block; }
 }@media only screen and (max-width: 763px) { #MTzOwGb3wDAGRxWETg1JdHfdxzExxetd { width:12.5rem;height:2.2734375rem;top:19.875rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4MncuZBAd1TRwvylqm1aTbZ9PNHlg5z { display:flex;width:2rem;height:2rem;top:59rem;left:16.1875rem; }
 }@media only screen and (max-width: 763px) { #fTyMdreEFdJToQQQSeTHwDx4ZGRaXiQq { top:2.1875rem;left:6.4375rem;width:7.125rem;height:6.1875rem;z-index:15026;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #JbN7esX2RiUoArsAhCKxvGZ3h6mslDdT { top:0.6875rem;left:0.625rem;width:5.1875rem;height:4.5rem;z-index:15028;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fAWUuUMDdf0o4yKyvp7cteXWV3TKqzmc { width:18.75rem;height:25rem;top:30.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UegKsfpKWzJMtmzpg1AgChJ1MDrXledM { width:10.5rem;height:2.375rem;top:51.5625rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPhObGH6IrapFR9ZMFZa7NlgDK8gGT4g { display:block; }
 }@media only screen and (max-width: 763px) { #EsRk0fsFKzfdEfF32EWqhTKAM9C4ZgZx { width:18.75rem;height:25rem;top:58.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqC2nyal3gEn8s66Fl7Nqp6qn3qFMscV { width:12.5rem;height:2.2734375rem;top:48rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2SUoB1RNoQpPEZ1vKndvbuaEFiam6Fd { width:18.75rem;height:2.923825rem;top:44rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFQ42LJcFbMIfKlMJl3RnPwWPFw5tdKS { width:15.375rem;height:2.923825rem;top:72rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNL6TXf8ckJ59TQPpEAoL7tuHFOrExTO { width:12.5rem;height:2.2734375rem;top:76rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsH0OGsrGK7aUwm6IZrOwUUAHlLkq4LB { width:18.75rem;height:1.3808625rem;top:40.75rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xgf2caICqfmxHoAv4ewco2CUSsOShmTb { width:18.75rem;height:1.3808625rem;top:68.75rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yK7Mw3KaLCHbkXmo5bPcWtKIaulFgDt1 { width:10.375rem;height:2.25rem;top:79.6875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdCiRBgE43crC8pOkNT8ZCaFocJHMVBi { display:block; }
 }@media only screen and (max-width: 763px) { #xnR9MDuLFWWyLQPS728gUU01bpt7SsxV { width:18.75rem;height:1.3808625rem;top:37.5rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2A96RZLbwb3O2yUcWqlTBMKwAEakif4 { width:16.1875rem;height:2.44921875rem;top:35.0625rem;left:1.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hshVdSWxymoRl6UIpK1hF4sqDMTusSaR { width:16.1875rem;height:2.44921875rem;top:63.0625rem;left:1.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJFpEHWXexf7cko267sCn3rVm0wFu8s4 { width:18.75rem;height:1.3808625rem;top:65.5rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdwX00zWRVRhDqpQBK5sNU1Z1OovBmfk { width:16.25rem;height:0.125rem;top:61.1875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ss3UFsXnTtXof9NbEmSfWbX6c3SxMTJC { width:16.25rem;height:0.125rem;top:33.1875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLptITwzhS1nmukqGm5SMd2d4UPvAg8N { top:1.5625rem;left:6.4375rem;width:7.125rem;height:6.1875rem;z-index:15026;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #wehXKRD901A1bUA3QvsDTdCZKsxcbaTv { top:1.4375rem;left:6.375rem;width:7.25rem;height:6.3125rem;z-index:15023;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #GQpnSc9b01O1cTkiByRHShyRfvx3LO45 { width:16.25rem;height:1.25rem;top:59.375rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLUrTLivIQGtkFTevMIg8udUxVSJ8Ogc { width:16.25rem;height:1.25rem;top:31.375rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QV6SerAQAv4NUsysJPTbJ1eo1R0mByrP { display:flex;width:2rem;height:2rem;top:31rem;left:16.1875rem; }
 }@media only screen and (max-width: 763px) { #sc94wNbcoN2uHTT1N2rE1MzC50T4tghH { top:56.6875rem;left:0.625rem;width:5.0625rem;height:4.375rem;z-index:15026;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vBqtJqDWIRkxQGWHDb4spVRa5zHD2mTr { top:28.75rem;left:0.625rem;width:5.1875rem;height:4.5rem;z-index:15029;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HnpsBqmb0XaWBQczT1FI5VVfK1PnyNbb { display:block; }#HnpsBqmb0XaWBQczT1FI5VVfK1PnyNbb > .row .container { width:20rem;height:86.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lDkLJpB69gPIsuZybZAcheB9pp8Im7og { width:18.75rem;height:25rem;top:2.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ql8dmwzBUrx7QJrVzR0hdAN0slsvcTEl { width:16.25rem;height:1.25rem;top:3.5625rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #souZ16K3ffyKFouDsm9MLRkaPIauJBcV { width:16.25rem;height:0.125rem;top:5.375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgzM9zWiy60wsTofPi5Ln8H0WIW50AtI { width:16.1875rem;height:2.44921875rem;top:7.25rem;left:1.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCvh6Crh127JUDzhMfWNsyqMGsZy8m0t { width:18.75rem;height:1.3808625rem;top:9.6875rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfUU02SteVIgCFmsSU97q1fgsZC3GmOx { width:15.375rem;height:2.923825rem;top:16.1875rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHqocCVVht5lvuFc8LZXOT9Nh3MwBkSd { display:flex;width:2rem;height:2rem;top:3.1875rem;left:16.1875rem; }
 }@media only screen and (max-width: 763px) { #g4Db34Odn2fi35WfTsFthPxVPLbT0mzd { width:18.75rem;height:1.3808625rem;top:12.9375rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBh6EXGtv7gk0AmCZoPdcyMrVBvsnyNw { width:10.625rem;height:2.5rem;top:23.625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PluEQVHwTQXyh254MkQf0pCdGhsPJLZc { display:block; }
 }@media only screen and (max-width: 763px) { #RqqAxSXRPGaJb66sus47vM4PPLdfyMgg { width:12.5rem;height:2.2734375rem;top:20.125rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAKiF19ifsh2VQVeGPoXSR25yUs9Cws0 { top:1.3125rem;left:6.375rem;width:7.25rem;height:6.3125rem;z-index:15023;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #NrZ0TPZuuBuntTIbh9Zo2tTnDoWM3rlc { top:1.0625rem;left:0.625rem;width:5.0625rem;height:4.375rem;z-index:15025;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JzC6sgRREs7lV1Pk3Dv6ZTK7o2UlFIPn { width:18.75rem;height:25rem;top:30.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLCnleRUrmrTyCGHzMJa8tZkF8iQixi2 { width:10.5rem;height:2.375rem;top:78.9375rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XU2M0kCwK9W5FopDzp8SamrvX3pFpcEw { display:block; }
 }@media only screen and (max-width: 763px) { #vpUz8xvRnwcsbbRXQ6MP7dDGwkpi0CCn { width:18.75rem;height:25rem;top:57.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWIu5olPPPf1ig7ghZVUeculBXtkgoT2 { width:12.5rem;height:2.2734375rem;top:48.3125rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NunFdGiD1DqtdBlCeP8VE48xNv0I32kU { width:12.5rem;height:2.2734375rem;top:75.25rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kP1d1pdEJ0tAyJf7cQrupaTlXXVmGvTn { width:10.5rem;height:2.375rem;top:51.875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8ft2dCUv1Avh1PGPFucInI9SqoTdgGC { display:block; }
 }@media only screen and (max-width: 763px) { #lCzwnhBF0Bbl8DTb4D8PTQodnAhHsa57 { width:18.75rem;height:2.923825rem;top:44.3125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTv2JSnrWAbKK1qXshZVOzTTom3msXLH { width:15.375rem;height:2.923825rem;top:71.25rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttv7iMbvFmO1PhdpSXodzVZLbHyS7B9s { width:18.75rem;height:1.3808625rem;top:41.0625rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ln62LCtvpBnhSX893dl3JT1VxX2Nhcxa { width:18.75rem;height:1.3808625rem;top:68rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFuQ8t4vZXsFHCyqDtFiFJuSNU9PVuzB { width:18.75rem;height:1.3808625rem;top:37.8125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIf1K916TTEaGTvBpyST4bQu5SIVtlZx { width:18.75rem;height:1.3808625rem;top:64.75rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUuitHf6r0QQ4gSW6OIRGK57EHcueacG { width:16.1875rem;height:2.44921875rem;top:35.375rem;left:1.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpTp1esC9rIxvuoGkN4GQxeK7y3Ql6m5 { width:16.1875rem;height:2.44921875rem;top:62.3125rem;left:1.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTS9EBfik8vJrfJr32O6tTTV0lELB5WR { width:16.25rem;height:0.125rem;top:60.4375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLMDFBPTXxWvshca8vxBwiKfe19mt7Qp { width:16.25rem;height:0.125rem;top:33.5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiKDLLqiOe4LSld815PiUZpG7Te6nbwU { top:1.4375rem;left:6.375rem;width:7.1875rem;height:6.25rem;z-index:15024;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #XDh8OKFxFheNkrMLTzGXpqfTPAcvMAm9 { top:1.4375rem;left:6.375rem;width:7.1875rem;height:6.25rem;z-index:15024;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #eTQ86X7SQIebqXRsfkBsCNqJyDhpqefE { width:16.25rem;height:1.25rem;top:58.625rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwukFln8lFA92XgL4xMIW2w5eguSOM4b { width:16.25rem;height:1.25rem;top:31.6875rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVmnIIoJfEhNclUWnxdOBF1Gi9HHnMQQ { display:flex;width:2rem;height:2rem;top:31.3125rem;left:16.1875rem; }
 }@media only screen and (max-width: 763px) { #kTTcIlvgdwTiTd5vSpWvIxAXiTPKXZEc { display:flex;width:2rem;height:2rem;top:58.25rem;left:16.1875rem; }
 }@media only screen and (max-width: 763px) { #mqDrFMnSF4iQAUJ98hi0Gh5k23BHFNWp { top:29.1875rem;left:0.625rem;width:5.0625rem;height:4.375rem;z-index:15025;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xVbqfZCoOsWHGH2wXa84ZInb6eCyvSz9 { top:56.125rem;left:0.625rem;width:5.0625rem;height:4.375rem;z-index:15026;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MacJ226JE29A8kTKXHZtQKUdpU4QmIJP { display:block; }#MacJ226JE29A8kTKXHZtQKUdpU4QmIJP > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SVTeRQbRG0a7dbwcuGvzQTEnDOs3vrwE { width:20rem;height:1.625rem;top:4.375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZa614QATyVTwVE8iscvJJEubIkNFKrM { width:19.75rem;height:3.75rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2zqd2h7izV2fQipLnqiCU6mrWfESZhx { display:block; }#u2zqd2h7izV2fQipLnqiCU6mrWfESZhx > .row .container { width:20rem;height:81rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OtQ2ZFnc7fprM6TBtf78LQ4oFdbbrRtJ { width:18.75rem;height:25rem;top:28.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUVUaFQiKvTNeAKzqRrcFkWFFoVrtXT5 { width:16.25rem;height:1.25rem;top:30rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHwyRGLEhaeL0WhWi7yxzSHyRr8lRoWm { width:16.25rem;height:0.125rem;top:31.8125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RS1Gzd8LuTrMkwT2uX9eC8iuiAIJKTJS { width:10.625rem;height:2.5rem;top:50.0625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCPEsXwvVUgRyRueP32WSQTalIe30cJA { display:block; }
 }@media only screen and (max-width: 763px) { #ktWetCmGLrdLmQ4x2OlGLVTptFDKOx5f { width:18.75rem;height:25rem;top:1.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiblpLfH6N3GJTL3Qwc6Qtg02U8HcHgg { width:16.25rem;height:1.25rem;top:3.125rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PShNcpBBtQcz8N6leo3HqTR2JDGLBJ0T { width:16.25rem;height:0.125rem;top:4.9375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuRToAAThMJ0e9X0RVx50xId9N3urXUo { width:18.75rem;height:1.381075rem;top:9.25rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnWeL4vzzFCT0pbVK8boE8TC7w4pQHyc { width:18.75rem;height:2.924475rem;top:15.750015258789rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVHqgiDv3pX8HoxDeW1W1OJqCJqwO8be { width:18.75rem;height:25rem;top:55.736114501953rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiVb8tr6butL5JT3EGXCwJWCFUelHAHL { width:16.25rem;height:1.25rem;top:56.986106395721rem;left:1.8750001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOJCXHhgLvTNg6pLMaLvyOLVnJqCTcpA { width:16.25rem;height:0.125rem;top:58.790800094604rem;left:1.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhHd7DADTk80y53DDD32PrO7i7KvcVrn { width:16.1875rem;height:2.44965rem;top:6.8125rem;left:1.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUG0exEOMFWob5hE9irRlmJOznVltypm { width:16.1875rem;height:2.44965rem;top:33.6875rem;left:1.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkMTMIa4BUaWIXHSpi2VVnTmPCtBQL8U { width:18.75rem;height:1.381075rem;top:36.125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oinZNeXgm59JhuwCAusoZvZw2amBTg4R { width:18.75rem;height:1.381075rem;top:12.5rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2KuMTWM5tnOFXoG8GxxhRzg31E0ArqZ { width:15.375rem;height:2.924475rem;top:42.625015258789rem;left:2.3125001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaMrG1lUMFDP1icyOtML1HTNTPPO9cJM { width:16.1875rem;height:2.44965rem;top:60.665800094604rem;left:1.9062501192093rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETzkPbSd6cXIcFzs2Zx11GteCOqbPWVI { width:18.75rem;height:1.381075rem;top:63.114583969119rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWSGd8pmfHCTGyp8VzoII9ZuiWFX1AdK { width:15.375rem;height:2.924475rem;top:69.625015258787rem;left:2.3125001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QX5M4WTSPtf7HO5oRbbxaJz17uPyiGUS { display:flex;width:2rem;height:2rem;top:2.75rem;left:16.1875rem; }
 }@media only screen and (max-width: 763px) { #uQqgIFaaMyZ4NTnFc3LvKhJsdxgTvTZn { display:flex;width:2rem;height:2rem;top:56.610242843628rem;left:16.180556416511rem; }
 }@media only screen and (max-width: 763px) { #uGmIiFBJfls5Ea9B0BWfgy4QqyeIeWzT { width:18.75rem;height:1.381075rem;top:66.369796752931rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEh3g8dIilHTIWRTTlnGvRksW9B1TxTR { width:10.625rem;height:2.5rem;top:77.041666030881rem;left:4.6875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTQ1Zc9iQ38Dwz0WPeBtohMymAPMqf7t { display:block; }
 }@media only screen and (max-width: 763px) { #ziWQ0iF4ixSRFlTD42nwWLhcyLRSn49l { width:12.5rem;height:2.2743rem;top:19.719636917114rem;left:3.7500001192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oD0fkPxgaVcoBwdteJd6oUIWAyF1DHET { width:12.5rem;height:2.2743rem;top:46.594597816467rem;left:3.7500001192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyNl0ZtK1nL99Z0IObAOEq7MK3TNMCbH { width:18.75rem;height:1.381075rem;top:39.380197525024rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKBRD1l1iySSVRva3WMLuqxfINq9Xopg { width:12.5rem;height:2.2743rem;top:73.573814988137rem;left:3.7500001192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #esHrOpZoG7TDUXsRmFuToMezB7GZO5Tc { display:flex;width:2rem;height:2rem;top:29.625022888184rem;left:16.187501072884rem; }
 }@media only screen and (max-width: 763px) { #h0ET8iQZZKEBGAoTn5iDLiTvLIRMACP8 { top:81.985675811769rem;left:6.3125rem;width:7.3125rem;height:6.25rem;z-index:15027;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #olkIeQ8e2TnR8tFTbBVdPHiMkCaOiN0K { top:89.485675811769rem;left:6.3125rem;width:7.3125rem;height:6.25rem;z-index:15027;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #JC21CrTJAbfU8bDA3LUBbSHv4n8hF2xE { top:1.5rem;left:6.625rem;width:6.75rem;height:5.875rem;z-index:15021;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #KW50gUTbyo7dkzRTP7ZJy5tMRMAkeuRC { top:1.20703125rem;left:0rem;width:4.875rem;height:3.8125rem;z-index:15029;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TQyXmUMXzVV5DgZoIyyOy3daGUZ01cAP { top:28.083332061767rem;left:0.625rem;width:4.875rem;height:3.8125rem;z-index:15030;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rKd5Bska52KHW6GpEsxDGn2hlJV2B3PV { top:54.561201095581rem;left:0.625rem;width:5rem;height:4.3125rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #v36T9dwu1laJVxDv8L1ockXgBQfL763T { width:10.625rem;height:2.5rem;top:81.985687255863rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #m1sKlLmPOfwvT7G7WgSvdqKRD7dUTZr6 { display:block; }
 }@media only screen and (max-width: 763px) { #v2cTiAp23K1tN3FTLrHROMppRfFCMcxx { width:10.625rem;height:2.5rem;top:23.104166030884rem;left:4.6875002980232rem;z-index:15192;display:block; }
 }@media only screen and (max-width: 763px) { #xoH3qHdrb5gQRQSWdIHRD5qfRi4c34vN { display:block; }
 }@media only screen and (max-width: 763px) { #bBfX3lhSWCvUSlChgu06iA2BZmnKl4EE { display:block; }#bBfX3lhSWCvUSlChgu06iA2BZmnKl4EE > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pc6sAsxZq5vhUN6Iw0BzkVWcA0EbEHta { width:18.75rem;height:25rem;top:1.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKtBhTLr0eCwQehe8KgsA7XeO1GuV0TX { width:16.25rem;height:1.25rem;top:2.3125rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hK6v9TU5y5E64Q94bEZ96V1Ki1cA2pzI { width:16.25rem;height:0.125rem;top:4.125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOXlXv8rtAlHMPgMax7ryPUvR5N0QJUG { width:18.75rem;height:25rem;top:1.875rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pHzRrf1NRUuKknxqOtt0mHaz8i4egryo { width:16.25rem;height:0;top:3.125rem;left:1.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #C4GSvikiZk3pygyQ2VxRJFhbTtywHQDg { width:16.25rem;height:0.125rem;top:4.9375rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #msFHKti3sJfmgMXKdi3avmvslptWBkoA { width:18.75rem;height:0;top:9.25rem;left:0.625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QcFawDKbfH1k7c3OkqxBCZNMR1GQVFQm { width:18.75rem;height:0;top:15.750015258789rem;left:0.625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZebVz1K1RKLqc7qJS4n5U5lCrHuhF8xE { width:18.75rem;height:25rem;top:28rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQQF0lVBGNRaGylsy6kCw2UNPeAI55le { width:16.25rem;height:1.25rem;top:29.25rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7TA8VGmO6WinqULPNsT9gNF493WMnFl { width:16.25rem;height:0.125rem;top:31.0625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0iSXhmFUxwg7d7igaiDTT3izBduFxgh { width:16.1875rem;height:0;top:6.8125rem;left:1.9375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FD0tAB4IBeQz0wm3dVrNhp3xpMIfADhd { width:16.1875rem;height:2.44921875rem;top:6rem;left:1.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNRPf6hQQosdDA3Or5o3L8PpWcW7JNTW { width:18.75rem;height:1.3808625rem;top:8.4375rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #piRGpt53eBFZEn2gs5OWrq73WzHLdaTJ { width:18.75rem;height:0;top:12.5rem;left:0.625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IHf45KzozBuGHLXAT7lIQtMMAt8sSPcV { width:15.375rem;height:2.924475rem;top:14.9375rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPc60NLkxJBPlc9mOIhuhIJ8m79EQG3x { width:16.1875rem;height:2.44921875rem;top:32.9375rem;left:1.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfqkST1VlgULd0aRQewzeoXvHTEvotFN { width:18.75rem;height:1.3808625rem;top:35.4375rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPV0eOC4MRxPVKpVI0zXQ1r0SZb9VAAd { width:15.375rem;height:2.924475rem;top:41.9375rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcdU5qMaGzCxWeZ0CCKCCnHct0ouNVQ7 { display:flex;width:2rem;height:2rem;top:2.75rem;left:16.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UksrIR4m5pzRXRsooi7kapOLdgmzUkLR { display:flex;width:2rem;height:2rem;top:28.875rem;left:16.1875rem; }
 }@media only screen and (max-width: 763px) { #nfP8M3fZAMlw76DZPtpuCmIni4apVDEd { width:18.75rem;height:1.3808625rem;top:38.6875rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KywCbTgxdGn75EkVTf3qXoVCs6MVbeHp { width:12.5rem;height:0;top:19.719636917114rem;left:3.7500001192093rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JnOhCU8htIHsgwBOw7VcrKdwbwOpea7d { width:12.5rem;height:2.2734375rem;top:18.875rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NENkNrq5qrD9EwTh1aIFDbyXuf9SnKw0 { width:18.75rem;height:1.3808625rem;top:11.6875rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvvTc18VKvv1e4hL6PDeMEOtw5hNqvGo { width:12.5rem;height:2.2734375rem;top:45.875rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7JHfpGdnTV0CWnPfyImxPUluTMG2wC0 { display:flex;width:2rem;height:2rem;top:1.9375rem;left:16.1875rem; }
 }@media only screen and (max-width: 763px) { #zwvrEny23mcxL30g4mdwTtZLwh1IDMLu { width:10.5rem;height:2.375rem;top:23.30553483963rem;left:4.7500001192093rem;display:none; }
 }@media only screen and (max-width: 763px) { #AdecPJZsPUJh6t7q91BdPkZLifMvrBfi { display:block; }
 }@media only screen and (max-width: 763px) { #UHAOGzVoTlvKRy5JI5TULhAm4QP1FTDX { top:1.5rem;left:6.625rem;width:6.75rem;height:5.875rem;z-index:15021;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #ynD60kzK1MkIxSz8p2TTwEEMzGigEcL3 { top:1.5rem;left:6.625rem;width:6.75rem;height:5.875rem;z-index:15027;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #o0QA5kcnHcZhL1eL8ymHZACbJNcJ3B5T { top:1.5rem;left:6.625rem;width:6.75rem;height:5.875rem;z-index:15027;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #RE8NoM7GnSIt69Lib4354hynCbRkNHw4 { top:0.70833206176756rem;left:0.625rem;width:5rem;height:4.3125rem;z-index:15024;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #c4dWBDW39FWmV7IHUsnoWVZaBmgXkBWy { top:0rem;left:0.625rem;width:4.8125rem;height:4.1875rem;z-index:15028;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JkbvxzNNaRqXvV0Ivn5aKVzGGkoeJTIO { top:27rem;left:0.75rem;width:4.8125rem;height:4.1875rem;z-index:15029;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #S9uSWFRcuzoTGGglamlTOc1OTbyweeUU { width:10.5rem;height:2.375rem;top:22.625rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATskPucTVMv8wuT06RWtXfB9mA9ZMT6g { display:block; }
 }@media only screen and (max-width: 763px) { #AfPED02LGszmR81ld7pLiIR0kdtKvGy8 { width:10.5rem;height:2.375rem;top:49.1875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9sLTmEccxgDp5T6RaJeupqauLBq9W28 { display:block; }
 }@media only screen and (max-width: 763px) { #VhsMJDeb5NZcattE4RKTmlr18AP5GJdt { display:block; }#VhsMJDeb5NZcattE4RKTmlr18AP5GJdt > .row .container { width:20rem;height:58.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nGObcQl7TTTVrHbmzssVQmqrdB7FxRoL { width:18.75rem;height:25rem;top:28.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHkNOT96aI5DHIsrvNOTwETfXI00f4iP { width:16.25rem;height:1.25rem;top:30rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAJAFWICu73PU6y7SvJ1yuHtBbC4XXzA { width:16.25rem;height:0.125rem;top:31.8125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQIkNI3xHDZKMZekosQ3wARB4OnA6yfL { width:18.75rem;height:25rem;top:1.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFk2FW3xFgHIzoFlTNRqOu8F2lPTItgr { width:16.25rem;height:1.25rem;top:3.125rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBF5iOP7rEuzNqD7cx1xlXt3VOPfepwa { width:16.25rem;height:0.125rem;top:4.9375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdepkGvVU5SDPUubP7McDCNvWoISLTlM { width:18.75rem;height:1.381075rem;top:9.25rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fn41yN9OW2KPycfwQVIa2htcCiFa2H8s { width:18.75rem;height:2.924475rem;top:15.750015258789rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqJ2P4nTZ13TfqTRt7EbwRHzkRxQsKJ0 { width:16.1875rem;height:2.44965rem;top:6.8125rem;left:1.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #krSZE1TrDlGLNfDETFC57XH15HhNoU0J { width:16.1875rem;height:2.44965rem;top:33.6875rem;left:1.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAlL6HV15lxzWSxZefXQhqwAhk1xKRqx { width:18.75rem;height:1.381075rem;top:36.125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcNKKLiTahVVOOaJbWb5qVvuKTprgcLM { width:18.75rem;height:1.381075rem;top:12.5rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v69S6zLzTt8Wgxw8qod5RL2IkLktHycM { width:15.375rem;height:2.924475rem;top:42.625015258789rem;left:2.3125001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fE0fXMTGIH0DMo0AhSaytipNrXPx3rGt { display:flex;width:2rem;height:2rem;top:2.75rem;left:16.1875rem; }
 }@media only screen and (max-width: 763px) { #RTfJytPbrTTNItFsPHFuaq2BTaIObGqT { display:flex;width:2rem;height:2rem;top:56.610242843628rem;left:16.180556416511rem; }
 }@media only screen and (max-width: 763px) { #thQrCGi70tp0yfrgCVmdZkyKhHD90F3P { width:12.5rem;height:2.2743rem;top:19.719636917114rem;left:3.7500001192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePuQspbsdUNnsKZBCpdke8PeZGypUZZE { width:12.5rem;height:2.2743rem;top:46.594597816467rem;left:3.7500001192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4wb08ReTTdMIASyTqTizMawxbWLut9T { width:18.75rem;height:1.381075rem;top:39.380197525024rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPaWRBhkCLnh1tLIucxIw8NeghLqtLVg { display:flex;width:2rem;height:2rem;top:29.625022888184rem;left:16.187501072884rem; }
 }@media only screen and (max-width: 763px) { #STUehTTFLZWx16EXdCXrl01BuB0auc2s { top:1.1875rem;left:6.4375rem;width:7.125rem;height:6.1875rem;z-index:15025;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #IkM8VHFVKy32TRVxVl5XnLciO5b1Imrd { top:1.1875rem;left:6.4375rem;width:7.125rem;height:6.1875rem;z-index:15025;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #WhVD8WuU7OTDazEpGk60pN6Xn3JTEHIL { top:0.64453125rem;left:0.625rem;width:5.0625rem;height:4.375rem;z-index:15026;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GR9uc5zmvfcM0F8mCq6ghZRfg6RcShpn { top:27.520832061767rem;left:0.625rem;width:5.0625rem;height:4.375rem;z-index:15027;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DtElxCHCzhR6OHJTwLaQ3rKT4dGTTvlb { width:10.5rem;height:2.375rem;top:22.798164367676rem;left:4.7500002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7iIDecrFMtpzwovFsxsoByN5cV9vQOo { display:block; }
 }@media only screen and (max-width: 763px) { #Z2pIshcO3m58CIaqVHTlPJ8gptC6T3Fm { width:10.5rem;height:2.375rem;top:49.798178672791rem;left:4.7500002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6iWMCrAzB8uT1aZgA5lPHHL7RieVWKM { display:block; }
 }@media only screen and (max-width: 763px) { #FA5Tztr1f6iu5iDxgaNTLrdl4QCAIBBR { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9b1a0ac3-b348-4128-a9e8-90a586ac5477/KERRBRKerrontheRoad2025LPBG.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FA5Tztr1f6iu5iDxgaNTLrdl4QCAIBBR.adaptive-delivery-prevent-bg, #FA5Tztr1f6iu5iDxgaNTLrdl4QCAIBBR.lazyload, #FA5Tztr1f6iu5iDxgaNTLrdl4QCAIBBR.lazyloading { background-image: none; }#FA5Tztr1f6iu5iDxgaNTLrdl4QCAIBBR > .row .container { background-color: transparent; background-image: none; }#FA5Tztr1f6iu5iDxgaNTLrdl4QCAIBBR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FA5Tztr1f6iu5iDxgaNTLrdl4QCAIBBR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FA5Tztr1f6iu5iDxgaNTLrdl4QCAIBBR > .row .container > .video-iframe-container { display: none; }#FA5Tztr1f6iu5iDxgaNTLrdl4QCAIBBR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FA5Tztr1f6iu5iDxgaNTLrdl4QCAIBBR > .row > .video-iframe-container { display: none; }#FA5Tztr1f6iu5iDxgaNTLrdl4QCAIBBR > .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); }#FA5Tztr1f6iu5iDxgaNTLrdl4QCAIBBR > .row .container { border-width: 0; border-radius: 0; }#FA5Tztr1f6iu5iDxgaNTLrdl4QCAIBBR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FA5Tztr1f6iu5iDxgaNTLrdl4QCAIBBR > .row .container { width:20rem;height:61.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SfMnoKRdZ6i97HFK6b4x4uAvhWtAQDo2 { top:103.6875rem;left:3.375rem;width:13.25rem;height:11.4375rem;z-index:15021;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #EMdVrZIbCrBiNOUm4qTR4imz5OqFmwID { top:156.5rem;left:3.375rem;width:13.25rem;height:11.375rem;z-index:15025;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #e6IMCo7dOTshWuLFJa2G968qXeAtMyQt { top:6.875rem;left:4.8125rem;width:10.8125rem;height:9.375rem;z-index:15027;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TmlRefXP6DSz9FUM2TXqC9HVotcomx5H { top:183rem;left:3.375rem;width:13.25rem;height:11.4375rem;z-index:15027;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Z5lrXCoeMqfp4qOaUA0KQaknbxHrla2P { top:169.625rem;left:3.375rem;width:13.25rem;height:11.375rem;z-index:15026;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #F7ztft8v9iLGVrtC1KH1Z8neFVS0ST9h { width:3.8125rem;height:4.6875rem;top:14.6875rem;left:8.0625rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #Ue7u9pGTcTvc0cVgmCbTDluis5bnTfvX { top:130.125rem;left:3.375rem;width:13.25rem;height:11.375rem;z-index:15023;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #JTT0GgdIOAuZzfyA1FFhSD10eeC9JsTw { width:3.8125rem;height:4.6875rem;top:12.6875rem;left:8.0625rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #d1SwRpyaTIVAtTRgLT10k93mvCsWlQ7t { width:3.8125rem;height:4.6875rem;top:12.125rem;left:8.0625rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #SnvW6Nkhk3EtS9L6ppv1vkqfruERikFr { top:143.3125rem;left:3.375rem;width:13.25rem;height:11.375rem;z-index:15024;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #ysCD1EOJ1XlqZ4OZt0xG4DaO13ogkXEA { width:7.125rem;height:8.625rem;top:1.1875rem;left:6.625rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #SeqDpqQwpd4n1LNnu9VF1qoA5ywIt28y { width:3.8125rem;height:4.6875rem;top:4.5625rem;left:8.0625rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #ivT3ft0Cq0fm2iP5XTWDafCUapulsJTT { width:3.8125rem;height:4.6875rem;top:4rem;left:8.0625rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #GZw7xHoqP0AhaEW0ETuuKfwd89B21dtU { width:3.8125rem;height:4.6875rem;top:3.625rem;left:8.0625rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #NwqS7zDHb0srmlZ68LimRodczAqiTiQf { top:49.5rem;left:9.1875rem;width:10.8125rem;height:9.375rem;z-index:15024;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #h7p3dgKOvyVOwIGzdCeGe5TgGwSQ2fTl { top:44.1875rem;left:0.1875rem;width:10.8125rem;height:9.375rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XsAVHywZ2Ziexvi4ZCgVGMJ2EOMC0EkC { top:38.375rem;left:9.1875rem;width:10.8125rem;height:9.375rem;z-index:15026;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #k9snXWpwDAMLUZR2UaSaHVDmfMoaUr5a { top:33.125rem;left:0.1875rem;width:10.8125rem;height:9.375rem;z-index:15025;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JPpSnGlM654eQ0LS52AUuzTJqLPS22U5 { top:27.8125rem;left:9.1875rem;width:10.8125rem;height:9.375rem;z-index:15027;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mf298LT4efTlEO44uOAiaMEql3CTfdPD { top:22.3125rem;left:0.1875rem;width:10.8125rem;height:9.375rem;z-index:15022;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dxWrpA57lK1WC2fuTOboVol4a4bANhJb { top:21.1875rem;left:0rem;width:20rem;height:5rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VK6AB3RFG7qOgaSXQJ6uI14WJIHtZJrQ { width:5.4375rem;height:6.375rem;top:17.375rem;left:8.0625rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #XtkDxT1RgbmN7Zz7ZpUM4Tqwdt6ubK8a { width:4.125rem;height:4.9375rem;top:21.25rem;left:11.625rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #et5Py2PSRbfJfJBnQssoTQ252W1ksCLx { width:4.875rem;height:5.75rem;top:18.75rem;left:15.125rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #a02O8Qprk2mWTTLbkmOgibT1O75RrPiD { display:block; }#a02O8Qprk2mWTTLbkmOgibT1O75RrPiD > .row .container { width:20rem;height:14.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SXE53Sxr7dWwzTiuM7AX7DNVR7IKlTf3 { width:9.375rem;height:3.25rem;top:1.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nunQTeJMTsoSmB4PTEsmKy4XMXGF9udv { width:12.75rem;height:2.92383125rem;top:6.375rem;left:3.625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgKiMnBVfrdaVSBSAP7foNamofXXAL0h { width:2.1875rem;height:2.1875rem;top:10.5rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUO6wuX5cEFz0Zn67cNqpXUoX67hSePL { width:2.1875rem;height:2.1875rem;top:10.5rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWtqUwOz8ux5glJIEWW1MnFq4xIOBPsU { width:2.1875rem;height:2.1875rem;top:10.5rem;left:5.3125rem;display:block; }
 }