.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:254,243,235;--color-primary-1:252,214,188;--color-primary-2:248,172,120;--color-primary-3:124,86,60;--color-primary-4:37,26,18;--color-secondary-0:233,233,233;--color-secondary-1:181,181,181;--color-secondary-2:106,106,106;--color-secondary-3:53,53,53;--color-secondary-4:16,16,16;--color-tertiary-0:255,255,255;--color-tertiary-1:237,237,237;--color-tertiary-2:181,181,181;--color-tertiary-3:91,91,91;--color-tertiary-4:0,0,0;--headlines-font-family:"Raleway";--paragraphs-font-family:"Raleway"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);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); }#epzJwEqlF2FAeuLFhfAAdC2okpcq3wRB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#epzJwEqlF2FAeuLFhfAAdC2okpcq3wRB > .row .container { background-color: transparent; background-image: none; }#epzJwEqlF2FAeuLFhfAAdC2okpcq3wRB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#epzJwEqlF2FAeuLFhfAAdC2okpcq3wRB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#epzJwEqlF2FAeuLFhfAAdC2okpcq3wRB > .row .container > .video-iframe-container { display: none; }#epzJwEqlF2FAeuLFhfAAdC2okpcq3wRB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#epzJwEqlF2FAeuLFhfAAdC2okpcq3wRB > .row > .video-iframe-container { display: none; }#epzJwEqlF2FAeuLFhfAAdC2okpcq3wRB > .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); }#epzJwEqlF2FAeuLFhfAAdC2okpcq3wRB > .row .container { border-width: 0; border-radius: 0; }#epzJwEqlF2FAeuLFhfAAdC2okpcq3wRB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#epzJwEqlF2FAeuLFhfAAdC2okpcq3wRB > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#VeXGcfcNw5erTGG4F8OguasmDqXxOrrH { color:rgba(var(--color-primary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:2.125rem;left:0rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iM8QlG41K5cmsVU31xM0FdBb03aZKDBw { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#iM8QlG41K5cmsVU31xM0FdBb03aZKDBw > .row .container { background-color: transparent; background-image: none; }#iM8QlG41K5cmsVU31xM0FdBb03aZKDBw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iM8QlG41K5cmsVU31xM0FdBb03aZKDBw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iM8QlG41K5cmsVU31xM0FdBb03aZKDBw > .row .container > .video-iframe-container { display: none; }#iM8QlG41K5cmsVU31xM0FdBb03aZKDBw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iM8QlG41K5cmsVU31xM0FdBb03aZKDBw > .row > .video-iframe-container { display: none; }#iM8QlG41K5cmsVU31xM0FdBb03aZKDBw > .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); }#iM8QlG41K5cmsVU31xM0FdBb03aZKDBw > .row .container { border-width: 0; border-radius: 0; }#iM8QlG41K5cmsVU31xM0FdBb03aZKDBw > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#iM8QlG41K5cmsVU31xM0FdBb03aZKDBw > .row .container { font-size:0.875rem;font-family:arial;height:40.75rem;width:75rem;overflow:visible;position:relative;display:block; }#auyWAVXTuTprscB7nqIhP1KIM2LDTiie { color:rgba(var(--color-tertiary-0),1);display:block;width:44.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:2.75rem;left:2rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JWZAQ33n0fb7BD14hTwVFFrx65KI5R45 { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:65.75rem;display:block; }
#tsRAl4x8G8Ntboi4JmU8Jv5XUkIsZA0w { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:68.125rem;display:block; }
#Z2eBt2dUUxRpeqRx5aV82QO9VC11rx0S { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:72.875rem;display:block; }
#Tfufghii2pOw7lT0ONXUgM7DDm9LUw3L { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:70.5rem;display:block; }
#XDix4xTI6EObxTTcCXTH7idaHVceWquX { background-color:#f8ac78;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:29.9375rem;left:44.65625rem;display:block; }
#t3EB816No2MRlB433dqhrM56CZDSli2a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hOcmySrzNJr2eWnaiq11R5DAncDa7b98 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:17.6875rem;left:0rem; }
#Eu3bcJOkXJS6oJiXyWbmS9hvyLzz3twM { color:#ffffff;display:block;width:39.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15024;line-height:.9;letter-spacing:0;top:18.515625rem;left:3.5rem;height:0.84375rem;font-style:normal;display:block; }
#AQxyzWqnWgoR91c34uJ6R3H4JkX7mzom { color:rgba(var(--color-tertiary-0),1);display:block;width:40.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:6.4375rem;left:2rem;height:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CMStbaXBiTbtFXLCtyVcrUcgOv0nNOX4 { color:#ffffff;display:block;width:39.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15027;line-height:.9;letter-spacing:0;top:21.640625rem;left:3.5rem;height:0.84375rem;font-style:normal;display:block; }
#MM7iMgqr7KnAsntxtBN3pNcGLI5DfzXq { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;top:20.8125rem;left:0rem; }
#TJ12TBmTipNBqf0fE183z5WkkwyDG2gf { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;top:24.1875rem;left:0rem; }
#mT1TTCTLutFVMZlgrFoyznTmymThlrr7 { color:#ffffff;display:block;width:39.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15030;line-height:.9;letter-spacing:0;top:25.015625rem;left:3.5rem;height:0.84375rem;font-style:normal;display:block; }
#Sx8XxFdD4196MtMeKM97aeZcR3ec66Zt { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;top:27.4375rem;left:0rem; }
#bAFCMFXKsRzaBB9nMSn6W1L6dbwVNxma { color:#ffffff;display:block;width:39.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15033;line-height:.9;letter-spacing:0;top:28.265625rem;left:3.5rem;height:0.84375rem;font-style:normal;display:block; }
#lFGBBTtxdukOFqR6tWX9436hdoHI2De6 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;top:30.5rem;left:0rem; }
#E4AGc4vpSnDKHGLo5B3siflFJmRTBlPi { color:#ffffff;display:block;width:39.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15036;line-height:.9;letter-spacing:0;top:31.25rem;left:3.5rem;height:0.84375rem;font-style:normal;display:block; }
#k7hIROGpyxh8A6XSJsEbDXnfPw22TIyT { color:#ffffff;display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:21.640625rem;left:41.15625rem;height:1.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HMGy4UMQNJvBnnbKf4xUNpAqqt5TdkUF { color:#ffffff;display:block;width:26.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;top:25.859375rem;left:39.375rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QtoMtvPmRM4z97kiOkxi7TEvr6zWzIna { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;top:33.6875rem;left:0rem; }
#CyXDXw7uEHvm2z2lPFkJE1GZZaU0c9kc { color:#ffffff;display:block;width:39.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15038;line-height:.9;letter-spacing:0;top:34.4375rem;left:3.5rem;height:0.84375rem;font-style:normal;display:block; }
#RG4kMa9XVqCKXFTnHrqhdETkM5qBrm25 .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; }
#RG4kMa9XVqCKXFTnHrqhdETkM5qBrm25 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#RG4kMa9XVqCKXFTnHrqhdETkM5qBrm25 .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);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;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#RG4kMa9XVqCKXFTnHrqhdETkM5qBrm25 { 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:rgba(var(--color-secondary-4),1);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:13.5rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;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:13.109375rem;left:45.25rem;z-index:15039; }
#RG4kMa9XVqCKXFTnHrqhdETkM5qBrm25 #PbGizV27wDySSy0NbBtVKGCVrmI7Ln5q { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#RG4kMa9XVqCKXFTnHrqhdETkM5qBrm25 #QE5M8D8ussONDVD5I4mzoWmg4LP4R8vs { width:auto; }
#RG4kMa9XVqCKXFTnHrqhdETkM5qBrm25 #UkEtSBFw9rUuiqlVWR6QS3sBx5cs0vTx {  }
#RG4kMa9XVqCKXFTnHrqhdETkM5qBrm25 #utd0vUpKCi9Q1Qz3qTUcoI0zOS6eec8g { display:flex;position:relative;top:0rem;left:0rem; }
#RG4kMa9XVqCKXFTnHrqhdETkM5qBrm25 #STWOHm7pIrdJyFxaxa24wIOkswD7Q8b8 {  }
#RG4kMa9XVqCKXFTnHrqhdETkM5qBrm25 #foPnJb1Qlvg9LXyoM29KXImRkCAq4IOz {  }
#RG4kMa9XVqCKXFTnHrqhdETkM5qBrm25 #A0oHBOVrJmsExXvaECZwXNg2xm1Zcdps { display:flex;position:relative;top:0rem;left:0rem; }
#RG4kMa9XVqCKXFTnHrqhdETkM5qBrm25 #Pfw9rsZDIlRET8NWB2GAVTzB72d1yFRn {  }
#RG4kMa9XVqCKXFTnHrqhdETkM5qBrm25 #JGZ0HMyuzrQUmHs7ss48DVLFdkFOQav9 {  }
#RG4kMa9XVqCKXFTnHrqhdETkM5qBrm25 #QuRSzyXHGzNH59Ls4NJIaqWQFyA72S0k { display:flex;position:relative;top:0rem;left:0rem; }
#RG4kMa9XVqCKXFTnHrqhdETkM5qBrm25 #EeIaiGeWaMi8kdT1nikNcPN6hdXl948J {  }
#RG4kMa9XVqCKXFTnHrqhdETkM5qBrm25 #Rp53w46WnqbsmQZ3qeqZM6BZ6hACVWFC {  }
#d9G7G4hulJIbDO9y1H7FZW2VSvQa9Oab { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/Jp-X63-an8U/unsplash/christina-wocintechchat-com-m-Jp-X63-an8U-photo-1573496799822-b0557c9e2f41.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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; }#d9G7G4hulJIbDO9y1H7FZW2VSvQa9Oab.adaptive-delivery-prevent-bg, #d9G7G4hulJIbDO9y1H7FZW2VSvQa9Oab.lazyload, #d9G7G4hulJIbDO9y1H7FZW2VSvQa9Oab.lazyloading { background-image: none; }#d9G7G4hulJIbDO9y1H7FZW2VSvQa9Oab > .row .container { background-color: transparent; background-image: none; }#d9G7G4hulJIbDO9y1H7FZW2VSvQa9Oab::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.81); }#d9G7G4hulJIbDO9y1H7FZW2VSvQa9Oab > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d9G7G4hulJIbDO9y1H7FZW2VSvQa9Oab > .row .container > .video-iframe-container { display: none; }#d9G7G4hulJIbDO9y1H7FZW2VSvQa9Oab > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.81); }#d9G7G4hulJIbDO9y1H7FZW2VSvQa9Oab > .row > .video-iframe-container { display: none; }#d9G7G4hulJIbDO9y1H7FZW2VSvQa9Oab > .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); }#d9G7G4hulJIbDO9y1H7FZW2VSvQa9Oab > .row .container { border-width: 0; border-radius: 0; }#d9G7G4hulJIbDO9y1H7FZW2VSvQa9Oab::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d9G7G4hulJIbDO9y1H7FZW2VSvQa9Oab > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d9G7G4hulJIbDO9y1H7FZW2VSvQa9Oab > .row .container { font-size:0.875rem;font-family:arial;height:40.9375rem;width:75rem;position:relative;display:block; }#p4rLOqGmPakkCHy7aydIE0q5pnK83427 { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:11.875rem;width:21.25rem;top:12.6875rem;left:0rem;display:block; }
#qvTRzPcMIHt4UJlLPPh8mOXTdMwZyTLJ { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:14.5625rem;left:1.875rem; }
#vhw2Xc7GumlJl9Kxk6flgCeexb4EwIme { color:rgba(var(--color-tertiary-0),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:14.9375rem;left:4.75rem;height:1.3496125rem;font-style:normal;display:block; }
#O6cs7oufzlqwTaeVR86k1CwnG5TogrmN { color:rgba(var(--color-tertiary-1),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:18.1875rem;left:0.875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Olkhtf83JQGKn65R15WQWreUZOl8WeTI { color:#ffffff;display:block;width:56.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;top:4.5rem;left:11.09375rem;height:2.25rem;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; }
#kxaI11Xc8RoWDSgTO8PVKMOuqmH4ktQV { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#WisvFqgkXWpQCBlVrmwlHK4tb5sbNraK { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#l0qrlKVgP8ThTmCQNsy8omEUTgkfbRtk { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#ZfpRneNPR1TcOLm9JhFvtQu3DMnC9Qog { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#iVVBl593H1iRlDotqiSUasOgaKBrm8Tg { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:11.5625rem;width:21.25rem;top:12.6875rem;left:26.875rem;display:block; }
#Ss5bDoxAeSLhMbi7UmZzkd4K14euKQMM { color:rgba(var(--color-tertiary-1),1);display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:18.1875rem;left:27.875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rrSm3sM7ts8qiX8DprgwudCUKK74cbn6 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:14.94970703125rem;left:32.4375rem;height:1.3496125rem;font-style:normal;display:block; }
#RNKi0eLxCqk9XceZQ0CekuZJOuUh1Fqp { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:14.5625rem;left:28.75rem; }
#iUg64wLVuQRxCVX8FgQfU1upWnOkXRG3 { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:11.4375rem;width:21.25rem;top:12.6875rem;left:53.75rem;display:block; }
#q0sbUU7nZtn6Z9qfhRxOUvIzgznoScNH { color:rgba(var(--color-tertiary-1),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:18.25rem;left:54.9375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bXGmpB7vvm8snGZbEZwM75E1TZOUtFJT { color:rgba(var(--color-tertiary-0),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:14.94970703125rem;left:60.5rem;height:1.3496125rem;font-style:normal;display:block; }
#TibSzz6RK9k67aFS2BsPgElmdwwM5Npr { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:14.5625rem;left:55.625rem; }
#aVeVTuwDA4vJ3VS0gd6f7rL33HT0wR6T { position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:11.4375rem;width:21.25rem;top:26.375rem;left:53.75rem;display:block; }
#di6a70xm3pPdgN2Jh5bkeVu34WNQrMNL { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:11.5625rem;width:21.25rem;top:26.375rem;left:26.875rem;display:block; }
#wr5ESVGVJTCxO70VBxqGB2USlewppf5t { color:rgba(var(--color-tertiary-1),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:31.875rem;left:28.75rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mi4kb9sXF8p87Nwu0UHhIlbcrL3a1ycw { color:rgba(var(--color-tertiary-1),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:31.9375rem;left:54.9375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GfVKeTNpBrUk28WlbqLhs3vGgXv8tQBK { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:11.875rem;width:21.25rem;top:26.375rem;left:0rem;display:block; }
#lOfFSBUWzVlkulUSp6F3WuKvGxmbQPKI { color:rgba(var(--color-tertiary-1),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:31.875rem;left:1.4375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xN2kG1LbOfpAhXMc4vs4qRUulQdtauFA { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:28.25rem;left:28.75rem; }
#vSN55XM1WUxT9fEnQDZJtRxyvBdybaoJ { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:28.25rem;left:54.75rem; }
#XeFPBEgrhzxgWCOeDuI0wf2CbrwsEB2q { color:rgba(var(--color-tertiary-0),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.2;letter-spacing:0;top:27.9375rem;left:6.375rem;height:2.69921875rem;font-style:normal;display:block; }
#V3ykQuzg7loGOKx9Apiv33Fh8kkawLfw { color:rgba(var(--color-tertiary-0),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15033;line-height:1.2;letter-spacing:0;top:28.3125rem;left:32.4375rem;height:1.3496125rem;font-style:normal;display:block; }
#oTEFgoM8fqfEqyWLDk3RUZ3x4ACMzNCg { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15037;line-height:1.2;letter-spacing:0;top:28.375rem;left:58.4375rem;height:1.3496125rem;font-style:normal;display:block; }
#CkqL3SW3eOve0AThel76G4xroRfioVKD { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:28.25rem;left:1.875rem; }
#ymgQFzAyRBdEdeemW3S7QSqTpAbv07mi { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ymgQFzAyRBdEdeemW3S7QSqTpAbv07mi > .row .container { background-color: transparent; background-image: none; }#ymgQFzAyRBdEdeemW3S7QSqTpAbv07mi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ymgQFzAyRBdEdeemW3S7QSqTpAbv07mi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ymgQFzAyRBdEdeemW3S7QSqTpAbv07mi > .row .container > .video-iframe-container { display: none; }#ymgQFzAyRBdEdeemW3S7QSqTpAbv07mi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ymgQFzAyRBdEdeemW3S7QSqTpAbv07mi > .row > .video-iframe-container { display: none; }#ymgQFzAyRBdEdeemW3S7QSqTpAbv07mi > .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); }#ymgQFzAyRBdEdeemW3S7QSqTpAbv07mi > .row .container { border-width: 0; border-radius: 0; }#ymgQFzAyRBdEdeemW3S7QSqTpAbv07mi > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ymgQFzAyRBdEdeemW3S7QSqTpAbv07mi > .row .container { font-size:0.875rem;font-family:arial;height:9.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#K3Fafgp9zyi9TAJnQdM2l2MmV8rK86QE { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:3.38671875rem;left:11.875rem;height:3.674925rem;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; }
#dNLZhV4T59T506D2OD3KkCexl4H2NfQ8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/gL7IypUn/section4_bg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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; }#dNLZhV4T59T506D2OD3KkCexl4H2NfQ8.adaptive-delivery-prevent-bg, #dNLZhV4T59T506D2OD3KkCexl4H2NfQ8.lazyload, #dNLZhV4T59T506D2OD3KkCexl4H2NfQ8.lazyloading { background-image: none; }#dNLZhV4T59T506D2OD3KkCexl4H2NfQ8 > .row .container { background-color: transparent; background-image: none; }#dNLZhV4T59T506D2OD3KkCexl4H2NfQ8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),1); }#dNLZhV4T59T506D2OD3KkCexl4H2NfQ8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNLZhV4T59T506D2OD3KkCexl4H2NfQ8 > .row .container > .video-iframe-container { display: none; }#dNLZhV4T59T506D2OD3KkCexl4H2NfQ8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),1); }#dNLZhV4T59T506D2OD3KkCexl4H2NfQ8 > .row > .video-iframe-container { display: none; }#dNLZhV4T59T506D2OD3KkCexl4H2NfQ8 > .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); }#dNLZhV4T59T506D2OD3KkCexl4H2NfQ8 > .row .container { border-width: 0; border-radius: 0; }#dNLZhV4T59T506D2OD3KkCexl4H2NfQ8::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dNLZhV4T59T506D2OD3KkCexl4H2NfQ8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dNLZhV4T59T506D2OD3KkCexl4H2NfQ8 > .row .container { font-size:0.875rem;font-family:arial;height:27.5rem;width:75rem;position:relative;display:block; }#pEXCoeXwJNO3GGhDdXEI58Po23nOMVRL { position:absolute;display:block;z-index:15007;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;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:17.25rem;width:19.75rem;top:5.125rem;left:52.75rem;display:block; }
#EiARD9EsMdHzpaTN0eM4FtpX7WZpWc5h { position:absolute;display:block;z-index:15007;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;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:17.5rem;width:20.25rem;top:5.125rem;left:27.5rem;display:block; }
#D80QUCLQqeKQNeM2D4fLsEZ19gPrCF9a { position:absolute;display:block;z-index:15000;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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:19.75rem;top:4.6875rem;left:2.625rem;display:block; }
#JDbIR4VxUaL8x6aW6uZ4T6J8UWSkwMeH { position:absolute;display:block;z-index:15008;background-color:#f8ac78;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:19.75rem;top:4.75rem;left:52.75rem;display:block; }
#F8CFl9ioPWKa72uIlUcMavQSCyplKvQX { position:absolute;display:block;z-index:15001;background-color:#f8ac78;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:19.75rem;top:4.5625rem;left:2.5rem;display:block; }
#CIBHl8EOUyfguow2Bi6GGUNCo3Gw5etr { position:absolute;display:block;z-index:15008;background-color:#f8ac78;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:20.25rem;top:4.8125rem;left:27.5rem;display:block; }
#I1fS1lzwgtHU0MmEB4SkUSSTin1T38ga { color:#f8ac78;display:block;width:5.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:0rem;left:34.71875rem;height:4.875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gRlaGhbmiWH16lHMteTU6vdWxv64wxlN { color:#f8ac78;display:block;width:5.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15065;line-height:1.3;letter-spacing:0;top:0rem;left:59.84375rem;height:4.875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Nv9qzLsstnT4gI6wXck2T1chhCL9MUct { color:rgba(var(--color-primary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:6.8125rem;left:3.96875rem;height:1.375125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iyrvOoUhycw9I0LRV85hkabbglOXfNhR { color:rgba(var(--color-primary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:6.8125rem;left:29.09375rem;height:2.75024375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ik9dD2TeIQRXlUR2LtHiQcRU3BLGD89S { color:rgba(var(--color-primary-4),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:6.8125rem;left:53.46875rem;height:2.75024375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W4mz3f5vWn43zl2wns6KRdRTRllIN6ET { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:14rem;left:3.1875rem; }
#t0f4LJoxNS6cWcKLVOg5tNy340Z0VGsh { color:rgba(var(--color-primary-4),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15038;line-height:1;letter-spacing:0;top:11.25rem;left:31.84375rem;height:6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m57cdZE93Tk9pRvtZOpLzAiDkUZQyJbd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:14rem;left:28.3125rem; }
#NvnFDIpLGbl41n65p9ynaXyfeRANKZ5I { color:rgba(var(--color-primary-4),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15054;line-height:1;letter-spacing:0;top:11.27978515625rem;left:57.125rem;height:6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iDV7gcBQUTI2RkRbCMIpTLvFo5MkT15y { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:14rem;left:53.75rem; }
#Ah73HiOIXnqBLpSfuHLAyaNrQwC1TIAi { color:#f8ac78;display:block;width:5.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:0rem;left:9.71875rem;height:4.875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rlMadGIA5thi52oGygtfhcTvt3TfFywk { color:rgba(var(--color-primary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1;letter-spacing:0;top:11.27978515625rem;left:6.5rem;height:7rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#c93DC9BBEJwrSooXwRWPqIGTyvgz1Ru3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#c93DC9BBEJwrSooXwRWPqIGTyvgz1Ru3 > .row .container { background-color: transparent; background-image: none; }#c93DC9BBEJwrSooXwRWPqIGTyvgz1Ru3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c93DC9BBEJwrSooXwRWPqIGTyvgz1Ru3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c93DC9BBEJwrSooXwRWPqIGTyvgz1Ru3 > .row .container > .video-iframe-container { display: none; }#c93DC9BBEJwrSooXwRWPqIGTyvgz1Ru3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c93DC9BBEJwrSooXwRWPqIGTyvgz1Ru3 > .row > .video-iframe-container { display: none; }#c93DC9BBEJwrSooXwRWPqIGTyvgz1Ru3 > .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); }#c93DC9BBEJwrSooXwRWPqIGTyvgz1Ru3 > .row .container { border-width: 0; border-radius: 0; }#c93DC9BBEJwrSooXwRWPqIGTyvgz1Ru3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c93DC9BBEJwrSooXwRWPqIGTyvgz1Ru3 > .row .container { font-size:0.875rem;font-family:arial;height:44rem;width:75rem;position:relative;display:block; }#oSmnwKfxGxJfT7PmObwOO22AuaZIaTHR { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:16.375rem;left:10.1875rem; }
#S3UOTzf7W3c6DRoqoM3oSkQMTRRecnpq { color:rgba(var(--color-tertiary-0),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:20.25rem;left:1.375rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o7egqdxqkLQWe40KUFO6Dc0eBLlPgdyv { color:rgba(var(--color-tertiary-1),1);display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:23.72119140625rem;left:1.4375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lRMDJTVKJUSSnhILMqMwrwLDvVuuO6lZ { color:rgba(var(--color-primary-2),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:5.625rem;left:11.25rem;height:3.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jvkb8IdslvN4MoqRurR6SAkllk2nZJVq { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#OBh1fDkdNQAZbaLU5fmdqpphk0uAQ73J { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#mJXseN5JGKnt3gQFeSIw70WlJLhQQroA { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#TwItoKXQMvvSqQ7DCAWguM8S3WPVt7zc { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#aqQqo00gfNt4RtHIoMPlMnCKHOrre0Ak { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:4.5rem;width:4.5rem;top:15.1875rem;left:9rem;display:block; }
#PCrO9h1xyPTTWJPRP4L5H01tsgEAUT1t { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(181deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(181deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(181deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(181deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(181deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:4.5rem;width:4.5rem;top:15rem;left:35.25rem;display:block; }
#lNLOOq0CFLeuTkzx9REwSqFEd1NFUfkL { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:16.1875rem;left:36.4375rem; }
#lw3LqgkKWBu4WS98vm9J02x7PbEpuE4w { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(285deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(285deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(285deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(285deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(285deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:4.5rem;width:4.5rem;top:15rem;left:61.5rem;display:block; }
#ShlUi9Wybx5EVZBEE55M15hyBDF9sKfy { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:16.1875rem;left:62.6875rem; }
#Hd6GJQQGvoowK3I1UEd2lkw2vzlnJ0nM { color:rgba(var(--color-tertiary-1),1);display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:23.75rem;left:27rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L8OADWnboCIz0hXsO2DSaA0oo0I8DwTv { color:rgba(var(--color-tertiary-0),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:20.25rem;left:26.9375rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OTfisd2Ok2TLeTVvnrSTzRvbUtBf62GX { color:rgba(var(--color-tertiary-1),1);display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:23.75rem;left:53.25rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h6Lbp5StVpW3sSzFxr31z9ZGBxd5ngTv { color:rgba(var(--color-tertiary-0),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:20.25rem;left:53.1875rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HnDZP3vD46D8FmeCk0MQ6OlvFcA6guXl { color:rgba(var(--color-tertiary-1),1);display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:36.75rem;left:51.8125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HWDKAOkwx34uNlNJMgA4T2ueFqfBTgcB { color:rgba(var(--color-tertiary-0),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:33.25rem;left:52.875rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n5bJm6RLt2uDS8eJw3oTUS4PcUEnIJif { color:rgba(var(--color-tertiary-0),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:33.25rem;left:1.0625rem;height:2.761725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SbfKmTmFGKRNvdhubSZiXh41zbv3ma3l { color:rgba(var(--color-tertiary-1),1);display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:36.75rem;left:1.125rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XaxSgJiC1lkKrSxTkqhz0dsaUxCDVZaS { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(285deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(285deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(285deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(285deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(285deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:4.5rem;width:4.5rem;top:28rem;left:61.1875rem;display:block; }
#uUi34OuEqq2G5FsDWi0kNRNgR7sxVN6W { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:4.5rem;width:4.5rem;top:28.1875rem;left:8.6875rem;display:block; }
#ELC9hFxTZAGbIhhvQJy5vzIE4pXgEOBS { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:29.375rem;left:9.875rem; }
#TJW79omGSI9lphOgTnVbELQpzIrm3zKZ { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:29.1875rem;left:62.375rem; }
#Hw2laihR6ldAuNZeHOU548lTeNwliIvr { color:rgba(var(--color-tertiary-1),1);display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:36.875rem;left:27.875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H0t9T8haZSsy8ZINU0UvTy6zUqruNfmT { color:rgba(var(--color-tertiary-0),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:33.375rem;left:27.8125rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iglFFEteNTUq5BtqtBLto1GEVt2EKMT4 { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:4.5rem;width:4.5rem;top:28rem;left:35.25rem;display:block; }
#rNPuGR5dJT4QuyGRInZvV2iJIp0pSUVy { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:29.375rem;left:36.4375rem; }
#Nh26WJ2yh9Woy9BzPckeHkhefgX2Rr7P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#Nh26WJ2yh9Woy9BzPckeHkhefgX2Rr7P > .row .container { background-color: transparent; background-image: none; }#Nh26WJ2yh9Woy9BzPckeHkhefgX2Rr7P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nh26WJ2yh9Woy9BzPckeHkhefgX2Rr7P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nh26WJ2yh9Woy9BzPckeHkhefgX2Rr7P > .row .container > .video-iframe-container { display: none; }#Nh26WJ2yh9Woy9BzPckeHkhefgX2Rr7P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nh26WJ2yh9Woy9BzPckeHkhefgX2Rr7P > .row > .video-iframe-container { display: none; }#Nh26WJ2yh9Woy9BzPckeHkhefgX2Rr7P > .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); }#Nh26WJ2yh9Woy9BzPckeHkhefgX2Rr7P > .row .container { border-width: 0; border-radius: 0; }#Nh26WJ2yh9Woy9BzPckeHkhefgX2Rr7P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nh26WJ2yh9Woy9BzPckeHkhefgX2Rr7P > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:75rem;position:relative;display:block; }#CmcTi9D2bUPEkaMDDpOwMIodyxysZ77r { background-color:#f8ac78;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.125rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.6875rem;left:28.9375rem;display:block; }
#QwCqruK6ax9XVRdnc9wvMzIb3SvXFBOg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MnGcp9bqhzxTSrDfufdFqEeJl0IyK2qV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#MnGcp9bqhzxTSrDfufdFqEeJl0IyK2qV > .row .container { background-color: transparent; background-image: none; }#MnGcp9bqhzxTSrDfufdFqEeJl0IyK2qV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnGcp9bqhzxTSrDfufdFqEeJl0IyK2qV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnGcp9bqhzxTSrDfufdFqEeJl0IyK2qV > .row .container > .video-iframe-container { display: none; }#MnGcp9bqhzxTSrDfufdFqEeJl0IyK2qV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnGcp9bqhzxTSrDfufdFqEeJl0IyK2qV > .row > .video-iframe-container { display: none; }#MnGcp9bqhzxTSrDfufdFqEeJl0IyK2qV > .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); }#MnGcp9bqhzxTSrDfufdFqEeJl0IyK2qV > .row .container { border-width: 0; border-radius: 0; }#MnGcp9bqhzxTSrDfufdFqEeJl0IyK2qV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MnGcp9bqhzxTSrDfufdFqEeJl0IyK2qV > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;position:relative;display:block; }#S1ZGFMwRKRKrxzpRMo45qsT9lTLQL7oy { color:rgba(var(--color-secondary-4),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:2.82421875rem;left:12rem;height:3.674925rem;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; }
#qBtlaWBThDkWB6MUETDgf1vQdQTBrVFB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#qBtlaWBThDkWB6MUETDgf1vQdQTBrVFB > .row .container { background-color: transparent; background-image: none; }#qBtlaWBThDkWB6MUETDgf1vQdQTBrVFB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBtlaWBThDkWB6MUETDgf1vQdQTBrVFB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBtlaWBThDkWB6MUETDgf1vQdQTBrVFB > .row .container > .video-iframe-container { display: none; }#qBtlaWBThDkWB6MUETDgf1vQdQTBrVFB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBtlaWBThDkWB6MUETDgf1vQdQTBrVFB > .row > .video-iframe-container { display: none; }#qBtlaWBThDkWB6MUETDgf1vQdQTBrVFB > .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); }#qBtlaWBThDkWB6MUETDgf1vQdQTBrVFB > .row .container { border-width: 0; border-radius: 0; }#qBtlaWBThDkWB6MUETDgf1vQdQTBrVFB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qBtlaWBThDkWB6MUETDgf1vQdQTBrVFB > .row .container { font-size:0.875rem;font-family:arial;height:15.9375rem;width:75rem;position:relative;display:block; }#yxEFI1Xo0p38DNGupkd6li0qeMMLU2Wf { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:2.6875rem;left:0rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mk6HigDoJREE6Pi06A02gtJLQ739POaX { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:7.1875rem;left:0rem;height:4.38720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UVzUTub206dLX7cT84nH7CxpEcaeUMfI { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-4),0.71), rgba(var(--color-secondary-3),0.3));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-4),0.71), rgba(var(--color-secondary-3),0.3));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-4),0.71), rgba(var(--color-secondary-3),0.3));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-4),0.71), rgba(var(--color-secondary-3),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0.71)', endColorstr='rgba(var(--color-secondary-3),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0.71)', endColorstr='rgba(var(--color-secondary-3),0.3)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-4),0.71), rgba(var(--color-secondary-3),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:16.25rem;top:6.0625rem;left:0rem;display:block; }
#Ugnu7eZqbE0N1OJoWkEguIG51cJPbWca { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:7.1875rem;left:19.375rem;height:4.38720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ehqNvCxo44tpXKhGXvIVbQQTlVTnxQ1Z { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-4),0.71), rgba(var(--color-secondary-3),0.3));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-4),0.71), rgba(var(--color-secondary-3),0.3));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-4),0.71), rgba(var(--color-secondary-3),0.3));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-4),0.71), rgba(var(--color-secondary-3),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0.71)', endColorstr='rgba(var(--color-secondary-3),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0.71)', endColorstr='rgba(var(--color-secondary-3),0.3)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-4),0.71), rgba(var(--color-secondary-3),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:16.25rem;top:6.0625rem;left:19.375rem;display:block; }
#T77894P1enrkV5u3cI80wHBdhiX0PxmG { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:2.6875rem;left:19.375rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#thALCRWHXxn3bpzrqJgCXgzsCKX14vF2 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:7.1875rem;left:39.5rem;height:5.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hwXLFu9MldHz6L14R1xxQk3w6bGTXD7S { position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-4),0.71), rgba(var(--color-secondary-3),0.3));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-4),0.71), rgba(var(--color-secondary-3),0.3));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-4),0.71), rgba(var(--color-secondary-3),0.3));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-4),0.71), rgba(var(--color-secondary-3),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0.71)', endColorstr='rgba(var(--color-secondary-3),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0.71)', endColorstr='rgba(var(--color-secondary-3),0.3)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-4),0.71), rgba(var(--color-secondary-3),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:16.25rem;top:6.0625rem;left:39.5rem;display:block; }
#AJvZ0LAnHGWvNC2rhGyuL7WTlgLfO76F { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:2.6875rem;left:39.5rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NSX2FCng3hrHJmJ8Ux060G9wZNTC5quU { color:rgba(var(--color-tertiary-4),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:7.1875rem;left:60.09375rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n1ht4UVNGfhEHMRSGPdvcaW422TpXi7i { position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-tertiary-4),0.71), rgba(var(--color-secondary-3),0.3));background-image: -moz-linear-gradient(90deg, rgba(var(--color-tertiary-4),0.71), rgba(var(--color-secondary-3),0.3));background-image: -ms-linear-gradient(90deg, rgba(var(--color-tertiary-4),0.71), rgba(var(--color-secondary-3),0.3));background-image: -o-linear-gradient(90deg, rgba(var(--color-tertiary-4),0.71), rgba(var(--color-secondary-3),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0.71)', endColorstr='rgba(var(--color-secondary-3),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0.71)', endColorstr='rgba(var(--color-secondary-3),0.3)' );";background-image: linear-gradient(90deg, rgba(var(--color-tertiary-4),0.71), rgba(var(--color-secondary-3),0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:16.25rem;top:6.0625rem;left:58.75rem;display:block; }
#deiQCZCpNrhCtMVKguZIBdcEaST63CcG { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:2.6875rem;left:57.3125rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OyED4yiitOTGRyeDZkPb6GoanOCZQJyS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#OyED4yiitOTGRyeDZkPb6GoanOCZQJyS > .row .container { background-color: transparent; background-image: none; }#OyED4yiitOTGRyeDZkPb6GoanOCZQJyS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OyED4yiitOTGRyeDZkPb6GoanOCZQJyS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OyED4yiitOTGRyeDZkPb6GoanOCZQJyS > .row .container > .video-iframe-container { display: none; }#OyED4yiitOTGRyeDZkPb6GoanOCZQJyS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OyED4yiitOTGRyeDZkPb6GoanOCZQJyS > .row > .video-iframe-container { display: none; }#OyED4yiitOTGRyeDZkPb6GoanOCZQJyS > .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); }#OyED4yiitOTGRyeDZkPb6GoanOCZQJyS > .row .container { border-width: 0; border-radius: 0; }#OyED4yiitOTGRyeDZkPb6GoanOCZQJyS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OyED4yiitOTGRyeDZkPb6GoanOCZQJyS > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }#GyVX6UI7Sm9J9kLiTK6IxZK764kCgXsK { color:rgba(var(--color-primary-2),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:1.76171875rem;left:11.9375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#HGN5TKgXVSH6lOZIpOToCFOpqL10EXxx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/gL7IypUn/section4_bg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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; }#HGN5TKgXVSH6lOZIpOToCFOpqL10EXxx.adaptive-delivery-prevent-bg, #HGN5TKgXVSH6lOZIpOToCFOpqL10EXxx.lazyload, #HGN5TKgXVSH6lOZIpOToCFOpqL10EXxx.lazyloading { background-image: none; }#HGN5TKgXVSH6lOZIpOToCFOpqL10EXxx > .row .container { background-color: transparent; background-image: none; }#HGN5TKgXVSH6lOZIpOToCFOpqL10EXxx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),1); }#HGN5TKgXVSH6lOZIpOToCFOpqL10EXxx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGN5TKgXVSH6lOZIpOToCFOpqL10EXxx > .row .container > .video-iframe-container { display: none; }#HGN5TKgXVSH6lOZIpOToCFOpqL10EXxx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),1); }#HGN5TKgXVSH6lOZIpOToCFOpqL10EXxx > .row > .video-iframe-container { display: none; }#HGN5TKgXVSH6lOZIpOToCFOpqL10EXxx > .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); }#HGN5TKgXVSH6lOZIpOToCFOpqL10EXxx > .row .container { border-width: 0; border-radius: 0; }#HGN5TKgXVSH6lOZIpOToCFOpqL10EXxx::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HGN5TKgXVSH6lOZIpOToCFOpqL10EXxx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HGN5TKgXVSH6lOZIpOToCFOpqL10EXxx > .row .container { font-size:0.875rem;font-family:arial;height:32.25rem;width:75rem;position:relative;display:block; }#kHTcR5boJy7ltIqlf2TnuJ01zn7Bibu1 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-4),0.59);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f8ac78;border-left:0.0625rem solid #f8ac78;border-right:0.0625rem solid #f8ac78;border-bottom:0.0625rem solid #f8ac78;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.75rem;width:62.75rem;top:7.125rem;left:6.125rem;display:block; }
#GknRcP1R87sH6WigawHZorkMbe6BILXo { color:#f8ac78;display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:12.6875rem;left:11.125rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WUWRrutpdMyFzrWyXnuWMe0kfXMBudJD { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:8.0625rem;width:7.6875rem;top:1.4375rem;left:18.125rem;overflow:hidden;display:block; }
#lwXVRr6A52kNeMdPm8SoODWSlTmwoPsv { color:#ffffff;display:block;width:53.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:16rem;left:10.65625rem;height:7.6494375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#UGMWTgm77M4LJR2QPt5T1DPI9BvtMvDh { color:#f8ac78;display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:12.6875rem;left:41.375rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tmwpFEu4lHWT4TbmDa7dLFZFxmK4k0VO { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:7.5rem;width:7.5rem;top:2.0625rem;left:47.90625rem;overflow:hidden;display:block; }
#COQXXhnUd7WDJptwb1lDIOh2KMLeywD9 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:10.9375rem;left:21.21875rem; }
#COQXXhnUd7WDJptwb1lDIOh2KMLeywD9 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#GCp4HVHqQGm6lMIc2IFT0Zt5fPIrdgXc { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:10.9375rem;left:50.90625rem; }
#GCp4HVHqQGm6lMIc2IFT0Zt5fPIrdgXc > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#iltAVkSX0RO651Z4STgdNPbi8qGtKmvT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/k_T9Zj3SE8k/unsplash/simon-abrams-k_T9Zj3SE8k-photo-1497493292307-31c376b6e479.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;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; }#iltAVkSX0RO651Z4STgdNPbi8qGtKmvT.adaptive-delivery-prevent-bg, #iltAVkSX0RO651Z4STgdNPbi8qGtKmvT.lazyload, #iltAVkSX0RO651Z4STgdNPbi8qGtKmvT.lazyloading { background-image: none; }#iltAVkSX0RO651Z4STgdNPbi8qGtKmvT > .row .container { background-color: transparent; background-image: none; }#iltAVkSX0RO651Z4STgdNPbi8qGtKmvT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.92); }#iltAVkSX0RO651Z4STgdNPbi8qGtKmvT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iltAVkSX0RO651Z4STgdNPbi8qGtKmvT > .row .container > .video-iframe-container { display: none; }#iltAVkSX0RO651Z4STgdNPbi8qGtKmvT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.92); }#iltAVkSX0RO651Z4STgdNPbi8qGtKmvT > .row > .video-iframe-container { display: none; }#iltAVkSX0RO651Z4STgdNPbi8qGtKmvT > .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); }#iltAVkSX0RO651Z4STgdNPbi8qGtKmvT > .row .container { border-width: 0; border-radius: 0; }#iltAVkSX0RO651Z4STgdNPbi8qGtKmvT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iltAVkSX0RO651Z4STgdNPbi8qGtKmvT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iltAVkSX0RO651Z4STgdNPbi8qGtKmvT > .row .container { font-size:0.875rem;font-family:arial;height:12.5625rem;width:75rem;position:relative;display:block; }#cQKWQg1Vlnksm7i00ZoGByyJuqDfhiDc { color:rgba(var(--color-tertiary-0),1);display:block;width:72.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:7.3125rem;left:2.8125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TVqorNfvRTfT981A99ZoEs2e7cNcHbit { color:#f8ac78;display:block;width:54.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:2.6875rem;left:12.3125rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D3NyNvl6pQkfs4XeSvI0Pq7VoAEgQ8BP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/k_T9Zj3SE8k/unsplash/simon-abrams-k_T9Zj3SE8k-photo-1497493292307-31c376b6e479.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;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; }#D3NyNvl6pQkfs4XeSvI0Pq7VoAEgQ8BP.adaptive-delivery-prevent-bg, #D3NyNvl6pQkfs4XeSvI0Pq7VoAEgQ8BP.lazyload, #D3NyNvl6pQkfs4XeSvI0Pq7VoAEgQ8BP.lazyloading { background-image: none; }#D3NyNvl6pQkfs4XeSvI0Pq7VoAEgQ8BP > .row .container { background-color: transparent; background-image: none; }#D3NyNvl6pQkfs4XeSvI0Pq7VoAEgQ8BP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.92); }#D3NyNvl6pQkfs4XeSvI0Pq7VoAEgQ8BP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3NyNvl6pQkfs4XeSvI0Pq7VoAEgQ8BP > .row .container > .video-iframe-container { display: none; }#D3NyNvl6pQkfs4XeSvI0Pq7VoAEgQ8BP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.92); }#D3NyNvl6pQkfs4XeSvI0Pq7VoAEgQ8BP > .row > .video-iframe-container { display: none; }#D3NyNvl6pQkfs4XeSvI0Pq7VoAEgQ8BP > .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); }#D3NyNvl6pQkfs4XeSvI0Pq7VoAEgQ8BP > .row .container { border-width: 0; border-radius: 0; }#D3NyNvl6pQkfs4XeSvI0Pq7VoAEgQ8BP::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D3NyNvl6pQkfs4XeSvI0Pq7VoAEgQ8BP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D3NyNvl6pQkfs4XeSvI0Pq7VoAEgQ8BP > .row .container { font-size:0.875rem;font-family:arial;height:24.1875rem;width:75rem;position:relative;display:block; }#HSTDCKvnVSQhPtxgiQTLKQ2S2HuU88Zm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15077;opacity:1;top:3rem;left:7rem; }
#sPXkfWstCT5ftxUf8Pzruv5uAUsRHJkd { color:rgba(var(--color-tertiary-1),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15076;line-height:1;letter-spacing:0;top:3rem;left:9.8125rem;height:6.375rem;display:block; }
#k6sZWZaqmRFTQoQxCss2SC9vECkJxnMZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15080;opacity:1;top:3rem;left:40.25rem; }
#oM9xpCfFybHlD7ITiV70ERJft4hS1aR4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:13.0625rem;left:7rem; }
#dLANFrofMMDB9xv3UXLhHT2tTVW7Vo2G { color:rgba(var(--color-tertiary-1),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15082;line-height:1;letter-spacing:0;top:3rem;left:42.75rem;height:6.375rem;display:block; }
#w4LldTaMz5GqPmg3W2Hf5NUaS4ExufMS { color:rgba(var(--color-tertiary-1),1);display:block;width:26.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15080;line-height:1;letter-spacing:0;top:13.0625rem;left:42.75rem;height:6.375rem;display:block; }
#gWitdzaPqbzWqD8Wz5xUmkdD7CQ1bcEI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15079;opacity:1;top:13.0625rem;left:40.25rem; }
#zNpxgR6i97oM57M74hTsKdyccDU7W8Qq { color:rgba(var(--color-tertiary-1),1);display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15078;line-height:1;letter-spacing:0;top:13.0625rem;left:9.8125rem;height:7.4375rem;display:block; }
#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/07ed25df-495f-477d-aafb-7e5fc98cc81b/MARKETING_1920x1080_3.format_auto.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu.adaptive-delivery-prevent-bg, #qbWA7061q9zvDw3LlXmrR78t4pDHMIlu.lazyload, #qbWA7061q9zvDw3LlXmrR78t4pDHMIlu.lazyloading { background-image: none; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row .container { background-color: transparent; background-image: none; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.8); }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row .container > .video-iframe-container { display: none; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.8); }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row > .video-iframe-container { display: none; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .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); }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row .container { border-width: 0; border-radius: 0; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:75rem;position:relative;display:block; }#oXiSfuCrdnq0l6eNWmgoGCRFZraTfpIq { color:rgba(var(--color-tertiary-0),1);display:block;width:55rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:6.75rem;left:10rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IENtXnIMZpvlGdXSEutgVkkTiMpisFv7 { color:rgba(var(--color-tertiary-0),1);display:block;width:55.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:10.75rem;left:10rem;height:6.499rem;text-align:center;text-align-last:center;display:block; }
#IeZvyENN0KuGvoMaa5PAV78y0nLfzCrv { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.1875rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:19rem;left:24.625rem;display:block; }
#Bul5cAUA94sEQvUOXaT4QvHDn8za32wH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TUu54tI1c1fDqT7Xba6mfsWeuQ0cBJc2 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:60rem;top:4.625rem;left:7.5rem;display:block; }
#ta7KnpD6d7sRTydUz5RbEynrckh1x70W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#ta7KnpD6d7sRTydUz5RbEynrckh1x70W > .row .container { background-color: transparent; background-image: none; }#ta7KnpD6d7sRTydUz5RbEynrckh1x70W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ta7KnpD6d7sRTydUz5RbEynrckh1x70W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ta7KnpD6d7sRTydUz5RbEynrckh1x70W > .row .container > .video-iframe-container { display: none; }#ta7KnpD6d7sRTydUz5RbEynrckh1x70W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ta7KnpD6d7sRTydUz5RbEynrckh1x70W > .row > .video-iframe-container { display: none; }#ta7KnpD6d7sRTydUz5RbEynrckh1x70W > .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); }#ta7KnpD6d7sRTydUz5RbEynrckh1x70W > .row .container { border-width: 0; border-radius: 0; }#ta7KnpD6d7sRTydUz5RbEynrckh1x70W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ta7KnpD6d7sRTydUz5RbEynrckh1x70W > .row .container { font-size:0.875rem;font-family:arial;height:10.5rem;width:75rem;position:relative;display:block; }#iDDAVeZ3FGUbdhSqChAicX866duXZgwl { color:rgba(var(--color-primary-2),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:1.90625rem;left:11.25rem;height:3.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oh1tpwpc5vc7Z3H13lFEKzxT1H8fzLd2 { color:rgba(var(--color-tertiary-0),1);display:block;width:59.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:6.75rem;left:4.5625rem;height:2.25rem;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; }
#Z3lmCiDh6wvMeCT6MxKuQZO8zFD3Aueu { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0), rgba(var(--color-primary-2),0.8));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0), rgba(var(--color-primary-2),0.8));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0), rgba(var(--color-primary-2),0.8));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0), rgba(var(--color-primary-2),0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0)', endColorstr='rgba(var(--color-primary-2),0.8)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0)', endColorstr='rgba(var(--color-primary-2),0.8)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0), rgba(var(--color-primary-2),0.8));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#l82dIeUBk7ADSZaKdCrOqoFWsTNLlJrR { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.8), rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.8), rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.8), rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.8), rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.8)', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.8)', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.8), rgba(var(--color-primary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#MNN2yP78yzFXitf3qH4d223KcuEdATEx { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0), rgba(var(--color-primary-2),0.8));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0), rgba(var(--color-primary-2),0.8));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0), rgba(var(--color-primary-2),0.8));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0), rgba(var(--color-primary-2),0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0)', endColorstr='rgba(var(--color-primary-2),0.8)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0)', endColorstr='rgba(var(--color-primary-2),0.8)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0), rgba(var(--color-primary-2),0.8));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#U5Nd1zHKV22DiiP8DgUl2hBWp06TXgPZ { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.8), rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.8), rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.8), rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.8), rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.8)', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.8)', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.8), rgba(var(--color-primary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#hh8oWDRt8LtB8SbPT8k9waeTfeTfKuki { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#hh8oWDRt8LtB8SbPT8k9waeTfeTfKuki > .row .container { background-color: transparent; background-image: none; }#hh8oWDRt8LtB8SbPT8k9waeTfeTfKuki::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hh8oWDRt8LtB8SbPT8k9waeTfeTfKuki > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hh8oWDRt8LtB8SbPT8k9waeTfeTfKuki > .row .container > .video-iframe-container { display: none; }#hh8oWDRt8LtB8SbPT8k9waeTfeTfKuki > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hh8oWDRt8LtB8SbPT8k9waeTfeTfKuki > .row > .video-iframe-container { display: none; }#hh8oWDRt8LtB8SbPT8k9waeTfeTfKuki > .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); }#hh8oWDRt8LtB8SbPT8k9waeTfeTfKuki > .row .container { border-width: 0; border-radius: 0; }#hh8oWDRt8LtB8SbPT8k9waeTfeTfKuki > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hh8oWDRt8LtB8SbPT8k9waeTfeTfKuki > .row .container { font-size:0.875rem;font-family:arial;height:24.125rem;width:75rem;position:relative;display:block; }#lwOpuroidfkg5gu6cIZFXUzJtUH17SG7 { 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:21.125rem;width:21.125rem;top:0.96875rem;left:10.0625rem;overflow:hidden;display:block; }
#kfZ4ieCLA1crOOPSSZsF8mNxBc6oFKc0 { position:absolute;display:block;z-index:15001;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;border-top:0.125rem solid #f8ac78;border-left:0.125rem solid #f8ac78;border-right:0.125rem solid #f8ac78;border-bottom:0.125rem solid #f8ac78;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.625rem 0.375rem 5rem rgba(0,0,0,0.06) ;height:18rem;width:39.1875rem;top:2.5rem;left:25.5625rem;display:block; }
#R161MKcTZhPep3KklaUTxb2iQKTDoVZx { position:absolute;display:block;z-index:15002;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.4375rem;width:2.4375rem;top:3.5rem;left:27.4375rem;overflow:hidden;display:block; }
#wAZQkXVQTOSCpVS9o80KAic2w7OsNczK { color:rgba(var(--color-tertiary-4),1);display:block;width:36.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:6.78125rem;left:27.21875rem;height:7.875rem;font-style:normal;display:block; }
#b02XDSLEVpqVRnHr83zRbTAkt6cXnvCf { color:rgba(var(--color-tertiary-4),1);display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:16.5625rem;left:39.1875rem;height:2.699225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#WZNWEnuz7t2h2keSR8AT9F7sUBmE6mU2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:10.90625rem;left:66.8125rem; }
#F6m4MEPMOg01FqW62VAucAHEXrZmPe1O { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:10.90625rem;left:4.1875rem; }
#Iiz9puTMU9fJZF4SZp8xXhmPt9knD7Fi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#Iiz9puTMU9fJZF4SZp8xXhmPt9knD7Fi > .row .container { background-color: transparent; background-image: none; }#Iiz9puTMU9fJZF4SZp8xXhmPt9knD7Fi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iiz9puTMU9fJZF4SZp8xXhmPt9knD7Fi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iiz9puTMU9fJZF4SZp8xXhmPt9knD7Fi > .row .container > .video-iframe-container { display: none; }#Iiz9puTMU9fJZF4SZp8xXhmPt9knD7Fi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iiz9puTMU9fJZF4SZp8xXhmPt9knD7Fi > .row > .video-iframe-container { display: none; }#Iiz9puTMU9fJZF4SZp8xXhmPt9knD7Fi > .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); }#Iiz9puTMU9fJZF4SZp8xXhmPt9knD7Fi > .row .container { border-width: 0; border-radius: 0; }#Iiz9puTMU9fJZF4SZp8xXhmPt9knD7Fi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Iiz9puTMU9fJZF4SZp8xXhmPt9knD7Fi > .row .container { font-size:0.875rem;font-family:arial;height:24.125rem;width:75rem;position:relative;display:block; }#oLGF25xlDaweBNH9q9X30v5Px9CSZDVS { 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:21.125rem;width:21.125rem;top:0.96875rem;left:43.8125rem;overflow:hidden;display:block; }
#U6JTHK512tWgEaZeqLrnOTDXmv6KWJeh { position:absolute;display:block;z-index:15001;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;border-top:0.125rem solid #f8ac78;border-left:0.125rem solid #f8ac78;border-right:0.125rem solid #f8ac78;border-bottom:0.125rem solid #f8ac78;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.625rem 0.375rem 5rem rgba(0,0,0,0.06) ;height:18rem;width:39.1875rem;top:2.5rem;left:10.0625rem;display:block; }
#MoudZHJup0F86bitwSUdtqJtpyldUQ7O { position:absolute;display:block;z-index:15002;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.4375rem;width:2.4375rem;top:3.8125rem;left:12rem;overflow:hidden;display:block; }
#Xpvc2h83HclSrUA0KdcLgWnSC94pexTT { color:rgba(var(--color-tertiary-4),1);display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:6.75rem;left:11.65625rem;height:7.4375rem;font-style:normal;display:block; }
#bQ7mseanBsa9WGX0fFhq77Ky9Rz963QA { color:rgba(var(--color-tertiary-4),1);display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:17.0625rem;left:23.8125rem;height:2.699225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Qy1pQkWdUL58qZJyTezA1bnfgUPQoq43 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:11.28125rem;left:67.1875rem; }
#J1ko1W2L8DO8ExxRywiH0XFT4NOX2UII { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:11.28125rem;left:4.1875rem; }
#Aio8fEJzTcmUQsOBcMm6l4Nfzi0hE7KA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#Aio8fEJzTcmUQsOBcMm6l4Nfzi0hE7KA > .row .container { background-color: transparent; background-image: none; }#Aio8fEJzTcmUQsOBcMm6l4Nfzi0hE7KA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Aio8fEJzTcmUQsOBcMm6l4Nfzi0hE7KA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Aio8fEJzTcmUQsOBcMm6l4Nfzi0hE7KA > .row .container > .video-iframe-container { display: none; }#Aio8fEJzTcmUQsOBcMm6l4Nfzi0hE7KA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Aio8fEJzTcmUQsOBcMm6l4Nfzi0hE7KA > .row > .video-iframe-container { display: none; }#Aio8fEJzTcmUQsOBcMm6l4Nfzi0hE7KA > .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); }#Aio8fEJzTcmUQsOBcMm6l4Nfzi0hE7KA > .row .container { border-width: 0; border-radius: 0; }#Aio8fEJzTcmUQsOBcMm6l4Nfzi0hE7KA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Aio8fEJzTcmUQsOBcMm6l4Nfzi0hE7KA > .row .container { font-size:0.875rem;font-family:arial;height:24.125rem;width:75rem;position:relative;display:block; }#iyDEQ8CbFz0w9ZfpPXfBseUPMO46RAss { 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:21.125rem;width:21.125rem;top:0.96875rem;left:10.0625rem;overflow:hidden;display:block; }
#BmVvySWdz9sR12MoiLT1kGc50AcIP4nx { position:absolute;display:block;z-index:15001;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;border-top:0.125rem solid #f8ac78;border-left:0.125rem solid #f8ac78;border-right:0.125rem solid #f8ac78;border-bottom:0.125rem solid #f8ac78;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.625rem 0.375rem 5rem rgba(var(--color-tertiary-4),0.06) ;height:18rem;width:39.1875rem;top:2.5rem;left:25.5625rem;display:block; }
#l2a22Zqud80of3DfB8NyHgbbKbWO10TQ { position:absolute;display:block;z-index:15002;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.4375rem;width:2.4375rem;top:4.75rem;left:27.9375rem;overflow:hidden;display:block; }
#P7g80MKpJZqeP60TCZvZOO4yO4Z7btu4 { color:#050b26;display:block;width:36.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:8.125rem;left:27.4375rem;height:5.9375rem;font-style:normal;display:block; }
#ZO1hyUvIGPM1BpsRPE4vVVHmDuzrXapb { color:#050b26;display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:16.5625rem;left:39.1875rem;height:2.699225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Gr4w3HWDxDRr0pVGVlpzPdSfJfFcmShA { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:10.375rem;left:7.5rem;overflow:hidden;display:block; }
#r0xcRdwS5eZx716eE6U9p6m3CrJWbKqs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:12.125rem;left:66.875rem; }
#rL0UERHdA8hH9LHHmouczezuEbf3HW57 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:12.125rem;left:4.4375rem; }
#DgtgdmyPnmdRRqTe9y6XkOlLuDuTEdqK { color:rgba(var(--color-tertiary-2),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:22.3125rem;left:78.375rem;height:1.13769375rem;display:block; }
#BZJNTOOk3C5hA03pAJFUz7cZuZPengu0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#BZJNTOOk3C5hA03pAJFUz7cZuZPengu0 > .row .container { background-color: transparent; background-image: none; }#BZJNTOOk3C5hA03pAJFUz7cZuZPengu0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZJNTOOk3C5hA03pAJFUz7cZuZPengu0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZJNTOOk3C5hA03pAJFUz7cZuZPengu0 > .row .container > .video-iframe-container { display: none; }#BZJNTOOk3C5hA03pAJFUz7cZuZPengu0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZJNTOOk3C5hA03pAJFUz7cZuZPengu0 > .row > .video-iframe-container { display: none; }#BZJNTOOk3C5hA03pAJFUz7cZuZPengu0 > .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); }#BZJNTOOk3C5hA03pAJFUz7cZuZPengu0 > .row .container { border-width: 0; border-radius: 0; }#BZJNTOOk3C5hA03pAJFUz7cZuZPengu0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BZJNTOOk3C5hA03pAJFUz7cZuZPengu0 > .row .container { font-size:0.875rem;font-family:arial;height:24.125rem;width:75rem;position:relative;display:block; }#viG9U0UZvM0KFQDKrcWg8KLWTz3HTiio { 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:21.125rem;width:21.125rem;top:1.5rem;left:45.3125rem;overflow:hidden;display:block; }
#bWaqV0Zzv0dr0CmHsrTq1rgaJAwyV77e { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f8ac78;border-left:0.125rem solid #f8ac78;border-right:0.125rem solid #f8ac78;border-bottom:0.125rem solid #f8ac78;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.625rem 0.375rem 5rem rgba(0,0,0,0.06) ;height:18rem;width:39.1875rem;top:2.5rem;left:10.0625rem;display:block; }
#JCRb21fPZZOcHZk7raW6INIbrZ7qszD3 { position:absolute;display:block;z-index:15002;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.4375rem;width:2.4375rem;top:4.75rem;left:12.125rem;overflow:hidden;display:block; }
#Krk8lPNDXh3OUrRUETZEQklxD9N0beEL { color:rgba(var(--color-tertiary-4),1);display:block;width:35.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:7.75rem;left:12.125rem;height:5.625rem;font-style:normal;display:block; }
#QAmmDLiUXnHliWI5e73rGzZgm54Zeass { color:rgba(var(--color-tertiary-4),1);display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:16rem;left:23.8125rem;height:2.699225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#vT71OviCwlgbHeUbkHO7erC22whHaCsm { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:10.5rem;left:7.5rem;overflow:hidden;display:block; }
#qeZNM8uUyt9AEDpi7PIv7a7qJ25nBtGH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:12.25rem;left:67.1875rem; }
#O3p7ZXkcIrRQBw5GydVl9HSEXl7JXTTZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:12.25rem;left:3.4375rem; }
#bJ5uuiJc1GoBkZVrHnUXqKlasf65IWGA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#bJ5uuiJc1GoBkZVrHnUXqKlasf65IWGA > .row .container { background-color: transparent; background-image: none; }#bJ5uuiJc1GoBkZVrHnUXqKlasf65IWGA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bJ5uuiJc1GoBkZVrHnUXqKlasf65IWGA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bJ5uuiJc1GoBkZVrHnUXqKlasf65IWGA > .row .container > .video-iframe-container { display: none; }#bJ5uuiJc1GoBkZVrHnUXqKlasf65IWGA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bJ5uuiJc1GoBkZVrHnUXqKlasf65IWGA > .row > .video-iframe-container { display: none; }#bJ5uuiJc1GoBkZVrHnUXqKlasf65IWGA > .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); }#bJ5uuiJc1GoBkZVrHnUXqKlasf65IWGA > .row .container { border-width: 0; border-radius: 0; }#bJ5uuiJc1GoBkZVrHnUXqKlasf65IWGA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bJ5uuiJc1GoBkZVrHnUXqKlasf65IWGA > .row .container { font-size:0.875rem;font-family:arial;height:24.125rem;width:75rem;position:relative;display:block; }#WI3uHUFqlaWoZ8gKQbhaP7JyiMEAvpkG { 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:21.125rem;width:17.5625rem;top:1.5rem;left:11.6875rem;overflow:hidden;display:block; }
#rt290SwaJLb06bKQh644TGoiPGXISbFI { position:absolute;display:block;z-index:15001;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;border-top:0.125rem solid #f8ac78;border-left:0.125rem solid #f8ac78;border-right:0.125rem solid #f8ac78;border-bottom:0.125rem solid #f8ac78;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.625rem 0.375rem 5rem rgba(0,0,0,0.06) ;height:18rem;width:39.1875rem;top:2.5rem;left:25.5625rem;display:block; }
#bR7xrp5gBv8fx4megRUoPsXdToPWHf5b { position:absolute;display:block;z-index:15002;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.4375rem;width:2.4375rem;top:4.75rem;left:27.9375rem;overflow:hidden;display:block; }
#WNxBhNpkJrQUSnLWBhuVTSkyk2Sl5lOd { color:rgba(var(--color-tertiary-4),1);display:block;width:36.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:8.125rem;left:27.4375rem;height:5rem;font-style:normal;display:block; }
#Vc1Pu8eI0pAllUT5nVM6nfOsIyvSRGwU { color:rgba(var(--color-tertiary-4),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:16.5625rem;left:27.75rem;height:2.699225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#l3qGKmcEsCKEurrdshNJOsH3mx44zAaH { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:10.375rem;left:7.5rem;overflow:hidden;display:block; }
#awhCIUFXoriC594Ardf7So2UBPRu1swy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:11.625rem;left:66.375rem; }
#AL9IBbH8iGvPsTSnSmhyPLIZBn4KSlL2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:11.625rem;left:3.9375rem; }
#pvBRyDeAyu0QVQNPFnxKFdX8mPikhNIu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#pvBRyDeAyu0QVQNPFnxKFdX8mPikhNIu > .row .container { background-color: transparent; background-image: none; }#pvBRyDeAyu0QVQNPFnxKFdX8mPikhNIu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvBRyDeAyu0QVQNPFnxKFdX8mPikhNIu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvBRyDeAyu0QVQNPFnxKFdX8mPikhNIu > .row .container > .video-iframe-container { display: none; }#pvBRyDeAyu0QVQNPFnxKFdX8mPikhNIu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvBRyDeAyu0QVQNPFnxKFdX8mPikhNIu > .row > .video-iframe-container { display: none; }#pvBRyDeAyu0QVQNPFnxKFdX8mPikhNIu > .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); }#pvBRyDeAyu0QVQNPFnxKFdX8mPikhNIu > .row .container { border-width: 0; border-radius: 0; }#pvBRyDeAyu0QVQNPFnxKFdX8mPikhNIu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pvBRyDeAyu0QVQNPFnxKFdX8mPikhNIu > .row .container { font-size:0.875rem;font-family:arial;height:24.125rem;width:75rem;position:relative;display:block; }#vxB3p8i2koospm8bm0cC5n9x8NnUgKwo { 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:21.125rem;width:21.125rem;top:1.5rem;left:45.125rem;overflow:hidden;display:block; }
#cyCDIzR5cSXVHzyMpBxPds4hSaUsoOzn { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f8ac78;border-left:0.125rem solid #f8ac78;border-right:0.125rem solid #f8ac78;border-bottom:0.125rem solid #f8ac78;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.625rem 0.375rem 5rem rgba(0,0,0,0.06) ;height:18rem;width:39.1875rem;top:2.5rem;left:10.0625rem;display:block; }
#zFbpVn3rn3fpUeoZvBwhXRvvU7KUZRTM { position:absolute;display:block;z-index:15002;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.4375rem;width:2.4375rem;top:4.75rem;left:12.125rem;overflow:hidden;display:block; }
#AVVZcDRpEATcz2ggXTJmcb9UTWeQS9MZ { color:rgba(var(--color-tertiary-4),1);display:block;width:35.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:7.75rem;left:12.125rem;height:5.625rem;font-style:normal;display:block; }
#uaalUG36nh0lKUBOZxUelQr7tlvywTRv { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:16rem;left:18.75rem;height:2.699225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#h0tnaondibEpcTqTrabdZKlDqFT4nwvm { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:10.5rem;left:7.5rem;overflow:hidden;display:block; }
#co2aeqNzAbMCBxSqB4ALasHCGd4equSJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:11.28125rem;left:66.1875rem; }
#g0L08wnEo4BlO6zUvSRZNcCwbBqAecLn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:11.28125rem;left:4rem; }
#upDva3dk12bZMTS4koAgCaeK4CrbQsOl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row .container { background-color: transparent; background-image: none; }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row .container > .video-iframe-container { display: none; }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row > .video-iframe-container { display: none; }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .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); }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row .container { border-width: 0; border-radius: 0; }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row .container { font-size:0.875rem;font-family:arial;height:67.5625rem;width:75rem;position:relative;display:block; }#QlbwqPiLlfXq1gUlC4h7dtiKED0NEkh9 { color:rgba(var(--color-primary-2),1);display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:2.96875rem;left:11.25rem;height:3.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FpTAce3rQS0QmWDLNt8tn1mSxokpmor5 { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15014;line-height:1.1;letter-spacing:0;top:6.625rem;left:11.25rem;height:2.0625rem;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; }
#czUe2nSaT7F8uIdeskNvLZibtfwmMCTL { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#xJoq76XSgZzT3xnaMHv6lTxgtTVoXA2R { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#zRp6cBzoP6S6fynKVKeSvuny2GQEkehw { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#WbbpK6ndt10SzbkbT8XxEDkMoVGee98w { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS .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:#1c1c1c;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-primary-2),1); }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS .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-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.5rem;font-family:var(--paragraphs-font-family);font-style:normal;color:rgba(var(--color-tertiary-0),1);height:auto; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);height:auto;line-height:1.7;overflow:hidden; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_ddf7c9403d5ac4a6dec78d880e5e68fdbec19a96.svg");background-size:contain !important; }#PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-trigger.adaptive-delivery-prevent-bg, #PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-trigger.lazyload, #PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-trigger.lazyloading { background-image: none; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS { box-sizing:content-box;height:auto;width:42.6875rem;position:absolute;display:flex;flex-direction:column;gap:1.5625rem;z-index:15044;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:12.8115234375rem;left:16.15625rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #nJPCzPNOiswnhyeN6Ju1V0BBcrNxqONw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #VtsnTiLwXSOd9MB29snhXNvwEQigu2fQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #yM83RybR352786OZ71J5MWMaJ575TkoL { display:block;position:relative; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #WqpuE5Pe7AsEVVWyQVhIcn3GUAHxvcTg {  }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #H6cNzvqm6av0D9cg09TacmxJWGuMFM45 {  }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #vliptOC8DusEqGuECGCQnZAN3lLFBZSz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #AokqXpaLMSoMBWOmRfMgJ7ey3Zbqs1Tw { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #eIZSPJuAi2SLqRWT9SQIliks3ZSr1a2K { display:block;position:relative; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #R3DENJTCuRDZFa3AG6K54tVbpHXdX64G {  }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #JhBpUs2cP864l3dGudzKHduOd4TCsfqB { display:none; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #GzEakBPv4EATT7tGAo79173G9X4lquTM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #Cb4iEE2fndMzOtJ7m7md0vTe6MG867PP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #E2vz34N6FbNFmIneW3wIxGNuMScEhSyu { display:block;position:relative; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #dAwE8DS2NTz4Xb5iyh5tCMcvdMVQTQMC {  }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #Lg1SpahgZUmgRX77KEZEnx8eaQSt2V1T { display:none; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #OBreMBd6zwysgciDO0hA34Mu2i6ffXeP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #w2W9ya7lpAwGwSe9SBiSLKWpbVZJKc7S { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #scTZ7fTtppBpxqw96yo1y6FbQ8r0HF3h { display:block;position:relative; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #MH4CbxpOgD6t5WPzeSiKWHfZJ0kk0P7P {  }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #bbdLRkoiyvCcXywNxabO5oB0mpRoBFWy { display:none; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #Vge5eMyGISelKcycFbWBQnG3nTT0xr8y { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #KQcygZTKKsQhZLTAy0e9g2XTJ4Xbwf1f { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #kyTHgcrCcpHy6iwdZqNuKH1hv7mCDXoK { display:block;position:relative; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #nv0JGtrDzmbhin9P58yTv6tmIv4Gerec {  }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #PVctu54Hy7K7Bu4HE3Tey9gpF7yHvrpw { display:none; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #PzIfvmaheduf6deq5iVpyEuGZoMEwgEQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #mwceBCo0qTc6KurUl3AwHlR2WpZcUaD0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #hVm1kwOSWy2XT46FBNamexO9XyGTlFPT { display:block;position:relative; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #C7QaTG6Umk5tZtncyni7DlnF2ATxruC9 {  }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #vsOUumW4o1RLTwAy3065QLiw6VTqXqik { display:none; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #wgHWhRBGOvLOHpQQOXRO64HJRtUCboXu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #oPLIGl1Hs267VAZhPLitJcmC3yTiZppR { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #NfgohnsR1MZJgTevxgLgzoWsm0ALAeBR { display:block;position:relative; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #TOq11dBglGzs0gymPCHGUiWSF3ES8Fw6 {  }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #bTObqOSKfUEFkemzy2krySqBJrLESaJM { display:none; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #Xr8CeWI3drN672VfxECV1yi9DArWwsy5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #rBo3ftT6kbrG3UGkUh0zUzSV7lHqP9zy { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #IfBsprBph7DQmg6PiN25qg2DMDLDTHkS { display:block;position:relative; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #orDRT7HEFE011QEvtd5TtlJOgcRpwgJT {  }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #l2Lar6ngIiiuOzfZEsnKK6W3c7q5LQVa { display:none; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #WBiIC03Stz9ZBhMDhGSyCIuaatTzOwah { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #saXqBfG6uSN8qnv1S2VfOLJvGJL67Nob { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #skPc0CpGAEnNEwgbJqKSARON6Qwv5vJU { display:block;position:relative; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #TJUifez955ZUg5eN55JSsTTw7GEhWEp1 {  }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #LFen6NazQZ5NBoEuTw6feayCEJrUPmo9 { display:none; }
#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { background-color: transparent; background-image: none; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container > .video-iframe-container { display: none; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row > .video-iframe-container { display: none; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .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); }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { border-width: 0; border-radius: 0; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#hwtVzXzZLANzfrZSaBfaBxJRmITsWZqt { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.0625rem;top:2.8125rem;left:0rem;overflow:hidden;display:block; }
#nzkQsOA0GpuusX1AfGapCWExbw0R3gTI { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:3rem;left:71.25rem; }
#nzkQsOA0GpuusX1AfGapCWExbw0R3gTI > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#TzMHaHl7SPMMhobrdUP2gsKhpp8aas9p { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:3rem;left:69.125rem; }
#TzMHaHl7SPMMhobrdUP2gsKhpp8aas9p > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#cRlxf6oX5gkqbqPzz37adDJy9TWzEco3 { color:#ffffff;display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.181640625rem;left:56.125rem;height:1.13769375rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #epzJwEqlF2FAeuLFhfAAdC2okpcq3wRB { display:block; }#epzJwEqlF2FAeuLFhfAAdC2okpcq3wRB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VeXGcfcNw5erTGG4F8OguasmDqXxOrrH { width:47.75rem;height:1.25rem;top:2.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iM8QlG41K5cmsVU31xM0FdBb03aZKDBw { display:block; }#iM8QlG41K5cmsVU31xM0FdBb03aZKDBw > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #auyWAVXTuTprscB7nqIhP1KIM2LDTiie { top:2.75rem;left:0rem;width:44.25rem;height:2.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWZAQ33n0fb7BD14hTwVFFrx65KI5R45 { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsRAl4x8G8Ntboi4JmU8Jv5XUkIsZA0w { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2eBt2dUUxRpeqRx5aV82QO9VC11rx0S { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfufghii2pOw7lT0ONXUgM7DDm9LUw3L { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDix4xTI6EObxTTcCXTH7idaHVceWquX { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3EB816No2MRlB433dqhrM56CZDSli2a { display:block; }
 }@media only screen and (max-width: 763px) { #hOcmySrzNJr2eWnaiq11R5DAncDa7b98 { width:2.5rem;height:2.5rem;top:17.6875rem;left:0rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #Eu3bcJOkXJS6oJiXyWbmS9hvyLzz3twM { width:39.75rem;height:0.8125rem;top:18.5rem;left:0rem;font-size:1.0625rem;color:#18050a;display:block; }
 }@media only screen and (max-width: 763px) { #AQxyzWqnWgoR91c34uJ6R3H4JkX7mzom { top:6.4375rem;left:0rem;width:40.375rem;height:7.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMStbaXBiTbtFXLCtyVcrUcgOv0nNOX4 { width:39.75rem;height:0.8125rem;top:21.625rem;left:0rem;font-size:1.0625rem;color:#18050a;display:block; }
 }@media only screen and (max-width: 763px) { #MM7iMgqr7KnAsntxtBN3pNcGLI5DfzXq { width:2.5rem;height:2.5rem;top:20.8125rem;left:0rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #TJ12TBmTipNBqf0fE183z5WkkwyDG2gf { width:2.5rem;height:2.5rem;top:24.1875rem;left:0rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #mT1TTCTLutFVMZlgrFoyznTmymThlrr7 { width:39.75rem;height:0.8125rem;top:25rem;left:0rem;font-size:1.0625rem;color:#18050a;display:block; }
 }@media only screen and (max-width: 763px) { #Sx8XxFdD4196MtMeKM97aeZcR3ec66Zt { width:2.5rem;height:2.5rem;top:27.4375rem;left:0rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #bAFCMFXKsRzaBB9nMSn6W1L6dbwVNxma { width:39.75rem;height:0.8125rem;top:28.25rem;left:0rem;font-size:1.0625rem;color:#18050a;display:block; }
 }@media only screen and (max-width: 763px) { #lFGBBTtxdukOFqR6tWX9436hdoHI2De6 { width:2.5rem;height:2.5rem;top:30.5rem;left:0rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #E4AGc4vpSnDKHGLo5B3siflFJmRTBlPi { width:39.75rem;height:0.8125rem;top:31.25rem;left:0rem;font-size:1.0625rem;color:#18050a;display:block; }
 }@media only screen and (max-width: 763px) { #k7hIROGpyxh8A6XSJsEbDXnfPw22TIyT { width:22.9375rem;height:1.4375rem;top:21.625rem;left:24.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMGy4UMQNJvBnnbKf4xUNpAqqt5TdkUF { top:25.8125rem;left:21.3125rem;width:26.4375rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtoMtvPmRM4z97kiOkxi7TEvr6zWzIna { width:2.5rem;height:2.5rem;top:33.6875rem;left:0rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #CyXDXw7uEHvm2z2lPFkJE1GZZaU0c9kc { width:39.75rem;height:0.8125rem;top:34.4375rem;left:0rem;font-size:1.0625rem;color:#18050a;display:block; }
 }@media only screen and (max-width: 763px) { #RG4kMa9XVqCKXFTnHrqhdETkM5qBrm25 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RG4kMa9XVqCKXFTnHrqhdETkM5qBrm25 .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; }
#RG4kMa9XVqCKXFTnHrqhdETkM5qBrm25 .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; }
#RG4kMa9XVqCKXFTnHrqhdETkM5qBrm25 { display:flex;width:13.5rem;height:5.0625rem;top:8.375rem;left:28.5rem; }
 }@media only screen and (max-width: 763px) { #RG4kMa9XVqCKXFTnHrqhdETkM5qBrm25 #PbGizV27wDySSy0NbBtVKGCVrmI7Ln5q { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RG4kMa9XVqCKXFTnHrqhdETkM5qBrm25 #QE5M8D8ussONDVD5I4mzoWmg4LP4R8vs {  }
 }@media only screen and (max-width: 763px) { #RG4kMa9XVqCKXFTnHrqhdETkM5qBrm25 #UkEtSBFw9rUuiqlVWR6QS3sBx5cs0vTx {  }
 }@media only screen and (max-width: 763px) { #RG4kMa9XVqCKXFTnHrqhdETkM5qBrm25 #utd0vUpKCi9Q1Qz3qTUcoI0zOS6eec8g { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RG4kMa9XVqCKXFTnHrqhdETkM5qBrm25 #STWOHm7pIrdJyFxaxa24wIOkswD7Q8b8 {  }
 }@media only screen and (max-width: 763px) { #RG4kMa9XVqCKXFTnHrqhdETkM5qBrm25 #foPnJb1Qlvg9LXyoM29KXImRkCAq4IOz {  }
 }@media only screen and (max-width: 763px) { #RG4kMa9XVqCKXFTnHrqhdETkM5qBrm25 #A0oHBOVrJmsExXvaECZwXNg2xm1Zcdps { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RG4kMa9XVqCKXFTnHrqhdETkM5qBrm25 #Pfw9rsZDIlRET8NWB2GAVTzB72d1yFRn {  }
 }@media only screen and (max-width: 763px) { #RG4kMa9XVqCKXFTnHrqhdETkM5qBrm25 #JGZ0HMyuzrQUmHs7ss48DVLFdkFOQav9 {  }
 }@media only screen and (max-width: 763px) { #RG4kMa9XVqCKXFTnHrqhdETkM5qBrm25 #QuRSzyXHGzNH59Ls4NJIaqWQFyA72S0k { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RG4kMa9XVqCKXFTnHrqhdETkM5qBrm25 #EeIaiGeWaMi8kdT1nikNcPN6hdXl948J {  }
 }@media only screen and (max-width: 763px) { #RG4kMa9XVqCKXFTnHrqhdETkM5qBrm25 #Rp53w46WnqbsmQZ3qeqZM6BZ6hACVWFC {  }
 }@media only screen and (max-width: 763px) { #d9G7G4hulJIbDO9y1H7FZW2VSvQa9Oab { display:block; }#d9G7G4hulJIbDO9y1H7FZW2VSvQa9Oab > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p4rLOqGmPakkCHy7aydIE0q5pnK83427 { width:21.25rem;height:11.875rem;top:12.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvTRzPcMIHt4UJlLPPh8mOXTdMwZyTLJ { top:14.5625rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhw2Xc7GumlJl9Kxk6flgCeexb4EwIme { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6cs7oufzlqwTaeVR86k1CwnG5TogrmN { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Olkhtf83JQGKn65R15WQWreUZOl8WeTI { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxaI11Xc8RoWDSgTO8PVKMOuqmH4ktQV { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WisvFqgkXWpQCBlVrmwlHK4tb5sbNraK { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0qrlKVgP8ThTmCQNsy8omEUTgkfbRtk { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfpRneNPR1TcOLm9JhFvtQu3DMnC9Qog { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVVBl593H1iRlDotqiSUasOgaKBrm8Tg { width:21.25rem;height:11.5625rem;top:12.6875rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ss5bDoxAeSLhMbi7UmZzkd4K14euKQMM { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrSm3sM7ts8qiX8DprgwudCUKK74cbn6 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNKi0eLxCqk9XceZQ0CekuZJOuUh1Fqp { top:14.5625rem;left:15.125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUg64wLVuQRxCVX8FgQfU1upWnOkXRG3 { width:21.25rem;height:11.4375rem;top:12.6875rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0sbUU7nZtn6Z9qfhRxOUvIzgznoScNH { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXGmpB7vvm8snGZbEZwM75E1TZOUtFJT { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TibSzz6RK9k67aFS2BsPgElmdwwM5Npr { top:14.5625rem;left:42rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVeVTuwDA4vJ3VS0gd6f7rL33HT0wR6T { width:21.25rem;height:11.4375rem;top:26.375rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #di6a70xm3pPdgN2Jh5bkeVu34WNQrMNL { width:21.25rem;height:11.5625rem;top:26.375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr5ESVGVJTCxO70VBxqGB2USlewppf5t { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mi4kb9sXF8p87Nwu0UHhIlbcrL3a1ycw { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfVKeTNpBrUk28WlbqLhs3vGgXv8tQBK { width:21.25rem;height:11.875rem;top:26.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOfFSBUWzVlkulUSp6F3WuKvGxmbQPKI { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xN2kG1LbOfpAhXMc4vs4qRUulQdtauFA { top:28.25rem;left:15.125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSN55XM1WUxT9fEnQDZJtRxyvBdybaoJ { top:28.25rem;left:41.125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeFPBEgrhzxgWCOeDuI0wf2CbrwsEB2q { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3ykQuzg7loGOKx9Apiv33Fh8kkawLfw { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTEFgoM8fqfEqyWLDk3RUZ3x4ACMzNCg { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkqL3SW3eOve0AThel76G4xroRfioVKD { top:28.25rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymgQFzAyRBdEdeemW3S7QSqTpAbv07mi { display:block; }#ymgQFzAyRBdEdeemW3S7QSqTpAbv07mi > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3Fafgp9zyi9TAJnQdM2l2MmV8rK86QE { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNLZhV4T59T506D2OD3KkCexl4H2NfQ8 { display:block; }#dNLZhV4T59T506D2OD3KkCexl4H2NfQ8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pEXCoeXwJNO3GGhDdXEI58Po23nOMVRL { width:19.75rem;height:17.25rem;top:5.125rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiARD9EsMdHzpaTN0eM4FtpX7WZpWc5h { width:20.25rem;height:17.5rem;top:5.125rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #D80QUCLQqeKQNeM2D4fLsEZ19gPrCF9a { width:19.75rem;height:18.125rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDbIR4VxUaL8x6aW6uZ4T6J8UWSkwMeH { width:19.75rem;height:0.375rem;top:4.75rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8CFl9ioPWKa72uIlUcMavQSCyplKvQX { width:19.75rem;height:0.375rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIBHl8EOUyfguow2Bi6GGUNCo3Gw5etr { width:20.25rem;height:0.375rem;top:4.8125rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1fS1lzwgtHU0MmEB4SkUSSTin1T38ga { top:0rem;left:21.03125rem;width:5.3125rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRlaGhbmiWH16lHMteTU6vdWxv64wxlN { top:0rem;left:37.03125rem;width:5.3125rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nv9qzLsstnT4gI6wXck2T1chhCL9MUct { width:17.0625rem;height:1.375rem;top:6.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyrvOoUhycw9I0LRV85hkabbglOXfNhR { width:16.8125rem;height:2.75rem;top:6.8125rem;left:14.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ik9dD2TeIQRXlUR2LtHiQcRU3BLGD89S { width:18.0625rem;height:2.75rem;top:6.8125rem;left:29.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4mz3f5vWn43zl2wns6KRdRTRllIN6ET { top:14rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0f4LJoxNS6cWcKLVOg5tNy340Z0VGsh { width:14.125rem;height:7rem;top:11.25rem;left:17.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m57cdZE93Tk9pRvtZOpLzAiDkUZQyJbd { top:14rem;left:15.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvnFDIpLGbl41n65p9ynaXyfeRANKZ5I { width:13.625rem;height:8rem;top:11.25rem;left:34rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDV7gcBQUTI2RkRbCMIpTLvFo5MkT15y { top:14rem;left:31.75rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ah73HiOIXnqBLpSfuHLAyaNrQwC1TIAi { top:0rem;left:5.15625rem;width:5.3125rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlMadGIA5thi52oGygtfhcTvt3TfFywk { width:14.25rem;height:8rem;top:11.25rem;left:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c93DC9BBEJwrSooXwRWPqIGTyvgz1Ru3 { display:block; }#c93DC9BBEJwrSooXwRWPqIGTyvgz1Ru3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oSmnwKfxGxJfT7PmObwOO22AuaZIaTHR { top:16.375rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3UOTzf7W3c6DRoqoM3oSkQMTRRecnpq { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7egqdxqkLQWe40KUFO6Dc0eBLlPgdyv { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRMDJTVKJUSSnhILMqMwrwLDvVuuO6lZ { top:5.625rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jvkb8IdslvN4MoqRurR6SAkllk2nZJVq { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBh1fDkdNQAZbaLU5fmdqpphk0uAQ73J { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJXseN5JGKnt3gQFeSIw70WlJLhQQroA { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwItoKXQMvvSqQ7DCAWguM8S3WPVt7zc { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqQqo00gfNt4RtHIoMPlMnCKHOrre0Ak { width:4.5rem;height:4.5rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCrO9h1xyPTTWJPRP4L5H01tsgEAUT1t { width:4.5rem;height:4.5rem;top:15rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNLOOq0CFLeuTkzx9REwSqFEd1NFUfkL { top:16.1875rem;left:22.8125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lw3LqgkKWBu4WS98vm9J02x7PbEpuE4w { width:4.5rem;height:4.5rem;top:15rem;left:43.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShlUi9Wybx5EVZBEE55M15hyBDF9sKfy { top:16.1875rem;left:45.625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hd6GJQQGvoowK3I1UEd2lkw2vzlnJ0nM { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8OADWnboCIz0hXsO2DSaA0oo0I8DwTv { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTfisd2Ok2TLeTVvnrSTzRvbUtBf62GX { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6Lbp5StVpW3sSzFxr31z9ZGBxd5ngTv { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnDZP3vD46D8FmeCk0MQ6OlvFcA6guXl { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWDKAOkwx34uNlNJMgA4T2ueFqfBTgcB { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5bJm6RLt2uDS8eJw3oTUS4PcUEnIJif { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbfKmTmFGKRNvdhubSZiXh41zbv3ma3l { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaxSgJiC1lkKrSxTkqhz0dsaUxCDVZaS { width:4.5rem;height:4.5rem;top:28rem;left:43.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUi34OuEqq2G5FsDWi0kNRNgR7sxVN6W { width:4.5rem;height:4.5rem;top:28.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELC9hFxTZAGbIhhvQJy5vzIE4pXgEOBS { top:29.375rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJW79omGSI9lphOgTnVbELQpzIrm3zKZ { top:29.1875rem;left:45.625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hw2laihR6ldAuNZeHOU548lTeNwliIvr { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0t9T8haZSsy8ZINU0UvTy6zUqruNfmT { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iglFFEteNTUq5BtqtBLto1GEVt2EKMT4 { width:4.5rem;height:4.5rem;top:28rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNPuGR5dJT4QuyGRInZvV2iJIp0pSUVy { top:29.375rem;left:22.8125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nh26WJ2yh9Woy9BzPckeHkhefgX2Rr7P { display:block; }#Nh26WJ2yh9Woy9BzPckeHkhefgX2Rr7P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CmcTi9D2bUPEkaMDDpOwMIodyxysZ77r { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwCqruK6ax9XVRdnc9wvMzIb3SvXFBOg { display:block; }
 }@media only screen and (max-width: 763px) { #MnGcp9bqhzxTSrDfufdFqEeJl0IyK2qV { display:block; }#MnGcp9bqhzxTSrDfufdFqEeJl0IyK2qV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S1ZGFMwRKRKrxzpRMo45qsT9lTLQL7oy { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBtlaWBThDkWB6MUETDgf1vQdQTBrVFB { display:block; }#qBtlaWBThDkWB6MUETDgf1vQdQTBrVFB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yxEFI1Xo0p38DNGupkd6li0qeMMLU2Wf { top:2.6875rem;left:0rem;width:16.25rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mk6HigDoJREE6Pi06A02gtJLQ739POaX { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVzUTub206dLX7cT84nH7CxpEcaeUMfI { width:16.25rem;height:0.5rem;top:6.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ugnu7eZqbE0N1OJoWkEguIG51cJPbWca { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehqNvCxo44tpXKhGXvIVbQQTlVTnxQ1Z { width:16.25rem;height:0.5rem;top:6.0625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T77894P1enrkV5u3cI80wHBdhiX0PxmG { top:2.6875rem;left:5.75rem;width:16.25rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #thALCRWHXxn3bpzrqJgCXgzsCKX14vF2 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwXLFu9MldHz6L14R1xxQk3w6bGTXD7S { width:16.25rem;height:0.5rem;top:6.0625rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJvZ0LAnHGWvNC2rhGyuL7WTlgLfO76F { top:2.6875rem;left:25.875rem;width:16.25rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSX2FCng3hrHJmJ8Ux060G9wZNTC5quU { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1ht4UVNGfhEHMRSGPdvcaW422TpXi7i { width:16.25rem;height:0.5rem;top:6.0625rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #deiQCZCpNrhCtMVKguZIBdcEaST63CcG { top:2.6875rem;left:30.0625rem;width:17.6875rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyED4yiitOTGRyeDZkPb6GoanOCZQJyS { display:block; }#OyED4yiitOTGRyeDZkPb6GoanOCZQJyS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GyVX6UI7Sm9J9kLiTK6IxZK764kCgXsK { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGN5TKgXVSH6lOZIpOToCFOpqL10EXxx { display:block; }#HGN5TKgXVSH6lOZIpOToCFOpqL10EXxx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kHTcR5boJy7ltIqlf2TnuJ01zn7Bibu1 { width:47.75rem;height:20.75rem;top:7.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GknRcP1R87sH6WigawHZorkMbe6BILXo { width:20.5625rem;height:2rem;top:12.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUWRrutpdMyFzrWyXnuWMe0kfXMBudJD { top:1.4375rem;left:4.5rem;width:7.6875rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwXVRr6A52kNeMdPm8SoODWSlTmwoPsv { width:47.75rem;height:10.1875rem;top:16rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGMWTgm77M4LJR2QPt5T1DPI9BvtMvDh { width:20.5625rem;height:2rem;top:12.6875rem;left:27.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmwpFEu4lHWT4TbmDa7dLFZFxmK4k0VO { top:2.0625rem;left:34.28125rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #COQXXhnUd7WDJptwb1lDIOh2KMLeywD9 { width:1.5rem;height:1.5rem;top:47.875rem;left:1.125rem;display:block; }
#COQXXhnUd7WDJptwb1lDIOh2KMLeywD9 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #GCp4HVHqQGm6lMIc2IFT0Zt5fPIrdgXc { width:1.5rem;height:1.5rem;top:47.875rem;left:1.125rem;display:block; }
#GCp4HVHqQGm6lMIc2IFT0Zt5fPIrdgXc > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #iltAVkSX0RO651Z4STgdNPbi8qGtKmvT { display:block; }#iltAVkSX0RO651Z4STgdNPbi8qGtKmvT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cQKWQg1Vlnksm7i00ZoGByyJuqDfhiDc { width:47.75rem;height:3.375rem;top:7.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVqorNfvRTfT981A99ZoEs2e7cNcHbit { width:47.75rem;height:2.5rem;top:2.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3NyNvl6pQkfs4XeSvI0Pq7VoAEgQ8BP { display:block; }#D3NyNvl6pQkfs4XeSvI0Pq7VoAEgQ8BP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HSTDCKvnVSQhPtxgiQTLKQ2S2HuU88Zm { top:3rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPXkfWstCT5ftxUf8Pzruv5uAUsRHJkd { top:3rem;left:0rem;width:25.4375rem;height:7.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6sZWZaqmRFTQoQxCss2SC9vECkJxnMZ { top:3rem;left:26.625rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oM9xpCfFybHlD7ITiV70ERJft4hS1aR4 { top:13.0625rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLANFrofMMDB9xv3UXLhHT2tTVW7Vo2G { top:3rem;left:23.6875rem;width:24.0625rem;height:6.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4LldTaMz5GqPmg3W2Hf5NUaS4ExufMS { top:13.0625rem;left:21.6875rem;width:26.0625rem;height:6.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWitdzaPqbzWqD8Wz5xUmkdD7CQ1bcEI { top:13.0625rem;left:26.625rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNpxgR6i97oM57M74hTsKdyccDU7W8Qq { top:13.0625rem;left:0rem;width:24.8125rem;height:7.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbWA7061q9zvDw3LlXmrR78t4pDHMIlu { display:block; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oXiSfuCrdnq0l6eNWmgoGCRFZraTfpIq { top:6.75rem;left:0rem;width:47.75rem;height:3rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IENtXnIMZpvlGdXSEutgVkkTiMpisFv7 { top:10.75rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeZvyENN0KuGvoMaa5PAV78y0nLfzCrv { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bul5cAUA94sEQvUOXaT4QvHDn8za32wH { display:block; }
 }@media only screen and (max-width: 763px) { #TUu54tI1c1fDqT7Xba6mfsWeuQ0cBJc2 { width:47.75rem;height:21.25rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ta7KnpD6d7sRTydUz5RbEynrckh1x70W { display:block; }#ta7KnpD6d7sRTydUz5RbEynrckh1x70W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iDDAVeZ3FGUbdhSqChAicX866duXZgwl { top:1.875rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oh1tpwpc5vc7Z3H13lFEKzxT1H8fzLd2 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3lmCiDh6wvMeCT6MxKuQZO8zFD3Aueu { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l82dIeUBk7ADSZaKdCrOqoFWsTNLlJrR { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNN2yP78yzFXitf3qH4d223KcuEdATEx { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5Nd1zHKV22DiiP8DgUl2hBWp06TXgPZ { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hh8oWDRt8LtB8SbPT8k9waeTfeTfKuki { display:block; }#hh8oWDRt8LtB8SbPT8k9waeTfeTfKuki > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lwOpuroidfkg5gu6cIZFXUzJtUH17SG7 { width:21.125rem;height:21.125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfZ4ieCLA1crOOPSSZsF8mNxBc6oFKc0 { width:39.1875rem;height:18rem;top:2.5rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R161MKcTZhPep3KklaUTxb2iQKTDoVZx { width:2.4375rem;height:2.4375rem;top:3.5rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAZQkXVQTOSCpVS9o80KAic2w7OsNczK { width:36.125rem;height:9rem;top:6.75rem;left:11.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b02XDSLEVpqVRnHr83zRbTAkt6cXnvCf { width:22.9375rem;height:2.6875rem;top:16.5625rem;left:24.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZNWEnuz7t2h2keSR8AT9F7sUBmE6mU2 { top:10.875rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6m4MEPMOg01FqW62VAucAHEXrZmPe1O { top:10.875rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iiz9puTMU9fJZF4SZp8xXhmPt9knD7Fi { display:block; }#Iiz9puTMU9fJZF4SZp8xXhmPt9knD7Fi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oLGF25xlDaweBNH9q9X30v5Px9CSZDVS { width:21.125rem;height:21.125rem;top:0.9375rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6JTHK512tWgEaZeqLrnOTDXmv6KWJeh { width:39.1875rem;height:18rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoudZHJup0F86bitwSUdtqJtpyldUQ7O { width:2.4375rem;height:2.4375rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xpvc2h83HclSrUA0KdcLgWnSC94pexTT { width:36.25rem;height:9.5625rem;top:6.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQ7mseanBsa9WGX0fFhq77Ky9Rz963QA { width:22.9375rem;height:2.6875rem;top:17.0625rem;left:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qy1pQkWdUL58qZJyTezA1bnfgUPQoq43 { top:11.25rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1ko1W2L8DO8ExxRywiH0XFT4NOX2UII { top:11.25rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aio8fEJzTcmUQsOBcMm6l4Nfzi0hE7KA { display:block; }#Aio8fEJzTcmUQsOBcMm6l4Nfzi0hE7KA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iyDEQ8CbFz0w9ZfpPXfBseUPMO46RAss { width:21.125rem;height:21.125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmVvySWdz9sR12MoiLT1kGc50AcIP4nx { width:39.1875rem;height:18rem;top:2.5rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2a22Zqud80of3DfB8NyHgbbKbWO10TQ { width:2.4375rem;height:2.4375rem;top:4.75rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7g80MKpJZqeP60TCZvZOO4yO4Z7btu4 { width:36.125rem;height:7.125rem;top:8.125rem;left:11.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZO1hyUvIGPM1BpsRPE4vVVHmDuzrXapb { width:22.9375rem;height:2.6875rem;top:16.5625rem;left:24.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gr4w3HWDxDRr0pVGVlpzPdSfJfFcmShA { top:10.375rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0xcRdwS5eZx716eE6U9p6m3CrJWbKqs { top:12.125rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rL0UERHdA8hH9LHHmouczezuEbf3HW57 { top:12.125rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgtgdmyPnmdRRqTe9y6XkOlLuDuTEdqK { top:22.9375rem;left:36.125rem;width:11.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZJNTOOk3C5hA03pAJFUz7cZuZPengu0 { display:block; }#BZJNTOOk3C5hA03pAJFUz7cZuZPengu0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #viG9U0UZvM0KFQDKrcWg8KLWTz3HTiio { width:21.125rem;height:21.125rem;top:1.5rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWaqV0Zzv0dr0CmHsrTq1rgaJAwyV77e { width:39.1875rem;height:18rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCRb21fPZZOcHZk7raW6INIbrZ7qszD3 { width:2.4375rem;height:2.4375rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Krk8lPNDXh3OUrRUETZEQklxD9N0beEL { width:35.6875rem;height:5.625rem;top:7.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAmmDLiUXnHliWI5e73rGzZgm54Zeass { width:22.9375rem;height:2.6875rem;top:16rem;left:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT71OviCwlgbHeUbkHO7erC22whHaCsm { top:10.5rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeZNM8uUyt9AEDpi7PIv7a7qJ25nBtGH { top:12.25rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3p7ZXkcIrRQBw5GydVl9HSEXl7JXTTZ { top:12.25rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJ5uuiJc1GoBkZVrHnUXqKlasf65IWGA { display:block; }#bJ5uuiJc1GoBkZVrHnUXqKlasf65IWGA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WI3uHUFqlaWoZ8gKQbhaP7JyiMEAvpkG { width:17.5625rem;height:21.125rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rt290SwaJLb06bKQh644TGoiPGXISbFI { width:39.1875rem;height:18rem;top:2.5rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bR7xrp5gBv8fx4megRUoPsXdToPWHf5b { width:2.4375rem;height:2.4375rem;top:4.75rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNxBhNpkJrQUSnLWBhuVTSkyk2Sl5lOd { width:36.125rem;height:6.25rem;top:8.125rem;left:11.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vc1Pu8eI0pAllUT5nVM6nfOsIyvSRGwU { width:34.375rem;height:2.6875rem;top:16.5625rem;left:13.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3qGKmcEsCKEurrdshNJOsH3mx44zAaH { top:10.375rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #awhCIUFXoriC594Ardf7So2UBPRu1swy { top:11.625rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AL9IBbH8iGvPsTSnSmhyPLIZBn4KSlL2 { top:11.625rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvBRyDeAyu0QVQNPFnxKFdX8mPikhNIu { display:block; }#pvBRyDeAyu0QVQNPFnxKFdX8mPikhNIu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vxB3p8i2koospm8bm0cC5n9x8NnUgKwo { width:21.125rem;height:21.125rem;top:1.5rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyCDIzR5cSXVHzyMpBxPds4hSaUsoOzn { width:39.1875rem;height:18rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFbpVn3rn3fpUeoZvBwhXRvvU7KUZRTM { width:2.4375rem;height:2.4375rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVVZcDRpEATcz2ggXTJmcb9UTWeQS9MZ { width:35.6875rem;height:7.875rem;top:7.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaalUG36nh0lKUBOZxUelQr7tlvywTRv { width:28rem;height:2.6875rem;top:16rem;left:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0tnaondibEpcTqTrabdZKlDqFT4nwvm { top:10.5rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #co2aeqNzAbMCBxSqB4ALasHCGd4equSJ { top:11.25rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0L08wnEo4BlO6zUvSRZNcCwbBqAecLn { top:11.25rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #upDva3dk12bZMTS4koAgCaeK4CrbQsOl { display:block; }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QlbwqPiLlfXq1gUlC4h7dtiKED0NEkh9 { top:2.9375rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpTAce3rQS0QmWDLNt8tn1mSxokpmor5 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #czUe2nSaT7F8uIdeskNvLZibtfwmMCTL { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJoq76XSgZzT3xnaMHv6lTxgtTVoXA2R { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRp6cBzoP6S6fynKVKeSvuny2GQEkehw { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbbpK6ndt10SzbkbT8XxEDkMoVGee98w { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS { display:flex;height:auto;width:27.8125rem;top:11.625rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #nJPCzPNOiswnhyeN6Ju1V0BBcrNxqONw {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #VtsnTiLwXSOd9MB29snhXNvwEQigu2fQ {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #yM83RybR352786OZ71J5MWMaJ575TkoL {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #WqpuE5Pe7AsEVVWyQVhIcn3GUAHxvcTg {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #H6cNzvqm6av0D9cg09TacmxJWGuMFM45 {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #vliptOC8DusEqGuECGCQnZAN3lLFBZSz {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #AokqXpaLMSoMBWOmRfMgJ7ey3Zbqs1Tw {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #eIZSPJuAi2SLqRWT9SQIliks3ZSr1a2K {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #R3DENJTCuRDZFa3AG6K54tVbpHXdX64G {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #JhBpUs2cP864l3dGudzKHduOd4TCsfqB {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #GzEakBPv4EATT7tGAo79173G9X4lquTM {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #Cb4iEE2fndMzOtJ7m7md0vTe6MG867PP {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #E2vz34N6FbNFmIneW3wIxGNuMScEhSyu {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #dAwE8DS2NTz4Xb5iyh5tCMcvdMVQTQMC {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #Lg1SpahgZUmgRX77KEZEnx8eaQSt2V1T {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #OBreMBd6zwysgciDO0hA34Mu2i6ffXeP {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #w2W9ya7lpAwGwSe9SBiSLKWpbVZJKc7S {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #scTZ7fTtppBpxqw96yo1y6FbQ8r0HF3h {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #MH4CbxpOgD6t5WPzeSiKWHfZJ0kk0P7P {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #bbdLRkoiyvCcXywNxabO5oB0mpRoBFWy {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #Vge5eMyGISelKcycFbWBQnG3nTT0xr8y {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #KQcygZTKKsQhZLTAy0e9g2XTJ4Xbwf1f {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #kyTHgcrCcpHy6iwdZqNuKH1hv7mCDXoK {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #nv0JGtrDzmbhin9P58yTv6tmIv4Gerec {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #PVctu54Hy7K7Bu4HE3Tey9gpF7yHvrpw {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #PzIfvmaheduf6deq5iVpyEuGZoMEwgEQ {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #mwceBCo0qTc6KurUl3AwHlR2WpZcUaD0 {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #hVm1kwOSWy2XT46FBNamexO9XyGTlFPT {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #C7QaTG6Umk5tZtncyni7DlnF2ATxruC9 {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #vsOUumW4o1RLTwAy3065QLiw6VTqXqik {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #wgHWhRBGOvLOHpQQOXRO64HJRtUCboXu {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #oPLIGl1Hs267VAZhPLitJcmC3yTiZppR {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #NfgohnsR1MZJgTevxgLgzoWsm0ALAeBR {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #TOq11dBglGzs0gymPCHGUiWSF3ES8Fw6 {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #bTObqOSKfUEFkemzy2krySqBJrLESaJM {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #Xr8CeWI3drN672VfxECV1yi9DArWwsy5 {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #rBo3ftT6kbrG3UGkUh0zUzSV7lHqP9zy {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #IfBsprBph7DQmg6PiN25qg2DMDLDTHkS {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #orDRT7HEFE011QEvtd5TtlJOgcRpwgJT {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #l2Lar6ngIiiuOzfZEsnKK6W3c7q5LQVa {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #WBiIC03Stz9ZBhMDhGSyCIuaatTzOwah {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #saXqBfG6uSN8qnv1S2VfOLJvGJL67Nob {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #skPc0CpGAEnNEwgbJqKSARON6Qwv5vJU {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #TJUifez955ZUg5eN55JSsTTw7GEhWEp1 {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #LFen6NazQZ5NBoEuTw6feayCEJrUPmo9 {  }
 }@media only screen and (max-width: 763px) { #oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke { display:block; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hwtVzXzZLANzfrZSaBfaBxJRmITsWZqt { width:5.0625rem;height:1.875rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzkQsOA0GpuusX1AfGapCWExbw0R3gTI { width:1.5rem;height:1.5rem;top:47.875rem;left:3.25rem;display:block; }
#nzkQsOA0GpuusX1AfGapCWExbw0R3gTI > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #TzMHaHl7SPMMhobrdUP2gsKhpp8aas9p { width:1.5rem;height:1.5rem;top:47.875rem;left:1.125rem;display:block; }
#TzMHaHl7SPMMhobrdUP2gsKhpp8aas9p > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #cRlxf6oX5gkqbqPzz37adDJy9TWzEco3 { top:3.125rem;left:36.125rem;width:11.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #epzJwEqlF2FAeuLFhfAAdC2okpcq3wRB { display:block; }#epzJwEqlF2FAeuLFhfAAdC2okpcq3wRB > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VeXGcfcNw5erTGG4F8OguasmDqXxOrrH { width:17.8125rem;height:3.75rem;top:2rem;left:1.09375rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #iM8QlG41K5cmsVU31xM0FdBb03aZKDBw { display:block; }#iM8QlG41K5cmsVU31xM0FdBb03aZKDBw > .row .container { width:20rem;height:85.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #auyWAVXTuTprscB7nqIhP1KIM2LDTiie { width:20rem;height:4.5rem;top:4.375rem;left:0rem;font-size:1.875rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JWZAQ33n0fb7BD14hTwVFFrx65KI5R45 { width:0.5rem;height:31.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsRAl4x8G8Ntboi4JmU8Jv5XUkIsZA0w { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2eBt2dUUxRpeqRx5aV82QO9VC11rx0S { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfufghii2pOw7lT0ONXUgM7DDm9LUw3L { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDix4xTI6EObxTTcCXTH7idaHVceWquX { width:12.75rem;height:3.75rem;top:79.8125rem;left:3.625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3EB816No2MRlB433dqhrM56CZDSli2a { display:block; }
 }@media only screen and (max-width: 763px) { #hOcmySrzNJr2eWnaiq11R5DAncDa7b98 { width:2.5rem;height:2.5rem;top:18.5rem;left:8.75rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #Eu3bcJOkXJS6oJiXyWbmS9hvyLzz3twM { width:20rem;height:1.9121125rem;top:22.25rem;left:0rem;font-size:1.0625rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AQxyzWqnWgoR91c34uJ6R3H4JkX7mzom { width:20rem;height:6.75rem;top:9.875rem;left:0rem;font-size:1.875rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CMStbaXBiTbtFXLCtyVcrUcgOv0nNOX4 { width:20rem;height:1.9121125rem;top:29.1875rem;left:0rem;font-size:1.0625rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MM7iMgqr7KnAsntxtBN3pNcGLI5DfzXq { width:2.5rem;height:2.5rem;top:25.4375rem;left:8.75rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #TJ12TBmTipNBqf0fE183z5WkkwyDG2gf { width:2.5rem;height:2.5rem;top:32.6875rem;left:8.75rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #mT1TTCTLutFVMZlgrFoyznTmymThlrr7 { width:20rem;height:1.9121125rem;top:36.4375rem;left:0rem;font-size:1.0625rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sx8XxFdD4196MtMeKM97aeZcR3ec66Zt { width:2.5rem;height:2.5rem;top:40.25rem;left:8.75rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #bAFCMFXKsRzaBB9nMSn6W1L6dbwVNxma { width:20rem;height:1.9121125rem;top:44rem;left:0rem;font-size:1.0625rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lFGBBTtxdukOFqR6tWX9436hdoHI2De6 { width:2.5rem;height:2.5rem;top:47.4375rem;left:8.75rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #E4AGc4vpSnDKHGLo5B3siflFJmRTBlPi { width:20rem;height:1.9121125rem;top:51.1875rem;left:0rem;font-size:1.0625rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k7hIROGpyxh8A6XSJsEbDXnfPw22TIyT { width:13.3125rem;height:2.5rem;top:71rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMGy4UMQNJvBnnbKf4xUNpAqqt5TdkUF { width:20rem;height:1.5rem;top:76.125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QtoMtvPmRM4z97kiOkxi7TEvr6zWzIna { width:2.5rem;height:2.5rem;top:54.4375rem;left:8.75rem;color:#5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #CyXDXw7uEHvm2z2lPFkJE1GZZaU0c9kc { width:20rem;height:1.9121125rem;top:58.1875rem;left:0rem;font-size:1.0625rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RG4kMa9XVqCKXFTnHrqhdETkM5qBrm25 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RG4kMa9XVqCKXFTnHrqhdETkM5qBrm25 .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; }
#RG4kMa9XVqCKXFTnHrqhdETkM5qBrm25 .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; }
#RG4kMa9XVqCKXFTnHrqhdETkM5qBrm25 { display:flex;width:13.5rem;height:5.0625rem;top:63.599609375rem;left:2.625rem; }
 }@media only screen and (max-width: 763px) { #RG4kMa9XVqCKXFTnHrqhdETkM5qBrm25 #PbGizV27wDySSy0NbBtVKGCVrmI7Ln5q { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RG4kMa9XVqCKXFTnHrqhdETkM5qBrm25 #QE5M8D8ussONDVD5I4mzoWmg4LP4R8vs {  }
 }@media only screen and (max-width: 763px) { #RG4kMa9XVqCKXFTnHrqhdETkM5qBrm25 #UkEtSBFw9rUuiqlVWR6QS3sBx5cs0vTx {  }
 }@media only screen and (max-width: 763px) { #RG4kMa9XVqCKXFTnHrqhdETkM5qBrm25 #utd0vUpKCi9Q1Qz3qTUcoI0zOS6eec8g { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RG4kMa9XVqCKXFTnHrqhdETkM5qBrm25 #STWOHm7pIrdJyFxaxa24wIOkswD7Q8b8 {  }
 }@media only screen and (max-width: 763px) { #RG4kMa9XVqCKXFTnHrqhdETkM5qBrm25 #foPnJb1Qlvg9LXyoM29KXImRkCAq4IOz {  }
 }@media only screen and (max-width: 763px) { #RG4kMa9XVqCKXFTnHrqhdETkM5qBrm25 #A0oHBOVrJmsExXvaECZwXNg2xm1Zcdps { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RG4kMa9XVqCKXFTnHrqhdETkM5qBrm25 #Pfw9rsZDIlRET8NWB2GAVTzB72d1yFRn {  }
 }@media only screen and (max-width: 763px) { #RG4kMa9XVqCKXFTnHrqhdETkM5qBrm25 #JGZ0HMyuzrQUmHs7ss48DVLFdkFOQav9 {  }
 }@media only screen and (max-width: 763px) { #RG4kMa9XVqCKXFTnHrqhdETkM5qBrm25 #QuRSzyXHGzNH59Ls4NJIaqWQFyA72S0k { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RG4kMa9XVqCKXFTnHrqhdETkM5qBrm25 #EeIaiGeWaMi8kdT1nikNcPN6hdXl948J {  }
 }@media only screen and (max-width: 763px) { #RG4kMa9XVqCKXFTnHrqhdETkM5qBrm25 #Rp53w46WnqbsmQZ3qeqZM6BZ6hACVWFC {  }
 }@media only screen and (max-width: 763px) { #d9G7G4hulJIbDO9y1H7FZW2VSvQa9Oab { display:block; }#d9G7G4hulJIbDO9y1H7FZW2VSvQa9Oab > .row .container { width:20rem;height:95.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p4rLOqGmPakkCHy7aydIE0q5pnK83427 { width:20rem;height:10.5625rem;top:15.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvTRzPcMIHt4UJlLPPh8mOXTdMwZyTLJ { display:flex;width:2.125rem;height:2.125rem;top:16.875rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #vhw2Xc7GumlJl9Kxk6flgCeexb4EwIme { width:15.25rem;height:1.5rem;top:17.1875rem;left:3.90625rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #O6cs7oufzlqwTaeVR86k1CwnG5TogrmN { width:17.5rem;height:4.5rem;top:20.1875rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Olkhtf83JQGKn65R15WQWreUZOl8WeTI { width:17.4375rem;height:11.25rem;top:2rem;left:1.28125rem;font-size:1.875rem;line-height:1.2;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #kxaI11Xc8RoWDSgTO8PVKMOuqmH4ktQV { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WisvFqgkXWpQCBlVrmwlHK4tb5sbNraK { width:0.5rem;height:11.25rem;top:0rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0qrlKVgP8ThTmCQNsy8omEUTgkfbRtk { width:0.5rem;height:11.25rem;top:0rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfpRneNPR1TcOLm9JhFvtQu3DMnC9Qog { width:0.5rem;height:11.25rem;top:0rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVVBl593H1iRlDotqiSUasOgaKBrm8Tg { width:20rem;height:10.3125rem;top:27.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ss5bDoxAeSLhMbi7UmZzkd4K14euKQMM { width:17.5rem;height:4.5rem;top:32.9375rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rrSm3sM7ts8qiX8DprgwudCUKK74cbn6 { width:12.4375rem;height:3rem;top:28.5625rem;left:5.3125rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RNKi0eLxCqk9XceZQ0CekuZJOuUh1Fqp { display:flex;width:2.125rem;height:2.125rem;top:29rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #iUg64wLVuQRxCVX8FgQfU1upWnOkXRG3 { width:20rem;height:10.8125rem;top:40.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0sbUU7nZtn6Z9qfhRxOUvIzgznoScNH { width:17.5rem;height:4.5rem;top:46.1875rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #bXGmpB7vvm8snGZbEZwM75E1TZOUtFJT { width:13.3125rem;height:1.5rem;top:42.5rem;left:5.5rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TibSzz6RK9k67aFS2BsPgElmdwwM5Npr { display:flex;width:2.125rem;height:2.125rem;top:42.1875rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #aVeVTuwDA4vJ3VS0gd6f7rL33HT0wR6T { width:20rem;height:11.4375rem;top:80.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #di6a70xm3pPdgN2Jh5bkeVu34WNQrMNL { width:20rem;height:11.5625rem;top:67.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr5ESVGVJTCxO70VBxqGB2USlewppf5t { width:17.5rem;height:4.5rem;top:72.875rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Mi4kb9sXF8p87Nwu0UHhIlbcrL3a1ycw { width:17.5rem;height:4.5rem;top:86.5rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GfVKeTNpBrUk28WlbqLhs3vGgXv8tQBK { width:20rem;height:11rem;top:53.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOfFSBUWzVlkulUSp6F3WuKvGxmbQPKI { width:17.0625rem;height:4.5rem;top:58.5rem;left:1.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xN2kG1LbOfpAhXMc4vs4qRUulQdtauFA { display:flex;width:2.125rem;height:2.125rem;top:69.0625rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #vSN55XM1WUxT9fEnQDZJtRxyvBdybaoJ { display:flex;width:2.125rem;height:2.125rem;top:82.8125rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #XeFPBEgrhzxgWCOeDuI0wf2CbrwsEB2q { width:11.8125rem;height:3rem;top:54.375rem;left:5.3125rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #V3ykQuzg7loGOKx9Apiv33Fh8kkawLfw { width:10.5625rem;height:3rem;top:68.625rem;left:5.3125rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #oTEFgoM8fqfEqyWLDk3RUZ3x4ACMzNCg { width:16.5625rem;height:1.5rem;top:82.9375rem;left:3.4375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CkqL3SW3eOve0AThel76G4xroRfioVKD { display:flex;width:2.125rem;height:2.125rem;top:54.8125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #ymgQFzAyRBdEdeemW3S7QSqTpAbv07mi { display:block; }#ymgQFzAyRBdEdeemW3S7QSqTpAbv07mi > .row .container { width:20rem;height:15.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3Fafgp9zyi9TAJnQdM2l2MmV8rK86QE { width:20rem;height:5.5996125rem;top:5.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNLZhV4T59T506D2OD3KkCexl4H2NfQ8 { background-color:#fafafa;background-image:none;display:block; }#dNLZhV4T59T506D2OD3KkCexl4H2NfQ8 > .row .container { background-color: transparent; background-image: none; }#dNLZhV4T59T506D2OD3KkCexl4H2NfQ8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNLZhV4T59T506D2OD3KkCexl4H2NfQ8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNLZhV4T59T506D2OD3KkCexl4H2NfQ8 > .row .container > .video-iframe-container { display: none; }#dNLZhV4T59T506D2OD3KkCexl4H2NfQ8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNLZhV4T59T506D2OD3KkCexl4H2NfQ8 > .row > .video-iframe-container { display: none; }#dNLZhV4T59T506D2OD3KkCexl4H2NfQ8 > .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); }#dNLZhV4T59T506D2OD3KkCexl4H2NfQ8 > .row .container { width:20rem;height:65.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pEXCoeXwJNO3GGhDdXEI58Po23nOMVRL { width:19.75rem;height:30.25rem;top:41.4375rem;left:0.25rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #EiARD9EsMdHzpaTN0eM4FtpX7WZpWc5h { width:19.75rem;height:32.8125rem;top:30.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #D80QUCLQqeKQNeM2D4fLsEZ19gPrCF9a { width:19.75rem;height:30.25rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JDbIR4VxUaL8x6aW6uZ4T6J8UWSkwMeH { width:19.75rem;height:0.375rem;top:48.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8CFl9ioPWKa72uIlUcMavQSCyplKvQX { width:19.75rem;height:0.375rem;top:6.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIBHl8EOUyfguow2Bi6GGUNCo3Gw5etr { width:19.75rem;height:0.375rem;top:25.41259765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1fS1lzwgtHU0MmEB4SkUSSTin1T38ga { width:7.625rem;height:5.6875rem;top:19.72509765625rem;left:6.1875rem;font-size:4.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gRlaGhbmiWH16lHMteTU6vdWxv64wxlN { width:8.125rem;height:6.5rem;top:42.25rem;left:5.9375rem;font-size:5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nv9qzLsstnT4gI6wXck2T1chhCL9MUct { width:17.0625rem;height:1.375rem;top:8.3125rem;left:1.46875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyrvOoUhycw9I0LRV85hkabbglOXfNhR { width:16.8125rem;height:2.75rem;top:28.10009765625rem;left:1.59375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ik9dD2TeIQRXlUR2LtHiQcRU3BLGD89S { width:18.0625rem;height:2.75rem;top:50.3125rem;left:0.96875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4mz3f5vWn43zl2wns6KRdRTRllIN6ET { display:flex;width:1.5rem;height:1.5rem;top:12.875rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #t0f4LJoxNS6cWcKLVOg5tNy340Z0VGsh { width:15.5rem;height:5.625rem;top:31.4375rem;left:3.46875rem;text-align:left;text-align-last:left;font-size:0.9375rem;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #m57cdZE93Tk9pRvtZOpLzAiDkUZQyJbd { display:flex;width:1.5rem;height:1.5rem;top:33.5625rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #NvnFDIpLGbl41n65p9ynaXyfeRANKZ5I { width:14.75rem;height:5.625rem;top:54.125rem;left:3.84375rem;text-align:left;text-align-last:left;font-size:0.9375rem;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #iDV7gcBQUTI2RkRbCMIpTLvFo5MkT15y { display:flex;width:1.5rem;height:1.5rem;top:56.5625rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #Ah73HiOIXnqBLpSfuHLAyaNrQwC1TIAi { width:5.3125rem;height:5.6875rem;top:0.96875rem;left:7.34375rem;font-size:4.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rlMadGIA5thi52oGygtfhcTvt3TfFywk { width:15.375rem;height:6.5625rem;top:11.0625rem;left:3.28125rem;text-align:left;text-align-last:left;font-size:0.9375rem;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #c93DC9BBEJwrSooXwRWPqIGTyvgz1Ru3 { display:block; }#c93DC9BBEJwrSooXwRWPqIGTyvgz1Ru3 > .row .container { width:20rem;height:118.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oSmnwKfxGxJfT7PmObwOO22AuaZIaTHR { display:flex;width:2.125rem;height:2.125rem;top:8rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #S3UOTzf7W3c6DRoqoM3oSkQMTRRecnpq { width:20rem;height:5.84911875rem;top:12.375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o7egqdxqkLQWe40KUFO6Dc0eBLlPgdyv { width:20rem;height:5.19921875rem;top:19.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lRMDJTVKJUSSnhILMqMwrwLDvVuuO6lZ { width:20rem;height:1.69970625rem;top:3.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jvkb8IdslvN4MoqRurR6SAkllk2nZJVq { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBh1fDkdNQAZbaLU5fmdqpphk0uAQ73J { width:0.5rem;height:11.25rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJXseN5JGKnt3gQFeSIw70WlJLhQQroA { width:0.5rem;height:11.25rem;top:0rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwItoKXQMvvSqQ7DCAWguM8S3WPVt7zc { width:0.5rem;height:11.25rem;top:0rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqQqo00gfNt4RtHIoMPlMnCKHOrre0Ak { width:4.5rem;height:4.5rem;top:6.8125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCrO9h1xyPTTWJPRP4L5H01tsgEAUT1t { width:4.5rem;height:4.5rem;top:25.97265625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNLOOq0CFLeuTkzx9REwSqFEd1NFUfkL { display:flex;width:2.125rem;height:2.125rem;top:27.16015625rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #lw3LqgkKWBu4WS98vm9J02x7PbEpuE4w { width:4.5rem;height:4.5rem;top:43.75rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShlUi9Wybx5EVZBEE55M15hyBDF9sKfy { display:flex;width:2.125rem;height:2.125rem;top:44.9375rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #Hd6GJQQGvoowK3I1UEd2lkw2vzlnJ0nM { width:20rem;height:3.8994125rem;top:38.259765625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L8OADWnboCIz0hXsO2DSaA0oo0I8DwTv { width:20rem;height:5.84911875rem;top:31.47265625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OTfisd2Ok2TLeTVvnrSTzRvbUtBf62GX { width:20rem;height:3.8994125rem;top:56.845703125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h6Lbp5StVpW3sSzFxr31z9ZGBxd5ngTv { width:20rem;height:5.84911875rem;top:49.5361328125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HnDZP3vD46D8FmeCk0MQ6OlvFcA6guXl { width:20rem;height:6.499rem;top:95.4658203125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HWDKAOkwx34uNlNJMgA4T2ueFqfBTgcB { width:20rem;height:7.7988125rem;top:86.34326171875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n5bJm6RLt2uDS8eJw3oTUS4PcUEnIJif { width:20rem;height:5.84911875rem;top:67.45849609375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SbfKmTmFGKRNvdhubSZiXh41zbv3ma3l { width:20rem;height:5.19921875rem;top:74.0791015625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XaxSgJiC1lkKrSxTkqhz0dsaUxCDVZaS { width:4.5rem;height:4.5rem;top:80.875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUi34OuEqq2G5FsDWi0kNRNgR7sxVN6W { width:4.5rem;height:4.5rem;top:62.1875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELC9hFxTZAGbIhhvQJy5vzIE4pXgEOBS { display:flex;width:2.125rem;height:2.125rem;top:63.375rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #TJW79omGSI9lphOgTnVbELQpzIrm3zKZ { display:flex;width:2.125rem;height:2.125rem;top:82.0625rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #Hw2laihR6ldAuNZeHOU548lTeNwliIvr { width:20rem;height:3.8994125rem;top:112.16357421875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H0t9T8haZSsy8ZINU0UvTy6zUqruNfmT { width:20rem;height:1.94970625rem;top:109.02685546875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iglFFEteNTUq5BtqtBLto1GEVt2EKMT4 { width:4.5rem;height:4.5rem;top:103.125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNPuGR5dJT4QuyGRInZvV2iJIp0pSUVy { display:flex;width:2.125rem;height:2.125rem;top:104.5rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #Nh26WJ2yh9Woy9BzPckeHkhefgX2Rr7P { display:block; }#Nh26WJ2yh9Woy9BzPckeHkhefgX2Rr7P > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CmcTi9D2bUPEkaMDDpOwMIodyxysZ77r { width:17.125rem;height:3.75rem;top:1.875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwCqruK6ax9XVRdnc9wvMzIb3SvXFBOg { display:block; }
 }@media only screen and (max-width: 763px) { #MnGcp9bqhzxTSrDfufdFqEeJl0IyK2qV { display:block; }#MnGcp9bqhzxTSrDfufdFqEeJl0IyK2qV > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S1ZGFMwRKRKrxzpRMo45qsT9lTLQL7oy { width:20rem;height:5.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBtlaWBThDkWB6MUETDgf1vQdQTBrVFB { display:block; }#qBtlaWBThDkWB6MUETDgf1vQdQTBrVFB > .row .container { width:20rem;height:40.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yxEFI1Xo0p38DNGupkd6li0qeMMLU2Wf { width:16.25rem;height:1.875rem;top:1.25rem;left:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mk6HigDoJREE6Pi06A02gtJLQ739POaX { width:16.25rem;height:4.38720625rem;top:5.375rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UVzUTub206dLX7cT84nH7CxpEcaeUMfI { width:16.25rem;height:0.5rem;top:3.875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ugnu7eZqbE0N1OJoWkEguIG51cJPbWca { width:16.375rem;height:4.38720625rem;top:15.57421875rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ehqNvCxo44tpXKhGXvIVbQQTlVTnxQ1Z { width:16.25rem;height:0.5rem;top:13.82421875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T77894P1enrkV5u3cI80wHBdhiX0PxmG { width:16.25rem;height:1.875rem;top:11.07421875rem;left:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #thALCRWHXxn3bpzrqJgCXgzsCKX14vF2 { width:16.375rem;height:5.8496125rem;top:32.7734375rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hwXLFu9MldHz6L14R1xxQk3w6bGTXD7S { width:16.25rem;height:0.5rem;top:23.44921875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJvZ0LAnHGWvNC2rhGyuL7WTlgLfO76F { width:16.25rem;height:1.875rem;top:28.76171875rem;left:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSX2FCng3hrHJmJ8Ux060G9wZNTC5quU { width:16.375rem;height:2.92480625rem;top:24.873046875rem;left:1.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n1ht4UVNGfhEHMRSGPdvcaW422TpXi7i { width:16.25rem;height:0.5rem;top:31.2109375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #deiQCZCpNrhCtMVKguZIBdcEaST63CcG { width:17.6875rem;height:1.875rem;top:20.76171875rem;left:1.15625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyED4yiitOTGRyeDZkPb6GoanOCZQJyS { display:block; }#OyED4yiitOTGRyeDZkPb6GoanOCZQJyS > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GyVX6UI7Sm9J9kLiTK6IxZK764kCgXsK { width:20rem;height:2.79980625rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGN5TKgXVSH6lOZIpOToCFOpqL10EXxx { background-color:#050b26;background-image:none;display:block; }#HGN5TKgXVSH6lOZIpOToCFOpqL10EXxx > .row .container { background-color: transparent; background-image: none; }#HGN5TKgXVSH6lOZIpOToCFOpqL10EXxx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGN5TKgXVSH6lOZIpOToCFOpqL10EXxx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGN5TKgXVSH6lOZIpOToCFOpqL10EXxx > .row .container > .video-iframe-container { display: none; }#HGN5TKgXVSH6lOZIpOToCFOpqL10EXxx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGN5TKgXVSH6lOZIpOToCFOpqL10EXxx > .row > .video-iframe-container { display: none; }#HGN5TKgXVSH6lOZIpOToCFOpqL10EXxx > .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); }#HGN5TKgXVSH6lOZIpOToCFOpqL10EXxx > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kHTcR5boJy7ltIqlf2TnuJ01zn7Bibu1 { width:20rem;height:43.3125rem;top:-0.0625rem;left:0rem;z-index:14999;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #GknRcP1R87sH6WigawHZorkMbe6BILXo { width:8.0625rem;height:2.3994125rem;top:8.41259765625rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WUWRrutpdMyFzrWyXnuWMe0kfXMBudJD { width:4.625rem;height:4.9375rem;top:2.875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwXVRr6A52kNeMdPm8SoODWSlTmwoPsv { width:18.75rem;height:25.193875rem;top:16rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGMWTgm77M4LJR2QPt5T1DPI9BvtMvDh { width:7.8125rem;height:2.3994125rem;top:8.4130859375rem;left:9.5625rem;text-align:center;text-align-last:center;line-height:1.2;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmwpFEu4lHWT4TbmDa7dLFZFxmK4k0VO { width:4.9375rem;height:4.9375rem;top:2.875rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #COQXXhnUd7WDJptwb1lDIOh2KMLeywD9 { display:flex;width:1.5rem;height:1.5rem;top:11.75634765625rem;left:12.71875rem; }
#COQXXhnUd7WDJptwb1lDIOh2KMLeywD9 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #GCp4HVHqQGm6lMIc2IFT0Zt5fPIrdgXc { display:flex;width:1.5rem;height:1.5rem;top:11.75634765625rem;left:4.125rem; }
#GCp4HVHqQGm6lMIc2IFT0Zt5fPIrdgXc > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #iltAVkSX0RO651Z4STgdNPbi8qGtKmvT { display:block; }#iltAVkSX0RO651Z4STgdNPbi8qGtKmvT > .row .container { width:20rem;height:15.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cQKWQg1Vlnksm7i00ZoGByyJuqDfhiDc { width:18.5rem;height:7.5rem;top:6.6875rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVqorNfvRTfT981A99ZoEs2e7cNcHbit { width:18.8125rem;height:3rem;top:1.8125rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3NyNvl6pQkfs4XeSvI0Pq7VoAEgQ8BP { display:block; }#D3NyNvl6pQkfs4XeSvI0Pq7VoAEgQ8BP > .row .container { width:20rem;height:54.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HSTDCKvnVSQhPtxgiQTLKQ2S2HuU88Zm { display:flex;width:1.8125rem;height:1.8125rem;top:2.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sPXkfWstCT5ftxUf8Pzruv5uAUsRHJkd { width:15.8125rem;height:9.375rem;top:2.5rem;left:3.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6sZWZaqmRFTQoQxCss2SC9vECkJxnMZ { display:flex;width:1.8125rem;height:1.8125rem;top:15.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oM9xpCfFybHlD7ITiV70ERJft4hS1aR4 { display:flex;width:1.8125rem;height:1.8125rem;top:41.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dLANFrofMMDB9xv3UXLhHT2tTVW7Vo2G { width:16.4375rem;height:8.4375rem;top:15.9375rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4LldTaMz5GqPmg3W2Hf5NUaS4ExufMS { width:16.1875rem;height:8.4375rem;top:41.875rem;left:2.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWitdzaPqbzWqD8Wz5xUmkdD7CQ1bcEI { display:flex;width:1.8125rem;height:1.8125rem;top:28.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zNpxgR6i97oM57M74hTsKdyccDU7W8Qq { width:15.75rem;height:9.375rem;top:28.0625rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbWA7061q9zvDw3LlXmrR78t4pDHMIlu { display:block; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oXiSfuCrdnq0l6eNWmgoGCRFZraTfpIq { width:17.5rem;height:5.8125rem;top:2rem;left:1.25rem;font-size:1.9375rem;z-index:15037;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #IENtXnIMZpvlGdXSEutgVkkTiMpisFv7 { width:17.5rem;height:27.785625rem;top:10.32568359375rem;left:1.25rem;font-size:1.125rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #IeZvyENN0KuGvoMaa5PAV78y0nLfzCrv { width:12.75rem;height:3.75rem;top:40.8916015625rem;left:3.625rem;z-index:15039;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bul5cAUA94sEQvUOXaT4QvHDn8za32wH { display:block; }
 }@media only screen and (max-width: 763px) { #TUu54tI1c1fDqT7Xba6mfsWeuQ0cBJc2 { width:20rem;height:46.8125rem;top:-0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ta7KnpD6d7sRTydUz5RbEynrckh1x70W { display:block; }#ta7KnpD6d7sRTydUz5RbEynrckh1x70W > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iDDAVeZ3FGUbdhSqChAicX866duXZgwl { width:20rem;height:1.69970625rem;top:2rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oh1tpwpc5vc7Z3H13lFEKzxT1H8fzLd2 { width:20rem;height:7.1996875rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3lmCiDh6wvMeCT6MxKuQZO8zFD3Aueu { width:0.5rem;height:9.375rem;top:0rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l82dIeUBk7ADSZaKdCrOqoFWsTNLlJrR { width:0.5rem;height:9.375rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNN2yP78yzFXitf3qH4d223KcuEdATEx { width:0.5rem;height:9.375rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5Nd1zHKV22DiiP8DgUl2hBWp06TXgPZ { width:0.5rem;height:9.375rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hh8oWDRt8LtB8SbPT8k9waeTfeTfKuki { display:block; }#hh8oWDRt8LtB8SbPT8k9waeTfeTfKuki > .row .container { width:20rem;height:41.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lwOpuroidfkg5gu6cIZFXUzJtUH17SG7 { width:15.0625rem;height:15.0625rem;top:0.78125rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfZ4ieCLA1crOOPSSZsF8mNxBc6oFKc0 { width:20rem;height:22.1875rem;top:17.4375rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R161MKcTZhPep3KklaUTxb2iQKTDoVZx { width:2.4375rem;height:2.4375rem;top:17.4375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAZQkXVQTOSCpVS9o80KAic2w7OsNczK { width:16.625rem;height:15.84375rem;top:20.9375rem;left:1.625rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #b02XDSLEVpqVRnHr83zRbTAkt6cXnvCf { width:18rem;height:3.1875rem;top:36.75rem;left:1rem;text-align:right;text-align-last:right;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #WZNWEnuz7t2h2keSR8AT9F7sUBmE6mU2 { display:flex;width:2.3125rem;height:2.3125rem;top:7.15625rem;left:17.6875rem; }
 }@media only screen and (max-width: 763px) { #F6m4MEPMOg01FqW62VAucAHEXrZmPe1O { display:flex;width:2.3125rem;height:2.3125rem;top:7.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Iiz9puTMU9fJZF4SZp8xXhmPt9knD7Fi { display:block; }#Iiz9puTMU9fJZF4SZp8xXhmPt9knD7Fi > .row .container { width:20rem;height:41rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oLGF25xlDaweBNH9q9X30v5Px9CSZDVS { width:15.0625rem;height:15.0625rem;top:0.90625rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6JTHK512tWgEaZeqLrnOTDXmv6KWJeh { width:20rem;height:21.3125rem;top:16.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoudZHJup0F86bitwSUdtqJtpyldUQ7O { width:2.4375rem;height:2.4375rem;top:17.4375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xpvc2h83HclSrUA0KdcLgWnSC94pexTT { width:16.625rem;height:14.786125rem;top:20.01220703125rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bQ7mseanBsa9WGX0fFhq77Ky9Rz963QA { width:18rem;height:3.3994125rem;top:34.125rem;left:1rem;text-align:right;text-align-last:right;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Qy1pQkWdUL58qZJyTezA1bnfgUPQoq43 { display:flex;width:2.3125rem;height:2.3125rem;top:7.28125rem;left:17.6875rem; }
 }@media only screen and (max-width: 763px) { #J1ko1W2L8DO8ExxRywiH0XFT4NOX2UII { display:flex;width:2.3125rem;height:2.3125rem;top:7.28125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Aio8fEJzTcmUQsOBcMm6l4Nfzi0hE7KA { display:block; }#Aio8fEJzTcmUQsOBcMm6l4Nfzi0hE7KA > .row .container { width:20rem;height:41.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iyDEQ8CbFz0w9ZfpPXfBseUPMO46RAss { width:15.0625rem;height:15.0625rem;top:1.625rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmVvySWdz9sR12MoiLT1kGc50AcIP4nx { width:20rem;height:21.3125rem;top:17.4375rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2a22Zqud80of3DfB8NyHgbbKbWO10TQ { width:2.4375rem;height:2.4375rem;top:17.4375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7g80MKpJZqeP60TCZvZOO4yO4Z7btu4 { width:16.625rem;height:12.1875rem;top:20.9375rem;left:1.625rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZO1hyUvIGPM1BpsRPE4vVVHmDuzrXapb { width:18rem;height:3.1875rem;top:34.125rem;left:1rem;text-align:right;text-align-last:right;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Gr4w3HWDxDRr0pVGVlpzPdSfJfFcmShA { width:1.75rem;height:1.75rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0xcRdwS5eZx716eE6U9p6m3CrJWbKqs { display:flex;width:2.3125rem;height:2.3125rem;top:7.15625rem;left:17.6875rem; }
 }@media only screen and (max-width: 763px) { #rL0UERHdA8hH9LHHmouczezuEbf3HW57 { display:flex;width:2.3125rem;height:2.3125rem;top:7.15625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DgtgdmyPnmdRRqTe9y6XkOlLuDuTEdqK { width:9rem;height:1.13720625rem;top:47.375rem;left:5.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #BZJNTOOk3C5hA03pAJFUz7cZuZPengu0 { display:block; }#BZJNTOOk3C5hA03pAJFUz7cZuZPengu0 > .row .container { width:20rem;height:38.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #viG9U0UZvM0KFQDKrcWg8KLWTz3HTiio { width:15.125rem;height:15.0625rem;top:0rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWaqV0Zzv0dr0CmHsrTq1rgaJAwyV77e { width:20rem;height:19.9375rem;top:15.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCRb21fPZZOcHZk7raW6INIbrZ7qszD3 { width:2.4375rem;height:2.4375rem;top:17.0625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Krk8lPNDXh3OUrRUETZEQklxD9N0beEL { width:16.625rem;height:9.097625rem;top:21.419921875rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #QAmmDLiUXnHliWI5e73rGzZgm54Zeass { width:18rem;height:3.3994125rem;top:31.875rem;left:1rem;text-align:right;text-align-last:right;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #vT71OviCwlgbHeUbkHO7erC22whHaCsm { width:1.75rem;height:1.75rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeZNM8uUyt9AEDpi7PIv7a7qJ25nBtGH { display:flex;width:2.3125rem;height:2.3125rem;top:6.375rem;left:17.6875rem; }
 }@media only screen and (max-width: 763px) { #O3p7ZXkcIrRQBw5GydVl9HSEXl7JXTTZ { display:flex;width:2.3125rem;height:2.3125rem;top:6.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bJ5uuiJc1GoBkZVrHnUXqKlasf65IWGA { display:block; }#bJ5uuiJc1GoBkZVrHnUXqKlasf65IWGA > .row .container { width:20rem;height:39.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WI3uHUFqlaWoZ8gKQbhaP7JyiMEAvpkG { width:12.4375rem;height:15.0625rem;top:0.8125rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rt290SwaJLb06bKQh644TGoiPGXISbFI { width:20rem;height:21.3125rem;top:15.8125rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bR7xrp5gBv8fx4megRUoPsXdToPWHf5b { width:2.4375rem;height:2.4375rem;top:17.3125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNxBhNpkJrQUSnLWBhuVTSkyk2Sl5lOd { width:16.625rem;height:12.42775rem;top:20.37939453125rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Vc1Pu8eI0pAllUT5nVM6nfOsIyvSRGwU { width:18rem;height:3.3994125rem;top:33.365234375rem;left:1rem;text-align:right;text-align-last:right;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #l3qGKmcEsCKEurrdshNJOsH3mx44zAaH { width:1.75rem;height:1.75rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #awhCIUFXoriC594Ardf7So2UBPRu1swy { display:flex;width:2.3125rem;height:2.3125rem;top:7.1875rem;left:17.6875rem; }
 }@media only screen and (max-width: 763px) { #AL9IBbH8iGvPsTSnSmhyPLIZBn4KSlL2 { display:flex;width:2.3125rem;height:2.3125rem;top:7.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pvBRyDeAyu0QVQNPFnxKFdX8mPikhNIu { display:block; }#pvBRyDeAyu0QVQNPFnxKFdX8mPikhNIu > .row .container { width:20rem;height:45.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vxB3p8i2koospm8bm0cC5n9x8NnUgKwo { width:15.125rem;height:15.0625rem;top:0.4375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyCDIzR5cSXVHzyMpBxPds4hSaUsoOzn { width:20rem;height:24.375rem;top:17.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFbpVn3rn3fpUeoZvBwhXRvvU7KUZRTM { width:2.4375rem;height:2.4375rem;top:17.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVVZcDRpEATcz2ggXTJmcb9UTWeQS9MZ { width:16.625rem;height:11.3720625rem;top:21.625rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uaalUG36nh0lKUBOZxUelQr7tlvywTRv { width:18rem;height:5.09911875rem;top:36.125rem;left:2rem;text-align:right;text-align-last:right;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #h0tnaondibEpcTqTrabdZKlDqFT4nwvm { width:1.75rem;height:1.75rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #co2aeqNzAbMCBxSqB4ALasHCGd4equSJ { display:flex;width:2.3125rem;height:2.3125rem;top:3.8486328125rem;left:17.6875rem; }
 }@media only screen and (max-width: 763px) { #g0L08wnEo4BlO6zUvSRZNcCwbBqAecLn { display:flex;width:2.3125rem;height:2.3125rem;top:3.8486328125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #upDva3dk12bZMTS4koAgCaeK4CrbQsOl { display:block; }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row .container { width:20rem;height:88.81125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QlbwqPiLlfXq1gUlC4h7dtiKED0NEkh9 { width:20rem;height:1.69970625rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpTAce3rQS0QmWDLNt8tn1mSxokpmor5 { width:20rem;height:4.3994125rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #czUe2nSaT7F8uIdeskNvLZibtfwmMCTL { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJoq76XSgZzT3xnaMHv6lTxgtTVoXA2R { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRp6cBzoP6S6fynKVKeSvuny2GQEkehw { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbbpK6ndt10SzbkbT8XxEDkMoVGee98w { width:0.5rem;height:31.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-heading-text { font-size:1.25rem;height:auto;line-height:1.5;overflow:hidden; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-desc-text { font-size:0.875rem;height:auto; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS { display:flex;height:auto;width:20rem;top:12.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #nJPCzPNOiswnhyeN6Ju1V0BBcrNxqONw {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #VtsnTiLwXSOd9MB29snhXNvwEQigu2fQ {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #yM83RybR352786OZ71J5MWMaJ575TkoL {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #WqpuE5Pe7AsEVVWyQVhIcn3GUAHxvcTg {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #H6cNzvqm6av0D9cg09TacmxJWGuMFM45 {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #vliptOC8DusEqGuECGCQnZAN3lLFBZSz {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #AokqXpaLMSoMBWOmRfMgJ7ey3Zbqs1Tw {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #eIZSPJuAi2SLqRWT9SQIliks3ZSr1a2K {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #R3DENJTCuRDZFa3AG6K54tVbpHXdX64G {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #JhBpUs2cP864l3dGudzKHduOd4TCsfqB {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #GzEakBPv4EATT7tGAo79173G9X4lquTM {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #Cb4iEE2fndMzOtJ7m7md0vTe6MG867PP {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #E2vz34N6FbNFmIneW3wIxGNuMScEhSyu {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #dAwE8DS2NTz4Xb5iyh5tCMcvdMVQTQMC {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #Lg1SpahgZUmgRX77KEZEnx8eaQSt2V1T {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #OBreMBd6zwysgciDO0hA34Mu2i6ffXeP {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #w2W9ya7lpAwGwSe9SBiSLKWpbVZJKc7S {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #scTZ7fTtppBpxqw96yo1y6FbQ8r0HF3h {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #MH4CbxpOgD6t5WPzeSiKWHfZJ0kk0P7P {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #bbdLRkoiyvCcXywNxabO5oB0mpRoBFWy {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #Vge5eMyGISelKcycFbWBQnG3nTT0xr8y {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #KQcygZTKKsQhZLTAy0e9g2XTJ4Xbwf1f {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #kyTHgcrCcpHy6iwdZqNuKH1hv7mCDXoK {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #nv0JGtrDzmbhin9P58yTv6tmIv4Gerec {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #PVctu54Hy7K7Bu4HE3Tey9gpF7yHvrpw {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #PzIfvmaheduf6deq5iVpyEuGZoMEwgEQ {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #mwceBCo0qTc6KurUl3AwHlR2WpZcUaD0 {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #hVm1kwOSWy2XT46FBNamexO9XyGTlFPT {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #C7QaTG6Umk5tZtncyni7DlnF2ATxruC9 {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #vsOUumW4o1RLTwAy3065QLiw6VTqXqik {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #wgHWhRBGOvLOHpQQOXRO64HJRtUCboXu {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #oPLIGl1Hs267VAZhPLitJcmC3yTiZppR {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #NfgohnsR1MZJgTevxgLgzoWsm0ALAeBR {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #TOq11dBglGzs0gymPCHGUiWSF3ES8Fw6 {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #bTObqOSKfUEFkemzy2krySqBJrLESaJM {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #Xr8CeWI3drN672VfxECV1yi9DArWwsy5 {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #rBo3ftT6kbrG3UGkUh0zUzSV7lHqP9zy {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #IfBsprBph7DQmg6PiN25qg2DMDLDTHkS {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #orDRT7HEFE011QEvtd5TtlJOgcRpwgJT {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #l2Lar6ngIiiuOzfZEsnKK6W3c7q5LQVa {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #WBiIC03Stz9ZBhMDhGSyCIuaatTzOwah {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #saXqBfG6uSN8qnv1S2VfOLJvGJL67Nob {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #skPc0CpGAEnNEwgbJqKSARON6Qwv5vJU {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #TJUifez955ZUg5eN55JSsTTw7GEhWEp1 {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #LFen6NazQZ5NBoEuTw6feayCEJrUPmo9 {  }
 }@media only screen and (max-width: 763px) { #oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke { display:block; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hwtVzXzZLANzfrZSaBfaBxJRmITsWZqt { width:5.0625rem;height:1.875rem;top:2.8125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzkQsOA0GpuusX1AfGapCWExbw0R3gTI { display:flex;width:1.5rem;height:1.5rem;top:3rem;left:16.375rem; }
#nzkQsOA0GpuusX1AfGapCWExbw0R3gTI > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #TzMHaHl7SPMMhobrdUP2gsKhpp8aas9p { display:flex;width:1.5rem;height:1.5rem;top:3rem;left:14.25rem; }
#TzMHaHl7SPMMhobrdUP2gsKhpp8aas9p > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #cRlxf6oX5gkqbqPzz37adDJy9TWzEco3 { width:11.625rem;height:1.13720625rem;top:6.6875rem;left:4.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }