.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:217,245,246;--color-primary-1:130,221,226;--color-primary-2:4,187,197;--color-primary-3:2,94,99;--color-primary-4:1,28,30;--color-secondary-0:251,223,230;--color-secondary-1:242,148,172;--color-secondary-2:229,40,88;--color-secondary-3:115,20,44;--color-secondary-4:34,6,13;--color-tertiary-0:255,255,255;--color-tertiary-1:232,247,255;--color-tertiary-2:139,148,153;--color-tertiary-3:83,89,92;--color-tertiary-4:11,16,32;--headlines-font-family:"Source Sans Pro";--paragraphs-font-family:"Source Sans Pro"; }@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:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBTiKe6GgBengKlPsnn8OWTkFdSFdaKu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e8e8;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:none; }#TBTiKe6GgBengKlPsnn8OWTkFdSFdaKu > .row .container { border-width: 0; border-radius: 0; }#TBTiKe6GgBengKlPsnn8OWTkFdSFdaKu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TBTiKe6GgBengKlPsnn8OWTkFdSFdaKu > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:none; }#yKMKZP3iytBut0TFcPXXsMFfLqGQOKkR { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:10.25rem;top:1rem;left:5.46875rem;overflow:hidden;display:block; }
#TNvHcMtXICnIbtu0JexZcGUdKNzOi7mw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#vDBVLAxVr8K26yy7PxHdUM7meALdP6DR { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:10.375rem;top:5rem;left:3.5625rem;display:none; }
#axnQBGTqCPq3cCxiELU0U64EmXluQRoD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e8e8;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#axnQBGTqCPq3cCxiELU0U64EmXluQRoD > .row .container { background-color: transparent; background-image: none; }#axnQBGTqCPq3cCxiELU0U64EmXluQRoD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#axnQBGTqCPq3cCxiELU0U64EmXluQRoD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#axnQBGTqCPq3cCxiELU0U64EmXluQRoD > .row .container > .video-iframe-container { display: none; }#axnQBGTqCPq3cCxiELU0U64EmXluQRoD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#axnQBGTqCPq3cCxiELU0U64EmXluQRoD > .row > .video-iframe-container { display: none; }#axnQBGTqCPq3cCxiELU0U64EmXluQRoD > .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); }#axnQBGTqCPq3cCxiELU0U64EmXluQRoD > .row .container { border-width: 0; border-radius: 0; }#axnQBGTqCPq3cCxiELU0U64EmXluQRoD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#axnQBGTqCPq3cCxiELU0U64EmXluQRoD > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#eKeQzNB6eTlqSQvAATXF6ImADwVMk1iT { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:10.25rem;top:1rem;left:5.46875rem;overflow:hidden;display:block; }
#I90W0TwU9s8nM7HuU55ays3fl84bP32n { background-color:#8f4f55;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(var(--color-primary-4),0.77) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19rem;height:3rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:0.75rem;left:53.75rem;display:block; }
#XmqMm01dHvUbRwTFCq6T1xI2cEUW7V4a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SuE30r8bliI3f9HJ4G7v5gOu7DAsc5IR { color:rgba(var(--color-tertiary-4),1);display:block;width:9.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:1.703125rem;left:37.5rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#BTVTkPglioEDDIFuHprG5q6R84NzaaMw { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:1.703125rem;left:25.1875rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#Mlt9Go2r4HCFuRUJheSLmlKoNqnJRUPs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#qok8BdF7EtVbs18XvFrZPhpRSvRSKNzW { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:10.375rem;top:5rem;left:3.5625rem;display:none; }
#HDflvmGzc2Z1vf5KOgUktPrUzwckOinK { color:rgba(var(--color-tertiary-4),1);display:block;width:6.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:1.703125rem;left:34.375rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#qZznVNWJUmp4kUPXUSkUSFVOsq2bfdfn { color:rgba(var(--color-tertiary-4),1);display:block;width:6.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:1.703125rem;left:29.625rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#qGvgFNwICVuVaMH6VUkzEHQx76o49STP { color:rgba(var(--color-tertiary-4),1);display:block;width:5.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:1.703125rem;left:18.875rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .row .container { background-color: transparent; background-image: none; }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .row .container > .video-iframe-container { display: none; }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .row > .video-iframe-container { display: none; }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .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); }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .row .container { border-width: 0; border-radius: 0; }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .row > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .row .container { font-size:0.875rem;font-family:arial;height:52.5rem;width:75rem;position:relative;display:block; }#ExtLywmk7B91I77xOCCHAOTfK73UX8lk { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:32.375rem;width:32.4375rem;top:10.59375rem;left:2.1875rem;overflow:hidden;display:block; }
#fh2Mdla16kPdkrxpy71N4QSUmgvlDxFp { color:rgba(var(--color-tertiary-4),1);display:block;width:38rem;position:absolute;font-family:"source sans pro";font-size:3.5625rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:9.25rem;left:36.125rem;height:11.753875rem;text-align:left;text-align-last:left;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; }
#aPTm3melcmruf2vJsOx8Z4elTsK2VIbT { color:rgba(var(--color-tertiary-4),1);display:block;width:36.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:22rem;left:36.125rem;height:5.361325rem;display:block; }
#SoJMTlTM1oGWhO2i3NNWKwNmKm9Nqe5K { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#SoJMTlTM1oGWhO2i3NNWKwNmKm9Nqe5K > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#T0L6oaQdzsqZUTd7aVwlKvSbfOuuua2I { background-color:#6d818f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5rem;height:3rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:46.375rem;left:9.25rem;display:none; }
#dnKeodnHqKMQWKXluTZpCa939cG62aBF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sP7cDP3yKbvVhsnP3sEgbM0F3NoowDNL { background-color:#6d818f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5rem;height:3rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:46.375rem;left:9.25rem;display:none; }
#GovDVKGtCoPh2ZC24w9WDzsHOokiXPMx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P1nTmFqAmE4bHxQTlvJsOHSiPiGmrntp { background-color:#6d818f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5rem;height:3rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:46.375rem;left:9.25rem;display:none; }
#XNGpdhtoCtri98KKo3Bl7w8GySX0F2fX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H0kp8IGITGxscR54JtlkJlSLd0RiD5hs { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:5.5rem;top:24.625rem;left:48.875rem;overflow:hidden;display:none; }
#meU5Efts5AirF0HuQXGpSppiyVeLJCtB { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8a5253, #000000);background-image: -moz-linear-gradient(180deg, #8a5253, #000000);background-image: -ms-linear-gradient(180deg, #8a5253, #000000);background-image: -o-linear-gradient(180deg, #8a5253, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a5253', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a5253', endColorstr='#000000' );";background-image: linear-gradient(180deg, #8a5253, #000000);background-size:auto !important;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.3125rem 0.3125rem 0.5625rem rgba(var(--color-primary-4),0.39) ;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.25rem;height:3rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:37rem;left:36.125rem;display:block; }
#NuaklReItbGZ8UPaHZnriEkV3wS71zJ0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TclT8FQDtPhMEZzItA79KqpN8uWSfnuL { color:rgba(var(--color-tertiary-4),1);display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:41.9375rem;left:39.3125rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#rFMQUPqVqF9ceIv4sHTkEuqrKPUTTilA { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #8a5253;border-left:0.25rem solid #8a5253;border-right:0.25rem solid #8a5253;border-bottom:0.25rem solid #8a5253;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.3125rem 0.3125rem 0.5625rem rgba(var(--color-primary-4),0.4) ;box-sizing:border-box;color:#8a5253;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.25rem;height:3rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:33.125rem;left:36.125rem;display:block; }
#AKrC5ymDtnylkzwPZuwv1PUhuc73HJDX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FC0wPZsAi5DXJhNCf4T4eipn85SqCnIq { background-color:#8a5253;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.3125rem 0.3125rem 0.5625rem rgba(var(--color-primary-4),0.41) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.25rem;height:3rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:29.1875rem;left:36.125rem;display:block; }
#UCMudOWszyKsvrZQJKUaDDnPtXsn2wwP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uI4kU954QSNiqcurpvC803mxdFXED00w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e8e8;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; }#uI4kU954QSNiqcurpvC803mxdFXED00w > .row .container { background-color: transparent; background-image: none; }#uI4kU954QSNiqcurpvC803mxdFXED00w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uI4kU954QSNiqcurpvC803mxdFXED00w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uI4kU954QSNiqcurpvC803mxdFXED00w > .row .container > .video-iframe-container { display: none; }#uI4kU954QSNiqcurpvC803mxdFXED00w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uI4kU954QSNiqcurpvC803mxdFXED00w > .row > .video-iframe-container { display: none; }#uI4kU954QSNiqcurpvC803mxdFXED00w > .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); }#uI4kU954QSNiqcurpvC803mxdFXED00w > .row .container { border-width: 0; border-radius: 0; }#uI4kU954QSNiqcurpvC803mxdFXED00w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uI4kU954QSNiqcurpvC803mxdFXED00w > .row .container { font-size:0.875rem;font-family:arial;height:60.625rem;width:75rem;position:relative;display:block; }#mmKNpoFo29dn2s88ZncJ3qCK6xRAU6Je { color:rgba(var(--color-tertiary-4),1);display:block;width:24.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:3.125rem;left:9.25rem;height:7.3125rem;display:block; }
#DJ097dDU421KSNHTZor4PCU8Viohk0ch { color:rgba(var(--color-tertiary-4),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:48.25rem;left:9.3125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#QWOoORk5BRDSJ4deqihkoqInrHF2x0i8 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:11.4375rem;left:9.25rem;height:32.16208125rem;display:block; }
#hUD2hitk7MdJeHiQQCWi9UVVbTq67yXp { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:46.875rem;width:35.875rem;top:5.25rem;left:36.388093123768rem;overflow:hidden;display:block; }
#smdIl4t4u25bbPHPf7bdxACChqNapm2U { background-color:#8f4f55;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.3125rem 0.3125rem 0.5625rem rgba(var(--color-primary-4),0.74) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.5rem;height:3rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:52.125rem;left:9.40625rem;display:block; }
#SaPEwa0AnzRBvzP0bkxMQybQRTMLsXeA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sI8Lg1gpvv77wPoEMJHobXrLV1VyO79T { position:relative;display:block; }#sI8Lg1gpvv77wPoEMJHobXrLV1VyO79T { background-color: transparent; background-image: none; }#sI8Lg1gpvv77wPoEMJHobXrLV1VyO79T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sI8Lg1gpvv77wPoEMJHobXrLV1VyO79T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sI8Lg1gpvv77wPoEMJHobXrLV1VyO79T > .row .container > .video-iframe-container { display: none; }#sI8Lg1gpvv77wPoEMJHobXrLV1VyO79T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sI8Lg1gpvv77wPoEMJHobXrLV1VyO79T > .row > .video-iframe-container { display: none; }#sI8Lg1gpvv77wPoEMJHobXrLV1VyO79T > .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); }#sI8Lg1gpvv77wPoEMJHobXrLV1VyO79T { border-width: 0; border-radius: 0; }#sI8Lg1gpvv77wPoEMJHobXrLV1VyO79T > .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; }#sI8Lg1gpvv77wPoEMJHobXrLV1VyO79T > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:33.9375rem;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; }#GK2aziUPW3oBvTP0uJSCz9fZ84hGGT7Z { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:26.6875rem;width:27.3125rem;top:2.6875rem;left:5.5625rem;overflow:hidden;display:block; }
#An2ZpDg2775Su6nOAlSlDg0R9SPzQEak { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:5.5rem;left:34.625rem;height:6.3359375rem;text-align:left;text-align-last:left;display:block; }
#ostIIdlEK1ZMIXga0NHoXGJbXTHLSGwy { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15012;line-height:1.7;letter-spacing:0;top:12.125rem;left:34.625rem;height:16.3583875rem;text-align:left;text-align-last:left;display:block; }
#dHVTQ3C8EawRAfPyJSWDJLmrNmNIR4m7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e8e8;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; }#dHVTQ3C8EawRAfPyJSWDJLmrNmNIR4m7 > .row .container { background-color: transparent; background-image: none; }#dHVTQ3C8EawRAfPyJSWDJLmrNmNIR4m7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHVTQ3C8EawRAfPyJSWDJLmrNmNIR4m7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHVTQ3C8EawRAfPyJSWDJLmrNmNIR4m7 > .row .container > .video-iframe-container { display: none; }#dHVTQ3C8EawRAfPyJSWDJLmrNmNIR4m7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHVTQ3C8EawRAfPyJSWDJLmrNmNIR4m7 > .row > .video-iframe-container { display: none; }#dHVTQ3C8EawRAfPyJSWDJLmrNmNIR4m7 > .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); }#dHVTQ3C8EawRAfPyJSWDJLmrNmNIR4m7 > .row .container { border-width: 0; border-radius: 0; }#dHVTQ3C8EawRAfPyJSWDJLmrNmNIR4m7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dHVTQ3C8EawRAfPyJSWDJLmrNmNIR4m7 > .row .container { font-size:0.875rem;font-family:arial;height:35.375rem;width:75rem;position:relative;display:block; }#EqoWuLxGZ6tSxdk1LxyaBRGgRbwl215D { color:rgba(var(--color-tertiary-4),1);display:block;width:38.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:1.1875rem;left:18.3125rem;height:;text-align:center;text-align-last:center;display:block; }
#fovmtQImaFexMr22qSkao7I5qV2UuGcI { color:rgba(var(--color-tertiary-4),1);display:block;width:38.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:26.125rem;left:18.3125rem;height:1.8681625rem;text-align:center;text-align-last:center;display:block; }
#yVzET0zTFJOCek62if4yIdqP0uHvEuNF .accordion-element-container { border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.3125rem 0.3125rem 0.5625rem rgba(var(--color-tertiary-4),0.94) ;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#yVzET0zTFJOCek62if4yIdqP0uHvEuNF .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#yVzET0zTFJOCek62if4yIdqP0uHvEuNF .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1); }
#yVzET0zTFJOCek62if4yIdqP0uHvEuNF .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-4),1); }
#yVzET0zTFJOCek62if4yIdqP0uHvEuNF .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_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#yVzET0zTFJOCek62if4yIdqP0uHvEuNF .accordion-trigger.adaptive-delivery-prevent-bg, #yVzET0zTFJOCek62if4yIdqP0uHvEuNF .accordion-trigger.lazyload, #yVzET0zTFJOCek62if4yIdqP0uHvEuNF .accordion-trigger.lazyloading { background-image: none; }
#yVzET0zTFJOCek62if4yIdqP0uHvEuNF { box-sizing:content-box;height:auto;width:61rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15001;background-color:#904f55;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:5.75rem;left:5.75rem;border-top-right-radius:1.1875rem;border-bottom-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-top-left-radius:1.1875rem; }
#yVzET0zTFJOCek62if4yIdqP0uHvEuNF .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#yVzET0zTFJOCek62if4yIdqP0uHvEuNF #Dm2D3hgWwfbtvTcplUgUT0xo6pyGLsn4 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yVzET0zTFJOCek62if4yIdqP0uHvEuNF #aKSRP6ilzGcD0LEetKhD800MgyLPmxmP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yVzET0zTFJOCek62if4yIdqP0uHvEuNF #Qs52Tl4usGSiq8DPR932xykiGlQi4K1p { display:block;position:relative; }
#yVzET0zTFJOCek62if4yIdqP0uHvEuNF #MNaleWTG5ykgz4eAXGW5JKdpTCVAhDVu {  }
#yVzET0zTFJOCek62if4yIdqP0uHvEuNF #Ty56lM1J4SotatHO0S1vFPEOO8zT5N7T {  }
#yVzET0zTFJOCek62if4yIdqP0uHvEuNF #VouSIcaa1iomGqZIAMDKTrWBJpefyzWI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yVzET0zTFJOCek62if4yIdqP0uHvEuNF #ltTTAGblAbchAwz50NF2T8FaoVcHKf9N { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yVzET0zTFJOCek62if4yIdqP0uHvEuNF #R8MEW84G5xhspXk86x8yFPsit2W338V1 { display:block;position:relative; }
#yVzET0zTFJOCek62if4yIdqP0uHvEuNF #RZznf521wtGV3lTa1nKrzOx8SVk6eBEC {  }
#yVzET0zTFJOCek62if4yIdqP0uHvEuNF #ni6eWs1CLca61KODTcgdDcAzreRwFxZ6 { display:none; }
#yVzET0zTFJOCek62if4yIdqP0uHvEuNF #w3nuf8WvRwwecvwOpDHC2tkpvHrMboOS { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yVzET0zTFJOCek62if4yIdqP0uHvEuNF #mAWl4pN1wXXuwXk4TMaOCZ6mG2EHH9tw { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yVzET0zTFJOCek62if4yIdqP0uHvEuNF #AqAQ1TPp9VlJu1OBtgcPdRyHo6UdB6Fc { display:block;position:relative; }
#yVzET0zTFJOCek62if4yIdqP0uHvEuNF #E8dicuFKWwkuSWglxanNTa8L1wvHEUKb {  }
#yVzET0zTFJOCek62if4yIdqP0uHvEuNF #XUJAAGP6DTefarxw8m7rTJXzXX9UteKS { display:none; }
#yVzET0zTFJOCek62if4yIdqP0uHvEuNF #VeIebFcKI3oDzGBBChf2HV6hn4Sx2c5P { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yVzET0zTFJOCek62if4yIdqP0uHvEuNF #xMTVqodXxTLHeQPoi1MxFpHggGKhcLeo { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yVzET0zTFJOCek62if4yIdqP0uHvEuNF #sLQ8JBs8wwtXqw1BQXPo4DKk2Id850cq { display:block;position:relative; }
#yVzET0zTFJOCek62if4yIdqP0uHvEuNF #IXNIDLSPUHNU6zAKxTnrIbAiVETCctuU {  }
#yVzET0zTFJOCek62if4yIdqP0uHvEuNF #RsdUsTzLsshzecCBX6gq6JJoIKtAWqyL { display:none; }
#yE8NosRirSSOXkPW55aitVrlNcqoThgU { background-color:#8f4f55;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.3125rem 0.3125rem 0.5625rem rgba(var(--color-primary-4),0.7) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:28.9375rem;left:17.6875rem;display:block; }
#KDiPMfWvPRTxziCoaRzX7iGEaHrxlrCZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bf5DvguTiVRKbG6MziOIfcVMQBNRXz7l { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-3),1);border-left:0.1875rem solid rgba(var(--color-secondary-3),1);border-right:0.1875rem solid rgba(var(--color-secondary-3),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-3),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.3125rem 0.3125rem 0.5625rem rgba(var(--color-primary-4),0.72) ;box-sizing:border-box;color:rgba(var(--color-secondary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.1875rem;height:3rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:28.9375rem;left:33.125rem;display:block; }
#eTbpNAq6sPuGSskGgHWuDZOKb26reATF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yNQ80gB4wRtESrTiwNZn7cyiZbhq116F { position:relative;display:block; }#yNQ80gB4wRtESrTiwNZn7cyiZbhq116F { background-color: transparent; background-image: none; }#yNQ80gB4wRtESrTiwNZn7cyiZbhq116F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNQ80gB4wRtESrTiwNZn7cyiZbhq116F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNQ80gB4wRtESrTiwNZn7cyiZbhq116F > .row .container > .video-iframe-container { display: none; }#yNQ80gB4wRtESrTiwNZn7cyiZbhq116F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNQ80gB4wRtESrTiwNZn7cyiZbhq116F > .row > .video-iframe-container { display: none; }#yNQ80gB4wRtESrTiwNZn7cyiZbhq116F > .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); }#yNQ80gB4wRtESrTiwNZn7cyiZbhq116F { border-width: 0; border-radius: 0; }#yNQ80gB4wRtESrTiwNZn7cyiZbhq116F > .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; }#yNQ80gB4wRtESrTiwNZn7cyiZbhq116F > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:39rem;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; }#WZKACxgAeFMbRoKT4BfIaNBMwfZnDbsd { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:5.375rem;left:33.625rem;height:3.0869125rem;text-align:center;text-align-last:center;display:block; }
#WmRM30TKFbrBcHI9kf3w25EnC5B08tay { color:rgba(var(--color-tertiary-4),1);display:block;width:27.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:8.4609375rem;left:37.53125rem;height:11.9423625rem;display:block; }
#oap2K557vq5pExT7gfRkoafRJcIMpTx6 { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:30.5625rem;width:30.5625rem;top:2.875rem;left:4.125rem;overflow:hidden;display:block; }
#rSyoigc43tLz5mTJHK7SfkigtOrWv2b2 { background-color:#8f4f55;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.3125rem 0.3125rem 0.5625rem rgba(var(--color-primary-4),0.88) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.6875rem;height:3rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:28rem;left:37.5rem;display:block; }
#ghGDKGzMq6NyfhATb5ldCZfQOOR8yETC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uX1ReWdt8f7Jeza8fXKihE4F81GqBGDZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e8e8;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; }#uX1ReWdt8f7Jeza8fXKihE4F81GqBGDZ > .row .container { background-color: transparent; background-image: none; }#uX1ReWdt8f7Jeza8fXKihE4F81GqBGDZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uX1ReWdt8f7Jeza8fXKihE4F81GqBGDZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uX1ReWdt8f7Jeza8fXKihE4F81GqBGDZ > .row .container > .video-iframe-container { display: none; }#uX1ReWdt8f7Jeza8fXKihE4F81GqBGDZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uX1ReWdt8f7Jeza8fXKihE4F81GqBGDZ > .row > .video-iframe-container { display: none; }#uX1ReWdt8f7Jeza8fXKihE4F81GqBGDZ > .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); }#uX1ReWdt8f7Jeza8fXKihE4F81GqBGDZ > .row .container { border-width: 0; border-radius: 0; }#uX1ReWdt8f7Jeza8fXKihE4F81GqBGDZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uX1ReWdt8f7Jeza8fXKihE4F81GqBGDZ > .row .container { font-size:0.875rem;font-family:arial;height:24.3125rem;width:75rem;position:relative;display:block; }#mwxP8TZCoiuMr1sNHLgpZASH1nfPNE0w { color:rgba(var(--color-tertiary-4),1);display:block;width:43.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:1.375rem;left:15.65625rem;height:;text-align:center;text-align-last:center;display:block; }
#DvtWLvShdmaZX5QGKlFVhPIrogohyFUF { color:rgba(var(--color-tertiary-4),1);display:block;width:38.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:8.82421875rem;left:18.3125rem;height:;text-align:center;text-align-last:center;display:block; }
#uV4aSSIBDsiw36Aq8pNwRF2VS0XMGh0X { background-color:#8f4f55;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.3125rem 0.3125rem 0.5625rem rgba(var(--color-primary-4),0.74) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.5rem;height:3rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:16rem;left:25.25rem;display:block; }
#DThUgPTJVF2AhWnBFLbPOCmDho0Ri4DL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xpDVk0QEMGSnf3aKRe3suwB0KeiQQhvL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xpDVk0QEMGSnf3aKRe3suwB0KeiQQhvL > .row .container { background-color: transparent; background-image: none; }#xpDVk0QEMGSnf3aKRe3suwB0KeiQQhvL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpDVk0QEMGSnf3aKRe3suwB0KeiQQhvL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpDVk0QEMGSnf3aKRe3suwB0KeiQQhvL > .row .container > .video-iframe-container { display: none; }#xpDVk0QEMGSnf3aKRe3suwB0KeiQQhvL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpDVk0QEMGSnf3aKRe3suwB0KeiQQhvL > .row > .video-iframe-container { display: none; }#xpDVk0QEMGSnf3aKRe3suwB0KeiQQhvL > .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); }#xpDVk0QEMGSnf3aKRe3suwB0KeiQQhvL > .row .container { border-width: 0; border-radius: 0; }#xpDVk0QEMGSnf3aKRe3suwB0KeiQQhvL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xpDVk0QEMGSnf3aKRe3suwB0KeiQQhvL > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:75rem;position:relative;display:block; }#Lk98TOsdzaMobiVkOqkGyKTxTCGgu9ie { color:rgba(var(--color-tertiary-4),1);display:block;width:35.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2rem;left:19.625rem;height:;text-align:center;text-align-last:center;display:block; }
#dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv .accordion-element-container { border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.3125rem 0.3125rem 0.5625rem rgba(var(--color-tertiary-4),0.92) ;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1); }
#dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv .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-4),1); }
#dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv .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_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv .accordion-trigger.adaptive-delivery-prevent-bg, #dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv .accordion-trigger.lazyload, #dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv .accordion-trigger.lazyloading { background-image: none; }
#dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv { box-sizing:content-box;height:auto;width:61rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15001;background-color:#8f4f55;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:6.625rem;left:6.625rem;border-top-right-radius:1.1875rem;border-bottom-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-top-left-radius:1.1875rem; }
#dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv #QTR4yqWAidATFrMgim63T338kPzGxbA4 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv #KCd53TsTN50bMPPuKHdvRISFI5odqip9 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv #VmKUbzpbKMFqKP5wafyTQhHLO8rUxHT8 { display:block;position:relative; }
#dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv #JLlgzLuwbmza02QIDTmXhn4eKRQqEdRT {  }
#dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv #mt40HEraAhDdagbBJ4AbdDuH8Vql9kJc {  }
#dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv #g75lK0CTn39Ibuzmleld2z1wVWeM3BfS { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv #kaZyKr5WABrge1eNXwLBtd8bWBSdgCLh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv #JqGlzTOBaQLGV8dvvnQmV6a1t7UqFXEh { display:block;position:relative; }
#dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv #HG0L07bZ7OLBn4ypoi5OcT9bfg2Ed7FG {  }
#dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv #ANztcuo3RaRetVfVTbhSJHEFE92iUJNB { display:none; }
#dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv #TahmEAQCDNdDAbFNN5sGp6uZv2qZAKWn { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv #nQziEfcrVWo9DODB7CCMHC8fbDBxSMxz { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv #MFwrZcbMIv9FMZ2hebXKTyI23ltfsdIz { display:block;position:relative; }
#dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv #qVBMkaqDdVaxOFnUA0Xd5a09HgAEyEWC {  }
#dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv #coAqqEKGT8S8vS442xUpQPKM09qSgwlA { display:none; }
#dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv #loXSJvJB7zgAv7bskdWwqZCrgQrpEAwX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv #XvHGsPsJe6s3aRKyF0Pi0E894mV7g2HR { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv #G8cOwl6BzMQ4FESVsglLZgdwUcmnVbwO { display:block;position:relative; }
#dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv #rZwJX4bu8X3UVVavKyQBeTgo7xxNnAO3 {  }
#dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv #A3KucW2XMFSb2iS1WfQQpSSuFGzueMe6 { display:none; }
#obGF5yJncAWoUOw64UnWIoa1KbrDwFzB { color:rgba(var(--color-tertiary-4),1);display:block;width:38.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:27.75rem;left:18.3125rem;height:1.8681625rem;text-align:center;text-align-last:center;display:block; }
#r2gZabp6x0eJtcJbhhvkOhvr5I7h6Px3 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-3),1);border-left:0.1875rem solid rgba(var(--color-secondary-3),1);border-right:0.1875rem solid rgba(var(--color-secondary-3),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-3),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.3125rem 0.3125rem 0.5rem rgba(var(--color-primary-4),0.74) ;box-sizing:border-box;color:rgba(var(--color-secondary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.1875rem;height:3rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:30.3125rem;left:26.8125rem;display:block; }
#KuWDQgukSHMklnSGHqrpKPXs38KvqGSf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rCy7zcrEiHNIINDdn29UDXmIf8aACbeo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e8e8;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; }#rCy7zcrEiHNIINDdn29UDXmIf8aACbeo > .row .container { background-color: transparent; background-image: none; }#rCy7zcrEiHNIINDdn29UDXmIf8aACbeo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCy7zcrEiHNIINDdn29UDXmIf8aACbeo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCy7zcrEiHNIINDdn29UDXmIf8aACbeo > .row .container > .video-iframe-container { display: none; }#rCy7zcrEiHNIINDdn29UDXmIf8aACbeo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCy7zcrEiHNIINDdn29UDXmIf8aACbeo > .row > .video-iframe-container { display: none; }#rCy7zcrEiHNIINDdn29UDXmIf8aACbeo > .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); }#rCy7zcrEiHNIINDdn29UDXmIf8aACbeo > .row .container { border-width: 0; border-radius: 0; }#rCy7zcrEiHNIINDdn29UDXmIf8aACbeo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rCy7zcrEiHNIINDdn29UDXmIf8aACbeo > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:75rem;position:relative;display:block; }#XzEPiHHMT9o6eT04HqDKqWlsT7ryoLg2 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:27.125rem;left:21.6875rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .widget-form-header {  }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:29.1875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .widget-input-text { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:29.1875rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.79) ;vertical-align:top; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .widget-input-text {padding-top: 0; padding-bottom: 0;}#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .widget-textarea { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:29.1875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:unbounded;vertical-align:top;box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.79) ; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:29.1875rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none;vertical-align:top; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .widget-input-select {padding-top: 0; padding-bottom: 0;}#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .widget-input-button { border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:3.0625rem;margin-bottom:0.25rem;margin-left:3.0625rem;display:block;box-sizing:border-box;font-size:1.1875rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:23rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0.3125rem 0.3125rem 0.5625rem rgba(var(--color-tertiary-4),0.9) ; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn [class*="-text"]:-moz-placeholder { color:#8f4f55;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn [class*="-text"]::-moz-placeholder { color:#8f4f55;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn [class*="-text"]:-ms-input-placeholder { color:#8f4f55;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn [class*="-text"]::-webkit-input-placeholder { color:#8f4f55;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.9375rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:27.9375rem;overflow:hidden;font-style:normal;float:none; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .widget-container:first-of-type{padding-top:0;}#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .widget-container:last-of-type{padding-bottom:0;}#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn  { background-color:#8f4f55;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15034;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;position:absolute;top:5.1875rem;left:21.6875rem; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:29.1875rem;display:block;vertical-align:top; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn {display:block;}#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn { background-color:#8f4f55;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15034;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;position:absolute;top:5.1875rem;left:21.6875rem; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #ZNtpnARdzcHl2Rmqalif24GOnbXEPpEU { position:relative; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #k5AugpxLKSNRXOp23J2C2GaSGmi2tcL9 { position:relative;display:none; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #Bn5dl1SAvgbh7WJMpmqdcLv7cC2LmVKQ { position:relative; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #tCNAgNXg7JPByHc3STWDXQrlZc1brhm1 { position:relative; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #cqEe55CR2JVko0kirmnJqDHRcnJv8KDm { position:relative;display:none; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #OK8PZsd4S7UuNIn5PHJoTTRi0W8i8TQp { position:relative; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #sm0kvdznwv6qONy7cE4a4bEPWtFtwadk { position:relative; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #yyvSd1Tbi4NP6PzlXLOdX7xRol7xa560 { position:relative;display:none; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #BMpOn9l5AXXam609onr0TTTPzMgizZt5 { position:relative; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #DDbBz4iBk9rk6KhOTWrSDu5wUoFH414G { position:relative; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #S275RkOcK8bhNVkERPgQpg6vGp8NRT5x { position:relative;z-index:2; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #Xs6KJRmTzcsTTmR692Hsn93lb7IpTsNG { position:relative; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #ViC1BwpcK833KQrPcF3naT4DSJCasTKh { position:relative; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #TTQATPtk6xwSVNSoPoRLOZSOPtaSp7nl { position:relative;z-index:2; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #JxUm3pNFtP6fDCuvONAWGwBnaFdipAGf { position:relative; }
#UFmvc7Ao1lPp5WimePlTA7beHW1dtVSk { position:relative;display:block; }
#p5LrbB9aVCfKmC2xHTxzNW79URwp5QDD { position:relative;display:block; }
#qWkdDGvSf0Lb63BrrzNDulixMAiHwg3S { position:relative;display:block; }
#vz56AZnUyZeGnnXfcgvSmEPTaybvR6C4 { position:relative;display:block; }
#GegImGU1felJvT9HCzpxnPvk2O7DTUr3 { position:relative;display:block; }
#c5l6ENhilVL29XHIgDB60mKHy9ZlCqTM { position:relative;display:block; }
#cd1cptm36Cm3x20algMDFfAyfyaRV9r1 { position:relative;display:block; }
#SAc0IfryU3Sg9uoQn9qpgQQN3rCMBp5b { position:relative;display:block; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #aVGaV1R7EM3tzfO011RdhCFsJ3x0wTa5 { position:relative; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #HftbgiZUkIogDHPIfW0fDHqS8T2Cm2hT { position:relative; }
#BBAoKph05vLGvfNXXN3GDTc7CQNNAFfo { color:rgba(var(--color-tertiary-4),1);display:block;width:42.5rem;position:absolute;font-family:"source sans pro";font-size:2.3125rem;font-weight:700;z-index:15038;line-height:1.1;letter-spacing:0;top:1.8125rem;left:16.25rem;height:2.54296875rem;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; }
#FfQF6sgsd9aEbpf3rJIMtUNiLt5Z6MIz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FfQF6sgsd9aEbpf3rJIMtUNiLt5Z6MIz > .row .container { background-color: transparent; background-image: none; }#FfQF6sgsd9aEbpf3rJIMtUNiLt5Z6MIz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfQF6sgsd9aEbpf3rJIMtUNiLt5Z6MIz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfQF6sgsd9aEbpf3rJIMtUNiLt5Z6MIz > .row .container > .video-iframe-container { display: none; }#FfQF6sgsd9aEbpf3rJIMtUNiLt5Z6MIz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfQF6sgsd9aEbpf3rJIMtUNiLt5Z6MIz > .row > .video-iframe-container { display: none; }#FfQF6sgsd9aEbpf3rJIMtUNiLt5Z6MIz > .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); }#FfQF6sgsd9aEbpf3rJIMtUNiLt5Z6MIz > .row .container { border-width: 0; border-radius: 0; }#FfQF6sgsd9aEbpf3rJIMtUNiLt5Z6MIz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FfQF6sgsd9aEbpf3rJIMtUNiLt5Z6MIz > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:block; }#S2stfmRcBwm0PKNH41nv4nCA9l3DeFtQ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:3.75rem;left:37.125rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PNPahbx9JMNeHzBB65LTSmIhb12RA2Qb { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.8;letter-spacing:0;top:6.5625rem;left:37.125rem;height:4.72265625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LKVtb6ocyVokf39w2hK5hfZHhgWJls5g { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:9.4375rem;top:7.9375rem;left:24.09375rem;overflow:hidden;display:block; }
#GeSnxlrewascuRFPcwZWw2C6pq0JUQ1y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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:none; }#GeSnxlrewascuRFPcwZWw2C6pq0JUQ1y > .row .container { border-width: 0; border-radius: 0; }#GeSnxlrewascuRFPcwZWw2C6pq0JUQ1y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GeSnxlrewascuRFPcwZWw2C6pq0JUQ1y > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:none; }#O7QxlcN8nOmc8SaNs0KTbVr3RO3zNDXn { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#ahFJlVKlqk9PMdTBxIvZkfKbWSFT1Tzq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kk24XzHylhTyk9l0umTQRH0pR94QWwwy { 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:32rem;width:32rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TBTiKe6GgBengKlPsnn8OWTkFdSFdaKu { display:none; }#TBTiKe6GgBengKlPsnn8OWTkFdSFdaKu > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yKMKZP3iytBut0TFcPXXsMFfLqGQOKkR { top:1rem;left:0rem;width:10.25rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNvHcMtXICnIbtu0JexZcGUdKNzOi7mw { display:none; }
 }@media only screen and (max-width: 763px) { #vDBVLAxVr8K26yy7PxHdUM7meALdP6DR { top:5rem;left:0rem;width:16.4375rem;height:10.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #axnQBGTqCPq3cCxiELU0U64EmXluQRoD { display:none; }#axnQBGTqCPq3cCxiELU0U64EmXluQRoD > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eKeQzNB6eTlqSQvAATXF6ImADwVMk1iT { top:1rem;left:0rem;width:10.25rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I90W0TwU9s8nM7HuU55ays3fl84bP32n { width:19rem;height:3rem;top:0.75rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmqMm01dHvUbRwTFCq6T1xI2cEUW7V4a { display:block; }
 }@media only screen and (max-width: 763px) { #SuE30r8bliI3f9HJ4G7v5gOu7DAsc5IR { top:1.6875rem;left:23.875rem;width:9.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTVTkPglioEDDIFuHprG5q6R84NzaaMw { top:1.6875rem;left:11.5625rem;width:4.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mlt9Go2r4HCFuRUJheSLmlKoNqnJRUPs { display:none; }
 }@media only screen and (max-width: 763px) { #qok8BdF7EtVbs18XvFrZPhpRSvRSKNzW { top:5rem;left:0rem;width:16.4375rem;height:10.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HDflvmGzc2Z1vf5KOgUktPrUzwckOinK { top:1.6875rem;left:20.75rem;width:6.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZznVNWJUmp4kUPXUSkUSFVOsq2bfdfn { top:1.6875rem;left:16rem;width:6.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGvgFNwICVuVaMH6VUkzEHQx76o49STP { top:1.6875rem;left:5.25rem;width:5.8125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP { display:block; }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ExtLywmk7B91I77xOCCHAOTfK73UX8lk { top:10.5625rem;left:0rem;width:32.4375rem;height:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fh2Mdla16kPdkrxpy71N4QSUmgvlDxFp { top:9.25rem;left:9.75rem;width:38rem;height:11.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPTm3melcmruf2vJsOx8Z4elTsK2VIbT { top:22rem;left:11.375rem;width:36.375rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoJMTlTM1oGWhO2i3NNWKwNmKm9Nqe5K { display:none; }
#SoJMTlTM1oGWhO2i3NNWKwNmKm9Nqe5K > img { max-width: 100%;max-height:100%; width:; height:; } }@media only screen and (max-width: 763px) { #T0L6oaQdzsqZUTd7aVwlKvSbfOuuua2I { width:20.5rem;height:3rem;top:46.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dnKeodnHqKMQWKXluTZpCa939cG62aBF { display:block; }
 }@media only screen and (max-width: 763px) { #sP7cDP3yKbvVhsnP3sEgbM0F3NoowDNL { width:20.5rem;height:3rem;top:46.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GovDVKGtCoPh2ZC24w9WDzsHOokiXPMx { display:block; }
 }@media only screen and (max-width: 763px) { #P1nTmFqAmE4bHxQTlvJsOHSiPiGmrntp { width:20.5rem;height:3rem;top:46.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XNGpdhtoCtri98KKo3Bl7w8GySX0F2fX { display:block; }
 }@media only screen and (max-width: 763px) { #H0kp8IGITGxscR54JtlkJlSLd0RiD5hs { top:24.625rem;left:35.25rem;width:5.5rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #meU5Efts5AirF0HuQXGpSppiyVeLJCtB { width:36.25rem;height:3rem;top:37rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuaklReItbGZ8UPaHZnriEkV3wS71zJ0 { display:block; }
 }@media only screen and (max-width: 763px) { #TclT8FQDtPhMEZzItA79KqpN8uWSfnuL { top:41.9375rem;left:16.0625rem;width:31.6875rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFMQUPqVqF9ceIv4sHTkEuqrKPUTTilA { width:36.25rem;height:3rem;top:33.125rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKrC5ymDtnylkzwPZuwv1PUhuc73HJDX { display:block; }
 }@media only screen and (max-width: 763px) { #FC0wPZsAi5DXJhNCf4T4eipn85SqCnIq { width:36.25rem;height:3rem;top:29.1875rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCMudOWszyKsvrZQJKUaDDnPtXsn2wwP { display:block; }
 }@media only screen and (max-width: 763px) { #uI4kU954QSNiqcurpvC803mxdFXED00w { display:block; }#uI4kU954QSNiqcurpvC803mxdFXED00w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mmKNpoFo29dn2s88ZncJ3qCK6xRAU6Je { top:3.125rem;left:0rem;width:24.8125rem;height:7.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJ097dDU421KSNHTZor4PCU8Viohk0ch { top:48.25rem;left:0rem;width:24.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWOoORk5BRDSJ4deqihkoqInrHF2x0i8 { top:11.4375rem;left:0rem;width:23.375rem;height:32.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUD2hitk7MdJeHiQQCWi9UVVbTq67yXp { top:5.25rem;left:11.25rem;width:35.875rem;height:46.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #smdIl4t4u25bbPHPf7bdxACChqNapm2U { width:24.5rem;height:3rem;top:52.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaPEwa0AnzRBvzP0bkxMQybQRTMLsXeA { display:block; }
 }@media only screen and (max-width: 763px) { #sI8Lg1gpvv77wPoEMJHobXrLV1VyO79T { display:block; }#sI8Lg1gpvv77wPoEMJHobXrLV1VyO79T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GK2aziUPW3oBvTP0uJSCz9fZ84hGGT7Z { top:2.6875rem;left:0rem;width:27.3125rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #An2ZpDg2775Su6nOAlSlDg0R9SPzQEak { top:5.5rem;left:15.6875rem;width:32.0625rem;height:6.3125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ostIIdlEK1ZMIXga0NHoXGJbXTHLSGwy { top:12.125rem;left:15.0625rem;width:32.6875rem;height:16.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHVTQ3C8EawRAfPyJSWDJLmrNmNIR4m7 { display:block; }#dHVTQ3C8EawRAfPyJSWDJLmrNmNIR4m7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EqoWuLxGZ6tSxdk1LxyaBRGgRbwl215D { top:1.1875rem;left:4.6875rem;width:38.375rem;height:;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fovmtQImaFexMr22qSkao7I5qV2UuGcI { top:26.125rem;left:4.6875rem;width:38.375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVzET0zTFJOCek62if4yIdqP0uHvEuNF .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yVzET0zTFJOCek62if4yIdqP0uHvEuNF { display:flex;height:auto;width:27.8125rem;top:13.25rem;left:5.65625rem; }
#yVzET0zTFJOCek62if4yIdqP0uHvEuNF .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #yVzET0zTFJOCek62if4yIdqP0uHvEuNF #Dm2D3hgWwfbtvTcplUgUT0xo6pyGLsn4 {  }
 }@media only screen and (max-width: 763px) { #yVzET0zTFJOCek62if4yIdqP0uHvEuNF #aKSRP6ilzGcD0LEetKhD800MgyLPmxmP {  }
 }@media only screen and (max-width: 763px) { #yVzET0zTFJOCek62if4yIdqP0uHvEuNF #Qs52Tl4usGSiq8DPR932xykiGlQi4K1p {  }
 }@media only screen and (max-width: 763px) { #yVzET0zTFJOCek62if4yIdqP0uHvEuNF #MNaleWTG5ykgz4eAXGW5JKdpTCVAhDVu {  }
 }@media only screen and (max-width: 763px) { #yVzET0zTFJOCek62if4yIdqP0uHvEuNF #Ty56lM1J4SotatHO0S1vFPEOO8zT5N7T {  }
 }@media only screen and (max-width: 763px) { #yVzET0zTFJOCek62if4yIdqP0uHvEuNF #VouSIcaa1iomGqZIAMDKTrWBJpefyzWI {  }
 }@media only screen and (max-width: 763px) { #yVzET0zTFJOCek62if4yIdqP0uHvEuNF #ltTTAGblAbchAwz50NF2T8FaoVcHKf9N {  }
 }@media only screen and (max-width: 763px) { #yVzET0zTFJOCek62if4yIdqP0uHvEuNF #R8MEW84G5xhspXk86x8yFPsit2W338V1 {  }
 }@media only screen and (max-width: 763px) { #yVzET0zTFJOCek62if4yIdqP0uHvEuNF #RZznf521wtGV3lTa1nKrzOx8SVk6eBEC {  }
 }@media only screen and (max-width: 763px) { #yVzET0zTFJOCek62if4yIdqP0uHvEuNF #ni6eWs1CLca61KODTcgdDcAzreRwFxZ6 {  }
 }@media only screen and (max-width: 763px) { #yVzET0zTFJOCek62if4yIdqP0uHvEuNF #w3nuf8WvRwwecvwOpDHC2tkpvHrMboOS {  }
 }@media only screen and (max-width: 763px) { #yVzET0zTFJOCek62if4yIdqP0uHvEuNF #mAWl4pN1wXXuwXk4TMaOCZ6mG2EHH9tw {  }
 }@media only screen and (max-width: 763px) { #yVzET0zTFJOCek62if4yIdqP0uHvEuNF #AqAQ1TPp9VlJu1OBtgcPdRyHo6UdB6Fc {  }
 }@media only screen and (max-width: 763px) { #yVzET0zTFJOCek62if4yIdqP0uHvEuNF #E8dicuFKWwkuSWglxanNTa8L1wvHEUKb {  }
 }@media only screen and (max-width: 763px) { #yVzET0zTFJOCek62if4yIdqP0uHvEuNF #XUJAAGP6DTefarxw8m7rTJXzXX9UteKS {  }
 }@media only screen and (max-width: 763px) { #yVzET0zTFJOCek62if4yIdqP0uHvEuNF #VeIebFcKI3oDzGBBChf2HV6hn4Sx2c5P {  }
 }@media only screen and (max-width: 763px) { #yVzET0zTFJOCek62if4yIdqP0uHvEuNF #xMTVqodXxTLHeQPoi1MxFpHggGKhcLeo {  }
 }@media only screen and (max-width: 763px) { #yVzET0zTFJOCek62if4yIdqP0uHvEuNF #sLQ8JBs8wwtXqw1BQXPo4DKk2Id850cq {  }
 }@media only screen and (max-width: 763px) { #yVzET0zTFJOCek62if4yIdqP0uHvEuNF #IXNIDLSPUHNU6zAKxTnrIbAiVETCctuU {  }
 }@media only screen and (max-width: 763px) { #yVzET0zTFJOCek62if4yIdqP0uHvEuNF #RsdUsTzLsshzecCBX6gq6JJoIKtAWqyL {  }
 }@media only screen and (max-width: 763px) { #yE8NosRirSSOXkPW55aitVrlNcqoThgU { width:14.375rem;height:3rem;top:28.9375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDiPMfWvPRTxziCoaRzX7iGEaHrxlrCZ { display:block; }
 }@media only screen and (max-width: 763px) { #bf5DvguTiVRKbG6MziOIfcVMQBNRXz7l { width:24.1875rem;height:3rem;top:28.9375rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTbpNAq6sPuGSskGgHWuDZOKb26reATF { display:block; }
 }@media only screen and (max-width: 763px) { #yNQ80gB4wRtESrTiwNZn7cyiZbhq116F { display:block; }#yNQ80gB4wRtESrTiwNZn7cyiZbhq116F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WZKACxgAeFMbRoKT4BfIaNBMwfZnDbsd { top:5.375rem;left:12rem;width:19.375rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmRM30TKFbrBcHI9kf3w25EnC5B08tay { top:8.4375rem;left:19.8125rem;width:27.9375rem;height:11.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oap2K557vq5pExT7gfRkoafRJcIMpTx6 { top:2.875rem;left:0rem;width:30.5625rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSyoigc43tLz5mTJHK7SfkigtOrWv2b2 { width:25.6875rem;height:3rem;top:28rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghGDKGzMq6NyfhATb5ldCZfQOOR8yETC { display:block; }
 }@media only screen and (max-width: 763px) { #uX1ReWdt8f7Jeza8fXKihE4F81GqBGDZ { display:block; }#uX1ReWdt8f7Jeza8fXKihE4F81GqBGDZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mwxP8TZCoiuMr1sNHLgpZASH1nfPNE0w { top:1.375rem;left:2.03125rem;width:43.6875rem;height:;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvtWLvShdmaZX5QGKlFVhPIrogohyFUF { top:8.8125rem;left:4.6875rem;width:38.375rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uV4aSSIBDsiw36Aq8pNwRF2VS0XMGh0X { width:24.5rem;height:3rem;top:16rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DThUgPTJVF2AhWnBFLbPOCmDho0Ri4DL { display:block; }
 }@media only screen and (max-width: 763px) { #xpDVk0QEMGSnf3aKRe3suwB0KeiQQhvL { display:block; }#xpDVk0QEMGSnf3aKRe3suwB0KeiQQhvL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lk98TOsdzaMobiVkOqkGyKTxTCGgu9ie { top:2rem;left:6rem;width:35.75rem;height:;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv { display:flex;height:auto;width:27.8125rem;top:13.25rem;left:5.65625rem; }
#dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv #QTR4yqWAidATFrMgim63T338kPzGxbA4 {  }
 }@media only screen and (max-width: 763px) { #dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv #KCd53TsTN50bMPPuKHdvRISFI5odqip9 {  }
 }@media only screen and (max-width: 763px) { #dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv #VmKUbzpbKMFqKP5wafyTQhHLO8rUxHT8 {  }
 }@media only screen and (max-width: 763px) { #dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv #JLlgzLuwbmza02QIDTmXhn4eKRQqEdRT {  }
 }@media only screen and (max-width: 763px) { #dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv #mt40HEraAhDdagbBJ4AbdDuH8Vql9kJc {  }
 }@media only screen and (max-width: 763px) { #dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv #g75lK0CTn39Ibuzmleld2z1wVWeM3BfS {  }
 }@media only screen and (max-width: 763px) { #dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv #kaZyKr5WABrge1eNXwLBtd8bWBSdgCLh {  }
 }@media only screen and (max-width: 763px) { #dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv #JqGlzTOBaQLGV8dvvnQmV6a1t7UqFXEh {  }
 }@media only screen and (max-width: 763px) { #dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv #HG0L07bZ7OLBn4ypoi5OcT9bfg2Ed7FG {  }
 }@media only screen and (max-width: 763px) { #dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv #ANztcuo3RaRetVfVTbhSJHEFE92iUJNB {  }
 }@media only screen and (max-width: 763px) { #dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv #TahmEAQCDNdDAbFNN5sGp6uZv2qZAKWn {  }
 }@media only screen and (max-width: 763px) { #dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv #nQziEfcrVWo9DODB7CCMHC8fbDBxSMxz {  }
 }@media only screen and (max-width: 763px) { #dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv #MFwrZcbMIv9FMZ2hebXKTyI23ltfsdIz {  }
 }@media only screen and (max-width: 763px) { #dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv #qVBMkaqDdVaxOFnUA0Xd5a09HgAEyEWC {  }
 }@media only screen and (max-width: 763px) { #dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv #coAqqEKGT8S8vS442xUpQPKM09qSgwlA {  }
 }@media only screen and (max-width: 763px) { #dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv #loXSJvJB7zgAv7bskdWwqZCrgQrpEAwX {  }
 }@media only screen and (max-width: 763px) { #dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv #XvHGsPsJe6s3aRKyF0Pi0E894mV7g2HR {  }
 }@media only screen and (max-width: 763px) { #dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv #G8cOwl6BzMQ4FESVsglLZgdwUcmnVbwO {  }
 }@media only screen and (max-width: 763px) { #dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv #rZwJX4bu8X3UVVavKyQBeTgo7xxNnAO3 {  }
 }@media only screen and (max-width: 763px) { #dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv #A3KucW2XMFSb2iS1WfQQpSSuFGzueMe6 {  }
 }@media only screen and (max-width: 763px) { #obGF5yJncAWoUOw64UnWIoa1KbrDwFzB { top:27.75rem;left:4.6875rem;width:38.375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2gZabp6x0eJtcJbhhvkOhvr5I7h6Px3 { width:23.1875rem;height:3rem;top:30.3125rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuWDQgukSHMklnSGHqrpKPXs38KvqGSf { display:block; }
 }@media only screen and (max-width: 763px) { #rCy7zcrEiHNIINDdn29UDXmIf8aACbeo { display:block; }#rCy7zcrEiHNIINDdn29UDXmIf8aACbeo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XzEPiHHMT9o6eT04HqDKqWlsT7ryoLg2 { top:27.125rem;left:8.0625rem;width:31.625rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .widget-regular-label { width:29.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .widget-input-text { width:29.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .widget-input-text {padding-top: 0; padding-bottom: 0;}#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .widget-textarea { width:29.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .widget-input-select { width:29.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .widget-input-select {padding-top: 0; padding-bottom: 0;}#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .widget-input-button { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.0625rem; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .widget-checkbox-label { width:28rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn  { width:29.1875rem;height:18.0625rem;top:5.1875rem;left:8.0625rem; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .radio-container { width:29.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn {display:block;}#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn { width:29.1875rem;height:18.0625rem;top:5.1875rem;left:8.0625rem; }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #ZNtpnARdzcHl2Rmqalif24GOnbXEPpEU {  }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #k5AugpxLKSNRXOp23J2C2GaSGmi2tcL9 {  }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #Bn5dl1SAvgbh7WJMpmqdcLv7cC2LmVKQ {  }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #tCNAgNXg7JPByHc3STWDXQrlZc1brhm1 {  }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #cqEe55CR2JVko0kirmnJqDHRcnJv8KDm {  }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #OK8PZsd4S7UuNIn5PHJoTTRi0W8i8TQp {  }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #sm0kvdznwv6qONy7cE4a4bEPWtFtwadk {  }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #yyvSd1Tbi4NP6PzlXLOdX7xRol7xa560 {  }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #BMpOn9l5AXXam609onr0TTTPzMgizZt5 {  }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #DDbBz4iBk9rk6KhOTWrSDu5wUoFH414G {  }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #S275RkOcK8bhNVkERPgQpg6vGp8NRT5x {  }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #Xs6KJRmTzcsTTmR692Hsn93lb7IpTsNG {  }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #ViC1BwpcK833KQrPcF3naT4DSJCasTKh {  }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #TTQATPtk6xwSVNSoPoRLOZSOPtaSp7nl {  }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #JxUm3pNFtP6fDCuvONAWGwBnaFdipAGf {  }
 }@media only screen and (max-width: 763px) { #UFmvc7Ao1lPp5WimePlTA7beHW1dtVSk { display:block; }
 }@media only screen and (max-width: 763px) { #p5LrbB9aVCfKmC2xHTxzNW79URwp5QDD { display:block; }
 }@media only screen and (max-width: 763px) { #qWkdDGvSf0Lb63BrrzNDulixMAiHwg3S { display:block; }
 }@media only screen and (max-width: 763px) { #vz56AZnUyZeGnnXfcgvSmEPTaybvR6C4 { display:block; }
 }@media only screen and (max-width: 763px) { #GegImGU1felJvT9HCzpxnPvk2O7DTUr3 { display:block; }
 }@media only screen and (max-width: 763px) { #c5l6ENhilVL29XHIgDB60mKHy9ZlCqTM { display:block; }
 }@media only screen and (max-width: 763px) { #cd1cptm36Cm3x20algMDFfAyfyaRV9r1 { display:block; }
 }@media only screen and (max-width: 763px) { #SAc0IfryU3Sg9uoQn9qpgQQN3rCMBp5b { display:block; }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #aVGaV1R7EM3tzfO011RdhCFsJ3x0wTa5 {  }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #HftbgiZUkIogDHPIfW0fDHqS8T2Cm2hT {  }
 }@media only screen and (max-width: 763px) { #BBAoKph05vLGvfNXXN3GDTc7CQNNAFfo { top:1.8125rem;left:2.625rem;width:42.5rem;height:2.5rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfQF6sgsd9aEbpf3rJIMtUNiLt5Z6MIz { display:block; }#FfQF6sgsd9aEbpf3rJIMtUNiLt5Z6MIz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S2stfmRcBwm0PKNH41nv4nCA9l3DeFtQ { width:17.125rem;height:1.75rem;top:3.75rem;left:23.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNPahbx9JMNeHzBB65LTSmIhb12RA2Qb { width:17.125rem;height:4.6875rem;top:6.5625rem;left:23.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKVtb6ocyVokf39w2hK5hfZHhgWJls5g { top:7.9375rem;left:10.46875rem;width:9.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeSnxlrewascuRFPcwZWw2C6pq0JUQ1y { display:block; }#GeSnxlrewascuRFPcwZWw2C6pq0JUQ1y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O7QxlcN8nOmc8SaNs0KTbVr3RO3zNDXn { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #ahFJlVKlqk9PMdTBxIvZkfKbWSFT1Tzq { display:block; }
 }@media only screen and (max-width: 763px) { #kk24XzHylhTyk9l0umTQRH0pR94QWwwy { width:32rem;height:32rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#e8e8e8;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #TBTiKe6GgBengKlPsnn8OWTkFdSFdaKu { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#TBTiKe6GgBengKlPsnn8OWTkFdSFdaKu > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yKMKZP3iytBut0TFcPXXsMFfLqGQOKkR { width:9rem;height:2.3125rem;top:1.09375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNvHcMtXICnIbtu0JexZcGUdKNzOi7mw { display:flex;top:1.3125rem;left:18.125rem;width:1.875rem;height:1.875rem;z-index:15045; }
 }@media only screen and (max-width: 763px) { #vDBVLAxVr8K26yy7PxHdUM7meALdP6DR { top:4.724609375rem;left:3.5625rem;width:16.4375rem;height:16.5625rem;z-index:15046;text-align:right;text-align-last:right;line-height:2;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #axnQBGTqCPq3cCxiELU0U64EmXluQRoD { position:relative;z-index:auto;display:none; }#axnQBGTqCPq3cCxiELU0U64EmXluQRoD > .row .container { width:20rem;height:21.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eKeQzNB6eTlqSQvAATXF6ImADwVMk1iT { width:9rem;height:2.3125rem;top:1.09375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I90W0TwU9s8nM7HuU55ays3fl84bP32n { width:19rem;height:3rem;top:0.75rem;left:0.5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XmqMm01dHvUbRwTFCq6T1xI2cEUW7V4a { display:block; }
 }@media only screen and (max-width: 763px) { #SuE30r8bliI3f9HJ4G7v5gOu7DAsc5IR { width:9.125rem;height:auto;top:1.6875rem;left:5.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BTVTkPglioEDDIFuHprG5q6R84NzaaMw { width:4.5rem;height:auto;top:1.6875rem;left:7.75rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mlt9Go2r4HCFuRUJheSLmlKoNqnJRUPs { display:flex;top:1.3125rem;left:18.125rem;width:1.875rem;height:1.875rem;z-index:15045; }
 }@media only screen and (max-width: 763px) { #qok8BdF7EtVbs18XvFrZPhpRSvRSKNzW { top:4.724609375rem;left:3.5625rem;width:16.4375rem;height:12.08691875rem;z-index:15046;text-align:right;text-align-last:right;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #HDflvmGzc2Z1vf5KOgUktPrUzwckOinK { width:6.25rem;height:auto;top:1.6875rem;left:6.875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qZznVNWJUmp4kUPXUSkUSFVOsq2bfdfn { width:6.25rem;height:auto;top:1.6875rem;left:6.875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qGvgFNwICVuVaMH6VUkzEHQx76o49STP { width:5.8125rem;height:auto;top:1.6875rem;left:7.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP { background-color:#ffffff;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .row .container { background-color: transparent; background-image: none; }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .row .container > .video-iframe-container { display: none; }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .row > .video-iframe-container { display: none; }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .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); }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pxUiuhDC4wyNtuo08W84tncs7ZSHlaTP > .row .container { width:20rem;height:47.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ExtLywmk7B91I77xOCCHAOTfK73UX8lk { width:20rem;height:20rem;top:7.125rem;left:0rem;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fh2Mdla16kPdkrxpy71N4QSUmgvlDxFp { width:20rem;height:12.3730625rem;top:6.75rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aPTm3melcmruf2vJsOx8Z4elTsK2VIbT { width:12.5rem;height:0;top:29.38671875rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #SoJMTlTM1oGWhO2i3NNWKwNmKm9Nqe5K { display:flex;top:39.6875rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15041; }
#SoJMTlTM1oGWhO2i3NNWKwNmKm9Nqe5K > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #T0L6oaQdzsqZUTd7aVwlKvSbfOuuua2I { width:19rem;height:3.4375rem;top:33rem;left:0.5rem;font-size:1.3125rem;z-index:15038;box-shadow: 0.375rem 0.375rem 0.5rem rgba(var(--color-primary-4),0.58) ;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);background-color:#8a5253;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #dnKeodnHqKMQWKXluTZpCa939cG62aBF { display:block; }
 }@media only screen and (max-width: 763px) { #sP7cDP3yKbvVhsnP3sEgbM0F3NoowDNL { width:19rem;height:3.4375rem;top:28.625rem;left:0.5rem;font-size:1.3125rem;z-index:15037;box-shadow: 0.375rem 0.375rem 0.5rem rgba(var(--color-primary-4),0.58) ;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);color:#6d818f;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #GovDVKGtCoPh2ZC24w9WDzsHOokiXPMx { display:block; }
 }@media only screen and (max-width: 763px) { #P1nTmFqAmE4bHxQTlvJsOHSiPiGmrntp { width:19rem;height:3.4375rem;top:24.1875rem;left:0.5rem;font-size:1.0625rem;z-index:15036;box-shadow: 0.375rem 0.375rem 0.5rem rgba(var(--color-primary-4),0.58) ;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #XNGpdhtoCtri98KKo3Bl7w8GySX0F2fX { display:block; }
 }@media only screen and (max-width: 763px) { #H0kp8IGITGxscR54JtlkJlSLd0RiD5hs { width:5.5rem;height:2.8125rem;top:20.125rem;left:7.25rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #meU5Efts5AirF0HuQXGpSppiyVeLJCtB { width:18.875rem;height:3rem;top:37rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NuaklReItbGZ8UPaHZnriEkV3wS71zJ0 { display:block; }
 }@media only screen and (max-width: 763px) { #TclT8FQDtPhMEZzItA79KqpN8uWSfnuL { width:20rem;height:auto;top:41.9375rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rFMQUPqVqF9ceIv4sHTkEuqrKPUTTilA { width:18.5rem;height:3rem;top:33.125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AKrC5ymDtnylkzwPZuwv1PUhuc73HJDX { display:block; }
 }@media only screen and (max-width: 763px) { #FC0wPZsAi5DXJhNCf4T4eipn85SqCnIq { width:19rem;height:3rem;top:29.1875rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UCMudOWszyKsvrZQJKUaDDnPtXsn2wwP { display:block; }
 }@media only screen and (max-width: 763px) { #uI4kU954QSNiqcurpvC803mxdFXED00w { display:block; }#uI4kU954QSNiqcurpvC803mxdFXED00w > .row .container { width:20rem;height:86.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mmKNpoFo29dn2s88ZncJ3qCK6xRAU6Je { width:20rem;height:4.875rem;top:2.5625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DJ097dDU421KSNHTZor4PCU8Viohk0ch { width:18.8125rem;height:3.8994125rem;top:74.0625rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QWOoORk5BRDSJ4deqihkoqInrHF2x0i8 { width:18.6875rem;height:31.75979375rem;top:36.9375rem;left:1.3125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hUD2hitk7MdJeHiQQCWi9UVVbTq67yXp { width:20rem;height:26.132404181185rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #smdIl4t4u25bbPHPf7bdxACChqNapm2U { width:18.875rem;height:3rem;top:78.5625rem;left:0.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaPEwa0AnzRBvzP0bkxMQybQRTMLsXeA { display:block; }
 }@media only screen and (max-width: 763px) { #sI8Lg1gpvv77wPoEMJHobXrLV1VyO79T { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sI8Lg1gpvv77wPoEMJHobXrLV1VyO79T > .row .container { background-color: transparent; background-image: none; }#sI8Lg1gpvv77wPoEMJHobXrLV1VyO79T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sI8Lg1gpvv77wPoEMJHobXrLV1VyO79T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sI8Lg1gpvv77wPoEMJHobXrLV1VyO79T > .row .container > .video-iframe-container { display: none; }#sI8Lg1gpvv77wPoEMJHobXrLV1VyO79T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sI8Lg1gpvv77wPoEMJHobXrLV1VyO79T > .row > .video-iframe-container { display: none; }#sI8Lg1gpvv77wPoEMJHobXrLV1VyO79T > .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); }#sI8Lg1gpvv77wPoEMJHobXrLV1VyO79T > .row .container { border-width: 0; border-radius: 0; }#sI8Lg1gpvv77wPoEMJHobXrLV1VyO79T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sI8Lg1gpvv77wPoEMJHobXrLV1VyO79T > .row .container { width:20rem;height:55.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GK2aziUPW3oBvTP0uJSCz9fZ84hGGT7Z { width:20rem;height:19.54233409611rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #An2ZpDg2775Su6nOAlSlDg0R9SPzQEak { width:20rem;height:7.7988125rem;top:22.042rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ostIIdlEK1ZMIXga0NHoXGJbXTHLSGwy { width:18.4375rem;height:21.66795rem;top:31.089875rem;left:1.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dHVTQ3C8EawRAfPyJSWDJLmrNmNIR4m7 { display:block; }#dHVTQ3C8EawRAfPyJSWDJLmrNmNIR4m7 > .row .container { width:20rem;height:55.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EqoWuLxGZ6tSxdk1LxyaBRGgRbwl215D { width:20rem;height:5.19921875rem;top:3.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fovmtQImaFexMr22qSkao7I5qV2UuGcI { width:20rem;height:3.736325rem;top:38.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVzET0zTFJOCek62if4yIdqP0uHvEuNF .accordion-element-container { box-shadow: 0.3125rem 0.3125rem 0.5625rem rgba(var(--color-tertiary-4),0.94) ; }
#yVzET0zTFJOCek62if4yIdqP0uHvEuNF .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yVzET0zTFJOCek62if4yIdqP0uHvEuNF { display:flex;height:auto;width:17.5rem;top:10.9345703125rem;left:0rem; }
#yVzET0zTFJOCek62if4yIdqP0uHvEuNF .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #yVzET0zTFJOCek62if4yIdqP0uHvEuNF #Dm2D3hgWwfbtvTcplUgUT0xo6pyGLsn4 {  }
 }@media only screen and (max-width: 763px) { #yVzET0zTFJOCek62if4yIdqP0uHvEuNF #aKSRP6ilzGcD0LEetKhD800MgyLPmxmP {  }
 }@media only screen and (max-width: 763px) { #yVzET0zTFJOCek62if4yIdqP0uHvEuNF #Qs52Tl4usGSiq8DPR932xykiGlQi4K1p {  }
 }@media only screen and (max-width: 763px) { #yVzET0zTFJOCek62if4yIdqP0uHvEuNF #MNaleWTG5ykgz4eAXGW5JKdpTCVAhDVu {  }
 }@media only screen and (max-width: 763px) { #yVzET0zTFJOCek62if4yIdqP0uHvEuNF #Ty56lM1J4SotatHO0S1vFPEOO8zT5N7T {  }
 }@media only screen and (max-width: 763px) { #yVzET0zTFJOCek62if4yIdqP0uHvEuNF #VouSIcaa1iomGqZIAMDKTrWBJpefyzWI {  }
 }@media only screen and (max-width: 763px) { #yVzET0zTFJOCek62if4yIdqP0uHvEuNF #ltTTAGblAbchAwz50NF2T8FaoVcHKf9N {  }
 }@media only screen and (max-width: 763px) { #yVzET0zTFJOCek62if4yIdqP0uHvEuNF #R8MEW84G5xhspXk86x8yFPsit2W338V1 {  }
 }@media only screen and (max-width: 763px) { #yVzET0zTFJOCek62if4yIdqP0uHvEuNF #RZznf521wtGV3lTa1nKrzOx8SVk6eBEC {  }
 }@media only screen and (max-width: 763px) { #yVzET0zTFJOCek62if4yIdqP0uHvEuNF #ni6eWs1CLca61KODTcgdDcAzreRwFxZ6 {  }
 }@media only screen and (max-width: 763px) { #yVzET0zTFJOCek62if4yIdqP0uHvEuNF #w3nuf8WvRwwecvwOpDHC2tkpvHrMboOS {  }
 }@media only screen and (max-width: 763px) { #yVzET0zTFJOCek62if4yIdqP0uHvEuNF #mAWl4pN1wXXuwXk4TMaOCZ6mG2EHH9tw {  }
 }@media only screen and (max-width: 763px) { #yVzET0zTFJOCek62if4yIdqP0uHvEuNF #AqAQ1TPp9VlJu1OBtgcPdRyHo6UdB6Fc {  }
 }@media only screen and (max-width: 763px) { #yVzET0zTFJOCek62if4yIdqP0uHvEuNF #E8dicuFKWwkuSWglxanNTa8L1wvHEUKb {  }
 }@media only screen and (max-width: 763px) { #yVzET0zTFJOCek62if4yIdqP0uHvEuNF #XUJAAGP6DTefarxw8m7rTJXzXX9UteKS {  }
 }@media only screen and (max-width: 763px) { #yVzET0zTFJOCek62if4yIdqP0uHvEuNF #VeIebFcKI3oDzGBBChf2HV6hn4Sx2c5P {  }
 }@media only screen and (max-width: 763px) { #yVzET0zTFJOCek62if4yIdqP0uHvEuNF #xMTVqodXxTLHeQPoi1MxFpHggGKhcLeo {  }
 }@media only screen and (max-width: 763px) { #yVzET0zTFJOCek62if4yIdqP0uHvEuNF #sLQ8JBs8wwtXqw1BQXPo4DKk2Id850cq {  }
 }@media only screen and (max-width: 763px) { #yVzET0zTFJOCek62if4yIdqP0uHvEuNF #IXNIDLSPUHNU6zAKxTnrIbAiVETCctuU {  }
 }@media only screen and (max-width: 763px) { #yVzET0zTFJOCek62if4yIdqP0uHvEuNF #RsdUsTzLsshzecCBX6gq6JJoIKtAWqyL {  }
 }@media only screen and (max-width: 763px) { #yE8NosRirSSOXkPW55aitVrlNcqoThgU { width:14.375rem;height:3rem;top:43.25rem;left:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDiPMfWvPRTxziCoaRzX7iGEaHrxlrCZ { display:block; }
 }@media only screen and (max-width: 763px) { #bf5DvguTiVRKbG6MziOIfcVMQBNRXz7l { width:18.625rem;height:3rem;top:47.5rem;left:0.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTbpNAq6sPuGSskGgHWuDZOKb26reATF { display:block; }
 }@media only screen and (max-width: 763px) { #yNQ80gB4wRtESrTiwNZn7cyiZbhq116F { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yNQ80gB4wRtESrTiwNZn7cyiZbhq116F > .row .container { background-color: transparent; background-image: none; }#yNQ80gB4wRtESrTiwNZn7cyiZbhq116F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNQ80gB4wRtESrTiwNZn7cyiZbhq116F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNQ80gB4wRtESrTiwNZn7cyiZbhq116F > .row .container > .video-iframe-container { display: none; }#yNQ80gB4wRtESrTiwNZn7cyiZbhq116F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNQ80gB4wRtESrTiwNZn7cyiZbhq116F > .row > .video-iframe-container { display: none; }#yNQ80gB4wRtESrTiwNZn7cyiZbhq116F > .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); }#yNQ80gB4wRtESrTiwNZn7cyiZbhq116F > .row .container { border-width: 0; border-radius: 0; }#yNQ80gB4wRtESrTiwNZn7cyiZbhq116F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yNQ80gB4wRtESrTiwNZn7cyiZbhq116F > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WZKACxgAeFMbRoKT4BfIaNBMwfZnDbsd { width:16.6875rem;height:2.5996125rem;top:2.6875rem;left:1.65625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmRM30TKFbrBcHI9kf3w25EnC5B08tay { width:20rem;height:9.6660375rem;top:27.099609375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oap2K557vq5pExT7gfRkoafRJcIMpTx6 { width:18.8125rem;height:18.8125rem;top:7.57421875rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSyoigc43tLz5mTJHK7SfkigtOrWv2b2 { width:19.125rem;height:3rem;top:39.5615234375rem;left:0.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghGDKGzMq6NyfhATb5ldCZfQOOR8yETC { display:block; }
 }@media only screen and (max-width: 763px) { #uX1ReWdt8f7Jeza8fXKihE4F81GqBGDZ { display:block; }#uX1ReWdt8f7Jeza8fXKihE4F81GqBGDZ > .row .container { width:20rem;height:31.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mwxP8TZCoiuMr1sNHLgpZASH1nfPNE0w { width:20rem;height:10.3984375rem;top:1.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvtWLvShdmaZX5QGKlFVhPIrogohyFUF { width:20rem;height:8.53025rem;top:13.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uV4aSSIBDsiw36Aq8pNwRF2VS0XMGh0X { width:18.875rem;height:3rem;top:22.8418125rem;left:0.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DThUgPTJVF2AhWnBFLbPOCmDho0Ri4DL { display:block; }
 }@media only screen and (max-width: 763px) { #xpDVk0QEMGSnf3aKRe3suwB0KeiQQhvL { display:block; }#xpDVk0QEMGSnf3aKRe3suwB0KeiQQhvL > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lk98TOsdzaMobiVkOqkGyKTxTCGgu9ie { width:20rem;height:2.5996125rem;top:1.818359375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv .accordion-element-container { box-shadow: 0.3125rem 0.3125rem 0.5625rem rgba(var(--color-tertiary-4),0.92) ; }
#dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv { display:flex;height:auto;width:17.5rem;top:5.755859375rem;left:0rem; }
#dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv #QTR4yqWAidATFrMgim63T338kPzGxbA4 {  }
 }@media only screen and (max-width: 763px) { #dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv #KCd53TsTN50bMPPuKHdvRISFI5odqip9 {  }
 }@media only screen and (max-width: 763px) { #dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv #VmKUbzpbKMFqKP5wafyTQhHLO8rUxHT8 {  }
 }@media only screen and (max-width: 763px) { #dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv #JLlgzLuwbmza02QIDTmXhn4eKRQqEdRT {  }
 }@media only screen and (max-width: 763px) { #dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv #mt40HEraAhDdagbBJ4AbdDuH8Vql9kJc {  }
 }@media only screen and (max-width: 763px) { #dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv #g75lK0CTn39Ibuzmleld2z1wVWeM3BfS {  }
 }@media only screen and (max-width: 763px) { #dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv #kaZyKr5WABrge1eNXwLBtd8bWBSdgCLh {  }
 }@media only screen and (max-width: 763px) { #dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv #JqGlzTOBaQLGV8dvvnQmV6a1t7UqFXEh {  }
 }@media only screen and (max-width: 763px) { #dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv #HG0L07bZ7OLBn4ypoi5OcT9bfg2Ed7FG {  }
 }@media only screen and (max-width: 763px) { #dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv #ANztcuo3RaRetVfVTbhSJHEFE92iUJNB {  }
 }@media only screen and (max-width: 763px) { #dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv #TahmEAQCDNdDAbFNN5sGp6uZv2qZAKWn {  }
 }@media only screen and (max-width: 763px) { #dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv #nQziEfcrVWo9DODB7CCMHC8fbDBxSMxz {  }
 }@media only screen and (max-width: 763px) { #dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv #MFwrZcbMIv9FMZ2hebXKTyI23ltfsdIz {  }
 }@media only screen and (max-width: 763px) { #dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv #qVBMkaqDdVaxOFnUA0Xd5a09HgAEyEWC {  }
 }@media only screen and (max-width: 763px) { #dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv #coAqqEKGT8S8vS442xUpQPKM09qSgwlA {  }
 }@media only screen and (max-width: 763px) { #dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv #loXSJvJB7zgAv7bskdWwqZCrgQrpEAwX {  }
 }@media only screen and (max-width: 763px) { #dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv #XvHGsPsJe6s3aRKyF0Pi0E894mV7g2HR {  }
 }@media only screen and (max-width: 763px) { #dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv #G8cOwl6BzMQ4FESVsglLZgdwUcmnVbwO {  }
 }@media only screen and (max-width: 763px) { #dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv #rZwJX4bu8X3UVVavKyQBeTgo7xxNnAO3 {  }
 }@media only screen and (max-width: 763px) { #dS4pgzkaQRK2h3HnTVUEJS1S5c8rKsuv #A3KucW2XMFSb2iS1WfQQpSSuFGzueMe6 {  }
 }@media only screen and (max-width: 763px) { #obGF5yJncAWoUOw64UnWIoa1KbrDwFzB { width:20rem;height:3.736325rem;top:33.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2gZabp6x0eJtcJbhhvkOhvr5I7h6Px3 { width:18.625rem;height:3rem;top:38.875rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuWDQgukSHMklnSGHqrpKPXs38KvqGSf { display:block; }
 }@media only screen and (max-width: 763px) { #rCy7zcrEiHNIINDdn29UDXmIf8aACbeo { display:block; }#rCy7zcrEiHNIINDdn29UDXmIf8aACbeo > .row .container { width:20rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XzEPiHHMT9o6eT04HqDKqWlsT7ryoLg2 { width:20rem;height:0.89355625rem;top:30.9091875rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .widget-input-text {padding-top: 0; padding-bottom: 0;}#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .widget-input-select {padding-top: 0; padding-bottom: 0;}#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .widget-input-button { width:13.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.8125rem; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn  { width:17.5rem;height:auto;top:7.8466796875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn {display:block;}#RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn { width:17.5rem;height:auto;top:7.8466796875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #ZNtpnARdzcHl2Rmqalif24GOnbXEPpEU {  }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #k5AugpxLKSNRXOp23J2C2GaSGmi2tcL9 {  }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #Bn5dl1SAvgbh7WJMpmqdcLv7cC2LmVKQ {  }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #tCNAgNXg7JPByHc3STWDXQrlZc1brhm1 {  }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #cqEe55CR2JVko0kirmnJqDHRcnJv8KDm {  }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #OK8PZsd4S7UuNIn5PHJoTTRi0W8i8TQp {  }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #sm0kvdznwv6qONy7cE4a4bEPWtFtwadk {  }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #yyvSd1Tbi4NP6PzlXLOdX7xRol7xa560 {  }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #BMpOn9l5AXXam609onr0TTTPzMgizZt5 {  }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #DDbBz4iBk9rk6KhOTWrSDu5wUoFH414G {  }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #S275RkOcK8bhNVkERPgQpg6vGp8NRT5x {  }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #Xs6KJRmTzcsTTmR692Hsn93lb7IpTsNG {  }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #ViC1BwpcK833KQrPcF3naT4DSJCasTKh {  }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #TTQATPtk6xwSVNSoPoRLOZSOPtaSp7nl {  }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #JxUm3pNFtP6fDCuvONAWGwBnaFdipAGf {  }
 }@media only screen and (max-width: 763px) { #UFmvc7Ao1lPp5WimePlTA7beHW1dtVSk { display:block; }
 }@media only screen and (max-width: 763px) { #p5LrbB9aVCfKmC2xHTxzNW79URwp5QDD { display:block; }
 }@media only screen and (max-width: 763px) { #qWkdDGvSf0Lb63BrrzNDulixMAiHwg3S { display:block; }
 }@media only screen and (max-width: 763px) { #vz56AZnUyZeGnnXfcgvSmEPTaybvR6C4 { display:block; }
 }@media only screen and (max-width: 763px) { #GegImGU1felJvT9HCzpxnPvk2O7DTUr3 { display:block; }
 }@media only screen and (max-width: 763px) { #c5l6ENhilVL29XHIgDB60mKHy9ZlCqTM { display:block; }
 }@media only screen and (max-width: 763px) { #cd1cptm36Cm3x20algMDFfAyfyaRV9r1 { display:block; }
 }@media only screen and (max-width: 763px) { #SAc0IfryU3Sg9uoQn9qpgQQN3rCMBp5b { display:block; }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #aVGaV1R7EM3tzfO011RdhCFsJ3x0wTa5 {  }
 }@media only screen and (max-width: 763px) { #RwTyLctZWSEgHlzDuDAn7Fv0db7RQEIn #HftbgiZUkIogDHPIfW0fDHqS8T2Cm2hT {  }
 }@media only screen and (max-width: 763px) { #BBAoKph05vLGvfNXXN3GDTc7CQNNAFfo { width:20rem;height:6.597625rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FfQF6sgsd9aEbpf3rJIMtUNiLt5Z6MIz { display:block; }#FfQF6sgsd9aEbpf3rJIMtUNiLt5Z6MIz > .row .container { width:20rem;height:26.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S2stfmRcBwm0PKNH41nv4nCA9l3DeFtQ { width:18.125rem;height:1.79980625rem;top:8.25rem;left:0.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PNPahbx9JMNeHzBB65LTSmIhb12RA2Qb { width:18.125rem;height:5.39941875rem;top:10.5625rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LKVtb6ocyVokf39w2hK5hfZHhgWJls5g { width:9.4375rem;height:2.4375rem;top:4.2734375rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeSnxlrewascuRFPcwZWw2C6pq0JUQ1y { background-color:transparent;background-image:none;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#GeSnxlrewascuRFPcwZWw2C6pq0JUQ1y > .row .container { background-color: transparent; background-image: none; }#GeSnxlrewascuRFPcwZWw2C6pq0JUQ1y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeSnxlrewascuRFPcwZWw2C6pq0JUQ1y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeSnxlrewascuRFPcwZWw2C6pq0JUQ1y > .row .container > .video-iframe-container { display: none; }#GeSnxlrewascuRFPcwZWw2C6pq0JUQ1y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeSnxlrewascuRFPcwZWw2C6pq0JUQ1y > .row > .video-iframe-container { display: none; }#GeSnxlrewascuRFPcwZWw2C6pq0JUQ1y > .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); }#GeSnxlrewascuRFPcwZWw2C6pq0JUQ1y > .row .container { width:20rem;height:7.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O7QxlcN8nOmc8SaNs0KTbVr3RO3zNDXn { top:2.1875rem;left:16.4375rem;width:3.5625rem;height:3.4375rem;z-index:15000;border-top-left-radius:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: 0.3125rem 0.3125rem 0.4375rem rgba(var(--color-primary-4),0.76) ;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);background-color:#8a5253;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ahFJlVKlqk9PMdTBxIvZkfKbWSFT1Tzq { display:block; }
 }@media only screen and (max-width: 763px) { #kk24XzHylhTyk9l0umTQRH0pR94QWwwy { top:2.9375rem;left:17.3125rem;width:1.875rem;height:1.875rem;z-index:15001;overflow:hidden;display:block; }
 }