.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); }#AXa9pd8VOnRIosOA5zh1UAhxrVJ6BimO { 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; }#AXa9pd8VOnRIosOA5zh1UAhxrVJ6BimO > .row .container { border-width: 0; border-radius: 0; }#AXa9pd8VOnRIosOA5zh1UAhxrVJ6BimO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AXa9pd8VOnRIosOA5zh1UAhxrVJ6BimO > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:none; }#kviGJaRU3H0VWWRix5wh29TQq3Ernvp8 { 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; }
#qOWqqkACv7S5pllkvqsmuncTzRTkehxI { 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; }
#DE7IfJ7tfqotUubrPeQrwbOobu76ah7C { 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; }
#wuzX1WnNpwV2AiDgfA6XnPeN0f0nS7y9 { 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; }#wuzX1WnNpwV2AiDgfA6XnPeN0f0nS7y9 > .row .container { background-color: transparent; background-image: none; }#wuzX1WnNpwV2AiDgfA6XnPeN0f0nS7y9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wuzX1WnNpwV2AiDgfA6XnPeN0f0nS7y9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wuzX1WnNpwV2AiDgfA6XnPeN0f0nS7y9 > .row .container > .video-iframe-container { display: none; }#wuzX1WnNpwV2AiDgfA6XnPeN0f0nS7y9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wuzX1WnNpwV2AiDgfA6XnPeN0f0nS7y9 > .row > .video-iframe-container { display: none; }#wuzX1WnNpwV2AiDgfA6XnPeN0f0nS7y9 > .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); }#wuzX1WnNpwV2AiDgfA6XnPeN0f0nS7y9 > .row .container { border-width: 0; border-radius: 0; }#wuzX1WnNpwV2AiDgfA6XnPeN0f0nS7y9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wuzX1WnNpwV2AiDgfA6XnPeN0f0nS7y9 > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#y1RrTVkfbkJPJVM3DTwQLR2v2sMSWGLt { 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; }
#UW4NeVL9kyntf8VzBBsAJgTDR2hUl3a7 { 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; }
#ICGLmTTq7aSMrF2fp0ku5UiBPxmPgQay { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dKnB2thVfg59fuSKNHmfu1fw72IkTwXx { 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; }
#xVJlippBhR4PrlhBB9sdPgUNG4ezSmNV { 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; }
#TDVck8f5ellLAVUeXigsCiSPxvswSDMu { 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; }
#HXpfsvZ3bF3VdhL5t1qqiNFdH6V8xkU6 { 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; }
#tyTg3oFpWJbRFtNKmgSl9BrKioTPdWx2 { 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; }
#r0NVstnQbflxF6vI1J9xDAI1KExOQfSt { 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; }
#MLPHIKcWWWESdhO0lSWvt1hui4qhcKXJ { 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:49.25rem;width:75rem;position:relative;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; }#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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.25rem;height:3.1875rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:37.1875rem;left:37rem;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:1.0625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:31.4375rem;left:39.3125rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#adtxDbFFmMAD9uUDDT3vNkw5hV01okq3 { box-sizing:content-box;height:0.125rem;width:36.75rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.375rem;left:36.75rem;display:block; }
#KsQ7EZkCnDJgqc6meufU7XTq7E3F9PEz { box-sizing:content-box;height:0.125rem;width:36.75rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.0625rem;left:36.75rem;display:block; }
#a8HTobovqvq3FpmaqNGGAWWnfQzckceg { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:48.1875rem;left:0rem;display:block; }
#oi48yXOvGr7TvNMUHB9W6aDl8yK1AIlr { position:absolute;display:block;z-index:15003;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:37.375rem;width:31.4375rem;top:6.8291015625rem;left:3.03125rem;overflow:hidden;display:block; }
#qT6HKvV9hQV3w7QbFKOZthU52VQagnX6 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.6875rem;position:absolute;font-family:"source sans pro";font-size:3.875rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:8.875rem;left:36.8125rem;height:12.785125rem;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; }
#R6SNKz3lysnalbX84fR2EEghZcZed7Uz { 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:15005;line-height:1.2;letter-spacing:0;top:23.75rem;left:36.9375rem;height:4.94824375rem;display:block; }
#uI4kU954QSNiqcurpvC803mxdFXED00w { 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; }#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:42.25rem;width:75rem;position:relative;display:block; }#FB2TkntTEwE9pJPthcTVSsH9yhlLbetG { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.75rem;left:0rem;display:block; }
#h4b1ENZ0TWFGq436rcQCyc7GDNTicv29 { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;height:28.375rem;width:32.625rem;top:6.4375rem;left:37.25rem;overflow:hidden;display:block; }
#TBZIyLhpqTEBpDXEJ2tCzNumyCM9hvng { color:rgba(var(--color-tertiary-4),1);display:block;width:27.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:6.4375rem;left:5.6875rem;height:5.25rem;display:block; }
#MDQE2t2VDXXTxOof8WGTzxTtbfbvSuvL { color:rgba(var(--color-tertiary-4),1);display:block;width:28.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.2;letter-spacing:0;top:13.3125rem;left:5.6875rem;height:13.5rem;display:block; }
#iMaMIRDtkVpAQHIrTGZQiQCJrPbR4tgD { 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; }#iMaMIRDtkVpAQHIrTGZQiQCJrPbR4tgD > .row .container { background-color: transparent; background-image: none; }#iMaMIRDtkVpAQHIrTGZQiQCJrPbR4tgD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iMaMIRDtkVpAQHIrTGZQiQCJrPbR4tgD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iMaMIRDtkVpAQHIrTGZQiQCJrPbR4tgD > .row .container > .video-iframe-container { display: none; }#iMaMIRDtkVpAQHIrTGZQiQCJrPbR4tgD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iMaMIRDtkVpAQHIrTGZQiQCJrPbR4tgD > .row > .video-iframe-container { display: none; }#iMaMIRDtkVpAQHIrTGZQiQCJrPbR4tgD > .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); }#iMaMIRDtkVpAQHIrTGZQiQCJrPbR4tgD > .row .container { border-width: 0; border-radius: 0; }#iMaMIRDtkVpAQHIrTGZQiQCJrPbR4tgD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iMaMIRDtkVpAQHIrTGZQiQCJrPbR4tgD > .row .container { font-size:0.875rem;font-family:arial;height:59.5625rem;width:75rem;position:relative;display:block; }#fyW380WN7JZiB4cg5crmOZmUOBNpraJE { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:57.5625rem;left:0rem;display:block; }
#ikPArtdqlzO81oO8ofB3wQeVDTIEroww { position:absolute;display:block;z-index:15028;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:18.25rem;width:23.9375rem;top:11.125rem;left:11.625rem;overflow:hidden;display:block; }
#aG1GgqGsqVrbfSQlH7kppM6HskmyCNn0 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15030;line-height:.9;letter-spacing:0;top:33.6875rem;left:11.625rem;height:5.3984375rem;display:block; }
#MLGaqNiMTTkQCfo4LdkolATGLn9bRMub { color:rgba(var(--color-tertiary-4),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15018;line-height:1.2;letter-spacing:0;top:40.0625rem;left:11.625rem;height:7.87109375rem;display:block; }
#VpJk7g6PyiqSbtV2Srk71IX3rQnTbdMs { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom: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:17.5rem;width:26.4375rem;top:33.6875rem;left:36.875rem;overflow:hidden;display:block; }
#qKMWqmdck8aODwWpzRIx4kMORPHibm1G { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15031;line-height:.9;letter-spacing:0;top:11.125rem;left:38.9375rem;height:5.3984375rem;display:block; }
#MKCfng2n8FhAN0gkM8mgn9GEhO2ENlwV { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15023;line-height:1.2;letter-spacing:0;top:17.5625rem;left:38.9375rem;height:7.87109375rem;display:block; }
#uA3ww8T3KIiWrKqTb7NBcwCXNWvkgKFi { color:rgba(var(--color-tertiary-4),1);display:block;width:35.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:2.0625rem;left:19.625rem;height:5.28125rem;text-align:center;text-align-last:center;display:block; }
#dHVTQ3C8EawRAfPyJSWDJLmrNmNIR4m7 { 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; }#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; }#x1qpzr4Izlcv6fz1WId55eqcoOhGIo5Q { color:rgba(var(--color-tertiary-4),1);display:block;width:26rem;position:absolute;font-family:metropolis;font-size:2.5rem;font-weight:700;z-index:15018;line-height:1;letter-spacing:0;top:5.875rem;left:3.3125rem;height:7.5rem;text-align:left;text-align-last:left;display:block; }
#aLSFBbUO5wczTfMSoBI5wRJO19Zo4DBs { color:rgba(var(--color-tertiary-4),1);display:block;width:39.75rem;position:absolute;font-family:metropolis;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.1;letter-spacing:0;top:5.875rem;left:31.5rem;height:18.55959375rem;text-align:left;text-align-last:left;display:block; }
#vBxAkhgVbsnJZoU5qE4Jc87X9OdKNncO { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.625rem;left:0rem;display:block; }
#JcfV9nvrh6RbzycmTEnciSKeC3zV5yeF { 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; }#JcfV9nvrh6RbzycmTEnciSKeC3zV5yeF > .row .container { background-color: transparent; background-image: none; }#JcfV9nvrh6RbzycmTEnciSKeC3zV5yeF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcfV9nvrh6RbzycmTEnciSKeC3zV5yeF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcfV9nvrh6RbzycmTEnciSKeC3zV5yeF > .row .container > .video-iframe-container { display: none; }#JcfV9nvrh6RbzycmTEnciSKeC3zV5yeF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcfV9nvrh6RbzycmTEnciSKeC3zV5yeF > .row > .video-iframe-container { display: none; }#JcfV9nvrh6RbzycmTEnciSKeC3zV5yeF > .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); }#JcfV9nvrh6RbzycmTEnciSKeC3zV5yeF > .row .container { border-width: 0; border-radius: 0; }#JcfV9nvrh6RbzycmTEnciSKeC3zV5yeF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JcfV9nvrh6RbzycmTEnciSKeC3zV5yeF > .row .container { font-size:0.875rem;font-family:arial;height:32.125rem;width:75rem;position:relative;display:block; }#cl0OoTrlzrmEvZbTsL5kQ7bHQoUl6kKB { color:rgba(var(--color-tertiary-4),1);display:block;width:26rem;position:absolute;font-family:metropolis;font-size:2.5rem;font-weight:700;z-index:15018;line-height:1;letter-spacing:0;top:5.875rem;left:3.3125rem;height:;text-align:left;text-align-last:left;display:block; }
#Zs2iqhsMp5MzrFKKdCg1c7tf23xt0bOC { color:rgba(var(--color-tertiary-4),1);display:block;width:39.75rem;position:absolute;font-family:metropolis;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.1;letter-spacing:0;top:5.875rem;left:31.5rem;height:18.55959375rem;text-align:left;text-align-last:left;display:block; }
#MmpkiE7012gXRlZ46RhqXLzMKwAQ0bmM { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.25rem;left:0rem;display:block; }
#myNbfsEEitTVmPBmK9cgo6KgTmru87oJ { 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; }#myNbfsEEitTVmPBmK9cgo6KgTmru87oJ > .row .container { background-color: transparent; background-image: none; }#myNbfsEEitTVmPBmK9cgo6KgTmru87oJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#myNbfsEEitTVmPBmK9cgo6KgTmru87oJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#myNbfsEEitTVmPBmK9cgo6KgTmru87oJ > .row .container > .video-iframe-container { display: none; }#myNbfsEEitTVmPBmK9cgo6KgTmru87oJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#myNbfsEEitTVmPBmK9cgo6KgTmru87oJ > .row > .video-iframe-container { display: none; }#myNbfsEEitTVmPBmK9cgo6KgTmru87oJ > .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); }#myNbfsEEitTVmPBmK9cgo6KgTmru87oJ > .row .container { border-width: 0; border-radius: 0; }#myNbfsEEitTVmPBmK9cgo6KgTmru87oJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#myNbfsEEitTVmPBmK9cgo6KgTmru87oJ > .row .container { font-size:0.875rem;font-family:arial;height:42.25rem;width:75rem;position:relative;display:block; }#evmrgqHhAkKT5c8lmiAa0VP1mGfmPXOf { box-sizing:content-box;height:11.5rem;width:44.375rem;position:absolute;display:block;z-index:15017;background-color:#f1f1f1;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:22.3125rem;left:15.3125rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#tKJWPiLmLeyg7piltfxtTHMSxDJdX9Fa { color:rgba(var(--color-tertiary-4),1);display:block;width:42.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:24.625rem;left:16.125rem;height:5.84765rem;text-align:center;text-align-last:center;display:block; }
#Cwo2H98PuEWKVT8UWdrXiknqN95Qbuhg { color:rgba(var(--color-tertiary-4),1);display:block;width:35.5625rem;position:absolute;font-family:metropolis;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:8.1875rem;left:19.5rem;height:10.2333875rem;text-align:left;text-align-last:left;display:block; }
#oJ8sFrnCaD6fr1Rk5f3CkFTN4ztBbmM9 { color:rgba(var(--color-tertiary-4),1);display:block;width:43rem;position:absolute;font-family:metropolis;font-size:2.4375rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:2.75rem;left:15.75rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#XxpUIOFP5SUEmkuHPCbJp2pu9JT85Qq4 { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.8125rem;left:0rem;display:block; }
#EFElpudzeuXVEgEF6Rnrd7rCPbQt5v6M { 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; }#EFElpudzeuXVEgEF6Rnrd7rCPbQt5v6M > .row .container { background-color: transparent; background-image: none; }#EFElpudzeuXVEgEF6Rnrd7rCPbQt5v6M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFElpudzeuXVEgEF6Rnrd7rCPbQt5v6M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFElpudzeuXVEgEF6Rnrd7rCPbQt5v6M > .row .container > .video-iframe-container { display: none; }#EFElpudzeuXVEgEF6Rnrd7rCPbQt5v6M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFElpudzeuXVEgEF6Rnrd7rCPbQt5v6M > .row > .video-iframe-container { display: none; }#EFElpudzeuXVEgEF6Rnrd7rCPbQt5v6M > .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); }#EFElpudzeuXVEgEF6Rnrd7rCPbQt5v6M > .row .container { border-width: 0; border-radius: 0; }#EFElpudzeuXVEgEF6Rnrd7rCPbQt5v6M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EFElpudzeuXVEgEF6Rnrd7rCPbQt5v6M > .row .container { font-size:0.875rem;font-family:arial;height:49rem;width:75rem;position:relative;display:block; }#DzZ69tF4U0Ag2CuycJPyFC2L55HDq2Kg { 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:2.5rem;left:18.3125rem;height:3.0058625rem;text-align:center;text-align-last:center;display:block; }
#zU9SPWDbq2gd7W8TTKAVLNdfsKpoULwS { 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:36.4375rem;left:18.375rem;height:1.8681625rem;text-align:center;text-align-last:center;display:block; }
#obIUE04VVtTvKQXM5czb8urWH8uzetup { 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.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26rem;height:3rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:39.3125rem;left:24.5rem;display:block; }
#aUMawN7OOZBBszsrtaiU9F0TJKeQJwfJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q9U1NCMlTTQ8TmWNF4HFX32bWnsDpKR6 { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:45.8125rem;left:0rem;display:block; }
#EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b .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.625rem rgba(var(--color-tertiary-4),0.92) ;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b .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; }
#EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b .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); }
#EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b .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); }
#EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b .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; }#EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b .accordion-trigger.adaptive-delivery-prevent-bg, #EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b .accordion-trigger.lazyload, #EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b .accordion-trigger.lazyloading { background-image: none; }
#EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b { 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: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; }
#EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #hBnU22yDy2bg0yQPAzcAWxC7XtEvw9gF { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #Pa5bZHESCWGwvuUZgydt0JFwcmJXp5oJ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #OlngZHKvuaueBPByPGzetlisM2d2GfI7 { display:block;position:relative; }
#EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #iwKieoTpobyg4mUOrChi2xLPh6glHau7 {  }
#EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #mD7zOJ3hIQwRXk0qTDNuA85cDRE5GKXI {  }
#EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #nrKP8o0J51Dlee1Okmhda770SeTyP0t8 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #Hss7fGR1ZmmXJZSkooa8Q5DayBFLbouL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #FtuVHaVfnBJQplkTZnseSbbaco7nABFa { display:block;position:relative; }
#EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #ghTqlkHIzfrAtSkizqPHxpuKUmRX18Tv {  }
#EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #aeL7v7BImLe5b1JNlhJ5yGeN3uywldgp { display:none; }
#EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #EkALIR97pgza3OQOT0JJyteFhN78nvnp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #RLxdnW8zFwvQCgwp8V106BOQRSplezwS { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #B0iPvXTtCRkcXPRXOZ3k5LgcazqDiD2y { display:block;position:relative; }
#EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #H1Q9g6lqN6tInyvQ6IyMNd4gE2Fgd7tJ {  }
#EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #ecs7ZCqpXHO4hePtEPeUD8mBK7MsSQNT { display:none; }
#EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #orskPWunep1wZ0OUmAZeoRE2nTOQVuXB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #mtOy0KIDm0luXC9OxUy8q0qTeT9cHmRC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #iQkbWxWZNtIl7M4lahyTFTGKBB4aN8G3 { display:block;position:relative; }
#EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #DiLBMxdF2s9wa5t24hKbCVzwH6GR2tXw {  }
#EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #MHRMAa848iUg1pChnGF0Kv1dzLQOqK82 { display:none; }
#EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #crNhUQtSnEaeRU22G5xL2fs1G8KLunaW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #PUfdVipybviviC8FJrTC1NvxpLBN4AXA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #kkcLHcTCKHhvbqJMQ1KDTaZ48WTugFmy { display:block;position:relative; }
#EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #JH09fOld0vBwA89a4Q68q3yZB1fHRNaZ {  }
#EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #KG39vLmeGnXmk3Mk0nsimAn5rlPHOBar { display:none; }
#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:32.5rem;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:1.5rem;left:19.625rem;height:3.0058625rem;text-align:center;text-align-last:center;display:block; }
#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:25.875rem;left:18.3125rem;height:1.8681625rem;text-align:center;text-align-last:center;display:block; }
#pui7cGcspIvmhHMxJhQuGwDGiNAcaorI { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.75rem;left:0rem;display:block; }
#ODz21tHe976pT9Jv0ciQGkJbmXm05KPR .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.625rem rgba(var(--color-tertiary-4),0.97) ;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#ODz21tHe976pT9Jv0ciQGkJbmXm05KPR .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; }
#ODz21tHe976pT9Jv0ciQGkJbmXm05KPR .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); }
#ODz21tHe976pT9Jv0ciQGkJbmXm05KPR .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); }
#ODz21tHe976pT9Jv0ciQGkJbmXm05KPR .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; }#ODz21tHe976pT9Jv0ciQGkJbmXm05KPR .accordion-trigger.adaptive-delivery-prevent-bg, #ODz21tHe976pT9Jv0ciQGkJbmXm05KPR .accordion-trigger.lazyload, #ODz21tHe976pT9Jv0ciQGkJbmXm05KPR .accordion-trigger.lazyloading { background-image: none; }
#ODz21tHe976pT9Jv0ciQGkJbmXm05KPR { box-sizing:content-box;height:auto;width:61rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15002;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:5.005859375rem;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; }
#ODz21tHe976pT9Jv0ciQGkJbmXm05KPR .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#ODz21tHe976pT9Jv0ciQGkJbmXm05KPR #rFzNaOZWeX41mOa32sZglZnV5k6eG4PD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ODz21tHe976pT9Jv0ciQGkJbmXm05KPR #HGMgFGHa42GcRDlXTGdlymZiJBShOwAI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ODz21tHe976pT9Jv0ciQGkJbmXm05KPR #XJKEBo4wo8uTg4HZQcGpDkvH999bqh3P { display:block;position:relative; }
#ODz21tHe976pT9Jv0ciQGkJbmXm05KPR #E1VoTEHnwzNshwvTBSqEHm4A8nLdA6Ba {  }
#ODz21tHe976pT9Jv0ciQGkJbmXm05KPR #FbswH9PUxzfr7gV67r98gCpqBc64Nd1t {  }
#ODz21tHe976pT9Jv0ciQGkJbmXm05KPR #Cf3wklmR0x8Xt0gnIh0A8VOwzTHG686k { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ODz21tHe976pT9Jv0ciQGkJbmXm05KPR #PVM5iQDwypt9BDleBkq0TIHObiFqoUgK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ODz21tHe976pT9Jv0ciQGkJbmXm05KPR #kPCQ45NzKPNB1c3R1gP4uKmPThheySiT { display:block;position:relative; }
#ODz21tHe976pT9Jv0ciQGkJbmXm05KPR #rgt1msSslA1XMOMbe4T8JpSFBXfCoqGt {  }
#ODz21tHe976pT9Jv0ciQGkJbmXm05KPR #XSgcPpShEqqWvq2wdaTmsiqGQVMmopyg { display:none; }
#ODz21tHe976pT9Jv0ciQGkJbmXm05KPR #i1fSURbnie5Gyl8BxW3Dlqk8EeBzRvLx { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ODz21tHe976pT9Jv0ciQGkJbmXm05KPR #t1yLPXcKvxBH7gPCKyshwSKZD6MwysPb { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ODz21tHe976pT9Jv0ciQGkJbmXm05KPR #Futl7ohuvm51hFp7i7AihzbnNa1oTnwC { display:block;position:relative; }
#ODz21tHe976pT9Jv0ciQGkJbmXm05KPR #yuiW6rsCcDfVEbU1SXsr8rGuRHv4uNKF {  }
#ODz21tHe976pT9Jv0ciQGkJbmXm05KPR #qbT2ZREhV1fT5reO9R9ms0hr8ll8Ta4t { display:none; }
#ODz21tHe976pT9Jv0ciQGkJbmXm05KPR #u53D2bVV3lwviW7ePqHa4ynv42nlruru { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ODz21tHe976pT9Jv0ciQGkJbmXm05KPR #L0hKD1n61gtVynDSqW96ulRmksSpXEun { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ODz21tHe976pT9Jv0ciQGkJbmXm05KPR #kaicWyFkkDL2TmF3bhvPvNeAKvyqATrS { display:block;position:relative; }
#ODz21tHe976pT9Jv0ciQGkJbmXm05KPR #wAK8tLfMXCm8UHxxS7p0CfeMKF37wgDR {  }
#ODz21tHe976pT9Jv0ciQGkJbmXm05KPR #npy0ly4nE1Bf5WgEXTbcICIB84oRQBpZ { display:none; }
#rCy7zcrEiHNIINDdn29UDXmIf8aACbeo { 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; }#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:35.9375rem;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:28.6875rem;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:6.75rem;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:3.375rem;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; }
#XX71ZNhGqM3269XN62vUDGKDxA4ic26L { 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; }#XX71ZNhGqM3269XN62vUDGKDxA4ic26L > .row .container { background-color: transparent; background-image: none; }#XX71ZNhGqM3269XN62vUDGKDxA4ic26L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XX71ZNhGqM3269XN62vUDGKDxA4ic26L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XX71ZNhGqM3269XN62vUDGKDxA4ic26L > .row .container > .video-iframe-container { display: none; }#XX71ZNhGqM3269XN62vUDGKDxA4ic26L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XX71ZNhGqM3269XN62vUDGKDxA4ic26L > .row > .video-iframe-container { display: none; }#XX71ZNhGqM3269XN62vUDGKDxA4ic26L > .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); }#XX71ZNhGqM3269XN62vUDGKDxA4ic26L > .row .container { border-width: 0; border-radius: 0; }#XX71ZNhGqM3269XN62vUDGKDxA4ic26L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XX71ZNhGqM3269XN62vUDGKDxA4ic26L > .row .container { font-size:0.875rem;font-family:arial;height:38.25rem;width:75rem;position:relative;display:block; }#CDcyUNI8rceFbEwNbeXEMo1AxSscOM97 { color:rgba(var(--color-tertiary-4),1);display:block;width:42.5rem;position:absolute;font-family:"source sans pro";font-size:3.5625rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:7.375rem;left:6.4375rem;height:3.91796875rem;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; }
#pcUagtnsUUs3ynukcFvlsU2o3otIbK5H { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.1875rem;left:0rem;display:block; }
#cHwAhTmVTidQHl2pXGIyeq7JAmXTbzl2 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.0625rem;position:absolute;font-family:metropolis;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:12.21875rem;left:6.4375rem;height:16.875rem;text-align:left;text-align-last:left;display:block; }
#ypRUVPegEEPDT15xhxZNoBEzTTKTOAHp { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:26.0625rem;width:26.0625rem;top:6.09375rem;left:39.375rem;overflow:hidden;display:block; }
#omsN61bo3Uiqrxi75c8dikVk0Px6TMH7 { 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; }#omsN61bo3Uiqrxi75c8dikVk0Px6TMH7 > .row .container { background-color: transparent; background-image: none; }#omsN61bo3Uiqrxi75c8dikVk0Px6TMH7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#omsN61bo3Uiqrxi75c8dikVk0Px6TMH7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#omsN61bo3Uiqrxi75c8dikVk0Px6TMH7 > .row .container > .video-iframe-container { display: none; }#omsN61bo3Uiqrxi75c8dikVk0Px6TMH7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#omsN61bo3Uiqrxi75c8dikVk0Px6TMH7 > .row > .video-iframe-container { display: none; }#omsN61bo3Uiqrxi75c8dikVk0Px6TMH7 > .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); }#omsN61bo3Uiqrxi75c8dikVk0Px6TMH7 > .row .container { border-width: 0; border-radius: 0; }#omsN61bo3Uiqrxi75c8dikVk0Px6TMH7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#omsN61bo3Uiqrxi75c8dikVk0Px6TMH7 > .row .container { font-size:0.875rem;font-family:arial;height:75rem;width:75rem;position:relative;display:block; }#OhOzSnklmBbPK4ZZoVs90QEAFrFXqDNF { color:rgba(var(--color-tertiary-4),1);display:block;width:42.5rem;position:absolute;font-family:"source sans pro";font-size:2.9375rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:7.5625rem;left:16.25rem;height:3.23046875rem;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; }
#msHCOXPuw1FkxU7rBzMNgzyXOMWsz8WQ { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.1875rem;left:0rem;display:block; }
#hVNgNPB0cth7oGpkTrdiRgeFlxDBTeXB { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:metropolis;font-size:1.75rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:35.25rem;left:13rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#SHLNQzaKzk39WSf0OStuAyKwAJUED0M3 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:20.1875rem;width:20.1875rem;top:13.4375rem;left:13rem;overflow:hidden;display:block; }
#lQTpPevsqT3lTGCZdfH9qW5Rmq9Vt8Fk { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:metropolis;font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:37.4375rem;left:13.125rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#WmKpTmfsopgnaU6TRIZEEdptLlnzxATk { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:metropolis;font-size:1.75rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:35.25rem;left:41.25rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#VW1Wa1IqpBivBo00F9XFZPP12ADf5BF7 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:metropolis;font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:37.4375rem;left:41.375rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#zl2uMAiIEKPUCNgRLWGRB4JCy4GczsyK { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:20.1875rem;width:20.1875rem;top:13.4375rem;left:41.25rem;overflow:hidden;display:block; }
#q3hQRQZyyVf3UW0M7xz9NTpmEWxtw3Fg { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:metropolis;font-size:1.75rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:63.1875rem;left:13rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#CQTSBBqLERJHAcMLdeZkmEat3gV88vZR { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:19.625rem;width:19.625rem;top:41.875rem;left:14.0625rem;overflow:hidden;display:block; }
#gGJsbq7GaRGkfoWAO57o8c789yT5k0mC { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:metropolis;font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:65.375rem;left:13.125rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#GbIHedD905qsE134lrOkCaxIKEZKLGng { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:metropolis;font-size:1.75rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:63.1875rem;left:41.3125rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#TeS9QIaZaPyJIgTMHOuWgcPX2WhKHTkO { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:metropolis;font-size:0.9375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:65.375rem;left:41.4375rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#x6HmlhXmPeIOygDyBAx7MSv1nAeukcTu { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:19.6875rem;width:19.6875rem;top:41.875rem;left:41.5625rem;overflow:hidden;display:block; }
#FfQF6sgsd9aEbpf3rJIMtUNiLt5Z6MIz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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:32.1875rem;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:9.0625rem;left:17.8125rem;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:11.875rem;left:17.8125rem;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:13.25rem;left:4.8125rem;overflow:hidden;display:block; }
#y53dZHxh2WnDpT31UreSn0PimxC96Kql { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;height:22.25rem;width:36.1875rem;top:3.111328125rem;left:35.5830078125rem;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) { #AXa9pd8VOnRIosOA5zh1UAhxrVJ6BimO { display:none; }#AXa9pd8VOnRIosOA5zh1UAhxrVJ6BimO > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kviGJaRU3H0VWWRix5wh29TQq3Ernvp8 { top:1rem;left:0rem;width:10.25rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOWqqkACv7S5pllkvqsmuncTzRTkehxI { display:none; }
 }@media only screen and (max-width: 763px) { #DE7IfJ7tfqotUubrPeQrwbOobu76ah7C { top:5rem;left:0rem;width:16.4375rem;height:10.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wuzX1WnNpwV2AiDgfA6XnPeN0f0nS7y9 { display:none; }#wuzX1WnNpwV2AiDgfA6XnPeN0f0nS7y9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #y1RrTVkfbkJPJVM3DTwQLR2v2sMSWGLt { top:1rem;left:0rem;width:10.25rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UW4NeVL9kyntf8VzBBsAJgTDR2hUl3a7 { width:19rem;height:3rem;top:0.75rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICGLmTTq7aSMrF2fp0ku5UiBPxmPgQay { display:block; }
 }@media only screen and (max-width: 763px) { #dKnB2thVfg59fuSKNHmfu1fw72IkTwXx { 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) { #xVJlippBhR4PrlhBB9sdPgUNG4ezSmNV { 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) { #TDVck8f5ellLAVUeXigsCiSPxvswSDMu { display:none; }
 }@media only screen and (max-width: 763px) { #HXpfsvZ3bF3VdhL5t1qqiNFdH6V8xkU6 { top:5rem;left:0rem;width:16.4375rem;height:10.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tyTg3oFpWJbRFtNKmgSl9BrKioTPdWx2 { 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) { #r0NVstnQbflxF6vI1J9xDAI1KExOQfSt { top:1.6875rem;left:16rem;width:6.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLPHIKcWWWESdhO0lSWvt1hui4qhcKXJ { 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) { #SoJMTlTM1oGWhO2i3NNWKwNmKm9Nqe5K { display:none; }
#SoJMTlTM1oGWhO2i3NNWKwNmKm9Nqe5K > img { max-width: 100%;max-height:100%; width:; height:; } }@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:3.1875rem;top:37.1875rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuaklReItbGZ8UPaHZnriEkV3wS71zJ0 { display:block; }
 }@media only screen and (max-width: 763px) { #TclT8FQDtPhMEZzItA79KqpN8uWSfnuL { top:31.4375rem;left:16.0625rem;width:31.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #adtxDbFFmMAD9uUDDT3vNkw5hV01okq3 { top:22.375rem;left:11rem;width:36.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsQ7EZkCnDJgqc6meufU7XTq7E3F9PEz { top:30.0625rem;left:11rem;width:36.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8HTobovqvq3FpmaqNGGAWWnfQzckceg { top:48.1875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oi48yXOvGr7TvNMUHB9W6aDl8yK1AIlr { top:6.8125rem;left:0rem;width:31.4375rem;height:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT6HKvV9hQV3w7QbFKOZthU52VQagnX6 { top:8.875rem;left:11.0625rem;width:36.6875rem;height:12.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6SNKz3lysnalbX84fR2EEghZcZed7Uz { top:23.75rem;left:11.375rem;width:36.375rem;height:4.9375rem;font-size:1.375rem;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) { #FB2TkntTEwE9pJPthcTVSsH9yhlLbetG { top:40.75rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4b1ENZ0TWFGq436rcQCyc7GDNTicv29 { top:6.4375rem;left:15.125rem;width:32.625rem;height:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBZIyLhpqTEBpDXEJ2tCzNumyCM9hvng { top:6.4375rem;left:0rem;width:27.9375rem;height:5.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDQE2t2VDXXTxOof8WGTzxTtbfbvSuvL { top:13.3125rem;left:0rem;width:28.5625rem;height:13.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMaMIRDtkVpAQHIrTGZQiQCJrPbR4tgD { display:block; }#iMaMIRDtkVpAQHIrTGZQiQCJrPbR4tgD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fyW380WN7JZiB4cg5crmOZmUOBNpraJE { top:57.5625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikPArtdqlzO81oO8ofB3wQeVDTIEroww { top:11.125rem;left:0rem;width:23.9375rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aG1GgqGsqVrbfSQlH7kppM6HskmyCNn0 { top:33.6875rem;left:0rem;width:20rem;height:5.375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLGaqNiMTTkQCfo4LdkolATGLn9bRMub { top:40.0625rem;left:0rem;width:22.75rem;height:7.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpJk7g6PyiqSbtV2Srk71IX3rQnTbdMs { top:33.6875rem;left:21.3125rem;width:26.4375rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKMWqmdck8aODwWpzRIx4kMORPHibm1G { top:11.125rem;left:25.3125rem;width:20rem;height:5.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKCfng2n8FhAN0gkM8mgn9GEhO2ENlwV { top:17.5625rem;left:23.3125rem;width:24.4375rem;height:7.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uA3ww8T3KIiWrKqTb7NBcwCXNWvkgKFi { top:2.0625rem;left:6rem;width:35.75rem;height:5.25rem;font-size:2.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) { #x1qpzr4Izlcv6fz1WId55eqcoOhGIo5Q { top:5.875rem;left:0rem;width:26rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLSFBbUO5wczTfMSoBI5wRJO19Zo4DBs { top:5.875rem;left:8rem;width:39.75rem;height:18.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBxAkhgVbsnJZoU5qE4Jc87X9OdKNncO { top:33.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcfV9nvrh6RbzycmTEnciSKeC3zV5yeF { display:block; }#JcfV9nvrh6RbzycmTEnciSKeC3zV5yeF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cl0OoTrlzrmEvZbTsL5kQ7bHQoUl6kKB { top:5.875rem;left:0rem;width:26rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zs2iqhsMp5MzrFKKdCg1c7tf23xt0bOC { top:5.875rem;left:8rem;width:39.75rem;height:18.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmpkiE7012gXRlZ46RhqXLzMKwAQ0bmM { top:29.25rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #myNbfsEEitTVmPBmK9cgo6KgTmru87oJ { display:block; }#myNbfsEEitTVmPBmK9cgo6KgTmru87oJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #evmrgqHhAkKT5c8lmiAa0VP1mGfmPXOf { top:22.3125rem;left:1.6875rem;width:44.375rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKJWPiLmLeyg7piltfxtTHMSxDJdX9Fa { top:24.625rem;left:2.5rem;width:42.3125rem;height:5.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cwo2H98PuEWKVT8UWdrXiknqN95Qbuhg { top:8.1875rem;left:5.875rem;width:35.5625rem;height:10.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJ8sFrnCaD6fr1Rk5f3CkFTN4ztBbmM9 { top:2.75rem;left:2.125rem;width:43rem;height:2.4375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxpUIOFP5SUEmkuHPCbJp2pu9JT85Qq4 { top:39.8125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFElpudzeuXVEgEF6Rnrd7rCPbQt5v6M { display:block; }#EFElpudzeuXVEgEF6Rnrd7rCPbQt5v6M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DzZ69tF4U0Ag2CuycJPyFC2L55HDq2Kg { top:2.5rem;left:4.6875rem;width:38.375rem;height:3rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zU9SPWDbq2gd7W8TTKAVLNdfsKpoULwS { top:36.4375rem;left:4.75rem;width:38.375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #obIUE04VVtTvKQXM5czb8urWH8uzetup { width:26rem;height:3rem;top:39.3125rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUMawN7OOZBBszsrtaiU9F0TJKeQJwfJ { display:block; }
 }@media only screen and (max-width: 763px) { #Q9U1NCMlTTQ8TmWNF4HFX32bWnsDpKR6 { top:45.8125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b { display:flex;height:auto;width:27.8125rem;top:13.25rem;left:5.65625rem; }
#EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #hBnU22yDy2bg0yQPAzcAWxC7XtEvw9gF {  }
 }@media only screen and (max-width: 763px) { #EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #Pa5bZHESCWGwvuUZgydt0JFwcmJXp5oJ {  }
 }@media only screen and (max-width: 763px) { #EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #OlngZHKvuaueBPByPGzetlisM2d2GfI7 {  }
 }@media only screen and (max-width: 763px) { #EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #iwKieoTpobyg4mUOrChi2xLPh6glHau7 {  }
 }@media only screen and (max-width: 763px) { #EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #mD7zOJ3hIQwRXk0qTDNuA85cDRE5GKXI {  }
 }@media only screen and (max-width: 763px) { #EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #nrKP8o0J51Dlee1Okmhda770SeTyP0t8 {  }
 }@media only screen and (max-width: 763px) { #EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #Hss7fGR1ZmmXJZSkooa8Q5DayBFLbouL {  }
 }@media only screen and (max-width: 763px) { #EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #FtuVHaVfnBJQplkTZnseSbbaco7nABFa {  }
 }@media only screen and (max-width: 763px) { #EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #ghTqlkHIzfrAtSkizqPHxpuKUmRX18Tv {  }
 }@media only screen and (max-width: 763px) { #EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #aeL7v7BImLe5b1JNlhJ5yGeN3uywldgp {  }
 }@media only screen and (max-width: 763px) { #EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #EkALIR97pgza3OQOT0JJyteFhN78nvnp {  }
 }@media only screen and (max-width: 763px) { #EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #RLxdnW8zFwvQCgwp8V106BOQRSplezwS {  }
 }@media only screen and (max-width: 763px) { #EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #B0iPvXTtCRkcXPRXOZ3k5LgcazqDiD2y {  }
 }@media only screen and (max-width: 763px) { #EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #H1Q9g6lqN6tInyvQ6IyMNd4gE2Fgd7tJ {  }
 }@media only screen and (max-width: 763px) { #EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #ecs7ZCqpXHO4hePtEPeUD8mBK7MsSQNT {  }
 }@media only screen and (max-width: 763px) { #EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #orskPWunep1wZ0OUmAZeoRE2nTOQVuXB {  }
 }@media only screen and (max-width: 763px) { #EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #mtOy0KIDm0luXC9OxUy8q0qTeT9cHmRC {  }
 }@media only screen and (max-width: 763px) { #EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #iQkbWxWZNtIl7M4lahyTFTGKBB4aN8G3 {  }
 }@media only screen and (max-width: 763px) { #EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #DiLBMxdF2s9wa5t24hKbCVzwH6GR2tXw {  }
 }@media only screen and (max-width: 763px) { #EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #MHRMAa848iUg1pChnGF0Kv1dzLQOqK82 {  }
 }@media only screen and (max-width: 763px) { #EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #crNhUQtSnEaeRU22G5xL2fs1G8KLunaW {  }
 }@media only screen and (max-width: 763px) { #EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #PUfdVipybviviC8FJrTC1NvxpLBN4AXA {  }
 }@media only screen and (max-width: 763px) { #EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #kkcLHcTCKHhvbqJMQ1KDTaZ48WTugFmy {  }
 }@media only screen and (max-width: 763px) { #EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #JH09fOld0vBwA89a4Q68q3yZB1fHRNaZ {  }
 }@media only screen and (max-width: 763px) { #EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #KG39vLmeGnXmk3Mk0nsimAn5rlPHOBar {  }
 }@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:1.5rem;left:6rem;width:35.75rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #obGF5yJncAWoUOw64UnWIoa1KbrDwFzB { top:25.875rem;left:4.6875rem;width:38.375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pui7cGcspIvmhHMxJhQuGwDGiNAcaorI { top:30.75rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODz21tHe976pT9Jv0ciQGkJbmXm05KPR .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ODz21tHe976pT9Jv0ciQGkJbmXm05KPR { display:flex;height:auto;width:27.8125rem;top:13.25rem;left:5.65625rem; }
#ODz21tHe976pT9Jv0ciQGkJbmXm05KPR .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #ODz21tHe976pT9Jv0ciQGkJbmXm05KPR #rFzNaOZWeX41mOa32sZglZnV5k6eG4PD {  }
 }@media only screen and (max-width: 763px) { #ODz21tHe976pT9Jv0ciQGkJbmXm05KPR #HGMgFGHa42GcRDlXTGdlymZiJBShOwAI {  }
 }@media only screen and (max-width: 763px) { #ODz21tHe976pT9Jv0ciQGkJbmXm05KPR #XJKEBo4wo8uTg4HZQcGpDkvH999bqh3P {  }
 }@media only screen and (max-width: 763px) { #ODz21tHe976pT9Jv0ciQGkJbmXm05KPR #E1VoTEHnwzNshwvTBSqEHm4A8nLdA6Ba {  }
 }@media only screen and (max-width: 763px) { #ODz21tHe976pT9Jv0ciQGkJbmXm05KPR #FbswH9PUxzfr7gV67r98gCpqBc64Nd1t {  }
 }@media only screen and (max-width: 763px) { #ODz21tHe976pT9Jv0ciQGkJbmXm05KPR #Cf3wklmR0x8Xt0gnIh0A8VOwzTHG686k {  }
 }@media only screen and (max-width: 763px) { #ODz21tHe976pT9Jv0ciQGkJbmXm05KPR #PVM5iQDwypt9BDleBkq0TIHObiFqoUgK {  }
 }@media only screen and (max-width: 763px) { #ODz21tHe976pT9Jv0ciQGkJbmXm05KPR #kPCQ45NzKPNB1c3R1gP4uKmPThheySiT {  }
 }@media only screen and (max-width: 763px) { #ODz21tHe976pT9Jv0ciQGkJbmXm05KPR #rgt1msSslA1XMOMbe4T8JpSFBXfCoqGt {  }
 }@media only screen and (max-width: 763px) { #ODz21tHe976pT9Jv0ciQGkJbmXm05KPR #XSgcPpShEqqWvq2wdaTmsiqGQVMmopyg {  }
 }@media only screen and (max-width: 763px) { #ODz21tHe976pT9Jv0ciQGkJbmXm05KPR #i1fSURbnie5Gyl8BxW3Dlqk8EeBzRvLx {  }
 }@media only screen and (max-width: 763px) { #ODz21tHe976pT9Jv0ciQGkJbmXm05KPR #t1yLPXcKvxBH7gPCKyshwSKZD6MwysPb {  }
 }@media only screen and (max-width: 763px) { #ODz21tHe976pT9Jv0ciQGkJbmXm05KPR #Futl7ohuvm51hFp7i7AihzbnNa1oTnwC {  }
 }@media only screen and (max-width: 763px) { #ODz21tHe976pT9Jv0ciQGkJbmXm05KPR #yuiW6rsCcDfVEbU1SXsr8rGuRHv4uNKF {  }
 }@media only screen and (max-width: 763px) { #ODz21tHe976pT9Jv0ciQGkJbmXm05KPR #qbT2ZREhV1fT5reO9R9ms0hr8ll8Ta4t {  }
 }@media only screen and (max-width: 763px) { #ODz21tHe976pT9Jv0ciQGkJbmXm05KPR #u53D2bVV3lwviW7ePqHa4ynv42nlruru {  }
 }@media only screen and (max-width: 763px) { #ODz21tHe976pT9Jv0ciQGkJbmXm05KPR #L0hKD1n61gtVynDSqW96ulRmksSpXEun {  }
 }@media only screen and (max-width: 763px) { #ODz21tHe976pT9Jv0ciQGkJbmXm05KPR #kaicWyFkkDL2TmF3bhvPvNeAKvyqATrS {  }
 }@media only screen and (max-width: 763px) { #ODz21tHe976pT9Jv0ciQGkJbmXm05KPR #wAK8tLfMXCm8UHxxS7p0CfeMKF37wgDR {  }
 }@media only screen and (max-width: 763px) { #ODz21tHe976pT9Jv0ciQGkJbmXm05KPR #npy0ly4nE1Bf5WgEXTbcICIB84oRQBpZ {  }
 }@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:28.6875rem;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:6.75rem;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:3.375rem;left:2.625rem;width:42.5rem;height:2.5rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XX71ZNhGqM3269XN62vUDGKDxA4ic26L { display:block; }#XX71ZNhGqM3269XN62vUDGKDxA4ic26L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CDcyUNI8rceFbEwNbeXEMo1AxSscOM97 { top:7.375rem;left:0rem;width:42.5rem;height:3.875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcUagtnsUUs3ynukcFvlsU2o3otIbK5H { top:3.1875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHwAhTmVTidQHl2pXGIyeq7JAmXTbzl2 { top:12.1875rem;left:0rem;width:27.0625rem;height:16.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypRUVPegEEPDT15xhxZNoBEzTTKTOAHp { top:6.0625rem;left:21.6875rem;width:26.0625rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #omsN61bo3Uiqrxi75c8dikVk0Px6TMH7 { display:block; }#omsN61bo3Uiqrxi75c8dikVk0Px6TMH7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OhOzSnklmBbPK4ZZoVs90QEAFrFXqDNF { top:7.5625rem;left:2.625rem;width:42.5rem;height:3.1875rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #msHCOXPuw1FkxU7rBzMNgzyXOMWsz8WQ { top:3.1875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVNgNPB0cth7oGpkTrdiRgeFlxDBTeXB { top:35.25rem;left:0rem;width:20.625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHLNQzaKzk39WSf0OStuAyKwAJUED0M3 { top:13.4375rem;left:0rem;width:20.1875rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQTpPevsqT3lTGCZdfH9qW5Rmq9Vt8Fk { top:37.4375rem;left:0rem;width:20.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmKpTmfsopgnaU6TRIZEEdptLlnzxATk { top:35.25rem;left:27.125rem;width:20.625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VW1Wa1IqpBivBo00F9XFZPP12ADf5BF7 { top:37.4375rem;left:27.125rem;width:20.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zl2uMAiIEKPUCNgRLWGRB4JCy4GczsyK { top:13.4375rem;left:27.5625rem;width:20.1875rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3hQRQZyyVf3UW0M7xz9NTpmEWxtw3Fg { top:63.1875rem;left:0rem;width:20.625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQTSBBqLERJHAcMLdeZkmEat3gV88vZR { top:41.875rem;left:0.4375rem;width:19.625rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGJsbq7GaRGkfoWAO57o8c789yT5k0mC { top:65.375rem;left:0rem;width:20.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbIHedD905qsE134lrOkCaxIKEZKLGng { top:63.1875rem;left:27.125rem;width:20.625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeS9QIaZaPyJIgTMHOuWgcPX2WhKHTkO { top:65.375rem;left:27.125rem;width:20.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6HmlhXmPeIOygDyBAx7MSv1nAeukcTu { top:41.875rem;left:27.9375rem;width:19.6875rem;height:19.6875rem;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:9.0625rem;left:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNPahbx9JMNeHzBB65LTSmIhb12RA2Qb { width:17.125rem;height:4.6875rem;top:11.875rem;left:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKVtb6ocyVokf39w2hK5hfZHhgWJls5g { top:13.25rem;left:0rem;width:9.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y53dZHxh2WnDpT31UreSn0PimxC96Kql { top:3.0625rem;left:11.5625rem;width:36.1875rem;height:22.25rem;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) { #AXa9pd8VOnRIosOA5zh1UAhxrVJ6BimO { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#AXa9pd8VOnRIosOA5zh1UAhxrVJ6BimO > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kviGJaRU3H0VWWRix5wh29TQq3Ernvp8 { width:9rem;height:2.3125rem;top:1.09375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOWqqkACv7S5pllkvqsmuncTzRTkehxI { display:flex;top:1.3125rem;left:18.125rem;width:1.875rem;height:1.875rem;z-index:15045; }
 }@media only screen and (max-width: 763px) { #DE7IfJ7tfqotUubrPeQrwbOobu76ah7C { 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) { #wuzX1WnNpwV2AiDgfA6XnPeN0f0nS7y9 { position:relative;z-index:auto;display:none; }#wuzX1WnNpwV2AiDgfA6XnPeN0f0nS7y9 > .row .container { width:20rem;height:21.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #y1RrTVkfbkJPJVM3DTwQLR2v2sMSWGLt { width:9rem;height:2.3125rem;top:1.09375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UW4NeVL9kyntf8VzBBsAJgTDR2hUl3a7 { width:19rem;height:3rem;top:0.75rem;left:0.5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ICGLmTTq7aSMrF2fp0ku5UiBPxmPgQay { display:block; }
 }@media only screen and (max-width: 763px) { #dKnB2thVfg59fuSKNHmfu1fw72IkTwXx { width:9.125rem;height:auto;top:1.6875rem;left:5.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xVJlippBhR4PrlhBB9sdPgUNG4ezSmNV { width:4.5rem;height:auto;top:1.6875rem;left:7.75rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TDVck8f5ellLAVUeXigsCiSPxvswSDMu { display:flex;top:1.3125rem;left:18.125rem;width:1.875rem;height:1.875rem;z-index:15045; }
 }@media only screen and (max-width: 763px) { #HXpfsvZ3bF3VdhL5t1qqiNFdH6V8xkU6 { 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) { #tyTg3oFpWJbRFtNKmgSl9BrKioTPdWx2 { width:6.25rem;height:auto;top:1.6875rem;left:6.875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #r0NVstnQbflxF6vI1J9xDAI1KExOQfSt { width:6.25rem;height:auto;top:1.6875rem;left:6.875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MLPHIKcWWWESdhO0lSWvt1hui4qhcKXJ { 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:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SoJMTlTM1oGWhO2i3NNWKwNmKm9Nqe5K { display:flex;top:36.1875rem;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) { #H0kp8IGITGxscR54JtlkJlSLd0RiD5hs { width:5.5rem;height:2.8125rem;top:14.25rem;left:7.25rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #meU5Efts5AirF0HuQXGpSppiyVeLJCtB { width:18.875rem;height:3.1875rem;top:29.0625rem;left:0.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuaklReItbGZ8UPaHZnriEkV3wS71zJ0 { display:block; }
 }@media only screen and (max-width: 763px) { #TclT8FQDtPhMEZzItA79KqpN8uWSfnuL { width:20rem;height:0;top:47rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #adtxDbFFmMAD9uUDDT3vNkw5hV01okq3 { width:20rem;height:0.125rem;top:19.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsQ7EZkCnDJgqc6meufU7XTq7E3F9PEz { width:20rem;height:0.125rem;top:25.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8HTobovqvq3FpmaqNGGAWWnfQzckceg { width:20rem;height:0.0625rem;top:45.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oi48yXOvGr7TvNMUHB9W6aDl8yK1AIlr { width:20rem;height:23.777335984095rem;top:6.8125rem;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) { #qT6HKvV9hQV3w7QbFKOZthU52VQagnX6 { width:20rem;height:6.597625rem;top:5.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R6SNKz3lysnalbX84fR2EEghZcZed7Uz { width:20rem;height:3.59765625rem;top:20.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uI4kU954QSNiqcurpvC803mxdFXED00w { display:block; }#uI4kU954QSNiqcurpvC803mxdFXED00w > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FB2TkntTEwE9pJPthcTVSsH9yhlLbetG { width:20rem;height:0.0625rem;top:52.0087890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4b1ENZ0TWFGq436rcQCyc7GDNTicv29 { width:20rem;height:17.3945rem;top:29.9375rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #TBZIyLhpqTEBpDXEJ2tCzNumyCM9hvng { width:20rem;height:6.75rem;top:4.1962890625rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MDQE2t2VDXXTxOof8WGTzxTtbfbvSuvL { width:18.8125rem;height:15.66795rem;top:12.4462890625rem;left:1.1875rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #iMaMIRDtkVpAQHIrTGZQiQCJrPbR4tgD { display:block; }#iMaMIRDtkVpAQHIrTGZQiQCJrPbR4tgD > .row .container { width:20rem;height:71.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fyW380WN7JZiB4cg5crmOZmUOBNpraJE { width:20rem;height:0.0625rem;top:68.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikPArtdqlzO81oO8ofB3wQeVDTIEroww { width:20rem;height:15.2470625rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aG1GgqGsqVrbfSQlH7kppM6HskmyCNn0 { width:20rem;height:1.79980625rem;top:36.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MLGaqNiMTTkQCfo4LdkolATGLn9bRMub { width:18.75rem;height:8.09766875rem;top:54.8125rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VpJk7g6PyiqSbtV2Srk71IX3rQnTbdMs { width:20rem;height:13.2373125rem;top:39.9375rem;left:0rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKMWqmdck8aODwWpzRIx4kMORPHibm1G { width:20rem;height:1.6875rem;top:7.9375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MKCfng2n8FhAN0gkM8mgn9GEhO2ENlwV { width:18.875rem;height:6.7480625rem;top:27.125rem;left:1.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uA3ww8T3KIiWrKqTb7NBcwCXNWvkgKFi { width:20rem;height:3.0869125rem;top:3.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHVTQ3C8EawRAfPyJSWDJLmrNmNIR4m7 { display:block; }#dHVTQ3C8EawRAfPyJSWDJLmrNmNIR4m7 > .row .container { width:20rem;height:39.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x1qpzr4Izlcv6fz1WId55eqcoOhGIo5Q { width:18.875rem;height:7.5rem;top:1.25rem;left:1.125rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aLSFBbUO5wczTfMSoBI5wRJO19Zo4DBs { width:18.625rem;height:21.65625rem;top:10rem;left:1.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vBxAkhgVbsnJZoU5qE4Jc87X9OdKNncO { width:20rem;height:0.0625rem;top:36.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcfV9nvrh6RbzycmTEnciSKeC3zV5yeF { display:block; }#JcfV9nvrh6RbzycmTEnciSKeC3zV5yeF > .row .container { width:20rem;height:33.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cl0OoTrlzrmEvZbTsL5kQ7bHQoUl6kKB { width:18.6875rem;height:3.75rem;top:1.25rem;left:1.3125rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Zs2iqhsMp5MzrFKKdCg1c7tf23xt0bOC { width:18.6875rem;height:20.625rem;top:6.25rem;left:1.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MmpkiE7012gXRlZ46RhqXLzMKwAQ0bmM { width:20rem;height:0.0625rem;top:30.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #myNbfsEEitTVmPBmK9cgo6KgTmru87oJ { display:block; }#myNbfsEEitTVmPBmK9cgo6KgTmru87oJ > .row .container { width:20rem;height:39.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #evmrgqHhAkKT5c8lmiAa0VP1mGfmPXOf { width:20rem;height:11.5rem;top:21.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKJWPiLmLeyg7piltfxtTHMSxDJdX9Fa { width:18.4375rem;height:8.771475rem;top:22.6748046875rem;left:0.78125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cwo2H98PuEWKVT8UWdrXiknqN95Qbuhg { width:18.75rem;height:12.1875rem;top:7.125rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oJ8sFrnCaD6fr1Rk5f3CkFTN4ztBbmM9 { width:20rem;height:4rem;top:1.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XxpUIOFP5SUEmkuHPCbJp2pu9JT85Qq4 { width:20rem;height:0.0625rem;top:37.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFElpudzeuXVEgEF6Rnrd7rCPbQt5v6M { display:block; }#EFElpudzeuXVEgEF6Rnrd7rCPbQt5v6M > .row .container { width:20rem;height:66.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DzZ69tF4U0Ag2CuycJPyFC2L55HDq2Kg { width:20rem;height:4.125rem;top:2.5rem;left:0rem;font-size:2.0625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #zU9SPWDbq2gd7W8TTKAVLNdfsKpoULwS { width:20rem;height:3.736325rem;top:46.625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #obIUE04VVtTvKQXM5czb8urWH8uzetup { width:14.375rem;height:3rem;top:51.625rem;left:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUMawN7OOZBBszsrtaiU9F0TJKeQJwfJ { display:block; }
 }@media only screen and (max-width: 763px) { #Q9U1NCMlTTQ8TmWNF4HFX32bWnsDpKR6 { width:20rem;height:0.0625rem;top:62.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b .accordion-element-container { box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.92) ; }
#EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b { display:flex;height:auto;width:17.5rem;top:8.125rem;left:0rem; }
#EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #hBnU22yDy2bg0yQPAzcAWxC7XtEvw9gF {  }
 }@media only screen and (max-width: 763px) { #EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #Pa5bZHESCWGwvuUZgydt0JFwcmJXp5oJ {  }
 }@media only screen and (max-width: 763px) { #EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #OlngZHKvuaueBPByPGzetlisM2d2GfI7 {  }
 }@media only screen and (max-width: 763px) { #EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #iwKieoTpobyg4mUOrChi2xLPh6glHau7 {  }
 }@media only screen and (max-width: 763px) { #EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #mD7zOJ3hIQwRXk0qTDNuA85cDRE5GKXI {  }
 }@media only screen and (max-width: 763px) { #EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #nrKP8o0J51Dlee1Okmhda770SeTyP0t8 {  }
 }@media only screen and (max-width: 763px) { #EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #Hss7fGR1ZmmXJZSkooa8Q5DayBFLbouL {  }
 }@media only screen and (max-width: 763px) { #EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #FtuVHaVfnBJQplkTZnseSbbaco7nABFa {  }
 }@media only screen and (max-width: 763px) { #EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #ghTqlkHIzfrAtSkizqPHxpuKUmRX18Tv {  }
 }@media only screen and (max-width: 763px) { #EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #aeL7v7BImLe5b1JNlhJ5yGeN3uywldgp {  }
 }@media only screen and (max-width: 763px) { #EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #EkALIR97pgza3OQOT0JJyteFhN78nvnp {  }
 }@media only screen and (max-width: 763px) { #EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #RLxdnW8zFwvQCgwp8V106BOQRSplezwS {  }
 }@media only screen and (max-width: 763px) { #EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #B0iPvXTtCRkcXPRXOZ3k5LgcazqDiD2y {  }
 }@media only screen and (max-width: 763px) { #EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #H1Q9g6lqN6tInyvQ6IyMNd4gE2Fgd7tJ {  }
 }@media only screen and (max-width: 763px) { #EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #ecs7ZCqpXHO4hePtEPeUD8mBK7MsSQNT {  }
 }@media only screen and (max-width: 763px) { #EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #orskPWunep1wZ0OUmAZeoRE2nTOQVuXB {  }
 }@media only screen and (max-width: 763px) { #EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #mtOy0KIDm0luXC9OxUy8q0qTeT9cHmRC {  }
 }@media only screen and (max-width: 763px) { #EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #iQkbWxWZNtIl7M4lahyTFTGKBB4aN8G3 {  }
 }@media only screen and (max-width: 763px) { #EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #DiLBMxdF2s9wa5t24hKbCVzwH6GR2tXw {  }
 }@media only screen and (max-width: 763px) { #EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #MHRMAa848iUg1pChnGF0Kv1dzLQOqK82 {  }
 }@media only screen and (max-width: 763px) { #EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #crNhUQtSnEaeRU22G5xL2fs1G8KLunaW {  }
 }@media only screen and (max-width: 763px) { #EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #PUfdVipybviviC8FJrTC1NvxpLBN4AXA {  }
 }@media only screen and (max-width: 763px) { #EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #kkcLHcTCKHhvbqJMQ1KDTaZ48WTugFmy {  }
 }@media only screen and (max-width: 763px) { #EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #JH09fOld0vBwA89a4Q68q3yZB1fHRNaZ {  }
 }@media only screen and (max-width: 763px) { #EmIxPXP3ivx1MLIJM27WGaH1WR0l1K7b #KG39vLmeGnXmk3Mk0nsimAn5rlPHOBar {  }
 }@media only screen and (max-width: 763px) { #xpDVk0QEMGSnf3aKRe3suwB0KeiQQhvL { display:block; }#xpDVk0QEMGSnf3aKRe3suwB0KeiQQhvL > .row .container { width:20rem;height:43.875rem;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) { #obGF5yJncAWoUOw64UnWIoa1KbrDwFzB { width:20rem;height:2.875rem;top:29.5625rem;left:0rem;font-size:1.4375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #pui7cGcspIvmhHMxJhQuGwDGiNAcaorI { width:20rem;height:0.0625rem;top:37.4228515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODz21tHe976pT9Jv0ciQGkJbmXm05KPR .accordion-element-container { box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.97) ; }
#ODz21tHe976pT9Jv0ciQGkJbmXm05KPR .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ODz21tHe976pT9Jv0ciQGkJbmXm05KPR { display:flex;height:auto;width:17.5rem;top:5.2353515625rem;left:0rem; }
#ODz21tHe976pT9Jv0ciQGkJbmXm05KPR .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #ODz21tHe976pT9Jv0ciQGkJbmXm05KPR #rFzNaOZWeX41mOa32sZglZnV5k6eG4PD {  }
 }@media only screen and (max-width: 763px) { #ODz21tHe976pT9Jv0ciQGkJbmXm05KPR #HGMgFGHa42GcRDlXTGdlymZiJBShOwAI {  }
 }@media only screen and (max-width: 763px) { #ODz21tHe976pT9Jv0ciQGkJbmXm05KPR #XJKEBo4wo8uTg4HZQcGpDkvH999bqh3P {  }
 }@media only screen and (max-width: 763px) { #ODz21tHe976pT9Jv0ciQGkJbmXm05KPR #E1VoTEHnwzNshwvTBSqEHm4A8nLdA6Ba {  }
 }@media only screen and (max-width: 763px) { #ODz21tHe976pT9Jv0ciQGkJbmXm05KPR #FbswH9PUxzfr7gV67r98gCpqBc64Nd1t {  }
 }@media only screen and (max-width: 763px) { #ODz21tHe976pT9Jv0ciQGkJbmXm05KPR #Cf3wklmR0x8Xt0gnIh0A8VOwzTHG686k {  }
 }@media only screen and (max-width: 763px) { #ODz21tHe976pT9Jv0ciQGkJbmXm05KPR #PVM5iQDwypt9BDleBkq0TIHObiFqoUgK {  }
 }@media only screen and (max-width: 763px) { #ODz21tHe976pT9Jv0ciQGkJbmXm05KPR #kPCQ45NzKPNB1c3R1gP4uKmPThheySiT {  }
 }@media only screen and (max-width: 763px) { #ODz21tHe976pT9Jv0ciQGkJbmXm05KPR #rgt1msSslA1XMOMbe4T8JpSFBXfCoqGt {  }
 }@media only screen and (max-width: 763px) { #ODz21tHe976pT9Jv0ciQGkJbmXm05KPR #XSgcPpShEqqWvq2wdaTmsiqGQVMmopyg {  }
 }@media only screen and (max-width: 763px) { #ODz21tHe976pT9Jv0ciQGkJbmXm05KPR #i1fSURbnie5Gyl8BxW3Dlqk8EeBzRvLx {  }
 }@media only screen and (max-width: 763px) { #ODz21tHe976pT9Jv0ciQGkJbmXm05KPR #t1yLPXcKvxBH7gPCKyshwSKZD6MwysPb {  }
 }@media only screen and (max-width: 763px) { #ODz21tHe976pT9Jv0ciQGkJbmXm05KPR #Futl7ohuvm51hFp7i7AihzbnNa1oTnwC {  }
 }@media only screen and (max-width: 763px) { #ODz21tHe976pT9Jv0ciQGkJbmXm05KPR #yuiW6rsCcDfVEbU1SXsr8rGuRHv4uNKF {  }
 }@media only screen and (max-width: 763px) { #ODz21tHe976pT9Jv0ciQGkJbmXm05KPR #qbT2ZREhV1fT5reO9R9ms0hr8ll8Ta4t {  }
 }@media only screen and (max-width: 763px) { #ODz21tHe976pT9Jv0ciQGkJbmXm05KPR #u53D2bVV3lwviW7ePqHa4ynv42nlruru {  }
 }@media only screen and (max-width: 763px) { #ODz21tHe976pT9Jv0ciQGkJbmXm05KPR #L0hKD1n61gtVynDSqW96ulRmksSpXEun {  }
 }@media only screen and (max-width: 763px) { #ODz21tHe976pT9Jv0ciQGkJbmXm05KPR #kaicWyFkkDL2TmF3bhvPvNeAKvyqATrS {  }
 }@media only screen and (max-width: 763px) { #ODz21tHe976pT9Jv0ciQGkJbmXm05KPR #wAK8tLfMXCm8UHxxS7p0CfeMKF37wgDR {  }
 }@media only screen and (max-width: 763px) { #ODz21tHe976pT9Jv0ciQGkJbmXm05KPR #npy0ly4nE1Bf5WgEXTbcICIB84oRQBpZ {  }
 }@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:0.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XX71ZNhGqM3269XN62vUDGKDxA4ic26L { display:block; }#XX71ZNhGqM3269XN62vUDGKDxA4ic26L > .row .container { width:20rem;height:54.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CDcyUNI8rceFbEwNbeXEMo1AxSscOM97 { width:20rem;height:3.4375rem;top:5.4375rem;left:0rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pcUagtnsUUs3ynukcFvlsU2o3otIbK5H { width:20rem;height:0.0625rem;top:1.7587890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHwAhTmVTidQHl2pXGIyeq7JAmXTbzl2 { width:20rem;height:19.25rem;top:9.66796875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ypRUVPegEEPDT15xhxZNoBEzTTKTOAHp { width:20rem;height:20rem;top:30.7685546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #omsN61bo3Uiqrxi75c8dikVk0Px6TMH7 { display:block; }#omsN61bo3Uiqrxi75c8dikVk0Px6TMH7 > .row .container { width:20rem;height:134.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OhOzSnklmBbPK4ZZoVs90QEAFrFXqDNF { width:20rem;height:4.625rem;top:6.625rem;left:0rem;font-size:2.3125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #msHCOXPuw1FkxU7rBzMNgzyXOMWsz8WQ { width:20rem;height:0.0625rem;top:1.7587890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVNgNPB0cth7oGpkTrdiRgeFlxDBTeXB { width:20rem;height:2.2744125rem;top:33.8125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SHLNQzaKzk39WSf0OStuAyKwAJUED0M3 { width:20rem;height:20rem;top:12.2734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQTpPevsqT3lTGCZdfH9qW5Rmq9Vt8Fk { width:20rem;height:1.21875rem;top:36.0625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WmKpTmfsopgnaU6TRIZEEdptLlnzxATk { width:20rem;height:2.2744125rem;top:63.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VW1Wa1IqpBivBo00F9XFZPP12ADf5BF7 { width:20rem;height:1.21875rem;top:65.75rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zl2uMAiIEKPUCNgRLWGRB4JCy4GczsyK { width:20rem;height:20rem;top:41.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3hQRQZyyVf3UW0M7xz9NTpmEWxtw3Fg { width:20rem;height:2.2744125rem;top:92.1875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CQTSBBqLERJHAcMLdeZkmEat3gV88vZR { width:18.375rem;height:18.375rem;top:72.166015625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGJsbq7GaRGkfoWAO57o8c789yT5k0mC { width:20rem;height:1.21875rem;top:94.4375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GbIHedD905qsE134lrOkCaxIKEZKLGng { width:20rem;height:2.2744125rem;top:123.4375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TeS9QIaZaPyJIgTMHOuWgcPX2WhKHTkO { width:20rem;height:1.21875rem;top:125.6875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x6HmlhXmPeIOygDyBAx7MSv1nAeukcTu { width:19.9375rem;height:19.9375rem;top:101.228515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfQF6sgsd9aEbpf3rJIMtUNiLt5Z6MIz { display:block; }#FfQF6sgsd9aEbpf3rJIMtUNiLt5Z6MIz > .row .container { width:20rem;height:30.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S2stfmRcBwm0PKNH41nv4nCA9l3DeFtQ { width:18.125rem;height:1.79980625rem;top:6.8125rem;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:9.125rem;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:2.8125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y53dZHxh2WnDpT31UreSn0PimxC96Kql { width:20rem;height:12.297063903282rem;top:17.2119125rem;left:0rem;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; }
 }