.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4Ql1UlBnRm1VV5M0PqPq9Az67NBEIU3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#c4Ql1UlBnRm1VV5M0PqPq9Az67NBEIU3 > .row .container { background-color: transparent; background-image: none; }#c4Ql1UlBnRm1VV5M0PqPq9Az67NBEIU3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4Ql1UlBnRm1VV5M0PqPq9Az67NBEIU3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4Ql1UlBnRm1VV5M0PqPq9Az67NBEIU3 > .row .container > .video-iframe-container { display: none; }#c4Ql1UlBnRm1VV5M0PqPq9Az67NBEIU3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4Ql1UlBnRm1VV5M0PqPq9Az67NBEIU3 > .row > .video-iframe-container { display: none; }#c4Ql1UlBnRm1VV5M0PqPq9Az67NBEIU3 > .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); }#c4Ql1UlBnRm1VV5M0PqPq9Az67NBEIU3 > .row .container { border-width: 0; border-radius: 0; }#c4Ql1UlBnRm1VV5M0PqPq9Az67NBEIU3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c4Ql1UlBnRm1VV5M0PqPq9Az67NBEIU3 > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;position:relative;display:block; }#Fm6vIBJCneyDsaCtTsEnCCvmDuVZC22l { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0085ff;border-left:0.0625rem solid #0085ff;border-right:0.0625rem solid #0085ff;border-bottom:0.0625rem solid #0085ff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.18160375rem;height:2.61930375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:1.06201171875rem;left:62.372228622436rem;display:block; }
#y56KdV0GeCNvmRvtFs3nXkXVGDbL4z9B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WqHRovkObWTLsGfSbGVwXa7J8dFAcUQe { 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:3.9375rem;width:16.125rem;top:0.25rem;left:0rem;overflow:hidden;display:block; }
#f0uzE6LI84BotwCSEnk9hnJWoUlwECwy { 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:18.75rem;width:18.75rem;display:none; }
#JW0L8XSRhT1oHgrzTWB4GhF5tfxZzHhK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JW0L8XSRhT1oHgrzTWB4GhF5tfxZzHhK > .row .container { background-color: transparent; background-image: none; }#JW0L8XSRhT1oHgrzTWB4GhF5tfxZzHhK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JW0L8XSRhT1oHgrzTWB4GhF5tfxZzHhK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JW0L8XSRhT1oHgrzTWB4GhF5tfxZzHhK > .row .container > .video-iframe-container { display: none; }#JW0L8XSRhT1oHgrzTWB4GhF5tfxZzHhK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JW0L8XSRhT1oHgrzTWB4GhF5tfxZzHhK > .row > .video-iframe-container { display: none; }#JW0L8XSRhT1oHgrzTWB4GhF5tfxZzHhK > .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); }#JW0L8XSRhT1oHgrzTWB4GhF5tfxZzHhK > .row .container { border-width: 0; border-radius: 0; }#JW0L8XSRhT1oHgrzTWB4GhF5tfxZzHhK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JW0L8XSRhT1oHgrzTWB4GhF5tfxZzHhK > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#UU2bi0ZpAa3qNKxTZONXrdJ41uumwVah { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UU2bi0ZpAa3qNKxTZONXrdJ41uumwVah > .row .container { background-color: transparent; background-image: none; }#UU2bi0ZpAa3qNKxTZONXrdJ41uumwVah::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UU2bi0ZpAa3qNKxTZONXrdJ41uumwVah > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UU2bi0ZpAa3qNKxTZONXrdJ41uumwVah > .row .container > .video-iframe-container { display: none; }#UU2bi0ZpAa3qNKxTZONXrdJ41uumwVah > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UU2bi0ZpAa3qNKxTZONXrdJ41uumwVah > .row > .video-iframe-container { display: none; }#UU2bi0ZpAa3qNKxTZONXrdJ41uumwVah > .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); }#UU2bi0ZpAa3qNKxTZONXrdJ41uumwVah > .row .container { border-width: 0; border-radius: 0; }#UU2bi0ZpAa3qNKxTZONXrdJ41uumwVah > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UU2bi0ZpAa3qNKxTZONXrdJ41uumwVah > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:75rem;position:relative;display:block; }#FqWyp5cWuTeWvhUlBAXcFPFugTlwTB7g { color:#000000;display:block;width:36.8125rem;position:absolute;font-family:sora;font-size:3rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:6.90625rem;left:38.1875rem;height:7.199225rem;font-style:normal;display:block; }
#EJyDDZd1rVss1v0QWvMgNH4vcXKOxarh { color:#262628;display:block;width:36.8125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:14.6875rem;left:38.1875rem;height:1.875rem;display:block; }
#fTEDFH7wmIx2TEwCwLLmEabkMwXIkpHB { 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:26.875rem;width:31.9375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#ksE8q5N4KvXNZfNNtJAQXv4lseLGZrEK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edeff2;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; }#ksE8q5N4KvXNZfNNtJAQXv4lseLGZrEK > .row .container { background-color: transparent; background-image: none; }#ksE8q5N4KvXNZfNNtJAQXv4lseLGZrEK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ksE8q5N4KvXNZfNNtJAQXv4lseLGZrEK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ksE8q5N4KvXNZfNNtJAQXv4lseLGZrEK > .row .container > .video-iframe-container { display: none; }#ksE8q5N4KvXNZfNNtJAQXv4lseLGZrEK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ksE8q5N4KvXNZfNNtJAQXv4lseLGZrEK > .row > .video-iframe-container { display: none; }#ksE8q5N4KvXNZfNNtJAQXv4lseLGZrEK > .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); }#ksE8q5N4KvXNZfNNtJAQXv4lseLGZrEK > .row .container { border-width: 0; border-radius: 0; }#ksE8q5N4KvXNZfNNtJAQXv4lseLGZrEK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ksE8q5N4KvXNZfNNtJAQXv4lseLGZrEK > .row .container { font-size:0.875rem;font-family:arial;height:58.625rem;width:75rem;position:relative;display:block; }#TQWRnGcITu9HAK40nUFibZT5NuXEGNVG { box-sizing:content-box;height:32rem;width:65rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:13.71875rem;left:6.0546875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.12) ;display:block; }
#xVThwBZbLuEGXIZMVE1weICbDSrWbp36 { box-sizing:content-box;height:11.25rem;width:29.375rem;position:absolute;display:block;z-index:15001;background-color:#edeff2;background-image:none;top:18.177734375rem;left:10.90625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#VeN8yCAdRBMi1Py2n7V04BQBvexHLRrw { color:#262628;display:block;width:53.1875rem;position:absolute;font-family:sora;font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.8125rem;left:10.90625rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZHMA7u1zpsaXvTSlDaC1NJsDAaM0qqd1 { box-sizing:content-box;height:11.25rem;width:29.375rem;position:absolute;display:block;z-index:15002;background-color:#edeff2;background-image:none;top:31.78125rem;left:36.8046875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#RbcF1x0R3gp8kGfacy1bcbP9HbmX0dXW { box-sizing:content-box;height:11.25rem;width:29.375rem;position:absolute;display:block;z-index:15001;background-color:#edeff2;background-image:none;top:31.78125rem;left:6.0546875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;display:block; }
#BTf2eCBGnopc19TI6gbvsA2WxalmPPrd { z-index:15014;top:50.17578125rem;left:30.78125rem;background-color:#0085ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:3.24609375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Pe6834rkNbiRESTnR7tvQU6WA38xwFl0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DzUnnv4tQQfWGMmh3uCTk2KFt5AyNAIT { color:#262628;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:34.78125rem;left:18.78125rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Z0Bqv2rP6narcWRGHDwXXCTotS1Eptrl { color:#262628;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:34.78125rem;left:49.78125rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UVQ8o6noLrfyNFLhIDTvdp4g7syfpayw { color:#262628;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:20.302734375rem;left:52.4296875rem;height:7rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NuSARUqN2KcyTwnREHzAa4wRafI62tR2 { color:#262628;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:21.177734375rem;left:23.5546875rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IlZ3TVz5CSMMwTNXttQFDIhD37DIiuGn { box-sizing:content-box;height:11.25rem;width:29.375rem;position:absolute;display:block;z-index:15002;background-color:#edeff2;background-image:none;top:18.177734375rem;left:41.7421875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;display:block; }
#Uh3aXvFbciw6xT422fwWVc7g2Ms342DJ { 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:6.25rem;width:6.25rem;top:20.677734375rem;left:14.46875rem;overflow:hidden;display:block; }
#cyNCnieM8niuNO3bgVQsg2Tfp87frK3h { 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:6.25rem;width:6.25rem;top:20.677734375rem;left:44.21875rem;overflow:hidden;display:none; }
#E6967CvusLUaGtNG6NvaBwooxLET2I6Q { 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:6.25rem;width:6.25rem;top:34.28125rem;left:40.28125rem;overflow:hidden;display:block; }
#cEzXniXrLLwvoRIZSgNTcWEr1lXBJEK7 { 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:6.25rem;width:6.25rem;top:34.28125rem;left:9.84375rem;overflow:hidden;display:block; }
#IhGcItM8knqFWNDwe04Z9axp2ql5uvck { 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:6.25rem;width:6.25rem;top:20.677734375rem;left:14.46875rem;overflow:hidden;display:none; }
#hih8NlL43cSC9GBPvdU8dH316NTaKBmL { 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:6.25rem;width:6.25rem;top:20.677734375rem;left:44.21875rem;overflow:hidden;display:block; }
#BO6xwEJueaxFCq0yKRxDvq5vv96mwHRD { 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:6.25rem;width:6.25rem;top:34.28125rem;left:9.84375rem;overflow:hidden;display:none; }
#VhRo513pbZ78g63rxFzt0Myn9kGSNaT3 { 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:6.25rem;width:6.25rem;top:34.28125rem;left:40.28125rem;overflow:hidden;display:none; }
#e32MHRPeyJEdGQvW6UukXqn175CAPt4Z { position:relative;display:block; }#e32MHRPeyJEdGQvW6UukXqn175CAPt4Z { background-color: transparent; background-image: none; }#e32MHRPeyJEdGQvW6UukXqn175CAPt4Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e32MHRPeyJEdGQvW6UukXqn175CAPt4Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e32MHRPeyJEdGQvW6UukXqn175CAPt4Z > .row .container > .video-iframe-container { display: none; }#e32MHRPeyJEdGQvW6UukXqn175CAPt4Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e32MHRPeyJEdGQvW6UukXqn175CAPt4Z > .row > .video-iframe-container { display: none; }#e32MHRPeyJEdGQvW6UukXqn175CAPt4Z > .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); }#e32MHRPeyJEdGQvW6UukXqn175CAPt4Z { border-width: 0; border-radius: 0; }#e32MHRPeyJEdGQvW6UukXqn175CAPt4Z > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#e32MHRPeyJEdGQvW6UukXqn175CAPt4Z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:34rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LVpi8QKQggp4uLGnBbF0mo20odNdUOQL { color:#262628;display:block;width:75rem;position:absolute;font-family:sora;font-size:3rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:2.6875rem;left:-0.0048828125rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LsrogqqcGCboiN2cZG1ygoDusT6fGdJa { box-sizing:content-box;height:16.25rem;width:20.8125rem;position:absolute;display:block;z-index:15022;background-color:#0085ff;background-image:none;top:11.396484375rem;left:3.4365234375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#QclUJSspM356GuMXSawnDTtGwp9uWGtt { box-sizing:content-box;height:14.5rem;width:20.8125rem;position:absolute;display:block;z-index:15024;background-color:#0085ff;background-image:none;top:12.396484375rem;left:27.09375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#t1liwwgrdo69CLnKs7gqNEilBc3qWxPG { box-sizing:content-box;height:16.25rem;width:20.8125rem;position:absolute;display:block;z-index:15001;background-color:#0085ff;background-image:none;top:11.396484375rem;left:50.96875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#GzTPZCxiB6WM6sE7d0wL7be6uhmafqTl { color:#ffffff;display:block;width:16.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:19.208984375rem;left:5.5927734375rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kO960k2cpDnUqMmWBQsE1k2rkKvXhMsG { color:#262628;display:block;width:43.6875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:7.021484375rem;left:15.65625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#ryBrZmQZIB35RQ8mVn38RSk0JTWayIhB { color:#ffffff;display:block;width:18.8730625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15044;line-height:1.4;letter-spacing:0;top:19.208984375rem;left:52.9697265625rem;height:5.25rem;text-align:left;text-align-last:left;display:block; }
#m7NV4ztQTF5gHK7R4NbuTibN8gbzFRyB { color:#ffffff;display:block;width:17.3730625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15043;line-height:1.4;letter-spacing:0;top:20.083984375rem;left:28.8125rem;height:3.5rem;text-align:left;text-align-last:left;display:block; }
#yF9EOANPyrtmEPf8Pe5hoEhA6TUxLrLC { color:#ffffff;display:block;width:18.8730625rem;position:absolute;font-family:sora;font-size:2.5rem;font-weight:700;z-index:15045;line-height:1;letter-spacing:0;top:14.5rem;left:5.4375rem;height:5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Xlzq7UUuB0UrNZTnTnUBp6gOQcr5bFmX { color:#ffffff;display:block;width:18.8730625rem;position:absolute;font-family:sora;font-size:2.5rem;font-weight:700;z-index:15046;line-height:1;letter-spacing:0;top:15.1875rem;left:28.9638671875rem;height:5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#A23PLRWtZrUwKO9WwQCHbyZNwWeKblfo { color:#ffffff;display:block;width:18.8730625rem;position:absolute;font-family:sora;font-size:2.5rem;font-weight:700;z-index:15047;line-height:1;letter-spacing:0;top:14.271484375rem;left:52.9697265625rem;height:5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KHpAN2zQcexF7q1s2S1gT4lsBZBTs6L4 { position:relative;display:block; }#KHpAN2zQcexF7q1s2S1gT4lsBZBTs6L4 { background-color: transparent; background-image: none; }#KHpAN2zQcexF7q1s2S1gT4lsBZBTs6L4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHpAN2zQcexF7q1s2S1gT4lsBZBTs6L4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHpAN2zQcexF7q1s2S1gT4lsBZBTs6L4 > .row .container > .video-iframe-container { display: none; }#KHpAN2zQcexF7q1s2S1gT4lsBZBTs6L4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHpAN2zQcexF7q1s2S1gT4lsBZBTs6L4 > .row > .video-iframe-container { display: none; }#KHpAN2zQcexF7q1s2S1gT4lsBZBTs6L4 > .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); }#KHpAN2zQcexF7q1s2S1gT4lsBZBTs6L4 { border-width: 0; border-radius: 0; }#KHpAN2zQcexF7q1s2S1gT4lsBZBTs6L4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#KHpAN2zQcexF7q1s2S1gT4lsBZBTs6L4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:37.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#D5WLQT7kBsPqeTw9GFQrtASvtPZczAmc { box-sizing:content-box;height:37.875rem;width:70rem;position:absolute;display:block;z-index:15000;background-color:#b7ddff;background-image:none;top:0rem;left:2.5rem;border-top-right-radius:3.75rem;border-bottom-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-top-left-radius:3.75rem;display:block; }
#QDAdTreHgXqII6MTKM06UERlV5rZ5unL { color:#262628;display:block;width:70rem;position:absolute;font-family:sora;font-size:4rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.9375rem;left:2.5rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bVaAa5QXwCZRw87EJFqqWyfdmA8eOLd6 { color:#262628;display:block;width:43.6875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:9.771484375rem;left:16.21875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#MFaRliuwRMrNTMphBLkaXa6y3Dugdg03 { box-sizing:content-box;height:2.5rem;width:30.3125rem;position:absolute;display:block;z-index:15024;background-color:#fdfdfd;background-image:none;top:14.6875rem;left:10.59375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#A4qrhOx105S5tMGy0gG4TPZZzaJJ4dSA { color:#262628;display:block;width:30.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15048;line-height:1;letter-spacing:0;top:15.4375rem;left:10.59375rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EpNUQVK12SS2EWdKfMl2iEA93u3blhSv { box-sizing:content-box;height:2.5rem;width:22rem;position:absolute;display:block;z-index:15025;background-color:#fdfdfd;background-image:none;top:14.6875rem;left:42.46875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#aWILTSzvbyPoaOTefUGmyOcKgXxqTPqW { color:#262628;display:block;width:22rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15049;line-height:1;letter-spacing:0;top:15.4375rem;left:42.46875rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VZaStVHFa5NkwKdEfWFtcN5O9gqgJmkI { box-sizing:content-box;height:2.5rem;width:20.625rem;position:absolute;display:block;z-index:15025;background-color:#fdfdfd;background-image:none;top:18.75rem;left:13.34375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#b6vWh0tlN2tkIDgeO7a36iLMDSrEKUSU { box-sizing:content-box;height:2.5rem;width:15.3125rem;position:absolute;display:block;z-index:15026;background-color:#fdfdfd;background-image:none;top:22.8125rem;left:22.90625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#kuqvFTzhr65dvkAWtbJ6Mbk7GEcAuGqV { z-index:15067;top:30.1259765625rem;left:31.34375rem;background-color:#0085ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#fdfdfd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:13.4375rem;height:3.24805rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#n0wTV4D8VUzniUNErpfHk1kf5Z7ot7to { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ysPQ8KPH6tetfBD1qfMtx8A9S3hC0irH { box-sizing:content-box;height:2.5rem;width:10.25rem;position:absolute;display:block;z-index:15026;background-color:#fdfdfd;background-image:none;top:18.75rem;left:35.59375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#lVOFvZcepSLvLvs1TCaasyH1F56NdnCd { box-sizing:content-box;height:2.5rem;width:14.125rem;position:absolute;display:block;z-index:15027;background-color:#fdfdfd;background-image:none;top:18.75rem;left:47.53125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#OMX4eLU4sbuopiINc253MFNZvx5EZC5a { box-sizing:content-box;height:2.5rem;width:10.875rem;position:absolute;display:block;z-index:15027;background-color:#fdfdfd;background-image:none;top:22.8125rem;left:39.78125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#HwpZZWmebVftr5ZuBdkSDXgTE34evUSz { color:#262628;display:block;width:20.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15049;line-height:1;letter-spacing:0;top:19.5rem;left:13.34375rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sgfPTfB3xBQsZkZJSFF0SplyP7NkPPP0 { color:#262628;display:block;width:10.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15050;line-height:1;letter-spacing:0;top:19.5rem;left:35.59375rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JgBfmO2lusqloCtKbkX82yZZ1Vo65yri { color:#262628;display:block;width:14.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15051;line-height:1;letter-spacing:0;top:19.5rem;left:47.53125rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KT0Oy9WHNUBJ9m3ZwPxDe8bFNoCMNFR6 { color:#262628;display:block;width:15.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15052;line-height:1;letter-spacing:0;top:23.5625rem;left:22.875rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Rs7fX93QIKOSqIUt0dAunfaPpBbom9TW { color:#262628;display:block;width:10.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15053;line-height:1;letter-spacing:0;top:23.5625rem;left:39.78125rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rMgX6fld0e1dvonGus94V9pn0oxhRZId { position:relative;display:block; }#rMgX6fld0e1dvonGus94V9pn0oxhRZId { background-color: transparent; background-image: none; }#rMgX6fld0e1dvonGus94V9pn0oxhRZId::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMgX6fld0e1dvonGus94V9pn0oxhRZId > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMgX6fld0e1dvonGus94V9pn0oxhRZId > .row .container > .video-iframe-container { display: none; }#rMgX6fld0e1dvonGus94V9pn0oxhRZId > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rMgX6fld0e1dvonGus94V9pn0oxhRZId > .row > .video-iframe-container { display: none; }#rMgX6fld0e1dvonGus94V9pn0oxhRZId > .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); }#rMgX6fld0e1dvonGus94V9pn0oxhRZId { border-width: 0; border-radius: 0; }#rMgX6fld0e1dvonGus94V9pn0oxhRZId > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rMgX6fld0e1dvonGus94V9pn0oxhRZId > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TGg4yXaJsPFgCVfRZoMAE9D3FrK2Xwdl { position:absolute;display:block;z-index:15036;height:30.5rem;width:74.9375rem;top:13.25rem;left:0rem;display:block; }
#u0yNydrSJyd0mfcmQktrrtvLrrzXE6Fx { color:#000000;display:block;width:53.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:7.5rem;left:10.8125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#vsRMC8M0EziqVxwzvnhXCt5gTytPf6aB { color:#262628;display:block;width:50.4296875rem;position:absolute;font-family:sora;font-size:3rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:2.875rem;left:12.28515625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wZbkfQoF9hNU3XMnrrKFTa83KOddV4qO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wZbkfQoF9hNU3XMnrrKFTa83KOddV4qO > .row .container { background-color: transparent; background-image: none; }#wZbkfQoF9hNU3XMnrrKFTa83KOddV4qO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZbkfQoF9hNU3XMnrrKFTa83KOddV4qO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZbkfQoF9hNU3XMnrrKFTa83KOddV4qO > .row .container > .video-iframe-container { display: none; }#wZbkfQoF9hNU3XMnrrKFTa83KOddV4qO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wZbkfQoF9hNU3XMnrrKFTa83KOddV4qO > .row > .video-iframe-container { display: none; }#wZbkfQoF9hNU3XMnrrKFTa83KOddV4qO > .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); }#wZbkfQoF9hNU3XMnrrKFTa83KOddV4qO > .row .container { border-width: 0; border-radius: 0; }#wZbkfQoF9hNU3XMnrrKFTa83KOddV4qO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wZbkfQoF9hNU3XMnrrKFTa83KOddV4qO > .row .container { font-size:0.875rem;font-family:arial;height:19.5rem;width:75rem;position:relative;display:block; }#DLd2vVqJ4t4QxWBrauOcPqp5auLQ9xyA { z-index:15066;top:16.2509765625rem;left:30.78125rem;background-color:#0085ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#fdfdfd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:3.24805rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#koWIqET1dgXrHVndpTAHKoNTlCzW7Khd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m1LWgaGXACNBWT16PDSZ9EH7ZIDhxqPy { position:absolute;display:block;z-index:15037;background-color:#0085ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:13.75rem;width:75rem;top:0rem;left:0rem;display:block; }
#FK83BxfM3fERqtem6p58Rbp6fg6J92W1 { color:rgba(253,253,253,0.6);display:block;width:36.9375rem;position:absolute;font-family:sora;font-size:5.875rem;font-weight:700;z-index:15065;line-height:1;letter-spacing:0;top:0.6875rem;left:19.03125rem;height:5.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XNJFeCUEfThUxfBNDLlUkg6N9Nygc0qk { color:#ffffff;display:block;width:43.125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15040;line-height:1.4;letter-spacing:0;top:7.5rem;left:15.9375rem;height:3.5rem;text-align:center;text-align-last:center;display:block; }
#BZkivlHP8IqyrK3ZF1lzIQRo6o9N5bIx { position:relative;display:block; }#BZkivlHP8IqyrK3ZF1lzIQRo6o9N5bIx { background-color: transparent; background-image: none; }#BZkivlHP8IqyrK3ZF1lzIQRo6o9N5bIx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZkivlHP8IqyrK3ZF1lzIQRo6o9N5bIx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZkivlHP8IqyrK3ZF1lzIQRo6o9N5bIx > .row .container > .video-iframe-container { display: none; }#BZkivlHP8IqyrK3ZF1lzIQRo6o9N5bIx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZkivlHP8IqyrK3ZF1lzIQRo6o9N5bIx > .row > .video-iframe-container { display: none; }#BZkivlHP8IqyrK3ZF1lzIQRo6o9N5bIx > .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); }#BZkivlHP8IqyrK3ZF1lzIQRo6o9N5bIx { border-width: 0; border-radius: 0; }#BZkivlHP8IqyrK3ZF1lzIQRo6o9N5bIx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BZkivlHP8IqyrK3ZF1lzIQRo6o9N5bIx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:44.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #5d92ff; }
#b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ .accordion-heading-text { display:block;position:relative;width:100%;font-family:montserrat;font-weight:700;font-size:1.25rem;line-height:1.4;overflow:hidden;height:auto;color:#262628; }
#b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:montserrat;color:#262628; }
#b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ .accordion-trigger.adaptive-delivery-prevent-bg, #b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ .accordion-trigger.lazyload, #b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ .accordion-trigger.lazyloading { background-image: none; }
#b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ { box-sizing:content-box;height:auto;width:65rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:9.4791727066037rem;left:3.75rem; }
#b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #nfWVRMmQ0LtCyuQTySFdXtGTSlDH3WI6 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #I4Jm50s8tPCSKVGXWMxmU9aLGfdcXuMV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #b2N3GMSOzQCHTCNO0GOSANkEXAQiu5Cx { display:block;position:relative; }
#b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #soyRSRQD2ciDTWleLWrGKkp5Olb2S1pU {  }
#b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #JRtA3PzFabB6rLXOqKHMaPXIC5SusiVJ {  }
#b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #zD75B55sUmx3CD0y06LcGoa6qeWcT0zK { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #vciMEwitWDZGPhU6CdVT2wTEXqtTflVi { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #TpBCOZIVqTuXtviFMFNTRHn8PBW67fNi { display:block;position:relative; }
#b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #Vt6Bk5AABSB9JDdQ4tRvPNa0Ji0K6czR {  }
#b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #ogSZz6cssvth55K3v0kf68DHIkrbe2gq { display:none; }
#b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #XhpVJiZXGExQupQGOmDTvqqGQHExnvcr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #k0xfeMDgmQtRJPtoOWprMUTQk0Cha8iV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #qe1PHkutiUXx1hbVn05kZ6TVP4xrdI92 { display:block;position:relative; }
#b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #ASpGZeADbsVRsifWf83ntxqq4sxRoKcw {  }
#b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #rkEUMUkgHIApxaPa5U2s47B0vruUwJFd { display:none; }
#b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #BmitxItolGuzQnKckU1mBNvxFx3ieD8W { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #sJtFvtTgU6VbdzJBE9UTO7F6KK5c2Qax { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #WS0375PcgX7JMq9l00DrXeqcGGPxGKNP { display:block;position:relative; }
#b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #s5tz8mbpffWd2PlDTZRcxoFQGtk1l2Vp {  }
#b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #V4NeTl8LzP6dz78Aus71sJN4QLRoFn9u { display:none; }
#b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #aQhUN6PWH3ol3u3f8h8Vz6xxrMBo9ecD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #TkDFTTGNMlB590K3LIOC92oJ649RR7mh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #Bp1VdWvueoEc6OayBhKPntdaypQJJLJD { display:block;position:relative; }
#b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #ksWWzoKRxHt096GJMhSNXkXHRsCS2par {  }
#b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #dpQJVoeT5nJ57D7z6awiwGA3nor6szyb { display:none; }
#b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #pLqfPpCZ4hgQTTTnp0seWJbVTwTuWTAf { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #Lq72Rh8m9KWoipWqPETOexU0frBF9tvh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #ryCb4eUKcrqPV7ici5ViEgLSMMEgf4au { display:block;position:relative; }
#b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #VELQKTXkq6bPTJp5INNcmMsDDeRFUgrA {  }
#b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #d8FvZ6TVSIpR2d0wNQsU8K7qtF8Mi588 { display:none; }
#ndonBrkTGgfiLArzOGOfmsCMrHBPuENI { color:#262628;display:block;width:34rem;position:absolute;font-family:sora;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:4.6796875rem;left:20.5rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nQWhRoNuwb1D4S3Qm3zCi8gQJ2dZEkvs { position:relative;display:block; }#nQWhRoNuwb1D4S3Qm3zCi8gQJ2dZEkvs { background-color: transparent; background-image: none; }#nQWhRoNuwb1D4S3Qm3zCi8gQJ2dZEkvs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQWhRoNuwb1D4S3Qm3zCi8gQJ2dZEkvs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQWhRoNuwb1D4S3Qm3zCi8gQJ2dZEkvs > .row .container > .video-iframe-container { display: none; }#nQWhRoNuwb1D4S3Qm3zCi8gQJ2dZEkvs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQWhRoNuwb1D4S3Qm3zCi8gQJ2dZEkvs > .row > .video-iframe-container { display: none; }#nQWhRoNuwb1D4S3Qm3zCi8gQJ2dZEkvs > .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); }#nQWhRoNuwb1D4S3Qm3zCi8gQJ2dZEkvs { border-width: 0; border-radius: 0; }#nQWhRoNuwb1D4S3Qm3zCi8gQJ2dZEkvs > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nQWhRoNuwb1D4S3Qm3zCi8gQJ2dZEkvs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NPUmBcRFrpVgcgQIxvAB7DQbKGmosyTf { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5773124694824rem;left:1.7496747970581rem;height:1.05590625rem;font-style:normal;display:block; }
#NfbIrzUzZ4JHTeRCMzRdyD1ChRnXsU4J { color:#000000;display:block;width:56rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5746612548828rem;left:17.248262405396rem;height:2.111325rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #c4Ql1UlBnRm1VV5M0PqPq9Az67NBEIU3 { display:block; }#c4Ql1UlBnRm1VV5M0PqPq9Az67NBEIU3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fm6vIBJCneyDsaCtTsEnCCvmDuVZC22l { width:9.125rem;height:2.5625rem;top:1rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y56KdV0GeCNvmRvtFs3nXkXVGDbL4z9B { display:block; }
 }@media only screen and (max-width: 763px) { #WqHRovkObWTLsGfSbGVwXa7J8dFAcUQe { top:0.25rem;left:0rem;width:16.125rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0uzE6LI84BotwCSEnk9hnJWoUlwECwy { width:18.75rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JW0L8XSRhT1oHgrzTWB4GhF5tfxZzHhK { display:block; }#JW0L8XSRhT1oHgrzTWB4GhF5tfxZzHhK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UU2bi0ZpAa3qNKxTZONXrdJ41uumwVah { display:block; }#UU2bi0ZpAa3qNKxTZONXrdJ41uumwVah > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FqWyp5cWuTeWvhUlBAXcFPFugTlwTB7g { top:6.875rem;left:10.9375rem;width:36.8125rem;height:7.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJyDDZd1rVss1v0QWvMgNH4vcXKOxarh { top:14.6875rem;left:10.9375rem;width:36.8125rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTEDFH7wmIx2TEwCwLLmEabkMwXIkpHB { top:0rem;left:0rem;width:31.9375rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksE8q5N4KvXNZfNNtJAQXv4lseLGZrEK { display:block; }#ksE8q5N4KvXNZfNNtJAQXv4lseLGZrEK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQWRnGcITu9HAK40nUFibZT5NuXEGNVG { top:13.6875rem;left:0rem;width:47.75rem;height:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVThwBZbLuEGXIZMVE1weICbDSrWbp36 { top:18.125rem;left:0rem;width:29.375rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeN8yCAdRBMi1Py2n7V04BQBvexHLRrw { top:3.8125rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHMA7u1zpsaXvTSlDaC1NJsDAaM0qqd1 { top:31.75rem;left:18.375rem;width:29.375rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbcF1x0R3gp8kGfacy1bcbP9HbmX0dXW { top:31.75rem;left:0rem;width:29.375rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTf2eCBGnopc19TI6gbvsA2WxalmPPrd { top:50.125rem;left:17.15625rem;width:13.4375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pe6834rkNbiRESTnR7tvQU6WA38xwFl0 { display:block; }
 }@media only screen and (max-width: 763px) { #DzUnnv4tQQfWGMmh3uCTk2KFt5AyNAIT { top:34.75rem;left:5.15625rem;width:14.375rem;height:5.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0Bqv2rP6narcWRGHDwXXCTotS1Eptrl { top:34.75rem;left:33.375rem;width:14.375rem;height:5.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVQ8o6noLrfyNFLhIDTvdp4g7syfpayw { top:20.25rem;left:33.375rem;width:14.375rem;height:7rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuSARUqN2KcyTwnREHzAa4wRafI62tR2 { top:21.125rem;left:9.9296875rem;width:14.375rem;height:5.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlZ3TVz5CSMMwTNXttQFDIhD37DIiuGn { top:18.125rem;left:18.375rem;width:29.375rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uh3aXvFbciw6xT422fwWVc7g2Ms342DJ { top:20.625rem;left:0.84375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyNCnieM8niuNO3bgVQsg2Tfp87frK3h { top:20.625rem;left:30.59375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6967CvusLUaGtNG6NvaBwooxLET2I6Q { top:34.25rem;left:26.65625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEzXniXrLLwvoRIZSgNTcWEr1lXBJEK7 { top:34.25rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhGcItM8knqFWNDwe04Z9axp2ql5uvck { top:20.625rem;left:0.84375rem;width:6.25rem;height:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hih8NlL43cSC9GBPvdU8dH316NTaKBmL { top:20.625rem;left:30.59375rem;width:6.25rem;height:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #BO6xwEJueaxFCq0yKRxDvq5vv96mwHRD { top:34.25rem;left:0rem;width:6.25rem;height:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VhRo513pbZ78g63rxFzt0Myn9kGSNaT3 { top:34.25rem;left:26.65625rem;width:6.25rem;height:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #e32MHRPeyJEdGQvW6UukXqn175CAPt4Z { display:block; }#e32MHRPeyJEdGQvW6UukXqn175CAPt4Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LVpi8QKQggp4uLGnBbF0mo20odNdUOQL { top:2.6875rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsrogqqcGCboiN2cZG1ygoDusT6fGdJa { top:11.375rem;left:0rem;width:20.8125rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QclUJSspM356GuMXSawnDTtGwp9uWGtt { top:12.375rem;left:13.46875rem;width:20.8125rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1liwwgrdo69CLnKs7gqNEilBc3qWxPG { top:11.375rem;left:26.9375rem;width:20.8125rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzTPZCxiB6WM6sE7d0wL7be6uhmafqTl { top:19.1875rem;left:0rem;width:16.5rem;height:5.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kO960k2cpDnUqMmWBQsE1k2rkKvXhMsG { top:7rem;left:2.03125rem;width:43.6875rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryBrZmQZIB35RQ8mVn38RSk0JTWayIhB { top:19.1875rem;left:28.9375rem;width:18.8125rem;height:5.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7NV4ztQTF5gHK7R4NbuTibN8gbzFRyB { top:20.0625rem;left:15.1875rem;width:17.3125rem;height:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yF9EOANPyrtmEPf8Pe5hoEhA6TUxLrLC { top:14.5rem;left:0rem;width:18.8125rem;height:5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xlzq7UUuB0UrNZTnTnUBp6gOQcr5bFmX { top:15.1875rem;left:15.3388671875rem;width:18.8125rem;height:5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A23PLRWtZrUwKO9WwQCHbyZNwWeKblfo { top:14.25rem;left:28.9375rem;width:18.8125rem;height:5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHpAN2zQcexF7q1s2S1gT4lsBZBTs6L4 { display:block; }#KHpAN2zQcexF7q1s2S1gT4lsBZBTs6L4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D5WLQT7kBsPqeTw9GFQrtASvtPZczAmc { top:0rem;left:0rem;width:47.75rem;height:37.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDAdTreHgXqII6MTKM06UERlV5rZ5unL { top:3.9375rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVaAa5QXwCZRw87EJFqqWyfdmA8eOLd6 { top:9.75rem;left:2.59375rem;width:43.6875rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFaRliuwRMrNTMphBLkaXa6y3Dugdg03 { top:14.6875rem;left:0rem;width:30.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4qrhOx105S5tMGy0gG4TPZZzaJJ4dSA { top:15.4375rem;left:0rem;width:30.3125rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpNUQVK12SS2EWdKfMl2iEA93u3blhSv { top:14.6875rem;left:25.75rem;width:22rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWILTSzvbyPoaOTefUGmyOcKgXxqTPqW { top:15.4375rem;left:25.75rem;width:22rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZaStVHFa5NkwKdEfWFtcN5O9gqgJmkI { top:18.75rem;left:0rem;width:20.625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6vWh0tlN2tkIDgeO7a36iLMDSrEKUSU { top:22.8125rem;left:9.3125rem;width:15.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuqvFTzhr65dvkAWtbJ6Mbk7GEcAuGqV { top:30.125rem;left:17.71875rem;width:13.4375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0wTV4D8VUzniUNErpfHk1kf5Z7ot7to { display:block; }
 }@media only screen and (max-width: 763px) { #ysPQ8KPH6tetfBD1qfMtx8A9S3hC0irH { top:18.75rem;left:21.96875rem;width:10.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVOFvZcepSLvLvs1TCaasyH1F56NdnCd { top:18.75rem;left:33.625rem;width:14.125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMX4eLU4sbuopiINc253MFNZvx5EZC5a { top:22.8125rem;left:26.15625rem;width:10.875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwpZZWmebVftr5ZuBdkSDXgTE34evUSz { top:19.5rem;left:0rem;width:20.625rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgfPTfB3xBQsZkZJSFF0SplyP7NkPPP0 { top:19.5rem;left:21.96875rem;width:10.25rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgBfmO2lusqloCtKbkX82yZZ1Vo65yri { top:19.5rem;left:33.625rem;width:14.125rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT0Oy9WHNUBJ9m3ZwPxDe8bFNoCMNFR6 { top:23.5625rem;left:9.25rem;width:15.375rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs7fX93QIKOSqIUt0dAunfaPpBbom9TW { top:23.5625rem;left:26.15625rem;width:10.875rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMgX6fld0e1dvonGus94V9pn0oxhRZId { display:none; }#rMgX6fld0e1dvonGus94V9pn0oxhRZId > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TGg4yXaJsPFgCVfRZoMAE9D3FrK2Xwdl { top:13.25rem;left:0rem;width:47.75rem;height:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0yNydrSJyd0mfcmQktrrtvLrrzXE6Fx { top:7.5rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsRMC8M0EziqVxwzvnhXCt5gTytPf6aB { top:2.875rem;left:0rem;width:47.75rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZbkfQoF9hNU3XMnrrKFTa83KOddV4qO { display:block; }#wZbkfQoF9hNU3XMnrrKFTa83KOddV4qO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DLd2vVqJ4t4QxWBrauOcPqp5auLQ9xyA { top:16.25rem;left:17.15625rem;width:13.4375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #koWIqET1dgXrHVndpTAHKoNTlCzW7Khd { display:block; }
 }@media only screen and (max-width: 763px) { #m1LWgaGXACNBWT16PDSZ9EH7ZIDhxqPy { top:0rem;left:0rem;width:47.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FK83BxfM3fERqtem6p58Rbp6fg6J92W1 { top:0.6875rem;left:5.40625rem;width:36.9375rem;height:5.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNJFeCUEfThUxfBNDLlUkg6N9Nygc0qk { top:7.5rem;left:2.3125rem;width:43.125rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZkivlHP8IqyrK3ZF1lzIQRo6o9N5bIx { display:block; }#BZkivlHP8IqyrK3ZF1lzIQRo6o9N5bIx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ { display:flex;height:auto;width:45.25rem;top:13.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #nfWVRMmQ0LtCyuQTySFdXtGTSlDH3WI6 {  }
 }@media only screen and (max-width: 763px) { #b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #I4Jm50s8tPCSKVGXWMxmU9aLGfdcXuMV {  }
 }@media only screen and (max-width: 763px) { #b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #b2N3GMSOzQCHTCNO0GOSANkEXAQiu5Cx {  }
 }@media only screen and (max-width: 763px) { #b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #soyRSRQD2ciDTWleLWrGKkp5Olb2S1pU {  }
 }@media only screen and (max-width: 763px) { #b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #JRtA3PzFabB6rLXOqKHMaPXIC5SusiVJ {  }
 }@media only screen and (max-width: 763px) { #b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #zD75B55sUmx3CD0y06LcGoa6qeWcT0zK {  }
 }@media only screen and (max-width: 763px) { #b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #vciMEwitWDZGPhU6CdVT2wTEXqtTflVi {  }
 }@media only screen and (max-width: 763px) { #b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #TpBCOZIVqTuXtviFMFNTRHn8PBW67fNi {  }
 }@media only screen and (max-width: 763px) { #b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #Vt6Bk5AABSB9JDdQ4tRvPNa0Ji0K6czR {  }
 }@media only screen and (max-width: 763px) { #b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #ogSZz6cssvth55K3v0kf68DHIkrbe2gq {  }
 }@media only screen and (max-width: 763px) { #b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #XhpVJiZXGExQupQGOmDTvqqGQHExnvcr {  }
 }@media only screen and (max-width: 763px) { #b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #k0xfeMDgmQtRJPtoOWprMUTQk0Cha8iV {  }
 }@media only screen and (max-width: 763px) { #b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #qe1PHkutiUXx1hbVn05kZ6TVP4xrdI92 {  }
 }@media only screen and (max-width: 763px) { #b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #ASpGZeADbsVRsifWf83ntxqq4sxRoKcw {  }
 }@media only screen and (max-width: 763px) { #b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #rkEUMUkgHIApxaPa5U2s47B0vruUwJFd {  }
 }@media only screen and (max-width: 763px) { #b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #BmitxItolGuzQnKckU1mBNvxFx3ieD8W {  }
 }@media only screen and (max-width: 763px) { #b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #sJtFvtTgU6VbdzJBE9UTO7F6KK5c2Qax {  }
 }@media only screen and (max-width: 763px) { #b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #WS0375PcgX7JMq9l00DrXeqcGGPxGKNP {  }
 }@media only screen and (max-width: 763px) { #b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #s5tz8mbpffWd2PlDTZRcxoFQGtk1l2Vp {  }
 }@media only screen and (max-width: 763px) { #b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #V4NeTl8LzP6dz78Aus71sJN4QLRoFn9u {  }
 }@media only screen and (max-width: 763px) { #b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #aQhUN6PWH3ol3u3f8h8Vz6xxrMBo9ecD {  }
 }@media only screen and (max-width: 763px) { #b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #TkDFTTGNMlB590K3LIOC92oJ649RR7mh {  }
 }@media only screen and (max-width: 763px) { #b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #Bp1VdWvueoEc6OayBhKPntdaypQJJLJD {  }
 }@media only screen and (max-width: 763px) { #b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #ksWWzoKRxHt096GJMhSNXkXHRsCS2par {  }
 }@media only screen and (max-width: 763px) { #b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #dpQJVoeT5nJ57D7z6awiwGA3nor6szyb {  }
 }@media only screen and (max-width: 763px) { #b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #pLqfPpCZ4hgQTTTnp0seWJbVTwTuWTAf {  }
 }@media only screen and (max-width: 763px) { #b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #Lq72Rh8m9KWoipWqPETOexU0frBF9tvh {  }
 }@media only screen and (max-width: 763px) { #b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #ryCb4eUKcrqPV7ici5ViEgLSMMEgf4au {  }
 }@media only screen and (max-width: 763px) { #b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #VELQKTXkq6bPTJp5INNcmMsDDeRFUgrA {  }
 }@media only screen and (max-width: 763px) { #b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #d8FvZ6TVSIpR2d0wNQsU8K7qtF8Mi588 {  }
 }@media only screen and (max-width: 763px) { #ndonBrkTGgfiLArzOGOfmsCMrHBPuENI { top:4.625rem;left:6.875rem;width:34rem;height:2.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQWhRoNuwb1D4S3Qm3zCi8gQJ2dZEkvs { display:block; }#nQWhRoNuwb1D4S3Qm3zCi8gQJ2dZEkvs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NPUmBcRFrpVgcgQIxvAB7DQbKGmosyTf { top:2.5625rem;left:0rem;width:12.5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfbIrzUzZ4JHTeRCMzRdyD1ChRnXsU4J { top:2.5625rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #c4Ql1UlBnRm1VV5M0PqPq9Az67NBEIU3 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#c4Ql1UlBnRm1VV5M0PqPq9Az67NBEIU3 > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fm6vIBJCneyDsaCtTsEnCCvmDuVZC22l { width:7.5rem;height:2.5rem;top:1rem;left:10.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y56KdV0GeCNvmRvtFs3nXkXVGDbL4z9B { display:block; }
 }@media only screen and (max-width: 763px) { #WqHRovkObWTLsGfSbGVwXa7J8dFAcUQe { width:16.125rem;height:3.9375rem;top:5.857425rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #f0uzE6LI84BotwCSEnk9hnJWoUlwECwy { top:1rem;left:1.75rem;width:2.5rem;height:2.5rem;z-index:15019;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JW0L8XSRhT1oHgrzTWB4GhF5tfxZzHhK { background-color:#ffffff;background-image:none;display:block; }#JW0L8XSRhT1oHgrzTWB4GhF5tfxZzHhK > .row .container { background-color: transparent; background-image: none; }#JW0L8XSRhT1oHgrzTWB4GhF5tfxZzHhK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JW0L8XSRhT1oHgrzTWB4GhF5tfxZzHhK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JW0L8XSRhT1oHgrzTWB4GhF5tfxZzHhK > .row .container > .video-iframe-container { display: none; }#JW0L8XSRhT1oHgrzTWB4GhF5tfxZzHhK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JW0L8XSRhT1oHgrzTWB4GhF5tfxZzHhK > .row > .video-iframe-container { display: none; }#JW0L8XSRhT1oHgrzTWB4GhF5tfxZzHhK > .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); }#JW0L8XSRhT1oHgrzTWB4GhF5tfxZzHhK > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UU2bi0ZpAa3qNKxTZONXrdJ41uumwVah { display:block; }#UU2bi0ZpAa3qNKxTZONXrdJ41uumwVah > .row .container { width:20rem;height:26.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FqWyp5cWuTeWvhUlBAXcFPFugTlwTB7g { width:15.625rem;height:9rem;top:1.5087890625rem;left:1.625rem;font-size:2.5rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #EJyDDZd1rVss1v0QWvMgNH4vcXKOxarh { width:15.625rem;height:1.6875rem;top:11.3203125rem;left:1.625rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #fTEDFH7wmIx2TEwCwLLmEabkMwXIkpHB { width:15.6875rem;height:13.25rem;top:13.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksE8q5N4KvXNZfNNtJAQXv4lseLGZrEK { display:block; }#ksE8q5N4KvXNZfNNtJAQXv4lseLGZrEK { background-color: transparent; background-image: none; }#ksE8q5N4KvXNZfNNtJAQXv4lseLGZrEK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ksE8q5N4KvXNZfNNtJAQXv4lseLGZrEK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ksE8q5N4KvXNZfNNtJAQXv4lseLGZrEK > .row .container > .video-iframe-container { display: none; }#ksE8q5N4KvXNZfNNtJAQXv4lseLGZrEK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ksE8q5N4KvXNZfNNtJAQXv4lseLGZrEK > .row > .video-iframe-container { display: none; }#ksE8q5N4KvXNZfNNtJAQXv4lseLGZrEK > .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); }#ksE8q5N4KvXNZfNNtJAQXv4lseLGZrEK { border-width: 0; border-radius: 0; }#ksE8q5N4KvXNZfNNtJAQXv4lseLGZrEK > .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; }#ksE8q5N4KvXNZfNNtJAQXv4lseLGZrEK > .row .container { width:20rem;height:77.5rem;background-color:#fafafa;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;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQWRnGcITu9HAK40nUFibZT5NuXEGNVG { width:17.5rem;height:56.25rem;top:13.375rem;left:1.2500000596046rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #xVThwBZbLuEGXIZMVE1weICbDSrWbp36 { width:16.25rem;height:12.875rem;top:14.375rem;left:1.875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #VeN8yCAdRBMi1Py2n7V04BQBvexHLRrw { width:15.25rem;height:9.09765rem;top:2.0625rem;left:2.375rem;font-size:1.75rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZHMA7u1zpsaXvTSlDaC1NJsDAaM0qqd1 { width:16.25rem;height:12.875rem;top:41.875rem;left:1.8750000596046rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #RbcF1x0R3gp8kGfacy1bcbP9HbmX0dXW { width:16.25rem;height:12.875rem;top:28.125rem;left:1.8750000596046rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTf2eCBGnopc19TI6gbvsA2WxalmPPrd { top:72.5rem;left:4.6562500596046rem;width:10.6875rem;height:3.25rem;font-size:1.25rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Pe6834rkNbiRESTnR7tvQU6WA38xwFl0 { display:block; }
 }@media only screen and (max-width: 763px) { #DzUnnv4tQQfWGMmh3uCTk2KFt5AyNAIT { width:13.75rem;height:4.72265625rem;top:48.75rem;left:3.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z0Bqv2rP6narcWRGHDwXXCTotS1Eptrl { width:14.125rem;height:4.72265625rem;top:62.5rem;left:3.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UVQ8o6noLrfyNFLhIDTvdp4g7syfpayw { width:14.5625rem;height:6.296875rem;top:34.0625rem;left:3.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NuSARUqN2KcyTwnREHzAa4wRafI62tR2 { width:12.1875rem;height:4.72265625rem;top:21.25rem;left:3.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IlZ3TVz5CSMMwTNXttQFDIhD37DIiuGn { width:16.25rem;height:12.875rem;top:55.625rem;left:1.8750000596046rem;z-index:14998;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uh3aXvFbciw6xT422fwWVc7g2Ms342DJ { width:6.25rem;height:6.25rem;top:82.4375rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cyNCnieM8niuNO3bgVQsg2Tfp87frK3h { width:3.75rem;height:3.75rem;top:30rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6967CvusLUaGtNG6NvaBwooxLET2I6Q { width:6.25rem;height:6.25rem;top:104.9375rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cEzXniXrLLwvoRIZSgNTcWEr1lXBJEK7 { width:6.25rem;height:6.25rem;top:97.4375rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IhGcItM8knqFWNDwe04Z9axp2ql5uvck { width:3.75rem;height:3.75rem;top:16.25rem;left:8.125rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #hih8NlL43cSC9GBPvdU8dH316NTaKBmL { width:6.25rem;height:6.25rem;top:90.5625rem;left:7.5rem;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #BO6xwEJueaxFCq0yKRxDvq5vv96mwHRD { width:3.75rem;height:3.75rem;top:43.75rem;left:8.125rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #VhRo513pbZ78g63rxFzt0Myn9kGSNaT3 { width:3.75rem;height:3.75rem;top:57.5rem;left:8.125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #e32MHRPeyJEdGQvW6UukXqn175CAPt4Z { display:block; }#e32MHRPeyJEdGQvW6UukXqn175CAPt4Z > .row .container { width:20rem;height:67.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LVpi8QKQggp4uLGnBbF0mo20odNdUOQL { width:16.8125rem;height:12rem;top:1.625rem;left:1.5937500596046rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LsrogqqcGCboiN2cZG1ygoDusT6fGdJa { width:16.25rem;height:14.0625rem;top:18.75rem;left:1.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #QclUJSspM356GuMXSawnDTtGwp9uWGtt { width:16.25rem;height:14.0625rem;top:34.625rem;left:1.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1liwwgrdo69CLnKs7gqNEilBc3qWxPG { width:16.25rem;height:14.0625rem;top:50.5rem;left:1.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzTPZCxiB6WM6sE7d0wL7be6uhmafqTl { width:14.6875rem;height:4.72265625rem;top:41.982421875rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kO960k2cpDnUqMmWBQsE1k2rkKvXhMsG { width:16.9375rem;height:2.923825rem;top:14.25rem;left:1.7812500596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ryBrZmQZIB35RQ8mVn38RSk0JTWayIhB { width:14.5rem;height:4.72265625rem;top:26.375rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7NV4ztQTF5gHK7R4NbuTibN8gbzFRyB { width:14.3125rem;height:3.1484375rem;top:58.6875rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yF9EOANPyrtmEPf8Pe5hoEhA6TUxLrLC { width:10.375rem;height:4rem;top:37.125rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xlzq7UUuB0UrNZTnTnUBp6gOQcr5bFmX { width:12.3125rem;height:4rem;top:53.3125rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #A23PLRWtZrUwKO9WwQCHbyZNwWeKblfo { width:12rem;height:4rem;top:21.3125rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHpAN2zQcexF7q1s2S1gT4lsBZBTs6L4 { display:block; }#KHpAN2zQcexF7q1s2S1gT4lsBZBTs6L4 > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D5WLQT7kBsPqeTw9GFQrtASvtPZczAmc { width:20rem;height:41.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDAdTreHgXqII6MTKM06UERlV5rZ5unL { width:17.6875rem;height:5.19921875rem;top:3.1875rem;left:1.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVaAa5QXwCZRw87EJFqqWyfdmA8eOLd6 { width:15.5625rem;height:2.923825rem;top:9.75rem;left:2.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MFaRliuwRMrNTMphBLkaXa6y3Dugdg03 { width:15.0625rem;height:3.75rem;top:18.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4qrhOx105S5tMGy0gG4TPZZzaJJ4dSA { width:16.8125rem;height:2rem;top:15.25rem;left:1.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpNUQVK12SS2EWdKfMl2iEA93u3blhSv { width:18.3125rem;height:3.75rem;top:14.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWILTSzvbyPoaOTefUGmyOcKgXxqTPqW { width:13.0625rem;height:2rem;top:19.625rem;left:3.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZaStVHFa5NkwKdEfWFtcN5O9gqgJmkI { width:10.875rem;height:2.5rem;top:26.25rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6vWh0tlN2tkIDgeO7a36iLMDSrEKUSU { width:15.3125rem;height:2.5rem;top:23.125rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuqvFTzhr65dvkAWtbJ6Mbk7GEcAuGqV { top:31.3759765625rem;left:6.5625rem;width:13.4375rem;height:3.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #n0wTV4D8VUzniUNErpfHk1kf5Z7ot7to { display:block; }
 }@media only screen and (max-width: 763px) { #ysPQ8KPH6tetfBD1qfMtx8A9S3hC0irH { width:14.75rem;height:2.5rem;top:33.6875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVOFvZcepSLvLvs1TCaasyH1F56NdnCd { width:14.125rem;height:2.5rem;top:36.875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMX4eLU4sbuopiINc253MFNZvx5EZC5a { width:12.3125rem;height:3.75rem;top:29.375rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwpZZWmebVftr5ZuBdkSDXgTE34evUSz { width:9.875rem;height:2rem;top:30.25rem;left:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgfPTfB3xBQsZkZJSFF0SplyP7NkPPP0 { width:10.25rem;height:1rem;top:27rem;left:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgBfmO2lusqloCtKbkX82yZZ1Vo65yri { width:14.125rem;height:1rem;top:34.4375rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT0Oy9WHNUBJ9m3ZwPxDe8bFNoCMNFR6 { width:12.625rem;height:1rem;top:23.875rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs7fX93QIKOSqIUt0dAunfaPpBbom9TW { width:10.875rem;height:1rem;top:37.625rem;left:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMgX6fld0e1dvonGus94V9pn0oxhRZId { display:none; }#rMgX6fld0e1dvonGus94V9pn0oxhRZId > .row .container { width:20rem;height:18.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TGg4yXaJsPFgCVfRZoMAE9D3FrK2Xwdl { width:20rem;height:10rem;top:0rem;left:0rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #u0yNydrSJyd0mfcmQktrrtvLrrzXE6Fx { width:17.6875rem;height:7.30956875rem;top:5.75rem;left:1.1562500596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vsRMC8M0EziqVxwzvnhXCt5gTytPf6aB { width:18.5625rem;height:0;top:2.5rem;left:0.59375005960464rem;font-size:2.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #wZbkfQoF9hNU3XMnrrKFTa83KOddV4qO { display:block; }#wZbkfQoF9hNU3XMnrrKFTa83KOddV4qO > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DLd2vVqJ4t4QxWBrauOcPqp5auLQ9xyA { top:2.0625rem;left:4.6562500596046rem;width:10.6875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #koWIqET1dgXrHVndpTAHKoNTlCzW7Khd { display:block; }
 }@media only screen and (max-width: 763px) { #m1LWgaGXACNBWT16PDSZ9EH7ZIDhxqPy { width:20rem;height:11.375rem;top:7.03125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FK83BxfM3fERqtem6p58Rbp6fg6J92W1 { width:14.0625rem;height:0;top:8.6396484375rem;left:0.71875rem;font-size:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #XNJFeCUEfThUxfBNDLlUkg6N9Nygc0qk { width:14.25rem;height:0;top:13.302734375rem;left:2.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #BZkivlHP8IqyrK3ZF1lzIQRo6o9N5bIx { display:block; }#BZkivlHP8IqyrK3ZF1lzIQRo6o9N5bIx > .row .container { width:20rem;height:68.4130546875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ .accordion-heading-text { font-size:1.125rem;height:auto; }
#b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ .accordion-desc-text { font-size:1.125rem;height:auto; }
#b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ { display:flex;height:auto;width:17.5rem;top:6.9565973281863rem;left:-0.125rem; }
 }@media only screen and (max-width: 763px) { #b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #nfWVRMmQ0LtCyuQTySFdXtGTSlDH3WI6 {  }
 }@media only screen and (max-width: 763px) { #b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #I4Jm50s8tPCSKVGXWMxmU9aLGfdcXuMV {  }
 }@media only screen and (max-width: 763px) { #b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #b2N3GMSOzQCHTCNO0GOSANkEXAQiu5Cx {  }
 }@media only screen and (max-width: 763px) { #b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #soyRSRQD2ciDTWleLWrGKkp5Olb2S1pU {  }
 }@media only screen and (max-width: 763px) { #b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #JRtA3PzFabB6rLXOqKHMaPXIC5SusiVJ {  }
 }@media only screen and (max-width: 763px) { #b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #zD75B55sUmx3CD0y06LcGoa6qeWcT0zK {  }
 }@media only screen and (max-width: 763px) { #b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #vciMEwitWDZGPhU6CdVT2wTEXqtTflVi {  }
 }@media only screen and (max-width: 763px) { #b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #TpBCOZIVqTuXtviFMFNTRHn8PBW67fNi {  }
 }@media only screen and (max-width: 763px) { #b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #Vt6Bk5AABSB9JDdQ4tRvPNa0Ji0K6czR {  }
 }@media only screen and (max-width: 763px) { #b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #ogSZz6cssvth55K3v0kf68DHIkrbe2gq {  }
 }@media only screen and (max-width: 763px) { #b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #XhpVJiZXGExQupQGOmDTvqqGQHExnvcr {  }
 }@media only screen and (max-width: 763px) { #b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #k0xfeMDgmQtRJPtoOWprMUTQk0Cha8iV {  }
 }@media only screen and (max-width: 763px) { #b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #qe1PHkutiUXx1hbVn05kZ6TVP4xrdI92 {  }
 }@media only screen and (max-width: 763px) { #b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #ASpGZeADbsVRsifWf83ntxqq4sxRoKcw {  }
 }@media only screen and (max-width: 763px) { #b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #rkEUMUkgHIApxaPa5U2s47B0vruUwJFd {  }
 }@media only screen and (max-width: 763px) { #b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #BmitxItolGuzQnKckU1mBNvxFx3ieD8W {  }
 }@media only screen and (max-width: 763px) { #b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #sJtFvtTgU6VbdzJBE9UTO7F6KK5c2Qax {  }
 }@media only screen and (max-width: 763px) { #b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #WS0375PcgX7JMq9l00DrXeqcGGPxGKNP {  }
 }@media only screen and (max-width: 763px) { #b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #s5tz8mbpffWd2PlDTZRcxoFQGtk1l2Vp {  }
 }@media only screen and (max-width: 763px) { #b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #V4NeTl8LzP6dz78Aus71sJN4QLRoFn9u {  }
 }@media only screen and (max-width: 763px) { #b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #aQhUN6PWH3ol3u3f8h8Vz6xxrMBo9ecD {  }
 }@media only screen and (max-width: 763px) { #b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #TkDFTTGNMlB590K3LIOC92oJ649RR7mh {  }
 }@media only screen and (max-width: 763px) { #b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #Bp1VdWvueoEc6OayBhKPntdaypQJJLJD {  }
 }@media only screen and (max-width: 763px) { #b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #ksWWzoKRxHt096GJMhSNXkXHRsCS2par {  }
 }@media only screen and (max-width: 763px) { #b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #dpQJVoeT5nJ57D7z6awiwGA3nor6szyb {  }
 }@media only screen and (max-width: 763px) { #b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #pLqfPpCZ4hgQTTTnp0seWJbVTwTuWTAf {  }
 }@media only screen and (max-width: 763px) { #b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #Lq72Rh8m9KWoipWqPETOexU0frBF9tvh {  }
 }@media only screen and (max-width: 763px) { #b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #ryCb4eUKcrqPV7ici5ViEgLSMMEgf4au {  }
 }@media only screen and (max-width: 763px) { #b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #VELQKTXkq6bPTJp5INNcmMsDDeRFUgrA {  }
 }@media only screen and (max-width: 763px) { #b8mNE9i0vLFEZp1uHAAXNX2dc79yWPAJ #d8FvZ6TVSIpR2d0wNQsU8K7qtF8Mi588 {  }
 }@media only screen and (max-width: 763px) { #ndonBrkTGgfiLArzOGOfmsCMrHBPuENI { width:20rem;height:1.92480625rem;top:2.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQWhRoNuwb1D4S3Qm3zCi8gQJ2dZEkvs { display:block; }#nQWhRoNuwb1D4S3Qm3zCi8gQJ2dZEkvs > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NPUmBcRFrpVgcgQIxvAB7DQbKGmosyTf { width:12.5rem;height:0.9749375rem;top:1.25rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NfbIrzUzZ4JHTeRCMzRdyD1ChRnXsU4J { width:18.5rem;height:2.92383125rem;top:3.3603515625rem;left:1.123046875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }