.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:230,233,230;--color-primary-1:171,180,173;--color-primary-2:87,105,91;--color-primary-3:44,53,46;--color-primary-4:13,16,14;--color-secondary-0:252,251,251;--color-secondary-1:244,243,241;--color-secondary-2:232,231,227;--color-secondary-3:116,116,114;--color-secondary-4:35,35,34;--color-tertiary-0:255,255,255;--color-tertiary-1:213,219,223;--color-tertiary-2:116,136,147;--color-tertiary-3:58,68,74;--color-tertiary-4:12,14,15;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@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); }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 { 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;z-index:auto;display:block; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row .container { background-color: transparent; background-image: none; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row .container > .video-iframe-container { display: none; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row > .video-iframe-container { display: none; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .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); }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row .container { border-width: 0; border-radius: 0; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#v1KNdyyZL2SsuQopn8zdSZWfyTzt7hTs { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:9.375rem;top:0.46875rem;left:32.78125rem;overflow:hidden;display:block; }
#Idlt4LJgoIXyWhRR7x7yA2cRGUc2zPSZ { position:relative;display:block; }#Idlt4LJgoIXyWhRR7x7yA2cRGUc2zPSZ { background-color: transparent; background-image: none; }#Idlt4LJgoIXyWhRR7x7yA2cRGUc2zPSZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Idlt4LJgoIXyWhRR7x7yA2cRGUc2zPSZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Idlt4LJgoIXyWhRR7x7yA2cRGUc2zPSZ > .row .container > .video-iframe-container { display: none; }#Idlt4LJgoIXyWhRR7x7yA2cRGUc2zPSZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Idlt4LJgoIXyWhRR7x7yA2cRGUc2zPSZ > .row > .video-iframe-container { display: none; }#Idlt4LJgoIXyWhRR7x7yA2cRGUc2zPSZ > .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); }#Idlt4LJgoIXyWhRR7x7yA2cRGUc2zPSZ { border-width: 0; border-radius: 0; }#Idlt4LJgoIXyWhRR7x7yA2cRGUc2zPSZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Idlt4LJgoIXyWhRR7x7yA2cRGUc2zPSZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bn8iPzqaSLowzRSHPeKRTRWvRqkXIkZb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e7e3;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; }#bn8iPzqaSLowzRSHPeKRTRWvRqkXIkZb > .row .container { background-color: transparent; background-image: none; }#bn8iPzqaSLowzRSHPeKRTRWvRqkXIkZb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bn8iPzqaSLowzRSHPeKRTRWvRqkXIkZb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bn8iPzqaSLowzRSHPeKRTRWvRqkXIkZb > .row .container > .video-iframe-container { display: none; }#bn8iPzqaSLowzRSHPeKRTRWvRqkXIkZb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bn8iPzqaSLowzRSHPeKRTRWvRqkXIkZb > .row > .video-iframe-container { display: none; }#bn8iPzqaSLowzRSHPeKRTRWvRqkXIkZb > .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); }#bn8iPzqaSLowzRSHPeKRTRWvRqkXIkZb > .row .container { border-width: 0; border-radius: 0; }#bn8iPzqaSLowzRSHPeKRTRWvRqkXIkZb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bn8iPzqaSLowzRSHPeKRTRWvRqkXIkZb > .row .container { font-size:0.875rem;font-family:arial;height:17.4375rem;width:75rem;position:relative;display:block; }#TM2ROt4npic8VPaOW1DE5m9LhvM5z6Ic { color:rgba(var(--color-tertiary-4),1);display:block;width:46.1875rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.8125rem;left:14.4375rem;height:4.06274375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LtLednt3rAkGdFUzMAgu9SaCJCudTXVM { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:8.5rem;left:20.625rem;height:5.19775625rem;text-align:center;text-align-last:center;display:block; }
#h7e7a4PSzgyeVm4AlTLAKgC3wGM3JXa0 { position:relative;display:block; }#h7e7a4PSzgyeVm4AlTLAKgC3wGM3JXa0 { background-color: transparent; background-image: none; }#h7e7a4PSzgyeVm4AlTLAKgC3wGM3JXa0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h7e7a4PSzgyeVm4AlTLAKgC3wGM3JXa0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h7e7a4PSzgyeVm4AlTLAKgC3wGM3JXa0 > .row .container > .video-iframe-container { display: none; }#h7e7a4PSzgyeVm4AlTLAKgC3wGM3JXa0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h7e7a4PSzgyeVm4AlTLAKgC3wGM3JXa0 > .row > .video-iframe-container { display: none; }#h7e7a4PSzgyeVm4AlTLAKgC3wGM3JXa0 > .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); }#h7e7a4PSzgyeVm4AlTLAKgC3wGM3JXa0 { border-width: 0; border-radius: 0; }#h7e7a4PSzgyeVm4AlTLAKgC3wGM3JXa0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#h7e7a4PSzgyeVm4AlTLAKgC3wGM3JXa0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:25.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DMNqKvOOy2zplCromRHGy2ZXzNFxkFNU { 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:24.1875rem;width:72.8125rem;top:0.8123779296875rem;left:1rem;overflow:hidden;display:block; }
#UOQEaHXT3vmLPqISBWwyDl8wkryZrLy8 { 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:5.1245125rem;width:45.37475rem;top:10.343017578125rem;left:14.81201171875rem;overflow:hidden;display:block; }
#B1tTL0fBwtDLGmNEcMxJu7FrCI9OHUUT { color:#ffffff;display:block;width:15.5615rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15061;line-height:1.2;letter-spacing:0;top:16.616821289062rem;left:29.71923828125rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G4urun2UUoy1mGunkkSGCJTr4g4quEET { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.8125rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:19.83642578125rem;left:23.281127929688rem;display:block; }
#d2dJoWt1V9MTxpZSV2N3bIsFXvQ08bOc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P3a5zZIynL5xmz9JX9TQ6hWUSLov3iK5 { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.8125rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:19.83642578125rem;left:39.4677734375rem;display:block; }
#f0hOTxftAeZAwbFT0mu32SqVQVbdv8VW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L9TFBCTdDPFfzLwGZW56Mq4rTGMKmOny { box-sizing:content-box;height:5.875rem;width:72.8125rem;position:absolute;display:block;z-index:15044;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='#1e1e1e4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='#1e1e1e4c' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.94091796875rem;left:0.999755859375rem;display:block; }
#RURD0TMONu7M5pyaHEefkzXOTA36cFEx { position:relative;display:block; }#RURD0TMONu7M5pyaHEefkzXOTA36cFEx { background-color: transparent; background-image: none; }#RURD0TMONu7M5pyaHEefkzXOTA36cFEx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RURD0TMONu7M5pyaHEefkzXOTA36cFEx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RURD0TMONu7M5pyaHEefkzXOTA36cFEx > .row .container > .video-iframe-container { display: none; }#RURD0TMONu7M5pyaHEefkzXOTA36cFEx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RURD0TMONu7M5pyaHEefkzXOTA36cFEx > .row > .video-iframe-container { display: none; }#RURD0TMONu7M5pyaHEefkzXOTA36cFEx > .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); }#RURD0TMONu7M5pyaHEefkzXOTA36cFEx { border-width: 0; border-radius: 0; }#RURD0TMONu7M5pyaHEefkzXOTA36cFEx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RURD0TMONu7M5pyaHEefkzXOTA36cFEx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#H6DrMO8o8E1HPg5C1VEJrXGRBKar0Ihh { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:28.625rem;width:22.875rem;top:1.1875rem;left:26rem;overflow:hidden;display:block; }
#ww433eJAs2b6EBzJ6amfPkGw6NoGvc8w { box-sizing:content-box;height:10.62375rem;width:23.1233125rem;position:absolute;display:block;z-index:15042;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='#1e1e1e4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='#1e1e1e4c' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.4375rem;left:25.9375rem;display:block; }
#bGvinxU6QwJdJk6gTWx1iIvyUedU4RPg { color:#ffffff;display:block;width:20.31225rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15059;line-height:1.2;letter-spacing:0;top:21.375rem;left:27.375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RQhrFzrAdVus4mouq9Hp5a5Lcr3HkuH1 { color:#ffffff;display:block;width:15.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15066;line-height:1.2;letter-spacing:0;top:23.75rem;left:29.75rem;height:1.275025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eemnmp3KUuJDetFG9JTSJidt0ZP4xTuk { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.728rem;height:2.66455rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:26.1875rem;left:26.875rem;display:block; }
#Wca8O91OOUlKT5Iuw8PAXXSWApzCuaTy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JuDCoITnp5UcHo7uiBJ5TehzeNpOzqKk { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.728rem;height:2.66455rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:26.1875rem;left:37.9375rem;display:block; }
#ngGAE70lBmbOaWovKmgU1org1snUfNoT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IwNTkQmXEA1eA0ez98UCXQWgABgUCmE1 { box-sizing:content-box;height:10.625rem;width:23.125rem;position:absolute;display:block;z-index:15042;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='#1e1e1e4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='#1e1e1e4c' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.4375rem;left:50.9375rem;display:block; }
#JipBgWeW8TtDqbD4Dq8QOcey00QDiMal { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:28.625rem;width:22.875rem;top:1.1875rem;left:51rem;overflow:hidden;display:block; }
#U2wv6yI1Tt9xK7yLSEGXqmvTNZlm4nLs { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5141875rem;height:2.451175rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:26.1875rem;left:62.9375rem;display:block; }
#mIPvzUKuJwOeaH7W1Dky3P7bFIcNqoT4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hw8Xlvx3pAh2uQtEZQeZ80MGCJqmlQiD { color:#ffffff;display:block;width:15.5609375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15066;line-height:1.2;letter-spacing:0;top:23.75rem;left:54.75rem;height:1.275025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IJm0r0sJIRQ6vOt3MJBfQZFTgMPLIwGe { color:#ffffff;display:block;width:17.5610625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15059;line-height:1.2;letter-spacing:0;top:21.375rem;left:53.75rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RSdiKH7ruSabBBXCrnVtFqDfFZ0dOkZR { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5141875rem;height:2.451175rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:26.1875rem;left:51.875rem;display:block; }
#ETXZyfmbg08moXf3v3v4fAXbrqB4CbLy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WGHHKbCFfxtPVrHzswEgXtaaIXOTLaT2 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:28.9375rem;width:23.125rem;top:1.1871337890625rem;left:0.9375rem;overflow:hidden;display:block; }
#tGJD2N4lOzvV41tzeEiEdHwENcVe5u3u { box-sizing:content-box;height:9.75rem;width:23.125rem;position:absolute;display:block;z-index:15043;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='#1e1e1e4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='#1e1e1e4c' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.16650390625rem;left:0.9381103515625rem;display:block; }
#LA3XtnwsBHThqCZKSQh0uV8SyPLdN10m { color:#ffffff;display:block;width:17.5591875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15060;line-height:1.2;letter-spacing:0;top:21.37451171875rem;left:3.719482421875rem;height:2.50610625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#M8HiKdRR4qPNMAiGhirzKea0fHv1JVB5 { color:#ffffff;display:block;width:15.56175rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15060;line-height:1.2;letter-spacing:0;top:24rem;left:4.8125rem;height:1.275025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u004FKW7ekpSZJTNe5gCTdGBw9rJfsNW { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5551875rem;height:2.4917rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:26.25rem;left:2.4375rem;display:block; }
#Fv7rA7WWeArf7xXTcACidafiNqt4P0tA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ksEyLJKAV6WxHvkrTxoZFstp6ky4HV08 { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5551875rem;height:2.4917rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:26.25rem;left:13.3125rem;display:block; }
#t6GTGP9cW7EFGkimQ6JadiciDW2WD8g1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vO8LtiPq4RvOA2TAVOsg1LRekxoflIR5 { position:relative;display:block; }#vO8LtiPq4RvOA2TAVOsg1LRekxoflIR5 { background-color: transparent; background-image: none; }#vO8LtiPq4RvOA2TAVOsg1LRekxoflIR5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vO8LtiPq4RvOA2TAVOsg1LRekxoflIR5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vO8LtiPq4RvOA2TAVOsg1LRekxoflIR5 > .row .container > .video-iframe-container { display: none; }#vO8LtiPq4RvOA2TAVOsg1LRekxoflIR5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vO8LtiPq4RvOA2TAVOsg1LRekxoflIR5 > .row > .video-iframe-container { display: none; }#vO8LtiPq4RvOA2TAVOsg1LRekxoflIR5 > .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); }#vO8LtiPq4RvOA2TAVOsg1LRekxoflIR5 { border-width: 0; border-radius: 0; }#vO8LtiPq4RvOA2TAVOsg1LRekxoflIR5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vO8LtiPq4RvOA2TAVOsg1LRekxoflIR5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QA6det9HRfOxVSe2uG1nwexnSka3Mwch { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:28.8125rem;width:23rem;top:1.1875rem;left:26rem;overflow:hidden;display:block; }
#Qp4lRX0HrgfTrrD5AKAqkFTRTf5C1gTU { box-sizing:content-box;height:10.62375rem;width:23.1233125rem;position:absolute;display:block;z-index:15042;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='#1e1e1e4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='#1e1e1e4c' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.4375rem;left:25.9375rem;display:block; }
#vNTfvmaKVrSXz3L4TEcQmXo0hiTEAlwV { color:#ffffff;display:block;width:20.31225rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15059;line-height:1.2;letter-spacing:0;top:21.375rem;left:27.375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#M11CRb8wiRD2282HRWnKGZgNXC3fCgeT { color:#ffffff;display:block;width:15.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15066;line-height:1.2;letter-spacing:0;top:23.75rem;left:29.75rem;height:1.27514375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#awZya6PZaI8RLcZLNpudzbchZrtQZiVL { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.728rem;height:2.66455rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:26.1875rem;left:26.875rem;display:block; }
#QNyly0tzyZIxGPJhZZouO8kz1buMBunv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y4l0BDqHqEA3TyJVMIr5eLoFE82zp3gn { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.728rem;height:2.66455rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:26.1875rem;left:37.9375rem;display:block; }
#rWTC9tyOS9RuzTzCqBzth8sWfqSczwmt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hWhaofnf3iI2J7s7QL1eVzwFDLlApwE1 { box-sizing:content-box;height:10.625rem;width:23.125rem;position:absolute;display:block;z-index:15042;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='#1e1e1e4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='#1e1e1e4c' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.4375rem;left:50.9375rem;display:block; }
#MPdo77THBT3wPcyG1MthXZbACuIo9J7c { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:28.8110625rem;width:22.9986875rem;top:1.1875rem;left:51rem;overflow:hidden;display:block; }
#Tbw9dlOdlzQpFhowOpH5DKEEX0gLqHIb { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5141875rem;height:2.451175rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:26.1875rem;left:62.9375rem;display:block; }
#JTuvE3PP75QM78wRDw59biMQUWsqN9C2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w0R7dW3KTN9JH6DqO9mIvwuFfASCM6GU { color:#ffffff;display:block;width:15.5609375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15066;line-height:1.2;letter-spacing:0;top:23.75rem;left:54.75rem;height:1.27514375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TE4TH3TRoza16TkcagJdC9MFdsgcnIto { color:#ffffff;display:block;width:17.5610625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15059;line-height:1.2;letter-spacing:0;top:21.375rem;left:53.75rem;height:2.17529375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Wh0D1V92Tnl7zMtGQb4kzoBpOf7VZ5zl { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5141875rem;height:2.451175rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:26.1875rem;left:51.875rem;display:block; }
#wRIBkB8MXL5qWC6IoVBkVBLPmBU9vSz5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Txb9XsCqE953gOzIxEGc0g5q93OmAUnT { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:28.812rem;width:22.9995rem;top:1.1875rem;left:0.9375rem;overflow:hidden;display:block; }
#K51VVssPWeK4CzbtJ91wklcSTcNR3mMD { box-sizing:content-box;height:10.6223125rem;width:23.1225625rem;position:absolute;display:block;z-index:15043;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='#1e1e1e4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='#1e1e1e4c' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.5rem;left:0.9375rem;display:block; }
#rklEIUKbUc9S1N4LJk8WMVHtlqgZCU7y { color:#ffffff;display:block;width:17.5598125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15060;line-height:1.2;letter-spacing:0;top:21.5rem;left:3.75rem;height:2.17529375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z47Ux171UQyAOcttrJiX8NTLlJTOdFVk { color:#ffffff;display:block;width:15.56175rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15060;line-height:1.2;letter-spacing:0;top:24rem;left:4.8125rem;height:1.27514375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KzFEEF7yTxTlTyHwB8UwdXDCrQqkKHdQ { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5551875rem;height:2.4917rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:26.25rem;left:2.4375rem;display:block; }
#SkMB5OQs5EJzrv5JhnwasSx4x7iFZeTe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LXyHwyWqbsbFUufDniaVxoKKG3THNX6M { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5551875rem;height:2.4917rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:26.25rem;left:13.3125rem;display:block; }
#zNJ22F3tq2udvUsa8NanI3enB52QWN81 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tt1uwbX4W8nsMrsuW22ogTquv7SKRDDR { position:relative;display:block; }#Tt1uwbX4W8nsMrsuW22ogTquv7SKRDDR { background-color: transparent; background-image: none; }#Tt1uwbX4W8nsMrsuW22ogTquv7SKRDDR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tt1uwbX4W8nsMrsuW22ogTquv7SKRDDR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tt1uwbX4W8nsMrsuW22ogTquv7SKRDDR > .row .container > .video-iframe-container { display: none; }#Tt1uwbX4W8nsMrsuW22ogTquv7SKRDDR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tt1uwbX4W8nsMrsuW22ogTquv7SKRDDR > .row > .video-iframe-container { display: none; }#Tt1uwbX4W8nsMrsuW22ogTquv7SKRDDR > .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); }#Tt1uwbX4W8nsMrsuW22ogTquv7SKRDDR { border-width: 0; border-radius: 0; }#Tt1uwbX4W8nsMrsuW22ogTquv7SKRDDR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Tt1uwbX4W8nsMrsuW22ogTquv7SKRDDR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WHQOQAGgDtpsc51L6IQTRcUgsRa08WLG { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:28.8125rem;width:23rem;top:1.21728515625rem;left:25.998779296875rem;overflow:hidden;display:block; }
#Wt7ZJ9WRpCtdmCgsuXbgDWNUk1cSrVAu { box-sizing:content-box;height:10.6230625rem;width:23.1233125rem;position:absolute;display:block;z-index:15042;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='#1e1e1e4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='#1e1e1e4c' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.45166015625rem;left:25.93798828125rem;display:block; }
#z41h0puyB5eZt0yVst7MqTtdzC8UdPBv { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6704375rem;height:2.607425rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:26.25rem;left:39.1875rem;display:block; }
#n7gxTloNkkB5QWThO8mBzOucBkBhbDlM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e1oaemfQAyIFN7dOT0qtlxuBmRSvdaxR { color:#ffffff;display:block;width:15.5603125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15066;line-height:1.2;letter-spacing:0;top:23.875rem;left:31rem;height:1.27514375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rKuPAK4LZtfxt5LmTliW83X291Avg6MC { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6704375rem;height:2.607425rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:26.25rem;left:28.125rem;display:block; }
#KOf3pLxc0R7bkviuPxTCT8Rk0sNwzkAW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TBLt5C5DFwcIJ3Dgh0D4xA6LDvexcKx9 { color:#ffffff;display:block;width:17.9974375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15059;line-height:1.2;letter-spacing:0;top:21.375rem;left:29.8125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f7d5ATAQf0TfpVlx2vyGHXCll4Uo6bx3 { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:28.93725rem;width:23.0625rem;top:1.125rem;left:0.9375rem;overflow:hidden;display:block; }
#nsSTXws4am7Ry3oIBzfm0wXCKRrWDtw9 { box-sizing:content-box;height:10.6223125rem;width:23.1225625rem;position:absolute;display:block;z-index:15049;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='#1e1e1e4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='#1e1e1e4c' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.4375rem;left:0.9375rem;display:block; }
#zeXUyAZ6OOpUTPJiqib0gpzsVBOzW1Ek { color:#ffffff;display:block;width:17.5590625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15066;line-height:1.2;letter-spacing:0;top:21.5rem;left:3.75rem;height:2.17529375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZmTDJ23OZEtJTIs33VNhvGPHaFauzwDN { color:#ffffff;display:block;width:15.5610625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15066;line-height:1.2;letter-spacing:0;top:24.1875rem;left:4.75rem;height:1.27514375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c3hen5NEFxlI8bnxhOJ2BwrqwMR1RuUP { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.4614375rem;height:2.39795rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:26.25rem;left:2.6875rem;display:block; }
#h8DA3dPTOC1Ct6chtx1TuMtpkNlBQyyn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JmLh1WGuFMOTBsU2LQuMquU5rK9QX4gt { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.4614375rem;height:2.39795rem;text-decoration:none;z-index:15056;text-align:center;text-align-last:center;top:26.25rem;left:13.375rem;display:block; }
#FxntnViAbGVnyWmIXCe9TiaBe7R4Pwzz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zQbcm5Aszldcepbi2y2RXypnid4sqi5a { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:28.8105625rem;width:22.9980625rem;top:1.1875rem;left:51rem;overflow:hidden;display:block; }
#z0eU3Oqe5A03UbKqUJ5qbklvNl1poId8 { box-sizing:content-box;height:10.6230625rem;width:23.1233125rem;position:absolute;display:block;z-index:15042;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='#1e1e1e4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='#1e1e1e4c' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.5rem;left:50.9375rem;display:block; }
#QTtidi3A9LmM4ChE2mucdCFV4A0BQZAQ { color:#ffffff;display:block;width:17.9970625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15059;line-height:1.2;letter-spacing:0;top:21.4375rem;left:53.75rem;height:2.17529375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tb3KDEQHAlyTOfpmhdyKxsUrN0AkPuqA { color:#ffffff;display:block;width:15.5603125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15066;line-height:1.2;letter-spacing:0;top:23.9375rem;left:54.9375rem;height:1.27514375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DEk1cH9Q2FpJf0sxipmmyF80onGIo0Ts { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5764375rem;height:2.513675rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:26.3125rem;left:63.125rem;display:block; }
#zcbvVR5gBMn21ISWc4Kz3LcprEFxZiOS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aBBCdyM2T0bOkUGfn76MlX66HzLd0BCI { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5764375rem;height:2.513675rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:26.3125rem;left:52.0625rem;display:block; }
#QkNU1eraCTU0rQIm8ZmiJiCtgzQPdq3T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aXf5VfbO5kSOtxocTlNExicwTwmIOy1L { position:relative;display:none; }#aXf5VfbO5kSOtxocTlNExicwTwmIOy1L { border-width: 0; border-radius: 0; }#aXf5VfbO5kSOtxocTlNExicwTwmIOy1L > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#aXf5VfbO5kSOtxocTlNExicwTwmIOy1L > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#toeQi5ZLLbPTe3nyHVAZ8kspqhAaUyri { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:28.625rem;width:22.875rem;top:1.1875rem;left:26rem;overflow:hidden;display:none; }
#qoU2rR9qMnEiHeQyUWZWVQfwhU5Cvaqn { color:#ffffff;display:block;width:15.5615rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15065;line-height:1.2;letter-spacing:0;top:21.5rem;left:29.8125rem;height:2.17529375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#bXTrQwGhXOKAbZoB3KUAJ2Kcu5kqUWwV { color:#ffffff;display:block;width:15.5615rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15072;line-height:1.2;letter-spacing:0;top:23.8125rem;left:29.8125rem;height:1.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#EhIV8dk6ZWKMCNPUSWFBN2ZCRFauy0Ud { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.96875rem;height:2.9057625rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:26.1875rem;left:26.9375rem;display:none; }
#Ns80r28fTSOwJ8ehHKScJwL4tcyG7go4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oDpHq4UX6erlEsUCbH0AO4c9bMspFfQT { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.96875rem;height:2.9057625rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:26.1875rem;left:38rem;display:none; }
#dHMthAkWTzasFutx7GqZUTexuqlDrrsr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RKdaZCNhvEPnLEI0yfmgIVQFMOUvsknR { box-sizing:content-box;height:10.62375rem;width:23.12375rem;position:absolute;display:block;z-index:15048;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='#1e1e1e4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='#1e1e1e4c' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.47509765625rem;left:0.9375rem;display:none; }
#LrXNGAKqMzghEyMNJcEd6FvJZWW90TL3 { position:relative;display:none; }#LrXNGAKqMzghEyMNJcEd6FvJZWW90TL3 { border-width: 0; border-radius: 0; }#LrXNGAKqMzghEyMNJcEd6FvJZWW90TL3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LrXNGAKqMzghEyMNJcEd6FvJZWW90TL3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Ts7KgBTyUbrt3vGBi5x3VS4eo6vKKFHh { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:28.625rem;width:22.875rem;top:1.1875rem;left:26rem;overflow:hidden;display:none; }
#yItTi3GhJhC5RA1q00WZDyMv0liTlbFq { color:#ffffff;display:block;width:15.5615rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15065;line-height:1.2;letter-spacing:0;top:21.5rem;left:29.8125rem;height:2.17529375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#n4xPaIol2c657beLbXrzFqJXIUnbaZdB { color:#ffffff;display:block;width:15.5615rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15072;line-height:1.2;letter-spacing:0;top:23.8125rem;left:29.8125rem;height:1.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ysRT163tCgTGMPumHv87KgygTOWhqIhi { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.96875rem;height:2.9057625rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:26.1875rem;left:26.9375rem;display:none; }
#MmcQOX2gTTCPu7DBRTzixxi4qdHKE2OE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dUTRp3ngAiTZncAlhMoqdhGkQuQBFC2g { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.96875rem;height:2.9057625rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:26.1875rem;left:38rem;display:none; }
#Hkoi57XJbsNQZfPJrGf2un0RVFWvDQUo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PQBrGok3qeRihcrdduqhBmPig5h6rXAR { box-sizing:content-box;height:10.62375rem;width:23.12375rem;position:absolute;display:block;z-index:15048;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='#1e1e1e4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='#1e1e1e4c' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.47509765625rem;left:0.9375rem;display:none; }
#oPZ0cFKVEmkQ3g1ZetyqG8dRwR1B3uC3 { position:relative;display:none; }#oPZ0cFKVEmkQ3g1ZetyqG8dRwR1B3uC3 { border-width: 0; border-radius: 0; }#oPZ0cFKVEmkQ3g1ZetyqG8dRwR1B3uC3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#oPZ0cFKVEmkQ3g1ZetyqG8dRwR1B3uC3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#vbwlVpLFpGNOBJdUKh0rRGGeSxVtTDnH { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:28.625rem;width:22.875rem;top:1.1875rem;left:26rem;overflow:hidden;display:none; }
#dLdpTzXMpoPD3mdKtL3LEhTFVvJo4PpG { color:#ffffff;display:block;width:15.5615rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15065;line-height:1.2;letter-spacing:0;top:21.5rem;left:29.8125rem;height:2.17529375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#W3yFnT8d3eCeC263TuR1Jd3QUTCvD0BX { color:#ffffff;display:block;width:15.5615rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15072;line-height:1.2;letter-spacing:0;top:23.8125rem;left:29.8125rem;height:1.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#pamIFPiPWsOxTrQ2V7CsAvaT41mtmVeQ { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.96875rem;height:2.9057625rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:26.1875rem;left:26.9375rem;display:none; }
#QLB04l39rV2zA4q0LuMNlHCztsDIQOcA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aMkcumLqbIoAa0GXXEEV0sHLtyUyNEfx { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.96875rem;height:2.9057625rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:26.1875rem;left:38rem;display:none; }
#PFSL0CCQkTKanEhhJRHJqqzM7JLrwGJU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#msf0B77PkXe1odC1BKnMPcKpAlRK1LKg { box-sizing:content-box;height:10.62375rem;width:23.12375rem;position:absolute;display:block;z-index:15048;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='#1e1e1e4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='#1e1e1e4c' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.47509765625rem;left:0.9375rem;display:none; }
#plXbvXST902Sh96ElXe8hTVabKv8Lq9x { position:relative;display:none; }#plXbvXST902Sh96ElXe8hTVabKv8Lq9x { border-width: 0; border-radius: 0; }#plXbvXST902Sh96ElXe8hTVabKv8Lq9x > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#plXbvXST902Sh96ElXe8hTVabKv8Lq9x > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#X2FoLFbS5rm5tzwsb7RTeOlyn0WbmlNi { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:28.625rem;width:22.875rem;top:1.1875rem;left:26rem;overflow:hidden;display:none; }
#yqDaV9tXoWs8os2LTst1mnknTsslnqVa { color:#ffffff;display:block;width:15.5615rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15065;line-height:1.2;letter-spacing:0;top:21.5rem;left:29.8125rem;height:2.17529375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#PGOmVBUUUTPB4IDmbaXXhg0LD8nmTk03 { color:#ffffff;display:block;width:15.5615rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15072;line-height:1.2;letter-spacing:0;top:23.8125rem;left:29.8125rem;height:1.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#JsQ6eFZ3KTG1kumXln1BAB2EbPhATc0k { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.96875rem;height:2.9057625rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:26.1875rem;left:26.9375rem;display:none; }
#qPoOHLCBowzcLkby81DmuEJcH6gevn9G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NOkTO36QyT8IwG0ngSllBflcWfhfAOmD { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.96875rem;height:2.9057625rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:26.1875rem;left:38rem;display:none; }
#RUWDSJpeIbuuhOSVFgciichRF49dMCkT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#syzuNBAyzVMaqeT90u99nzuEdlxTmnnp { box-sizing:content-box;height:10.62375rem;width:23.12375rem;position:absolute;display:block;z-index:15048;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='#1e1e1e4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='#1e1e1e4c' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.47509765625rem;left:0.9375rem;display:none; }
#GT84C7E5KL4xhgyQvFeUr1CaUwwE0rLQ { position:relative;display:none; }#GT84C7E5KL4xhgyQvFeUr1CaUwwE0rLQ { border-width: 0; border-radius: 0; }#GT84C7E5KL4xhgyQvFeUr1CaUwwE0rLQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GT84C7E5KL4xhgyQvFeUr1CaUwwE0rLQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#CXersNexoJL9GORPuDVWqnp4t0hSM7Tb { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:28.625rem;width:22.875rem;top:1.1875rem;left:26rem;overflow:hidden;display:none; }
#ZqEa9Q1eWV9wF1qB0bPNCaLbnpovyfgP { color:#ffffff;display:block;width:15.5615rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15065;line-height:1.2;letter-spacing:0;top:21.5rem;left:29.8125rem;height:2.17529375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#hHKTwg01gbeVdR8LoTc55TTZB23cL1XU { color:#ffffff;display:block;width:15.5615rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15072;line-height:1.2;letter-spacing:0;top:23.8125rem;left:29.8125rem;height:1.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#f2xRpfBhCBG3pbm5OhEuTIcXbboxqgB4 { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.96875rem;height:2.9057625rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:26.1875rem;left:26.9375rem;display:none; }
#kkpwv9dIELg7WuZIbQEH4T5ybxuF1BT5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s9LO2Xz4vcxpTQiRb5eFVCJ1yGfLzMOZ { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.96875rem;height:2.9057625rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:26.1875rem;left:38rem;display:none; }
#G7cz478RTFaBq0F3zHw3Vw9Sd0HibUI5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I9t9Trc8EIwiCcCBfa0lSCcG2BDLgAFc { box-sizing:content-box;height:10.625rem;width:22.9358125rem;position:absolute;display:block;z-index:15048;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='#1e1e1e4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='#1e1e1e4c' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.4375rem;left:26.0625rem;display:none; }
#NzaPsquf8cPF2GS58ODC0wWIIv7eSEsG { position:relative;display:none; }#NzaPsquf8cPF2GS58ODC0wWIIv7eSEsG { border-width: 0; border-radius: 0; }#NzaPsquf8cPF2GS58ODC0wWIIv7eSEsG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NzaPsquf8cPF2GS58ODC0wWIIv7eSEsG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#uXigeUZh7UGPdsOqHRl2SWVVAqTx63In { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:28.625rem;width:22.875rem;top:1.1875rem;left:26rem;overflow:hidden;display:none; }
#GGfDbbcrIhXkPA51uC7einUkO12WAOVF { color:#ffffff;display:block;width:15.5615rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15065;line-height:1.2;letter-spacing:0;top:21.5rem;left:29.8125rem;height:2.17529375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#iD3hMb0EFiEAdk5uTl9pmsMcm2eD27TP { color:#ffffff;display:block;width:15.5615rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15072;line-height:1.2;letter-spacing:0;top:23.8125rem;left:29.8125rem;height:1.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xuk57pHTc2yONA5Aoos8LDnFTRX6seVF { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.96875rem;height:2.9057625rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:26.1875rem;left:26.9375rem;display:none; }
#efxipioJmTBgzyFUfrkKR2oUz59aflZf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l0VTMerSzkt96GLDvHSAlFHoimzgXGIJ { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.96875rem;height:2.9057625rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:26.1875rem;left:38rem;display:none; }
#E7LnXKy5ZWmwcbqhGSVfTz50e2luPDob { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eSqgf7REFSR7QyPGbff4qf44gL2LiJwJ { box-sizing:content-box;height:10.62375rem;width:23.12375rem;position:absolute;display:block;z-index:15048;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='#1e1e1e4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='#1e1e1e4c' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.47509765625rem;left:0.9375rem;display:none; }
#kH7PHcPPwBKUzXO6yIk3sWaW0AOOs2zU { position:relative;display:none; }#kH7PHcPPwBKUzXO6yIk3sWaW0AOOs2zU { border-width: 0; border-radius: 0; }#kH7PHcPPwBKUzXO6yIk3sWaW0AOOs2zU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kH7PHcPPwBKUzXO6yIk3sWaW0AOOs2zU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#L3o0Hddzw9ziV3rcTEDNHCfiAJaROnEr { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:28.625rem;width:22.875rem;top:1.1875rem;left:26rem;overflow:hidden;display:none; }
#OcmGGxC2ha1GRgfL05doKS8kzEBu8Mcm { color:#ffffff;display:block;width:15.5615rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15065;line-height:1.2;letter-spacing:0;top:21.5rem;left:29.8125rem;height:2.17529375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#t0VSwSfK1n2GuwDwINuCLyHxTJEXV6EX { color:#ffffff;display:block;width:15.5615rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15072;line-height:1.2;letter-spacing:0;top:23.8125rem;left:29.8125rem;height:1.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#FTAqSFK1WlrJ2ogiMOyLSaRl1TS5cPUl { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.96875rem;height:2.9057625rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:26.1875rem;left:26.9375rem;display:none; }
#GXa7MBR70eXGl5okMlS3uUFr2zSOf9S0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rg8aDT0KosszEphGXNByzTd4uOlTDUkE { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.96875rem;height:2.9057625rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:26.1875rem;left:38rem;display:none; }
#Cay56y7eXT1BneXAtdtTUo0TpopR27a6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PJnCdzcufngO8nFLNLHsmMnsmNN774ik { box-sizing:content-box;height:10.62375rem;width:23.12375rem;position:absolute;display:block;z-index:15048;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='#1e1e1e4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='#1e1e1e4c' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.47509765625rem;left:0.9375rem;display:none; }
#AnGAxbcL3i1OpX3CPyTiUDMuK5y2sSTH { position:relative;display:none; }#AnGAxbcL3i1OpX3CPyTiUDMuK5y2sSTH { border-width: 0; border-radius: 0; }#AnGAxbcL3i1OpX3CPyTiUDMuK5y2sSTH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#AnGAxbcL3i1OpX3CPyTiUDMuK5y2sSTH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ALTE81QR2sbK41a5ES9wDxKr4T3NadwN { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:28.625rem;width:22.875rem;top:1.1875rem;left:26rem;overflow:hidden;display:none; }
#ULJ5NvqV5uB1h55Vt0VXXQcxIMAaXA8F { color:#ffffff;display:block;width:15.5615rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15065;line-height:1.2;letter-spacing:0;top:21.5rem;left:29.8125rem;height:2.17529375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Sy83bzlTmV61GLLCM9TxOChzcCgNUGnW { color:#ffffff;display:block;width:15.5615rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15072;line-height:1.2;letter-spacing:0;top:23.8125rem;left:29.8125rem;height:1.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#fF8r0SbIZtXEh0VB4izueSIzTKFf06Kq { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.96875rem;height:2.9057625rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:26.1875rem;left:26.9375rem;display:none; }
#E4cAhR05ByC0zwu4gHsl6g0KhEuGtO0O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OJTsvOmGahLVV1mXFlzgadvtQOZnC84k { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.96875rem;height:2.9057625rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:26.1875rem;left:38rem;display:none; }
#p5XZru7mPGucQXAICd0f27OHGJz227P4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K9LoQDdRiTgdGlmTNO9HJxeVukZTFbP4 { box-sizing:content-box;height:10.62375rem;width:23.12375rem;position:absolute;display:block;z-index:15048;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='#1e1e1e4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='#1e1e1e4c' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.47509765625rem;left:0.9375rem;display:none; }
#XIb6HaSHm0cxBODkp3sm0ir390h87qhO { position:relative;display:none; }#XIb6HaSHm0cxBODkp3sm0ir390h87qhO { border-width: 0; border-radius: 0; }#XIb6HaSHm0cxBODkp3sm0ir390h87qhO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#XIb6HaSHm0cxBODkp3sm0ir390h87qhO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ChMR15cvnMuTT2Wtu2ApvFFv5OrkCBOO { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:28.625rem;width:22.875rem;top:1.1875rem;left:26rem;overflow:hidden;display:none; }
#oy4J65DDxfJeuXKex0FFDcOXJFGZ7GMI { box-sizing:content-box;height:10.62375rem;width:23.12375rem;position:absolute;display:block;z-index:15048;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='#1e1e1e4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='#1e1e1e4c' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.47509765625rem;left:0.9375rem;display:none; }
#yP7p3QcLrPh6S10pb60SJU6EDF9AoOzJ { color:#ffffff;display:block;width:15.5615rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15065;line-height:1.2;letter-spacing:0;top:21.5rem;left:29.8125rem;height:2.17529375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#MqQ8zL7TWGMW6AhNaN2H8hZZ0JVAlmDT { color:#ffffff;display:block;width:15.5615rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15072;line-height:1.2;letter-spacing:0;top:23.8125rem;left:29.8125rem;height:1.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#PEw2y0MbRfpQIeOmfdsobW1gO6dX3fUM { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.96875rem;height:2.9057625rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:26.1875rem;left:26.9375rem;display:none; }
#EAO0R6HmhZq0cvqxNx30KzKG7ixuBfeW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AKEwgUXmJdI5TXZQkBALk8wkNiimrNoJ { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.96875rem;height:2.9057625rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:26.1875rem;left:38rem;display:none; }
#fqOoenDnwCQvq2PM0odJNkqZ5kWrm3H0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zl9FevzxTXiFwRqx8m6nKxuibTHIQ1R6 { position:relative;display:none; }#zl9FevzxTXiFwRqx8m6nKxuibTHIQ1R6 { border-width: 0; border-radius: 0; }#zl9FevzxTXiFwRqx8m6nKxuibTHIQ1R6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zl9FevzxTXiFwRqx8m6nKxuibTHIQ1R6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#z4wsTkAKxwxhx8rsDGUUbRpHmm3v5UaM { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:28.625rem;width:22.875rem;top:1.1875rem;left:26rem;overflow:hidden;display:none; }
#SpnrpKqoTPz7ucvSNWL22zThXTrqKOxc { color:#ffffff;display:block;width:15.5615rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15065;line-height:1.2;letter-spacing:0;top:21.5rem;left:29.8125rem;height:2.17529375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ooNAv4d4TNIQ2EMmrUIq2Oh1TI3xz5Lt { color:#ffffff;display:block;width:15.5615rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15072;line-height:1.2;letter-spacing:0;top:23.8125rem;left:29.8125rem;height:1.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#QFJOLK3zlykyJhMaz8A5BrL7pKfhLgoF { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.96875rem;height:2.9057625rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:26.1875rem;left:26.9375rem;display:none; }
#FrOR0pEeIC4i6fUF55pWl9fM9Jft0XDy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T0zXWsgalyy7f7iKt68ss1LgDoIyNx8u { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.96875rem;height:2.9057625rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:26.1875rem;left:38rem;display:none; }
#TT2Qn36FezGA2cNvhMPxO71S3dgszJor { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HxwAzEX1IrBr0QcZvmLdkMV19UA4X27p { box-sizing:content-box;height:10.62375rem;width:23.12375rem;position:absolute;display:block;z-index:15048;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='#1e1e1e4c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='#1e1e1e4c' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(30,30,30,0.3));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.47509765625rem;left:0.9375rem;display:none; }
#TfOZTzaHWPWWaOqiOLs7JbJbJnMffZSs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e1e1e;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; }#TfOZTzaHWPWWaOqiOLs7JbJbJnMffZSs > .row .container { background-color: transparent; background-image: none; }#TfOZTzaHWPWWaOqiOLs7JbJbJnMffZSs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfOZTzaHWPWWaOqiOLs7JbJbJnMffZSs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfOZTzaHWPWWaOqiOLs7JbJbJnMffZSs > .row .container > .video-iframe-container { display: none; }#TfOZTzaHWPWWaOqiOLs7JbJbJnMffZSs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfOZTzaHWPWWaOqiOLs7JbJbJnMffZSs > .row > .video-iframe-container { display: none; }#TfOZTzaHWPWWaOqiOLs7JbJbJnMffZSs > .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); }#TfOZTzaHWPWWaOqiOLs7JbJbJnMffZSs > .row .container { border-width: 0; border-radius: 0; }#TfOZTzaHWPWWaOqiOLs7JbJbJnMffZSs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TfOZTzaHWPWWaOqiOLs7JbJbJnMffZSs > .row .container { font-size:0.875rem;font-family:arial;height:34.5625rem;width:75rem;position:relative;display:block; }#RJFSK2zwF1sb1LiOtnQrIxx599AJ9p2u { color:#ffffff;display:block;width:25.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:13.606773376465rem;left:0rem;height:7.349875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#1e1e1e;background-image:none;vertical-align:top; }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:var(--paragraphs-font-family);font-style:normal;color:rgba(var(--color-tertiary-0),1);height:auto; }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);height:auto;line-height:1.7;overflow:hidden; }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr .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_86b715bd81c0ebfdb5f1c303d6a45e113787c9b4.svg");background-size:contain !important; }#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr .accordion-trigger.adaptive-delivery-prevent-bg, #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr .accordion-trigger.lazyload, #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr .accordion-trigger.lazyloading { background-image: none; }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr { box-sizing:content-box;height:auto;width:42.687375rem;position:absolute;display:flex;flex-direction:column;gap:1.25rem;z-index:15043;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:3.375rem;left:32.3125rem; }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #sBo5Id1Z0niz5CxlNSKZcL8Kh5JILyEv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #nwA3huQTOMpT0Nxd1XHMmrgvFHNyKW20 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #gPVcwCrIVQilJRz3Irg9ZPTx89G684nD { display:block;position:relative; }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #IrCJTbypqJV3FQJnZB89sIzSJKEG7BaE {  }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #kJZQMAtAPucqO9uO3LfcKymTT4Byx9FJ {  }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #wwMkICXtQ7b58ayNAipLX635iSvT8rmB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #kN6kJGAcbvRwZExU8rV08PIke9g32dvh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #eKcUbGIdpk3qJRw2hO4fOTGeLxdgpAd6 { display:block;position:relative; }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #mwKl3OgoHs33wVWHWIITDbcesswT7SXp {  }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #Qdc9Ib4SW0K926qK1Qesg4gqmsHeqSbx { display:none; }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #Vmhd2PhtDxEy2Ie6ugHMi09RfE4HEisz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #JMJBRURedrgKeTL6G2CdPTbO2Xs67v4O { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #wqB0pJV3ewMOXy7UQoT4LD92uVvBnVQs { display:block;position:relative; }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #vOTtyWynSHTSnVQTRODtVafdCO9w8fH6 {  }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #U8H4sCtyxQGcbOB4QJ9AJ3U8Aaf0ZrlL { display:none; }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #MPAeeFoFFwsmXpNHTTTUs43vJODGTrzm { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #ZlwFRZyo1mrK0t98rbBv0mZFlMhIvTGs { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #EJVEm43R4LvxvBHy31IfRrF87LZtsvZK { display:block;position:relative; }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #axOA2xxUyvNBgtmQZi2li1GUMtnrPZex {  }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #ZlQSKgB0O4dUvlPQOCGA00cFpx0ZNPSl { display:none; }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #bLwhQGxyrcDzgT1OZMzCAZXUoMvNGMdr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #FTkWrJiSS5MtnrRCEer184R2920WGhsv { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #MGylIruD4Ip3MzPHvJzoeMmGrJHkGRJk { display:block;position:relative; }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #Ts5QNGoq5aHeL5otNUM2dSBgowSbg2QQ {  }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #IHSuelz9A9mnPncSJUFuUJwoZ5ZpEN05 { display:none; }
#uBwxJP6Gp0rB8bF45vvsUU094N4Ro4tT { position:relative;display:block; } #H25ef35e588e7f3bbb2c6b9640c97b20.widget-smartsection *:focus-visible, #H25ef35e588e7f3bbb2c6b9640c97b20.widget-smartsection input[type="text"]:focus-visible, #H25ef35e588e7f3bbb2c6b9640c97b20.widget-smartsection input[type="email"]:focus-visible, #H25ef35e588e7f3bbb2c6b9640c97b20.widget-smartsection input[type="tel"]:focus-visible, #H25ef35e588e7f3bbb2c6b9640c97b20.widget-smartsection textarea:focus-visible { outline: none; } #uBwxJP6Gp0rB8bF45vvsUU094N4Ro4tT > .row .container { position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 { display:block; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v1KNdyyZL2SsuQopn8zdSZWfyTzt7hTs { top:0.4375rem;left:19.15625rem;width:9.375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Idlt4LJgoIXyWhRR7x7yA2cRGUc2zPSZ { display:block; }#Idlt4LJgoIXyWhRR7x7yA2cRGUc2zPSZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bn8iPzqaSLowzRSHPeKRTRWvRqkXIkZb { display:block; }#bn8iPzqaSLowzRSHPeKRTRWvRqkXIkZb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TM2ROt4npic8VPaOW1DE5m9LhvM5z6Ic { top:3.8125rem;left:0.8125rem;width:46.1875rem;height:4.0625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtLednt3rAkGdFUzMAgu9SaCJCudTXVM { top:8.5rem;left:7rem;width:33.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7e7a4PSzgyeVm4AlTLAKgC3wGM3JXa0 { display:block; }#h7e7a4PSzgyeVm4AlTLAKgC3wGM3JXa0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DMNqKvOOy2zplCromRHGy2ZXzNFxkFNU { top:0.75rem;left:0rem;width:47.75rem;height:15.862017167382rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOQEaHXT3vmLPqISBWwyDl8wkryZrLy8 { top:10.3125rem;left:1.18701171875rem;width:45.3125rem;height:5.1174821383313rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1tTL0fBwtDLGmNEcMxJu7FrCI9OHUUT { top:16.5625rem;left:16.09423828125rem;width:15.5rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4urun2UUoy1mGunkkSGCJTr4g4quEET { width:12.5rem;height:2.8125rem;top:19.8125rem;left:9.6561279296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2dJoWt1V9MTxpZSV2N3bIsFXvQ08bOc { display:block; }
 }@media only screen and (max-width: 763px) { #P3a5zZIynL5xmz9JX9TQ6hWUSLov3iK5 { width:12.5rem;height:2.8125rem;top:19.8125rem;left:25.8427734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0hOTxftAeZAwbFT0mu32SqVQVbdv8VW { display:block; }
 }@media only screen and (max-width: 763px) { #L9TFBCTdDPFfzLwGZW56Mq4rTGMKmOny { top:18.9375rem;left:0rem;width:47.75rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RURD0TMONu7M5pyaHEefkzXOTA36cFEx { display:block; }#RURD0TMONu7M5pyaHEefkzXOTA36cFEx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H6DrMO8o8E1HPg5C1VEJrXGRBKar0Ihh { top:1.1875rem;left:8.6875rem;width:22.875rem;height:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ww433eJAs2b6EBzJ6amfPkGw6NoGvc8w { top:19.4375rem;left:8.6875rem;width:23.0625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGvinxU6QwJdJk6gTWx1iIvyUedU4RPg { top:21.3125rem;left:11.5rem;width:20.25rem;height:;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQhrFzrAdVus4mouq9Hp5a5Lcr3HkuH1 { top:23.75rem;left:16.062255859375rem;width:15.5rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eemnmp3KUuJDetFG9JTSJidt0ZP4xTuk { width:9.6875rem;height:2.625rem;top:26.1875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wca8O91OOUlKT5Iuw8PAXXSWApzCuaTy { display:block; }
 }@media only screen and (max-width: 763px) { #JuDCoITnp5UcHo7uiBJ5TehzeNpOzqKk { width:9.6875rem;height:2.625rem;top:26.1875rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngGAE70lBmbOaWovKmgU1org1snUfNoT { display:block; }
 }@media only screen and (max-width: 763px) { #IwNTkQmXEA1eA0ez98UCXQWgABgUCmE1 { top:19.4375rem;left:24.5rem;width:23.125rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JipBgWeW8TtDqbD4Dq8QOcey00QDiMal { top:1.1875rem;left:24.6875rem;width:22.875rem;height:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2wv6yI1Tt9xK7yLSEGXqmvTNZlm4nLs { width:9.5rem;height:2.4375rem;top:26.1875rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIPvzUKuJwOeaH7W1Dky3P7bFIcNqoT4 { display:block; }
 }@media only screen and (max-width: 763px) { #hw8Xlvx3pAh2uQtEZQeZ80MGCJqmlQiD { top:23.75rem;left:31.937255859375rem;width:15.5rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJm0r0sJIRQ6vOt3MJBfQZFTgMPLIwGe { top:21.3125rem;left:30.125rem;width:17.5rem;height:;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSdiKH7ruSabBBXCrnVtFqDfFZ0dOkZR { width:9.5rem;height:2.4375rem;top:26.1875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETXZyfmbg08moXf3v3v4fAXbrqB4CbLy { display:block; }
 }@media only screen and (max-width: 763px) { #WGHHKbCFfxtPVrHzswEgXtaaIXOTLaT2 { top:1.125rem;left:0rem;width:23.125rem;height:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGJD2N4lOzvV41tzeEiEdHwENcVe5u3u { top:20.125rem;left:0rem;width:23.125rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LA3XtnwsBHThqCZKSQh0uV8SyPLdN10m { top:21.3125rem;left:0rem;width:17.5rem;height:2.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8HiKdRR4qPNMAiGhirzKea0fHv1JVB5 { top:23.9375rem;left:0.24951171875rem;width:15.5rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u004FKW7ekpSZJTNe5gCTdGBw9rJfsNW { width:9.5rem;height:2.4375rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fv7rA7WWeArf7xXTcACidafiNqt4P0tA { display:block; }
 }@media only screen and (max-width: 763px) { #ksEyLJKAV6WxHvkrTxoZFstp6ky4HV08 { width:9.5rem;height:2.4375rem;top:26.25rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6GTGP9cW7EFGkimQ6JadiciDW2WD8g1 { display:block; }
 }@media only screen and (max-width: 763px) { #vO8LtiPq4RvOA2TAVOsg1LRekxoflIR5 { display:block; }#vO8LtiPq4RvOA2TAVOsg1LRekxoflIR5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QA6det9HRfOxVSe2uG1nwexnSka3Mwch { top:1.1875rem;left:8.6875rem;width:23rem;height:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qp4lRX0HrgfTrrD5AKAqkFTRTf5C1gTU { top:19.4375rem;left:8.6875rem;width:23.0625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNTfvmaKVrSXz3L4TEcQmXo0hiTEAlwV { top:21.375rem;left:11.5rem;width:20.25rem;height:;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M11CRb8wiRD2282HRWnKGZgNXC3fCgeT { top:23.75rem;left:16.0625rem;width:15.5625rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #awZya6PZaI8RLcZLNpudzbchZrtQZiVL { width:9.6875rem;height:2.625rem;top:26.1875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNyly0tzyZIxGPJhZZouO8kz1buMBunv { display:block; }
 }@media only screen and (max-width: 763px) { #y4l0BDqHqEA3TyJVMIr5eLoFE82zp3gn { width:9.6875rem;height:2.625rem;top:26.1875rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWTC9tyOS9RuzTzCqBzth8sWfqSczwmt { display:block; }
 }@media only screen and (max-width: 763px) { #hWhaofnf3iI2J7s7QL1eVzwFDLlApwE1 { top:19.4375rem;left:24.5rem;width:23.125rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPdo77THBT3wPcyG1MthXZbACuIo9J7c { top:1.1875rem;left:24.6875rem;width:22.9375rem;height:28.734411304721rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tbw9dlOdlzQpFhowOpH5DKEEX0gLqHIb { width:9.5rem;height:2.4375rem;top:26.1875rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTuvE3PP75QM78wRDw59biMQUWsqN9C2 { display:block; }
 }@media only screen and (max-width: 763px) { #w0R7dW3KTN9JH6DqO9mIvwuFfASCM6GU { top:23.75rem;left:31.9375rem;width:15.5rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE4TH3TRoza16TkcagJdC9MFdsgcnIto { top:21.375rem;left:30.125rem;width:17.5rem;height:2.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wh0D1V92Tnl7zMtGQb4kzoBpOf7VZ5zl { width:9.5rem;height:2.4375rem;top:26.1875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRIBkB8MXL5qWC6IoVBkVBLPmBU9vSz5 { display:block; }
 }@media only screen and (max-width: 763px) { #Txb9XsCqE953gOzIxEGc0g5q93OmAUnT { top:1.1875rem;left:0rem;width:22.9375rem;height:28.734331181113rem;display:block; }
 }@media only screen and (max-width: 763px) { #K51VVssPWeK4CzbtJ91wklcSTcNR3mMD { top:19.5rem;left:0rem;width:23.0625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rklEIUKbUc9S1N4LJk8WMVHtlqgZCU7y { top:21.5rem;left:0rem;width:17.5rem;height:2.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z47Ux171UQyAOcttrJiX8NTLlJTOdFVk { top:24rem;left:0.25rem;width:15.5rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzFEEF7yTxTlTyHwB8UwdXDCrQqkKHdQ { width:9.5rem;height:2.4375rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkMB5OQs5EJzrv5JhnwasSx4x7iFZeTe { display:block; }
 }@media only screen and (max-width: 763px) { #LXyHwyWqbsbFUufDniaVxoKKG3THNX6M { width:9.5rem;height:2.4375rem;top:26.25rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNJ22F3tq2udvUsa8NanI3enB52QWN81 { display:block; }
 }@media only screen and (max-width: 763px) { #Tt1uwbX4W8nsMrsuW22ogTquv7SKRDDR { display:block; }#Tt1uwbX4W8nsMrsuW22ogTquv7SKRDDR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WHQOQAGgDtpsc51L6IQTRcUgsRa08WLG { top:1.1875rem;left:8.75rem;width:23rem;height:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wt7ZJ9WRpCtdmCgsuXbgDWNUk1cSrVAu { top:19.4375rem;left:8.6875rem;width:23.0625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z41h0puyB5eZt0yVst7MqTtdzC8UdPBv { width:9.625rem;height:2.5625rem;top:26.25rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7gxTloNkkB5QWThO8mBzOucBkBhbDlM { display:block; }
 }@media only screen and (max-width: 763px) { #e1oaemfQAyIFN7dOT0qtlxuBmRSvdaxR { top:23.875rem;left:16.25rem;width:15.5rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKuPAK4LZtfxt5LmTliW83X291Avg6MC { width:9.625rem;height:2.5625rem;top:26.25rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOf3pLxc0R7bkviuPxTCT8Rk0sNwzkAW { display:block; }
 }@media only screen and (max-width: 763px) { #TBLt5C5DFwcIJ3Dgh0D4xA6LDvexcKx9 { top:21.375rem;left:13.8125rem;width:17.9375rem;height:;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7d5ATAQf0TfpVlx2vyGHXCll4Uo6bx3 { top:1.125rem;left:0rem;width:23.0625rem;height:28.93725rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsSTXws4am7Ry3oIBzfm0wXCKRrWDtw9 { top:19.4375rem;left:0rem;width:23.0625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeXUyAZ6OOpUTPJiqib0gpzsVBOzW1Ek { top:21.5rem;left:0rem;width:17.5rem;height:2.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmTDJ23OZEtJTIs33VNhvGPHaFauzwDN { top:24.1875rem;left:0.1875rem;width:15.5rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3hen5NEFxlI8bnxhOJ2BwrqwMR1RuUP { width:9.4375rem;height:2.375rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8DA3dPTOC1Ct6chtx1TuMtpkNlBQyyn { display:block; }
 }@media only screen and (max-width: 763px) { #JmLh1WGuFMOTBsU2LQuMquU5rK9QX4gt { width:9.4375rem;height:2.375rem;top:26.25rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxntnViAbGVnyWmIXCe9TiaBe7R4Pwzz { display:block; }
 }@media only screen and (max-width: 763px) { #zQbcm5Aszldcepbi2y2RXypnid4sqi5a { top:1.1875rem;left:24.6875rem;width:22.9375rem;height:28.734693513584rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0eU3Oqe5A03UbKqUJ5qbklvNl1poId8 { top:19.5rem;left:24.5625rem;width:23.0625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTtidi3A9LmM4ChE2mucdCFV4A0BQZAQ { top:21.4375rem;left:29.6875rem;width:17.9375rem;height:2.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tb3KDEQHAlyTOfpmhdyKxsUrN0AkPuqA { top:23.9375rem;left:32.125rem;width:15.5rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEk1cH9Q2FpJf0sxipmmyF80onGIo0Ts { width:9.5625rem;height:2.5rem;top:26.3125rem;left:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcbvVR5gBMn21ISWc4Kz3LcprEFxZiOS { display:block; }
 }@media only screen and (max-width: 763px) { #aBBCdyM2T0bOkUGfn76MlX66HzLd0BCI { width:9.5625rem;height:2.5rem;top:26.3125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkNU1eraCTU0rQIm8ZmiJiCtgzQPdq3T { display:block; }
 }@media only screen and (max-width: 763px) { #aXf5VfbO5kSOtxocTlNExicwTwmIOy1L { display:none; }#aXf5VfbO5kSOtxocTlNExicwTwmIOy1L > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #toeQi5ZLLbPTe3nyHVAZ8kspqhAaUyri { top:1.1875rem;left:12.375rem;width:22.875rem;height:28.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qoU2rR9qMnEiHeQyUWZWVQfwhU5Cvaqn { top:17.4375rem;left:0rem;width:20rem;height:;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bXTrQwGhXOKAbZoB3KUAJ2Kcu5kqUWwV { top:19.0625rem;left:0rem;width:15.4375rem;height:1.25rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EhIV8dk6ZWKMCNPUSWFBN2ZCRFauy0Ud { width:9.9375rem;height:2.875rem;top:26.1875rem;left:13.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ns80r28fTSOwJ8ehHKScJwL4tcyG7go4 { display:block; }
 }@media only screen and (max-width: 763px) { #oDpHq4UX6erlEsUCbH0AO4c9bMspFfQT { width:9.9375rem;height:2.875rem;top:26.1875rem;left:24.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dHMthAkWTzasFutx7GqZUTexuqlDrrsr { display:block; }
 }@media only screen and (max-width: 763px) { #RKdaZCNhvEPnLEI0yfmgIVQFMOUvsknR { top:19.4375rem;left:0rem;width:23.0625rem;height:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LrXNGAKqMzghEyMNJcEd6FvJZWW90TL3 { display:none; }#LrXNGAKqMzghEyMNJcEd6FvJZWW90TL3 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ts7KgBTyUbrt3vGBi5x3VS4eo6vKKFHh { top:1.1875rem;left:12.375rem;width:22.875rem;height:28.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yItTi3GhJhC5RA1q00WZDyMv0liTlbFq { top:17.375rem;left:0rem;width:20rem;height:;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #n4xPaIol2c657beLbXrzFqJXIUnbaZdB { top:19.75rem;left:0rem;width:15.4375rem;height:1.25rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ysRT163tCgTGMPumHv87KgygTOWhqIhi { width:9.9375rem;height:2.875rem;top:26.1875rem;left:13.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MmcQOX2gTTCPu7DBRTzixxi4qdHKE2OE { display:block; }
 }@media only screen and (max-width: 763px) { #dUTRp3ngAiTZncAlhMoqdhGkQuQBFC2g { width:9.9375rem;height:2.875rem;top:26.1875rem;left:24.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hkoi57XJbsNQZfPJrGf2un0RVFWvDQUo { display:block; }
 }@media only screen and (max-width: 763px) { #PQBrGok3qeRihcrdduqhBmPig5h6rXAR { top:19.4375rem;left:0rem;width:23.0625rem;height:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oPZ0cFKVEmkQ3g1ZetyqG8dRwR1B3uC3 { display:none; }#oPZ0cFKVEmkQ3g1ZetyqG8dRwR1B3uC3 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vbwlVpLFpGNOBJdUKh0rRGGeSxVtTDnH { top:1.1875rem;left:12.375rem;width:22.875rem;height:28.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dLdpTzXMpoPD3mdKtL3LEhTFVvJo4PpG { top:17.375rem;left:0rem;width:20rem;height:;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #W3yFnT8d3eCeC263TuR1Jd3QUTCvD0BX { top:19.75rem;left:0rem;width:15.4375rem;height:1.25rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pamIFPiPWsOxTrQ2V7CsAvaT41mtmVeQ { width:9.9375rem;height:2.875rem;top:26.1875rem;left:13.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QLB04l39rV2zA4q0LuMNlHCztsDIQOcA { display:block; }
 }@media only screen and (max-width: 763px) { #aMkcumLqbIoAa0GXXEEV0sHLtyUyNEfx { width:9.9375rem;height:2.875rem;top:26.1875rem;left:24.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PFSL0CCQkTKanEhhJRHJqqzM7JLrwGJU { display:block; }
 }@media only screen and (max-width: 763px) { #msf0B77PkXe1odC1BKnMPcKpAlRK1LKg { top:19.4375rem;left:0rem;width:23.0625rem;height:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #plXbvXST902Sh96ElXe8hTVabKv8Lq9x { display:none; }#plXbvXST902Sh96ElXe8hTVabKv8Lq9x > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #X2FoLFbS5rm5tzwsb7RTeOlyn0WbmlNi { top:1.1875rem;left:12.375rem;width:22.875rem;height:28.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yqDaV9tXoWs8os2LTst1mnknTsslnqVa { top:17.375rem;left:0rem;width:20rem;height:;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PGOmVBUUUTPB4IDmbaXXhg0LD8nmTk03 { top:19.75rem;left:0rem;width:15.4375rem;height:1.25rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JsQ6eFZ3KTG1kumXln1BAB2EbPhATc0k { width:9.9375rem;height:2.875rem;top:26.1875rem;left:13.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qPoOHLCBowzcLkby81DmuEJcH6gevn9G { display:block; }
 }@media only screen and (max-width: 763px) { #NOkTO36QyT8IwG0ngSllBflcWfhfAOmD { width:9.9375rem;height:2.875rem;top:26.1875rem;left:24.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RUWDSJpeIbuuhOSVFgciichRF49dMCkT { display:block; }
 }@media only screen and (max-width: 763px) { #syzuNBAyzVMaqeT90u99nzuEdlxTmnnp { top:19.4375rem;left:0rem;width:23.0625rem;height:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GT84C7E5KL4xhgyQvFeUr1CaUwwE0rLQ { display:none; }#GT84C7E5KL4xhgyQvFeUr1CaUwwE0rLQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CXersNexoJL9GORPuDVWqnp4t0hSM7Tb { top:1.1875rem;left:12.375rem;width:22.875rem;height:28.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZqEa9Q1eWV9wF1qB0bPNCaLbnpovyfgP { top:17.3125rem;left:0rem;width:15.4375rem;height:;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hHKTwg01gbeVdR8LoTc55TTZB23cL1XU { top:23.8125rem;left:16.1875rem;width:15.5rem;height:1.25rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #f2xRpfBhCBG3pbm5OhEuTIcXbboxqgB4 { width:9.9375rem;height:2.875rem;top:26.1875rem;left:13.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kkpwv9dIELg7WuZIbQEH4T5ybxuF1BT5 { display:block; }
 }@media only screen and (max-width: 763px) { #s9LO2Xz4vcxpTQiRb5eFVCJ1yGfLzMOZ { width:9.9375rem;height:2.875rem;top:26.1875rem;left:24.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #G7cz478RTFaBq0F3zHw3Vw9Sd0HibUI5 { display:block; }
 }@media only screen and (max-width: 763px) { #I9t9Trc8EIwiCcCBfa0lSCcG2BDLgAFc { top:19.4375rem;left:12.4375rem;width:22.875rem;height:10.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NzaPsquf8cPF2GS58ODC0wWIIv7eSEsG { display:none; }#NzaPsquf8cPF2GS58ODC0wWIIv7eSEsG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uXigeUZh7UGPdsOqHRl2SWVVAqTx63In { top:1.1875rem;left:12.375rem;width:22.875rem;height:28.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GGfDbbcrIhXkPA51uC7einUkO12WAOVF { top:16.6875rem;left:0rem;width:20rem;height:;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #iD3hMb0EFiEAdk5uTl9pmsMcm2eD27TP { top:19.0625rem;left:0rem;width:15.4375rem;height:1.25rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xuk57pHTc2yONA5Aoos8LDnFTRX6seVF { width:9.9375rem;height:2.875rem;top:26.1875rem;left:13.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #efxipioJmTBgzyFUfrkKR2oUz59aflZf { display:block; }
 }@media only screen and (max-width: 763px) { #l0VTMerSzkt96GLDvHSAlFHoimzgXGIJ { width:9.9375rem;height:2.875rem;top:26.1875rem;left:24.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #E7LnXKy5ZWmwcbqhGSVfTz50e2luPDob { display:block; }
 }@media only screen and (max-width: 763px) { #eSqgf7REFSR7QyPGbff4qf44gL2LiJwJ { top:19.4375rem;left:0rem;width:23.0625rem;height:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kH7PHcPPwBKUzXO6yIk3sWaW0AOOs2zU { display:none; }#kH7PHcPPwBKUzXO6yIk3sWaW0AOOs2zU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #L3o0Hddzw9ziV3rcTEDNHCfiAJaROnEr { top:1.1875rem;left:12.375rem;width:22.875rem;height:28.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OcmGGxC2ha1GRgfL05doKS8kzEBu8Mcm { top:16.6875rem;left:0rem;width:20rem;height:;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #t0VSwSfK1n2GuwDwINuCLyHxTJEXV6EX { top:19.0625rem;left:0rem;width:15.4375rem;height:1.25rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FTAqSFK1WlrJ2ogiMOyLSaRl1TS5cPUl { width:9.9375rem;height:2.875rem;top:26.1875rem;left:13.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GXa7MBR70eXGl5okMlS3uUFr2zSOf9S0 { display:block; }
 }@media only screen and (max-width: 763px) { #Rg8aDT0KosszEphGXNByzTd4uOlTDUkE { width:9.9375rem;height:2.875rem;top:26.1875rem;left:24.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cay56y7eXT1BneXAtdtTUo0TpopR27a6 { display:block; }
 }@media only screen and (max-width: 763px) { #PJnCdzcufngO8nFLNLHsmMnsmNN774ik { top:19.4375rem;left:0rem;width:23.0625rem;height:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AnGAxbcL3i1OpX3CPyTiUDMuK5y2sSTH { display:none; }#AnGAxbcL3i1OpX3CPyTiUDMuK5y2sSTH > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ALTE81QR2sbK41a5ES9wDxKr4T3NadwN { top:1.1875rem;left:12.375rem;width:22.875rem;height:28.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ULJ5NvqV5uB1h55Vt0VXXQcxIMAaXA8F { top:16.6875rem;left:0rem;width:20rem;height:;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sy83bzlTmV61GLLCM9TxOChzcCgNUGnW { top:19.0625rem;left:0rem;width:15.4375rem;height:1.25rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fF8r0SbIZtXEh0VB4izueSIzTKFf06Kq { width:9.9375rem;height:2.875rem;top:26.1875rem;left:13.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #E4cAhR05ByC0zwu4gHsl6g0KhEuGtO0O { display:block; }
 }@media only screen and (max-width: 763px) { #OJTsvOmGahLVV1mXFlzgadvtQOZnC84k { width:9.9375rem;height:2.875rem;top:26.1875rem;left:24.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #p5XZru7mPGucQXAICd0f27OHGJz227P4 { display:block; }
 }@media only screen and (max-width: 763px) { #K9LoQDdRiTgdGlmTNO9HJxeVukZTFbP4 { top:19.4375rem;left:0rem;width:23.0625rem;height:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XIb6HaSHm0cxBODkp3sm0ir390h87qhO { display:none; }#XIb6HaSHm0cxBODkp3sm0ir390h87qhO > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ChMR15cvnMuTT2Wtu2ApvFFv5OrkCBOO { top:1.1875rem;left:12.375rem;width:22.875rem;height:28.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oy4J65DDxfJeuXKex0FFDcOXJFGZ7GMI { top:19.4375rem;left:0rem;width:23.0625rem;height:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yP7p3QcLrPh6S10pb60SJU6EDF9AoOzJ { top:16.6875rem;left:0rem;width:20rem;height:;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #MqQ8zL7TWGMW6AhNaN2H8hZZ0JVAlmDT { top:19.0625rem;left:0rem;width:15.4375rem;height:1.25rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PEw2y0MbRfpQIeOmfdsobW1gO6dX3fUM { width:9.9375rem;height:2.875rem;top:26.1875rem;left:13.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EAO0R6HmhZq0cvqxNx30KzKG7ixuBfeW { display:block; }
 }@media only screen and (max-width: 763px) { #AKEwgUXmJdI5TXZQkBALk8wkNiimrNoJ { width:9.9375rem;height:2.875rem;top:26.1875rem;left:24.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fqOoenDnwCQvq2PM0odJNkqZ5kWrm3H0 { display:block; }
 }@media only screen and (max-width: 763px) { #zl9FevzxTXiFwRqx8m6nKxuibTHIQ1R6 { display:none; }#zl9FevzxTXiFwRqx8m6nKxuibTHIQ1R6 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #z4wsTkAKxwxhx8rsDGUUbRpHmm3v5UaM { top:1.1875rem;left:12.375rem;width:22.875rem;height:28.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SpnrpKqoTPz7ucvSNWL22zThXTrqKOxc { top:16.6875rem;left:0rem;width:19.9375rem;height:;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ooNAv4d4TNIQ2EMmrUIq2Oh1TI3xz5Lt { top:19.0625rem;left:0rem;width:15.4375rem;height:1.25rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QFJOLK3zlykyJhMaz8A5BrL7pKfhLgoF { width:9.9375rem;height:2.875rem;top:26.1875rem;left:13.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FrOR0pEeIC4i6fUF55pWl9fM9Jft0XDy { display:block; }
 }@media only screen and (max-width: 763px) { #T0zXWsgalyy7f7iKt68ss1LgDoIyNx8u { width:9.9375rem;height:2.875rem;top:26.1875rem;left:24.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TT2Qn36FezGA2cNvhMPxO71S3dgszJor { display:block; }
 }@media only screen and (max-width: 763px) { #HxwAzEX1IrBr0QcZvmLdkMV19UA4X27p { top:19.4375rem;left:0rem;width:23.0625rem;height:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TfOZTzaHWPWWaOqiOLs7JbJbJnMffZSs { display:block; }#TfOZTzaHWPWWaOqiOLs7JbJbJnMffZSs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJFSK2zwF1sb1LiOtnQrIxx599AJ9p2u { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr { display:flex;height:auto;width:27.8125rem;top:11.625rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #sBo5Id1Z0niz5CxlNSKZcL8Kh5JILyEv {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #nwA3huQTOMpT0Nxd1XHMmrgvFHNyKW20 {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #gPVcwCrIVQilJRz3Irg9ZPTx89G684nD {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #IrCJTbypqJV3FQJnZB89sIzSJKEG7BaE {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #kJZQMAtAPucqO9uO3LfcKymTT4Byx9FJ {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #wwMkICXtQ7b58ayNAipLX635iSvT8rmB {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #kN6kJGAcbvRwZExU8rV08PIke9g32dvh {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #eKcUbGIdpk3qJRw2hO4fOTGeLxdgpAd6 {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #mwKl3OgoHs33wVWHWIITDbcesswT7SXp {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #Qdc9Ib4SW0K926qK1Qesg4gqmsHeqSbx {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #Vmhd2PhtDxEy2Ie6ugHMi09RfE4HEisz {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #JMJBRURedrgKeTL6G2CdPTbO2Xs67v4O {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #wqB0pJV3ewMOXy7UQoT4LD92uVvBnVQs {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #vOTtyWynSHTSnVQTRODtVafdCO9w8fH6 {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #U8H4sCtyxQGcbOB4QJ9AJ3U8Aaf0ZrlL {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #MPAeeFoFFwsmXpNHTTTUs43vJODGTrzm {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #ZlwFRZyo1mrK0t98rbBv0mZFlMhIvTGs {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #EJVEm43R4LvxvBHy31IfRrF87LZtsvZK {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #axOA2xxUyvNBgtmQZi2li1GUMtnrPZex {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #ZlQSKgB0O4dUvlPQOCGA00cFpx0ZNPSl {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #bLwhQGxyrcDzgT1OZMzCAZXUoMvNGMdr {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #FTkWrJiSS5MtnrRCEer184R2920WGhsv {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #MGylIruD4Ip3MzPHvJzoeMmGrJHkGRJk {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #Ts5QNGoq5aHeL5otNUM2dSBgowSbg2QQ {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #IHSuelz9A9mnPncSJUFuUJwoZ5ZpEN05 {  }
 }@media only screen and (max-width: 763px) { #uBwxJP6Gp0rB8bF45vvsUU094N4Ro4tT { display:block; } #H25ef35e588e7f3bbb2c6b9640c97b20.widget-smartsection *:focus-visible, #H25ef35e588e7f3bbb2c6b9640c97b20.widget-smartsection input[type="text"]:focus-visible, #H25ef35e588e7f3bbb2c6b9640c97b20.widget-smartsection input[type="email"]:focus-visible, #H25ef35e588e7f3bbb2c6b9640c97b20.widget-smartsection input[type="tel"]:focus-visible, #H25ef35e588e7f3bbb2c6b9640c97b20.widget-smartsection textarea:focus-visible { outline: none; } #uBwxJP6Gp0rB8bF45vvsUU094N4Ro4tT > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 { position:relative;z-index:auto;display:block; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v1KNdyyZL2SsuQopn8zdSZWfyTzt7hTs { width:8.8125rem;height:1.5625rem;top:0.78125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Idlt4LJgoIXyWhRR7x7yA2cRGUc2zPSZ { display:block; }#Idlt4LJgoIXyWhRR7x7yA2cRGUc2zPSZ > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bn8iPzqaSLowzRSHPeKRTRWvRqkXIkZb { display:block; }#bn8iPzqaSLowzRSHPeKRTRWvRqkXIkZb > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TM2ROt4npic8VPaOW1DE5m9LhvM5z6Ic { width:20rem;height:5.8496125rem;top:1.4375rem;left:0rem;font-size:2.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LtLednt3rAkGdFUzMAgu9SaCJCudTXVM { width:20rem;height:9.0960625rem;top:8.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7e7a4PSzgyeVm4AlTLAKgC3wGM3JXa0 { display:none; }#h7e7a4PSzgyeVm4AlTLAKgC3wGM3JXa0 > .row .container { width:20rem;height:31.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DMNqKvOOy2zplCromRHGy2ZXzNFxkFNU { width:20rem;height:6.6436394849785rem;top:13.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOQEaHXT3vmLPqISBWwyDl8wkryZrLy8 { width:20rem;height:2.2587507369187rem;top:22.655639648438rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1tTL0fBwtDLGmNEcMxJu7FrCI9OHUUT { width:15.499875rem;height:1.875rem;top:28.929443359375rem;left:4.500125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4urun2UUoy1mGunkkSGCJTr4g4quEET { width:12.5rem;height:2.8125rem;top:6.6455078125rem;left:7.5rem;background-color:transparent;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #d2dJoWt1V9MTxpZSV2N3bIsFXvQ08bOc { display:block; }
 }@media only screen and (max-width: 763px) { #P3a5zZIynL5xmz9JX9TQ6hWUSLov3iK5 { width:12.5rem;height:2.8125rem;top:6.6455078125rem;left:7.5rem;box-shadow: none;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #f0hOTxftAeZAwbFT0mu32SqVQVbdv8VW { display:block; }
 }@media only screen and (max-width: 763px) { #L9TFBCTdDPFfzLwGZW56Mq4rTGMKmOny { width:20rem;height:10.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RURD0TMONu7M5pyaHEefkzXOTA36cFEx { display:none; }#RURD0TMONu7M5pyaHEefkzXOTA36cFEx > .row .container { width:20rem;height:228.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #H6DrMO8o8E1HPg5C1VEJrXGRBKar0Ihh { width:18.625rem;height:23.3125rem;top:0rem;left:0rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #ww433eJAs2b6EBzJ6amfPkGw6NoGvc8w { width:20rem;height:10.625rem;top:117.17832128906rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGvinxU6QwJdJk6gTWx1iIvyUedU4RPg { width:17.5625rem;height:0;top:119.11582128906rem;left:2.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQhrFzrAdVus4mouq9Hp5a5Lcr3HkuH1 { width:15.5625rem;height:0;top:121.49082128906rem;left:3.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eemnmp3KUuJDetFG9JTSJidt0ZP4xTuk { width:9.875rem;height:2.8125rem;top:123.92832128906rem;left:0.9375rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Wca8O91OOUlKT5Iuw8PAXXSWApzCuaTy { display:block; }
 }@media only screen and (max-width: 763px) { #JuDCoITnp5UcHo7uiBJ5TehzeNpOzqKk { width:9.875rem;height:2.8125rem;top:123.92832128906rem;left:10.125rem;box-shadow: none;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ngGAE70lBmbOaWovKmgU1org1snUfNoT { display:block; }
 }@media only screen and (max-width: 763px) { #IwNTkQmXEA1eA0ez98UCXQWgABgUCmE1 { width:20rem;height:10.625rem;top:117.17832128906rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JipBgWeW8TtDqbD4Dq8QOcey00QDiMal { width:20rem;height:25rem;top:0rem;left:0rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #U2wv6yI1Tt9xK7yLSEGXqmvTNZlm4nLs { width:9.875rem;height:2.8125rem;top:123.92832128906rem;left:10.125rem;box-shadow: none;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #mIPvzUKuJwOeaH7W1Dky3P7bFIcNqoT4 { display:block; }
 }@media only screen and (max-width: 763px) { #hw8Xlvx3pAh2uQtEZQeZ80MGCJqmlQiD { width:15.5625rem;height:0;top:121.49082128906rem;left:3.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJm0r0sJIRQ6vOt3MJBfQZFTgMPLIwGe { width:17.5625rem;height:0;top:119.11582128906rem;left:2.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSdiKH7ruSabBBXCrnVtFqDfFZ0dOkZR { width:9.875rem;height:2.8125rem;top:123.92832128906rem;left:0.9375rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ETXZyfmbg08moXf3v3v4fAXbrqB4CbLy { display:block; }
 }@media only screen and (max-width: 763px) { #WGHHKbCFfxtPVrHzswEgXtaaIXOTLaT2 { width:20rem;height:25rem;top:167.21882128906rem;left:0rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #tGJD2N4lOzvV41tzeEiEdHwENcVe5u3u { width:20rem;height:10.625rem;top:155.34382128906rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LA3XtnwsBHThqCZKSQh0uV8SyPLdN10m { width:17.5625rem;height:0;top:187.53132128906rem;left:2.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8HiKdRR4qPNMAiGhirzKea0fHv1JVB5 { width:15.49925rem;height:1.275025rem;top:19.1875rem;left:2.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u004FKW7ekpSZJTNe5gCTdGBw9rJfsNW { width:9.875rem;height:2.8125rem;top:192.32282519531rem;left:1.5rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Fv7rA7WWeArf7xXTcACidafiNqt4P0tA { display:block; }
 }@media only screen and (max-width: 763px) { #ksEyLJKAV6WxHvkrTxoZFstp6ky4HV08 { width:9.875rem;height:2.8125rem;top:192.32282519531rem;left:10.125rem;box-shadow: none;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #t6GTGP9cW7EFGkimQ6JadiciDW2WD8g1 { display:block; }
 }@media only screen and (max-width: 763px) { #vO8LtiPq4RvOA2TAVOsg1LRekxoflIR5 { display:none; }#vO8LtiPq4RvOA2TAVOsg1LRekxoflIR5 > .row .container { width:20rem;height:228.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QA6det9HRfOxVSe2uG1nwexnSka3Mwch { width:18.6875rem;height:23.4375rem;top:0rem;left:0rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #Qp4lRX0HrgfTrrD5AKAqkFTRTf5C1gTU { width:20rem;height:10.625rem;top:117.17832128906rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNTfvmaKVrSXz3L4TEcQmXo0hiTEAlwV { width:17.5625rem;height:0;top:119.11582128906rem;left:2.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #M11CRb8wiRD2282HRWnKGZgNXC3fCgeT { width:15.5625rem;height:0;top:121.49082128906rem;left:3.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #awZya6PZaI8RLcZLNpudzbchZrtQZiVL { width:9.875rem;height:2.8125rem;top:123.92832128906rem;left:0.9375rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #QNyly0tzyZIxGPJhZZouO8kz1buMBunv { display:block; }
 }@media only screen and (max-width: 763px) { #y4l0BDqHqEA3TyJVMIr5eLoFE82zp3gn { width:9.875rem;height:2.8125rem;top:123.92832128906rem;left:10.125rem;box-shadow: none;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #rWTC9tyOS9RuzTzCqBzth8sWfqSczwmt { display:block; }
 }@media only screen and (max-width: 763px) { #hWhaofnf3iI2J7s7QL1eVzwFDLlApwE1 { width:20rem;height:10.625rem;top:117.17832128906rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPdo77THBT3wPcyG1MthXZbACuIo9J7c { width:20rem;height:25rem;top:0rem;left:0rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #Tbw9dlOdlzQpFhowOpH5DKEEX0gLqHIb { width:9.875rem;height:2.8125rem;top:123.92832128906rem;left:10.125rem;box-shadow: none;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #JTuvE3PP75QM78wRDw59biMQUWsqN9C2 { display:block; }
 }@media only screen and (max-width: 763px) { #w0R7dW3KTN9JH6DqO9mIvwuFfASCM6GU { width:15.5625rem;height:0;top:121.49082128906rem;left:3.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE4TH3TRoza16TkcagJdC9MFdsgcnIto { width:17.5625rem;height:0;top:119.11582128906rem;left:2.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wh0D1V92Tnl7zMtGQb4kzoBpOf7VZ5zl { width:9.875rem;height:2.8125rem;top:123.92832128906rem;left:0.9375rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #wRIBkB8MXL5qWC6IoVBkVBLPmBU9vSz5 { display:block; }
 }@media only screen and (max-width: 763px) { #Txb9XsCqE953gOzIxEGc0g5q93OmAUnT { width:20rem;height:25rem;top:167.21882128906rem;left:0rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #K51VVssPWeK4CzbtJ91wklcSTcNR3mMD { width:20rem;height:10.625rem;top:155.34382128906rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rklEIUKbUc9S1N4LJk8WMVHtlqgZCU7y { width:17.5625rem;height:0;top:187.53132128906rem;left:2.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #z47Ux171UQyAOcttrJiX8NTLlJTOdFVk { width:15.49925rem;height:1.275025rem;top:19.1875rem;left:2.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzFEEF7yTxTlTyHwB8UwdXDCrQqkKHdQ { width:9.875rem;height:2.8125rem;top:192.32282519531rem;left:1.5rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #SkMB5OQs5EJzrv5JhnwasSx4x7iFZeTe { display:block; }
 }@media only screen and (max-width: 763px) { #LXyHwyWqbsbFUufDniaVxoKKG3THNX6M { width:9.875rem;height:2.8125rem;top:192.32282519531rem;left:10.125rem;box-shadow: none;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #zNJ22F3tq2udvUsa8NanI3enB52QWN81 { display:block; }
 }@media only screen and (max-width: 763px) { #Tt1uwbX4W8nsMrsuW22ogTquv7SKRDDR { display:none; }#Tt1uwbX4W8nsMrsuW22ogTquv7SKRDDR > .row .container { width:20rem;height:228.90961894531rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WHQOQAGgDtpsc51L6IQTRcUgsRa08WLG { width:20rem;height:25rem;top:78.999633789062rem;left:0rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #Wt7ZJ9WRpCtdmCgsuXbgDWNUk1cSrVAu { width:20rem;height:10.625rem;top:105.30332128906rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z41h0puyB5eZt0yVst7MqTtdzC8UdPBv { width:9.9375rem;height:2.875rem;top:112.04038183594rem;left:10.0625rem;box-shadow: none;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #n7gxTloNkkB5QWThO8mBzOucBkBhbDlM { display:block; }
 }@media only screen and (max-width: 763px) { #e1oaemfQAyIFN7dOT0qtlxuBmRSvdaxR { width:15.5rem;height:0;top:109.66611425781rem;left:3.719482421875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKuPAK4LZtfxt5LmTliW83X291Avg6MC { width:9.9375rem;height:2.875rem;top:112.04038183594rem;left:0.8447265625rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #KOf3pLxc0R7bkviuPxTCT8Rk0sNwzkAW { display:block; }
 }@media only screen and (max-width: 763px) { #TBLt5C5DFwcIJ3Dgh0D4xA6LDvexcKx9 { width:15.5rem;height:0;top:107.35288183594rem;left:3.719482421875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7d5ATAQf0TfpVlx2vyGHXCll4Uo6bx3 { width:20rem;height:25.094850948509rem;top:196.38532519531rem;left:0rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #nsSTXws4am7Ry3oIBzfm0wXCKRrWDtw9 { width:20rem;height:10.5625rem;top:214.69782519531rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeXUyAZ6OOpUTPJiqib0gpzsVBOzW1Ek { width:17.5rem;height:2.3999rem;top:226.51032519531rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmTDJ23OZEtJTIs33VNhvGPHaFauzwDN { width:15.5rem;height:1.27514375rem;top:219.43317675781rem;left:3.78076171875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3hen5NEFxlI8bnxhOJ2BwrqwMR1RuUP { width:9.5rem;height:2.4375rem;top:221.51032519531rem;left:1.749755859375rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #h8DA3dPTOC1Ct6chtx1TuMtpkNlBQyyn { display:block; }
 }@media only screen and (max-width: 763px) { #JmLh1WGuFMOTBsU2LQuMquU5rK9QX4gt { width:9.5rem;height:2.4375rem;top:221.51032519531rem;left:10.5rem;box-shadow: none;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #FxntnViAbGVnyWmIXCe9TiaBe7R4Pwzz { display:block; }
 }@media only screen and (max-width: 763px) { #zQbcm5Aszldcepbi2y2RXypnid4sqi5a { width:20rem;height:25rem;top:78.999633789062rem;left:0rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #z0eU3Oqe5A03UbKqUJ5qbklvNl1poId8 { width:20rem;height:10.625rem;top:105.30332128906rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTtidi3A9LmM4ChE2mucdCFV4A0BQZAQ { width:15.5rem;height:0;top:107.35288183594rem;left:3.719482421875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tb3KDEQHAlyTOfpmhdyKxsUrN0AkPuqA { width:15.5rem;height:1.27514375rem;top:109.66611425781rem;left:3.719482421875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEk1cH9Q2FpJf0sxipmmyF80onGIo0Ts { width:9.9375rem;height:2.875rem;top:112.04038183594rem;left:10.0625rem;box-shadow: none;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #zcbvVR5gBMn21ISWc4Kz3LcprEFxZiOS { display:block; }
 }@media only screen and (max-width: 763px) { #aBBCdyM2T0bOkUGfn76MlX66HzLd0BCI { width:9.9375rem;height:2.875rem;top:112.04038183594rem;left:0.8447265625rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #QkNU1eraCTU0rQIm8ZmiJiCtgzQPdq3T { display:block; }
 }@media only screen and (max-width: 763px) { #aXf5VfbO5kSOtxocTlNExicwTwmIOy1L { display:block; }#aXf5VfbO5kSOtxocTlNExicwTwmIOy1L > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #toeQi5ZLLbPTe3nyHVAZ8kspqhAaUyri { width:20rem;height:25.0625rem;top:0.6875rem;left:0rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qoU2rR9qMnEiHeQyUWZWVQfwhU5Cvaqn { width:20rem;height:;top:17.4375rem;left:0rem;font-size:1.75rem;z-index:15067;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #bXTrQwGhXOKAbZoB3KUAJ2Kcu5kqUWwV { width:15.4980625rem;height:1.275025rem;top:19.8125rem;left:2.25rem;font-size:1.0625rem;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #EhIV8dk6ZWKMCNPUSWFBN2ZCRFauy0Ud { width:8.5625rem;height:2.625rem;top:21.6875rem;left:0.875rem;background-color:transparent;background-image:none;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #Ns80r28fTSOwJ8ehHKScJwL4tcyG7go4 { display:block; }
 }@media only screen and (max-width: 763px) { #oDpHq4UX6erlEsUCbH0AO4c9bMspFfQT { width:8.5625rem;height:2.625rem;top:21.6875rem;left:10.75rem;box-shadow: none;background-color:transparent;background-image:none;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #dHMthAkWTzasFutx7GqZUTexuqlDrrsr { display:block; }
 }@media only screen and (max-width: 763px) { #RKdaZCNhvEPnLEI0yfmgIVQFMOUvsknR { width:20rem;height:10.5625rem;top:15.1875rem;left:0rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #LrXNGAKqMzghEyMNJcEd6FvJZWW90TL3 { display:block; }#LrXNGAKqMzghEyMNJcEd6FvJZWW90TL3 > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ts7KgBTyUbrt3vGBi5x3VS4eo6vKKFHh { width:20rem;height:25.0625rem;top:0.687255859375rem;left:0rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yItTi3GhJhC5RA1q00WZDyMv0liTlbFq { width:20rem;height:;top:17.4375rem;left:0rem;font-size:1.75rem;z-index:15067;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #n4xPaIol2c657beLbXrzFqJXIUnbaZdB { width:15.4980625rem;height:1.275025rem;top:19.8125rem;left:2.25rem;font-size:1.0625rem;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #ysRT163tCgTGMPumHv87KgygTOWhqIhi { width:8.5625rem;height:2.625rem;top:21.6875rem;left:0.875rem;background-color:transparent;background-image:none;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #MmcQOX2gTTCPu7DBRTzixxi4qdHKE2OE { display:block; }
 }@media only screen and (max-width: 763px) { #dUTRp3ngAiTZncAlhMoqdhGkQuQBFC2g { width:8.5625rem;height:2.625rem;top:21.6875rem;left:10.75rem;box-shadow: none;background-color:transparent;background-image:none;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #Hkoi57XJbsNQZfPJrGf2un0RVFWvDQUo { display:block; }
 }@media only screen and (max-width: 763px) { #PQBrGok3qeRihcrdduqhBmPig5h6rXAR { width:20rem;height:10.5625rem;top:15.1875rem;left:0rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #oPZ0cFKVEmkQ3g1ZetyqG8dRwR1B3uC3 { display:block; }#oPZ0cFKVEmkQ3g1ZetyqG8dRwR1B3uC3 > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vbwlVpLFpGNOBJdUKh0rRGGeSxVtTDnH { width:20rem;height:25.0625rem;top:0.687255859375rem;left:0rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dLdpTzXMpoPD3mdKtL3LEhTFVvJo4PpG { width:20rem;height:;top:17.4375rem;left:0rem;font-size:1.75rem;z-index:15067;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #W3yFnT8d3eCeC263TuR1Jd3QUTCvD0BX { width:15.4980625rem;height:1.275025rem;top:19.8125rem;left:2.25rem;font-size:1.0625rem;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #pamIFPiPWsOxTrQ2V7CsAvaT41mtmVeQ { width:8.5625rem;height:2.625rem;top:21.6875rem;left:0.875rem;background-color:transparent;background-image:none;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #QLB04l39rV2zA4q0LuMNlHCztsDIQOcA { display:block; }
 }@media only screen and (max-width: 763px) { #aMkcumLqbIoAa0GXXEEV0sHLtyUyNEfx { width:8.5625rem;height:2.625rem;top:21.6875rem;left:10.75rem;box-shadow: none;background-color:transparent;background-image:none;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #PFSL0CCQkTKanEhhJRHJqqzM7JLrwGJU { display:block; }
 }@media only screen and (max-width: 763px) { #msf0B77PkXe1odC1BKnMPcKpAlRK1LKg { width:20rem;height:10.5625rem;top:15.1875rem;left:0rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #plXbvXST902Sh96ElXe8hTVabKv8Lq9x { display:block; }#plXbvXST902Sh96ElXe8hTVabKv8Lq9x > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X2FoLFbS5rm5tzwsb7RTeOlyn0WbmlNi { width:20rem;height:25.0625rem;top:0.687255859375rem;left:0rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yqDaV9tXoWs8os2LTst1mnknTsslnqVa { width:20rem;height:;top:17.4375rem;left:0rem;font-size:1.75rem;z-index:15067;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PGOmVBUUUTPB4IDmbaXXhg0LD8nmTk03 { width:15.4980625rem;height:1.275025rem;top:19.8125rem;left:2.25rem;font-size:1.0625rem;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #JsQ6eFZ3KTG1kumXln1BAB2EbPhATc0k { width:8.5625rem;height:2.625rem;top:21.6875rem;left:0.875rem;background-color:transparent;background-image:none;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #qPoOHLCBowzcLkby81DmuEJcH6gevn9G { display:block; }
 }@media only screen and (max-width: 763px) { #NOkTO36QyT8IwG0ngSllBflcWfhfAOmD { width:8.5625rem;height:2.625rem;top:21.6875rem;left:10.75rem;box-shadow: none;background-color:transparent;background-image:none;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #RUWDSJpeIbuuhOSVFgciichRF49dMCkT { display:block; }
 }@media only screen and (max-width: 763px) { #syzuNBAyzVMaqeT90u99nzuEdlxTmnnp { width:20rem;height:10.5625rem;top:15.1875rem;left:0rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #GT84C7E5KL4xhgyQvFeUr1CaUwwE0rLQ { display:block; }#GT84C7E5KL4xhgyQvFeUr1CaUwwE0rLQ > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CXersNexoJL9GORPuDVWqnp4t0hSM7Tb { width:19.9365rem;height:24.9375rem;top:0.062255859375rem;left:0rem;z-index:15024;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZqEa9Q1eWV9wF1qB0bPNCaLbnpovyfgP { width:15.4980625rem;height:2.40014375rem;top:16.70947265625rem;left:2.25rem;font-size:2rem;z-index:15066;display:block; }
 }@media only screen and (max-width: 763px) { #hHKTwg01gbeVdR8LoTc55TTZB23cL1XU { width:15.4980625rem;height:1.27514375rem;top:19.0625rem;left:2.4375rem;font-size:1.0625rem;z-index:15073;display:block; }
 }@media only screen and (max-width: 763px) { #f2xRpfBhCBG3pbm5OhEuTIcXbboxqgB4 { width:8.2639375rem;height:2.3584rem;top:21.1875rem;left:1rem;background-color:transparent;background-image:none;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #kkpwv9dIELg7WuZIbQEH4T5ybxuF1BT5 { display:block; }
 }@media only screen and (max-width: 763px) { #s9LO2Xz4vcxpTQiRb5eFVCJ1yGfLzMOZ { width:8.2639375rem;height:2.3584rem;top:21.125rem;left:10.625rem;box-shadow: none;background-color:transparent;background-image:none;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #G7cz478RTFaBq0F3zHw3Vw9Sd0HibUI5 { display:block; }
 }@media only screen and (max-width: 763px) { #I9t9Trc8EIwiCcCBfa0lSCcG2BDLgAFc { width:19.9980625rem;height:10.6230625rem;top:14.4228515625rem;left:0rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #NzaPsquf8cPF2GS58ODC0wWIIv7eSEsG { display:block; }#NzaPsquf8cPF2GS58ODC0wWIIv7eSEsG > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uXigeUZh7UGPdsOqHRl2SWVVAqTx63In { width:19.9375rem;height:25rem;top:0rem;left:0rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GGfDbbcrIhXkPA51uC7einUkO12WAOVF { width:20rem;height:;top:16.7275390625rem;left:0rem;font-size:1.75rem;z-index:15067;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #iD3hMb0EFiEAdk5uTl9pmsMcm2eD27TP { width:15.4980625rem;height:1.27514375rem;top:19.08544921875rem;left:2.25rem;font-size:1.0625rem;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #xuk57pHTc2yONA5Aoos8LDnFTRX6seVF { width:8.5625rem;height:2.625rem;top:20.96044921875rem;left:0.87451171875rem;background-color:transparent;background-image:none;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #efxipioJmTBgzyFUfrkKR2oUz59aflZf { display:block; }
 }@media only screen and (max-width: 763px) { #l0VTMerSzkt96GLDvHSAlFHoimzgXGIJ { width:8.5625rem;height:2.625rem;top:20.96044921875rem;left:10.7490234375rem;box-shadow: none;background-color:transparent;background-image:none;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #E7LnXKy5ZWmwcbqhGSVfTz50e2luPDob { display:block; }
 }@media only screen and (max-width: 763px) { #eSqgf7REFSR7QyPGbff4qf44gL2LiJwJ { width:20rem;height:10.5625rem;top:14.375rem;left:0rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #kH7PHcPPwBKUzXO6yIk3sWaW0AOOs2zU { display:block; }#kH7PHcPPwBKUzXO6yIk3sWaW0AOOs2zU > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L3o0Hddzw9ziV3rcTEDNHCfiAJaROnEr { width:19.9375rem;height:25rem;top:0.6875rem;left:0rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OcmGGxC2ha1GRgfL05doKS8kzEBu8Mcm { width:20rem;height:2.0996125rem;top:17.4375rem;left:0rem;font-size:1.75rem;z-index:15067;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #t0VSwSfK1n2GuwDwINuCLyHxTJEXV6EX { width:15.4980625rem;height:1.275025rem;top:19.8125rem;left:2.25rem;font-size:1.0625rem;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #FTAqSFK1WlrJ2ogiMOyLSaRl1TS5cPUl { width:8.5625rem;height:2.625rem;top:21.6875rem;left:0.875rem;background-color:transparent;background-image:none;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #GXa7MBR70eXGl5okMlS3uUFr2zSOf9S0 { display:block; }
 }@media only screen and (max-width: 763px) { #Rg8aDT0KosszEphGXNByzTd4uOlTDUkE { width:8.5625rem;height:2.625rem;top:21.6875rem;left:10.75rem;box-shadow: none;background-color:transparent;background-image:none;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #Cay56y7eXT1BneXAtdtTUo0TpopR27a6 { display:block; }
 }@media only screen and (max-width: 763px) { #PJnCdzcufngO8nFLNLHsmMnsmNN774ik { width:20rem;height:10.5625rem;top:15.1875rem;left:0rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #AnGAxbcL3i1OpX3CPyTiUDMuK5y2sSTH { display:block; }#AnGAxbcL3i1OpX3CPyTiUDMuK5y2sSTH > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ALTE81QR2sbK41a5ES9wDxKr4T3NadwN { width:19.875rem;height:24.875rem;top:0rem;left:0rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ULJ5NvqV5uB1h55Vt0VXXQcxIMAaXA8F { width:20rem;height:2.0996125rem;top:16.7275390625rem;left:0rem;font-size:1.75rem;z-index:15067;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Sy83bzlTmV61GLLCM9TxOChzcCgNUGnW { width:15.4980625rem;height:1.27514375rem;top:19.08544921875rem;left:2.25rem;font-size:1.0625rem;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #fF8r0SbIZtXEh0VB4izueSIzTKFf06Kq { width:8.5625rem;height:2.625rem;top:20.96044921875rem;left:0.87451171875rem;background-color:transparent;background-image:none;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #E4cAhR05ByC0zwu4gHsl6g0KhEuGtO0O { display:block; }
 }@media only screen and (max-width: 763px) { #OJTsvOmGahLVV1mXFlzgadvtQOZnC84k { width:8.5625rem;height:2.625rem;top:20.96044921875rem;left:10.7490234375rem;box-shadow: none;background-color:transparent;background-image:none;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #p5XZru7mPGucQXAICd0f27OHGJz227P4 { display:block; }
 }@media only screen and (max-width: 763px) { #K9LoQDdRiTgdGlmTNO9HJxeVukZTFbP4 { width:20rem;height:10.5625rem;top:14.375rem;left:0rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #XIb6HaSHm0cxBODkp3sm0ir390h87qhO { display:block; }#XIb6HaSHm0cxBODkp3sm0ir390h87qhO > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ChMR15cvnMuTT2Wtu2ApvFFv5OrkCBOO { width:19.99875rem;height:24.999rem;top:0rem;left:0.000732421875rem;z-index:15024;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oy4J65DDxfJeuXKex0FFDcOXJFGZ7GMI { width:19.9995rem;height:10.56225rem;top:14.5625rem;left:0rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #yP7p3QcLrPh6S10pb60SJU6EDF9AoOzJ { width:19.9995rem;height:2.40014375rem;top:16.75rem;left:0rem;font-size:2rem;z-index:15067;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MqQ8zL7TWGMW6AhNaN2H8hZZ0JVAlmDT { width:15.4980625rem;height:1.27514375rem;top:19.125rem;left:2.25rem;font-size:1.0625rem;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #PEw2y0MbRfpQIeOmfdsobW1gO6dX3fUM { width:8.46825rem;height:2.53125rem;top:21rem;left:0.875rem;background-color:transparent;background-image:none;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #EAO0R6HmhZq0cvqxNx30KzKG7ixuBfeW { display:block; }
 }@media only screen and (max-width: 763px) { #AKEwgUXmJdI5TXZQkBALk8wkNiimrNoJ { width:8.46825rem;height:2.53125rem;top:21rem;left:10.75rem;box-shadow: none;background-color:transparent;background-image:none;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #fqOoenDnwCQvq2PM0odJNkqZ5kWrm3H0 { display:block; }
 }@media only screen and (max-width: 763px) { #zl9FevzxTXiFwRqx8m6nKxuibTHIQ1R6 { display:block; }#zl9FevzxTXiFwRqx8m6nKxuibTHIQ1R6 > .row .container { width:20rem;height:25.452294921875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z4wsTkAKxwxhx8rsDGUUbRpHmm3v5UaM { width:19.93725rem;height:24.9375rem;top:0.46875rem;left:0.06298828125rem;z-index:15024;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SpnrpKqoTPz7ucvSNWL22zThXTrqKOxc { width:19.9995rem;height:2.0996125rem;top:16.7490234375rem;left:0rem;font-size:1.75rem;z-index:15067;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ooNAv4d4TNIQ2EMmrUIq2Oh1TI3xz5Lt { width:15.4980625rem;height:1.27514375rem;top:19.53369140625rem;left:2.25rem;font-size:1.0625rem;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #QFJOLK3zlykyJhMaz8A5BrL7pKfhLgoF { width:8.46825rem;height:2.53125rem;top:21.999755859375rem;left:1.1865234375rem;background-color:transparent;background-image:none;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #FrOR0pEeIC4i6fUF55pWl9fM9Jft0XDy { display:block; }
 }@media only screen and (max-width: 763px) { #T0zXWsgalyy7f7iKt68ss1LgDoIyNx8u { width:8.46825rem;height:2.53125rem;top:22rem;left:10.75rem;box-shadow: none;background-color:transparent;background-image:none;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #TT2Qn36FezGA2cNvhMPxO71S3dgszJor { display:block; }
 }@media only screen and (max-width: 763px) { #HxwAzEX1IrBr0QcZvmLdkMV19UA4X27p { width:19.99875rem;height:10.5615rem;top:14.8916015625rem;left:0.00146484375rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #TfOZTzaHWPWWaOqiOLs7JbJbJnMffZSs { background-color:#1e1e1e;background-image:none;display:block; }#TfOZTzaHWPWWaOqiOLs7JbJbJnMffZSs > .row .container { background-color: transparent; background-image: none; }#TfOZTzaHWPWWaOqiOLs7JbJbJnMffZSs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfOZTzaHWPWWaOqiOLs7JbJbJnMffZSs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfOZTzaHWPWWaOqiOLs7JbJbJnMffZSs > .row .container > .video-iframe-container { display: none; }#TfOZTzaHWPWWaOqiOLs7JbJbJnMffZSs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfOZTzaHWPWWaOqiOLs7JbJbJnMffZSs > .row > .video-iframe-container { display: none; }#TfOZTzaHWPWWaOqiOLs7JbJbJnMffZSs > .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); }#TfOZTzaHWPWWaOqiOLs7JbJbJnMffZSs > .row .container { width:20rem;height:65.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJFSK2zwF1sb1LiOtnQrIxx599AJ9p2u { width:20rem;height:5.5993625rem;top:3.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr .accordion-element-container { background-color:#1e1e1e;background-image:none; }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr .accordion-heading-text { font-size:1.25rem;height:auto;line-height:1.5;overflow:hidden; }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr .accordion-desc-text { font-size:0.875rem;height:auto; }
#TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr { display:flex;height:auto;width:19.9995rem;top:12.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #sBo5Id1Z0niz5CxlNSKZcL8Kh5JILyEv {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #nwA3huQTOMpT0Nxd1XHMmrgvFHNyKW20 {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #gPVcwCrIVQilJRz3Irg9ZPTx89G684nD {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #IrCJTbypqJV3FQJnZB89sIzSJKEG7BaE {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #kJZQMAtAPucqO9uO3LfcKymTT4Byx9FJ {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #wwMkICXtQ7b58ayNAipLX635iSvT8rmB {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #kN6kJGAcbvRwZExU8rV08PIke9g32dvh {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #eKcUbGIdpk3qJRw2hO4fOTGeLxdgpAd6 {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #mwKl3OgoHs33wVWHWIITDbcesswT7SXp {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #Qdc9Ib4SW0K926qK1Qesg4gqmsHeqSbx {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #Vmhd2PhtDxEy2Ie6ugHMi09RfE4HEisz {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #JMJBRURedrgKeTL6G2CdPTbO2Xs67v4O {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #wqB0pJV3ewMOXy7UQoT4LD92uVvBnVQs {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #vOTtyWynSHTSnVQTRODtVafdCO9w8fH6 {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #U8H4sCtyxQGcbOB4QJ9AJ3U8Aaf0ZrlL {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #MPAeeFoFFwsmXpNHTTTUs43vJODGTrzm {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #ZlwFRZyo1mrK0t98rbBv0mZFlMhIvTGs {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #EJVEm43R4LvxvBHy31IfRrF87LZtsvZK {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #axOA2xxUyvNBgtmQZi2li1GUMtnrPZex {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #ZlQSKgB0O4dUvlPQOCGA00cFpx0ZNPSl {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #bLwhQGxyrcDzgT1OZMzCAZXUoMvNGMdr {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #FTkWrJiSS5MtnrRCEer184R2920WGhsv {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #MGylIruD4Ip3MzPHvJzoeMmGrJHkGRJk {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #Ts5QNGoq5aHeL5otNUM2dSBgowSbg2QQ {  }
 }@media only screen and (max-width: 763px) { #TRzpRRV6dMMoDqbZNtUJDA4gpPMpD2Wr #IHSuelz9A9mnPncSJUFuUJwoZ5ZpEN05 {  }
 }@media only screen and (max-width: 763px) { #uBwxJP6Gp0rB8bF45vvsUU094N4Ro4tT { display:block; } #H25ef35e588e7f3bbb2c6b9640c97b20.widget-smartsection *:focus-visible, #H25ef35e588e7f3bbb2c6b9640c97b20.widget-smartsection input[type="text"]:focus-visible, #H25ef35e588e7f3bbb2c6b9640c97b20.widget-smartsection input[type="email"]:focus-visible, #H25ef35e588e7f3bbb2c6b9640c97b20.widget-smartsection input[type="tel"]:focus-visible, #H25ef35e588e7f3bbb2c6b9640c97b20.widget-smartsection textarea:focus-visible { outline: none; } #uBwxJP6Gp0rB8bF45vvsUU094N4Ro4tT > .row .container { position:relative;display:block; } }