.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:255,255,255;--color-primary-1:255,255,255;--color-primary-2:255,255,255;--color-primary-3:128,128,128;--color-primary-4:38,38,38;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:25,25,25;--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:#ec671b;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:20.437499523163rem;left:0rem;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:32.6875rem;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:4.0625rem;left:0rem;height:;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-primary-1),1);background-image:none;top:23.062499523163rem;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:20.124999523163rem;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:23.687499523163rem;left:0rem;height:1.54375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cLtIr76FegzKTZoLUzJ25I4nD16BOcsw { color:rgba(var(--color-tertiary-0),1);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:23.562499523163rem;left:31.875001907349rem;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-primary-1),1);background-image:none;top:19.624999523163rem;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-primary-1),1);background-image:none;top:26.187499523163rem;left:0rem;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-primary-1),1);background-image:none;top:22.749999523163rem;left:31.875001907349rem;display:block; }
#ov1NLUohWebvimb46pmpSczT1OeXwUGk { box-sizing:content-box;height:0.0625rem;width:28.125rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-1),1);background-image:none;top:25.874999523163rem;left:31.875001907349rem;display:block; }
#NB67VSMFKidLtCzDM2ZqqF6GuoyUVeSi { color:rgba(var(--color-tertiary-0),1);display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:27.862501144409rem;left:14.15625rem;height:1.4625rem;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; }
#VDFq2R4FLluV4TyyqrPchmlGWbPbS0PK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:27.875rem;left:46.23671913147rem; }
#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:14.1875rem;left:0rem;height:;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:17.624999523163rem;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; }
#ECgJMNiorX8pb0l8x1wLRkGQeLBvLqyN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:27.875rem;left:11.65625rem; }
#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; }
#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/1ee4b5c8-12d1-4e0d-aec0-cc3f1a4e91ce/JPOInflu.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:19.6875rem;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:#ec671b;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:#ec671b;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:#ffffff;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; }
#UkLHOWWBRW0nRDpdTCohpzoq61dAcwau { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UkLHOWWBRW0nRDpdTCohpzoq61dAcwau.adaptive-delivery-prevent-bg, #UkLHOWWBRW0nRDpdTCohpzoq61dAcwau.lazyload, #UkLHOWWBRW0nRDpdTCohpzoq61dAcwau.lazyloading { background-image: none; }#UkLHOWWBRW0nRDpdTCohpzoq61dAcwau > .row .container { background-color: transparent; background-image: none; }#UkLHOWWBRW0nRDpdTCohpzoq61dAcwau::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UkLHOWWBRW0nRDpdTCohpzoq61dAcwau > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UkLHOWWBRW0nRDpdTCohpzoq61dAcwau > .row .container > .video-iframe-container { display: none; }#UkLHOWWBRW0nRDpdTCohpzoq61dAcwau > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UkLHOWWBRW0nRDpdTCohpzoq61dAcwau > .row > .video-iframe-container { display: none; }#UkLHOWWBRW0nRDpdTCohpzoq61dAcwau > .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); }#UkLHOWWBRW0nRDpdTCohpzoq61dAcwau > .row .container { border-width: 0; border-radius: 0; }#UkLHOWWBRW0nRDpdTCohpzoq61dAcwau > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UkLHOWWBRW0nRDpdTCohpzoq61dAcwau > .row .container { font-size:0.875rem;font-family:arial;height:22.1875rem;width:60rem;position:relative;display:block; }#ddyPFaGX79vFhy6A0JqvsrW5gVEtN7id { color:#000000;display:block;width:41.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:300;z-index:15020;line-height:.9;letter-spacing:0;top:2.125rem;left:10.0625rem;height:5.736325rem;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; }
#P8qIdPWRgITF3URcbVpHeQwF3Mzl543C { box-sizing:content-box;height:0.125rem;width:14.375rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:9.5rem;left:23.4375rem;display:block; }
#QLG5cM19qgsTnz95GsdQP2yqOAvfymTS { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:7.9375rem;top:9.5rem;left:32.800001144409rem;overflow:hidden;display:block; }
#MlJtbQtJ3tXgCrmxTFBELGMtnpQ2nzp5 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:6.4375rem;top:11.28125rem;left:42.20546913147rem;overflow:hidden;display:block; }
#H84hFNxR6HbEHD9NKyqWTI2Na0hoCtWc { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:10.5rem;top:13.15625rem;left:20.750001907349rem;overflow:hidden;display:block; }
#Ac5Qy0teVbhLtJcvzd3DNKqQ7oHZIJsK { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:5.5625rem;top:13.15625rem;left:2.0625rem;overflow:hidden;display:block; }
#fqV35gTGFw5KSSH999OudouX4sTOuhTm { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:6.75rem;top:17.4375rem;left:51.499998092651rem;overflow:hidden;display:block; }
#oXp6ywul0yHFWbzg3SZHOyseX9PoDc8y { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.125rem;top:16.487501144409rem;left:2.0625rem;overflow:hidden;display:block; }
#V1pgkcODHKXmPlEstM4TrnBbMUkDnAzf { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:7.75rem;top:17.75rem;left:10.67421913147rem;overflow:hidden;display:block; }
#ThlQyHKn10lhEeki8UwZD76DKtuUGnyE { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:8.8125rem;top:17.75rem;left:21.593751907349rem;overflow:hidden;display:block; }
#o4dQIRmtN3HPZQo1gd0K1UdmJbzFHnEr { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:6.875rem;top:18.34375rem;left:41.98671913147rem;overflow:hidden;display:block; }
#TKI2hvwSDKEtlvqLTLMLB9dvzgaHMdf4 { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:10.375rem;top:12.4375rem;left:49.624998092651rem;overflow:hidden;display:block; }
#nbelLJGN565iWDi8ohSslzeFq70krVzq { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:6.4375rem;top:11.78125rem;left:11.33046913147rem;overflow:hidden;display:block; }
#JO7ZO05VbtU0dwwUgWTebtTl5ZFBRfZo { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:6.375rem;top:15.65625rem;left:33.581251144409rem;overflow:hidden;display:block; }
#GzEq10X1TrFonr3JnCIPizpPJ3BZwVzK { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.25rem;width:60rem;display:none; }
#XTap5sHCwWWoN0HigWHs2nCrRcTVUixQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ec671b;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:15.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.736325rem;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; }
#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:1rem;font-family:var(--paragraphs-font-family);color:#ffffff;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:15040;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:4.0625rem;left:30.813280105591rem; }
#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 #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; }
#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:#ec671b;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.5625rem;font-weight:700;z-index:15026;line-height:1.2;letter-spacing:0;top:1.4375rem;left:39.937501907349rem;height:1.875rem;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:11.25rem;font-style:normal;text-align:center;text-align-last:center;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; }
#SMA2NGPDHeQAwvnqS7SFeSe4gWLUHl7N { 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; }#SMA2NGPDHeQAwvnqS7SFeSe4gWLUHl7N > .row .container { background-color: transparent; background-image: none; }#SMA2NGPDHeQAwvnqS7SFeSe4gWLUHl7N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMA2NGPDHeQAwvnqS7SFeSe4gWLUHl7N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMA2NGPDHeQAwvnqS7SFeSe4gWLUHl7N > .row .container > .video-iframe-container { display: none; }#SMA2NGPDHeQAwvnqS7SFeSe4gWLUHl7N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMA2NGPDHeQAwvnqS7SFeSe4gWLUHl7N > .row > .video-iframe-container { display: none; }#SMA2NGPDHeQAwvnqS7SFeSe4gWLUHl7N > .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); }#SMA2NGPDHeQAwvnqS7SFeSe4gWLUHl7N > .row .container { border-width: 0; border-radius: 0; }#SMA2NGPDHeQAwvnqS7SFeSe4gWLUHl7N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SMA2NGPDHeQAwvnqS7SFeSe4gWLUHl7N > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:60rem;position:relative;display:block; }#igFvwwh3bQ4pz0eqnSRPZu9RDJWJGvLe { box-sizing:content-box;height:0.0625rem;width:14.0625rem;position:absolute;display:block;z-index:15023;background-color:#dc0d17;background-image:none;top:4.6507797241211rem;left:0rem;display:block; }
#BLDnKE2xtMTAiPAZTDbLXZ0Gm9HzMw8g { box-sizing:content-box;height:0.0625rem;width:14.0625rem;position:absolute;display:block;z-index:15024;background-color:#dc0d17;background-image:none;top:4.6507797241211rem;left:45.937501907349rem;display:block; }
#l1mEDVuwGkQNx3DTv7N9N2Bg96wsfnEB { color:rgba(var(--color-tertiary-4),1);display:block;width:27.25rem;position:absolute;font-family:"cabinet grotesk";font-size:3.1875rem;font-weight:300;z-index:15023;line-height:.9;letter-spacing:0;top:1.8125rem;left:16.375001907349rem;height:5.736325rem;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; }
#FE69ybXkgPReD7cl0mHqf0N9aWILgRAu { 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; }#FE69ybXkgPReD7cl0mHqf0N9aWILgRAu > .row .container { background-color: transparent; background-image: none; }#FE69ybXkgPReD7cl0mHqf0N9aWILgRAu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FE69ybXkgPReD7cl0mHqf0N9aWILgRAu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FE69ybXkgPReD7cl0mHqf0N9aWILgRAu > .row .container > .video-iframe-container { display: none; }#FE69ybXkgPReD7cl0mHqf0N9aWILgRAu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FE69ybXkgPReD7cl0mHqf0N9aWILgRAu > .row > .video-iframe-container { display: none; }#FE69ybXkgPReD7cl0mHqf0N9aWILgRAu > .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); }#FE69ybXkgPReD7cl0mHqf0N9aWILgRAu > .row .container { border-width: 0; border-radius: 0; }#FE69ybXkgPReD7cl0mHqf0N9aWILgRAu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FE69ybXkgPReD7cl0mHqf0N9aWILgRAu > .row .container { font-size:0.875rem;font-family:arial;height:20.8125rem;width:60rem;position:relative;display:block; }#HUX4DKlDlgmnOsTPtLweHUqHchlqDt4o { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:2.8125rem;left:11.9375rem;height:11.36715625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cFiLlpkXbu3hGyeeuhbP7uPllvqR4kDP { color:rgba(var(--color-tertiary-4),1);display:block;width:8.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15031;line-height:.9;letter-spacing:0;top:15.9375rem;left:17.187501907349rem;height:2.0234375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bzJlU6d4cKLTXz7k7wbGyMOG2nXpEfRI { color:#dc0d17;display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:17.9375rem;left:17.312501907349rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EmybNJOqFSHr8IHMrhHu5ZhcFUrMXCtN { 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.6875rem;width:3.0625rem;top:15.9375rem;left:13.4375rem;overflow:hidden;display:block; }
#SbLw3yCg5Rr8PtgTTEkbsasfBqmDDEC1 { box-sizing:content-box;height:20.625rem;width:18.375rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:31.250001907349rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.125rem 0.125rem 0.1875rem rgba(220,13,23,0.21) ;border-top:0.0625rem solid rgba(220,13,23,0.21);border-left:0.0625rem solid rgba(220,13,23,0.21);border-right:0.0625rem solid rgba(220,13,23,0.21);border-bottom:0.0625rem solid rgba(220,13,23,0.21);display:block; }
#Zbul67cNWUsOzX2aCi7ebys8VnsWkoOl { color:#dc0d17;display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:17.6875rem;left:38.125001907349rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EWF3niPkNq3RuhQmpLd5QQuHXOBLr0Np { color:rgba(var(--color-tertiary-4),1);display:block;width:8.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:15.875rem;left:38.062501907349rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dFv0FSohD1Zgqa4Drc448d1LpMapzJEH { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:5.125rem;left:32.812501907349rem;height:6.8203125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EtoBypKn2xMvyhunumiX8siP241HVlBO { 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:2.6875rem;width:2.6875rem;top:15.875rem;left:34.250001907349rem;overflow:hidden;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:#ec671b;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;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:20.375rem;left:0rem;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:4.0625rem;left:0rem;width:32.6875rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkRw3zoIHCrwFbxi3Fs8DXHRNqXp4hkV { top:23rem;left:0rem;width:28.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJFJZ31Ew3AufcKJAlTi7DVgKzre8Iq5 { top:20.0625rem;left:12.875rem;width:18.875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDSGbm5F0IQFUBOP1HzLs7OKXxHXb4DT { top:23.625rem;left:0rem;width:18.875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLtIr76FegzKTZoLUzJ25I4nD16BOcsw { top:23.5rem;left:7.375rem;width:24.375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKEpLaoKhssfgTPO0k455AQMQTXCw4TA { top:19.5625rem;left:0rem;width:28.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9pdshplFgaciHTM2bH1XTaGPVfHI13C { top:26.125rem;left:0rem;width:28.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSGngvhw8vOix0uCLNm60Rvc4hcHHCwu { top:22.6875rem;left:3.625rem;width:28.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ov1NLUohWebvimb46pmpSczT1OeXwUGk { top:25.8125rem;left:3.625rem;width:28.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB67VSMFKidLtCzDM2ZqqF6GuoyUVeSi { top:27.8125rem;left:0rem;width:31.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDFq2R4FLluV4TyyqrPchmlGWbPbS0PK { top:27.875rem;left:35.92421913147rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUQ8r63qO8Pmw3ux8Aa2JT0Vy39STn6R { top:14.1875rem;left:0rem;width:31.4375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEGRQoiAlvQVzq3F1gT5gRDkDOlmsZn4 { top:17.5625rem;left:0rem;width:27.4375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECgJMNiorX8pb0l8x1wLRkGQeLBvLqyN { top:27.875rem;left:9.59375rem;width:1.4375rem;height:1.4375rem;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) { #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) { #UkLHOWWBRW0nRDpdTCohpzoq61dAcwau { display:block; }#UkLHOWWBRW0nRDpdTCohpzoq61dAcwau > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ddyPFaGX79vFhy6A0JqvsrW5gVEtN7id { top:2.125rem;left:0rem;width:41.4375rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8qIdPWRgITF3URcbVpHeQwF3Mzl543C { top:9.5rem;left:9.5rem;width:14.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLG5cM19qgsTnz95GsdQP2yqOAvfymTS { top:9.5rem;left:25.143751144409rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlJtbQtJ3tXgCrmxTFBELGMtnpQ2nzp5 { top:11.25rem;left:29.375rem;width:6.4375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H84hFNxR6HbEHD9NKyqWTI2Na0hoCtWc { top:13.125rem;left:13.375rem;width:10.5rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ac5Qy0teVbhLtJcvzd3DNKqQ7oHZIJsK { top:13.125rem;left:0.53125rem;width:5.5625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqV35gTGFw5KSSH999OudouX4sTOuhTm { top:17.4375rem;left:40.781248092651rem;width:6.75rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXp6ywul0yHFWbzg3SZHOyseX9PoDc8y { top:16.4375rem;left:0.53125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1pgkcODHKXmPlEstM4TrnBbMUkDnAzf { top:17.75rem;left:4.1875rem;width:7.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThlQyHKn10lhEeki8UwZD76DKtuUGnyE { top:17.75rem;left:15.0625rem;width:8.8125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4dQIRmtN3HPZQo1gd0K1UdmJbzFHnEr { top:18.3125rem;left:28.9375rem;width:6.875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKI2hvwSDKEtlvqLTLMLB9dvzgaHMdf4 { top:12.4375rem;left:37.375rem;width:10.375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbelLJGN565iWDi8ohSslzeFq70krVzq { top:11.75rem;left:5.5rem;width:6.4375rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #JO7ZO05VbtU0dwwUgWTebtTl5ZFBRfZo { top:15.625rem;left:25.925001144409rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzEq10X1TrFonr3JnCIPizpPJ3BZwVzK { width:47.75rem;height:19.25rem;display:none; }
 }@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:;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 #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) { #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:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PagDMxXTLXE3xQtNVZftsctOEJhdKyFt { top:6.6875rem;left:11.75rem;width:20rem;height:11.1875rem;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) { #SMA2NGPDHeQAwvnqS7SFeSe4gWLUHl7N { display:block; }#SMA2NGPDHeQAwvnqS7SFeSe4gWLUHl7N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #igFvwwh3bQ4pz0eqnSRPZu9RDJWJGvLe { top:4.625rem;left:0rem;width:14.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLDnKE2xtMTAiPAZTDbLXZ0Gm9HzMw8g { top:4.625rem;left:33.6875rem;width:14.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1mEDVuwGkQNx3DTv7N9N2Bg96wsfnEB { top:1.8125rem;left:10.250001907349rem;width:27.25rem;height:5.6875rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FE69ybXkgPReD7cl0mHqf0N9aWILgRAu { display:block; }#FE69ybXkgPReD7cl0mHqf0N9aWILgRAu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HUX4DKlDlgmnOsTPtLweHUqHchlqDt4o { top:2.8125rem;left:0.5625rem;width:15.3125rem;height:11.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFiLlpkXbu3hGyeeuhbP7uPllvqR4kDP { top:15.9375rem;left:7.1875rem;width:8.6875rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzJlU6d4cKLTXz7k7wbGyMOG2nXpEfRI { top:17.9375rem;left:7.375rem;width:8.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmybNJOqFSHr8IHMrhHu5ZhcFUrMXCtN { top:15.9375rem;left:11.375rem;width:3.0625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbLw3yCg5Rr8PtgTTEkbsasfBqmDDEC1 { top:0rem;left:13.25rem;width:18.375rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zbul67cNWUsOzX2aCi7ebys8VnsWkoOl { top:17.6875rem;left:23.25rem;width:8.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWF3niPkNq3RuhQmpLd5QQuHXOBLr0Np { top:15.875rem;left:23.0625rem;width:8.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFv0FSohD1Zgqa4Drc448d1LpMapzJEH { top:5.125rem;left:16.4375rem;width:15.3125rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtoBypKn2xMvyhunumiX8siP241HVlBO { top:15.875rem;left:28.062501907349rem;width:2.6875rem;height:2.6875rem;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/8c1da481-061a-4bb7-8837-1bc437b97cfb/BachelorInfluence.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:28.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tgf4QJRyKLmOEseaTI81MdKwvGFpRvpB { width:15.625rem;height:1.3rem;top:17.26171875rem;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:6.6rem;top:2.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:18.94921875rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJFJZ31Ew3AufcKJAlTi7DVgKzre8Iq5 { width:15.625rem;height:1.3rem;top:21.373435974121rem;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:19.26171875rem;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) { #cLtIr76FegzKTZoLUzJ25I4nD16BOcsw { width:15.625rem;height:1.3rem;top:23.235939025879rem;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:16.82421875rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9pdshplFgaciHTM2bH1XTaGPVfHI13C { width:15.625rem;height:0.0625rem;top:20.998435974121rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSGngvhw8vOix0uCLNm60Rvc4hcHHCwu { width:15.625rem;height:0.0625rem;top:22.923439025879rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ov1NLUohWebvimb46pmpSczT1OeXwUGk { width:15.625rem;height:0.0625rem;top:24.660938262939rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB67VSMFKidLtCzDM2ZqqF6GuoyUVeSi { width:18rem;height:2.0625rem;top:25.723438262939rem;left:0.99921876192094rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.1;font-family:satoshi;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VDFq2R4FLluV4TyyqrPchmlGWbPbS0PK { display:flex;width:1.375rem;height:1.375rem;top:29.6767625rem;left:18.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UUQ8r63qO8Pmw3ux8Aa2JT0Vy39STn6R { width:13.9375rem;height:4.125rem;top:9.7874984741213rem;left:3.0312500596046rem;font-size:1.25rem;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:15.51171875rem;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) { #ECgJMNiorX8pb0l8x1wLRkGQeLBvLqyN { display:flex;width:1.4375rem;height:1.4375rem;top:27.875rem;left:9.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #m7A60uQKyEdW6gywSuHhFRHfXZ5tkPHR { display:block; }#m7A60uQKyEdW6gywSuHhFRHfXZ5tkPHR > .row .container { width:20rem;height:15.5rem;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) { #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/1ee4b5c8-12d1-4e0d-aec0-cc3f1a4e91ce/JPOInflu.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) { #UkLHOWWBRW0nRDpdTCohpzoq61dAcwau { display:block; }#UkLHOWWBRW0nRDpdTCohpzoq61dAcwau > .row .container { width:20rem;height:31.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ddyPFaGX79vFhy6A0JqvsrW5gVEtN7id { width:20rem;height:4rem;top:1.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #P8qIdPWRgITF3URcbVpHeQwF3Mzl543C { width:3.75rem;height:0.125rem;top:7.3125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLG5cM19qgsTnz95GsdQP2yqOAvfymTS { width:4.6875rem;height:4.6875rem;top:17.03125rem;left:12.562500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlJtbQtJ3tXgCrmxTFBELGMtnpQ2nzp5 { width:5.1875rem;height:3.5625rem;top:21.71875rem;left:12.312500536442rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #H84hFNxR6HbEHD9NKyqWTI2Na0hoCtWc { width:8.375rem;height:0.9375rem;top:8.706250190735rem;left:10.718750536442rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Ac5Qy0teVbhLtJcvzd3DNKqQ7oHZIJsK { width:4.9375rem;height:1rem;top:18.875rem;left:2.9250000119209rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fqV35gTGFw5KSSH999OudouX4sTOuhTm { width:5.0625rem;height:2.625rem;top:25.28125rem;left:2.8000000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXp6ywul0yHFWbzg3SZHOyseX9PoDc8y { width:3.125rem;height:3.125rem;top:11.5rem;left:12.831249773503rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #V1pgkcODHKXmPlEstM4TrnBbMUkDnAzf { width:4.4375rem;height:1.25rem;top:8.550000190735rem;left:2.3125000596046rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ThlQyHKn10lhEeki8UwZD76DKtuUGnyE { width:6.375rem;height:1.8125rem;top:15.71875rem;left:11.562500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4dQIRmtN3HPZQo1gd0K1UdmJbzFHnEr { width:5.1875rem;height:1.25rem;top:29rem;left:7.4062505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKI2hvwSDKEtlvqLTLMLB9dvzgaHMdf4 { width:6.8125rem;height:1.75rem;top:22.625rem;left:1.9875000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbelLJGN565iWDi8ohSslzeFq70krVzq { width:4.1875rem;height:2.625rem;top:11.75rem;left:2.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #JO7ZO05VbtU0dwwUgWTebtTl5ZFBRfZo { width:4.5rem;height:4.5rem;top:14.375rem;left:2.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzEq10X1TrFonr3JnCIPizpPJ3BZwVzK { top:25.90625rem;left:12.562500536442rem;width:3.8125rem;height:1.375rem;z-index:15019;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XTap5sHCwWWoN0HigWHs2nCrRcTVUixQ { display:block; }#XTap5sHCwWWoN0HigWHs2nCrRcTVUixQ > .row .container { width:20rem;height:24rem;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 #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) { #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:29.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A4pU78RggFa6diFxKJKvxz5M6uxxDLwL { height:10.9355625rem;width:20rem;top:17.9365234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT3IdtMSiag2aVTL5yT0Le8LvOaHr1Io { width:20rem;height:1.65rem;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:11.25rem;top:5.8125rem;left:1.5625rem;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:4.1875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMA2NGPDHeQAwvnqS7SFeSe4gWLUHl7N { display:block; }#SMA2NGPDHeQAwvnqS7SFeSe4gWLUHl7N > .row .container { width:20rem;height:3.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #igFvwwh3bQ4pz0eqnSRPZu9RDJWJGvLe { width:2.5rem;height:0.0625rem;top:3.0625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLDnKE2xtMTAiPAZTDbLXZ0Gm9HzMw8g { width:2.5rem;height:0.0625rem;top:3.0625rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1mEDVuwGkQNx3DTv7N9N2Bg96wsfnEB { width:20rem;height:auto;top:1.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #FE69ybXkgPReD7cl0mHqf0N9aWILgRAu { display:none; }#FE69ybXkgPReD7cl0mHqf0N9aWILgRAu > .row .container { width:20rem;height:62.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HUX4DKlDlgmnOsTPtLweHUqHchlqDt4o { width:15.3125rem;height:12.1875rem;top:27.875rem;left:2.34375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFiLlpkXbu3hGyeeuhbP7uPllvqR4kDP { width:8.4375rem;height:0;top:23.64453125rem;left:6.46875rem;font-size:1.125rem;z-index:15072;display:none; }
 }@media only screen and (max-width: 763px) { #bzJlU6d4cKLTXz7k7wbGyMOG2nXpEfRI { width:8.5rem;height:0;top:25.60546875rem;left:6.4375rem;font-size:0.9375rem;z-index:15073;display:none; }
 }@media only screen and (max-width: 763px) { #EmybNJOqFSHr8IHMrhHu5ZhcFUrMXCtN { width:3.0625rem;height:2.6875rem;top:24.07421875rem;left:2.34375rem;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #SbLw3yCg5Rr8PtgTTEkbsasfBqmDDEC1 { width:18.375rem;height:12.9375rem;top:41.8125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zbul67cNWUsOzX2aCi7ebys8VnsWkoOl { width:8.5rem;height:1.21875rem;top:43.8984375rem;left:6.4375rem;font-size:0.9375rem;z-index:15073;display:block; }
 }@media only screen and (max-width: 763px) { #EWF3niPkNq3RuhQmpLd5QQuHXOBLr0Np { width:8.6875rem;height:1.4619125rem;top:42.4375rem;left:6.3125rem;font-size:1.125rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #dFv0FSohD1Zgqa4Drc448d1LpMapzJEH { width:15.3125rem;height:8.53125rem;top:45.875rem;left:2.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtoBypKn2xMvyhunumiX8siP241HVlBO { width:2.6875rem;height:2.6875rem;top:42.4375rem;left:2.375rem;z-index:15074;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; }
 }