.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@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:#7495a7;background-image:url("https://images.assets-landingi.com/uc/c23e72e0-ab42-4143-9078-fabcca457c01/_55A7020.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .row > .video-iframe-container { display: none; }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .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); }#Z8imyazPLdrLGSAVtvnRSxz1W3T2Jt8S { background-color:#003840;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Z8imyazPLdrLGSAVtvnRSxz1W3T2Jt8S > .row .container { background-color: transparent; background-image: none; }#Z8imyazPLdrLGSAVtvnRSxz1W3T2Jt8S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8imyazPLdrLGSAVtvnRSxz1W3T2Jt8S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8imyazPLdrLGSAVtvnRSxz1W3T2Jt8S > .row .container > .video-iframe-container { display: none; }#Z8imyazPLdrLGSAVtvnRSxz1W3T2Jt8S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8imyazPLdrLGSAVtvnRSxz1W3T2Jt8S > .row > .video-iframe-container { display: none; }#Z8imyazPLdrLGSAVtvnRSxz1W3T2Jt8S > .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); }#Z8imyazPLdrLGSAVtvnRSxz1W3T2Jt8S > .row .container { border-width: 0; border-radius: 0; }#Z8imyazPLdrLGSAVtvnRSxz1W3T2Jt8S > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Z8imyazPLdrLGSAVtvnRSxz1W3T2Jt8S > .row .container { font-size:0.875rem;font-family:"open sans";height:31.5rem;width:75rem;overflow:visible;position:relative;display:block; }#wtgaiFB0NdKOi7XuFpISm9BlQfJlO73k { color:#ffffff;display:block;width:66.811875rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:10.966797828674rem;left:3.3116321563721rem;height:18.277975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SVluEv7QCxlWqusFbldGMl5MxF0auOtM { 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:3.1875rem;width:16.9375rem;top:1.7062500715256rem;left:56.559372901916rem;overflow:hidden;display:block; }
#y0sycnEwbo6MckZKVpUymH0ESSE4Q76e { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:31.375rem;display:none; }
#TumlXP4MMA6arvszvbJlKaargqOaWwla { display:block; }#TumlXP4MMA6arvszvbJlKaargqOaWwla { background-color: transparent; background-image: none; }#TumlXP4MMA6arvszvbJlKaargqOaWwla::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row .container > .video-iframe-container { display: none; }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row > .video-iframe-container { display: none; }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .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); }#TumlXP4MMA6arvszvbJlKaargqOaWwla { border-width: 0; border-radius: 0; }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row .container { background-color:transparent;background-image:none;width:75rem;height:42.6875rem;font-size:0.875rem;font-family:arial;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;position:relative;display:block; }#Z0ZtMl5Ne0tPdUGVo3zmyhz9xeXKl5t6 { position:absolute;display:block;z-index:15014;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;box-shadow: none;height:28.375rem;width:50.625rem;top:7.75rem;left:13.561718940735rem;display:block; }
#XuLsT2qqLdGSldA9IN4cOhZzBGrhxZgh { background-color:#003840;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#XuLsT2qqLdGSldA9IN4cOhZzBGrhxZgh > .row .container { background-color: transparent; background-image: none; }#XuLsT2qqLdGSldA9IN4cOhZzBGrhxZgh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XuLsT2qqLdGSldA9IN4cOhZzBGrhxZgh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XuLsT2qqLdGSldA9IN4cOhZzBGrhxZgh > .row .container > .video-iframe-container { display: none; }#XuLsT2qqLdGSldA9IN4cOhZzBGrhxZgh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XuLsT2qqLdGSldA9IN4cOhZzBGrhxZgh > .row > .video-iframe-container { display: none; }#XuLsT2qqLdGSldA9IN4cOhZzBGrhxZgh > .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); }#XuLsT2qqLdGSldA9IN4cOhZzBGrhxZgh > .row .container { border-width: 0; border-radius: 0; }#XuLsT2qqLdGSldA9IN4cOhZzBGrhxZgh > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#XuLsT2qqLdGSldA9IN4cOhZzBGrhxZgh > .row .container { font-size:0.875rem;font-family:arial;height:446.125rem;width:75rem;overflow:visible;position:relative;display:block; }#WQpIHRmeXwuKxsyViMglMiJ2Kcsiycdu { color:#ffffff;display:block;width:41.4375rem;position:absolute;font-family:montserrat;font-size:4rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:6rem;left:33.500001907349rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ayTHb6hywbpE4gKmJqZh6xdtzPhExqzT { 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:13.1875rem;width:19.8125rem;top:14.875rem;left:15.125rem;overflow:hidden;display:block; }
#vo7OEf9ly1bGKGTTRklX1dk7qf9t2TSQ { position:absolute;display:block;z-index:15007;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.1875rem;width:19.8125rem;top:14.875rem;left:35.0625rem;overflow:hidden;display:block; }
#zJlAsAHocmBph2XFT4SwL3EGHuMGdk5W { position:absolute;display:block;z-index:15008;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.1875rem;width:19.8125rem;top:14.875000536442rem;left:54.937500953674rem;overflow:hidden;display:block; }
#lz9GbvVxx6Rqe797ufhkc4AGhbi1cGPy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.5rem;width:6.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:13.0625rem;left:3rem; }
#OsGAye7D8rmNSk878Vu3wVVwk9Jt9V3t { position:absolute;display:block;z-index:15002;background-color:#23b2a9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:16.5rem;width:19.625rem;top:18.25rem;left:3rem;display:block; }
#tRE3VkK8CGzdsT5nZyX7PkmeIETOEHqB { color:#ffffff;display:block;width:42.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:9.9989166259762rem;left:28.435333251953rem;height:4.4987rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#ih7F3USiG85Zpf16LpP8GWcUymTiNheR { 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:13.1875rem;width:19.8125rem;top:28.125rem;left:0.125rem;overflow:hidden;display:block; }
#mlkoRbDtUs4MXFPB7u1Ntb6n7XnOBfTx { position:absolute;display:block;z-index:15007;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.1875rem;width:19.8125rem;top:28.125rem;left:20rem;overflow:hidden;display:block; }
#x0ZTebJcSiTuGegic3CaFLfmtTFFOANf { position:absolute;display:block;z-index:15008;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.1875rem;width:19.8125rem;top:28.1875rem;left:39.874137878418rem;overflow:hidden;display:block; }
#JFxNDPNwgJJsadelbu5MqIJNVa4k4sSy { position:absolute;display:block;z-index:15007;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.1875rem;width:19.8125rem;top:41.375rem;left:0.125rem;overflow:hidden;display:block; }
#MNbkC7ORaqnZTUWs9LD9mq0PCumnui7u { position:absolute;display:block;z-index:15008;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.1875rem;width:19.8125rem;top:41.375rem;left:19.999218940735rem;overflow:hidden;display:block; }
#sxnEhuBLA7uIvBat4eddHT0J8uDuzX8f { 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.1875rem;width:19.8125rem;top:41.424476623535rem;left:39.874132156372rem;overflow:hidden;display:block; }
#IafXU8Zh1K5k3nAvZVLl0zIRnZVlCraf { 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:13.125rem;width:19.75rem;top:54.625001490116rem;left:55rem;overflow:hidden;display:block; }
#NeXMTcLUpz8IhGVtK0h0bfh6n6R8Bsp7 { 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:13.25rem;width:19.875rem;top:54.625001490116rem;left:15.186718940735rem;overflow:hidden;display:block; }
#tRDvhfq0yK7qGGXIJcF9if5Fc6U6n6tz { 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:13.4375rem;width:20.1875rem;top:54.6875rem;left:35.000000953674rem;overflow:hidden;display:block; }
#v6AFdTnLNSO5cTsPTI6Fcux43H0BbUqh { position:absolute;display:block;z-index:15003;background-color:#23b2a9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:16.5rem;width:19.625rem;top:39.749987602234rem;left:52.925000190735rem;display:block; }
#TqDovVONyqDreaKhV1MhXLTqo8mWXnkx { 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:13.25rem;width:19.875rem;top:67.8125038147rem;left:54.875000953674rem;overflow:hidden;display:block; }
#m5PcuPdrCuhnoS4URiiZWxQmuT56FReG { 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:13.1875rem;width:19.8125rem;top:67.875rem;left:35.000000953674rem;overflow:hidden;display:block; }
#LBZkn6UXmtNKh7XAChDILqeCzFfHGoOW { 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:13.1875rem;width:19.8125rem;top:67.875rem;left:15.217968940735rem;overflow:hidden;display:block; }
#l7D01JsivzK0XCiQ9RZTElkd87Ec5szy { 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:13.1875rem;width:19.8125rem;top:81.1875rem;left:19.999218940735rem;overflow:hidden;display:block; }
#JmTcFrk5rtApV8Ui1yAv9ygg1WdteiuX { 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:13.1875rem;width:19.8125rem;top:81.1875rem;left:0rem;overflow:hidden;display:block; }
#h5TNPSDHoIU6NgzlzSV5HEEThAzxdldq { 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:13.1875rem;width:19.8125rem;top:81.1875rem;left:39.875000953674rem;overflow:hidden;display:block; }
#LF44WTZ2aoR2KJTlrP4fU6m9Chi9Tzgi { position:absolute;display:block;z-index:15016;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.3125rem;width:20rem;top:94.4375rem;left:0rem;overflow:hidden;display:block; }
#qb1KQ65sRLKyNoBFq2tH7md9pvwDGrUs { 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:13.1875rem;width:19.8125rem;top:94.436719894406rem;left:19.999218940735rem;overflow:hidden;display:block; }
#tzsWEPWSdJPZlPipmB8N19sXSN5c2Xl9 { 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:13.1875rem;width:19.8125rem;top:94.436719894406rem;left:39.875000953674rem;overflow:hidden;display:block; }
#PLduNJXm2E1soPwodzSZd0AZHoPpDqiI { position:absolute;display:block;z-index:15016;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.1875rem;width:19.8125rem;top:107.56171989441rem;left:39.875000953674rem;overflow:hidden;display:block; }
#NB7MONdgp6erTzc2DZJtqNubllw9feOe { position:absolute;display:block;z-index:15017;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.1875rem;width:19.8125rem;top:107.56171989441rem;left:19.999218940735rem;overflow:hidden;display:block; }
#RR9kqiNwFnvWVPEUaUR1Dmbt5XQR4vDT { position:absolute;display:block;z-index:15018;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.1875rem;width:19.8125rem;top:120.81094169617rem;left:55.125000953674rem;overflow:hidden;display:block; }
#JUeNIU3U9usu8AkH33VansFMqz7zKszX { position:absolute;display:block;z-index:15019;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.125rem;width:19.6875rem;top:120.81094169617rem;left:35.625000953674rem;overflow:hidden;display:block; }
#zrTMbvsmUxRFc3nGeToHrRz5UvtLv42S { position:absolute;display:block;z-index:15020;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.1875rem;width:19.8125rem;top:120.81094169617rem;left:15.987500190735rem;overflow:hidden;display:block; }
#S1XmrkgtDhEhF45zTJyJF4TLR3Lx93VO { position:absolute;display:block;z-index:15021;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.1875rem;width:19.8125rem;top:134.06016159058rem;left:15.987500190735rem;overflow:hidden;display:block; }
#g3p4o8IptMRAVTSNzlw7zlM6axsFrT0q { position:absolute;display:block;z-index:15022;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.125rem;width:19.6875rem;top:134.06016159058rem;left:35.812500953674rem;overflow:hidden;display:block; }
#BE0SqJ2lBihbHu78eG5vud3ZglrNUN9B { position:absolute;display:block;z-index:15023;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.1875rem;width:19.8125rem;top:134.06016159058rem;left:55.125000953674rem;overflow:hidden;display:block; }
#KWHC3cwnilphlMmx2hhVzNVGIBfM1X3T { position:absolute;display:block;z-index:15022;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.1875rem;width:19.8125rem;top:147.31015586853rem;left:0rem;overflow:hidden;display:block; }
#ZbS096k5nzLfEJ4oRhFHCKg2sxIIuLZw { position:absolute;display:block;z-index:15023;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.1875rem;width:19.8125rem;top:147.24765586853rem;left:39.750000953674rem;overflow:hidden;display:block; }
#dRObt873eb52v8A4JF1h0dKT0IuhvlW7 { position:absolute;display:block;z-index:15024;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.1875rem;width:19.8125rem;top:147.31015586853rem;left:19.874218940735rem;overflow:hidden;display:block; }
#FKBawkake37GyeTgm0sTciNZXA4aZbp0 { position:absolute;display:block;z-index:15023;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.1875rem;width:19.8125rem;top:160.49765682221rem;left:39.812500953674rem;overflow:hidden;display:block; }
#WTe5KDm6znlCEaS7VsCKKKWab2TM74Nv { position:absolute;display:block;z-index:15024;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.1875rem;width:19.8125rem;top:160.56015682221rem;left:0rem;overflow:hidden;display:block; }
#NIqwiuhTk1vfTnmCcxGIEA6fwsRGt5ar { position:absolute;display:block;z-index:15025;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.1875rem;width:19.8125rem;top:160.56015682221rem;left:19.936718940735rem;overflow:hidden;display:block; }
#W6TFATCnIl0DWzcAHG6TraP0JdC0VJbe { position:absolute;display:block;z-index:15004;background-color:#23b2a9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:16.5rem;width:19.625rem;top:54.000000953674rem;left:3rem;display:block; }
#qCzPzlObFdKs7xaTi9OONeC9kvarIPK8 { position:absolute;display:block;z-index:15025;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.1875rem;width:19.8125rem;top:173.74765968323rem;left:15.987500190735rem;overflow:hidden;display:block; }
#KNCkVFZyvsXzPMVGf9ibWffCMu7JaVBK { 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:13.1875rem;width:19.8125rem;top:173.74765968323rem;left:35.812500953674rem;overflow:hidden;display:block; }
#XbnAs6TsxaFrs2P8o2TJkhbxFp5TVhRi { 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:13.125rem;width:19.6875rem;top:173.74765968323rem;left:55.125000953674rem;overflow:hidden;display:block; }
#HazG5pohvvoAGLmdHsNhUWXX17xIwFZA { 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:13.1875rem;width:19.8125rem;top:200.24765586853rem;left:0rem;overflow:hidden;display:block; }
#gAufAwMvcZ169TxeomXcVzIezMXTA9yq { 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:13.1875rem;width:19.8125rem;top:186.99765682221rem;left:15.987500190735rem;overflow:hidden;display:block; }
#M80qqapErgWxqUzVN1INWVmWL638Bi8P { position:absolute;display:block;z-index:15029;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.1875rem;width:19.8125rem;top:186.99765920639rem;left:35.250000953674rem;overflow:hidden;display:block; }
#KVyT5TSLn84FzENBkKUHFPvV8KI6ISFw { 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:13.1875rem;width:19.8125rem;top:200.24765586853rem;left:19.874218940735rem;overflow:hidden;display:block; }
#GRfxhxdBdi02ddchJBvWdrCRzEgWJ4l2 { position:absolute;display:block;z-index:15029;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.1875rem;width:19.8125rem;top:200.24765586853rem;left:39.750000953674rem;overflow:hidden;display:block; }
#LIQ1orMmC1bKoquBHmTwmup5PcvzfIlP { position:absolute;display:block;z-index:15030;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.1875rem;width:19.8125rem;top:213.49765682221rem;left:39.687500953674rem;overflow:hidden;display:block; }
#zA81Vytpb9ksxEJyO3kyyT9yOqvgw3ax { position:absolute;display:block;z-index:15031;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.1875rem;width:19.8125rem;top:213.49765682221rem;left:19.874218940735rem;overflow:hidden;display:block; }
#uChI1h6WI0cT0kpw8ogdJ6cQyRJDlUcR { position:absolute;display:block;z-index:15032;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.1875rem;width:19.8125rem;top:213.49765682221rem;left:0rem;overflow:hidden;display:block; }
#PPwfX13noVCe8DIgfMZ0OPxzq61XZq7m { position:absolute;display:block;z-index:15031;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.1875rem;width:19.8125rem;top:226.74765586853rem;left:15.987500190735rem;overflow:hidden;display:block; }
#A7kJD5IFv4bRJa0zZZKq0NeFwrHTXiT5 { position:absolute;display:block;z-index:15032;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.1875rem;width:19.8125rem;top:226.74765586853rem;left:35.812500953674rem;overflow:hidden;display:block; }
#pFCxsIIeHH9agXPHCMe0CHm9opaip3vU { position:absolute;display:block;z-index:15033;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.1875rem;width:19.8125rem;top:226.74765586853rem;left:55.125000953674rem;overflow:hidden;display:block; }
#xbFJQ00Lb7HzydFz25Cas2CNeEAX0czv { position:absolute;display:block;z-index:15034;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.1875rem;width:19.8125rem;top:240.06016349793rem;left:55.125000953674rem;overflow:hidden;display:block; }
#ou2kM0ZLicpUOpWJrRgOk1bHds8XsxWe { position:absolute;display:block;z-index:15035;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.1875rem;width:19.8125rem;top:239.99766349793rem;left:35.812500953674rem;overflow:hidden;display:block; }
#cOpTcPZdmPbvlV1dqU4z0nqhorraMnDT { position:absolute;display:block;z-index:15036;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.1875rem;width:19.8125rem;top:239.99766349793rem;left:15.987500190735rem;overflow:hidden;display:block; }
#wVTewdw6ifL8mGWQTowSPZOTTP0wF7gT { position:absolute;display:block;z-index:15035;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:12.9375rem;width:19.375rem;top:253.24763488769rem;left:55.182204398538rem;overflow:hidden;display:block; }
#cBXqSyi9heKEQuHJuptdebFGqMUAtfpX { position:absolute;display:block;z-index:15005;background-color:#23b2a9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:16.5rem;width:19.625rem;top:91.236706733706rem;left:55.375000953674rem;display:block; }
#sV9P5dgGO1h8PmS5aeBVVcxs8xVHa2gz { position:absolute;display:block;z-index:15006;background-color:#23b2a9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:16.5rem;width:19.625rem;top:127.48594093322rem;left:2.375rem;display:block; }
#OrTO1Ng2tlaaGqKBdefCNoAC5gFi2hWI { position:absolute;display:block;z-index:15007;background-color:#23b2a9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:16.5rem;width:19.625rem;top:152.92344093323rem;left:55.375000953674rem;display:block; }
#FdPOTW8oTKaTBuNmO8HSDPTHXuuIhSs6 { position:absolute;display:block;z-index:15008;background-color:#23b2a9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:16.5rem;width:19.625rem;top:180.40390968323rem;left:3rem;display:block; }
#m8KWZ3AUFpBQUzviirCtu49wOQkThSAu { position:absolute;display:block;z-index:15009;background-color:#23b2a9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:16.5rem;width:19.625rem;top:206.40390968323rem;left:53.612500190735rem;display:block; }
#NA09UHA2OL13MRECLz0TQZseBCqAWMJ2 { position:absolute;display:block;z-index:15010;background-color:#23b2a9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:16.4995625rem;width:19.6245625rem;top:243.21505737305rem;left:2.373046875rem;display:block; }
#uQZqHrp3G7HayWeJfPHU95rV9eDIiDI5 { position:absolute;display:block;z-index:15011;background-color:#23b2a9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:16.4995625rem;width:19.6245625rem;top:279.05815124512rem;left:53.612197875976rem;display:block; }
#smUDT4f37JHbipN022XXholDwTyznMGA { position:absolute;display:block;z-index:15036;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:12.9375rem;width:19.375rem;top:253.24546051026rem;left:16.319011688233rem;overflow:hidden;display:block; }
#rqH1fwfBfZGX260gZUZnTahUExIrZKVd { position:absolute;display:block;z-index:15037;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:12.8125rem;width:19.25rem;top:253.24546051026rem;left:35.879558563233rem;overflow:hidden;display:block; }
#hVQBRQ2TZqpMRDBfZQtm6GkbnBHFImqX { position:absolute;display:block;z-index:15037;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:12.875rem;width:19.3125rem;top:266.18490982056rem;left:0rem;overflow:hidden;display:block; }
#q15gI4U1ABnADkIwX9LOS9FN7zyx6iM3 { position:absolute;display:block;z-index:15038;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:12.875rem;width:19.3125rem;top:266.18490982056rem;left:19.499568939209rem;overflow:hidden;display:block; }
#q7Lt9PrEe7RtbzxpmggpbmRZ5voxNqaN { position:absolute;display:block;z-index:15039;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:12.875rem;width:19.3125rem;top:266.18490982056rem;left:38.873481750488rem;overflow:hidden;display:block; }
#v2fZZ10fiCIQrRFUHExSlXdJlcNvGxGL { position:absolute;display:block;z-index:15040;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:12.8125rem;width:19.25rem;top:279.09483337402rem;left:0rem;overflow:hidden;display:block; }
#OzTuRqmmgTbVUW9z3auvKTdTFtdB9Z9M { position:absolute;display:block;z-index:15041;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:12.8125rem;width:19.25rem;top:278.99567031861rem;left:38.872184753418rem;overflow:hidden;display:block; }
#WkbTm6MCXA8xgh6vbBMBpTyrQMLfS5tB { position:absolute;display:block;z-index:15042;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:12.875rem;width:19.3125rem;top:279.05817031861rem;left:19.434246063233rem;overflow:hidden;display:block; }
#FKE0NBIXLqfm13p4c9pMVbJ9EMsx0JvQ { position:absolute;display:block;z-index:15042;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:12.9375rem;width:19.4375rem;top:291.84289550781rem;left:36.395499693006rem;overflow:hidden;display:block; }
#dpdR7lh9o2azdiGMNSUwGB10g5tA119X { position:absolute;display:block;z-index:15043;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:12.75rem;width:19.125rem;top:291.96789550781rem;left:17.264541625976rem;overflow:hidden;display:block; }
#xqAcH33wB5geSdVia0MZx8rWhcOQiSeh { position:absolute;display:block;z-index:15044;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:12.75rem;width:19.1875rem;top:291.80665206909rem;left:55.751953125rem;overflow:hidden;display:block; }
#RLMZLIXfpqrxZXtWNQGeabLXBfC9XLgv { position:absolute;display:block;z-index:15045;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:13rem;width:19.5625rem;top:304.59027099609rem;left:36.441839218139rem;overflow:hidden;display:block; }
#hlWys71NOahgH8ae76xbTDVyVxRVVVGl { position:absolute;display:block;z-index:15046;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:12.875rem;width:19.4375rem;top:304.59027099609rem;left:55.812501907349rem;overflow:hidden;display:block; }
#C5PyyavTIaMCcdFunwOZvKitkTQIgcV4 { position:absolute;display:block;z-index:15046;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:36.5rem;width:54.8125rem;top:404.46528434753rem;left:0.49826431274414rem;overflow:hidden;display:block; }
#opNHl5vR3aoKFvuZ1Rt6NNSpxbRxlP9T { position:absolute;display:block;z-index:15012;background-color:#23b2a9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:16.49825rem;width:19.62325rem;top:309.08939933777rem;left:7.46875rem;display:block; }
#DOCttOWThNTJhhC6fnP9AyHDER06ufbe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.49825rem;width:6.49825rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:304.78038501739rem;left:5.46875rem; }
#UOTzcfM0mSC5pNULAAUGFT63pQVI38tE { 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:11.0625rem;width:19.6875rem;top:173.74765968323rem;left:55.125000953674rem;overflow:hidden;display:none; }
#VmVpxreHANOk3uTWpNTFs9zXW7BlAMJF { position:absolute;display:block;z-index:15046;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:12.9375rem;width:19.5rem;top:304.65537261963rem;left:17.336805343628rem;overflow:hidden;display:block; }
#BLXsLdKNPQafVZ5XPpTX6AcZhTVtMTJS { position:absolute;display:block;z-index:15047;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:12.9375rem;width:19.375rem;top:317.59028053284rem;left:0rem;overflow:hidden;display:block; }
#L9G4Lm7RLyuBfU9Wb2k8SKgfZ3yg6SFv { position:absolute;display:block;z-index:15048;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:12.9375rem;width:19.375rem;top:317.59028053284rem;left:19.312501907349rem;overflow:hidden;display:block; }
#zgOW5UhuJ9O1miiO5T0B40Tr9fmXynAc { position:absolute;display:block;z-index:15049;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:12.9375rem;width:19.375rem;top:317.59029150009rem;left:38.811632156372rem;overflow:hidden;display:block; }
#lIA9PCwERZETwABLollTfRLRbpI1TfS0 { position:absolute;display:block;z-index:15050;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:12.9375rem;width:19.375rem;top:330.52779197693rem;left:36.180555343628rem;overflow:hidden;display:block; }
#FqyrbNSbfyeBbelIZIQfA3O4PbubWqq6 { position:absolute;display:block;z-index:15051;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:12.9375rem;width:19.375rem;top:330.52779197693rem;left:16.949651718139rem;overflow:hidden;display:block; }
#cLaOJuve1wPJfCPJma00cJfTxBefTUaR { position:absolute;display:block;z-index:15051;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:12.9375rem;width:19.375rem;top:330.52779197693rem;left:55.500001907349rem;overflow:hidden;display:block; }
#TQFPXOuTTccGz5T24TgQ9k0GP1F1iSZS { position:absolute;display:block;z-index:15047;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:22.375rem;width:33.5625rem;top:369.21527767181rem;left:41.437501907349rem;overflow:hidden;display:block; }
#DNTP7fhhcOPD2qlXCtBtpLslvKgLid1y { position:absolute;display:block;z-index:15052;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:12.875rem;width:19.375rem;top:343.46528816223rem;left:17.074651718139rem;overflow:hidden;display:block; }
#CdHB9dVhu7a68lTMBkLGlkUrHaAiTn5f { position:absolute;display:block;z-index:15053;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:12.875rem;width:19.375rem;top:343.46528816223rem;left:36.180555343628rem;overflow:hidden;display:block; }
#pUVxkRkaTs2O8e4g1bxN0SMcXGHzevlF { position:absolute;display:block;z-index:15054;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:12.875rem;width:19.375rem;top:343.46528816223rem;left:55.625001907349rem;overflow:hidden;display:block; }
#huoWyTQd68hVkJIk95TgbMGpy6J4mZ7g { position:absolute;display:block;z-index:15054;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:12.875rem;width:19.375rem;top:356.34028434753rem;left:38.687501907349rem;overflow:hidden;display:block; }
#FTaLIFiTPlwT2O9Q5TpobmJup7TKFH9l { position:absolute;display:block;z-index:15055;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:12.875rem;width:19.375rem;top:356.34028434753rem;left:0rem;overflow:hidden;display:block; }
#VUyeAPrUX2BffntxC5kfC8UE3EmyD2To { position:absolute;display:block;z-index:15056;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:12.875rem;width:19.375rem;top:356.34028434753rem;left:19.312501907349rem;overflow:hidden;display:block; }
#UM75OwTdlzStzBoTaL66T10nNRWXI5iH { position:absolute;display:block;z-index:15055;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:12.875rem;width:19.375rem;top:391.59029197693rem;left:17.074651718139rem;overflow:hidden;display:block; }
#aseTGVHSKEe9fJrTI3pLr42m41bbZJGN { position:absolute;display:block;z-index:15056;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:12.875rem;width:19.375rem;top:391.58940696716rem;left:36.305555343628rem;overflow:hidden;display:block; }
#skvdTXsfBLnVus3tTs94i8laqaDBar8d { position:absolute;display:block;z-index:15057;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:12.875rem;width:19.375rem;top:391.59029197693rem;left:55.625001907349rem;overflow:hidden;display:block; }
#XxuackWwOqdvIAvA26TIi02gmcOsTMWR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00c2b2;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; }#XxuackWwOqdvIAvA26TIi02gmcOsTMWR > .row .container { background-color: transparent; background-image: none; }#XxuackWwOqdvIAvA26TIi02gmcOsTMWR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxuackWwOqdvIAvA26TIi02gmcOsTMWR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxuackWwOqdvIAvA26TIi02gmcOsTMWR > .row .container > .video-iframe-container { display: none; }#XxuackWwOqdvIAvA26TIi02gmcOsTMWR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxuackWwOqdvIAvA26TIi02gmcOsTMWR > .row > .video-iframe-container { display: none; }#XxuackWwOqdvIAvA26TIi02gmcOsTMWR > .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); }#XxuackWwOqdvIAvA26TIi02gmcOsTMWR > .row .container { border-width: 0; border-radius: 0; }#XxuackWwOqdvIAvA26TIi02gmcOsTMWR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XxuackWwOqdvIAvA26TIi02gmcOsTMWR > .row .container { font-size:0.875rem;font-family:arial;height:28.4375rem;width:75rem;position:relative;display:block; }#hyFqbV81b9u4PN9yh6ulwAFS6CcKpRAm { color:#ffffff;display:block;width:53.1875rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:3.3984375rem;left:6.3038196563719rem;height:15.7465rem;font-style:normal;display:block; }
#AM8cv0hEZ6nlkV74pl0zkV4Dg1SupXN2 { background-color:#003840;background-image:none;background-position:top left !important;background-repeat: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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.25rem rgba(51,51,51,0.2) ;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:lato;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.061625rem;height:2.87435rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:20.881942749024rem;left:6.3031692504881rem;display:block; }
#GTncRhva7z15IU94X3X8Wd674ICIsMgb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xytRTUSVUgneDCgXIxkXfn1HIDgI2EA5 { 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:3rem;width:16rem;top:20.634124755859rem;left:57.65625rem;overflow:hidden;display:block; }
#vSh0AyCsSxddEJRbhcCusFuWTZQdSBnm { 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:3.375rem;width:18.125rem;top:4.7000122070312rem;left:76.599999427794rem;overflow:hidden;display:none; }
#M2IerOmSOVK0RiSNlHwW5snfIB7m8wWv { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:31.375rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Z8imyazPLdrLGSAVtvnRSxz1W3T2Jt8S { display:block; }#Z8imyazPLdrLGSAVtvnRSxz1W3T2Jt8S > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wtgaiFB0NdKOi7XuFpISm9BlQfJlO73k { width:47.75rem;height:18.25rem;top:10.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVluEv7QCxlWqusFbldGMl5MxF0auOtM { top:1.6875rem;left:30.8125rem;width:16.9375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0sycnEwbo6MckZKVpUymH0ESSE4Q76e { width:31.375rem;height:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TumlXP4MMA6arvszvbJlKaargqOaWwla { display:block; }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z0ZtMl5Ne0tPdUGVo3zmyhz9xeXKl5t6 { top:7.75rem;left:0rem;width:47.75rem;height:26.763580246914rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuLsT2qqLdGSldA9IN4cOhZzBGrhxZgh { display:block; }#XuLsT2qqLdGSldA9IN4cOhZzBGrhxZgh > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WQpIHRmeXwuKxsyViMglMiJ2Kcsiycdu { top:5.9375rem;left:6.375rem;width:41.375rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayTHb6hywbpE4gKmJqZh6xdtzPhExqzT { top:14.875rem;left:1.5rem;width:19.8125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vo7OEf9ly1bGKGTTRklX1dk7qf9t2TSQ { top:14.875rem;left:21.4375rem;width:19.8125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJlAsAHocmBph2XFT4SwL3EGHuMGdk5W { top:14.875rem;left:27.875rem;width:19.8125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lz9GbvVxx6Rqe797ufhkc4AGhbi1cGPy { top:13.0625rem;left:0rem;width:6.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsGAye7D8rmNSk878Vu3wVVwk9Jt9V3t { top:18.25rem;left:0rem;width:19.625rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRE3VkK8CGzdsT5nZyX7PkmeIETOEHqB { top:9.9375rem;left:5.25rem;width:42.5rem;height:4.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ih7F3USiG85Zpf16LpP8GWcUymTiNheR { top:28.125rem;left:0rem;width:19.8125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlkoRbDtUs4MXFPB7u1Ntb6n7XnOBfTx { top:28.125rem;left:6.375rem;width:19.8125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0ZTebJcSiTuGegic3CaFLfmtTFFOANf { top:28.1875rem;left:26.249137878418rem;width:19.8125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFxNDPNwgJJsadelbu5MqIJNVa4k4sSy { top:41.375rem;left:0rem;width:19.8125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNbkC7ORaqnZTUWs9LD9mq0PCumnui7u { top:41.375rem;left:6.374218940735rem;width:19.8125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxnEhuBLA7uIvBat4eddHT0J8uDuzX8f { top:41.375rem;left:26.249132156372rem;width:19.8125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IafXU8Zh1K5k3nAvZVLl0zIRnZVlCraf { top:54.625rem;left:27.75rem;width:19.75rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeXMTcLUpz8IhGVtK0h0bfh6n6R8Bsp7 { top:54.625rem;left:1.5617189407349rem;width:19.875rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRDvhfq0yK7qGGXIJcF9if5Fc6U6n6tz { top:54.6875rem;left:21.375000953674rem;width:20.1875rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6AFdTnLNSO5cTsPTI6Fcux43H0BbUqh { top:39.6875rem;left:28.125rem;width:19.625rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqDovVONyqDreaKhV1MhXLTqo8mWXnkx { top:67.8125rem;left:27.625rem;width:19.875rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5PcuPdrCuhnoS4URiiZWxQmuT56FReG { top:67.875rem;left:21.375000953674rem;width:19.8125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBZkn6UXmtNKh7XAChDILqeCzFfHGoOW { top:67.875rem;left:1.5929689407349rem;width:19.8125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7D01JsivzK0XCiQ9RZTElkd87Ec5szy { top:81.1875rem;left:6.374218940735rem;width:19.8125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmTcFrk5rtApV8Ui1yAv9ygg1WdteiuX { top:81.1875rem;left:0rem;width:19.8125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5TNPSDHoIU6NgzlzSV5HEEThAzxdldq { top:81.1875rem;left:26.250000953674rem;width:19.8125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LF44WTZ2aoR2KJTlrP4fU6m9Chi9Tzgi { top:94.4375rem;left:0rem;width:20rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qb1KQ65sRLKyNoBFq2tH7md9pvwDGrUs { top:94.375rem;left:6.374218940735rem;width:19.8125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzsWEPWSdJPZlPipmB8N19sXSN5c2Xl9 { top:94.375rem;left:26.250000953674rem;width:19.8125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLduNJXm2E1soPwodzSZd0AZHoPpDqiI { top:107.5rem;left:26.250000953674rem;width:19.8125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB7MONdgp6erTzc2DZJtqNubllw9feOe { top:107.5rem;left:6.374218940735rem;width:19.8125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RR9kqiNwFnvWVPEUaUR1Dmbt5XQR4vDT { top:120.75rem;left:27.875rem;width:19.8125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUeNIU3U9usu8AkH33VansFMqz7zKszX { top:120.75rem;left:22.000000953674rem;width:19.6875rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrTMbvsmUxRFc3nGeToHrRz5UvtLv42S { top:120.75rem;left:2.3625001907349rem;width:19.8125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1XmrkgtDhEhF45zTJyJF4TLR3Lx93VO { top:134rem;left:2.3625001907349rem;width:19.8125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3p4o8IptMRAVTSNzlw7zlM6axsFrT0q { top:134rem;left:22.187500953674rem;width:19.6875rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BE0SqJ2lBihbHu78eG5vud3ZglrNUN9B { top:134rem;left:27.875rem;width:19.8125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWHC3cwnilphlMmx2hhVzNVGIBfM1X3T { top:147.25rem;left:0rem;width:19.8125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbS096k5nzLfEJ4oRhFHCKg2sxIIuLZw { top:147.1875rem;left:26.125000953674rem;width:19.8125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRObt873eb52v8A4JF1h0dKT0IuhvlW7 { top:147.25rem;left:6.2492189407349rem;width:19.8125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKBawkake37GyeTgm0sTciNZXA4aZbp0 { top:160.4375rem;left:26.187500953674rem;width:19.8125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTe5KDm6znlCEaS7VsCKKKWab2TM74Nv { top:160.5rem;left:0rem;width:19.8125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIqwiuhTk1vfTnmCcxGIEA6fwsRGt5ar { top:160.5rem;left:6.311718940735rem;width:19.8125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6TFATCnIl0DWzcAHG6TraP0JdC0VJbe { top:54rem;left:0rem;width:19.625rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCzPzlObFdKs7xaTi9OONeC9kvarIPK8 { top:173.6875rem;left:2.3625001907349rem;width:19.8125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNCkVFZyvsXzPMVGf9ibWffCMu7JaVBK { top:173.6875rem;left:22.187500953674rem;width:19.8125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbnAs6TsxaFrs2P8o2TJkhbxFp5TVhRi { top:173.6875rem;left:28rem;width:19.6875rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HazG5pohvvoAGLmdHsNhUWXX17xIwFZA { top:200.1875rem;left:0rem;width:19.8125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAufAwMvcZ169TxeomXcVzIezMXTA9yq { top:186.9375rem;left:2.3625001907349rem;width:19.8125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M80qqapErgWxqUzVN1INWVmWL638Bi8P { top:186.9375rem;left:21.625000953674rem;width:19.8125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVyT5TSLn84FzENBkKUHFPvV8KI6ISFw { top:200.1875rem;left:6.2492189407349rem;width:19.8125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRfxhxdBdi02ddchJBvWdrCRzEgWJ4l2 { top:200.1875rem;left:26.125000953674rem;width:19.8125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIQ1orMmC1bKoquBHmTwmup5PcvzfIlP { top:213.4375rem;left:26.062500953674rem;width:19.8125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zA81Vytpb9ksxEJyO3kyyT9yOqvgw3ax { top:213.4375rem;left:6.2492189407349rem;width:19.8125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uChI1h6WI0cT0kpw8ogdJ6cQyRJDlUcR { top:213.4375rem;left:0rem;width:19.8125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPwfX13noVCe8DIgfMZ0OPxzq61XZq7m { top:226.6875rem;left:2.3625001907349rem;width:19.8125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7kJD5IFv4bRJa0zZZKq0NeFwrHTXiT5 { top:226.6875rem;left:22.187500953674rem;width:19.8125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFCxsIIeHH9agXPHCMe0CHm9opaip3vU { top:226.6875rem;left:27.875rem;width:19.8125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbFJQ00Lb7HzydFz25Cas2CNeEAX0czv { top:240rem;left:27.875rem;width:19.8125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ou2kM0ZLicpUOpWJrRgOk1bHds8XsxWe { top:239.9375rem;left:22.187500953674rem;width:19.8125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOpTcPZdmPbvlV1dqU4z0nqhorraMnDT { top:239.9375rem;left:2.3625001907349rem;width:19.8125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVTewdw6ifL8mGWQTowSPZOTTP0wF7gT { top:253.1875rem;left:28.25rem;width:19.375rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBXqSyi9heKEQuHJuptdebFGqMUAtfpX { top:91.1875rem;left:28.125rem;width:19.625rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sV9P5dgGO1h8PmS5aeBVVcxs8xVHa2gz { top:127.4375rem;left:0rem;width:19.625rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrTO1Ng2tlaaGqKBdefCNoAC5gFi2hWI { top:152.875rem;left:28.125rem;width:19.625rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdPOTW8oTKaTBuNmO8HSDPTHXuuIhSs6 { top:180.375rem;left:0rem;width:19.625rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8KWZ3AUFpBQUzviirCtu49wOQkThSAu { top:206.375rem;left:28.125rem;width:19.625rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NA09UHA2OL13MRECLz0TQZseBCqAWMJ2 { top:243.1875rem;left:0rem;width:19.5625rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQZqHrp3G7HayWeJfPHU95rV9eDIiDI5 { top:279rem;left:28.1875rem;width:19.5625rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #smUDT4f37JHbipN022XXholDwTyznMGA { top:253.1875rem;left:2.6940116882324rem;width:19.375rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqH1fwfBfZGX260gZUZnTahUExIrZKVd { top:253.1875rem;left:22.254558563233rem;width:19.25rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVQBRQ2TZqpMRDBfZQtm6GkbnBHFImqX { top:266.125rem;left:0rem;width:19.3125rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q15gI4U1ABnADkIwX9LOS9FN7zyx6iM3 { top:266.125rem;left:5.874568939209rem;width:19.3125rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7Lt9PrEe7RtbzxpmggpbmRZ5voxNqaN { top:266.125rem;left:25.248481750488rem;width:19.3125rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2fZZ10fiCIQrRFUHExSlXdJlcNvGxGL { top:279.0625rem;left:0rem;width:19.25rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzTuRqmmgTbVUW9z3auvKTdTFtdB9Z9M { top:278.9375rem;left:25.247184753418rem;width:19.25rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkbTm6MCXA8xgh6vbBMBpTyrQMLfS5tB { top:279rem;left:5.8092460632324rem;width:19.3125rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKE0NBIXLqfm13p4c9pMVbJ9EMsx0JvQ { top:291.8125rem;left:22.770499693006rem;width:19.4375rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpdR7lh9o2azdiGMNSUwGB10g5tA119X { top:291.9375rem;left:3.6395416259766rem;width:19.125rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqAcH33wB5geSdVia0MZx8rWhcOQiSeh { top:291.75rem;left:28.5625rem;width:19.1875rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLMZLIXfpqrxZXtWNQGeabLXBfC9XLgv { top:304.5625rem;left:22.816839218139rem;width:19.5625rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlWys71NOahgH8ae76xbTDVyVxRVVVGl { top:304.5625rem;left:28.3125rem;width:19.4375rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5PyyavTIaMCcdFunwOZvKitkTQIgcV4 { top:404.4375rem;left:0rem;width:47.75rem;height:31.797035347777rem;display:block; }
 }@media only screen and (max-width: 763px) { #opNHl5vR3aoKFvuZ1Rt6NNSpxbRxlP9T { top:309.0625rem;left:0rem;width:19.5625rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOCttOWThNTJhhC6fnP9AyHDER06ufbe { top:304.75rem;left:0rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOTzcfM0mSC5pNULAAUGFT63pQVI38tE { top:173.6875rem;left:28rem;width:19.6875rem;height:11.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VmVpxreHANOk3uTWpNTFs9zXW7BlAMJF { top:304.625rem;left:3.7118053436279rem;width:19.5rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLXsLdKNPQafVZ5XPpTX6AcZhTVtMTJS { top:317.5625rem;left:0rem;width:19.375rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9G4Lm7RLyuBfU9Wb2k8SKgfZ3yg6SFv { top:317.5625rem;left:5.6875019073486rem;width:19.375rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgOW5UhuJ9O1miiO5T0B40Tr9fmXynAc { top:317.5625rem;left:25.186632156372rem;width:19.375rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIA9PCwERZETwABLollTfRLRbpI1TfS0 { top:330.5rem;left:22.555555343628rem;width:19.375rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqyrbNSbfyeBbelIZIQfA3O4PbubWqq6 { top:330.5rem;left:3.3246517181396rem;width:19.375rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLaOJuve1wPJfCPJma00cJfTxBefTUaR { top:330.5rem;left:28.25rem;width:19.375rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQFPXOuTTccGz5T24TgQ9k0GP1F1iSZS { top:369.1875rem;left:14.1875rem;width:33.5625rem;height:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNTP7fhhcOPD2qlXCtBtpLslvKgLid1y { top:343.4375rem;left:3.4496517181396rem;width:19.375rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdHB9dVhu7a68lTMBkLGlkUrHaAiTn5f { top:343.4375rem;left:22.555555343628rem;width:19.375rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUVxkRkaTs2O8e4g1bxN0SMcXGHzevlF { top:343.4375rem;left:28.375rem;width:19.375rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #huoWyTQd68hVkJIk95TgbMGpy6J4mZ7g { top:356.3125rem;left:25.062501907349rem;width:19.375rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTaLIFiTPlwT2O9Q5TpobmJup7TKFH9l { top:356.3125rem;left:0rem;width:19.375rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUyeAPrUX2BffntxC5kfC8UE3EmyD2To { top:356.3125rem;left:5.6875019073486rem;width:19.375rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UM75OwTdlzStzBoTaL66T10nNRWXI5iH { top:391.5625rem;left:3.4496517181396rem;width:19.375rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aseTGVHSKEe9fJrTI3pLr42m41bbZJGN { top:391.5625rem;left:22.680555343628rem;width:19.375rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #skvdTXsfBLnVus3tTs94i8laqaDBar8d { top:391.5625rem;left:28.375rem;width:19.375rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxuackWwOqdvIAvA26TIi02gmcOsTMWR { display:block; }#XxuackWwOqdvIAvA26TIi02gmcOsTMWR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hyFqbV81b9u4PN9yh6ulwAFS6CcKpRAm { width:47.75rem;height:15.6875rem;top:3.375rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AM8cv0hEZ6nlkV74pl0zkV4Dg1SupXN2 { width:12rem;height:2.8125rem;top:20.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTncRhva7z15IU94X3X8Wd674ICIsMgb { display:block; }
 }@media only screen and (max-width: 763px) { #xytRTUSVUgneDCgXIxkXfn1HIDgI2EA5 { top:20.625rem;left:31.75rem;width:16rem;height:2.9992484081409rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSh0AyCsSxddEJRbhcCusFuWTZQdSBnm { top:5.3125rem;left:29.625rem;width:18.125rem;height:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #M2IerOmSOVK0RiSNlHwW5snfIB7m8wWv { width:31.375rem;height:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#7495a7;background-image:url("https://images.assets-landingi.com/uc/a2e66d1d-f2f9-4f8d-a349-40984ed19ccf/akpa20240628_p_naviki_mp_7660.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .row > .video-iframe-container { display: none; }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #Z8imyazPLdrLGSAVtvnRSxz1W3T2Jt8S { background-color:#003840;background-image:none;display:block; }#Z8imyazPLdrLGSAVtvnRSxz1W3T2Jt8S > .row .container { background-color: transparent; background-image: none; }#Z8imyazPLdrLGSAVtvnRSxz1W3T2Jt8S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8imyazPLdrLGSAVtvnRSxz1W3T2Jt8S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8imyazPLdrLGSAVtvnRSxz1W3T2Jt8S > .row .container > .video-iframe-container { display: none; }#Z8imyazPLdrLGSAVtvnRSxz1W3T2Jt8S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8imyazPLdrLGSAVtvnRSxz1W3T2Jt8S > .row > .video-iframe-container { display: none; }#Z8imyazPLdrLGSAVtvnRSxz1W3T2Jt8S > .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); }#Z8imyazPLdrLGSAVtvnRSxz1W3T2Jt8S > .row .container { width:20rem;height:38.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wtgaiFB0NdKOi7XuFpISm9BlQfJlO73k { width:19.4375rem;height:28.58611875rem;top:7.96875rem;left:0.62500005960463rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVluEv7QCxlWqusFbldGMl5MxF0auOtM { width:18.125rem;height:3.375rem;top:63.25rem;left:0.9375rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #y0sycnEwbo6MckZKVpUymH0ESSE4Q76e { top:1.46875rem;left:1.0929687619209rem;width:17.4375rem;height:3.25rem;z-index:15014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TumlXP4MMA6arvszvbJlKaargqOaWwla { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row .container { background-color: transparent; background-image: none; }#TumlXP4MMA6arvszvbJlKaargqOaWwla::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row .container > .video-iframe-container { display: none; }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row > .video-iframe-container { display: none; }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .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); }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row .container { border-width: 0; border-radius: 0; }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z0ZtMl5Ne0tPdUGVo3zmyhz9xeXKl5t6 { height:11.209375rem;width:20rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuLsT2qqLdGSldA9IN4cOhZzBGrhxZgh { display:block; }#XuLsT2qqLdGSldA9IN4cOhZzBGrhxZgh > .row .container { width:20rem;height:1136.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WQpIHRmeXwuKxsyViMglMiJ2Kcsiycdu { width:20rem;height:2rem;top:1.9986972808838rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ayTHb6hywbpE4gKmJqZh6xdtzPhExqzT { width:19.8125rem;height:13.1875rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vo7OEf9ly1bGKGTTRklX1dk7qf9t2TSQ { width:19.8125rem;height:13.1875rem;top:23.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJlAsAHocmBph2XFT4SwL3EGHuMGdk5W { width:19.8125rem;height:13.1875rem;top:37.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lz9GbvVxx6Rqe797ufhkc4AGhbi1cGPy { display:flex;width:3.75rem;height:3.75rem;top:7.998046875rem;left:16.248915970326rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #OsGAye7D8rmNSk878Vu3wVVwk9Jt9V3t { width:20rem;height:9.75rem;top:0.48176956176758rem;left:-0.0034722089767456rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #tRE3VkK8CGzdsT5nZyX7PkmeIETOEHqB { width:17.7495625rem;height:4.50195rem;top:4.7493476867676rem;left:1.1877171397209rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ih7F3USiG85Zpf16LpP8GWcUymTiNheR { width:19.8125rem;height:13.1875rem;top:50.749359130859rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlkoRbDtUs4MXFPB7u1Ntb6n7XnOBfTx { width:19.8125rem;height:13.1875rem;top:64.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0ZTebJcSiTuGegic3CaFLfmtTFFOANf { width:19.8125rem;height:13.1875rem;top:77.4991312027rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFxNDPNwgJJsadelbu5MqIJNVa4k4sSy { width:19.8125rem;height:13.1875rem;top:90.748266220094rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNbkC7ORaqnZTUWs9LD9mq0PCumnui7u { width:19.8125rem;height:13.1875rem;top:103.99826812744rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxnEhuBLA7uIvBat4eddHT0J8uDuzX8f { width:19.875rem;height:13.25rem;top:143.93338012695rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IafXU8Zh1K5k3nAvZVLl0zIRnZVlCraf { width:19.8125rem;height:13.1875rem;top:157.42448234558rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeXMTcLUpz8IhGVtK0h0bfh6n6R8Bsp7 { width:19.8125rem;height:13.1875rem;top:117.24739074707rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRDvhfq0yK7qGGXIJcF9if5Fc6U6n6tz { width:19.6875rem;height:13.125rem;top:130.49653053284rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6AFdTnLNSO5cTsPTI6Fcux43H0BbUqh { width:19.625rem;height:16.5rem;top:157.4249997139rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqDovVONyqDreaKhV1MhXLTqo8mWXnkx { width:19.6875rem;height:13.125rem;top:197.17360496521rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5PcuPdrCuhnoS4URiiZWxQmuT56FReG { width:19.8125rem;height:13.1875rem;top:183.92447662354rem;left:0.12413197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBZkn6UXmtNKh7XAChDILqeCzFfHGoOW { width:19.8125rem;height:13.1875rem;top:170.67447853088rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7D01JsivzK0XCiQ9RZTElkd87Ec5szy { width:19.8125rem;height:13.1875rem;top:210.35468769074rem;left:0.12421870231628rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmTcFrk5rtApV8Ui1yAv9ygg1WdteiuX { width:19.8125rem;height:13.1875rem;top:223.60468864441rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5TNPSDHoIU6NgzlzSV5HEEThAzxdldq { width:19.8125rem;height:13.1875rem;top:250.1047039032rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LF44WTZ2aoR2KJTlrP4fU6m9Chi9Tzgi { width:19.875rem;height:13.25rem;top:263.35468769074rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qb1KQ65sRLKyNoBFq2tH7md9pvwDGrUs { width:19.8125rem;height:13.1875rem;top:236.85468864441rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzsWEPWSdJPZlPipmB8N19sXSN5c2Xl9 { width:19.8125rem;height:13.1875rem;top:303.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLduNJXm2E1soPwodzSZd0AZHoPpDqiI { width:19.8125rem;height:13.1875rem;top:330.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB7MONdgp6erTzc2DZJtqNubllw9feOe { width:19.8125rem;height:13.1875rem;top:290.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RR9kqiNwFnvWVPEUaUR1Dmbt5XQR4vDT { width:19.8125rem;height:13.1875rem;top:369.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUeNIU3U9usu8AkH33VansFMqz7zKszX { width:19.6875rem;height:13.125rem;top:316.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrTMbvsmUxRFc3nGeToHrRz5UvtLv42S { width:19.875rem;height:13.25rem;top:276.9375rem;left:0.12478297948837rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1XmrkgtDhEhF45zTJyJF4TLR3Lx93VO { width:19.8125rem;height:13.1875rem;top:343.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3p4o8IptMRAVTSNzlw7zlM6axsFrT0q { width:19.6875rem;height:13.125rem;top:356.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BE0SqJ2lBihbHu78eG5vud3ZglrNUN9B { width:19.8123125rem;height:13.186875rem;top:409.43579864502rem;left:0.18663197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWHC3cwnilphlMmx2hhVzNVGIBfM1X3T { width:19.8123125rem;height:13.186875rem;top:422.62265777588rem;left:0.18663197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbS096k5nzLfEJ4oRhFHCKg2sxIIuLZw { width:19.8125rem;height:13.1875rem;top:383.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRObt873eb52v8A4JF1h0dKT0IuhvlW7 { width:19.8123125rem;height:13.186875rem;top:449.05818748474rem;left:0.18663197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKBawkake37GyeTgm0sTciNZXA4aZbp0 { width:19.8123125rem;height:13.186875rem;top:501.80122947693rem;left:0.18663197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTe5KDm6znlCEaS7VsCKKKWab2TM74Nv { width:20rem;height:13.25rem;top:435.80947685242rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIqwiuhTk1vfTnmCcxGIEA6fwsRGt5ar { width:19.8123125rem;height:13.186875rem;top:475.42970848084rem;left:0.18663197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6TFATCnIl0DWzcAHG6TraP0JdC0VJbe { width:19.625rem;height:16.5rem;top:178.0625rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCzPzlObFdKs7xaTi9OONeC9kvarIPK8 { width:19.8123125rem;height:13.186875rem;top:462.24394512176rem;left:0.18663197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNCkVFZyvsXzPMVGf9ibWffCMu7JaVBK { width:19.8123125rem;height:13.186875rem;top:488.61546516419rem;left:0.18663197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbnAs6TsxaFrs2P8o2TJkhbxFp5TVhRi { width:19.874125rem;height:13.2498125rem;top:566.53537368774rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HazG5pohvvoAGLmdHsNhUWXX17xIwFZA { width:19.6875rem;height:13.125rem;top:396.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAufAwMvcZ169TxeomXcVzIezMXTA9yq { width:19.8123125rem;height:13.186875rem;top:514.31212043763rem;left:0.18663197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #M80qqapErgWxqUzVN1INWVmWL638Bi8P { width:19.9375rem;height:13.1875rem;top:527.49893951416rem;left:0.0082549475524519rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVyT5TSLn84FzENBkKUHFPvV8KI6ISFw { width:20rem;height:13.1875rem;top:540.68471336365rem;left:-0.11600169822952rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRfxhxdBdi02ddchJBvWdrCRzEgWJ4l2 { width:19.8123125rem;height:13.186875rem;top:553.87158966064rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIQ1orMmC1bKoquBHmTwmup5PcvzfIlP { width:19.8123125rem;height:13.186875rem;top:616.74698925018rem;left:0.18663197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #zA81Vytpb9ksxEJyO3kyyT9yOqvgw3ax { width:19.8123125rem;height:13.186875rem;top:603.56123352051rem;left:0.18663197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #uChI1h6WI0cT0kpw8ogdJ6cQyRJDlUcR { width:19.8123125rem;height:13.186875rem;top:591.03302097321rem;left:0.18663197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPwfX13noVCe8DIgfMZ0OPxzq61XZq7m { width:19.8123125rem;height:13.186875rem;top:629.93275451662rem;left:0.18663197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7kJD5IFv4bRJa0zZZKq0NeFwrHTXiT5 { width:19.8123125rem;height:13.186875rem;top:643.11851024625rem;left:0.18663197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFCxsIIeHH9agXPHCMe0CHm9opaip3vU { width:19.8123125rem;height:13.186875rem;top:655.74872016906rem;left:0.18663197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbFJQ00Lb7HzydFz25Cas2CNeEAX0czv { width:19.8123125rem;height:13.186875rem;top:708.49175357819rem;left:0.18663197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #ou2kM0ZLicpUOpWJrRgOk1bHds8XsxWe { width:19.8123125rem;height:13.186875rem;top:682.12025356294rem;left:0.18663197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOpTcPZdmPbvlV1dqU4z0nqhorraMnDT { width:19.8123125rem;height:13.186875rem;top:668.93451118469rem;left:0.18663197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVTewdw6ifL8mGWQTowSPZOTTP0wF7gT { width:19.8123125rem;height:13.186875rem;top:695.30601882938rem;left:0.18663197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBXqSyi9heKEQuHJuptdebFGqMUAtfpX { width:17.3123125rem;height:14.561625rem;top:407.55429077149rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #sV9P5dgGO1h8PmS5aeBVVcxs8xVHa2gz { width:19.625rem;height:16.5rem;top:430.87935447693rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrTO1Ng2tlaaGqKBdefCNoAC5gFi2hWI { width:19.625rem;height:16.5rem;top:541.12027359009rem;left:-0.17343749105931rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdPOTW8oTKaTBuNmO8HSDPTHXuuIhSs6 { width:19.6245625rem;height:16.4995625rem;top:579.71682739258rem;left:0.37434893846512rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8KWZ3AUFpBQUzviirCtu49wOQkThSAu { width:19.625rem;height:16.5rem;top:554.37502670288rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NA09UHA2OL13MRECLz0TQZseBCqAWMJ2 { width:19.625rem;height:16.5rem;top:573.25003385544rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQZqHrp3G7HayWeJfPHU95rV9eDIiDI5 { width:16.25rem;height:10.5625rem;top:743.93747997281rem;left:3.6805554628372rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #smUDT4f37JHbipN022XXholDwTyznMGA { width:20rem;height:13.3125rem;top:721.67869091031rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqH1fwfBfZGX260gZUZnTahUExIrZKVd { width:20rem;height:13.3125rem;top:734.99026298525rem;left:-0.062933981418613rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVQBRQ2TZqpMRDBfZQtm6GkbnBHFImqX { width:19.874125rem;height:13.2498125rem;top:748.30188751219rem;left:0.12478297948837rem;display:block; }
 }@media only screen and (max-width: 763px) { #q15gI4U1ABnADkIwX9LOS9FN7zyx6iM3 { width:19.874125rem;height:13.2498125rem;top:774.30882453919rem;left:0.12478297948837rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7Lt9PrEe7RtbzxpmggpbmRZ5voxNqaN { width:20rem;height:13.25rem;top:787.55860900881rem;left:0.12369793653488rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2fZZ10fiCIQrRFUHExSlXdJlcNvGxGL { width:20rem;height:13.25rem;top:800.80729866025rem;left:0.039883664259406rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzTuRqmmgTbVUW9z3auvKTdTFtdB9Z9M { width:20rem;height:13.25rem;top:814.05605888369rem;left:0.039883664259406rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkbTm6MCXA8xgh6vbBMBpTyrQMLfS5tB { width:20rem;height:13.3125rem;top:761.55167007444rem;left:-0.063584983348844rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKE0NBIXLqfm13p4c9pMVbJ9EMsx0JvQ { width:20rem;height:13.311625rem;top:840.61529541012rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpdR7lh9o2azdiGMNSUwGB10g5tA119X { width:20rem;height:13.3125rem;top:827.304749012rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqAcH33wB5geSdVia0MZx8rWhcOQiSeh { width:19.874125rem;height:13.2498125rem;top:853.92587089538rem;left:0.12478297948837rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLMZLIXfpqrxZXtWNQGeabLXBfC9XLgv { width:20rem;height:13.3125rem;top:867.17561912537rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlWys71NOahgH8ae76xbTDVyVxRVVVGl { width:20rem;height:13.3125rem;top:880.42536926269rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5PyyavTIaMCcdFunwOZvKitkTQIgcV4 { width:20rem;height:13.311625rem;top:893.7370147705rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #opNHl5vR3aoKFvuZ1Rt6NNSpxbRxlP9T { width:16.749125rem;height:17.061625rem;top:903.06100845338rem;left:3.2497830986977rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #DOCttOWThNTJhhC6fnP9AyHDER06ufbe { display:flex;width:6.4355625rem;height:6.4355625rem;top:938.71532821656rem;left:13.563369095326rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #UOTzcfM0mSC5pNULAAUGFT63pQVI38tE { width:20rem;height:11.25rem;top:579.78412628174rem;left:0rem;z-index:15029;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VmVpxreHANOk3uTWpNTFs9zXW7BlAMJF { width:20rem;height:13.2498125rem;top:920.1215696335rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLXsLdKNPQafVZ5XPpTX6AcZhTVtMTJS { width:20rem;height:13.3125rem;top:907.0475667715rem;left:-0.063584983348844rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9G4Lm7RLyuBfU9Wb2k8SKgfZ3yg6SFv { width:19.874125rem;height:13.2498125rem;top:933.37133169175rem;left:0.12478297948837rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgOW5UhuJ9O1miiO5T0B40Tr9fmXynAc { width:20rem;height:13.311625rem;top:946.62118911744rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIA9PCwERZETwABLollTfRLRbpI1TfS0 { width:20rem;height:13.311625rem;top:973.24111747744rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqyrbNSbfyeBbelIZIQfA3O4PbubWqq6 { width:20rem;height:13.311625rem;top:959.93168830869rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLaOJuve1wPJfCPJma00cJfTxBefTUaR { width:20rem;height:13.311625rem;top:986.55176544187rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQFPXOuTTccGz5T24TgQ9k0GP1F1iSZS { width:20rem;height:13.33225rem;top:1093.3898935318rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNTP7fhhcOPD2qlXCtBtpLslvKgLid1y { width:20rem;height:13.2498125rem;top:999.86108398438rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdHB9dVhu7a68lTMBkLGlkUrHaAiTn5f { width:20rem;height:13.2498125rem;top:1013.1087851524rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUVxkRkaTs2O8e4g1bxN0SMcXGHzevlF { width:20rem;height:13.2498125rem;top:1026.3574829101rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #huoWyTQd68hVkJIk95TgbMGpy6J4mZ7g { width:20rem;height:13.2498125rem;top:1066.8923476934rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTaLIFiTPlwT2O9Q5TpobmJup7TKFH9l { width:20rem;height:13.2498125rem;top:1040.3939957619rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUyeAPrUX2BffntxC5kfC8UE3EmyD2To { width:20rem;height:13.2498125rem;top:1053.6437187195rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UM75OwTdlzStzBoTaL66T10nNRWXI5iH { width:20rem;height:13.2498125rem;top:1106.7220191956rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aseTGVHSKEe9fJrTI3pLr42m41bbZJGN { width:20rem;height:13.2498125rem;top:1080.140083313rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #skvdTXsfBLnVus3tTs94i8laqaDBar8d { width:20rem;height:13.2498125rem;top:1119.9718570709rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxuackWwOqdvIAvA26TIi02gmcOsTMWR { display:block; }#XxuackWwOqdvIAvA26TIi02gmcOsTMWR > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hyFqbV81b9u4PN9yh6ulwAFS6CcKpRAm { width:20rem;height:29.6961875rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:2.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AM8cv0hEZ6nlkV74pl0zkV4Dg1SupXN2 { width:10.1875rem;height:2.6875rem;top:31.695313334465rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTncRhva7z15IU94X3X8Wd674ICIsMgb { display:block; }
 }@media only screen and (max-width: 763px) { #xytRTUSVUgneDCgXIxkXfn1HIDgI2EA5 { width:16rem;height:2.9992484081409rem;top:20.625rem;left:2rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #vSh0AyCsSxddEJRbhcCusFuWTZQdSBnm { width:18.125rem;height:3.375rem;top:5.3125rem;left:0.9375rem;overflow:hidden;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #M2IerOmSOVK0RiSNlHwW5snfIB7m8wWv { top:36.470486521721rem;left:10.850694775581rem;width:8.5rem;height:1.5625rem;z-index:15017;overflow:hidden;display:block; }
 }