.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.1875rem;height:2.625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:1.3133680820465rem;left:62.372406204834rem;display:block; }
#y56KdV0GeCNvmRvtFs3nXkXVGDbL4z9B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pO0H1fzBTfUJMOpEmQt8VlJeoeQfLOoH { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:16.125rem;top:0.25rem;left:0rem;overflow:hidden;display:block; }
#HgH346OB28MrXlr6fNGHghaEi1iH9dzw { 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; }#AhtMRPnnb8HgQbmn9mutId0W5O3EEvf6 { 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; }#AhtMRPnnb8HgQbmn9mutId0W5O3EEvf6 > .row .container { background-color: transparent; background-image: none; }#AhtMRPnnb8HgQbmn9mutId0W5O3EEvf6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AhtMRPnnb8HgQbmn9mutId0W5O3EEvf6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AhtMRPnnb8HgQbmn9mutId0W5O3EEvf6 > .row .container > .video-iframe-container { display: none; }#AhtMRPnnb8HgQbmn9mutId0W5O3EEvf6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AhtMRPnnb8HgQbmn9mutId0W5O3EEvf6 > .row > .video-iframe-container { display: none; }#AhtMRPnnb8HgQbmn9mutId0W5O3EEvf6 > .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); }#AhtMRPnnb8HgQbmn9mutId0W5O3EEvf6 > .row .container { border-width: 0; border-radius: 0; }#AhtMRPnnb8HgQbmn9mutId0W5O3EEvf6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AhtMRPnnb8HgQbmn9mutId0W5O3EEvf6 > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:75rem;position:relative;display:block; }#BUKdBhgA4RVQJtxRQ7i4rP34bk5BlF0s { 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; }
#dEeMXM1y1zQQKoHqqRPhIaCkTlV00hVX { 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; }
#vgaD371tGyNwMo5iudADN6TW49KekfqD { 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:33.1875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#RRtUUmTFh347W41JpuS3eiwGi92nDPyd { 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; }#RRtUUmTFh347W41JpuS3eiwGi92nDPyd > .row .container { background-color: transparent; background-image: none; }#RRtUUmTFh347W41JpuS3eiwGi92nDPyd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RRtUUmTFh347W41JpuS3eiwGi92nDPyd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RRtUUmTFh347W41JpuS3eiwGi92nDPyd > .row .container > .video-iframe-container { display: none; }#RRtUUmTFh347W41JpuS3eiwGi92nDPyd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RRtUUmTFh347W41JpuS3eiwGi92nDPyd > .row > .video-iframe-container { display: none; }#RRtUUmTFh347W41JpuS3eiwGi92nDPyd > .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); }#RRtUUmTFh347W41JpuS3eiwGi92nDPyd > .row .container { border-width: 0; border-radius: 0; }#RRtUUmTFh347W41JpuS3eiwGi92nDPyd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RRtUUmTFh347W41JpuS3eiwGi92nDPyd > .row .container { font-size:0.875rem;font-family:arial;height:58.625rem;width:75rem;position:relative;display:block; }#fhWVna0XETautUMGgTMUzuFQhsFKJ0le { 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; }
#IRC34uXL3TwrpH1O4wGkHCPG3S9eft1a { 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; }
#rb63xnfD3MTnO1ca780moyixLiLHEfw5 { 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; }
#DqUoUtVTxHgol3AU05K7w9V5pVX15rVB { 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; }
#ac6csxg4uWpgVppVdWQZEtN6Vi11JUOe { 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; }
#KWRUNWlncgz4FiypyNv0NUfx0KLQi9pa { 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; }
#ElK1reNOhbmSnxohezal01SOR8hwz7ak { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R2OeTR2NgDe7cbLJbsldgiZElgAkfmsA { 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; }
#ID2m7x4KdoKyHFRTssLsE3a3yz1L1C5V { 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; }
#BFe60wUeFBThvHNZDvsrcOzlCnyCuf0P { color:#262628;display:block;width:15.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:21.177734375rem;left:52.4921875rem;height:3.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cATee8695Rnzk3u3mL2QILL1idFXi24t { 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; }
#IJ4TICtDFFkSPc0HtNMADIu2RK35boor { 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; }
#kQvZ5f1RTdnDn9ps4nF71xQTqpD6rZ07 { 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; }
#PO0scMTk36rW8TUd7x4QmNdklqSNgFr5 { 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; }
#zKPO45C8TqqRhutnp8RT8PAlcvx9Kt6U { 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; }
#efIWmcoAmZJeXS9LlAkZXfKkTAghxbUe { 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; }
#CD9blnNZ2wETyPqnMJeEUgHGNKiU4tp6 { 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:21.302734375rem;left:15.09375rem;overflow:hidden;display:none; }
#B7LEnDwZcG6qQtTmf1TPTxGgosDwdcgk { 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:21.302734375rem;left:44.84375rem;overflow:hidden;display:none; }
#MLth3Nk6zUTr9zgAwulb7owufxmOXTTJ { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:34.90625rem;left:10.46875rem;overflow:hidden;display:none; }
#smGkOIKo8oeqrLU5cMGXs6PvLXSKbVuN { 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.90625rem;left:40.90625rem;overflow:hidden;display:none; }
#F2ylrKH8y88Zxrhze7TQglhuuuOi3vZm { position:relative;display:block; }#F2ylrKH8y88Zxrhze7TQglhuuuOi3vZm { background-color: transparent; background-image: none; }#F2ylrKH8y88Zxrhze7TQglhuuuOi3vZm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F2ylrKH8y88Zxrhze7TQglhuuuOi3vZm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F2ylrKH8y88Zxrhze7TQglhuuuOi3vZm > .row .container > .video-iframe-container { display: none; }#F2ylrKH8y88Zxrhze7TQglhuuuOi3vZm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F2ylrKH8y88Zxrhze7TQglhuuuOi3vZm > .row > .video-iframe-container { display: none; }#F2ylrKH8y88Zxrhze7TQglhuuuOi3vZm > .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); }#F2ylrKH8y88Zxrhze7TQglhuuuOi3vZm { border-width: 0; border-radius: 0; }#F2ylrKH8y88Zxrhze7TQglhuuuOi3vZm > .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; }#F2ylrKH8y88Zxrhze7TQglhuuuOi3vZm > .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:29.375rem;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; }#ZGtJqphgWTZf9dil1UxodeAxezWGxXLl { color:#262628;display:block;width:53.8115rem;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:11.4951171875rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ayPL1uhPRvFVkXlZ4EODv5ydme6cKpvO { box-sizing:content-box;height:13.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-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#wO0uu6F3Jcy8nUS4VA1vqzGu9AIsI9VU { box-sizing:content-box;height:13.25rem;width:20.8125rem;position:absolute;display:block;z-index:15024;background-color:#0085ff;background-image:none;top:11.396484375rem;left:27.09375rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#JF8tIsA5Fzo2XCzr8VA5LBPx6DPznlhy { box-sizing:content-box;height:13.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-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#HqI57KluObGWyRKOkWVZiiQZClFN2l3P { color:#ffffff;display:block;width:18.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:16.771484375rem;left:5.5927734375rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L7DMfsko1PzaFwAmUuIZb9EFfmqMD2Ha { 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; }
#kyLISSKsbxdo6eEfTAGSc64VFwWNDxfD { 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:16.771484375rem;left:52.9697265625rem;height:3.5rem;text-align:left;text-align-last:left;display:block; }
#UpO9CNrUbKHRtowRNdxT9NRs5w2lawuy { color:#ffffff;display:block;width:18.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15043;line-height:1.4;letter-spacing:0;top:16.771484375rem;left:28.962890625rem;height:5.25rem;text-align:left;text-align-last:left;display:block; }
#E6VQ9zcTBlKLk94NMTQ31PVcWNzxTX2T { 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.271484375rem;left:5.4375rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#t7p8TEWcCNNG3pVX4nBFsWoX32xciMGZ { 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:14.333984375rem;left:28.9638671875rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#W2MPPo8LG5eKywQgNxTDfo3x65LBGtHS { 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.333984375rem;left:52.9697265625rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DmggQ5VdwdgleGuVtosy2sPGxsn2VHQh { position:relative;display:block; }#DmggQ5VdwdgleGuVtosy2sPGxsn2VHQh { background-color: transparent; background-image: none; }#DmggQ5VdwdgleGuVtosy2sPGxsn2VHQh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmggQ5VdwdgleGuVtosy2sPGxsn2VHQh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmggQ5VdwdgleGuVtosy2sPGxsn2VHQh > .row .container > .video-iframe-container { display: none; }#DmggQ5VdwdgleGuVtosy2sPGxsn2VHQh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmggQ5VdwdgleGuVtosy2sPGxsn2VHQh > .row > .video-iframe-container { display: none; }#DmggQ5VdwdgleGuVtosy2sPGxsn2VHQh > .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); }#DmggQ5VdwdgleGuVtosy2sPGxsn2VHQh { border-width: 0; border-radius: 0; }#DmggQ5VdwdgleGuVtosy2sPGxsn2VHQh > .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; }#DmggQ5VdwdgleGuVtosy2sPGxsn2VHQh > .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; }#JLVIudTLwIbgHlQgJtQJx1c5tTLXNS0N { 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; }
#nLsZr8x27F8dtAa4iLB6JL7plVK4ILf8 { 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; }
#E3pTksQPBIIlrs57Jm14cLulFQsTnMbB { 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; }
#X2RmTX31AOMiRAUJKvhOIZLAEfi6AqTb { 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; }
#mkhxFVQPkslqdMSUZ1xwvX4Ckx490oMK { 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; }
#OPgsd0FhmEzMkURosbHvwv0CzRnNGhG1 { 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; }
#wy03DQApdoTErbHlyXxulxS4qnFrmT55 { 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; }
#NgXLSwEGHggJXGWUye6ETavBfsq3qUxG { 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; }
#hgLTK8kVU02oE80dn5IrBfg0eM1x5g8g { 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; }
#o5zJN8uIpaTMens4ynXN6IFHQcWJVViR { 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.3;overflow:hidden;position:absolute;width:13.4375rem;height:3.24805rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#OVTqrvaGpTAH0yIpMQ49fGSNCIQen9t9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QhJCtg90ASANNlukTAEHG6xPpp7o1wyM { 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; }
#lrlrDUEhcVeh696m69mhcqyPiyfIQo88 { 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; }
#d4XXZEDOzyXxDTR4LvdRXNbIRi2CEX9a { 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; }
#drkms6zVkK9x9DKiGqvVANJ60pSDeReT { 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; }
#I0k6KkvQ0VDT3MRgi66ui1kps1H3GWOP { 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; }
#I36fWEXT7mBd8ZR2J5ekIQXVRNf3oHqb { 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; }
#DkaTtk3imaBwcqrbdUe1LMcPpaopzndZ { 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; }
#mzMV5qHHRUQnCqMlCmJ0fNhms0KVhov6 { 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; }
#HtnRtTS3sxo7oo3gTxUM82IDs01tvwFI { position:relative;display:block; }#HtnRtTS3sxo7oo3gTxUM82IDs01tvwFI { background-color: transparent; background-image: none; }#HtnRtTS3sxo7oo3gTxUM82IDs01tvwFI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HtnRtTS3sxo7oo3gTxUM82IDs01tvwFI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HtnRtTS3sxo7oo3gTxUM82IDs01tvwFI > .row .container > .video-iframe-container { display: none; }#HtnRtTS3sxo7oo3gTxUM82IDs01tvwFI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HtnRtTS3sxo7oo3gTxUM82IDs01tvwFI > .row > .video-iframe-container { display: none; }#HtnRtTS3sxo7oo3gTxUM82IDs01tvwFI > .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); }#HtnRtTS3sxo7oo3gTxUM82IDs01tvwFI { border-width: 0; border-radius: 0; }#HtnRtTS3sxo7oo3gTxUM82IDs01tvwFI > .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; }#HtnRtTS3sxo7oo3gTxUM82IDs01tvwFI > .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; }#ArAPi1R1mrvgoWPk6MkfTase0CMULJl4 { position:absolute;display:block;z-index:15036;height:30.5rem;width:74.9375rem;top:13.25rem;left:0rem;display:block; }
#Tg6BZDmKqRHGsWn6dghXLJUwgHWykgOX { color:#000000;display:block;width:51.8125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:7.4375rem;left:11.59375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#GLH84Kw0z3pA62uBQOXo0Dy0zLfp3fpp { 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; }
#TrOv0zp6R8XMM25stToG7bATlzUcwzvw { 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; }#TrOv0zp6R8XMM25stToG7bATlzUcwzvw > .row .container { background-color: transparent; background-image: none; }#TrOv0zp6R8XMM25stToG7bATlzUcwzvw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrOv0zp6R8XMM25stToG7bATlzUcwzvw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrOv0zp6R8XMM25stToG7bATlzUcwzvw > .row .container > .video-iframe-container { display: none; }#TrOv0zp6R8XMM25stToG7bATlzUcwzvw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrOv0zp6R8XMM25stToG7bATlzUcwzvw > .row > .video-iframe-container { display: none; }#TrOv0zp6R8XMM25stToG7bATlzUcwzvw > .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); }#TrOv0zp6R8XMM25stToG7bATlzUcwzvw > .row .container { border-width: 0; border-radius: 0; }#TrOv0zp6R8XMM25stToG7bATlzUcwzvw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TrOv0zp6R8XMM25stToG7bATlzUcwzvw > .row .container { font-size:0.875rem;font-family:arial;height:19.5rem;width:75rem;position:relative;display:block; }#ccB3vPs9R91zSPhrgfJZxv0EQuhgTb3f { 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; }
#WQGm7NgcasdyDFJoAwRyASQFpwCUp3ZH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SSHk3biCsp6PfE1XKL1vedve6QTryCBt { 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; }
#AVyffd8n9WBEOA9dldUH2xSizeQEFUR7 { 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; }
#xNCDJ6zZz0Oz95Fq3zu6H16UUtbXbgyq { 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; }
#NT03PULEq49tebmgCgzoDy2DXApDttbe { position:relative;display:block; }#NT03PULEq49tebmgCgzoDy2DXApDttbe { background-color: transparent; background-image: none; }#NT03PULEq49tebmgCgzoDy2DXApDttbe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NT03PULEq49tebmgCgzoDy2DXApDttbe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NT03PULEq49tebmgCgzoDy2DXApDttbe > .row .container > .video-iframe-container { display: none; }#NT03PULEq49tebmgCgzoDy2DXApDttbe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NT03PULEq49tebmgCgzoDy2DXApDttbe > .row > .video-iframe-container { display: none; }#NT03PULEq49tebmgCgzoDy2DXApDttbe > .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); }#NT03PULEq49tebmgCgzoDy2DXApDttbe { border-width: 0; border-radius: 0; }#NT03PULEq49tebmgCgzoDy2DXApDttbe > .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; }#NT03PULEq49tebmgCgzoDy2DXApDttbe > .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; }#TBTLNXr36UiIG42MOzlTeN58mJrTmPfN .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; }
#TBTLNXr36UiIG42MOzlTeN58mJrTmPfN .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; }
#TBTLNXr36UiIG42MOzlTeN58mJrTmPfN .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; }
#TBTLNXr36UiIG42MOzlTeN58mJrTmPfN .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; }
#TBTLNXr36UiIG42MOzlTeN58mJrTmPfN .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; }#TBTLNXr36UiIG42MOzlTeN58mJrTmPfN .accordion-trigger.adaptive-delivery-prevent-bg, #TBTLNXr36UiIG42MOzlTeN58mJrTmPfN .accordion-trigger.lazyload, #TBTLNXr36UiIG42MOzlTeN58mJrTmPfN .accordion-trigger.lazyloading { background-image: none; }
#TBTLNXr36UiIG42MOzlTeN58mJrTmPfN { 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; }
#TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #edk9G26NgFxiuEvTV1v2IDUNaTW9cThn { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #w6qZZ4iKG5E4hWQnILBcqfUS7COvO97T { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #oGNnW9fxUMS1BrOHx5ItKolAv9PlKpCG { display:block;position:relative; }
#TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #t9kpdisTllhCqiQDTZXroQUDTk1kOOZS {  }
#TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #Ip8JzOU1MCx761bwpTcNB5tbnGxAmOUV {  }
#TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #sEyfrBmkBea49Qii78XKCQ7ZiMHB4PRL { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #Z6z7khHzKhLXbopChzVrVqTr3DPIEluH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #QhZcCi52zZg7KmwC9pK4IX1rSfUF69VO { display:block;position:relative; }
#TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #QrDCEGBJ1IIlN2e8mSqx5UDDcRrTTOoJ {  }
#TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #XbTTyZHc9btZk8tHsJqGprDGd2TiwmZP { display:none; }
#TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #uTolOhOJvblF1pxUgThyHCplbrd0l2Lq { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #pfXrg5G78Zv0WZOoU1GUfRhichHS7io8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #Ca71IdPod63Wffx5PUvFnANfepOHWz8I { display:block;position:relative; }
#TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #bHWJZdsPyGbWNGoEbnB2ene9pcES8AeA {  }
#TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #Qr34sunw47nCWQmJ0vyHoGOOGDPXnQGC { display:none; }
#TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #ieWKe46QPza2A9WIDX4iB134skhDgisW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #tJFwKScIT4D2VMgOygtnRPME6c8hmyaf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #tTTmpheBVwFCWszyp9nq6BD3kxBEgTTy { display:block;position:relative; }
#TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #csNMBmfDaZ4bngSVshvUu4OzykE2mVwb {  }
#TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #X7wWx5NltIA754ko5VyNVGVUnwaUOycT { display:none; }
#TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #XwQuThDGAJWQlfaISkFEzKNemXkwQtba { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #mrv2M2qTnOwvxBLvchVaKWIl4iUqWUQV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #MltCfFTM7IoN8SFvhHOPCgqCbnrxpE4R { display:block;position:relative; }
#TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #BHrWs67DcP5lhhcEJWsPlSkSA9bSSRwX {  }
#TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #cCBBcKyzKkReyyge5EiFvqEoOT1JTMKd { display:none; }
#TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #JxayXIL9QVvtiAuCSoQJkKaEkuDpnyAO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #MLRM52e1eD8L9Hau2XAXC3bOx9IvxwBy { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #JvmoF4ZwSyW8HdEWwc6xP3cqW5I6XGzD { display:block;position:relative; }
#TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #XNmEKb64iRstE4kZU4BrDL0qM63ScngH {  }
#TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #Rr3ix27WavCXKpT4NxZOTiay30gI3bPP { display:none; }
#g47S1ExZOFH7fLnTiAv95B7LTB6XpbcT { 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.0559875rem;font-style:normal;display:block; }
#NfbIrzUzZ4JHTeRCMzRdyD1ChRnXsU4J { color:#000000;display:block;width:48.0625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2.57568359375rem;left:17.249349594116rem;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.0625rem;height:2.625rem;top:1.3125rem;left:37.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y56KdV0GeCNvmRvtFs3nXkXVGDbL4z9B { display:block; }
 }@media only screen and (max-width: 763px) { #pO0H1fzBTfUJMOpEmQt8VlJeoeQfLOoH { top:0.25rem;left:0rem;width:16.125rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgH346OB28MrXlr6fNGHghaEi1iH9dzw { 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) { #AhtMRPnnb8HgQbmn9mutId0W5O3EEvf6 { display:block; }#AhtMRPnnb8HgQbmn9mutId0W5O3EEvf6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BUKdBhgA4RVQJtxRQ7i4rP34bk5BlF0s { 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) { #dEeMXM1y1zQQKoHqqRPhIaCkTlV00hVX { 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) { #vgaD371tGyNwMo5iudADN6TW49KekfqD { top:0rem;left:0rem;width:33.1875rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRtUUmTFh347W41JpuS3eiwGi92nDPyd { display:block; }#RRtUUmTFh347W41JpuS3eiwGi92nDPyd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fhWVna0XETautUMGgTMUzuFQhsFKJ0le { top:13.6875rem;left:0rem;width:47.75rem;height:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRC34uXL3TwrpH1O4wGkHCPG3S9eft1a { top:18.125rem;left:0rem;width:29.375rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rb63xnfD3MTnO1ca780moyixLiLHEfw5 { top:3.8125rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqUoUtVTxHgol3AU05K7w9V5pVX15rVB { top:31.75rem;left:18.375rem;width:29.375rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ac6csxg4uWpgVppVdWQZEtN6Vi11JUOe { top:31.75rem;left:0rem;width:29.375rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWRUNWlncgz4FiypyNv0NUfx0KLQi9pa { top:50.125rem;left:17.15625rem;width:13.4375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElK1reNOhbmSnxohezal01SOR8hwz7ak { display:block; }
 }@media only screen and (max-width: 763px) { #R2OeTR2NgDe7cbLJbsldgiZElgAkfmsA { 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) { #ID2m7x4KdoKyHFRTssLsE3a3yz1L1C5V { 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) { #BFe60wUeFBThvHNZDvsrcOzlCnyCuf0P { top:21.125rem;left:31.8125rem;width:15.9375rem;height:5.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cATee8695Rnzk3u3mL2QILL1idFXi24t { 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) { #IJ4TICtDFFkSPc0HtNMADIu2RK35boor { top:18.125rem;left:18.375rem;width:29.375rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQvZ5f1RTdnDn9ps4nF71xQTqpD6rZ07 { top:20.625rem;left:0.84375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PO0scMTk36rW8TUd7x4QmNdklqSNgFr5 { top:20.625rem;left:30.59375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKPO45C8TqqRhutnp8RT8PAlcvx9Kt6U { top:34.25rem;left:26.65625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #efIWmcoAmZJeXS9LlAkZXfKkTAghxbUe { top:34.25rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CD9blnNZ2wETyPqnMJeEUgHGNKiU4tp6 { top:21.25rem;left:1.46875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7LEnDwZcG6qQtTmf1TPTxGgosDwdcgk { top:21.25rem;left:31.21875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLth3Nk6zUTr9zgAwulb7owufxmOXTTJ { top:34.875rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #smGkOIKo8oeqrLU5cMGXs6PvLXSKbVuN { top:34.875rem;left:27.28125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2ylrKH8y88Zxrhze7TQglhuuuOi3vZm { display:block; }#F2ylrKH8y88Zxrhze7TQglhuuuOi3vZm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZGtJqphgWTZf9dil1UxodeAxezWGxXLl { top:2.6875rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayPL1uhPRvFVkXlZ4EODv5ydme6cKpvO { top:11.375rem;left:0rem;width:20.8125rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wO0uu6F3Jcy8nUS4VA1vqzGu9AIsI9VU { top:11.375rem;left:13.46875rem;width:20.8125rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF8tIsA5Fzo2XCzr8VA5LBPx6DPznlhy { top:11.375rem;left:26.9375rem;width:20.8125rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqI57KluObGWyRKOkWVZiiQZClFN2l3P { top:16.75rem;left:0rem;width:18.875rem;height:5.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7DMfsko1PzaFwAmUuIZb9EFfmqMD2Ha { top:7rem;left:2.03125rem;width:43.6875rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyLISSKsbxdo6eEfTAGSc64VFwWNDxfD { top:16.75rem;left:28.9375rem;width:18.8125rem;height:5.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpO9CNrUbKHRtowRNdxT9NRs5w2lawuy { top:16.75rem;left:15.337890625rem;width:18.875rem;height:5.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6VQ9zcTBlKLk94NMTQ31PVcWNzxTX2T { top:14.25rem;left:0rem;width:18.8125rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7p8TEWcCNNG3pVX4nBFsWoX32xciMGZ { top:14.3125rem;left:15.3388671875rem;width:18.8125rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2MPPo8LG5eKywQgNxTDfo3x65LBGtHS { top:14.3125rem;left:28.9375rem;width:18.8125rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmggQ5VdwdgleGuVtosy2sPGxsn2VHQh { display:block; }#DmggQ5VdwdgleGuVtosy2sPGxsn2VHQh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JLVIudTLwIbgHlQgJtQJx1c5tTLXNS0N { top:0rem;left:0rem;width:47.75rem;height:37.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLsZr8x27F8dtAa4iLB6JL7plVK4ILf8 { top:3.9375rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3pTksQPBIIlrs57Jm14cLulFQsTnMbB { 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) { #X2RmTX31AOMiRAUJKvhOIZLAEfi6AqTb { top:14.6875rem;left:0rem;width:30.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkhxFVQPkslqdMSUZ1xwvX4Ckx490oMK { top:15.4375rem;left:0rem;width:30.3125rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPgsd0FhmEzMkURosbHvwv0CzRnNGhG1 { top:14.6875rem;left:25.75rem;width:22rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wy03DQApdoTErbHlyXxulxS4qnFrmT55 { top:15.4375rem;left:25.75rem;width:22rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgXLSwEGHggJXGWUye6ETavBfsq3qUxG { top:18.75rem;left:0rem;width:20.625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgLTK8kVU02oE80dn5IrBfg0eM1x5g8g { top:22.8125rem;left:9.3125rem;width:15.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5zJN8uIpaTMens4ynXN6IFHQcWJVViR { top:30.125rem;left:17.71875rem;width:13.4375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVTqrvaGpTAH0yIpMQ49fGSNCIQen9t9 { display:block; }
 }@media only screen and (max-width: 763px) { #QhJCtg90ASANNlukTAEHG6xPpp7o1wyM { top:18.75rem;left:21.96875rem;width:10.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrlrDUEhcVeh696m69mhcqyPiyfIQo88 { top:18.75rem;left:33.625rem;width:14.125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4XXZEDOzyXxDTR4LvdRXNbIRi2CEX9a { top:22.8125rem;left:26.15625rem;width:10.875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #drkms6zVkK9x9DKiGqvVANJ60pSDeReT { top:19.5rem;left:0rem;width:20.625rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0k6KkvQ0VDT3MRgi66ui1kps1H3GWOP { top:19.5rem;left:21.96875rem;width:10.25rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I36fWEXT7mBd8ZR2J5ekIQXVRNf3oHqb { top:19.5rem;left:33.625rem;width:14.125rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkaTtk3imaBwcqrbdUe1LMcPpaopzndZ { top:23.5625rem;left:9.25rem;width:15.375rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzMV5qHHRUQnCqMlCmJ0fNhms0KVhov6 { top:23.5625rem;left:26.15625rem;width:10.875rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtnRtTS3sxo7oo3gTxUM82IDs01tvwFI { display:none; }#HtnRtTS3sxo7oo3gTxUM82IDs01tvwFI > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ArAPi1R1mrvgoWPk6MkfTase0CMULJl4 { top:13.25rem;left:0rem;width:47.75rem;height:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg6BZDmKqRHGsWn6dghXLJUwgHWykgOX { top:7.4375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLH84Kw0z3pA62uBQOXo0Dy0zLfp3fpp { top:2.875rem;left:0rem;width:47.75rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrOv0zp6R8XMM25stToG7bATlzUcwzvw { display:block; }#TrOv0zp6R8XMM25stToG7bATlzUcwzvw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ccB3vPs9R91zSPhrgfJZxv0EQuhgTb3f { top:16.25rem;left:17.15625rem;width:13.4375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQGm7NgcasdyDFJoAwRyASQFpwCUp3ZH { display:block; }
 }@media only screen and (max-width: 763px) { #SSHk3biCsp6PfE1XKL1vedve6QTryCBt { top:0rem;left:0rem;width:47.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVyffd8n9WBEOA9dldUH2xSizeQEFUR7 { top:0.6875rem;left:5.40625rem;width:36.9375rem;height:5.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNCDJ6zZz0Oz95Fq3zu6H16UUtbXbgyq { 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) { #NT03PULEq49tebmgCgzoDy2DXApDttbe { display:block; }#NT03PULEq49tebmgCgzoDy2DXApDttbe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBTLNXr36UiIG42MOzlTeN58mJrTmPfN .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TBTLNXr36UiIG42MOzlTeN58mJrTmPfN { display:flex;height:auto;width:45.25rem;top:13.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #edk9G26NgFxiuEvTV1v2IDUNaTW9cThn {  }
 }@media only screen and (max-width: 763px) { #TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #w6qZZ4iKG5E4hWQnILBcqfUS7COvO97T {  }
 }@media only screen and (max-width: 763px) { #TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #oGNnW9fxUMS1BrOHx5ItKolAv9PlKpCG {  }
 }@media only screen and (max-width: 763px) { #TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #t9kpdisTllhCqiQDTZXroQUDTk1kOOZS {  }
 }@media only screen and (max-width: 763px) { #TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #Ip8JzOU1MCx761bwpTcNB5tbnGxAmOUV {  }
 }@media only screen and (max-width: 763px) { #TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #sEyfrBmkBea49Qii78XKCQ7ZiMHB4PRL {  }
 }@media only screen and (max-width: 763px) { #TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #Z6z7khHzKhLXbopChzVrVqTr3DPIEluH {  }
 }@media only screen and (max-width: 763px) { #TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #QhZcCi52zZg7KmwC9pK4IX1rSfUF69VO {  }
 }@media only screen and (max-width: 763px) { #TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #QrDCEGBJ1IIlN2e8mSqx5UDDcRrTTOoJ {  }
 }@media only screen and (max-width: 763px) { #TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #XbTTyZHc9btZk8tHsJqGprDGd2TiwmZP {  }
 }@media only screen and (max-width: 763px) { #TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #uTolOhOJvblF1pxUgThyHCplbrd0l2Lq {  }
 }@media only screen and (max-width: 763px) { #TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #pfXrg5G78Zv0WZOoU1GUfRhichHS7io8 {  }
 }@media only screen and (max-width: 763px) { #TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #Ca71IdPod63Wffx5PUvFnANfepOHWz8I {  }
 }@media only screen and (max-width: 763px) { #TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #bHWJZdsPyGbWNGoEbnB2ene9pcES8AeA {  }
 }@media only screen and (max-width: 763px) { #TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #Qr34sunw47nCWQmJ0vyHoGOOGDPXnQGC {  }
 }@media only screen and (max-width: 763px) { #TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #ieWKe46QPza2A9WIDX4iB134skhDgisW {  }
 }@media only screen and (max-width: 763px) { #TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #tJFwKScIT4D2VMgOygtnRPME6c8hmyaf {  }
 }@media only screen and (max-width: 763px) { #TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #tTTmpheBVwFCWszyp9nq6BD3kxBEgTTy {  }
 }@media only screen and (max-width: 763px) { #TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #csNMBmfDaZ4bngSVshvUu4OzykE2mVwb {  }
 }@media only screen and (max-width: 763px) { #TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #X7wWx5NltIA754ko5VyNVGVUnwaUOycT {  }
 }@media only screen and (max-width: 763px) { #TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #XwQuThDGAJWQlfaISkFEzKNemXkwQtba {  }
 }@media only screen and (max-width: 763px) { #TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #mrv2M2qTnOwvxBLvchVaKWIl4iUqWUQV {  }
 }@media only screen and (max-width: 763px) { #TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #MltCfFTM7IoN8SFvhHOPCgqCbnrxpE4R {  }
 }@media only screen and (max-width: 763px) { #TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #BHrWs67DcP5lhhcEJWsPlSkSA9bSSRwX {  }
 }@media only screen and (max-width: 763px) { #TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #cCBBcKyzKkReyyge5EiFvqEoOT1JTMKd {  }
 }@media only screen and (max-width: 763px) { #TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #JxayXIL9QVvtiAuCSoQJkKaEkuDpnyAO {  }
 }@media only screen and (max-width: 763px) { #TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #MLRM52e1eD8L9Hau2XAXC3bOx9IvxwBy {  }
 }@media only screen and (max-width: 763px) { #TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #JvmoF4ZwSyW8HdEWwc6xP3cqW5I6XGzD {  }
 }@media only screen and (max-width: 763px) { #TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #XNmEKb64iRstE4kZU4BrDL0qM63ScngH {  }
 }@media only screen and (max-width: 763px) { #TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #Rr3ix27WavCXKpT4NxZOTiay30gI3bPP {  }
 }@media only screen and (max-width: 763px) { #g47S1ExZOFH7fLnTiAv95B7LTB6XpbcT { 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:relative;z-index:auto;display:block; }#c4Ql1UlBnRm1VV5M0PqPq9Az67NBEIU3 > .row .container { width:20rem;height:4.625rem;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) { #pO0H1fzBTfUJMOpEmQt8VlJeoeQfLOoH { width:16.125rem;height:3.9375rem;top:5.857425rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HgH346OB28MrXlr6fNGHghaEi1iH9dzw { 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:0.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AhtMRPnnb8HgQbmn9mutId0W5O3EEvf6 { display:block; }#AhtMRPnnb8HgQbmn9mutId0W5O3EEvf6 > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BUKdBhgA4RVQJtxRQ7i4rP34bk5BlF0s { width:15.625rem;height:12rem;top:1.0712890625rem;left:1.125rem;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) { #dEeMXM1y1zQQKoHqqRPhIaCkTlV00hVX { width:15.625rem;height:1.6875rem;top:14.15625rem;left:1.125rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #vgaD371tGyNwMo5iudADN6TW49KekfqD { width:16.3125rem;height:13.25rem;top:16.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRtUUmTFh347W41JpuS3eiwGi92nDPyd { display:block; }#RRtUUmTFh347W41JpuS3eiwGi92nDPyd { background-color: transparent; background-image: none; }#RRtUUmTFh347W41JpuS3eiwGi92nDPyd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RRtUUmTFh347W41JpuS3eiwGi92nDPyd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RRtUUmTFh347W41JpuS3eiwGi92nDPyd > .row .container > .video-iframe-container { display: none; }#RRtUUmTFh347W41JpuS3eiwGi92nDPyd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RRtUUmTFh347W41JpuS3eiwGi92nDPyd > .row > .video-iframe-container { display: none; }#RRtUUmTFh347W41JpuS3eiwGi92nDPyd > .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); }#RRtUUmTFh347W41JpuS3eiwGi92nDPyd { border-width: 0; border-radius: 0; }#RRtUUmTFh347W41JpuS3eiwGi92nDPyd > .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; }#RRtUUmTFh347W41JpuS3eiwGi92nDPyd > .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) { #fhWVna0XETautUMGgTMUzuFQhsFKJ0le { width:17.5rem;height:56.25rem;top:13.375rem;left:1.25rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #IRC34uXL3TwrpH1O4wGkHCPG3S9eft1a { width:16.25rem;height:12.875rem;top:14.375rem;left:1.875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #rb63xnfD3MTnO1ca780moyixLiLHEfw5 { width:16.875rem;height:9.09765rem;top:2.0751953125rem;left:1.5625rem;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) { #DqUoUtVTxHgol3AU05K7w9V5pVX15rVB { width:16.25rem;height:12.875rem;top:41.875rem;left:1.8750000596046rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #ac6csxg4uWpgVppVdWQZEtN6Vi11JUOe { 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) { #KWRUNWlncgz4FiypyNv0NUfx0KLQi9pa { top:72.5rem;left:4.65625rem;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) { #ElK1reNOhbmSnxohezal01SOR8hwz7ak { display:block; }
 }@media only screen and (max-width: 763px) { #R2OeTR2NgDe7cbLJbsldgiZElgAkfmsA { width:12.5625rem;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) { #ID2m7x4KdoKyHFRTssLsE3a3yz1L1C5V { width:12rem;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) { #BFe60wUeFBThvHNZDvsrcOzlCnyCuf0P { width:13.75rem;height:4.72265625rem;top:35rem;left:3.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cATee8695Rnzk3u3mL2QILL1idFXi24t { width:13.75rem;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) { #IJ4TICtDFFkSPc0HtNMADIu2RK35boor { 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) { #kQvZ5f1RTdnDn9ps4nF71xQTqpD6rZ07 { width:6.25rem;height:6.25rem;top:82.4375rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PO0scMTk36rW8TUd7x4QmNdklqSNgFr5 { width:6.25rem;height:6.25rem;top:89.9375rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zKPO45C8TqqRhutnp8RT8PAlcvx9Kt6U { width:6.25rem;height:6.25rem;top:104.9375rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #efIWmcoAmZJeXS9LlAkZXfKkTAghxbUe { width:6.25rem;height:6.25rem;top:97.4375rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CD9blnNZ2wETyPqnMJeEUgHGNKiU4tp6 { width:3.75rem;height:3.75rem;top:16.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7LEnDwZcG6qQtTmf1TPTxGgosDwdcgk { width:3.75rem;height:3.75rem;top:30rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLth3Nk6zUTr9zgAwulb7owufxmOXTTJ { width:3.75rem;height:3.75rem;top:43.75rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #smGkOIKo8oeqrLU5cMGXs6PvLXSKbVuN { width:3.75rem;height:3.75rem;top:56.875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2ylrKH8y88Zxrhze7TQglhuuuOi3vZm { display:block; }#F2ylrKH8y88Zxrhze7TQglhuuuOi3vZm > .row .container { width:20rem;height:67.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZGtJqphgWTZf9dil1UxodeAxezWGxXLl { 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) { #ayPL1uhPRvFVkXlZ4EODv5ydme6cKpvO { width:16.25rem;height:14.0625rem;top:18.75rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wO0uu6F3Jcy8nUS4VA1vqzGu9AIsI9VU { width:16.25rem;height:14.0625rem;top:34.625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF8tIsA5Fzo2XCzr8VA5LBPx6DPznlhy { width:16.25rem;height:14.0625rem;top:50.5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqI57KluObGWyRKOkWVZiiQZClFN2l3P { width:12.5rem;height:4.72265625rem;top:26.3125rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7DMfsko1PzaFwAmUuIZb9EFfmqMD2Ha { width:16.9375rem;height:2.923825rem;top:14.2490234375rem;left:1.53125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kyLISSKsbxdo6eEfTAGSc64VFwWNDxfD { width:12.5rem;height:6.296875rem;top:55.75rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpO9CNrUbKHRtowRNdxT9NRs5w2lawuy { width:12.5rem;height:8.75rem;top:38.8125rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6VQ9zcTBlKLk94NMTQ31PVcWNzxTX2T { width:12.5rem;height:4rem;top:21.4375rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7p8TEWcCNNG3pVX4nBFsWoX32xciMGZ { width:12.5rem;height:2rem;top:36.125rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2MPPo8LG5eKywQgNxTDfo3x65LBGtHS { width:12.5rem;height:2rem;top:53.0625rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmggQ5VdwdgleGuVtosy2sPGxsn2VHQh { display:block; }#DmggQ5VdwdgleGuVtosy2sPGxsn2VHQh > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JLVIudTLwIbgHlQgJtQJx1c5tTLXNS0N { width:20rem;height:41.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLsZr8x27F8dtAa4iLB6JL7plVK4ILf8 { width:17.125rem;height:5.19921875rem;top:3.1875rem;left:1.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3pTksQPBIIlrs57Jm14cLulFQsTnMbB { width:15.75rem;height:2.923825rem;top:9.771484375rem;left:2.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X2RmTX31AOMiRAUJKvhOIZLAEfi6AqTb { width:15.0625rem;height:3.75rem;top:18.75rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkhxFVQPkslqdMSUZ1xwvX4Ckx490oMK { width:16.75rem;height:2rem;top:15.25rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPgsd0FhmEzMkURosbHvwv0CzRnNGhG1 { width:18.3125rem;height:3.75rem;top:14.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wy03DQApdoTErbHlyXxulxS4qnFrmT55 { width:13.0625rem;height:2rem;top:19.625rem;left:3.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgXLSwEGHggJXGWUye6ETavBfsq3qUxG { width:12.0625rem;height:3.75rem;top:29.375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgLTK8kVU02oE80dn5IrBfg0eM1x5g8g { width:15.3125rem;height:2.5rem;top:33.75rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5zJN8uIpaTMens4ynXN6IFHQcWJVViR { top:40.6884765625rem;left:2.625rem;width:13.4375rem;height:3.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #OVTqrvaGpTAH0yIpMQ49fGSNCIQen9t9 { display:block; }
 }@media only screen and (max-width: 763px) { #QhJCtg90ASANNlukTAEHG6xPpp7o1wyM { width:13.5rem;height:2.5rem;top:26.25rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrlrDUEhcVeh696m69mhcqyPiyfIQo88 { width:14.125rem;height:2.5rem;top:36.875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4XXZEDOzyXxDTR4LvdRXNbIRi2CEX9a { width:15.9375rem;height:2.5rem;top:23.125rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #drkms6zVkK9x9DKiGqvVANJ60pSDeReT { width:9.8125rem;height:2rem;top:30.25rem;left:5.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0k6KkvQ0VDT3MRgi66ui1kps1H3GWOP { width:10.25rem;height:1rem;top:27rem;left:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I36fWEXT7mBd8ZR2J5ekIQXVRNf3oHqb { width:14.125rem;height:1rem;top:34.5rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkaTtk3imaBwcqrbdUe1LMcPpaopzndZ { width:15.375rem;height:1rem;top:23.875rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzMV5qHHRUQnCqMlCmJ0fNhms0KVhov6 { width:10.875rem;height:1rem;top:37.625rem;left:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtnRtTS3sxo7oo3gTxUM82IDs01tvwFI { display:none; }#HtnRtTS3sxo7oo3gTxUM82IDs01tvwFI > .row .container { width:20rem;height:18.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ArAPi1R1mrvgoWPk6MkfTase0CMULJl4 { width:20rem;height:10rem;top:0rem;left:0rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #Tg6BZDmKqRHGsWn6dghXLJUwgHWykgOX { 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) { #GLH84Kw0z3pA62uBQOXo0Dy0zLfp3fpp { width:18.5625rem;height:2.5rem;top:2.5rem;left:0.59375005960464rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TrOv0zp6R8XMM25stToG7bATlzUcwzvw { display:block; }#TrOv0zp6R8XMM25stToG7bATlzUcwzvw > .row .container { width:20rem;height:9.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ccB3vPs9R91zSPhrgfJZxv0EQuhgTb3f { top:3.1875rem;left:4.65625rem;width:10.6875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQGm7NgcasdyDFJoAwRyASQFpwCUp3ZH { display:block; }
 }@media only screen and (max-width: 763px) { #SSHk3biCsp6PfE1XKL1vedve6QTryCBt { width:20rem;height:11.375rem;top:7.03125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AVyffd8n9WBEOA9dldUH2xSizeQEFUR7 { width:14.0625rem;height:0;top:8.6396484375rem;left:0.71875rem;font-size:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #xNCDJ6zZz0Oz95Fq3zu6H16UUtbXbgyq { width:14.25rem;height:0;top:13.302734375rem;left:2.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NT03PULEq49tebmgCgzoDy2DXApDttbe { display:block; }#NT03PULEq49tebmgCgzoDy2DXApDttbe > .row .container { width:20rem;height:68.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBTLNXr36UiIG42MOzlTeN58mJrTmPfN .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TBTLNXr36UiIG42MOzlTeN58mJrTmPfN .accordion-heading-text { font-size:1.125rem;height:auto; }
#TBTLNXr36UiIG42MOzlTeN58mJrTmPfN .accordion-desc-text { font-size:1.125rem;height:auto; }
#TBTLNXr36UiIG42MOzlTeN58mJrTmPfN { display:flex;height:auto;width:17.5rem;top:6.9565973281863rem;left:-0.125rem; }
 }@media only screen and (max-width: 763px) { #TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #edk9G26NgFxiuEvTV1v2IDUNaTW9cThn {  }
 }@media only screen and (max-width: 763px) { #TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #w6qZZ4iKG5E4hWQnILBcqfUS7COvO97T {  }
 }@media only screen and (max-width: 763px) { #TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #oGNnW9fxUMS1BrOHx5ItKolAv9PlKpCG {  }
 }@media only screen and (max-width: 763px) { #TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #t9kpdisTllhCqiQDTZXroQUDTk1kOOZS {  }
 }@media only screen and (max-width: 763px) { #TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #Ip8JzOU1MCx761bwpTcNB5tbnGxAmOUV {  }
 }@media only screen and (max-width: 763px) { #TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #sEyfrBmkBea49Qii78XKCQ7ZiMHB4PRL {  }
 }@media only screen and (max-width: 763px) { #TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #Z6z7khHzKhLXbopChzVrVqTr3DPIEluH {  }
 }@media only screen and (max-width: 763px) { #TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #QhZcCi52zZg7KmwC9pK4IX1rSfUF69VO {  }
 }@media only screen and (max-width: 763px) { #TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #QrDCEGBJ1IIlN2e8mSqx5UDDcRrTTOoJ {  }
 }@media only screen and (max-width: 763px) { #TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #XbTTyZHc9btZk8tHsJqGprDGd2TiwmZP {  }
 }@media only screen and (max-width: 763px) { #TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #uTolOhOJvblF1pxUgThyHCplbrd0l2Lq {  }
 }@media only screen and (max-width: 763px) { #TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #pfXrg5G78Zv0WZOoU1GUfRhichHS7io8 {  }
 }@media only screen and (max-width: 763px) { #TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #Ca71IdPod63Wffx5PUvFnANfepOHWz8I {  }
 }@media only screen and (max-width: 763px) { #TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #bHWJZdsPyGbWNGoEbnB2ene9pcES8AeA {  }
 }@media only screen and (max-width: 763px) { #TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #Qr34sunw47nCWQmJ0vyHoGOOGDPXnQGC {  }
 }@media only screen and (max-width: 763px) { #TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #ieWKe46QPza2A9WIDX4iB134skhDgisW {  }
 }@media only screen and (max-width: 763px) { #TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #tJFwKScIT4D2VMgOygtnRPME6c8hmyaf {  }
 }@media only screen and (max-width: 763px) { #TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #tTTmpheBVwFCWszyp9nq6BD3kxBEgTTy {  }
 }@media only screen and (max-width: 763px) { #TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #csNMBmfDaZ4bngSVshvUu4OzykE2mVwb {  }
 }@media only screen and (max-width: 763px) { #TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #X7wWx5NltIA754ko5VyNVGVUnwaUOycT {  }
 }@media only screen and (max-width: 763px) { #TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #XwQuThDGAJWQlfaISkFEzKNemXkwQtba {  }
 }@media only screen and (max-width: 763px) { #TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #mrv2M2qTnOwvxBLvchVaKWIl4iUqWUQV {  }
 }@media only screen and (max-width: 763px) { #TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #MltCfFTM7IoN8SFvhHOPCgqCbnrxpE4R {  }
 }@media only screen and (max-width: 763px) { #TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #BHrWs67DcP5lhhcEJWsPlSkSA9bSSRwX {  }
 }@media only screen and (max-width: 763px) { #TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #cCBBcKyzKkReyyge5EiFvqEoOT1JTMKd {  }
 }@media only screen and (max-width: 763px) { #TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #JxayXIL9QVvtiAuCSoQJkKaEkuDpnyAO {  }
 }@media only screen and (max-width: 763px) { #TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #MLRM52e1eD8L9Hau2XAXC3bOx9IvxwBy {  }
 }@media only screen and (max-width: 763px) { #TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #JvmoF4ZwSyW8HdEWwc6xP3cqW5I6XGzD {  }
 }@media only screen and (max-width: 763px) { #TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #XNmEKb64iRstE4kZU4BrDL0qM63ScngH {  }
 }@media only screen and (max-width: 763px) { #TBTLNXr36UiIG42MOzlTeN58mJrTmPfN #Rr3ix27WavCXKpT4NxZOTiay30gI3bPP {  }
 }@media only screen and (max-width: 763px) { #g47S1ExZOFH7fLnTiAv95B7LTB6XpbcT { 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.8125rem;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:17.7499375rem;height:2.92383125rem;top:3.3610019683838rem;left:1.1239510178566rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }