.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:250,219,220;--color-primary-1:238,134,139;--color-primary-2:220,13,23;--color-primary-3:110,7,12;--color-primary-4:33,2,3;--color-secondary-0:224,237,239;--color-secondary-1:207,222,229;--color-secondary-2:102,163,177;--color-secondary-3:61,98,106;--color-secondary-4:0,102,125;--color-tertiary-0:255,255,255;--color-tertiary-1:159,167,213;--color-tertiary-2:88,97,162;--color-tertiary-3:46,58,139;--color-tertiary-4:0,7,33;--headlines-font-family:"Cabinet Grotesk";--paragraphs-font-family:"Satoshi"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;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); }#Ot5CL6UmCLJbPukehxvxFZp6wn9cR3Ux { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d254a;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; }#Ot5CL6UmCLJbPukehxvxFZp6wn9cR3Ux > .row .container { background-color: transparent; background-image: none; }#Ot5CL6UmCLJbPukehxvxFZp6wn9cR3Ux::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ot5CL6UmCLJbPukehxvxFZp6wn9cR3Ux > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ot5CL6UmCLJbPukehxvxFZp6wn9cR3Ux > .row .container > .video-iframe-container { display: none; }#Ot5CL6UmCLJbPukehxvxFZp6wn9cR3Ux > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ot5CL6UmCLJbPukehxvxFZp6wn9cR3Ux > .row > .video-iframe-container { display: none; }#Ot5CL6UmCLJbPukehxvxFZp6wn9cR3Ux > .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); }#Ot5CL6UmCLJbPukehxvxFZp6wn9cR3Ux > .row .container { border-width: 0; border-radius: 0; }#Ot5CL6UmCLJbPukehxvxFZp6wn9cR3Ux > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ot5CL6UmCLJbPukehxvxFZp6wn9cR3Ux > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:60rem;position:relative;display:block; }#X5bE4h3kToh4aUT4P3yRfnAc2MihQFOK { 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:4.125rem;width:16.625rem;top:0.8125rem;left:21.687501907349rem;overflow:hidden;display:block; }
#iVfqnVwmsID1wfEuNQ8oHVydsoEVXbUQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);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; }#iVfqnVwmsID1wfEuNQ8oHVydsoEVXbUQ > .row .container { background-color: transparent; background-image: none; }#iVfqnVwmsID1wfEuNQ8oHVydsoEVXbUQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iVfqnVwmsID1wfEuNQ8oHVydsoEVXbUQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iVfqnVwmsID1wfEuNQ8oHVydsoEVXbUQ > .row .container > .video-iframe-container { display: none; }#iVfqnVwmsID1wfEuNQ8oHVydsoEVXbUQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iVfqnVwmsID1wfEuNQ8oHVydsoEVXbUQ > .row > .video-iframe-container { display: block; }#iVfqnVwmsID1wfEuNQ8oHVydsoEVXbUQ > .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); }#iVfqnVwmsID1wfEuNQ8oHVydsoEVXbUQ > .row .container { border-width: 0; border-radius: 0; }#iVfqnVwmsID1wfEuNQ8oHVydsoEVXbUQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iVfqnVwmsID1wfEuNQ8oHVydsoEVXbUQ > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:60rem;position:relative;display:block; }#Tgf4QJRyKLmOEseaTI81MdKwvGFpRvpB { color:rgba(var(--color-tertiary-0),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:16rem;left:31.875001907349rem;height:1.54375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EauCBKaB9dfCIyxPwahZ2S7q68DXFvN4 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15026;line-height:1;letter-spacing:0;top:1.3125rem;left:0rem;height:;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;text-align:left;text-align-last:left;display:block; }
#LqWg0uZ4CZDMfwF7Ulxph1ZBlTNipSg7 { color:rgba(var(--color-tertiary-0),1);display:block;width:45.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:300;z-index:15021;line-height:1;letter-spacing:0;top:7.125rem;left:7.4375rem;height:3.3125rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#wkRw3zoIHCrwFbxi3Fs8DXHRNqXp4hkV { box-sizing:content-box;height:0.0625rem;width:28.125rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:21.4375rem;left:0rem;display:block; }
#eJFJZ31Ew3AufcKJAlTi7DVgKzre8Iq5 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:19.4375rem;left:31.875001907349rem;height:1.54375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rDSGbm5F0IQFUBOP1HzLs7OKXxHXb4DT { color:rgba(var(--color-tertiary-0),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:19.4375rem;left:0rem;height:1.54375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QKEpLaoKhssfgTPO0k455AQMQTXCw4TA { box-sizing:content-box;height:0.0625rem;width:28.125rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:18rem;left:0rem;display:block; }
#R9pdshplFgaciHTM2bH1XTaGPVfHI13C { box-sizing:content-box;height:0.0625rem;width:28.125rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:18rem;left:31.875001907349rem;display:block; }
#oSGngvhw8vOix0uCLNm60Rvc4hcHHCwu { box-sizing:content-box;height:0.0625rem;width:28.125rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:21.5rem;left:31.875001907349rem;display:block; }
#UUQ8r63qO8Pmw3ux8Aa2JT0Vy39STn6R { color:rgba(var(--color-tertiary-0),1);display:block;width:31.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15022;line-height:1;letter-spacing:0;top:13.5rem;left:0rem;height:1.5625rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#OEGRQoiAlvQVzq3F1gT5gRDkDOlmsZn4 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:16rem;left:0rem;height:1.54375rem;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;text-align:left;text-align-last:left;display:block; }
#eNKl0mSq8GAbHAAFxAkvUol3M917x92u { color:rgba(var(--color-tertiary-0),1);display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:22.6875rem;left:0rem;height:1.54375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Diwo8MDRav1tOZ2fB1dcN77QrfI1sfSu { box-sizing:content-box;height:0.0625rem;width:28.125rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:24.78125rem;left:0rem;display:block; }
#n1XU8mMCTfhDkTAliThNSxcy648S2eiP { background-color:#1d254a;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.0625rem;height:3.4375rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:27.09375rem;left:1.4375rem;display:block; }
#spyVhmFpNqeo9NVBDMRBnap6Paf0OEwu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x2UhAi8xyDeIN2Hz7p99I05JeanxLis2 { background-color:#1d254a;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.9375rem;height:3.4375rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:27.09375rem;left:40.000001907349rem;display:block; }
#tJIpy8xEeVOSSd6hofMwq4MDlCUTQsAg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XEg7c4fBmiJSznVkLe6sT5czotUzNl1R { 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; }#XEg7c4fBmiJSznVkLe6sT5czotUzNl1R > .row .container { background-color: transparent; background-image: none; }#XEg7c4fBmiJSznVkLe6sT5czotUzNl1R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XEg7c4fBmiJSznVkLe6sT5czotUzNl1R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XEg7c4fBmiJSznVkLe6sT5czotUzNl1R > .row .container > .video-iframe-container { display: none; }#XEg7c4fBmiJSznVkLe6sT5czotUzNl1R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XEg7c4fBmiJSznVkLe6sT5czotUzNl1R > .row > .video-iframe-container { display: none; }#XEg7c4fBmiJSznVkLe6sT5czotUzNl1R > .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); }#XEg7c4fBmiJSznVkLe6sT5czotUzNl1R > .row .container { border-width: 0; border-radius: 0; }#XEg7c4fBmiJSznVkLe6sT5czotUzNl1R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XEg7c4fBmiJSznVkLe6sT5czotUzNl1R > .row .container { font-size:0.875rem;font-family:arial;height:31.4375rem;width:60rem;position:relative;display:block; }#IdOpJAG3z0QDw9EGgeIC9tHvyGJSXegU { color:#3c3833;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.4375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.2499992325902rem;left:0rem;height:3.16875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#riJr2weTA2KVi7wxTw34wXEAn6vBh3l3 { color:#000000;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:6.1249992325902rem;left:0rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VS91rTdg9pd1v50NzpsksThx3KvRsoio { position:absolute;display:block;z-index:15000;background-color:#1d254a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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.9375rem;top:9.75rem;left:0rem;display:block; }
#hvz6pleCWiRELKEwpsAwa2gbP6aScZWR { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:11.562500476837rem;left:7.21875rem;overflow:hidden;display:block; }
#x2cOEvTMJOEfJmF4EOH6TBcDGuEXfceH { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:17.637500762939rem;left:1.03125rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T1EPeN6Amh3gWNXDzpBigtrDsBKncpzZ { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:20.531250953674rem;left:1.03125rem;height:6.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qtUnONkFhQv8P3mEMHLIzwqg43gfuGtG { position:absolute;display:block;z-index:15004;background-color:#2e3a8b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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.9375rem;top:9.75rem;left:20.5625rem;display:block; }
#rpT0qZXPF48Z5XkxaTaALFdeuVOeyTJu { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:21.5625rem;left:21.5625rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nPtSUoXp2BTHcv3R7GVzEA6LlpBskEfW { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:17.637500762939rem;left:21.562501907349rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bdwEx57XKEm7BJ5VIX5uQ3rsyqlVKr3i { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:11.562500476837rem;left:27.750001907349rem;overflow:hidden;display:block; }
#NchySzuiAeJTUG8AQ2AdfdaUppVL3U2q { position:absolute;display:block;z-index:15008;background-color:#1d254a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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.9375rem;top:9.75rem;left:41.0625rem;display:block; }
#rHhWDkaROIGoAJrzEqc3hbIEKZIPIBT6 { color:#ffffff;display:block;width:17.9375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:21.5625rem;left:41.625001907349rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AIZpVxGQ3Ormv1FapOpayfE4ZvavNhtg { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"times new roman";font-size:1.375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:17.637500762939rem;left:42.093751907349rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lRDMyTMpeKkWPOHyVBOkKoyaCS84CCNT { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:11.562500476837rem;left:48.281251907349rem;overflow:hidden;display:block; }
#qeyhFFdXkwmLtVIEbIPqLyEHsLh9Aziu { position:relative;display:block; }#qeyhFFdXkwmLtVIEbIPqLyEHsLh9Aziu { background-color: transparent; background-image: none; }#qeyhFFdXkwmLtVIEbIPqLyEHsLh9Aziu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qeyhFFdXkwmLtVIEbIPqLyEHsLh9Aziu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qeyhFFdXkwmLtVIEbIPqLyEHsLh9Aziu > .row .container > .video-iframe-container { display: none; }#qeyhFFdXkwmLtVIEbIPqLyEHsLh9Aziu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qeyhFFdXkwmLtVIEbIPqLyEHsLh9Aziu > .row > .video-iframe-container { display: none; }#qeyhFFdXkwmLtVIEbIPqLyEHsLh9Aziu > .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); }#qeyhFFdXkwmLtVIEbIPqLyEHsLh9Aziu { border-width: 0; border-radius: 0; }#qeyhFFdXkwmLtVIEbIPqLyEHsLh9Aziu > .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; }#qeyhFFdXkwmLtVIEbIPqLyEHsLh9Aziu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:27.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XRosUVyTel7VB8mssEoBXTrATSnaOHtx { color:rgba(var(--color-tertiary-4),1);display:block;width:26.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:18.625rem;left:31.6875rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#Tbq7DtuH4byuH67BcTSN7Xeluc9taQLT { color:rgba(var(--color-tertiary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:16.5625rem;left:40.5rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#xHh06eqIJv7ZCJQJlrz9o07m7pdqRSi8 { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:6.4375rem;top:16.8125rem;left:21.6875rem;overflow:hidden;display:block; }
#FKNa0spq9WsdOAGyfqawW4IOGFsumNoA { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:6.875rem;top:14.125rem;left:21.4375rem;overflow:hidden;display:block; }
#G7dmwb0oU5P1bFuSMucAh9dlF3BKfysK { position:absolute;display:block;z-index:15079;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1875rem;width:8.1875rem;top:7.9375rem;left:40.9375rem;overflow:hidden;display:block; }
#HxAvqzWGUqBzqyoMPEACKKHToCcVZtz8 { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:10.5rem;top:9.0625rem;left:19rem;overflow:hidden;display:block; }
#LTCEWH9fCdZqtGi3DxRkKp0Ci8qxhWm3 { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:10.375rem;top:18.5625rem;left:8.6875rem;overflow:hidden;display:block; }
#UEBzB1RIqSSeUigdlXvtxP5h5qiyCqpH { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:6.75rem;top:13.375rem;left:10.5rem;overflow:hidden;display:block; }
#iqQFl7xiWR9UF0M0qi47Eg3aB8yH3709 { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:6.4375rem;top:7.6875rem;left:10.625rem;overflow:hidden;display:block; }
#Bn47lAlgPKyn2oDKHx4TObUXeRnQatep { box-sizing:content-box;height:0.125rem;width:14.375rem;position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:6.25rem;left:7.8125rem;display:block; }
#nMIq9D2NCwS8VpkP6azgbg7DSNh7MBls { box-sizing:content-box;height:0.125rem;width:14.375rem;position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:6.25rem;left:37.8125rem;display:block; }
#GEsQ478paxsXHriU0TNuSR2VZuegWBib { color:#000000;display:block;width:30rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15040;line-height:.9;letter-spacing:0;top:0rem;left:0rem;height:5.0625rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xzfsONUSRkHGbSEgBtyd6492ssUHWAFF { color:rgba(var(--color-tertiary-4),1);display:block;width:27.25rem;position:absolute;font-family:"cabinet grotesk";font-size:2.8125rem;font-weight:300;z-index:15043;line-height:.9;letter-spacing:0;top:0rem;left:31.375rem;height:5.0625rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#KTS1GKHEFTPOMaXRJcPfsdhFgOflEd34 { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:7.9375rem;top:15.5rem;left:0rem;overflow:hidden;display:block; }
#ZUvTsMykkkBzvBcOyiz0RrC4vZWISff0 { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:5.5625rem;top:14.5rem;left:1.4375rem;overflow:hidden;display:block; }
#uP1f2TEKFgtWDo5QG1QLLhcrToFiaA2t { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:6.0625rem;top:8.9375rem;left:1.1875rem;overflow:hidden;display:block; }
#b0iByfhhI9waLmFmXgOEuzHbSRAI7nL1 { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.125rem;top:22.112500190735rem;left:1.90625rem;overflow:hidden;display:block; }
#RL7v0NSIOuSDVCbRKpCqA9J5G8u37gEN { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:8.8125rem;top:23.4375rem;left:9.46875rem;overflow:hidden;display:block; }
#ZGlzxdw8Nx7LMe83FHhyhy8MWS6mC3xP { position:absolute;display:block;z-index:15059;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.375rem;width:6.375rem;top:20.875rem;left:21.718751907349rem;overflow:hidden;display:block; }
#e4Poqu7BO3gJ9o5vX2JG8Epmdx5Ikq2E { color:rgba(var(--color-tertiary-4),1);display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:21.1875rem;left:30.000001907349rem;height:4.55rem;font-style:normal;text-align:center;text-align-last:center;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; }
#wOPZpttNEsLbnu3P8DDVIQVdCT9FbZKO { position:relative;display:block; }#wOPZpttNEsLbnu3P8DDVIQVdCT9FbZKO { background-color: transparent; background-image: none; }#wOPZpttNEsLbnu3P8DDVIQVdCT9FbZKO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wOPZpttNEsLbnu3P8DDVIQVdCT9FbZKO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wOPZpttNEsLbnu3P8DDVIQVdCT9FbZKO > .row .container > .video-iframe-container { display: none; }#wOPZpttNEsLbnu3P8DDVIQVdCT9FbZKO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wOPZpttNEsLbnu3P8DDVIQVdCT9FbZKO > .row > .video-iframe-container { display: none; }#wOPZpttNEsLbnu3P8DDVIQVdCT9FbZKO > .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); }#wOPZpttNEsLbnu3P8DDVIQVdCT9FbZKO { border-width: 0; border-radius: 0; }#wOPZpttNEsLbnu3P8DDVIQVdCT9FbZKO > .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; }#wOPZpttNEsLbnu3P8DDVIQVdCT9FbZKO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gqmTpEE4ftTAvnUon6QhXsqPDP37SgTs { color:#000721;display:block;width:41.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:300;z-index:15027;line-height:.9;letter-spacing:0;top:2.8125rem;left:0rem;height:4.95rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#dI62IsquZNAmm9KfTOoCQfCWJFgpwavn { color:rgba(var(--color-tertiary-4),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15027;line-height:1;letter-spacing:0;top:0.875rem;left:0rem;height:1.4375rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#m7A60uQKyEdW6gywSuHhFRHfXZ5tkPHR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#m7A60uQKyEdW6gywSuHhFRHfXZ5tkPHR > .row .container { background-color: transparent; background-image: none; }#m7A60uQKyEdW6gywSuHhFRHfXZ5tkPHR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m7A60uQKyEdW6gywSuHhFRHfXZ5tkPHR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m7A60uQKyEdW6gywSuHhFRHfXZ5tkPHR > .row .container > .video-iframe-container { display: none; }#m7A60uQKyEdW6gywSuHhFRHfXZ5tkPHR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m7A60uQKyEdW6gywSuHhFRHfXZ5tkPHR > .row > .video-iframe-container { display: none; }#m7A60uQKyEdW6gywSuHhFRHfXZ5tkPHR > .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); }#m7A60uQKyEdW6gywSuHhFRHfXZ5tkPHR > .row .container { border-width: 0; border-radius: 0; }#m7A60uQKyEdW6gywSuHhFRHfXZ5tkPHR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m7A60uQKyEdW6gywSuHhFRHfXZ5tkPHR > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:60rem;position:relative;display:block; }#haHpzWt44KSzbwNt5ZUe7UT9F6SID4AH { position:absolute;display:block;z-index:15001;height:15.3125rem;width:60rem;top:0rem;left:0rem;display:block; }
#ZkEecatnLgknNuB5UVrIrRMQp4Lg9mT2 { position:relative;display:block; }#ZkEecatnLgknNuB5UVrIrRMQp4Lg9mT2 { background-color: transparent; background-image: none; }#ZkEecatnLgknNuB5UVrIrRMQp4Lg9mT2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZkEecatnLgknNuB5UVrIrRMQp4Lg9mT2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZkEecatnLgknNuB5UVrIrRMQp4Lg9mT2 > .row .container > .video-iframe-container { display: none; }#ZkEecatnLgknNuB5UVrIrRMQp4Lg9mT2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZkEecatnLgknNuB5UVrIrRMQp4Lg9mT2 > .row > .video-iframe-container { display: none; }#ZkEecatnLgknNuB5UVrIrRMQp4Lg9mT2 > .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); }#ZkEecatnLgknNuB5UVrIrRMQp4Lg9mT2 { border-width: 0; border-radius: 0; }#ZkEecatnLgknNuB5UVrIrRMQp4Lg9mT2 > .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; }#ZkEecatnLgknNuB5UVrIrRMQp4Lg9mT2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tSlCXoI6OkZoRC0mFNS4bzIqhUEMMFXS { background-color:#1d254a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5rem;height:3.4375rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:1.0617170333863rem;left:19.250001907349rem;display:block; }
#Hg3NCr3a3Pn3kl1N34zTdHVCX0VTScyo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IUHiIfsRTN4kH2GEVVeJvbxaI7GbWbzN { position:relative;display:block; }#IUHiIfsRTN4kH2GEVVeJvbxaI7GbWbzN { background-color: transparent; background-image: none; }#IUHiIfsRTN4kH2GEVVeJvbxaI7GbWbzN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUHiIfsRTN4kH2GEVVeJvbxaI7GbWbzN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUHiIfsRTN4kH2GEVVeJvbxaI7GbWbzN > .row .container > .video-iframe-container { display: none; }#IUHiIfsRTN4kH2GEVVeJvbxaI7GbWbzN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUHiIfsRTN4kH2GEVVeJvbxaI7GbWbzN > .row > .video-iframe-container { display: none; }#IUHiIfsRTN4kH2GEVVeJvbxaI7GbWbzN > .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); }#IUHiIfsRTN4kH2GEVVeJvbxaI7GbWbzN { border-width: 0; border-radius: 0; }#IUHiIfsRTN4kH2GEVVeJvbxaI7GbWbzN > .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; }#IUHiIfsRTN4kH2GEVVeJvbxaI7GbWbzN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/2c583aad-6d71-49de-bfad-2931b0cfb374/JPOCulture.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:22rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IUHiIfsRTN4kH2GEVVeJvbxaI7GbWbzN > .row .container.adaptive-delivery-prevent-bg, #IUHiIfsRTN4kH2GEVVeJvbxaI7GbWbzN > .row .container.lazyload, #IUHiIfsRTN4kH2GEVVeJvbxaI7GbWbzN > .row .container.lazyloading { background-image: none; }#KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d254a;background-image:none;box-shadow: 0.0625rem 0.25rem 2.1875rem rgba(0,0,0,0.2) ;color:#ffffff;padding-top:0.776875rem;padding-right:0.676875rem;padding-bottom:0.776875rem;padding-left:0.676875rem;display:block;align-items:center;width:4.060625rem;min-width:4.060625rem;height:4.174375rem;position:relative;font-family:arial;font-size:3.106875rem;font-weight:700;line-height:66.79px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.485625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.414375rem;height:1.650625rem;position:relative;font-family:arial;font-size:1.165625rem;font-weight:700;line-height:26.41px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:25.6875rem;height:7.864375rem;padding-top:0.0975rem;padding-right:0.096875rem;padding-bottom:0.0975rem;padding-left:0.096875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:4.7890634536743rem;left:16.839845657349rem;z-index:15072; }
#KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #qWTls8MVNquTeXK36szwqhyxotUkJZx2 { display:flex;position:relative;top:0rem;left:0rem; }
#KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #O4emhOClTHEtI4AMBKJbCPKKmSTgzJum { width:auto; }
#KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #VZrt61IsIo3dlTV54lrOu965lq2obJ1Z {  }
#KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #SbEdtA4yppyc2nEKNvqzKuAXVEEXfLUl { display:flex;position:relative;top:0rem;left:0rem; }
#KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #bJkKkxtv8Ufm8bUZGxTMBkRyywEd3VFH {  }
#KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #th8HbloOgmrQm6RpktBFXdzZQ5aSkRKR {  }
#KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #RbpRWvSwQcQQOfTHdm9VbCLreRMMzWfV { display:flex;position:relative;top:0rem;left:0rem; }
#KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #yPttVcivZrsrnhopS5Ics7oLCtP7OOeo {  }
#KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #GTcadRqrtoorBrEOceFzl15Zns9VW8bJ {  }
#KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #MXZ49rlp0EeT8KeThePeBnASbcdSwvxo { display:flex;position:relative;top:0rem;left:0rem; }
#KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #OXlT2ToHoG5hqrJCHsmSVhMHtUmTHvkW {  }
#KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #eHRDzOJqAsAsp99HQiVo6DTiqNTLDlEd {  }
#uCbJUBpAUqi3kmatUczDeyBgqTRsV4mq { color:#ffffff;display:block;width:52.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:1.0914058685302rem;left:3.53125rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#wFGJx2xaE4SzRy9TeTKUbu3lZnMSpRHr { background-color:#1d254a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15074;text-align:center;text-align-last:center;top:15.10390663147rem;left:20.187501907349rem;display:block; }
#pekULTfk4NGlKSQwPiWTQO0CiTNHNXuJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XTap5sHCwWWoN0HigWHs2nCrRcTVUixQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d254a;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; }#XTap5sHCwWWoN0HigWHs2nCrRcTVUixQ > .row .container { background-color: transparent; background-image: none; }#XTap5sHCwWWoN0HigWHs2nCrRcTVUixQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTap5sHCwWWoN0HigWHs2nCrRcTVUixQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTap5sHCwWWoN0HigWHs2nCrRcTVUixQ > .row .container > .video-iframe-container { display: none; }#XTap5sHCwWWoN0HigWHs2nCrRcTVUixQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTap5sHCwWWoN0HigWHs2nCrRcTVUixQ > .row > .video-iframe-container { display: none; }#XTap5sHCwWWoN0HigWHs2nCrRcTVUixQ > .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); }#XTap5sHCwWWoN0HigWHs2nCrRcTVUixQ > .row .container { border-width: 0; border-radius: 0; }#XTap5sHCwWWoN0HigWHs2nCrRcTVUixQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XTap5sHCwWWoN0HigWHs2nCrRcTVUixQ > .row .container { font-size:0.875rem;font-family:arial;height:20.5rem;width:60rem;position:relative;display:block; }#OPAy3zvUzagWBeDgKgrQm7m5oe20s8fh { color:#ffffff;display:block;width:30rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:300;z-index:15021;line-height:.9;letter-spacing:0;top:4.0625rem;left:0rem;height:5.7375rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf .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:transparent;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-secondary-4),1); }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf .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; }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);height:auto;font-style:normal; }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.9375rem;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;height:auto;color:rgba(var(--color-secondary-4),1);line-height:1.2;overflow:hidden; }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf .accordion-trigger { width:1.0625rem;min-width:1.0625rem;height:1.0625rem;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_2d571f95ed3b52b1e46ea83332af9fa9e3250976.svg");background-size:contain !important; }#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf .accordion-trigger.adaptive-delivery-prevent-bg, #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf .accordion-trigger.lazyload, #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf .accordion-trigger.lazyloading { background-image: none; }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf { box-sizing:content-box;height:auto;width:28.3734375rem;position:absolute;display:flex;flex-direction:column;gap:0;z-index:15023;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:0.74999904632569rem;left:31.62656211853rem; }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #vcusGxWbl3Il5lD1OMznnRqAfqozcyPx { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #Hh1ygrLGGpyTTXdZdb3wCvMf5ewJEt9K { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #KiOflehykbcI7fEI5WRVuSy681x2hwac { display:block;position:relative; }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #ms4fkNxOVQPF7do64dC24sT7zgrwqKQM {  }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #tkNAWhX0y02H1tsO8GUAsUTu9AO3RyIn {  }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #CrvD1938091FVsBZO977hsDPKXulyAEk { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #UnolWR5T8GHHUyoZ2Tgn3FGSdB7S6qpE { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #rLyskXqrz9gGM7NPhUsSBxdhATVaw1Cm { display:block;position:relative; }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #kLtXc9hiGyt9whQpzkPOM1Q7iil69eMh {  }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #pL7kWfAdqQTdbUHMHEQePfAyHh8JqA75 { display:none; }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #VB7wTrgiGc470QOycvJIkp5VbGtQRo7V { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #vbWkqQ9tUuQ7yuz7qJ32mgMJb9yZG1Py { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #feUWvRg1JqNyOIfZ5ENISCTK5E5DuWbM { display:block;position:relative; }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #qBkwR7kPAL2dvaohTOkEmkqRRUwvToTQ {  }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #UN2ir4W9SF63nvhFOQHfOMsU2olGwwLP { display:none; }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #HIbI5HDXwXi4JUcIiviLfQJti0JdVwsK { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #uDCXPqSSKWr8ExwX1dh22U4TdoIW1y0V { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #psHPWueaEwnttWXRrkesc12E50P3t7Ew { display:block;position:relative; }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #Ak7ZukwXGra0cddfl2DyaJGTratLRiAt {  }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #icfPODhEd0DR5wRMTL1V2XvMXmfZBA6b { display:none; }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #ddEd5XDrCUmTImlWOAPhNmyU4I6DfRyZ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #nSGqgsU69gcGuxWKHm3G3hQe0zUt9NbH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #vilZpdH7bn0bcRFfkKouozuCVdlQ8XNs { display:block;position:relative; }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #NDZsHUQrETeJaDEm2fOTcv2cP2Ohw4ey {  }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #HmuJt01VcCXGVWeFcdmyo3Rlbu0RCqHb { display:none; }
#MEDT4EebDahogdSXr7FCnt3TrwF8I9nw { color:rgba(var(--color-tertiary-0),1);display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15025;line-height:1;letter-spacing:0;top:10.4375rem;left:0rem;height:1.5625rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ec2lTOAsTWhB01HhPW0SOBIWDXkKFUX9 { box-sizing:content-box;height:0.0625rem;width:28.3125rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:4.125rem;left:31.6875rem;display:block; }
#bPVUekGcnvDTMkXIiRJkLp3SBTVhTk2S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d254a;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; }#bPVUekGcnvDTMkXIiRJkLp3SBTVhTk2S > .row .container { background-color: transparent; background-image: none; }#bPVUekGcnvDTMkXIiRJkLp3SBTVhTk2S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bPVUekGcnvDTMkXIiRJkLp3SBTVhTk2S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bPVUekGcnvDTMkXIiRJkLp3SBTVhTk2S > .row .container > .video-iframe-container { display: none; }#bPVUekGcnvDTMkXIiRJkLp3SBTVhTk2S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bPVUekGcnvDTMkXIiRJkLp3SBTVhTk2S > .row > .video-iframe-container { display: none; }#bPVUekGcnvDTMkXIiRJkLp3SBTVhTk2S > .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); }#bPVUekGcnvDTMkXIiRJkLp3SBTVhTk2S > .row .container { border-width: 0; border-radius: 0; }#bPVUekGcnvDTMkXIiRJkLp3SBTVhTk2S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bPVUekGcnvDTMkXIiRJkLp3SBTVhTk2S > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:60rem;position:relative;display:block; }#A4pU78RggFa6diFxKJKvxz5M6uxxDLwL { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.4375rem;width:37.375rem;top:1.4375rem;left:0rem;display:block; }
#TT3IdtMSiag2aVTL5yT0Le8LvOaHr1Io { color:rgba(var(--color-tertiary-0),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15026;line-height:1.2;letter-spacing:0;top:1.4375rem;left:39.937501907349rem;height:3.15rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#PagDMxXTLXE3xQtNVZftsctOEJhdKyFt { color:rgba(var(--color-tertiary-0),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15000;line-height:1.2;letter-spacing:0;top:6.71875rem;left:39.937501907349rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#Q86IKyDvyULaIecVTQSZwIKdbl7PEKwt { box-sizing:content-box;height:0.125rem;width:3.125rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5.0625rem;left:48.437498092651rem;display:block; }
#CdWCwW4omeEWZTMFiEPSkVFuTNzHTKD6 { 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; }#CdWCwW4omeEWZTMFiEPSkVFuTNzHTKD6 > .row .container { background-color: transparent; background-image: none; }#CdWCwW4omeEWZTMFiEPSkVFuTNzHTKD6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CdWCwW4omeEWZTMFiEPSkVFuTNzHTKD6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CdWCwW4omeEWZTMFiEPSkVFuTNzHTKD6 > .row .container > .video-iframe-container { display: none; }#CdWCwW4omeEWZTMFiEPSkVFuTNzHTKD6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CdWCwW4omeEWZTMFiEPSkVFuTNzHTKD6 > .row > .video-iframe-container { display: none; }#CdWCwW4omeEWZTMFiEPSkVFuTNzHTKD6 > .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); }#CdWCwW4omeEWZTMFiEPSkVFuTNzHTKD6 > .row .container { border-width: 0; border-radius: 0; }#CdWCwW4omeEWZTMFiEPSkVFuTNzHTKD6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CdWCwW4omeEWZTMFiEPSkVFuTNzHTKD6 > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:60rem;position:relative;display:block; }#xzt068KF4i5Qxz5kdRHvF5AT1ZkumwDm { color:#000721;display:block;width:26.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:300;z-index:15023;line-height:.9;letter-spacing:0;top:3.375rem;left:0rem;height:2.475rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#OhwIJ9TFBltrl9AIA7VWQ6OTPT9v4oEm { color:rgba(var(--color-tertiary-4),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;top:1.4375rem;left:0rem;height:1.4375rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#lt9rkUILtpTrOQdg4VPP6feyOmA0hBOn { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5625rem;top:2.349609375rem;left:54.625rem;overflow:hidden;display:block; }
#UFWFsaqKVp2u9wHOR1K9KDTvk2JgZLgP { 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; }#UFWFsaqKVp2u9wHOR1K9KDTvk2JgZLgP > .row .container { background-color: transparent; background-image: none; }#UFWFsaqKVp2u9wHOR1K9KDTvk2JgZLgP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UFWFsaqKVp2u9wHOR1K9KDTvk2JgZLgP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UFWFsaqKVp2u9wHOR1K9KDTvk2JgZLgP > .row .container > .video-iframe-container { display: none; }#UFWFsaqKVp2u9wHOR1K9KDTvk2JgZLgP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UFWFsaqKVp2u9wHOR1K9KDTvk2JgZLgP > .row > .video-iframe-container { display: none; }#UFWFsaqKVp2u9wHOR1K9KDTvk2JgZLgP > .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); }#UFWFsaqKVp2u9wHOR1K9KDTvk2JgZLgP > .row .container { border-width: 0; border-radius: 0; }#UFWFsaqKVp2u9wHOR1K9KDTvk2JgZLgP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UFWFsaqKVp2u9wHOR1K9KDTvk2JgZLgP > .row .container { font-size:0.875rem;font-family:arial;height:18.125rem;width:60rem;position:relative;display:block; }#dtlL3ASMBXcSFTDpwXuVoJ7FPMUxyn2s { position:absolute;display:block;z-index:15042;height:18rem;width:60rem;top:0rem;left:0rem;display:block; }
#p8aL476LJwLoSw7WIuSAVslD17LRwTqk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d254a;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; }#p8aL476LJwLoSw7WIuSAVslD17LRwTqk > .row .container { background-color: transparent; background-image: none; }#p8aL476LJwLoSw7WIuSAVslD17LRwTqk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8aL476LJwLoSw7WIuSAVslD17LRwTqk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8aL476LJwLoSw7WIuSAVslD17LRwTqk > .row .container > .video-iframe-container { display: none; }#p8aL476LJwLoSw7WIuSAVslD17LRwTqk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p8aL476LJwLoSw7WIuSAVslD17LRwTqk > .row > .video-iframe-container { display: none; }#p8aL476LJwLoSw7WIuSAVslD17LRwTqk > .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); }#p8aL476LJwLoSw7WIuSAVslD17LRwTqk > .row .container { border-width: 0; border-radius: 0; }#p8aL476LJwLoSw7WIuSAVslD17LRwTqk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p8aL476LJwLoSw7WIuSAVslD17LRwTqk > .row .container { font-size:0.875rem;font-family:arial;height:7.75rem;width:60rem;position:relative;display:block; }#dy1qqNa3yq2n6mW3H9JtR3pUaV8t20pO { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;top:2.9375rem;left:53.675001144409rem; }
#UusmCKgc8zwTTnu4wVkD55geOB4XcNLV { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:2.78125rem;left:56.562498092651rem; }
#PGGHpOQQ9tKHo1V9hdx7EwXAzENNtzrZ { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:16.625rem;top:1.78125rem;left:1.6875rem;overflow:hidden;display:block; }
#bNOZLzb2BaIqhcapuQiuLUuLStbx64eE { color:rgba(var(--color-tertiary-0),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:1.875rem;left:20rem;height:3.9375rem;text-align:center;text-align-last:center;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; }
#WKZnaIullG4wlrIrAvU9HiKZUDuNeiPd { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:1.0625rem;left:44.249219894409rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ot5CL6UmCLJbPukehxvxFZp6wn9cR3Ux { display:block; }#Ot5CL6UmCLJbPukehxvxFZp6wn9cR3Ux > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X5bE4h3kToh4aUT4P3yRfnAc2MihQFOK { top:0.8125rem;left:15.562501907349rem;width:16.625rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVfqnVwmsID1wfEuNQ8oHVydsoEVXbUQ { display:block; }#iVfqnVwmsID1wfEuNQ8oHVydsoEVXbUQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tgf4QJRyKLmOEseaTI81MdKwvGFpRvpB { top:16rem;left:12.875rem;width:18.875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EauCBKaB9dfCIyxPwahZ2S7q68DXFvN4 { top:1.3125rem;left:0rem;width:26.625rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqWg0uZ4CZDMfwF7Ulxph1ZBlTNipSg7 { top:7.125rem;left:0rem;width:45.125rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkRw3zoIHCrwFbxi3Fs8DXHRNqXp4hkV { top:21.4375rem;left:0rem;width:28.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJFJZ31Ew3AufcKJAlTi7DVgKzre8Iq5 { top:19.4375rem;left:12.875rem;width:18.875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDSGbm5F0IQFUBOP1HzLs7OKXxHXb4DT { top:19.4375rem;left:0rem;width:18.875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKEpLaoKhssfgTPO0k455AQMQTXCw4TA { top:18rem;left:0rem;width:28.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9pdshplFgaciHTM2bH1XTaGPVfHI13C { top:18rem;left:3.625rem;width:28.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSGngvhw8vOix0uCLNm60Rvc4hcHHCwu { top:21.5rem;left:3.625rem;width:28.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUQ8r63qO8Pmw3ux8Aa2JT0Vy39STn6R { top:13.4375rem;left:0rem;width:31.4375rem;height:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEGRQoiAlvQVzq3F1gT5gRDkDOlmsZn4 { top:16rem;left:0rem;width:27.4375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNKl0mSq8GAbHAAFxAkvUol3M917x92u { top:22.6875rem;left:0rem;width:22.9375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Diwo8MDRav1tOZ2fB1dcN77QrfI1sfSu { top:24.75rem;left:0rem;width:28.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1XU8mMCTfhDkTAliThNSxcy648S2eiP { width:20.0625rem;height:3.4375rem;top:27.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #spyVhmFpNqeo9NVBDMRBnap6Paf0OEwu { display:block; }
 }@media only screen and (max-width: 763px) { #x2UhAi8xyDeIN2Hz7p99I05JeanxLis2 { width:19.9375rem;height:3.4375rem;top:27.0625rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJIpy8xEeVOSSd6hofMwq4MDlCUTQsAg { display:block; }
 }@media only screen and (max-width: 763px) { #XEg7c4fBmiJSznVkLe6sT5czotUzNl1R { display:block; }#XEg7c4fBmiJSznVkLe6sT5czotUzNl1R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IdOpJAG3z0QDw9EGgeIC9tHvyGJSXegU { width:47.75rem;height:3.125rem;top:1.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #riJr2weTA2KVi7wxTw34wXEAn6vBh3l3 { width:47.75rem;height:1.4375rem;top:6.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VS91rTdg9pd1v50NzpsksThx3KvRsoio { width:18.9375rem;height:18.75rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvz6pleCWiRELKEwpsAwa2gbP6aScZWR { width:4.5rem;height:4.5rem;top:11.5625rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2cOEvTMJOEfJmF4EOH6TBcDGuEXfceH { width:16.875rem;height:1.75rem;top:17.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1EPeN6Amh3gWNXDzpBigtrDsBKncpzZ { width:16.875rem;height:6.5625rem;top:20.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtUnONkFhQv8P3mEMHLIzwqg43gfuGtG { width:18.9375rem;height:18.75rem;top:9.75rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpT0qZXPF48Z5XkxaTaALFdeuVOeyTJu { width:16.875rem;height:5.25rem;top:21.5625rem;left:15.437501907349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPtSUoXp2BTHcv3R7GVzEA6LlpBskEfW { width:16.875rem;height:3.5625rem;top:17.625rem;left:15.437501907349rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdwEx57XKEm7BJ5VIX5uQ3rsyqlVKr3i { width:4.5rem;height:4.5rem;top:11.5625rem;left:21.625001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #NchySzuiAeJTUG8AQ2AdfdaUppVL3U2q { width:18.9375rem;height:18.75rem;top:9.75rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHhWDkaROIGoAJrzEqc3hbIEKZIPIBT6 { width:17.9375rem;height:5.25rem;top:21.5625rem;left:29.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIZpVxGQ3Ormv1FapOpayfE4ZvavNhtg { width:16.875rem;height:1.75rem;top:17.625rem;left:30.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRDMyTMpeKkWPOHyVBOkKoyaCS84CCNT { width:4.5rem;height:4.5rem;top:11.5625rem;left:42.156251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeyhFFdXkwmLtVIEbIPqLyEHsLh9Aziu { display:block; }#qeyhFFdXkwmLtVIEbIPqLyEHsLh9Aziu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XRosUVyTel7VB8mssEoBXTrATSnaOHtx { top:18.625rem;left:21.0625rem;width:26.6875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tbq7DtuH4byuH67BcTSN7Xeluc9taQLT { top:16.5625rem;left:31.312501907349rem;width:9.0625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHh06eqIJv7ZCJQJlrz9o07m7pdqRSi8 { top:16.8125rem;left:17.4375rem;width:6.4375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKNa0spq9WsdOAGyfqawW4IOGFsumNoA { top:14.125rem;left:17rem;width:6.875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7dmwb0oU5P1bFuSMucAh9dlF3BKfysK { top:7.9375rem;left:31.75rem;width:8.1875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxAvqzWGUqBzqyoMPEACKKHToCcVZtz8 { top:9.0625rem;left:13.375rem;width:10.5rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTCEWH9fCdZqtGi3DxRkKp0Ci8qxhWm3 { top:18.5625rem;left:5.625rem;width:10.375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEBzB1RIqSSeUigdlXvtxP5h5qiyCqpH { top:13.375rem;left:7.4375rem;width:6.75rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqQFl7xiWR9UF0M0qi47Eg3aB8yH3709 { top:7.6875rem;left:7.5625rem;width:6.4375rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bn47lAlgPKyn2oDKHx4TObUXeRnQatep { top:6.25rem;left:4.75rem;width:14.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMIq9D2NCwS8VpkP6azgbg7DSNh7MBls { top:6.25rem;left:28.625rem;width:14.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEsQ478paxsXHriU0TNuSR2VZuegWBib { top:0rem;left:0rem;width:30rem;height:5.0625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzfsONUSRkHGbSEgBtyd6492ssUHWAFF { top:0rem;left:20.5rem;width:27.25rem;height:5.0625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTS1GKHEFTPOMaXRJcPfsdhFgOflEd34 { top:15.5rem;left:0rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUvTsMykkkBzvBcOyiz0RrC4vZWISff0 { top:14.5rem;left:0rem;width:5.5625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP1f2TEKFgtWDo5QG1QLLhcrToFiaA2t { top:8.9375rem;left:0rem;width:6.0625rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0iByfhhI9waLmFmXgOEuzHbSRAI7nL1 { top:22.0625rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RL7v0NSIOuSDVCbRKpCqA9J5G8u37gEN { top:23.4375rem;left:6.40625rem;width:8.8125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGlzxdw8Nx7LMe83FHhyhy8MWS6mC3xP { top:20.875rem;left:17.5rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4Poqu7BO3gJ9o5vX2JG8Epmdx5Ikq2E { top:21.1875rem;left:17.8125rem;width:29.9375rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOPZpttNEsLbnu3P8DDVIQVdCT9FbZKO { display:block; }#wOPZpttNEsLbnu3P8DDVIQVdCT9FbZKO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gqmTpEE4ftTAvnUon6QhXsqPDP37SgTs { top:2.8125rem;left:0rem;width:41.125rem;height:4.9375rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dI62IsquZNAmm9KfTOoCQfCWJFgpwavn { top:0.875rem;left:0rem;width:22.75rem;height:1.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7A60uQKyEdW6gywSuHhFRHfXZ5tkPHR { display:block; }#m7A60uQKyEdW6gywSuHhFRHfXZ5tkPHR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #haHpzWt44KSzbwNt5ZUe7UT9F6SID4AH { top:0rem;left:0rem;width:47.75rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkEecatnLgknNuB5UVrIrRMQp4Lg9mT2 { display:block; }#ZkEecatnLgknNuB5UVrIrRMQp4Lg9mT2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tSlCXoI6OkZoRC0mFNS4bzIqhUEMMFXS { width:21.5rem;height:3.4375rem;top:1rem;left:13.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hg3NCr3a3Pn3kl1N34zTdHVCX0VTScyo { display:block; }
 }@media only screen and (max-width: 763px) { #IUHiIfsRTN4kH2GEVVeJvbxaI7GbWbzN { display:block; }#IUHiIfsRTN4kH2GEVVeJvbxaI7GbWbzN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB { width:18rem;height:5.0625rem;display:flex;top:11.9375rem;left:28.375rem;z-index:15072; }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #qWTls8MVNquTeXK36szwqhyxotUkJZx2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #O4emhOClTHEtI4AMBKJbCPKKmSTgzJum {  }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #VZrt61IsIo3dlTV54lrOu965lq2obJ1Z {  }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #SbEdtA4yppyc2nEKNvqzKuAXVEEXfLUl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #bJkKkxtv8Ufm8bUZGxTMBkRyywEd3VFH {  }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #th8HbloOgmrQm6RpktBFXdzZQ5aSkRKR {  }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #RbpRWvSwQcQQOfTHdm9VbCLreRMMzWfV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #yPttVcivZrsrnhopS5Ics7oLCtP7OOeo {  }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #GTcadRqrtoorBrEOceFzl15Zns9VW8bJ {  }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #MXZ49rlp0EeT8KeThePeBnASbcdSwvxo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #OXlT2ToHoG5hqrJCHsmSVhMHtUmTHvkW {  }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #eHRDzOJqAsAsp99HQiVo6DTiqNTLDlEd {  }
 }@media only screen and (max-width: 763px) { #uCbJUBpAUqi3kmatUczDeyBgqTRsV4mq { top:1.0625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFGJx2xaE4SzRy9TeTKUbu3lZnMSpRHr { width:17.5rem;height:3.4375rem;top:15.0625rem;left:14.062501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #pekULTfk4NGlKSQwPiWTQO0CiTNHNXuJ { display:block; }
 }@media only screen and (max-width: 763px) { #XTap5sHCwWWoN0HigWHs2nCrRcTVUixQ { display:block; }#XTap5sHCwWWoN0HigWHs2nCrRcTVUixQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OPAy3zvUzagWBeDgKgrQm7m5oe20s8fh { top:4.0625rem;left:0rem;width:30rem;height:5.6875rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf { display:flex;height:auto;width:27.8125rem;top:22.9375rem;left:0rem; }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #vcusGxWbl3Il5lD1OMznnRqAfqozcyPx {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #Hh1ygrLGGpyTTXdZdb3wCvMf5ewJEt9K {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #KiOflehykbcI7fEI5WRVuSy681x2hwac {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #ms4fkNxOVQPF7do64dC24sT7zgrwqKQM {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #tkNAWhX0y02H1tsO8GUAsUTu9AO3RyIn {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #CrvD1938091FVsBZO977hsDPKXulyAEk {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #UnolWR5T8GHHUyoZ2Tgn3FGSdB7S6qpE {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #rLyskXqrz9gGM7NPhUsSBxdhATVaw1Cm {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #kLtXc9hiGyt9whQpzkPOM1Q7iil69eMh {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #pL7kWfAdqQTdbUHMHEQePfAyHh8JqA75 {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #VB7wTrgiGc470QOycvJIkp5VbGtQRo7V {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #vbWkqQ9tUuQ7yuz7qJ32mgMJb9yZG1Py {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #feUWvRg1JqNyOIfZ5ENISCTK5E5DuWbM {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #qBkwR7kPAL2dvaohTOkEmkqRRUwvToTQ {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #UN2ir4W9SF63nvhFOQHfOMsU2olGwwLP {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #HIbI5HDXwXi4JUcIiviLfQJti0JdVwsK {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #uDCXPqSSKWr8ExwX1dh22U4TdoIW1y0V {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #psHPWueaEwnttWXRrkesc12E50P3t7Ew {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #Ak7ZukwXGra0cddfl2DyaJGTratLRiAt {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #icfPODhEd0DR5wRMTL1V2XvMXmfZBA6b {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #ddEd5XDrCUmTImlWOAPhNmyU4I6DfRyZ {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #nSGqgsU69gcGuxWKHm3G3hQe0zUt9NbH {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #vilZpdH7bn0bcRFfkKouozuCVdlQ8XNs {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #NDZsHUQrETeJaDEm2fOTcv2cP2Ohw4ey {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #HmuJt01VcCXGVWeFcdmyo3Rlbu0RCqHb {  }
 }@media only screen and (max-width: 763px) { #MEDT4EebDahogdSXr7FCnt3TrwF8I9nw { top:10.4375rem;left:0rem;width:26.625rem;height:1.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec2lTOAsTWhB01HhPW0SOBIWDXkKFUX9 { top:4.125rem;left:19.4375rem;width:28.3125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPVUekGcnvDTMkXIiRJkLp3SBTVhTk2S { display:block; }#bPVUekGcnvDTMkXIiRJkLp3SBTVhTk2S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A4pU78RggFa6diFxKJKvxz5M6uxxDLwL { top:1.4375rem;left:0rem;width:37.375rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT3IdtMSiag2aVTL5yT0Le8LvOaHr1Io { top:1.4375rem;left:11.6875rem;width:20.0625rem;height:3.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PagDMxXTLXE3xQtNVZftsctOEJhdKyFt { top:6.6875rem;left:11.6875rem;width:20.0625rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q86IKyDvyULaIecVTQSZwIKdbl7PEKwt { top:5.0625rem;left:38.124998092651rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdWCwW4omeEWZTMFiEPSkVFuTNzHTKD6 { display:block; }#CdWCwW4omeEWZTMFiEPSkVFuTNzHTKD6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xzt068KF4i5Qxz5kdRHvF5AT1ZkumwDm { top:3.375rem;left:0rem;width:26.875rem;height:2.4375rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhwIJ9TFBltrl9AIA7VWQ6OTPT9v4oEm { top:1.4375rem;left:0rem;width:22.75rem;height:1.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lt9rkUILtpTrOQdg4VPP6feyOmA0hBOn { top:2.3125rem;left:43.1875rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFWFsaqKVp2u9wHOR1K9KDTvk2JgZLgP { display:block; }#UFWFsaqKVp2u9wHOR1K9KDTvk2JgZLgP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dtlL3ASMBXcSFTDpwXuVoJ7FPMUxyn2s { top:0rem;left:0rem;width:47.75rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8aL476LJwLoSw7WIuSAVslD17LRwTqk { display:block; }#p8aL476LJwLoSw7WIuSAVslD17LRwTqk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dy1qqNa3yq2n6mW3H9JtR3pUaV8t20pO { top:2.9375rem;left:43.362501144409rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UusmCKgc8zwTTnu4wVkD55geOB4XcNLV { top:2.75rem;left:45.4375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGGHpOQQ9tKHo1V9hdx7EwXAzENNtzrZ { top:1.75rem;left:0rem;width:16.625rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNOZLzb2BaIqhcapuQiuLUuLStbx64eE { top:1.875rem;left:11.6875rem;width:20.0625rem;height:3.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKZnaIullG4wlrIrAvU9HiKZUDuNeiPd { top:1.0625rem;left:33.936719894409rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ot5CL6UmCLJbPukehxvxFZp6wn9cR3Ux { display:block; }#Ot5CL6UmCLJbPukehxvxFZp6wn9cR3Ux > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X5bE4h3kToh4aUT4P3yRfnAc2MihQFOK { width:13.375rem;height:3.1875rem;top:1.6875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVfqnVwmsID1wfEuNQ8oHVydsoEVXbUQ { background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/uc/f8cd2474-9d15-4d3e-a547-18df2e8bfa08/JPO.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#iVfqnVwmsID1wfEuNQ8oHVydsoEVXbUQ.adaptive-delivery-prevent-bg, #iVfqnVwmsID1wfEuNQ8oHVydsoEVXbUQ.lazyload, #iVfqnVwmsID1wfEuNQ8oHVydsoEVXbUQ.lazyloading { background-image: none; }#iVfqnVwmsID1wfEuNQ8oHVydsoEVXbUQ > .row .container { background-color: transparent; background-image: none; }#iVfqnVwmsID1wfEuNQ8oHVydsoEVXbUQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iVfqnVwmsID1wfEuNQ8oHVydsoEVXbUQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iVfqnVwmsID1wfEuNQ8oHVydsoEVXbUQ > .row .container > .video-iframe-container { display: none; }#iVfqnVwmsID1wfEuNQ8oHVydsoEVXbUQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iVfqnVwmsID1wfEuNQ8oHVydsoEVXbUQ > .row > .video-iframe-container { display: none; }#iVfqnVwmsID1wfEuNQ8oHVydsoEVXbUQ > .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); }#iVfqnVwmsID1wfEuNQ8oHVydsoEVXbUQ > .row .container { width:20rem;height:32.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tgf4QJRyKLmOEseaTI81MdKwvGFpRvpB { width:15.625rem;height:1.3rem;top:15.32421875rem;left:2.1875000596046rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #EauCBKaB9dfCIyxPwahZ2S7q68DXFvN4 { width:20rem;height:1.375rem;top:0.875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #LqWg0uZ4CZDMfwF7Ulxph1ZBlTNipSg7 { width:20rem;height:4.4rem;top:3.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #wkRw3zoIHCrwFbxi3Fs8DXHRNqXp4hkV { width:15.625rem;height:0.0625rem;top:17.01171875rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJFJZ31Ew3AufcKJAlTi7DVgKzre8Iq5 { width:15.625rem;height:1.3rem;top:19.43593788147rem;left:2.1875000596046rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rDSGbm5F0IQFUBOP1HzLs7OKXxHXb4DT { width:15.625rem;height:1.3rem;top:17.32421875rem;left:2.1875000596046rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QKEpLaoKhssfgTPO0k455AQMQTXCw4TA { width:15.625rem;height:0.0625rem;top:14.88671875rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9pdshplFgaciHTM2bH1XTaGPVfHI13C { width:15.625rem;height:0.0625rem;top:19.06093788147rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSGngvhw8vOix0uCLNm60Rvc4hcHHCwu { width:15.625rem;height:0.0625rem;top:20.98593711853rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUQ8r63qO8Pmw3ux8Aa2JT0Vy39STn6R { width:13.9375rem;height:1.71875rem;top:9.35000038147rem;left:3.0312500596046rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #OEGRQoiAlvQVzq3F1gT5gRDkDOlmsZn4 { width:20rem;height:1.3rem;top:13.57421875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #eNKl0mSq8GAbHAAFxAkvUol3M917x92u { width:20rem;height:1.3rem;top:21.45468711853rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Diwo8MDRav1tOZ2fB1dcN77QrfI1sfSu { width:20rem;height:0.0625rem;top:22.73593711853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1XU8mMCTfhDkTAliThNSxcy648S2eiP { width:19rem;height:3.4375rem;top:23.610939025879rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #spyVhmFpNqeo9NVBDMRBnap6Paf0OEwu { display:block; }
 }@media only screen and (max-width: 763px) { #x2UhAi8xyDeIN2Hz7p99I05JeanxLis2 { width:19.9375rem;height:3.4375rem;top:28.298439025879rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJIpy8xEeVOSSd6hofMwq4MDlCUTQsAg { display:block; }
 }@media only screen and (max-width: 763px) { #XEg7c4fBmiJSznVkLe6sT5czotUzNl1R { display:block; }#XEg7c4fBmiJSznVkLe6sT5czotUzNl1R > .row .container { width:20rem;height:73.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IdOpJAG3z0QDw9EGgeIC9tHvyGJSXegU { width:20rem;height:3.9rem;top:0.92343711853025rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #riJr2weTA2KVi7wxTw34wXEAn6vBh3l3 { width:20rem;height:0.975rem;top:6.31093788147rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VS91rTdg9pd1v50NzpsksThx3KvRsoio { width:18.9375rem;height:18.75rem;top:11.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvz6pleCWiRELKEwpsAwa2gbP6aScZWR { width:4.5rem;height:4.5rem;top:12.999999046326rem;left:7.7500005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2cOEvTMJOEfJmF4EOH6TBcDGuEXfceH { width:16.25rem;height:1.7875rem;top:19.667968511581rem;left:1.8750000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T1EPeN6Amh3gWNXDzpBigtrDsBKncpzZ { width:16.25rem;height:6.5625rem;top:22.498437643051rem;left:1.8750000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qtUnONkFhQv8P3mEMHLIzwqg43gfuGtG { width:18.9375rem;height:18.75rem;top:32.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpT0qZXPF48Z5XkxaTaALFdeuVOeyTJu { width:17.6875rem;height:5.25rem;top:44.623436927796rem;left:1.1234374642372rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nPtSUoXp2BTHcv3R7GVzEA6LlpBskEfW { width:16.25rem;height:3.575rem;top:39.77499961853rem;left:1.8750000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bdwEx57XKEm7BJ5VIX5uQ3rsyqlVKr3i { width:4.5rem;height:4.5rem;top:33.71875166893rem;left:7.7500005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #NchySzuiAeJTUG8AQ2AdfdaUppVL3U2q { width:18.9375rem;height:18.75rem;top:53rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHhWDkaROIGoAJrzEqc3hbIEKZIPIBT6 { width:17.8125rem;height:5.25rem;top:64.998439788819rem;left:1.0929687619209rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AIZpVxGQ3Ormv1FapOpayfE4ZvavNhtg { width:20rem;height:1.7875rem;top:61.481248855591rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lRDMyTMpeKkWPOHyVBOkKoyaCS84CCNT { width:4.5rem;height:4.5rem;top:55.375rem;left:7.7500005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeyhFFdXkwmLtVIEbIPqLyEHsLh9Aziu { display:block; }#qeyhFFdXkwmLtVIEbIPqLyEHsLh9Aziu > .row .container { width:20rem;height:85.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XRosUVyTel7VB8mssEoBXTrATSnaOHtx { width:20rem;height:2.925rem;top:72.7624997139rem;left:0rem;font-size:1.125rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #Tbq7DtuH4byuH67BcTSN7Xeluc9taQLT { width:9.0625rem;height:1.4625rem;top:70.0499997139rem;left:5.4375rem;font-size:1.125rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #xHh06eqIJv7ZCJQJlrz9o07m7pdqRSi8 { width:6.4375rem;height:4.375rem;top:41.987499713897rem;left:6.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FKNa0spq9WsdOAGyfqawW4IOGFsumNoA { width:6.875rem;height:1.6875rem;top:35.112499713897rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7dmwb0oU5P1bFuSMucAh9dlF3BKfysK { width:8.1875rem;height:8.1875rem;top:60.612499713897rem;left:5.875rem;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #HxAvqzWGUqBzqyoMPEACKKHToCcVZtz8 { width:10.5rem;height:1.25rem;top:15.875rem;left:4.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LTCEWH9fCdZqtGi3DxRkKp0Ci8qxhWm3 { width:10.375rem;height:2.6875rem;top:38.049999713897rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEBzB1RIqSSeUigdlXvtxP5h5qiyCqpH { width:6.75rem;height:3.5rem;top:30.362499713897rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqQFl7xiWR9UF0M0qi47Eg3aB8yH3709 { width:6.4375rem;height:4rem;top:10.625rem;left:6.7812500596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bn47lAlgPKyn2oDKHx4TObUXeRnQatep { width:14.375rem;height:0.125rem;top:6.5rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMIq9D2NCwS8VpkP6azgbg7DSNh7MBls { width:14.375rem;height:0.125rem;top:59.237499713897rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEsQ478paxsXHriU0TNuSR2VZuegWBib { width:20rem;height:4rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #xzfsONUSRkHGbSEgBtyd6492ssUHWAFF { width:20rem;height:auto;top:0rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #KTS1GKHEFTPOMaXRJcPfsdhFgOflEd34 { width:7.9375rem;height:7.9375rem;top:18.375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUvTsMykkkBzvBcOyiz0RrC4vZWISff0 { width:5.5625rem;height:1.25rem;top:18.375000953674rem;left:7.2187500596044rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uP1f2TEKFgtWDo5QG1QLLhcrToFiaA2t { width:6.0625rem;height:1.5rem;top:7.5625rem;left:6.9687500596044rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #b0iByfhhI9waLmFmXgOEuzHbSRAI7nL1 { width:4.125rem;height:4.125rem;top:24.987499713897rem;left:7.90625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RL7v0NSIOuSDVCbRKpCqA9J5G8u37gEN { width:8.8125rem;height:2.75rem;top:47.612499713897rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGlzxdw8Nx7LMe83FHhyhy8MWS6mC3xP { width:6.375rem;height:6.375rem;top:51.612499713897rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4Poqu7BO3gJ9o5vX2JG8Epmdx5Ikq2E { width:20rem;height:7.3125rem;top:76.9374997139rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOPZpttNEsLbnu3P8DDVIQVdCT9FbZKO { display:block; }#wOPZpttNEsLbnu3P8DDVIQVdCT9FbZKO > .row .container { width:20rem;height:11.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gqmTpEE4ftTAvnUon6QhXsqPDP37SgTs { width:20rem;height:6rem;top:3.7492184638977rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #dI62IsquZNAmm9KfTOoCQfCWJFgpwavn { width:20rem;height:1.3125rem;top:1.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #m7A60uQKyEdW6gywSuHhFRHfXZ5tkPHR { display:block; }#m7A60uQKyEdW6gywSuHhFRHfXZ5tkPHR > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #haHpzWt44KSzbwNt5ZUe7UT9F6SID4AH { width:20rem;height:15.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkEecatnLgknNuB5UVrIrRMQp4Lg9mT2 { display:block; }#ZkEecatnLgknNuB5UVrIrRMQp4Lg9mT2 > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tSlCXoI6OkZoRC0mFNS4bzIqhUEMMFXS { width:19rem;height:3.4375rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hg3NCr3a3Pn3kl1N34zTdHVCX0VTScyo { display:block; }
 }@media only screen and (max-width: 763px) { #IUHiIfsRTN4kH2GEVVeJvbxaI7GbWbzN { display:block; }#IUHiIfsRTN4kH2GEVVeJvbxaI7GbWbzN { background-color: transparent; background-image: none; }#IUHiIfsRTN4kH2GEVVeJvbxaI7GbWbzN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUHiIfsRTN4kH2GEVVeJvbxaI7GbWbzN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUHiIfsRTN4kH2GEVVeJvbxaI7GbWbzN > .row .container > .video-iframe-container { display: none; }#IUHiIfsRTN4kH2GEVVeJvbxaI7GbWbzN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUHiIfsRTN4kH2GEVVeJvbxaI7GbWbzN > .row > .video-iframe-container { display: none; }#IUHiIfsRTN4kH2GEVVeJvbxaI7GbWbzN > .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); }#IUHiIfsRTN4kH2GEVVeJvbxaI7GbWbzN > .row .container { width:20rem;height:19.75rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/2c583aad-6d71-49de-bfad-2931b0cfb374/JPOCulture.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#IUHiIfsRTN4kH2GEVVeJvbxaI7GbWbzN > .row .container.adaptive-delivery-prevent-bg, #IUHiIfsRTN4kH2GEVVeJvbxaI7GbWbzN > .row .container.lazyload, #IUHiIfsRTN4kH2GEVVeJvbxaI7GbWbzN > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB { width:18rem;height:5.0625rem;display:flex;top:6.7453136444094rem;left:0.90312498807906rem;z-index:15072; }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #qWTls8MVNquTeXK36szwqhyxotUkJZx2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #O4emhOClTHEtI4AMBKJbCPKKmSTgzJum {  }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #VZrt61IsIo3dlTV54lrOu965lq2obJ1Z {  }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #SbEdtA4yppyc2nEKNvqzKuAXVEEXfLUl { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #bJkKkxtv8Ufm8bUZGxTMBkRyywEd3VFH {  }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #th8HbloOgmrQm6RpktBFXdzZQ5aSkRKR {  }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #RbpRWvSwQcQQOfTHdm9VbCLreRMMzWfV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #yPttVcivZrsrnhopS5Ics7oLCtP7OOeo {  }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #GTcadRqrtoorBrEOceFzl15Zns9VW8bJ {  }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #MXZ49rlp0EeT8KeThePeBnASbcdSwvxo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #OXlT2ToHoG5hqrJCHsmSVhMHtUmTHvkW {  }
 }@media only screen and (max-width: 763px) { #KUZnIxMmRcevr2PmNV1nWPeIleGmGFAB #eHRDzOJqAsAsp99HQiVo6DTiqNTLDlEd {  }
 }@media only screen and (max-width: 763px) { #uCbJUBpAUqi3kmatUczDeyBgqTRsV4mq { width:20rem;height:3.575rem;top:1.7249999046326rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFGJx2xaE4SzRy9TeTKUbu3lZnMSpRHr { width:17.5rem;height:3.4375rem;top:13.5rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #pekULTfk4NGlKSQwPiWTQO0CiTNHNXuJ { display:block; }
 }@media only screen and (max-width: 763px) { #XTap5sHCwWWoN0HigWHs2nCrRcTVUixQ { display:block; }#XTap5sHCwWWoN0HigWHs2nCrRcTVUixQ > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OPAy3zvUzagWBeDgKgrQm7m5oe20s8fh { width:20rem;height:4rem;top:1.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf { display:flex;height:auto;width:17.5rem;top:10.5625rem;left:1.1875rem; }
#rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #vcusGxWbl3Il5lD1OMznnRqAfqozcyPx {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #Hh1ygrLGGpyTTXdZdb3wCvMf5ewJEt9K {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #KiOflehykbcI7fEI5WRVuSy681x2hwac {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #ms4fkNxOVQPF7do64dC24sT7zgrwqKQM {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #tkNAWhX0y02H1tsO8GUAsUTu9AO3RyIn {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #CrvD1938091FVsBZO977hsDPKXulyAEk {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #UnolWR5T8GHHUyoZ2Tgn3FGSdB7S6qpE {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #rLyskXqrz9gGM7NPhUsSBxdhATVaw1Cm {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #kLtXc9hiGyt9whQpzkPOM1Q7iil69eMh {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #pL7kWfAdqQTdbUHMHEQePfAyHh8JqA75 {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #VB7wTrgiGc470QOycvJIkp5VbGtQRo7V {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #vbWkqQ9tUuQ7yuz7qJ32mgMJb9yZG1Py {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #feUWvRg1JqNyOIfZ5ENISCTK5E5DuWbM {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #qBkwR7kPAL2dvaohTOkEmkqRRUwvToTQ {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #UN2ir4W9SF63nvhFOQHfOMsU2olGwwLP {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #HIbI5HDXwXi4JUcIiviLfQJti0JdVwsK {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #uDCXPqSSKWr8ExwX1dh22U4TdoIW1y0V {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #psHPWueaEwnttWXRrkesc12E50P3t7Ew {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #Ak7ZukwXGra0cddfl2DyaJGTratLRiAt {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #icfPODhEd0DR5wRMTL1V2XvMXmfZBA6b {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #ddEd5XDrCUmTImlWOAPhNmyU4I6DfRyZ {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #nSGqgsU69gcGuxWKHm3G3hQe0zUt9NbH {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #vilZpdH7bn0bcRFfkKouozuCVdlQ8XNs {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #NDZsHUQrETeJaDEm2fOTcv2cP2Ohw4ey {  }
 }@media only screen and (max-width: 763px) { #rTNGqlVTfhy2c6Du2aGuF09NPluKCqRf #HmuJt01VcCXGVWeFcdmyo3Rlbu0RCqHb {  }
 }@media only screen and (max-width: 763px) { #MEDT4EebDahogdSXr7FCnt3TrwF8I9nw { width:20rem;height:2.75rem;top:6.375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ec2lTOAsTWhB01HhPW0SOBIWDXkKFUX9 { width:17.6875rem;height:0.0625rem;top:10.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPVUekGcnvDTMkXIiRJkLp3SBTVhTk2S { display:block; }#bPVUekGcnvDTMkXIiRJkLp3SBTVhTk2S > .row .container { width:20rem;height:33.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A4pU78RggFa6diFxKJKvxz5M6uxxDLwL { height:10.935125rem;width:20rem;top:20.87265586853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT3IdtMSiag2aVTL5yT0Le8LvOaHr1Io { width:20rem;height:4.95rem;top:1.62353515625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PagDMxXTLXE3xQtNVZftsctOEJhdKyFt { width:16.875rem;height:7.875rem;top:9.3117184638975rem;left:1.5625000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q86IKyDvyULaIecVTQSZwIKdbl7PEKwt { width:3.125rem;height:0.125rem;top:7.7492184638975rem;left:8.4375005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdWCwW4omeEWZTMFiEPSkVFuTNzHTKD6 { display:block; }#CdWCwW4omeEWZTMFiEPSkVFuTNzHTKD6 > .row .container { width:20rem;height:8.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xzt068KF4i5Qxz5kdRHvF5AT1ZkumwDm { width:20rem;height:2rem;top:5.50341796875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #OhwIJ9TFBltrl9AIA7VWQ6OTPT9v4oEm { width:15.625rem;height:2.75rem;top:2.06591796875rem;left:2.1875rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #lt9rkUILtpTrOQdg4VPP6feyOmA0hBOn { width:4.5625rem;height:4.5625rem;top:-1.3125rem;left:15.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UFWFsaqKVp2u9wHOR1K9KDTvk2JgZLgP { display:block; }#UFWFsaqKVp2u9wHOR1K9KDTvk2JgZLgP > .row .container { width:20rem;height:36rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dtlL3ASMBXcSFTDpwXuVoJ7FPMUxyn2s { width:20rem;height:35.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8aL476LJwLoSw7WIuSAVslD17LRwTqk { display:block; }#p8aL476LJwLoSw7WIuSAVslD17LRwTqk > .row .container { width:20rem;height:21.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dy1qqNa3yq2n6mW3H9JtR3pUaV8t20pO { width:1.5rem;height:1.5rem;top:11.84375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UusmCKgc8zwTTnu4wVkD55geOB4XcNLV { width:1.625rem;height:1.625rem;top:11.78125rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGGHpOQQ9tKHo1V9hdx7EwXAzENNtzrZ { width:14.1875rem;height:3.4375rem;top:1.75rem;left:2.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNOZLzb2BaIqhcapuQiuLUuLStbx64eE { width:20rem;height:3.65625rem;top:6.625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WKZnaIullG4wlrIrAvU9HiKZUDuNeiPd { width:5.625rem;height:5.625rem;top:14.65625rem;left:7.1875rem;display:block; }
 }