.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:238,229,255;--color-primary-1:198,169,255;--color-primary-2:140,82,255;--color-primary-3:70,41,128;--color-primary-4:21,12,38;--color-secondary-0:255,239,228;--color-secondary-1:255,200,166;--color-secondary-2:255,145,77;--color-secondary-3:128,73,39;--color-secondary-4:38,22,12;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#OTvpiX31kDkcByZBAVi0NV78TzulMMMZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#OTvpiX31kDkcByZBAVi0NV78TzulMMMZ > .row .container { background-color: transparent; background-image: none; }#OTvpiX31kDkcByZBAVi0NV78TzulMMMZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTvpiX31kDkcByZBAVi0NV78TzulMMMZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTvpiX31kDkcByZBAVi0NV78TzulMMMZ > .row .container > .video-iframe-container { display: none; }#OTvpiX31kDkcByZBAVi0NV78TzulMMMZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTvpiX31kDkcByZBAVi0NV78TzulMMMZ > .row > .video-iframe-container { display: none; }#OTvpiX31kDkcByZBAVi0NV78TzulMMMZ > .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); }#OTvpiX31kDkcByZBAVi0NV78TzulMMMZ > .row .container { border-width: 0; border-radius: 0; }#OTvpiX31kDkcByZBAVi0NV78TzulMMMZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OTvpiX31kDkcByZBAVi0NV78TzulMMMZ > .row .container { font-size:0.875rem;font-family:arial;height:55.9375rem;width:75rem;position:relative;display:block; }#ap8UBayNXJ14SdhDCJLMB1IM4f3phBAS { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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.4993105rem;width:11.4993105rem;top:1.1247701644898rem;left:31.748620986939rem;overflow:hidden;display:block; }
#TxR8GUZ8aS6fErbfMNu2eOEQAAKhaQOz { color:rgba(var(--color-primary-2),1);display:block;width:34.6243095625rem;position:absolute;font-family:anybody;font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:13.247931480407rem;left:20.186120986939rem;height:1.911764625rem;text-align:center;text-align-last:center;display:block; }
#bpcTNau5GCCqIGld1zgoJeKn4tfX9sDZ { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top: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:14.7495403125rem;width:69.6875rem;top:16.355698287487rem;left:2.6551017761231rem;overflow:hidden;display:block; }
#WW9RtiAZpHDhStZcoQEFCMqGKT1H7Vnl { color:rgba(var(--color-tertiary-0),1);display:block;width:51.4993095625rem;position:absolute;font-family:anybody;font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:34.055603027344rem;left:11.748620986939rem;height:3.3823528125rem;text-align:center;text-align-last:center;display:block; }
#mlGeIBb3TTQBnPFtvr9rcH7qnEiyCqpe { background-color:transparent;background-image: -webkit-linear-gradient(117deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(117deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(117deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(117deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(117deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.7497691875rem;height:4.4370403125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:39.748390197754rem;left:26.622240066528rem;display:block; }
#XAlEms2upmQTtFhNOyWfKlynioW7MLrJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bCnRmN10FDDZnaTdD9zuwdhRDpiIoRil { color:rgba(var(--color-tertiary-0),1);display:block;width:51.4993095625rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:45.241264343262rem;left:11.748620986939rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#RvncJxbE050huCahBJTSeDgLTlcmbIzX { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top: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.2495403125rem;width:2.8745403125rem;top:48.6875rem;left:12.8125rem;overflow:hidden;display:block; }
#N2Tdx0SQE4woKnM97fb8qhWvv8fnbwpt { color:rgba(var(--color-tertiary-0),1);display:block;width:11.4993105rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:49.125rem;left:15.6875rem;height:1.25rem;text-align:left;text-align-last:left;display:block; }
#pfidtAWoPhaAWTUrLVNQ8ZRMGIhOd2vD { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top: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.125rem;width:2.6875rem;top:48.75rem;left:30.0625rem;overflow:hidden;display:block; }
#m6nuK2Xpiy0UQXwt8aOuc4qhfur0sTJP { color:rgba(var(--color-tertiary-0),1);display:block;width:16.7497691875rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:49.1875rem;left:33.4375rem;height:2.5rem;text-align:left;text-align-last:left;display:block; }
#mbLNT1KLse7dGGg50dEXSnmfLTEVb2TE { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top: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.0625rem;width:2.625rem;top:48.8125rem;left:48.9375rem;overflow:hidden;display:block; }
#BiUmgu7LLwFoFv2SwWw237E4L9yXNKsx { color:rgba(var(--color-tertiary-0),1);display:block;width:10.0625rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:49.1875rem;left:52.1875rem;height:2.5rem;text-align:left;text-align-last:left;display:block; }
#BKka1RLblhc8ylZWsuJ0cVqlQWDX3PSW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#BKka1RLblhc8ylZWsuJ0cVqlQWDX3PSW > .row .container { background-color: transparent; background-image: none; }#BKka1RLblhc8ylZWsuJ0cVqlQWDX3PSW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BKka1RLblhc8ylZWsuJ0cVqlQWDX3PSW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BKka1RLblhc8ylZWsuJ0cVqlQWDX3PSW > .row .container > .video-iframe-container { display: none; }#BKka1RLblhc8ylZWsuJ0cVqlQWDX3PSW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BKka1RLblhc8ylZWsuJ0cVqlQWDX3PSW > .row > .video-iframe-container { display: none; }#BKka1RLblhc8ylZWsuJ0cVqlQWDX3PSW > .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); }#BKka1RLblhc8ylZWsuJ0cVqlQWDX3PSW > .row .container { border-width: 0; border-radius: 0; }#BKka1RLblhc8ylZWsuJ0cVqlQWDX3PSW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BKka1RLblhc8ylZWsuJ0cVqlQWDX3PSW > .row .container { font-size:0.875rem;font-family:arial;height:11.5625rem;width:75rem;position:relative;display:block; }#d50pxNNmFlbSergQFkHtu2VpEuPRSv57 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.2497701875rem;position:absolute;font-family:anybody;font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.75rem;left:6.625rem;height:1.6911764375rem;text-align:left;text-align-last:left;display:block; }
#UBITw9T6Z0giGJm4vUJf2WRrLqSAmarb { color:rgba(var(--color-tertiary-0),1);display:block;width:16.8118095625rem;position:absolute;font-family:anybody;font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.6875rem;left:31.5625rem;height:1.6911764375rem;text-align:left;text-align-last:left;display:block; }
#gbRokQHGdHZx6miLzdoAiANONt8CgTeF { color:rgba(var(--color-tertiary-0),1);display:block;width:19.75rem;position:absolute;font-family:anybody;font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.6875rem;left:56.4375rem;height:1.6911764375rem;text-align:left;text-align-last:left;display:block; }
#WNeAuFikNigGdzxaBmbEDQTEfSLsMvEm { color:rgba(var(--color-tertiary-0),1);display:block;width:17.0622691875rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.4375rem;left:6.625rem;height:3.75rem;text-align:left;text-align-last:left;display:block; }
#FGPubkgc2ukPg7a61iVNxMOcA4CAMFpI { color:rgba(var(--color-tertiary-0),1);display:block;width:17.0622691875rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.4375rem;left:31.4375rem;height:3.75rem;text-align:left;text-align-last:left;display:block; }
#r0Q8xdkMPT8PmRc6ZfNcbvOsoUZGqcMb { color:rgba(var(--color-tertiary-0),1);display:block;width:17.0622691875rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.4375rem;left:56.4375rem;height:3.75rem;text-align:left;text-align-last:left;display:block; }
#FONyoxF8TNZPDx9wcXbkA6HA9l2Xz9bT { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.8125rem;top:2.2497711181641rem;left:1.3120403289795rem;overflow:hidden;display:block; }
#g99uT3iwrSAlayDy90yUq1BVTfMStmGN { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:2.2497711181641rem;left:26.477249717651rem;overflow:hidden;display:block; }
#fDGZASn3wX6Re69z6zlQhFgnMWGmsEEc { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.8125rem;top:1.9997711181641rem;left:51.351330375611rem;overflow:hidden;display:block; }
#t3n1eZ9OGZavGIvLg4UT0V1SF39DNeEM { box-sizing:content-box;height:10.3125rem;width:23.4995403125rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(130deg, rgba(var(--color-primary-1),0.19), rgba(var(--color-tertiary-0),0.09));background-image: -moz-linear-gradient(130deg, rgba(var(--color-primary-1),0.19), rgba(var(--color-tertiary-0),0.09));background-image: -ms-linear-gradient(130deg, rgba(var(--color-primary-1),0.19), rgba(var(--color-tertiary-0),0.09));background-image: -o-linear-gradient(130deg, rgba(var(--color-primary-1),0.19), rgba(var(--color-tertiary-0),0.09));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.19)', endColorstr='rgba(var(--color-tertiary-0),0.09)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.19)', endColorstr='rgba(var(--color-tertiary-0),0.09)' );";background-image: linear-gradient(130deg, rgba(var(--color-primary-1),0.19), rgba(var(--color-tertiary-0),0.09));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.625rem;left:0.6875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#mCcJhzQgdb2CPy3HM0LEnv9Nm9zWtuGF { box-sizing:content-box;height:10.3125rem;width:23.4995403125rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(130deg, rgba(var(--color-primary-1),0.19), rgba(var(--color-tertiary-0),0.09));background-image: -moz-linear-gradient(130deg, rgba(var(--color-primary-1),0.19), rgba(var(--color-tertiary-0),0.09));background-image: -ms-linear-gradient(130deg, rgba(var(--color-primary-1),0.19), rgba(var(--color-tertiary-0),0.09));background-image: -o-linear-gradient(130deg, rgba(var(--color-primary-1),0.19), rgba(var(--color-tertiary-0),0.09));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.19)', endColorstr='rgba(var(--color-tertiary-0),0.09)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.19)', endColorstr='rgba(var(--color-tertiary-0),0.09)' );";background-image: linear-gradient(130deg, rgba(var(--color-primary-1),0.19), rgba(var(--color-tertiary-0),0.09));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.625rem;left:25.8125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#zt2PmFre6T4GflULkXPTb09SyJT514DG { box-sizing:content-box;height:10.3125rem;width:23.4995403125rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(130deg, rgba(var(--color-primary-1),0.19), rgba(var(--color-tertiary-0),0.09));background-image: -moz-linear-gradient(130deg, rgba(var(--color-primary-1),0.19), rgba(var(--color-tertiary-0),0.09));background-image: -ms-linear-gradient(130deg, rgba(var(--color-primary-1),0.19), rgba(var(--color-tertiary-0),0.09));background-image: -o-linear-gradient(130deg, rgba(var(--color-primary-1),0.19), rgba(var(--color-tertiary-0),0.09));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.19)', endColorstr='rgba(var(--color-tertiary-0),0.09)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.19)', endColorstr='rgba(var(--color-tertiary-0),0.09)' );";background-image: linear-gradient(130deg, rgba(var(--color-primary-1),0.19), rgba(var(--color-tertiary-0),0.09));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.625rem;left:50.875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#Rl0IfHNrD9N1UDdCD6G49sAfFuEtvDNO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#Rl0IfHNrD9N1UDdCD6G49sAfFuEtvDNO > .row .container { background-color: transparent; background-image: none; }#Rl0IfHNrD9N1UDdCD6G49sAfFuEtvDNO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rl0IfHNrD9N1UDdCD6G49sAfFuEtvDNO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rl0IfHNrD9N1UDdCD6G49sAfFuEtvDNO > .row .container > .video-iframe-container { display: none; }#Rl0IfHNrD9N1UDdCD6G49sAfFuEtvDNO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rl0IfHNrD9N1UDdCD6G49sAfFuEtvDNO > .row > .video-iframe-container { display: none; }#Rl0IfHNrD9N1UDdCD6G49sAfFuEtvDNO > .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); }#Rl0IfHNrD9N1UDdCD6G49sAfFuEtvDNO > .row .container { border-width: 0; border-radius: 0; }#Rl0IfHNrD9N1UDdCD6G49sAfFuEtvDNO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rl0IfHNrD9N1UDdCD6G49sAfFuEtvDNO > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:75rem;position:relative;display:block; }#muXxLcMGigsozdkpG9Jndm2Zf09Oz4Nh { color:rgba(var(--color-primary-2),1);display:block;width:16.8106613125rem;position:absolute;font-family:anybody;font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.8476600646973rem;left:28.360521316528rem;height:1.6911764375rem;text-align:center;text-align-last:center;display:block; }
#lwsMeIIdt6Si75oXUK2FChe1eMSS22c9 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:48.2490806875rem;top:4.0705490112305rem;left:12.637866973877rem;overflow:hidden;display:block; }
#XApqT31TuRRMQFRZWozUiTXemcbDwBKq { box-sizing:content-box;height:14.6875rem;width:17.25rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(130deg, rgba(var(--color-primary-1),0.19), rgba(var(--color-tertiary-0),0.09));background-image: -moz-linear-gradient(130deg, rgba(var(--color-primary-1),0.19), rgba(var(--color-tertiary-0),0.09));background-image: -ms-linear-gradient(130deg, rgba(var(--color-primary-1),0.19), rgba(var(--color-tertiary-0),0.09));background-image: -o-linear-gradient(130deg, rgba(var(--color-primary-1),0.19), rgba(var(--color-tertiary-0),0.09));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.19)', endColorstr='rgba(var(--color-tertiary-0),0.09)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.19)', endColorstr='rgba(var(--color-tertiary-0),0.09)' );";background-image: linear-gradient(130deg, rgba(var(--color-primary-1),0.19), rgba(var(--color-tertiary-0),0.09));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.9375rem;left:0.75rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#lzZAFEEgFKmEcxX2EuITIPTti0cFAydg { color:rgba(var(--color-tertiary-0),1);display:block;width:14.2497701875rem;position:absolute;font-family:anybody;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:17.6875rem;left:2.25rem;height:2.7941174375rem;text-align:left;text-align-last:left;display:block; }
#B4UxXdIATfrweWHpztBStEubGXZrDNAI { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:anybody;font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:21.3125rem;left:2.25rem;height:3.5294115625rem;text-align:left;text-align-last:left;display:block; }
#O35ElK3T2yHRUdlrH7gTXmM2RkmTCmkl { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9993105rem;width:5.0620403125rem;top:12.6953125rem;left:3.1227016448974rem;overflow:hidden;display:block; }
#vArduzPllNTDX7F3QJoncaTtefHEGP0s { box-sizing:content-box;height:14.6875rem;width:17.25rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(130deg, rgba(var(--color-primary-1),0.19), rgba(var(--color-tertiary-0),0.09));background-image: -moz-linear-gradient(130deg, rgba(var(--color-primary-1),0.19), rgba(var(--color-tertiary-0),0.09));background-image: -ms-linear-gradient(130deg, rgba(var(--color-primary-1),0.19), rgba(var(--color-tertiary-0),0.09));background-image: -o-linear-gradient(130deg, rgba(var(--color-primary-1),0.19), rgba(var(--color-tertiary-0),0.09));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.19)', endColorstr='rgba(var(--color-tertiary-0),0.09)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.19)', endColorstr='rgba(var(--color-tertiary-0),0.09)' );";background-image: linear-gradient(130deg, rgba(var(--color-primary-1),0.19), rgba(var(--color-tertiary-0),0.09));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.6875rem;left:19.5rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#sJRTnZC59PDzZH5Gl64EMhiJsua9kCAP { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:anybody;font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:21.0625rem;left:21rem;height:;text-align:left;text-align-last:left;display:block; }
#KJoIaRhTIZB0q526tmSfcyzQfFPDp4Tn { color:rgba(var(--color-tertiary-0),1);display:block;width:14.2497701875rem;position:absolute;font-family:anybody;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:17.4375rem;left:21rem;height:2.7941174375rem;text-align:left;text-align-last:left;display:block; }
#h3hSvXqUbiJyDdBlJZzybGgavOknwMh9 { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:4.875rem;top:12.4375rem;left:21.875rem;overflow:hidden;display:block; }
#l6HMmQ8VN75oB613lw5ZFTga81BTNk6O { box-sizing:content-box;height:14.6875rem;width:17.25rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(130deg, rgba(var(--color-primary-1),0.19), rgba(var(--color-tertiary-0),0.09));background-image: -moz-linear-gradient(130deg, rgba(var(--color-primary-1),0.19), rgba(var(--color-tertiary-0),0.09));background-image: -ms-linear-gradient(130deg, rgba(var(--color-primary-1),0.19), rgba(var(--color-tertiary-0),0.09));background-image: -o-linear-gradient(130deg, rgba(var(--color-primary-1),0.19), rgba(var(--color-tertiary-0),0.09));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.19)', endColorstr='rgba(var(--color-tertiary-0),0.09)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.19)', endColorstr='rgba(var(--color-tertiary-0),0.09)' );";background-image: linear-gradient(130deg, rgba(var(--color-primary-1),0.19), rgba(var(--color-tertiary-0),0.09));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.875rem;left:38.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#l2x0ScuNqu3k0bClPrTq2EXohr2nfLpC { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:anybody;font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:21.25rem;left:39.75rem;height:;text-align:left;text-align-last:left;display:block; }
#HTPIlQInuGthN1ayVCul3IKvzztqF9dM { color:rgba(var(--color-tertiary-0),1);display:block;width:14.2497701875rem;position:absolute;font-family:anybody;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:17.625rem;left:39.75rem;height:;text-align:left;text-align-last:left;display:block; }
#tmeV4DlTy6cDP7T391V8lUmZpKVzxyN6 { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:4.875rem;top:12.625rem;left:40.625rem;overflow:hidden;display:block; }
#bIrEeztxD9bItvZfA2hEUNd5HVx5WWUW { box-sizing:content-box;height:14.6875rem;width:17.25rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(130deg, rgba(var(--color-primary-1),0.19), rgba(var(--color-tertiary-0),0.09));background-image: -moz-linear-gradient(130deg, rgba(var(--color-primary-1),0.19), rgba(var(--color-tertiary-0),0.09));background-image: -ms-linear-gradient(130deg, rgba(var(--color-primary-1),0.19), rgba(var(--color-tertiary-0),0.09));background-image: -o-linear-gradient(130deg, rgba(var(--color-primary-1),0.19), rgba(var(--color-tertiary-0),0.09));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.19)', endColorstr='rgba(var(--color-tertiary-0),0.09)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.19)', endColorstr='rgba(var(--color-tertiary-0),0.09)' );";background-image: linear-gradient(130deg, rgba(var(--color-primary-1),0.19), rgba(var(--color-tertiary-0),0.09));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.875rem;left:57rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#uIasQdU3DtnpPs1xgrq90QcJS3lrgBzo { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5625rem;position:absolute;font-family:anybody;font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:21.25rem;left:58.5rem;height:;text-align:left;text-align-last:left;display:block; }
#Tp4iWk27mnizAmznVdFegd37dxh7Ogx9 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.25rem;position:absolute;font-family:anybody;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:17.625rem;left:58.5rem;height:2.7941174375rem;text-align:left;text-align-last:left;display:block; }
#wPoMqlbrJJIySU2dhpylM6U5sBr7MT3O { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:4.875rem;top:12.625rem;left:59.375rem;overflow:hidden;display:block; }
#fzLklSGzIBp97AETfK3oS47TaWtG7IDR { background-color:transparent;background-image: -webkit-linear-gradient(117deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(117deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(117deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(117deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(117deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.7497691875rem;height:4.4370403125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:28.542053222656rem;left:25.888097763061rem;display:block; }
#luKXbFqdDz15MNt269C8kCv5KKEXyIJt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M8Feltod30F3girzddgGwUOOdvMdBK9c { color:rgba(var(--color-primary-2),1);display:block;width:16.8106613125rem;position:absolute;font-family:anybody;font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:35rem;left:0rem;height:1.6911764375rem;text-align:left;text-align-last:left;display:block; }
#XJcMfk2zo3WfURLz1hgs8RmI4cvGvFTT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#XJcMfk2zo3WfURLz1hgs8RmI4cvGvFTT > .row .container { background-color: transparent; background-image: none; }#XJcMfk2zo3WfURLz1hgs8RmI4cvGvFTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJcMfk2zo3WfURLz1hgs8RmI4cvGvFTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJcMfk2zo3WfURLz1hgs8RmI4cvGvFTT > .row .container > .video-iframe-container { display: none; }#XJcMfk2zo3WfURLz1hgs8RmI4cvGvFTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJcMfk2zo3WfURLz1hgs8RmI4cvGvFTT > .row > .video-iframe-container { display: none; }#XJcMfk2zo3WfURLz1hgs8RmI4cvGvFTT > .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); }#XJcMfk2zo3WfURLz1hgs8RmI4cvGvFTT > .row .container { border-width: 0; border-radius: 0; }#XJcMfk2zo3WfURLz1hgs8RmI4cvGvFTT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XJcMfk2zo3WfURLz1hgs8RmI4cvGvFTT > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#PXAkdNTtS8OGAoJH28uZHaxeFZQ0ZzOc { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6875rem;width:24.8125rem;top:1.75rem;left:0rem;overflow:hidden;display:block; }
#Hua0lEDmxXAy2BDgdTuU03Tx7cOl6kMR { color:rgba(var(--color-tertiary-0),1);display:block;width:21.375rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:11.125rem;left:0rem;height:3.75rem;text-align:left;text-align-last:left;display:block; }
#s2bWpyfyfrLX5mdRL1WcI1SZzangMxrW { box-sizing:content-box;height:13.6875rem;width:23.875rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(130deg, rgba(var(--color-primary-1),0.19), rgba(var(--color-tertiary-0),0.09));background-image: -moz-linear-gradient(130deg, rgba(var(--color-primary-1),0.19), rgba(var(--color-tertiary-0),0.09));background-image: -ms-linear-gradient(130deg, rgba(var(--color-primary-1),0.19), rgba(var(--color-tertiary-0),0.09));background-image: -o-linear-gradient(130deg, rgba(var(--color-primary-1),0.19), rgba(var(--color-tertiary-0),0.09));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.19)', endColorstr='rgba(var(--color-tertiary-0),0.09)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.19)', endColorstr='rgba(var(--color-tertiary-0),0.09)' );";background-image: linear-gradient(130deg, rgba(var(--color-primary-1),0.19), rgba(var(--color-tertiary-0),0.09));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.67670440673825rem;left:25.560659408569rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#EfydDoPeTGFcynWFba8o14naUaU9o8Fd { color:rgba(var(--color-tertiary-0),1);display:block;width:14.2497701875rem;position:absolute;font-family:anybody;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.06640625rem;left:30.372240066528rem;height:1.39705875rem;text-align:left;text-align-last:left;display:block; }
#FXXPEIxKkyUWJcSLfWKchfu32ux7ivMo { color:rgba(var(--color-tertiary-0),1);display:block;width:18.3122691875rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.7525253295899rem;left:30.369943618774rem;height:6.25rem;text-align:left;text-align-last:left;display:block; }
#ONQS7p2EFaDXtUJwJRN1D0V3ENH9KXqt { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3122701875rem;width:3.3122701875rem;top:1.6946258544922rem;left:26.160383224488rem;overflow:hidden;display:block; }
#PwwW8IkD5kb0Ob9nbcFGGy9oJD2ISvlv { color:rgba(var(--color-tertiary-0),1);display:block;width:18.3122691875rem;position:absolute;font-family:anybody;font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:5.7433395385742rem;left:55.371088027954rem;height:;text-align:left;text-align-last:left;display:block; }
#en4IkeM6mEJO5SsCx5B2RJWvyxiIiLLB { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:1.7417297363281rem;left:50.943239212036rem;overflow:hidden;display:block; }
#ZeItqXHZubBic3GUc9Q2lkHNF52KM286 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.2497701875rem;position:absolute;font-family:anybody;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:3.0583648681641rem;left:55.373392105103rem;height:1.39705875rem;text-align:left;text-align-last:left;display:block; }
#CCml5TMW23b3AwPAOytQeh8EHM3oHuCV { box-sizing:content-box;height:13.6868105rem;width:23.8740806875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(130deg, rgba(var(--color-primary-1),0.19), rgba(var(--color-tertiary-0),0.09));background-image: -moz-linear-gradient(130deg, rgba(var(--color-primary-1),0.19), rgba(var(--color-tertiary-0),0.09));background-image: -ms-linear-gradient(130deg, rgba(var(--color-primary-1),0.19), rgba(var(--color-tertiary-0),0.09));background-image: -o-linear-gradient(130deg, rgba(var(--color-primary-1),0.19), rgba(var(--color-tertiary-0),0.09));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.19)', endColorstr='rgba(var(--color-tertiary-0),0.09)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.19)', endColorstr='rgba(var(--color-tertiary-0),0.09)' );";background-image: linear-gradient(130deg, rgba(var(--color-primary-1),0.19), rgba(var(--color-tertiary-0),0.09));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.66866302490237rem;left:50.560655593872rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#TkbdNUQmbTTASi74Df2s7V3u6SaONrNx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#TkbdNUQmbTTASi74Df2s7V3u6SaONrNx > .row .container { background-color: transparent; background-image: none; }#TkbdNUQmbTTASi74Df2s7V3u6SaONrNx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkbdNUQmbTTASi74Df2s7V3u6SaONrNx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkbdNUQmbTTASi74Df2s7V3u6SaONrNx > .row .container > .video-iframe-container { display: none; }#TkbdNUQmbTTASi74Df2s7V3u6SaONrNx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkbdNUQmbTTASi74Df2s7V3u6SaONrNx > .row > .video-iframe-container { display: none; }#TkbdNUQmbTTASi74Df2s7V3u6SaONrNx > .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); }#TkbdNUQmbTTASi74Df2s7V3u6SaONrNx > .row .container { border-width: 0; border-radius: 0; }#TkbdNUQmbTTASi74Df2s7V3u6SaONrNx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TkbdNUQmbTTASi74Df2s7V3u6SaONrNx > .row .container { font-size:0.875rem;font-family:arial;height:34.9375rem;width:75rem;position:relative;display:block; }#WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD .accordion-element-container { border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-primary-1),0.11);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.1);vertical-align:top; }
#WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD .accordion-heading-text { display:block;position:relative;width:100%;font-family:anybody;font-weight:700;font-size:1.125rem;color:rgba(var(--color-tertiary-0),1);height:auto; }
#WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD .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:anybody;color:rgba(var(--color-tertiary-0),1); }
#WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD .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_66cdf11cd3f71c572287a1580e38bb44c5510b3c.svg");background-size:contain !important; }#WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD .accordion-trigger.adaptive-delivery-prevent-bg, #WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD .accordion-trigger.lazyload, #WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD .accordion-trigger.lazyloading { background-image: none; }
#WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD { box-sizing:content-box;height:auto;width:44.2497673125rem;position:absolute;display:flex;flex-direction:column;gap:1.1875rem;z-index:15000;background-color:rgba(var(--color-primary-0),0);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:3.2054290771484rem;left:27.055833816528rem; }
#WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #MKTd9n6KeZ2argC1FA4AD10nBMsVN4gB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #pffedLmgmQa3WR83e1NWvGF31kgdE1H1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #ZwK2gOeFXr4D6F089XLZJeIBIiQqgvaQ { display:block;position:relative; }
#WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #WPh5gmKO4ADyQ2LGktb4z6aT5XRc8AAL {  }
#WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #vfOLgNDxETlPCK3mEfnkmllK5Q0EhqsC {  }
#WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #bEUD3HR4tMXkOMWyrVRRJViaUMKAI4h0 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #fhiG6xlw6XMgJmyLSDVVcKCH7IWlPafo { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #mPACnZDarLl4JDJfbMJ9ucSTg4WVhAOZ { display:block;position:relative; }
#WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #foN71ytNJhRkNUAngmT5VTw1NrwdTZu7 {  }
#WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #bGe6fO9MCdTN5lTz7XhDdUL8DgonxNNL { display:none; }
#WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #IwFkSiwBWVXnxCBgLkZs8tErcVawQ5p6 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #qLkqKs9ipnkkdeGhzp6X50Xd8mh5Qu3f { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #mlVaz9R637ELOF2i4NIbRfVJmceKWBAW { display:block;position:relative; }
#WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #Ks2GDP0fmelrtrZVV1JGr7t0OrQUtyya {  }
#WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #Pd1tyTJmEyESLeAhbGRXvSn7DVEBEAmS { display:none; }
#WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #l3lw7sPgZX4bCTsi8zsXQraGggRaUSdC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #s9ml0gIZAULVuVMJFx3I89mycUJWeshC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #u6Aeom0H7BF5vXvDFlnIWNx0LTFmtnwW { display:block;position:relative; }
#WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #kTeNgzIqPX3KDTD5QFQa5zO8V0WSLWvo {  }
#WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #Sbedxc0T1SclFdIFrcAI3aEZLW9HP84A { display:none; }
#WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #TzGFH86TrATsSnrM9mBuWO8Sx8ItvsbC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #gVgtwyrSI8xulHBPCcV3slaeDGGiZta1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #oh2NdhJ317NAluMMOdZh5rwDUirazTnx { display:block;position:relative; }
#WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #TvbsNZBrFeEwn6AxafXTBxwqJKPbAUS5 {  }
#WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #pcXRfHHp2PzEiSy1RkxPvKdVeJysTpFq { display:none; }
#WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #kHIcOI354UaXqBvcVz3zTlTGHDD2QRG7 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #nU6l30XMydnQZBQo2iw6LPla5pU5nKh0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #gUuqWvBQeLTVpFxxMXlCvKpGCVgeiywT { display:block;position:relative; }
#WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #hyap54e5GVULlSqrfsydanFtcAZ6gb6T {  }
#WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #TwBqSUN7DfAH0m798RaZ0Et76n6rXlew { display:none; }
#efcDmJE4Q4T7Jw4K0q2CW7fzl3EBsGqM { color:rgba(var(--color-primary-2),1);display:block;width:16.8106613125rem;position:absolute;font-family:anybody;font-size:1.3125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.375rem;left:0rem;height:1.6911764375rem;text-align:left;text-align-last:left;display:block; }
#IdmbTt704gIITHlkpT9A5iIVrOF9vQ1V { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top: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:10.8743105rem;width:35.3745384375rem;top:6.0625rem;left:0rem;overflow:hidden;display:block; }
#y2CPhhNSt19IdDHfILIcy2JZT2xOMv9V { background-color:#000000;background-image:none;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; }#y2CPhhNSt19IdDHfILIcy2JZT2xOMv9V > .row .container { background-color: transparent; background-image: none; }#y2CPhhNSt19IdDHfILIcy2JZT2xOMv9V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y2CPhhNSt19IdDHfILIcy2JZT2xOMv9V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y2CPhhNSt19IdDHfILIcy2JZT2xOMv9V > .row .container > .video-iframe-container { display: none; }#y2CPhhNSt19IdDHfILIcy2JZT2xOMv9V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y2CPhhNSt19IdDHfILIcy2JZT2xOMv9V > .row > .video-iframe-container { display: none; }#y2CPhhNSt19IdDHfILIcy2JZT2xOMv9V > .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); }#y2CPhhNSt19IdDHfILIcy2JZT2xOMv9V > .row .container { border-width: 0; border-radius: 0; }#y2CPhhNSt19IdDHfILIcy2JZT2xOMv9V > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#y2CPhhNSt19IdDHfILIcy2JZT2xOMv9V > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:75rem;overflow:visible;position:relative;display:block; }#csJ10alLDIKZGiMcguvGKS0pF9BNZI3Z { 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:7.1875rem;width:8.0625rem;top:1.6875rem;left:1.25rem;overflow:hidden;display:block; }
#E9e5w1eVgJ2b2QWs43qWdsiV6vum7ys6 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f9f9f9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:anybody;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3740806875rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:right;text-align-last:right;top:2.8940734863281rem;left:60.677843093872rem;display:block; }
#qxexxyHuPdSkuOXH2KoJauoq4bhhXKWr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zTTaHE109OAxaSdesefaDTzKpTmAJo4R { 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:3.0625rem;width:17.875rem;top:4.125rem;left:9.3125rem;overflow:hidden;display:block; }
#FEhHaz0VAADgsW6NOwfdWvIb5THiZVDJ { color:rgba(var(--color-tertiary-0),1);display:block;width:28.3122691875rem;position:absolute;font-family:anybody;font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.6477508544922rem;left:27.864198684693rem;height:3.308823375rem;text-align:center;text-align-last:center;display:block; }
#E6lZ7grn4EovafWWVKJWsy8TJ8NhuArU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9370403125rem;width:1.9370403125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:6.3430633544925rem;left:70.186120986937rem; }
#E6lZ7grn4EovafWWVKJWsy8TJ8NhuArU > img { max-width: 100%;max-height:100%; width:1.9370403125rem; height:1.9370403125rem; }#qUt1MF6D0EJTsfi8NbIX8qfU6TA6wrdo { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:anybody;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.7493095625rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:7.20703125rem;left:28.498388290405rem;display:block; }
#nP3GQKUyGWdwdLgzVbLBH5qRT1dc8gEr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OTvpiX31kDkcByZBAVi0NV78TzulMMMZ { display:block; }#OTvpiX31kDkcByZBAVi0NV78TzulMMMZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ap8UBayNXJ14SdhDCJLMB1IM4f3phBAS { top:1.0625rem;left:18.123620986939rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxR8GUZ8aS6fErbfMNu2eOEQAAKhaQOz { top:13.1875rem;left:6.5611209869388rem;width:34.5625rem;height:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpcTNau5GCCqIGld1zgoJeKn4tfX9sDZ { top:16.3125rem;left:0rem;width:47.75rem;height:10.1064114787rem;display:block; }
 }@media only screen and (max-width: 763px) { #WW9RtiAZpHDhStZcoQEFCMqGKT1H7Vnl { top:34rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlGeIBb3TTQBnPFtvr9rcH7qnEiyCqpe { width:21.6875rem;height:4.375rem;top:39.6875rem;left:12.997240066528rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAlEms2upmQTtFhNOyWfKlynioW7MLrJ { display:block; }
 }@media only screen and (max-width: 763px) { #bCnRmN10FDDZnaTdD9zuwdhRDpiIoRil { top:45.1875rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvncJxbE050huCahBJTSeDgLTlcmbIzX { top:48.6875rem;left:0rem;width:2.8125rem;height:2.2009891812593rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2Tdx0SQE4woKnM97fb8qhWvv8fnbwpt { top:49.125rem;left:2.0625rem;width:11.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfidtAWoPhaAWTUrLVNQ8ZRMGIhOd2vD { top:48.75rem;left:16.4375rem;width:2.6875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6nuK2Xpiy0UQXwt8aOuc4qhfur0sTJP { top:49.1875rem;left:19.8125rem;width:16.6875rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbLNT1KLse7dGGg50dEXSnmfLTEVb2TE { top:48.8125rem;left:35.3125rem;width:2.625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiUmgu7LLwFoFv2SwWw237E4L9yXNKsx { top:49.1875rem;left:37.75rem;width:10rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKka1RLblhc8ylZWsuJ0cVqlQWDX3PSW { display:block; }#BKka1RLblhc8ylZWsuJ0cVqlQWDX3PSW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d50pxNNmFlbSergQFkHtu2VpEuPRSv57 { top:2.75rem;left:1.6875rem;width:14.1875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBITw9T6Z0giGJm4vUJf2WRrLqSAmarb { top:2.6875rem;left:15rem;width:16.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbRokQHGdHZx6miLzdoAiANONt8CgTeF { top:2.6875rem;left:27.875rem;width:19.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNeAuFikNigGdzxaBmbEDQTEfSLsMvEm { top:5.4375rem;left:0rem;width:17rem;height:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGPubkgc2ukPg7a61iVNxMOcA4CAMFpI { top:5.4375rem;left:14.75rem;width:17rem;height:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0Q8xdkMPT8PmRc6ZfNcbvOsoUZGqcMb { top:5.4375rem;left:30.625rem;width:17rem;height:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FONyoxF8TNZPDx9wcXbkA6HA9l2Xz9bT { top:2.1875rem;left:0rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g99uT3iwrSAlayDy90yUq1BVTfMStmGN { top:2.1875rem;left:15.875rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDGZASn3wX6Re69z6zlQhFgnMWGmsEEc { top:1.9375rem;left:31.75rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3n1eZ9OGZavGIvLg4UT0V1SF39DNeEM { top:0.625rem;left:0rem;width:23.4375rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCcJhzQgdb2CPy3HM0LEnv9Nm9zWtuGF { top:0.625rem;left:8.3125rem;width:23.4375rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zt2PmFre6T4GflULkXPTb09SyJT514DG { top:0.625rem;left:24.1875rem;width:23.4375rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rl0IfHNrD9N1UDdCD6G49sAfFuEtvDNO { display:block; }#Rl0IfHNrD9N1UDdCD6G49sAfFuEtvDNO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #muXxLcMGigsozdkpG9Jndm2Zf09Oz4Nh { top:1.8125rem;left:7.125rem;width:16.75rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwsMeIIdt6Si75oXUK2FChe1eMSS22c9 { top:4.0625rem;left:0rem;width:47.75rem;height:4.6390132580907rem;display:block; }
 }@media only screen and (max-width: 763px) { #XApqT31TuRRMQFRZWozUiTXemcbDwBKq { top:11.9375rem;left:0rem;width:17.25rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzZAFEEgFKmEcxX2EuITIPTti0cFAydg { top:17.6875rem;left:0rem;width:14.1875rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4UxXdIATfrweWHpztBStEubGXZrDNAI { top:21.3125rem;left:0rem;width:14.125rem;height:3.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O35ElK3T2yHRUdlrH7gTXmM2RkmTCmkl { top:12.6875rem;left:0rem;width:5rem;height:3.9502949928355rem;display:block; }
 }@media only screen and (max-width: 763px) { #vArduzPllNTDX7F3QJoncaTtefHEGP0s { top:11.6875rem;left:6.625rem;width:17.1875rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJRTnZC59PDzZH5Gl64EMhiJsua9kCAP { top:21.0625rem;left:9.75rem;width:14.125rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJoIaRhTIZB0q526tmSfcyzQfFPDp4Tn { top:17.4375rem;left:9.6875rem;width:14.1875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3hSvXqUbiJyDdBlJZzybGgavOknwMh9 { top:12.4375rem;left:11.9375rem;width:4.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6HMmQ8VN75oB613lw5ZFTga81BTNk6O { top:11.875rem;left:18.625rem;width:17.1875rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2x0ScuNqu3k0bClPrTq2EXohr2nfLpC { top:21.25rem;left:21.6875rem;width:14.125rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTPIlQInuGthN1ayVCul3IKvzztqF9dM { top:17.625rem;left:21.625rem;width:14.1875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmeV4DlTy6cDP7T391V8lUmZpKVzxyN6 { top:12.625rem;left:23.875rem;width:4.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIrEeztxD9bItvZfA2hEUNd5HVx5WWUW { top:11.875rem;left:30.5rem;width:17.1875rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIasQdU3DtnpPs1xgrq90QcJS3lrgBzo { top:21.25rem;left:32.25rem;width:15.5rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp4iWk27mnizAmznVdFegd37dxh7Ogx9 { top:17.625rem;left:32.5rem;width:15.25rem;height:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPoMqlbrJJIySU2dhpylM6U5sBr7MT3O { top:12.625rem;left:35.8125rem;width:4.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzLklSGzIBp97AETfK3oS47TaWtG7IDR { width:21.6875rem;height:4.375rem;top:28.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #luKXbFqdDz15MNt269C8kCv5KKEXyIJt { display:block; }
 }@media only screen and (max-width: 763px) { #M8Feltod30F3girzddgGwUOOdvMdBK9c { top:35rem;left:0rem;width:16.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJcMfk2zo3WfURLz1hgs8RmI4cvGvFTT { display:block; }#XJcMfk2zo3WfURLz1hgs8RmI4cvGvFTT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PXAkdNTtS8OGAoJH28uZHaxeFZQ0ZzOc { top:1.75rem;left:0rem;width:24.8125rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hua0lEDmxXAy2BDgdTuU03Tx7cOl6kMR { top:11.125rem;left:0rem;width:21.3125rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2bWpyfyfrLX5mdRL1WcI1SZzangMxrW { top:0.625rem;left:7.875rem;width:23.875rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfydDoPeTGFcynWFba8o14naUaU9o8Fd { top:3.0625rem;left:16.684740066528rem;width:14.1875rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXXPEIxKkyUWJcSLfWKchfu32ux7ivMo { top:5.75rem;left:13.4375rem;width:18.25rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONQS7p2EFaDXtUJwJRN1D0V3ENH9KXqt { top:1.6875rem;left:15.875rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwwW8IkD5kb0Ob9nbcFGGy9oJD2ISvlv { top:5.6875rem;left:29.375rem;width:18.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #en4IkeM6mEJO5SsCx5B2RJWvyxiIiLLB { top:1.6875rem;left:31.75rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeItqXHZubBic3GUc9Q2lkHNF52KM286 { top:3rem;left:32.560892105103rem;width:14.1875rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCml5TMW23b3AwPAOytQeh8EHM3oHuCV { top:0.625rem;left:23.8125rem;width:23.8125rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkbdNUQmbTTASi74Df2s7V3u6SaONrNx { display:block; }#TkbdNUQmbTTASi74Df2s7V3u6SaONrNx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD { display:flex;height:auto;width:27.8125rem;top:5.1875rem;left:7.4319858551025rem; }
 }@media only screen and (max-width: 763px) { #WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #MKTd9n6KeZ2argC1FA4AD10nBMsVN4gB {  }
 }@media only screen and (max-width: 763px) { #WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #pffedLmgmQa3WR83e1NWvGF31kgdE1H1 {  }
 }@media only screen and (max-width: 763px) { #WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #ZwK2gOeFXr4D6F089XLZJeIBIiQqgvaQ {  }
 }@media only screen and (max-width: 763px) { #WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #WPh5gmKO4ADyQ2LGktb4z6aT5XRc8AAL {  }
 }@media only screen and (max-width: 763px) { #WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #vfOLgNDxETlPCK3mEfnkmllK5Q0EhqsC {  }
 }@media only screen and (max-width: 763px) { #WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #bEUD3HR4tMXkOMWyrVRRJViaUMKAI4h0 {  }
 }@media only screen and (max-width: 763px) { #WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #fhiG6xlw6XMgJmyLSDVVcKCH7IWlPafo {  }
 }@media only screen and (max-width: 763px) { #WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #mPACnZDarLl4JDJfbMJ9ucSTg4WVhAOZ {  }
 }@media only screen and (max-width: 763px) { #WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #foN71ytNJhRkNUAngmT5VTw1NrwdTZu7 {  }
 }@media only screen and (max-width: 763px) { #WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #bGe6fO9MCdTN5lTz7XhDdUL8DgonxNNL {  }
 }@media only screen and (max-width: 763px) { #WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #IwFkSiwBWVXnxCBgLkZs8tErcVawQ5p6 {  }
 }@media only screen and (max-width: 763px) { #WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #qLkqKs9ipnkkdeGhzp6X50Xd8mh5Qu3f {  }
 }@media only screen and (max-width: 763px) { #WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #mlVaz9R637ELOF2i4NIbRfVJmceKWBAW {  }
 }@media only screen and (max-width: 763px) { #WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #Ks2GDP0fmelrtrZVV1JGr7t0OrQUtyya {  }
 }@media only screen and (max-width: 763px) { #WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #Pd1tyTJmEyESLeAhbGRXvSn7DVEBEAmS {  }
 }@media only screen and (max-width: 763px) { #WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #l3lw7sPgZX4bCTsi8zsXQraGggRaUSdC {  }
 }@media only screen and (max-width: 763px) { #WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #s9ml0gIZAULVuVMJFx3I89mycUJWeshC {  }
 }@media only screen and (max-width: 763px) { #WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #u6Aeom0H7BF5vXvDFlnIWNx0LTFmtnwW {  }
 }@media only screen and (max-width: 763px) { #WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #kTeNgzIqPX3KDTD5QFQa5zO8V0WSLWvo {  }
 }@media only screen and (max-width: 763px) { #WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #Sbedxc0T1SclFdIFrcAI3aEZLW9HP84A {  }
 }@media only screen and (max-width: 763px) { #WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #TzGFH86TrATsSnrM9mBuWO8Sx8ItvsbC {  }
 }@media only screen and (max-width: 763px) { #WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #gVgtwyrSI8xulHBPCcV3slaeDGGiZta1 {  }
 }@media only screen and (max-width: 763px) { #WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #oh2NdhJ317NAluMMOdZh5rwDUirazTnx {  }
 }@media only screen and (max-width: 763px) { #WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #TvbsNZBrFeEwn6AxafXTBxwqJKPbAUS5 {  }
 }@media only screen and (max-width: 763px) { #WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #pcXRfHHp2PzEiSy1RkxPvKdVeJysTpFq {  }
 }@media only screen and (max-width: 763px) { #WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #kHIcOI354UaXqBvcVz3zTlTGHDD2QRG7 {  }
 }@media only screen and (max-width: 763px) { #WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #nU6l30XMydnQZBQo2iw6LPla5pU5nKh0 {  }
 }@media only screen and (max-width: 763px) { #WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #gUuqWvBQeLTVpFxxMXlCvKpGCVgeiywT {  }
 }@media only screen and (max-width: 763px) { #WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #hyap54e5GVULlSqrfsydanFtcAZ6gb6T {  }
 }@media only screen and (max-width: 763px) { #WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #TwBqSUN7DfAH0m798RaZ0Et76n6rXlew {  }
 }@media only screen and (max-width: 763px) { #efcDmJE4Q4T7Jw4K0q2CW7fzl3EBsGqM { top:4.375rem;left:0rem;width:16.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdmbTt704gIITHlkpT9A5iIVrOF9vQ1V { top:6.0625rem;left:0rem;width:35.3125rem;height:10.855239573223rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2CPhhNSt19IdDHfILIcy2JZT2xOMv9V { display:block; }#y2CPhhNSt19IdDHfILIcy2JZT2xOMv9V > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #csJ10alLDIKZGiMcguvGKS0pF9BNZI3Z { width:8rem;height:7.1323929035544rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9e5w1eVgJ2b2QWs43qWdsiV6vum7ys6 { width:11.3125rem;height:3.4375rem;top:2.875rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxexxyHuPdSkuOXH2KoJauoq4bhhXKWr { display:block; }
 }@media only screen and (max-width: 763px) { #zTTaHE109OAxaSdesefaDTzKpTmAJo4R { width:17.8125rem;height:3.0511833355015rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEhHaz0VAADgsW6NOwfdWvIb5THiZVDJ { top:3.625rem;left:14.239198684693rem;width:28.25rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6lZ7grn4EovafWWVKJWsy8TJ8NhuArU { top:6.3125rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#E6lZ7grn4EovafWWVKJWsy8TJ8NhuArU > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #qUt1MF6D0EJTsfi8NbIX8qfU6TA6wrdo { width:27.6875rem;height:3.4375rem;top:7.1875rem;left:14.873388290405rem;display:block; }
 }@media only screen and (max-width: 763px) { #nP3GQKUyGWdwdLgzVbLBH5qRT1dc8gEr { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OTvpiX31kDkcByZBAVi0NV78TzulMMMZ { background-color:rgba(var(--color-tertiary-4),1);background-image:none;display:block; }#OTvpiX31kDkcByZBAVi0NV78TzulMMMZ > .row .container { background-color: transparent; background-image: none; }#OTvpiX31kDkcByZBAVi0NV78TzulMMMZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTvpiX31kDkcByZBAVi0NV78TzulMMMZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTvpiX31kDkcByZBAVi0NV78TzulMMMZ > .row .container > .video-iframe-container { display: none; }#OTvpiX31kDkcByZBAVi0NV78TzulMMMZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTvpiX31kDkcByZBAVi0NV78TzulMMMZ > .row > .video-iframe-container { display: none; }#OTvpiX31kDkcByZBAVi0NV78TzulMMMZ > .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); }#OTvpiX31kDkcByZBAVi0NV78TzulMMMZ > .row .container { width:20rem;height:61.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ap8UBayNXJ14SdhDCJLMB1IM4f3phBAS { width:11.4375rem;height:11.4375rem;top:1.25rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxR8GUZ8aS6fErbfMNu2eOEQAAKhaQOz { width:20rem;height:1.323529375rem;top:14.014693283203rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpcTNau5GCCqIGld1zgoJeKn4tfX9sDZ { width:20rem;height:4.2497701875rem;top:16.619713783264rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WW9RtiAZpHDhStZcoQEFCMqGKT1H7Vnl { width:18.9993095625rem;height:6.6176466875rem;top:22.621782302856rem;left:0.4974724650383rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlGeIBb3TTQBnPFtvr9rcH7qnEiyCqpe { width:16.3120403125rem;height:4.4370403125rem;top:30.88924407959rem;left:1.8416820168495rem;background-color:transparent;background-image: -webkit-linear-gradient(117deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(117deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(117deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(117deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(117deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #XAlEms2upmQTtFhNOyWfKlynioW7MLrJ { display:block; }
 }@media only screen and (max-width: 763px) { #bCnRmN10FDDZnaTdD9zuwdhRDpiIoRil { width:19.2497691875rem;height:2.64705875rem;top:36.264935493469rem;left:0.37339156866074rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvncJxbE050huCahBJTSeDgLTlcmbIzX { width:2.8125rem;height:2.2009891812593rem;top:40.45427325rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2Tdx0SQE4woKnM97fb8qhWvv8fnbwpt { width:11.4372701875rem;height:1.25rem;top:43.904411125rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfidtAWoPhaAWTUrLVNQ8ZRMGIhOd2vD { width:2.6875rem;height:2.1244921687838rem;top:46.404411125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6nuK2Xpiy0UQXwt8aOuc4qhfur0sTJP { width:16.6865806875rem;height:2.5rem;top:49.778721625rem;left:1.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mbLNT1KLse7dGGg50dEXSnmfLTEVb2TE { width:2.625rem;height:2.0629925295986rem;top:53.528721625rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiUmgu7LLwFoFv2SwWw237E4L9yXNKsx { width:10rem;height:2.5rem;top:56.841221625rem;left:5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BKka1RLblhc8ylZWsuJ0cVqlQWDX3PSW { display:block; }#BKka1RLblhc8ylZWsuJ0cVqlQWDX3PSW > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d50pxNNmFlbSergQFkHtu2VpEuPRSv57 { width:14.1865806875rem;height:1.39705875rem;top:5.8823547363281rem;left:2.9055605530739rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UBITw9T6Z0giGJm4vUJf2WRrLqSAmarb { width:16.7497691875rem;height:1.39705875rem;top:20.8125rem;left:1.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gbRokQHGdHZx6miLzdoAiANONt8CgTeF { width:19.7495403125rem;height:1.39705875rem;top:35.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WNeAuFikNigGdzxaBmbEDQTEfSLsMvEm { width:16.9990806875rem;height:3.5294115625rem;top:8.14338684082rem;left:1.4981616139412rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FGPubkgc2ukPg7a61iVNxMOcA4CAMFpI { width:16.9990806875rem;height:3.5294115625rem;top:23.4375rem;left:1.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r0Q8xdkMPT8PmRc6ZfNcbvOsoUZGqcMb { width:16.9990806875rem;height:3.5294115625rem;top:37.75rem;left:1.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FONyoxF8TNZPDx9wcXbkA6HA9l2Xz9bT { width:4.1245403125rem;height:4.1245403125rem;top:0.81227111816406rem;left:7.9365807175637rem;display:block; }
 }@media only screen and (max-width: 763px) { #g99uT3iwrSAlayDy90yUq1BVTfMStmGN { width:3.625rem;height:3.625rem;top:15.875rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDGZASn3wX6Re69z6zlQhFgnMWGmsEEc { width:3.75rem;height:3.75rem;top:30.625rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3n1eZ9OGZavGIvLg4UT0V1SF39DNeEM { width:17.5620403125rem;height:13.3743105rem;top:15.3125rem;left:1.1875rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #mCcJhzQgdb2CPy3HM0LEnv9Nm9zWtuGF { width:17.5625rem;height:13.4375rem;top:0.767463684082rem;left:1.3125rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #zt2PmFre6T4GflULkXPTb09SyJT514DG { width:17.6240806875rem;height:13.4995403125rem;top:30rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rl0IfHNrD9N1UDdCD6G49sAfFuEtvDNO { display:block; }#Rl0IfHNrD9N1UDdCD6G49sAfFuEtvDNO > .row .container { width:20rem;height:79.126609802246rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #muXxLcMGigsozdkpG9Jndm2Zf09Oz4Nh { width:16.7497691875rem;height:1.323529375rem;top:0.8927001953125rem;left:1.6222425103188rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwsMeIIdt6Si75oXUK2FChe1eMSS22c9 { width:20rem;height:1.942784875rem;top:2.5608978271484rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XApqT31TuRRMQFRZWozUiTXemcbDwBKq { width:17.25rem;height:14.6875rem;top:6.4375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzZAFEEgFKmEcxX2EuITIPTti0cFAydg { width:14.1865806875rem;height:2.7941174375rem;top:12.1875rem;left:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4UxXdIATfrweWHpztBStEubGXZrDNAI { width:14.1245403125rem;height:3.5294115625rem;top:15.8125rem;left:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O35ElK3T2yHRUdlrH7gTXmM2RkmTCmkl { width:5rem;height:3.9502949928355rem;top:7.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vArduzPllNTDX7F3QJoncaTtefHEGP0s { width:17.1875rem;height:14.6875rem;top:22.375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJRTnZC59PDzZH5Gl64EMhiJsua9kCAP { width:14.1245403125rem;height:3.5294115625rem;top:31.75rem;left:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJoIaRhTIZB0q526tmSfcyzQfFPDp4Tn { width:14.1865806875rem;height:2.7941174375rem;top:28.125rem;left:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3hSvXqUbiJyDdBlJZzybGgavOknwMh9 { width:4.4375rem;height:3.5rem;top:23.437492370606rem;left:3.7499995827675rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6HMmQ8VN75oB613lw5ZFTga81BTNk6O { width:17.1875rem;height:14.6875rem;top:38.25rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2x0ScuNqu3k0bClPrTq2EXohr2nfLpC { width:14.1245403125rem;height:3.5294115625rem;top:47.625rem;left:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTPIlQInuGthN1ayVCul3IKvzztqF9dM { width:14.1865806875rem;height:2.7941174375rem;top:44rem;left:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmeV4DlTy6cDP7T391V8lUmZpKVzxyN6 { width:4.875rem;height:3.8742633242467rem;top:39rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIrEeztxD9bItvZfA2hEUNd5HVx5WWUW { width:17.1875rem;height:14.6875rem;top:54.1875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIasQdU3DtnpPs1xgrq90QcJS3lrgBzo { width:15.4997701875rem;height:3.5294115625rem;top:63.5625rem;left:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp4iWk27mnizAmznVdFegd37dxh7Ogx9 { width:15.2493105rem;height:2.7941174375rem;top:59.9375rem;left:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPoMqlbrJJIySU2dhpylM6U5sBr7MT3O { width:4.5rem;height:3.5rem;top:55.186805725097rem;left:3.7499995827675rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzLklSGzIBp97AETfK3oS47TaWtG7IDR { width:15.8743105rem;height:3.3743105rem;top:70.423942565919rem;left:2.0611212849617rem;background-color:transparent;background-image: -webkit-linear-gradient(117deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(117deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(117deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(117deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(117deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #luKXbFqdDz15MNt269C8kCv5KKEXyIJt { display:block; }
 }@media only screen and (max-width: 763px) { #M8Feltod30F3girzddgGwUOOdvMdBK9c { width:16.7497691875rem;height:1.6911764375rem;top:77.440025329587rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJcMfk2zo3WfURLz1hgs8RmI4cvGvFTT { display:block; }#XJcMfk2zo3WfURLz1hgs8RmI4cvGvFTT > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PXAkdNTtS8OGAoJH28uZHaxeFZQ0ZzOc { width:20rem;height:7.0013785625rem;top:0.68704223632812rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hua0lEDmxXAy2BDgdTuU03Tx7cOl6kMR { width:17.9375rem;height:3.75rem;top:8.265625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2bWpyfyfrLX5mdRL1WcI1SZzangMxrW { width:20rem;height:13.6875rem;top:14.5013785625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfydDoPeTGFcynWFba8o14naUaU9o8Fd { width:14.1865806875rem;height:1.39705875rem;top:16.891080405762rem;left:4.811580657959rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXXPEIxKkyUWJcSLfWKchfu32ux7ivMo { width:18.2490806875rem;height:6.25rem;top:19.576055076172rem;left:1.7509193125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONQS7p2EFaDXtUJwJRN1D0V3ENH9KXqt { width:3.1870403125rem;height:3.1870403125rem;top:15.193252563476rem;left:0.50666362047196rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwwW8IkD5kb0Ob9nbcFGGy9oJD2ISvlv { width:18.2490806875rem;height:6.25rem;top:34.513555076172rem;left:1.7509193125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #en4IkeM6mEJO5SsCx5B2RJWvyxiIiLLB { width:3.1875rem;height:3.1875rem;top:30.198745727539rem;left:0.79802384909437rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeItqXHZubBic3GUc9Q2lkHNF52KM286 { width:14.1865806875rem;height:1.39705875rem;top:31.828580405762rem;left:4.8138809204101rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCml5TMW23b3AwPAOytQeh8EHM3oHuCV { width:20rem;height:13.625rem;top:29.4388785625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkbdNUQmbTTASi74Df2s7V3u6SaONrNx { display:block; }#TkbdNUQmbTTASi74Df2s7V3u6SaONrNx > .row .container { width:20rem;height:48.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD .accordion-heading-text { font-size:1rem;height:auto; }
#WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD .accordion-desc-text { font-size:0.9375rem;height:auto; }
#WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD { display:flex;height:auto;width:17.5rem;top:8.0801696777344rem;left:0rem;gap:1.4375rem; }
 }@media only screen and (max-width: 763px) { #WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #MKTd9n6KeZ2argC1FA4AD10nBMsVN4gB {  }
 }@media only screen and (max-width: 763px) { #WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #pffedLmgmQa3WR83e1NWvGF31kgdE1H1 {  }
 }@media only screen and (max-width: 763px) { #WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #ZwK2gOeFXr4D6F089XLZJeIBIiQqgvaQ {  }
 }@media only screen and (max-width: 763px) { #WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #WPh5gmKO4ADyQ2LGktb4z6aT5XRc8AAL {  }
 }@media only screen and (max-width: 763px) { #WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #vfOLgNDxETlPCK3mEfnkmllK5Q0EhqsC {  }
 }@media only screen and (max-width: 763px) { #WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #bEUD3HR4tMXkOMWyrVRRJViaUMKAI4h0 {  }
 }@media only screen and (max-width: 763px) { #WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #fhiG6xlw6XMgJmyLSDVVcKCH7IWlPafo {  }
 }@media only screen and (max-width: 763px) { #WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #mPACnZDarLl4JDJfbMJ9ucSTg4WVhAOZ {  }
 }@media only screen and (max-width: 763px) { #WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #foN71ytNJhRkNUAngmT5VTw1NrwdTZu7 {  }
 }@media only screen and (max-width: 763px) { #WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #bGe6fO9MCdTN5lTz7XhDdUL8DgonxNNL {  }
 }@media only screen and (max-width: 763px) { #WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #IwFkSiwBWVXnxCBgLkZs8tErcVawQ5p6 {  }
 }@media only screen and (max-width: 763px) { #WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #qLkqKs9ipnkkdeGhzp6X50Xd8mh5Qu3f {  }
 }@media only screen and (max-width: 763px) { #WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #mlVaz9R637ELOF2i4NIbRfVJmceKWBAW {  }
 }@media only screen and (max-width: 763px) { #WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #Ks2GDP0fmelrtrZVV1JGr7t0OrQUtyya {  }
 }@media only screen and (max-width: 763px) { #WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #Pd1tyTJmEyESLeAhbGRXvSn7DVEBEAmS {  }
 }@media only screen and (max-width: 763px) { #WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #l3lw7sPgZX4bCTsi8zsXQraGggRaUSdC {  }
 }@media only screen and (max-width: 763px) { #WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #s9ml0gIZAULVuVMJFx3I89mycUJWeshC {  }
 }@media only screen and (max-width: 763px) { #WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #u6Aeom0H7BF5vXvDFlnIWNx0LTFmtnwW {  }
 }@media only screen and (max-width: 763px) { #WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #kTeNgzIqPX3KDTD5QFQa5zO8V0WSLWvo {  }
 }@media only screen and (max-width: 763px) { #WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #Sbedxc0T1SclFdIFrcAI3aEZLW9HP84A {  }
 }@media only screen and (max-width: 763px) { #WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #TzGFH86TrATsSnrM9mBuWO8Sx8ItvsbC {  }
 }@media only screen and (max-width: 763px) { #WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #gVgtwyrSI8xulHBPCcV3slaeDGGiZta1 {  }
 }@media only screen and (max-width: 763px) { #WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #oh2NdhJ317NAluMMOdZh5rwDUirazTnx {  }
 }@media only screen and (max-width: 763px) { #WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #TvbsNZBrFeEwn6AxafXTBxwqJKPbAUS5 {  }
 }@media only screen and (max-width: 763px) { #WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #pcXRfHHp2PzEiSy1RkxPvKdVeJysTpFq {  }
 }@media only screen and (max-width: 763px) { #WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #kHIcOI354UaXqBvcVz3zTlTGHDD2QRG7 {  }
 }@media only screen and (max-width: 763px) { #WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #nU6l30XMydnQZBQo2iw6LPla5pU5nKh0 {  }
 }@media only screen and (max-width: 763px) { #WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #gUuqWvBQeLTVpFxxMXlCvKpGCVgeiywT {  }
 }@media only screen and (max-width: 763px) { #WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #hyap54e5GVULlSqrfsydanFtcAZ6gb6T {  }
 }@media only screen and (max-width: 763px) { #WFBtQLDp8oJ9gQxqS7iUaLnMBse41XqD #TwBqSUN7DfAH0m798RaZ0Et76n6rXlew {  }
 }@media only screen and (max-width: 763px) { #efcDmJE4Q4T7Jw4K0q2CW7fzl3EBsGqM { width:16.7497691875rem;height:1.6911764375rem;top:0.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdmbTt704gIITHlkpT9A5iIVrOF9vQ1V { width:20rem;height:6.1481002892591rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2CPhhNSt19IdDHfILIcy2JZT2xOMv9V { display:block; }#y2CPhhNSt19IdDHfILIcy2JZT2xOMv9V > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #csJ10alLDIKZGiMcguvGKS0pF9BNZI3Z { width:8.3122701875rem;height:7.4368105rem;top:1.0305786132812rem;left:5.8421412110329rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9e5w1eVgJ2b2QWs43qWdsiV6vum7ys6 { width:13.8740806875rem;height:3.4375rem;top:19.25rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxexxyHuPdSkuOXH2KoJauoq4bhhXKWr { display:block; }
 }@media only screen and (max-width: 763px) { #zTTaHE109OAxaSdesefaDTzKpTmAJo4R { width:17.875rem;height:3.0618892419419rem;top:8.4053344726562rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEhHaz0VAADgsW6NOwfdWvIb5THiZVDJ { width:20rem;height:5.5147056875rem;top:12.717144972656rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6lZ7grn4EovafWWVKJWsy8TJ8NhuArU { display:flex;width:1.875rem;height:1.875rem;top:20rem;left:2.125rem; }
#E6lZ7grn4EovafWWVKJWsy8TJ8NhuArU > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #qUt1MF6D0EJTsfi8NbIX8qfU6TA6wrdo { width:19rem;height:3.4375rem;top:23.937255859375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nP3GQKUyGWdwdLgzVbLBH5qRT1dc8gEr { display:block; }
 }