.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:252,217,223;--color-primary-1:245,128,148;--color-primary-2:234,0,41;--color-primary-3:117,0,21;--color-primary-4:35,0,6;--color-secondary-0:217,220,227;--color-secondary-1:128,140,163;--color-secondary-2:0,24,70;--color-secondary-3:0,12,35;--color-secondary-4:0,4,11;--color-tertiary-0:255,255,255;--color-tertiary-1:248,248,248;--color-tertiary-2:227,228,230;--color-tertiary-3:104,104,104;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFR5fzFD87R9L4QbV7r8tgdWAFDfkztt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e1e24;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; }#CFR5fzFD87R9L4QbV7r8tgdWAFDfkztt > .row .container { background-color: transparent; background-image: none; }#CFR5fzFD87R9L4QbV7r8tgdWAFDfkztt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFR5fzFD87R9L4QbV7r8tgdWAFDfkztt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFR5fzFD87R9L4QbV7r8tgdWAFDfkztt > .row .container > .video-iframe-container { display: none; }#CFR5fzFD87R9L4QbV7r8tgdWAFDfkztt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFR5fzFD87R9L4QbV7r8tgdWAFDfkztt > .row > .video-iframe-container { display: none; }#CFR5fzFD87R9L4QbV7r8tgdWAFDfkztt > .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); }#CFR5fzFD87R9L4QbV7r8tgdWAFDfkztt > .row .container { border-width: 0; border-radius: 0; }#CFR5fzFD87R9L4QbV7r8tgdWAFDfkztt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CFR5fzFD87R9L4QbV7r8tgdWAFDfkztt > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:60rem;position:relative;display:block; }#ak8P9cJDinrKkSB6LNA4Ei4gLbfWIhJ2 { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.25rem;text-decoration:none;z-index:15030;text-align:left;text-align-last:left;top:0.875rem;left:48.5625rem;display:block; }
#Mmm8TAD9QzRWEW7Zq4KJxeKw9LDEWxrI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VV4nwHlz7t8C4RvPwe9QDxWQStQOUmTn { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:8.8125rem;top:1.28125rem;left:0.71875rem;overflow:hidden;display:block; }
#kAi4EHJqLTmOM2LG2EUiy4BXafDudDio { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:2.25rem;text-decoration:none;z-index:15031;text-align:left;text-align-last:left;top:0.84375rem;left:36.25rem;display:block; }
#OpqkE6XhgNZmmOw073PMg4e6ofaOVf2Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LaHpSLoeEKATDB7hem6o5JtgesFpg5L8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:1.0625rem;left:33.8125rem; }
#kkWTbIu3P62sHT6J0v2nM90EzEOWynbF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:1.3125rem;left:46.1875rem; }
#f4fNalpLeA8QDpNbDVgkyxJT3q2x8TGa { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/886cf4d6-b45a-4a90-98d5-a4a176b4b93f/x2tb3412.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#f4fNalpLeA8QDpNbDVgkyxJT3q2x8TGa.adaptive-delivery-prevent-bg, #f4fNalpLeA8QDpNbDVgkyxJT3q2x8TGa.lazyload, #f4fNalpLeA8QDpNbDVgkyxJT3q2x8TGa.lazyloading { background-image: none; }#f4fNalpLeA8QDpNbDVgkyxJT3q2x8TGa > .row .container { background-color: transparent; background-image: none; }#f4fNalpLeA8QDpNbDVgkyxJT3q2x8TGa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(30,30,36,0.25); }#f4fNalpLeA8QDpNbDVgkyxJT3q2x8TGa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4fNalpLeA8QDpNbDVgkyxJT3q2x8TGa > .row .container > .video-iframe-container { display: none; }#f4fNalpLeA8QDpNbDVgkyxJT3q2x8TGa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(30,30,36,0.25); }#f4fNalpLeA8QDpNbDVgkyxJT3q2x8TGa > .row > .video-iframe-container { display: none; }#f4fNalpLeA8QDpNbDVgkyxJT3q2x8TGa > .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); }#f4fNalpLeA8QDpNbDVgkyxJT3q2x8TGa > .row .container { border-width: 0; border-radius: 0; }#f4fNalpLeA8QDpNbDVgkyxJT3q2x8TGa::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#f4fNalpLeA8QDpNbDVgkyxJT3q2x8TGa > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#f4fNalpLeA8QDpNbDVgkyxJT3q2x8TGa > .row .container { width:60rem;height:46.375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#Hy3eZ2lSOncc5GdfQ0r4gt0boWLrvMsm { color:rgba(var(--color-tertiary-1),1);display:block;width:31.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:3.3125rem;left:0rem;height:13.496125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#c22TehUWrskeZNOqHccpsGgcLrtXpAqE { color:rgba(var(--color-tertiary-1),1);display:block;width:29.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:19.75rem;left:0rem;height:11.9921875rem;font-style:italic;display:block; }
#W7aTuC84kDX0wQBvBTuZlnU3TnuC5Dsi { position:absolute;display:block;z-index:15008;background-color:#1e1e24;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.13) ;height:39.4375rem;width:26.375rem;top:3.3125rem;left:33.5rem;display:block; }
#Bdfog7Kdzl5JuH8GoC3v5h01Jc4PD6fg { color:rgba(var(--color-tertiary-1),1);display:block;width:21.875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.125rem;left:35.75rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O6iKd7T5rn3Gl68m0qTB7UUIHvk9UuJX { color:rgba(var(--color-tertiary-1),1);display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:9.65234375rem;left:35.6875rem;height:4.22363125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X .widget-form-header {  }
#NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;color:rgba(var(--color-tertiary-1),1);width:22.0625rem;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;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:22.0625rem;box-sizing:border-box;height:3.1875rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X .widget-input-text {padding-top: 0; padding-bottom: 0;}#NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:22.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X .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:#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;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:22.0625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X .widget-input-select {padding-top: 0; padding-bottom: 0;}#NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X .widget-input-button { border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;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;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:22.0625rem;height:5rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X .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);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-1),1);vertical-align:top;width:21rem;overflow:hidden;font-style:normal;line-height:1.9;float:none; }
#NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X .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; }
#NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X .widget-container:first-of-type{padding-top:0;}#NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X .widget-container:last-of-type{padding-bottom:0;}#NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.8125rem;left:34.5625rem; }
#NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.0625rem;display:block;vertical-align:top; }
#NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X .widget-info-text { display:block;height:auto;font-family:"open sans";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; }
#NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X {display:block;}#NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.8125rem;left:34.5625rem; }
#NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X #srnCMbQFW95vZd5pn8XDKcF0lFT61tX6 { position:relative; }
#NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X #lJTgBeLHyoNM11ET2SH0ZhH6GzEDrbzA { position:relative;display:block; }
#NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X #HCTBOrxbpDQVODT5wqfMfpuHSQBxKugq { position:relative; }
#NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X #a3z9uIzoL2PciwmCIiA3oKH2xUZsHJsW { position:relative; }
#NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X #UrXAJpcGyLiXIAI1vDDiSTVMTCaSce1I { position:relative;display:block; }
#NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X #XbeLbX52pTKmwJdKFVw9dewzGAJ3pAlz { position:relative; }
#NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X #aGeyaRh9tIvOqCDSqBrqsc6C2NNfPTK9 { position:relative; }
#NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X #Z5TrfdZo45aC8TW828dHrlxDGgIker4o { position:relative;display:block; }
#NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X #c5L7S9AMf12h9OK5fQC2PRFy2ZTPviym { position:relative; }
#NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X #gk8waCZWl20I9LPsfUfvvEs6NLvdwkuS { position:relative; }
#NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X #TFHlhS6SmmP5aWaL7Tce0t06eKHQdBud { position:relative;z-index:2; }
#NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X #u7bIN7Q7TGaXqGfkoQpFS55JMGJKC4qo { position:relative; }
#NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X #luGdeFw9Wq8i2ZQwL7hAhPLMJc0icSOe { position:relative; }
#NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X #eyzifGzK6yxR1ghooko977mDSiqqUDa5 { position:relative; }
#TT9O14e9eXb1UKFJJc9PAoZEuis5aPT6 { position:relative;display:block; }#TT9O14e9eXb1UKFJJc9PAoZEuis5aPT6 { background-color: transparent; background-image: none; }#TT9O14e9eXb1UKFJJc9PAoZEuis5aPT6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TT9O14e9eXb1UKFJJc9PAoZEuis5aPT6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TT9O14e9eXb1UKFJJc9PAoZEuis5aPT6 > .row .container > .video-iframe-container { display: none; }#TT9O14e9eXb1UKFJJc9PAoZEuis5aPT6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TT9O14e9eXb1UKFJJc9PAoZEuis5aPT6 > .row > .video-iframe-container { display: none; }#TT9O14e9eXb1UKFJJc9PAoZEuis5aPT6 > .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); }#TT9O14e9eXb1UKFJJc9PAoZEuis5aPT6 { border-width: 0; border-radius: 0; }#TT9O14e9eXb1UKFJJc9PAoZEuis5aPT6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TT9O14e9eXb1UKFJJc9PAoZEuis5aPT6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:21.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#f7C3Ilxpkwo0BKJXElptpuAmTQiwUd9M { color:rgba(var(--color-tertiary-4),1);display:block;width:48.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.1875rem;left:5.625rem;height:4.87305rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#BKAPEnTJi2IXxIGcKRcIrG7UirHP7lck { color:rgba(var(--color-tertiary-4),1);display:block;width:50.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.65;letter-spacing:0;top:9.875rem;left:4.5rem;height:7.733125rem;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; }
#afFtTI4xkPRef9q2LriRZJ0bWX8mUMVd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#26262d;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; }#afFtTI4xkPRef9q2LriRZJ0bWX8mUMVd > .row .container { background-color: transparent; background-image: none; }#afFtTI4xkPRef9q2LriRZJ0bWX8mUMVd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afFtTI4xkPRef9q2LriRZJ0bWX8mUMVd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afFtTI4xkPRef9q2LriRZJ0bWX8mUMVd > .row .container > .video-iframe-container { display: none; }#afFtTI4xkPRef9q2LriRZJ0bWX8mUMVd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afFtTI4xkPRef9q2LriRZJ0bWX8mUMVd > .row > .video-iframe-container { display: none; }#afFtTI4xkPRef9q2LriRZJ0bWX8mUMVd > .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); }#afFtTI4xkPRef9q2LriRZJ0bWX8mUMVd > .row .container { border-width: 0; border-radius: 0; }#afFtTI4xkPRef9q2LriRZJ0bWX8mUMVd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#afFtTI4xkPRef9q2LriRZJ0bWX8mUMVd > .row .container { font-size:0.875rem;font-family:arial;height:31.375rem;width:60rem;position:relative;display:block; }#Hv0hRaXm6wECq0W25HdOJNahJL0QhW6h { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:urbanist;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.7494659423828rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#shkZyeJOM8mBtN8oDTeyRf6OAqCOruHQ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:9.5rem;left:5.9375rem;height:5.35766875rem;font-style:normal;display:block; }
#pBfVPiDhmp5MSMUzqbTv7mzXGCzVcLzK { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:17.375rem;left:5.9375rem;height:7.1435625rem;font-style:normal;display:block; }
#GpbO3IntDl1rA5TlTKKhbQ2Qt7s2zWKg { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:17.375rem;left:47.375rem;height:5.35766875rem;font-style:normal;display:block; }
#HDFLWvSl4FvKRToR63TSVEUal5a67Zu6 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:9.5rem;left:27.25rem;height:3.571775rem;font-style:normal;display:block; }
#J9AnDaioRTsTfL8MEyZEzpIetIg8Ey7d { color:rgba(var(--color-tertiary-0),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:17.375rem;left:27.125rem;height:7.1435625rem;font-style:normal;display:block; }
#aeJixXvLdULUsT9QXzvKQys72Fk1d92h { color:rgba(var(--color-tertiary-0),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:9.5rem;left:47.375rem;height:7.1435625rem;font-style:normal;display:block; }
#ITT1iM9dHDsTW5eLiUfTkIGJPgSrQ5yy { box-sizing:content-box;height:3.5625rem;width:3.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#f7f6f2;background-image:none;top:9.75rem;left:22.5625rem;display:block; }
#POaD35welfyl0Uf6gLIPrthxTyF6SIOS { box-sizing:content-box;height:3.5625rem;width:3.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:#f7f6f2;background-image:none;top:17.625rem;left:22.5625rem;display:block; }
#gzhRoeBNu6zo25QllJBvZk8ciXBvgO9F { box-sizing:content-box;height:3.5625rem;width:3.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:#f7f6f2;background-image:none;top:9.75rem;left:42.875rem;display:block; }
#lMwQhxU6TX7dCP3S8wlpkLWDJ1evMfDV { box-sizing:content-box;height:3.5625rem;width:3.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:#f7f6f2;background-image:none;top:17.625rem;left:1.125rem;display:block; }
#dbrevzUS0e88OsSlzm1o7CgcpUO7mhTC { box-sizing:content-box;height:3.5625rem;width:3.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#f7f6f2;background-image:none;top:9.75rem;left:1.125rem;display:block; }
#nGE775LOKp0OomiL8seDBZuKDK07ZmUa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:10.25rem;left:1.625rem; }
#xQbuNWwDOolWhHmhuH8aQQfaBpETI1or { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:18.125rem;left:1.625rem; }
#T6JXVpORCc1ZBglmONftUpLTmF2GpT5f { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:17.9375rem;left:43.1875rem; }
#lNKhqGeuq3w0gAweUQH4CDRbm4CyuLix { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:10.25rem;left:23.125rem; }
#foXPXLODynVN8kpSG4Vul1pcWzdDon1H { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:18.125rem;left:23.125rem; }
#RIxSToenGINzn1gQJaTd4rCtCTTPCChZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:10.0625rem;left:43.1875rem; }
#xEehhpKyFmK4Xt7VudQTtIF2iD5GyKzR { box-sizing:content-box;height:3.5625rem;width:3.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#f7f6f2;background-image:none;top:17.375rem;left:42.625rem;display:block; }
#QfKJfNPmqXUm1wLPaCTcMilzBAn52NIm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QfKJfNPmqXUm1wLPaCTcMilzBAn52NIm > .row .container { background-color: transparent; background-image: none; }#QfKJfNPmqXUm1wLPaCTcMilzBAn52NIm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QfKJfNPmqXUm1wLPaCTcMilzBAn52NIm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QfKJfNPmqXUm1wLPaCTcMilzBAn52NIm > .row .container > .video-iframe-container { display: none; }#QfKJfNPmqXUm1wLPaCTcMilzBAn52NIm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QfKJfNPmqXUm1wLPaCTcMilzBAn52NIm > .row > .video-iframe-container { display: none; }#QfKJfNPmqXUm1wLPaCTcMilzBAn52NIm > .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); }#QfKJfNPmqXUm1wLPaCTcMilzBAn52NIm > .row .container { border-width: 0; border-radius: 0; }#QfKJfNPmqXUm1wLPaCTcMilzBAn52NIm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QfKJfNPmqXUm1wLPaCTcMilzBAn52NIm > .row .container { font-size:0.875rem;font-family:arial;height:50.0625rem;width:60rem;position:relative;display:block; }#T7Rfu6uc5FofPPRTtqvvsD0aksmiRLxe { color:rgba(var(--color-tertiary-4),1);display:block;width:23.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.75rem;left:3.21875rem;height:7.3095625rem;display:block; }
#sAuThEzkhT8g4EX0kMRLvUG1ozg80998 { color:#26262d;display:block;width:24rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5625rem;left:3.21875rem;height:4.87305rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DmLNHQMTvSrGOWTMdMRRLUfIscT8hrVP { color:rgba(var(--color-tertiary-4),1);display:block;width:26rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:26rem;left:29.0625rem;height:20.71044375rem;display:block; }
#tmTBzgqwv75FAlGksm4TUBRMpoQnGV4J { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:16.8125rem;width:25.0625rem;top:3.5625rem;left:29.5rem;overflow:hidden;display:block; }
#AAak2l9tZqTdIwSWHgu91URiMhIV5vsW { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:18.9375rem;width:24.9375rem;top:27.84375rem;left:2.65625rem;overflow:hidden;display:block; }
#DFyWg2qG9HaiR4RGhbITnGneLK11D9W8 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:19.421875rem;left:3.21875rem;display:block; }
#wbAbTGFBJx76UqvHp6RicB6OkkBslFa9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nQiBgxbd4liyNsPeCzru2lleKnoKztMg { color:#26262d;display:block;width:24rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:23.1875rem;left:29.0625rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XUJpNTemRoRlVGfBQRT6MUvMFenX1ERu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XUJpNTemRoRlVGfBQRT6MUvMFenX1ERu > .row .container { background-color: transparent; background-image: none; }#XUJpNTemRoRlVGfBQRT6MUvMFenX1ERu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUJpNTemRoRlVGfBQRT6MUvMFenX1ERu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUJpNTemRoRlVGfBQRT6MUvMFenX1ERu > .row .container > .video-iframe-container { display: none; }#XUJpNTemRoRlVGfBQRT6MUvMFenX1ERu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUJpNTemRoRlVGfBQRT6MUvMFenX1ERu > .row > .video-iframe-container { display: none; }#XUJpNTemRoRlVGfBQRT6MUvMFenX1ERu > .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); }#XUJpNTemRoRlVGfBQRT6MUvMFenX1ERu > .row .container { border-width: 0; border-radius: 0; }#XUJpNTemRoRlVGfBQRT6MUvMFenX1ERu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XUJpNTemRoRlVGfBQRT6MUvMFenX1ERu > .row .container { font-size:0.875rem;font-family:arial;height:25.25rem;width:60rem;position:relative;display:block; }#WKCf4vbTr6ONQlHTpRXmMW2CPl5v4y2o { color:rgba(var(--color-tertiary-2),1);display:block;width:7.5625rem;position:absolute;font-family:lato;font-size:5.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:8.9375rem;left:0rem;height:7.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XIaxIOWW5aieoVCcuI8eDT7iBxn3EcUb { color:#232b3e;display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:12rem;left:5.6875rem;height:1.625rem;font-style:normal;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; }
#kBsmO4rVEWhl5bsle1RAebtOUMFXTcoM { color:rgba(var(--color-tertiary-3),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:17.125rem;left:0.0625rem;height:3.6547875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xRffUyvgAbA2pMtRIgASbDtNxmT5NfRp { color:rgba(var(--color-tertiary-3),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:17.125rem;left:20.0625rem;height:4.87305rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zwpzJXXF0xyWXI53XVWxF0O9S2m0BesP { color:rgba(var(--color-tertiary-2),1);display:block;width:7.5625rem;position:absolute;font-family:lato;font-size:5.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:8.9375rem;left:20.0625rem;height:7.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KComU4cIGDeUcbL6Ix3wxnWL9n3WeweS { color:#232b3e;display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:12rem;left:25.75rem;height:3.2495125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GrHlNLZFzweLBruRfZJBoWNZPMpqkKxf { color:rgba(var(--color-tertiary-3),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:17.125rem;left:40.0625rem;height:3.6547875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a5bwbHgmMV76Pd7wegaQAybqI584mkzv { color:rgba(var(--color-tertiary-2),1);display:block;width:7.5625rem;position:absolute;font-family:lato;font-size:5.9375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:8.9375rem;left:40.0625rem;height:7.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dTq5qZzZ0l77BGgxhCWJxoH29yTPuJbc { color:#232b3e;display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:11.375rem;left:45.75rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nnP9tCWTMUrDysTiDo8RTyE1k9pEix7F { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.0625rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VfPTy7vKuq52CVzQkLx8rwKbz3onb2z8 { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5.5625rem;top:1.8125rem;left:27.25rem;display:block; }
#SMeTaUhq7nVqdX1ylQEgPDrozflvmhzb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SMeTaUhq7nVqdX1ylQEgPDrozflvmhzb > .row .container { background-color: transparent; background-image: none; }#SMeTaUhq7nVqdX1ylQEgPDrozflvmhzb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMeTaUhq7nVqdX1ylQEgPDrozflvmhzb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMeTaUhq7nVqdX1ylQEgPDrozflvmhzb > .row .container > .video-iframe-container { display: none; }#SMeTaUhq7nVqdX1ylQEgPDrozflvmhzb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMeTaUhq7nVqdX1ylQEgPDrozflvmhzb > .row > .video-iframe-container { display: none; }#SMeTaUhq7nVqdX1ylQEgPDrozflvmhzb > .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); }#SMeTaUhq7nVqdX1ylQEgPDrozflvmhzb > .row .container { border-width: 0; border-radius: 0; }#SMeTaUhq7nVqdX1ylQEgPDrozflvmhzb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SMeTaUhq7nVqdX1ylQEgPDrozflvmhzb > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:60rem;position:relative;display:block; }#y9FP6bniDwTyaUQWXBMWGrUk11Xspp0u { color:rgba(var(--color-tertiary-2),1);display:block;width:7.5625rem;position:absolute;font-family:lato;font-size:5.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:0.75rem;left:0rem;height:7.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x8XTXkKWoTZs35y2UdnhwV7h0QHu8Kgp { color:#232b3e;display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.8125rem;left:5.6875rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WAlxRet2NrDMxlg8Rss16pi29vrPchL2 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.5rem;left:0rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a92fH7Rk0wkdThs7FCsz7DKonpsTXsgE { color:rgba(var(--color-tertiary-3),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:9.5rem;left:20rem;height:4.87305rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mkROeXTu2SXf5PiXSwJgKzZlQiNsZp21 { color:rgba(var(--color-tertiary-2),1);display:block;width:7.5625rem;position:absolute;font-family:lato;font-size:5.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:0.75rem;left:20.0625rem;height:7.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h7fJL99aynFD4m57VUvVIOBwoveSB3ZA { color:#232b3e;display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3.8125rem;left:25.75rem;height:3.2495125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n85zMHLoWeqqgnP3IzSOFCo1e8ChFvzX { color:rgba(var(--color-tertiary-3),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:9.5rem;left:40rem;height:4.87305rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T5AXvRfW1EzSGlcc2laTWs4dRNfCCOBW { color:rgba(var(--color-tertiary-2),1);display:block;width:7.5625rem;position:absolute;font-family:lato;font-size:5.9375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:0.75rem;left:40.0625rem;height:7.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UtXlrosKtroZTMRG1SqkTnEpFaNAFI5J { color:#232b3e;display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:3.1875rem;left:45.75rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M6LEDnCdGKMlhkLpateZIKGnLkuAv41X { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:17.375rem;left:23.0625rem;display:block; }
#xTv1rfPiwUBeWNQT5SZTAxeEVzawPVch { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Izwf7JkqyF6L13G7pphwJU32vboUmtmT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e1e24;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; }#Izwf7JkqyF6L13G7pphwJU32vboUmtmT > .row .container { background-color: transparent; background-image: none; }#Izwf7JkqyF6L13G7pphwJU32vboUmtmT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Izwf7JkqyF6L13G7pphwJU32vboUmtmT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Izwf7JkqyF6L13G7pphwJU32vboUmtmT > .row .container > .video-iframe-container { display: none; }#Izwf7JkqyF6L13G7pphwJU32vboUmtmT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Izwf7JkqyF6L13G7pphwJU32vboUmtmT > .row > .video-iframe-container { display: none; }#Izwf7JkqyF6L13G7pphwJU32vboUmtmT > .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); }#Izwf7JkqyF6L13G7pphwJU32vboUmtmT > .row .container { border-width: 0; border-radius: 0; }#Izwf7JkqyF6L13G7pphwJU32vboUmtmT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Izwf7JkqyF6L13G7pphwJU32vboUmtmT > .row .container { font-size:0.875rem;font-family:arial;height:12.0625rem;width:60rem;position:relative;display:block; }#UngasqwcseZlprDE6MXtl300zlk4IAT7 { color:rgba(var(--color-tertiary-0),1);display:block;width:50.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.65;letter-spacing:0;top:5.693359375rem;left:4.59375rem;height:4.640625rem;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; }
#Fxlz3Ufqf1Gt36BcnN3CogvcgMEeOTsg { color:rgba(var(--color-tertiary-0),1);display:block;width:55.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.875rem;left:2.125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BSkkR3m0vQ9Or70NFvy0etop2DuMGSwC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e1e24;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; }#BSkkR3m0vQ9Or70NFvy0etop2DuMGSwC > .row .container { background-color: transparent; background-image: none; }#BSkkR3m0vQ9Or70NFvy0etop2DuMGSwC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BSkkR3m0vQ9Or70NFvy0etop2DuMGSwC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BSkkR3m0vQ9Or70NFvy0etop2DuMGSwC > .row .container > .video-iframe-container { display: none; }#BSkkR3m0vQ9Or70NFvy0etop2DuMGSwC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BSkkR3m0vQ9Or70NFvy0etop2DuMGSwC > .row > .video-iframe-container { display: none; }#BSkkR3m0vQ9Or70NFvy0etop2DuMGSwC > .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); }#BSkkR3m0vQ9Or70NFvy0etop2DuMGSwC > .row .container { border-width: 0; border-radius: 0; }#BSkkR3m0vQ9Or70NFvy0etop2DuMGSwC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BSkkR3m0vQ9Or70NFvy0etop2DuMGSwC > .row .container { font-size:0.875rem;font-family:arial;height:26rem;width:60rem;position:relative;display:block; }#rIl5E0PGq67bwNEz2eifpUTmgLpwkoXX { color:rgba(var(--color-tertiary-0),1);display:block;width:24rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.8125rem;left:32.3125rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#COfpUvNrpxskcZPzLUGsVVrSgV1Phhg6 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.5rem;left:32.3125rem;height:14.61913125rem;display:block; }
#TVBtHBqUt4fbSRyJauM3JyyLdDcGUaTe { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:19.9375rem;width:30rem;top:1.3125rem;left:0rem;overflow:hidden;display:block; }
#M9AIQXfVvae4uh5JGBVpXkLAI1EfUe6d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#M9AIQXfVvae4uh5JGBVpXkLAI1EfUe6d > .row .container { background-color: transparent; background-image: none; }#M9AIQXfVvae4uh5JGBVpXkLAI1EfUe6d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9AIQXfVvae4uh5JGBVpXkLAI1EfUe6d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9AIQXfVvae4uh5JGBVpXkLAI1EfUe6d > .row .container > .video-iframe-container { display: none; }#M9AIQXfVvae4uh5JGBVpXkLAI1EfUe6d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9AIQXfVvae4uh5JGBVpXkLAI1EfUe6d > .row > .video-iframe-container { display: none; }#M9AIQXfVvae4uh5JGBVpXkLAI1EfUe6d > .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); }#M9AIQXfVvae4uh5JGBVpXkLAI1EfUe6d > .row .container { border-width: 0; border-radius: 0; }#M9AIQXfVvae4uh5JGBVpXkLAI1EfUe6d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M9AIQXfVvae4uh5JGBVpXkLAI1EfUe6d > .row .container { font-size:0.875rem;font-family:arial;height:32.875rem;width:60rem;position:relative;display:block; }#tAoEyKUP6Eb4xmT04Rb3g7GuKAWAG5BP { color:rgba(var(--color-tertiary-4),1);display:block;width:25.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.4375rem;left:2.3125rem;height:4.87305rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bpL0BxqN4xoCEf5fOAOTaDoq6KqnTvU2 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.5rem;left:2.3125rem;height:18.273925rem;display:block; }
#JJIrfrTdTFZmgUUNFx7irAyw6BbIcfJO { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:20.0625rem;width:30.0625rem;top:2.4375rem;left:29.9375rem;overflow:hidden;display:block; }
#H752b3GC5FwNsra773A47ibOARTscLHh { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:32.3125rem;left:2.3125rem;display:block; }
#eBypsZTTLVZ6kkOgmZTLv3lSvXDoqRuz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oe6rKc9zBW3S2QEFqRVaFXouCHG8DAhg { color:rgba(var(--color-tertiary-4),1);display:block;width:25.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:31.75rem;left:31.625rem;height:4.87305rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bUfS7603Wf12IH88T35pAAcDByEhDi8g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bUfS7603Wf12IH88T35pAAcDByEhDi8g > .row .container { background-color: transparent; background-image: none; }#bUfS7603Wf12IH88T35pAAcDByEhDi8g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUfS7603Wf12IH88T35pAAcDByEhDi8g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUfS7603Wf12IH88T35pAAcDByEhDi8g > .row .container > .video-iframe-container { display: none; }#bUfS7603Wf12IH88T35pAAcDByEhDi8g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUfS7603Wf12IH88T35pAAcDByEhDi8g > .row > .video-iframe-container { display: none; }#bUfS7603Wf12IH88T35pAAcDByEhDi8g > .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); }#bUfS7603Wf12IH88T35pAAcDByEhDi8g > .row .container { border-width: 0; border-radius: 0; }#bUfS7603Wf12IH88T35pAAcDByEhDi8g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bUfS7603Wf12IH88T35pAAcDByEhDi8g > .row .container { font-size:0.875rem;font-family:arial;height:28.3125rem;width:60rem;position:relative;display:block; }#FtHxkN8fsqTBRBv86wDDNfxMG9zeayxw { color:rgba(var(--color-tertiary-4),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.015625rem;left:31.6875rem;height:18.27393125rem;display:block; }
#t8xPJXFlMdWHNBD2fX5EObbSg9amleWZ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:18.125rem;width:27.3125rem;top:5.09375rem;left:1.34375rem;overflow:hidden;display:block; }
#xQGOGsUXNwIDTZTnMnv6sohT0C9vNpJ8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e1e24;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; }#xQGOGsUXNwIDTZTnMnv6sohT0C9vNpJ8 > .row .container { background-color: transparent; background-image: none; }#xQGOGsUXNwIDTZTnMnv6sohT0C9vNpJ8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xQGOGsUXNwIDTZTnMnv6sohT0C9vNpJ8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xQGOGsUXNwIDTZTnMnv6sohT0C9vNpJ8 > .row .container > .video-iframe-container { display: none; }#xQGOGsUXNwIDTZTnMnv6sohT0C9vNpJ8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xQGOGsUXNwIDTZTnMnv6sohT0C9vNpJ8 > .row > .video-iframe-container { display: none; }#xQGOGsUXNwIDTZTnMnv6sohT0C9vNpJ8 > .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); }#xQGOGsUXNwIDTZTnMnv6sohT0C9vNpJ8 > .row .container { border-width: 0; border-radius: 0; }#xQGOGsUXNwIDTZTnMnv6sohT0C9vNpJ8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xQGOGsUXNwIDTZTnMnv6sohT0C9vNpJ8 > .row .container { font-size:0.875rem;font-family:arial;height:53rem;width:60rem;position:relative;display:block; }#lkahirpgBwg1C4tVD1qwHcG8cMxMg5xr { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:6.0625rem;left:0rem;height:11.0229375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#GZAGTu9O6503gta1Wq8XnaDeWKHHsf7b { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:25.625rem;top:18.6875rem;left:0rem;display:block; }
#Ip7C8vVPtH7e88pE668EQiTGTh55reD1 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#1c1c1c;background-image:none;vertical-align:top; }
#Ip7C8vVPtH7e88pE668EQiTGTh55reD1 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#Ip7C8vVPtH7e88pE668EQiTGTh55reD1 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.5rem;font-family:var(--paragraphs-font-family);font-style:normal;color:rgba(var(--color-tertiary-0),1);height:auto; }
#Ip7C8vVPtH7e88pE668EQiTGTh55reD1 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);height:auto;line-height:1.7;overflow:hidden; }
#Ip7C8vVPtH7e88pE668EQiTGTh55reD1 .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_87842fed7f7e47c382729d8ca869dde71c8274d0.svg");background-size:contain !important; }#Ip7C8vVPtH7e88pE668EQiTGTh55reD1 .accordion-trigger.adaptive-delivery-prevent-bg, #Ip7C8vVPtH7e88pE668EQiTGTh55reD1 .accordion-trigger.lazyload, #Ip7C8vVPtH7e88pE668EQiTGTh55reD1 .accordion-trigger.lazyloading { background-image: none; }
#Ip7C8vVPtH7e88pE668EQiTGTh55reD1 { box-sizing:content-box;height:auto;width:42.6875rem;position:absolute;display:flex;flex-direction:column;gap:1.25rem;z-index:15043;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:6.0625rem;left:17.3125rem; }
#Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #E6U0O8fwHmErH8qo8n3ZPboltimqTiG5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #is9XFXDMZb7zc3px6vhFiq8qWUHfNOrm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #HpieAgydU5xitoRrkJelCCsr2FlX2PUE { display:block;position:relative; }
#Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #MKFTNabCyfZX46xnESNvo3ICSo7gyUVs {  }
#Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #xOZr4f521otB2oxfmPQWPAXIyBVaGONm {  }
#Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #qfKPqTNtOJTti2d3A3n0y0ZvDEXJhgl0 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #wtbbpA1T0TkhGJIVCAwbsUl6hiPGu5ok { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #TUTQRAgvXVXJRTEWTL0QGK4fTXtn8d8w { display:block;position:relative; }
#Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #oZ3TU3nANGbdQQLyeBn8yhAbnyszMsx2 {  }
#Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #f85BXonhEKbhsbJHkyArE6ACqQk9en8L { display:none; }
#Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #D6l4T4nqNvTW8QHiTVCZtu1tyRecOTUS { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #S1DeJlQtVvR41U6Xr58701Ny9JUddSdr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #E8VRERnT02WsbwUWpiioLbTibTfwIgBF { display:block;position:relative; }
#Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #UMqmic6piiv4y8EBIOUbx8hfa3Iei4cG {  }
#Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #KPzIMsPqduUzFr1RfQWH58k0R1TKCnro { display:none; }
#Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #dM8TorPu7IKHnr6c5LpVWbdumOELTzvL { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #H6TovNHXdx8reVcIFMPA6Me0H2sGJ3FO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #KpFUUEvNqp8CyTPK7Iy0TqNEg19tqOZd { display:block;position:relative; }
#Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #vc34BTb73O38QDsm8wDnv2V6OiV34SBC {  }
#Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #exoL77qw23DXTOwneL6CT6eMDJ1NQgCC { display:none; }
#Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #kwdyHL6PMJ5Ww3azExdAvpoNyZ8WrlST { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #UdHkvKdKpw6DzIcH3HxZqu8zuZpkbDS3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #HEqJ4vkhsONo4pOE8tk4KzuBbZNdSNK9 { display:block;position:relative; }
#Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #vOGClDTcda8hWTQdTLp8xXCLc9DpVVvU {  }
#Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #sLNufqBHMngQvRhnyZPAJhxPmQRsPzFE { display:none; }
#OeEIc6AXGrVJDPhlrnM1rptRGnL9kGnq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OeEIc6AXGrVJDPhlrnM1rptRGnL9kGnq > .row .container { background-color: transparent; background-image: none; }#OeEIc6AXGrVJDPhlrnM1rptRGnL9kGnq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OeEIc6AXGrVJDPhlrnM1rptRGnL9kGnq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OeEIc6AXGrVJDPhlrnM1rptRGnL9kGnq > .row .container > .video-iframe-container { display: none; }#OeEIc6AXGrVJDPhlrnM1rptRGnL9kGnq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OeEIc6AXGrVJDPhlrnM1rptRGnL9kGnq > .row > .video-iframe-container { display: none; }#OeEIc6AXGrVJDPhlrnM1rptRGnL9kGnq > .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); }#OeEIc6AXGrVJDPhlrnM1rptRGnL9kGnq > .row .container { border-width: 0; border-radius: 0; }#OeEIc6AXGrVJDPhlrnM1rptRGnL9kGnq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OeEIc6AXGrVJDPhlrnM1rptRGnL9kGnq > .row .container { font-size:0.875rem;font-family:arial;height:44.0625rem;width:60rem;position:relative;display:block; }#eXWatltAttU0hTAKoQwXtnR7RyPbmhdO { color:#1e1e24;display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.75rem;left:1.375rem;height:5.0371125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DlQs1iLyReCkDtomtZbeS0rlJxg5zU57 { color:#1e1e24;display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:10.5625rem;left:1.375rem;height:10.803225rem;text-align:left;text-align-last:left;display:block; }
#SV3BL9EPaTgx81TzktehTydfFc7UdxEk { color:#1e1e24;display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:4.75rem;left:33.125rem;height:4.87305rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .widget-form-header {  }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:22.375rem;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;vertical-align:top;text-align:left;text-align-last:left; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .widget-input-text { border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left: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);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:22.375rem;box-sizing:border-box;height:2.8125rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .widget-input-text {padding-top: 0; padding-bottom: 0;}#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .widget-textarea { border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left: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);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:22.375rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .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:#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;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:22.375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .widget-input-select {padding-top: 0; padding-bottom: 0;}#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .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; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .widget-input-button { border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;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;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:22.375rem;height:3.5625rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .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:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:21.1875rem;overflow:hidden;font-style:normal;float:none; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .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; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .widget-container:first-of-type{padding-top:0;}#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .widget-container:last-of-type{padding-bottom:0;}#VydmiuTUa15hCPCKddtCpB5dUPsmodoT  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;position:absolute;top:10.5rem;left:32.75rem; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.375rem;display:block;vertical-align:top; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .widget-info-text { display:block;height:auto;font-family:"open sans";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; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT {display:block;}#VydmiuTUa15hCPCKddtCpB5dUPsmodoT { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;position:absolute;top:10.5rem;left:32.75rem; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT #znuWTNOmhhOGK2pLpNlqcmKqTf92TyIM { position:relative; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT #E3K36J0S6qZPfdI6UNozPBVXyeQ8Eavn { position:relative;display:none; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT #lGtecGE6xtSrBUHt3GEAxNytkskONs7G { position:relative; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT #sVXRd2G0DUf1rGl7m3t4pXZT8TiRS2BN { position:relative; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT #CLX677HC5F1q3o4dNo1MLDRPxe73KWeD { position:relative;display:none; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT #lAn78JdxPHXCw05wq27ZxT1hKqLIpKCi { position:relative; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT #lO5bIPDsOqkAmgAsU0u7eOvHkV57UCc0 { position:relative; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT #eo3V0fKGqCMuLLtU0sspSQx9k1vKfiJ4 { position:relative;display:none; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT #dRo5T6GLZ11ydI70I4N4RmNauxFOxKCL { position:relative; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT #iIrOkFTx6cAx800kDoF88klBNc11ASTH { position:relative; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT #M7zzrNIpAMvoX2ircksoqBFidIsxZSdn { position:relative;display:none; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT #iHTy8HqisyM7BqDcEfFD0zxalq4EwndE { position:relative; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT #h0T9DQOb5CTTEqJELAQzhlWJf28mqZrC { position:relative; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT #pALznk6xRRb0iF1mCaSTc0xtxuelhRf5 { position:relative;display:none; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT #XMPRX1mK4wpmxAS9aXsTa2R5Ksgpi7vA { position:relative; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT #fTdT5Tvb4H9xRNM9aGdFAQNx1fGECfqp { position:relative; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT #FgQpQcTHkaOGugpHQitQuKHaxg8kk7EE { position:relative;display:none; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT #fuZii1CIv2qu48MoEi7oRaWyVUpTtncB { position:relative; }
#TVTXmTeTxzamGcXUQ36zGHKuabZOTtWi { position:relative;display:block; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT #EwlAcsadirJ9WLUTmCmJF7vJxgnnI7fw { position:relative; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT #Nr77wXS0fT0UZ1qa8P7PD4XAqDAMdA9I { position:relative; }
#hoc4MEb404bQUEvStnIbRba7VucdFDAn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e1e24;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#hoc4MEb404bQUEvStnIbRba7VucdFDAn > .row .container { background-color: transparent; background-image: none; }#hoc4MEb404bQUEvStnIbRba7VucdFDAn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hoc4MEb404bQUEvStnIbRba7VucdFDAn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hoc4MEb404bQUEvStnIbRba7VucdFDAn > .row .container > .video-iframe-container { display: none; }#hoc4MEb404bQUEvStnIbRba7VucdFDAn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hoc4MEb404bQUEvStnIbRba7VucdFDAn > .row > .video-iframe-container { display: none; }#hoc4MEb404bQUEvStnIbRba7VucdFDAn > .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); }#hoc4MEb404bQUEvStnIbRba7VucdFDAn > .row .container { border-width: 0; border-radius: 0; }#hoc4MEb404bQUEvStnIbRba7VucdFDAn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hoc4MEb404bQUEvStnIbRba7VucdFDAn > .row .container { font-size:0.875rem;font-family:arial;height:22.6875rem;width:60rem;position:relative;display:block; }#cTCXh7a8i1wEcSRMVGegTMDJXIPVVDp7 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:8.30029296875rem;left:18.46875rem;height:6.396475rem;text-align:center;text-align-last:center;display:block; }
#LhPDkGyv542I1b6AQ2ekq0k5Bhc72GB4 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:19.1875rem;left:18.5rem;height:1.40014375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s8xGx4obTKLcxAULdkEBq804R8TT5qM7 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.75rem;width:15.625rem;top:0rem;left:22.1875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CFR5fzFD87R9L4QbV7r8tgdWAFDfkztt { display:block; }#CFR5fzFD87R9L4QbV7r8tgdWAFDfkztt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ak8P9cJDinrKkSB6LNA4Ei4gLbfWIhJ2 { width:11.25rem;height:2.25rem;top:0.875rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mmm8TAD9QzRWEW7Zq4KJxeKw9LDEWxrI { display:block; }
 }@media only screen and (max-width: 763px) { #VV4nwHlz7t8C4RvPwe9QDxWQStQOUmTn { top:1.25rem;left:0rem;width:8.8125rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAi4EHJqLTmOM2LG2EUiy4BXafDudDio { width:9.25rem;height:2.25rem;top:0.8125rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpqkE6XhgNZmmOw073PMg4e6ofaOVf2Z { display:block; }
 }@media only screen and (max-width: 763px) { #LaHpSLoeEKATDB7hem6o5JtgesFpg5L8 { top:1.0625rem;left:27.6875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkWTbIu3P62sHT6J0v2nM90EzEOWynbF { top:1.3125rem;left:40.0625rem;width:2.4375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4fNalpLeA8QDpNbDVgkyxJT3q2x8TGa { display:block; }#f4fNalpLeA8QDpNbDVgkyxJT3q2x8TGa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hy3eZ2lSOncc5GdfQ0r4gt0boWLrvMsm { width:31.6875rem;height:13.5rem;top:3.3125rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c22TehUWrskeZNOqHccpsGgcLrtXpAqE { width:29.5rem;height:12rem;top:19.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7aTuC84kDX0wQBvBTuZlnU3TnuC5Dsi { width:26.375rem;height:39.4375rem;top:3.3125rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bdfog7Kdzl5JuH8GoC3v5h01Jc4PD6fg { width:21.875rem;height:2.4375rem;top:6.125rem;left:25.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6iKd7T5rn3Gl68m0qTB7UUIHvk9UuJX { width:22rem;height:4.1875rem;top:9.625rem;left:25.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X .widget-regular-label { width:22.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X .widget-input-text { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X .widget-input-text {padding-top: 0; padding-bottom: 0;}#NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X .widget-textarea { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X .widget-input-select { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X .widget-input-select {padding-top: 0; padding-bottom: 0;}#NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X .widget-input-button { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X .widget-checkbox-label { width:21.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X  { width:22.0625rem;height:auto;top:13.8125rem;left:23.1875rem; }
#NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X .radio-container { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X {display:block;}#NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X { width:22.0625rem;height:auto;top:13.8125rem;left:23.1875rem; }
 }@media only screen and (max-width: 763px) { #NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X #srnCMbQFW95vZd5pn8XDKcF0lFT61tX6 {  }
 }@media only screen and (max-width: 763px) { #NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X #lJTgBeLHyoNM11ET2SH0ZhH6GzEDrbzA {  }
 }@media only screen and (max-width: 763px) { #NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X #HCTBOrxbpDQVODT5wqfMfpuHSQBxKugq {  }
 }@media only screen and (max-width: 763px) { #NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X #a3z9uIzoL2PciwmCIiA3oKH2xUZsHJsW {  }
 }@media only screen and (max-width: 763px) { #NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X #UrXAJpcGyLiXIAI1vDDiSTVMTCaSce1I {  }
 }@media only screen and (max-width: 763px) { #NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X #XbeLbX52pTKmwJdKFVw9dewzGAJ3pAlz {  }
 }@media only screen and (max-width: 763px) { #NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X #aGeyaRh9tIvOqCDSqBrqsc6C2NNfPTK9 {  }
 }@media only screen and (max-width: 763px) { #NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X #Z5TrfdZo45aC8TW828dHrlxDGgIker4o {  }
 }@media only screen and (max-width: 763px) { #NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X #c5L7S9AMf12h9OK5fQC2PRFy2ZTPviym {  }
 }@media only screen and (max-width: 763px) { #NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X #gk8waCZWl20I9LPsfUfvvEs6NLvdwkuS {  }
 }@media only screen and (max-width: 763px) { #NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X #TFHlhS6SmmP5aWaL7Tce0t06eKHQdBud {  }
 }@media only screen and (max-width: 763px) { #NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X #u7bIN7Q7TGaXqGfkoQpFS55JMGJKC4qo {  }
 }@media only screen and (max-width: 763px) { #NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X #luGdeFw9Wq8i2ZQwL7hAhPLMJc0icSOe {  }
 }@media only screen and (max-width: 763px) { #NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X #eyzifGzK6yxR1ghooko977mDSiqqUDa5 {  }
 }@media only screen and (max-width: 763px) { #TT9O14e9eXb1UKFJJc9PAoZEuis5aPT6 { display:block; }#TT9O14e9eXb1UKFJJc9PAoZEuis5aPT6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f7C3Ilxpkwo0BKJXElptpuAmTQiwUd9M { top:3.1875rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKAPEnTJi2IXxIGcKRcIrG7UirHP7lck { top:9.875rem;left:0rem;width:47.75rem;height:7.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #afFtTI4xkPRef9q2LriRZJ0bWX8mUMVd { display:block; }#afFtTI4xkPRef9q2LriRZJ0bWX8mUMVd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hv0hRaXm6wECq0W25HdOJNahJL0QhW6h { top:3.6875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #shkZyeJOM8mBtN8oDTeyRf6OAqCOruHQ { top:9.5rem;left:0rem;width:12.5rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBfVPiDhmp5MSMUzqbTv7mzXGCzVcLzK { top:17.375rem;left:0rem;width:13.75rem;height:7.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpbO3IntDl1rA5TlTKKhbQ2Qt7s2zWKg { top:17.375rem;left:35.6875rem;width:12.0625rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDFLWvSl4FvKRToR63TSVEUal5a67Zu6 { top:9.5rem;left:21.125rem;width:12.5rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9AnDaioRTsTfL8MEyZEzpIetIg8Ey7d { top:17.375rem;left:21rem;width:11.25rem;height:7.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeJixXvLdULUsT9QXzvKQys72Fk1d92h { top:9.5rem;left:35.125rem;width:12.625rem;height:7.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITT1iM9dHDsTW5eLiUfTkIGJPgSrQ5yy { top:9.75rem;left:16.4375rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #POaD35welfyl0Uf6gLIPrthxTyF6SIOS { top:17.625rem;left:16.4375rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzhRoeBNu6zo25QllJBvZk8ciXBvgO9F { top:9.75rem;left:36.75rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMwQhxU6TX7dCP3S8wlpkLWDJ1evMfDV { top:17.625rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbrevzUS0e88OsSlzm1o7CgcpUO7mhTC { top:9.75rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGE775LOKp0OomiL8seDBZuKDK07ZmUa { top:10.25rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQbuNWwDOolWhHmhuH8aQQfaBpETI1or { top:18.125rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6JXVpORCc1ZBglmONftUpLTmF2GpT5f { top:17.9375rem;left:37.0625rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNKhqGeuq3w0gAweUQH4CDRbm4CyuLix { top:10.25rem;left:17rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #foXPXLODynVN8kpSG4Vul1pcWzdDon1H { top:18.125rem;left:17rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIxSToenGINzn1gQJaTd4rCtCTTPCChZ { top:10.0625rem;left:37.0625rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEehhpKyFmK4Xt7VudQTtIF2iD5GyKzR { top:17.375rem;left:36.5rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfKJfNPmqXUm1wLPaCTcMilzBAn52NIm { display:block; }#QfKJfNPmqXUm1wLPaCTcMilzBAn52NIm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7Rfu6uc5FofPPRTtqvvsD0aksmiRLxe { top:9.75rem;left:0rem;width:23.8125rem;height:7.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAuThEzkhT8g4EX0kMRLvUG1ozg80998 { top:3.5625rem;left:0rem;width:24rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmLNHQMTvSrGOWTMdMRRLUfIscT8hrVP { top:26rem;left:21.75rem;width:26rem;height:20.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmTBzgqwv75FAlGksm4TUBRMpoQnGV4J { top:3.5625rem;left:22.3125rem;width:25.0625rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAak2l9tZqTdIwSWHgu91URiMhIV5vsW { top:27.8125rem;left:0rem;width:24.9375rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFyWg2qG9HaiR4RGhbITnGneLK11D9W8 { width:13.875rem;height:3.75rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbAbTGFBJx76UqvHp6RicB6OkkBslFa9 { display:block; }
 }@media only screen and (max-width: 763px) { #nQiBgxbd4liyNsPeCzru2lleKnoKztMg { top:23.1875rem;left:22.9375rem;width:24rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUJpNTemRoRlVGfBQRT6MUvMFenX1ERu { display:block; }#XUJpNTemRoRlVGfBQRT6MUvMFenX1ERu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WKCf4vbTr6ONQlHTpRXmMW2CPl5v4y2o { width:7.5625rem;height:7.6875rem;top:8.9375rem;left:0rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIaxIOWW5aieoVCcuI8eDT7iBxn3EcUb { width:14.25rem;height:1.625rem;top:12rem;left:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBsmO4rVEWhl5bsle1RAebtOUMFXTcoM { width:19.9375rem;height:3.625rem;top:17.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRffUyvgAbA2pMtRIgASbDtNxmT5NfRp { width:19.375rem;height:4.875rem;top:17.125rem;left:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwpzJXXF0xyWXI53XVWxF0O9S2m0BesP { width:7.5625rem;height:7.6875rem;top:8.9375rem;left:15.875rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KComU4cIGDeUcbL6Ix3wxnWL9n3WeweS { width:14.25rem;height:3.25rem;top:12rem;left:17.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrHlNLZFzweLBruRfZJBoWNZPMpqkKxf { width:19.9375rem;height:3.625rem;top:17.125rem;left:27.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5bwbHgmMV76Pd7wegaQAybqI584mkzv { width:7.5625rem;height:7.6875rem;top:8.9375rem;left:31.75rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTq5qZzZ0l77BGgxhCWJxoH29yTPuJbc { width:14.25rem;height:3.25rem;top:11.375rem;left:33.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnP9tCWTMUrDysTiDo8RTyE1k9pEix7F { width:47.75rem;height:2.4375rem;top:3.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfPTy7vKuq52CVzQkLx8rwKbz3onb2z8 { top:1.8125rem;left:21.0625rem;width:5.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMeTaUhq7nVqdX1ylQEgPDrozflvmhzb { display:block; }#SMeTaUhq7nVqdX1ylQEgPDrozflvmhzb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y9FP6bniDwTyaUQWXBMWGrUk11Xspp0u { width:7.5625rem;height:7.6875rem;top:0.75rem;left:0rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8XTXkKWoTZs35y2UdnhwV7h0QHu8Kgp { width:14.25rem;height:3.25rem;top:3.8125rem;left:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAlxRet2NrDMxlg8Rss16pi29vrPchL2 { width:19.9375rem;height:2.4375rem;top:9.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a92fH7Rk0wkdThs7FCsz7DKonpsTXsgE { width:19.9375rem;height:4.875rem;top:9.5rem;left:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkROeXTu2SXf5PiXSwJgKzZlQiNsZp21 { width:7.5625rem;height:7.6875rem;top:0.75rem;left:15.875rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7fJL99aynFD4m57VUvVIOBwoveSB3ZA { width:14.25rem;height:3.25rem;top:3.8125rem;left:17.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n85zMHLoWeqqgnP3IzSOFCo1e8ChFvzX { width:19.9375rem;height:4.875rem;top:9.5rem;left:27.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5AXvRfW1EzSGlcc2laTWs4dRNfCCOBW { width:7.5625rem;height:7.6875rem;top:0.75rem;left:31.75rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtXlrosKtroZTMRG1SqkTnEpFaNAFI5J { width:14.25rem;height:3.25rem;top:3.1875rem;left:33.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6LEDnCdGKMlhkLpateZIKGnLkuAv41X { width:13.875rem;height:3.75rem;top:17.375rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTv1rfPiwUBeWNQT5SZTAxeEVzawPVch { display:block; }
 }@media only screen and (max-width: 763px) { #Izwf7JkqyF6L13G7pphwJU32vboUmtmT { display:block; }#Izwf7JkqyF6L13G7pphwJU32vboUmtmT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UngasqwcseZlprDE6MXtl300zlk4IAT7 { top:5.6875rem;left:0rem;width:47.75rem;height:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fxlz3Ufqf1Gt36BcnN3CogvcgMEeOTsg { top:1.875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSkkR3m0vQ9Or70NFvy0etop2DuMGSwC { display:block; }#BSkkR3m0vQ9Or70NFvy0etop2DuMGSwC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rIl5E0PGq67bwNEz2eifpUTmgLpwkoXX { top:1.8125rem;left:23.75rem;width:24rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #COfpUvNrpxskcZPzLUGsVVrSgV1Phhg6 { top:5.5rem;left:22.375rem;width:25.375rem;height:14.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVBtHBqUt4fbSRyJauM3JyyLdDcGUaTe { top:1.3125rem;left:0rem;width:30rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9AIQXfVvae4uh5JGBVpXkLAI1EfUe6d { display:block; }#M9AIQXfVvae4uh5JGBVpXkLAI1EfUe6d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tAoEyKUP6Eb4xmT04Rb3g7GuKAWAG5BP { top:2.4375rem;left:0rem;width:25.375rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpL0BxqN4xoCEf5fOAOTaDoq6KqnTvU2 { top:8.5rem;left:0rem;width:25.375rem;height:18.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJIrfrTdTFZmgUUNFx7irAyw6BbIcfJO { top:2.4375rem;left:0rem;width:30.0625rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H752b3GC5FwNsra773A47ibOARTscLHh { width:13.875rem;height:3.75rem;top:32.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBypsZTTLVZ6kkOgmZTLv3lSvXDoqRuz { display:block; }
 }@media only screen and (max-width: 763px) { #oe6rKc9zBW3S2QEFqRVaFXouCHG8DAhg { top:31.75rem;left:22.375rem;width:25.375rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUfS7603Wf12IH88T35pAAcDByEhDi8g { display:block; }#bUfS7603Wf12IH88T35pAAcDByEhDi8g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FtHxkN8fsqTBRBv86wDDNfxMG9zeayxw { top:5rem;left:22.375rem;width:25.375rem;height:18.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8xPJXFlMdWHNBD2fX5EObbSg9amleWZ { top:5.0625rem;left:0rem;width:27.3125rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQGOGsUXNwIDTZTnMnv6sohT0C9vNpJ8 { background-color:#1c1c1c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#xQGOGsUXNwIDTZTnMnv6sohT0C9vNpJ8 > .row .container { background-color: transparent; background-image: none; }#xQGOGsUXNwIDTZTnMnv6sohT0C9vNpJ8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xQGOGsUXNwIDTZTnMnv6sohT0C9vNpJ8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xQGOGsUXNwIDTZTnMnv6sohT0C9vNpJ8 > .row .container > .video-iframe-container { display: none; }#xQGOGsUXNwIDTZTnMnv6sohT0C9vNpJ8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xQGOGsUXNwIDTZTnMnv6sohT0C9vNpJ8 > .row > .video-iframe-container { display: none; }#xQGOGsUXNwIDTZTnMnv6sohT0C9vNpJ8 > .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); }#xQGOGsUXNwIDTZTnMnv6sohT0C9vNpJ8 > .row .container { border-width: 0; border-radius: 0; }#xQGOGsUXNwIDTZTnMnv6sohT0C9vNpJ8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lkahirpgBwg1C4tVD1qwHcG8cMxMg5xr { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GZAGTu9O6503gta1Wq8XnaDeWKHHsf7b { width:25.625rem;height:0.5rem;top:18.6875rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Ip7C8vVPtH7e88pE668EQiTGTh55reD1 .accordion-element-container { background-color:#1c1c1c;background-image:none; }
#Ip7C8vVPtH7e88pE668EQiTGTh55reD1 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Ip7C8vVPtH7e88pE668EQiTGTh55reD1 .accordion-heading-text { color:#ffffff; }
#Ip7C8vVPtH7e88pE668EQiTGTh55reD1 .accordion-desc-text { color:#ffffff; }
#Ip7C8vVPtH7e88pE668EQiTGTh55reD1 .accordion-trigger { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important; }#Ip7C8vVPtH7e88pE668EQiTGTh55reD1 .accordion-trigger.adaptive-delivery-prevent-bg, #Ip7C8vVPtH7e88pE668EQiTGTh55reD1 .accordion-trigger.lazyload, #Ip7C8vVPtH7e88pE668EQiTGTh55reD1 .accordion-trigger.lazyloading { background-image: none; }
#Ip7C8vVPtH7e88pE668EQiTGTh55reD1 { display:flex;height:auto;width:27.8125rem;top:11.625rem;left:5rem;background-color:transparent;background-image:none; }
 }@media only screen and (max-width: 763px) { #Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #E6U0O8fwHmErH8qo8n3ZPboltimqTiG5 {  }
 }@media only screen and (max-width: 763px) { #Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #is9XFXDMZb7zc3px6vhFiq8qWUHfNOrm {  }
 }@media only screen and (max-width: 763px) { #Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #HpieAgydU5xitoRrkJelCCsr2FlX2PUE {  }
 }@media only screen and (max-width: 763px) { #Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #MKFTNabCyfZX46xnESNvo3ICSo7gyUVs {  }
 }@media only screen and (max-width: 763px) { #Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #xOZr4f521otB2oxfmPQWPAXIyBVaGONm {  }
 }@media only screen and (max-width: 763px) { #Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #qfKPqTNtOJTti2d3A3n0y0ZvDEXJhgl0 {  }
 }@media only screen and (max-width: 763px) { #Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #wtbbpA1T0TkhGJIVCAwbsUl6hiPGu5ok {  }
 }@media only screen and (max-width: 763px) { #Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #TUTQRAgvXVXJRTEWTL0QGK4fTXtn8d8w {  }
 }@media only screen and (max-width: 763px) { #Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #oZ3TU3nANGbdQQLyeBn8yhAbnyszMsx2 {  }
 }@media only screen and (max-width: 763px) { #Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #f85BXonhEKbhsbJHkyArE6ACqQk9en8L {  }
 }@media only screen and (max-width: 763px) { #Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #D6l4T4nqNvTW8QHiTVCZtu1tyRecOTUS {  }
 }@media only screen and (max-width: 763px) { #Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #S1DeJlQtVvR41U6Xr58701Ny9JUddSdr {  }
 }@media only screen and (max-width: 763px) { #Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #E8VRERnT02WsbwUWpiioLbTibTfwIgBF {  }
 }@media only screen and (max-width: 763px) { #Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #UMqmic6piiv4y8EBIOUbx8hfa3Iei4cG {  }
 }@media only screen and (max-width: 763px) { #Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #KPzIMsPqduUzFr1RfQWH58k0R1TKCnro {  }
 }@media only screen and (max-width: 763px) { #Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #dM8TorPu7IKHnr6c5LpVWbdumOELTzvL {  }
 }@media only screen and (max-width: 763px) { #Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #H6TovNHXdx8reVcIFMPA6Me0H2sGJ3FO {  }
 }@media only screen and (max-width: 763px) { #Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #KpFUUEvNqp8CyTPK7Iy0TqNEg19tqOZd {  }
 }@media only screen and (max-width: 763px) { #Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #vc34BTb73O38QDsm8wDnv2V6OiV34SBC {  }
 }@media only screen and (max-width: 763px) { #Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #exoL77qw23DXTOwneL6CT6eMDJ1NQgCC {  }
 }@media only screen and (max-width: 763px) { #Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #kwdyHL6PMJ5Ww3azExdAvpoNyZ8WrlST {  }
 }@media only screen and (max-width: 763px) { #Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #UdHkvKdKpw6DzIcH3HxZqu8zuZpkbDS3 {  }
 }@media only screen and (max-width: 763px) { #Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #HEqJ4vkhsONo4pOE8tk4KzuBbZNdSNK9 {  }
 }@media only screen and (max-width: 763px) { #Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #vOGClDTcda8hWTQdTLp8xXCLc9DpVVvU {  }
 }@media only screen and (max-width: 763px) { #Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #sLNufqBHMngQvRhnyZPAJhxPmQRsPzFE {  }
 }@media only screen and (max-width: 763px) { #OeEIc6AXGrVJDPhlrnM1rptRGnL9kGnq { display:block; }#OeEIc6AXGrVJDPhlrnM1rptRGnL9kGnq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eXWatltAttU0hTAKoQwXtnR7RyPbmhdO { top:4.75rem;left:0rem;width:25.8125rem;height:5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlQs1iLyReCkDtomtZbeS0rlJxg5zU57 { top:10.5625rem;left:0rem;width:25.3125rem;height:10.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SV3BL9EPaTgx81TzktehTydfFc7UdxEk { top:4.75rem;left:23.625rem;width:24.125rem;height:4.875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT .widget-regular-label { width:22.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .widget-input-text { width:22.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .widget-input-text {padding-top: 0; padding-bottom: 0;}#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .widget-textarea { width:22.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .widget-input-select { width:22.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .widget-input-select {padding-top: 0; padding-bottom: 0;}#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .widget-input-button { width:22.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .widget-checkbox-label { width:21.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT  { width:22.375rem;height:auto;top:10.5rem;left:22.875rem; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .radio-container { width:22.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT {display:block;}#VydmiuTUa15hCPCKddtCpB5dUPsmodoT { width:22.375rem;height:auto;top:10.5rem;left:22.875rem; }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT #znuWTNOmhhOGK2pLpNlqcmKqTf92TyIM {  }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT #E3K36J0S6qZPfdI6UNozPBVXyeQ8Eavn {  }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT #lGtecGE6xtSrBUHt3GEAxNytkskONs7G {  }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT #sVXRd2G0DUf1rGl7m3t4pXZT8TiRS2BN {  }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT #CLX677HC5F1q3o4dNo1MLDRPxe73KWeD { display:none; }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT #lAn78JdxPHXCw05wq27ZxT1hKqLIpKCi {  }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT #lO5bIPDsOqkAmgAsU0u7eOvHkV57UCc0 {  }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT #eo3V0fKGqCMuLLtU0sspSQx9k1vKfiJ4 { display:none; }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT #dRo5T6GLZ11ydI70I4N4RmNauxFOxKCL {  }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT #iIrOkFTx6cAx800kDoF88klBNc11ASTH {  }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT #M7zzrNIpAMvoX2ircksoqBFidIsxZSdn { display:none; }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT #iHTy8HqisyM7BqDcEfFD0zxalq4EwndE {  }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT #h0T9DQOb5CTTEqJELAQzhlWJf28mqZrC {  }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT #pALznk6xRRb0iF1mCaSTc0xtxuelhRf5 {  }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT #XMPRX1mK4wpmxAS9aXsTa2R5Ksgpi7vA {  }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT #fTdT5Tvb4H9xRNM9aGdFAQNx1fGECfqp {  }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT #FgQpQcTHkaOGugpHQitQuKHaxg8kk7EE {  }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT #fuZii1CIv2qu48MoEi7oRaWyVUpTtncB {  }
 }@media only screen and (max-width: 763px) { #TVTXmTeTxzamGcXUQ36zGHKuabZOTtWi { display:block; }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT #EwlAcsadirJ9WLUTmCmJF7vJxgnnI7fw {  }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT #Nr77wXS0fT0UZ1qa8P7PD4XAqDAMdA9I {  }
 }@media only screen and (max-width: 763px) { #hoc4MEb404bQUEvStnIbRba7VucdFDAn { display:block; }#hoc4MEb404bQUEvStnIbRba7VucdFDAn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTCXh7a8i1wEcSRMVGegTMDJXIPVVDp7 { top:8.25rem;left:12.34375rem;width:23.0625rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhPDkGyv542I1b6AQ2ekq0k5Bhc72GB4 { top:19.1875rem;left:12.375rem;width:23.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8xGx4obTKLcxAULdkEBq804R8TT5qM7 { width:15.625rem;height:10.75rem;top:0rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CFR5fzFD87R9L4QbV7r8tgdWAFDfkztt { display:block; }#CFR5fzFD87R9L4QbV7r8tgdWAFDfkztt > .row .container { width:20rem;height:9.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ak8P9cJDinrKkSB6LNA4Ei4gLbfWIhJ2 { width:10.1875rem;height:1.25rem;top:6.8125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mmm8TAD9QzRWEW7Zq4KJxeKw9LDEWxrI { display:block; }
 }@media only screen and (max-width: 763px) { #VV4nwHlz7t8C4RvPwe9QDxWQStQOUmTn { width:8.8125rem;height:1.375rem;top:1.375rem;left:5.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAi4EHJqLTmOM2LG2EUiy4BXafDudDio { width:9.25rem;height:2.25rem;top:3.9375rem;left:6.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OpqkE6XhgNZmmOw073PMg4e6ofaOVf2Z { display:block; }
 }@media only screen and (max-width: 763px) { #LaHpSLoeEKATDB7hem6o5JtgesFpg5L8 { display:flex;width:1.8125rem;height:1.8125rem;top:4.125rem;left:4.125rem; }
 }@media only screen and (max-width: 763px) { #kkWTbIu3P62sHT6J0v2nM90EzEOWynbF { display:flex;width:2.4375rem;height:1.375rem;top:6.75rem;left:3.8125rem; }
 }@media only screen and (max-width: 763px) { #f4fNalpLeA8QDpNbDVgkyxJT3q2x8TGa { display:block; }#f4fNalpLeA8QDpNbDVgkyxJT3q2x8TGa > .row .container { width:20rem;height:75.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hy3eZ2lSOncc5GdfQ0r4gt0boWLrvMsm { width:20rem;height:10.796875rem;top:3.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c22TehUWrskeZNOqHccpsGgcLrtXpAqE { width:20rem;height:12rem;top:17rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7aTuC84kDX0wQBvBTuZlnU3TnuC5Dsi { width:19.75rem;height:40.625rem;top:32.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bdfog7Kdzl5JuH8GoC3v5h01Jc4PD6fg { width:20rem;height:1.94921875rem;top:33.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6iKd7T5rn3Gl68m0qTB7UUIHvk9UuJX { width:19.75rem;height:6.09375rem;top:36.1875rem;left:0.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X .widget-input-text {padding-top: 0; padding-bottom: 0;}#NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X .widget-input-select {padding-top: 0; padding-bottom: 0;}#NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X  { width:17.5rem;height:auto;top:43.125rem;left:0rem; }
#NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X {display:block;}#NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X { width:17.5rem;height:auto;top:43.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X #srnCMbQFW95vZd5pn8XDKcF0lFT61tX6 {  }
 }@media only screen and (max-width: 763px) { #NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X #lJTgBeLHyoNM11ET2SH0ZhH6GzEDrbzA {  }
 }@media only screen and (max-width: 763px) { #NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X #HCTBOrxbpDQVODT5wqfMfpuHSQBxKugq {  }
 }@media only screen and (max-width: 763px) { #NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X #a3z9uIzoL2PciwmCIiA3oKH2xUZsHJsW {  }
 }@media only screen and (max-width: 763px) { #NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X #UrXAJpcGyLiXIAI1vDDiSTVMTCaSce1I {  }
 }@media only screen and (max-width: 763px) { #NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X #XbeLbX52pTKmwJdKFVw9dewzGAJ3pAlz {  }
 }@media only screen and (max-width: 763px) { #NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X #aGeyaRh9tIvOqCDSqBrqsc6C2NNfPTK9 {  }
 }@media only screen and (max-width: 763px) { #NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X #Z5TrfdZo45aC8TW828dHrlxDGgIker4o {  }
 }@media only screen and (max-width: 763px) { #NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X #c5L7S9AMf12h9OK5fQC2PRFy2ZTPviym {  }
 }@media only screen and (max-width: 763px) { #NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X #gk8waCZWl20I9LPsfUfvvEs6NLvdwkuS {  }
 }@media only screen and (max-width: 763px) { #NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X #TFHlhS6SmmP5aWaL7Tce0t06eKHQdBud {  }
 }@media only screen and (max-width: 763px) { #NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X #u7bIN7Q7TGaXqGfkoQpFS55JMGJKC4qo {  }
 }@media only screen and (max-width: 763px) { #NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X #luGdeFw9Wq8i2ZQwL7hAhPLMJc0icSOe {  }
 }@media only screen and (max-width: 763px) { #NmhxAbip8whGnaFEAKOwX5pKXSfv0F7X #eyzifGzK6yxR1ghooko977mDSiqqUDa5 {  }
 }@media only screen and (max-width: 763px) { #TT9O14e9eXb1UKFJJc9PAoZEuis5aPT6 { display:block; }#TT9O14e9eXb1UKFJJc9PAoZEuis5aPT6 > .row .container { width:20rem;height:30.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f7C3Ilxpkwo0BKJXElptpuAmTQiwUd9M { width:20rem;height:6.09375rem;top:1.5625rem;left:0.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKAPEnTJi2IXxIGcKRcIrG7UirHP7lck { width:20rem;height:20.207rem;top:8.75rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #afFtTI4xkPRef9q2LriRZJ0bWX8mUMVd { display:block; }#afFtTI4xkPRef9q2LriRZJ0bWX8mUMVd > .row .container { width:20rem;height:62.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hv0hRaXm6wECq0W25HdOJNahJL0QhW6h { width:17.1875rem;height:3.8984375rem;top:1.625rem;left:1.40625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #shkZyeJOM8mBtN8oDTeyRf6OAqCOruHQ { width:12.5rem;height:2.923825rem;top:11.875rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pBfVPiDhmp5MSMUzqbTv7mzXGCzVcLzK { width:12.5rem;height:4.38574375rem;top:38.8125rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GpbO3IntDl1rA5TlTKKhbQ2Qt7s2zWKg { width:14.3125rem;height:2.923825rem;top:48.5625rem;left:2.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HDFLWvSl4FvKRToR63TSVEUal5a67Zu6 { width:12.5rem;height:2.923825rem;top:20.6875rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J9AnDaioRTsTfL8MEyZEzpIetIg8Ey7d { width:16rem;height:2.923825rem;top:57.5rem;left:2rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aeJixXvLdULUsT9QXzvKQys72Fk1d92h { width:12.625rem;height:4.38574375rem;top:29.5625rem;left:3.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ITT1iM9dHDsTW5eLiUfTkIGJPgSrQ5yy { width:3.5625rem;height:3.5625rem;top:16rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #POaD35welfyl0Uf6gLIPrthxTyF6SIOS { width:3.5625rem;height:3.5625rem;top:53.0625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzhRoeBNu6zo25QllJBvZk8ciXBvgO9F { width:3.5625rem;height:3.5625rem;top:25.0625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMwQhxU6TX7dCP3S8wlpkLWDJ1evMfDV { width:3.5625rem;height:3.5625rem;top:34.6875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbrevzUS0e88OsSlzm1o7CgcpUO7mhTC { width:3.5625rem;height:3.5625rem;top:7.4375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGE775LOKp0OomiL8seDBZuKDK07ZmUa { display:flex;width:2.5625rem;height:2.5625rem;top:7.9375rem;left:8.71875rem; }
 }@media only screen and (max-width: 763px) { #xQbuNWwDOolWhHmhuH8aQQfaBpETI1or { display:flex;width:2.6875rem;height:2.6875rem;top:35.1875rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #T6JXVpORCc1ZBglmONftUpLTmF2GpT5f { display:flex;width:2.4375rem;height:2.4375rem;top:44.6875rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #lNKhqGeuq3w0gAweUQH4CDRbm4CyuLix { display:flex;width:2.5rem;height:2.5rem;top:16.5625rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #foXPXLODynVN8kpSG4Vul1pcWzdDon1H { display:flex;width:2.5rem;height:2.5rem;top:53.625rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #RIxSToenGINzn1gQJaTd4rCtCTTPCChZ { display:flex;width:2.9375rem;height:2.9375rem;top:25.375rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #xEehhpKyFmK4Xt7VudQTtIF2iD5GyKzR { width:3.5625rem;height:3.5625rem;top:44.125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfKJfNPmqXUm1wLPaCTcMilzBAn52NIm { display:block; }#QfKJfNPmqXUm1wLPaCTcMilzBAn52NIm > .row .container { width:20rem;height:80.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7Rfu6uc5FofPPRTtqvvsD0aksmiRLxe { width:20rem;height:8.53125rem;top:7.3125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sAuThEzkhT8g4EX0kMRLvUG1ozg80998 { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DmLNHQMTvSrGOWTMdMRRLUfIscT8hrVP { width:20rem;height:25.59375rem;top:32.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tmTBzgqwv75FAlGksm4TUBRMpoQnGV4J { width:16.625rem;height:11.1875rem;top:17.125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAak2l9tZqTdIwSWHgu91URiMhIV5vsW { width:20rem;height:15.1875rem;top:65rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFyWg2qG9HaiR4RGhbITnGneLK11D9W8 { width:13.875rem;height:3.75rem;top:59.5625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbAbTGFBJx76UqvHp6RicB6OkkBslFa9 { display:block; }
 }@media only screen and (max-width: 763px) { #nQiBgxbd4liyNsPeCzru2lleKnoKztMg { width:20rem;height:1.625rem;top:29.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XUJpNTemRoRlVGfBQRT6MUvMFenX1ERu { display:block; }#XUJpNTemRoRlVGfBQRT6MUvMFenX1ERu > .row .container { width:20rem;height:49.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WKCf4vbTr6ONQlHTpRXmMW2CPl5v4y2o { width:7.5625rem;height:5.4433625rem;top:11.5625rem;left:6.1875rem;text-align:center;text-align-last:center;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIaxIOWW5aieoVCcuI8eDT7iBxn3EcUb { width:14.25rem;height:1.625rem;top:16.5rem;left:2.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kBsmO4rVEWhl5bsle1RAebtOUMFXTcoM { width:19.9375rem;height:3.65625rem;top:18.125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xRffUyvgAbA2pMtRIgASbDtNxmT5NfRp { width:19.9375rem;height:4.875rem;top:31.5rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zwpzJXXF0xyWXI53XVWxF0O9S2m0BesP { width:7.5625rem;height:5.36230625rem;top:22.875rem;left:6.25rem;text-align:center;text-align-last:center;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KComU4cIGDeUcbL6Ix3wxnWL9n3WeweS { width:14.25rem;height:3.25rem;top:28.25rem;left:2.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GrHlNLZFzweLBruRfZJBoWNZPMpqkKxf { width:19.9375rem;height:3.65625rem;top:45rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a5bwbHgmMV76Pd7wegaQAybqI584mkzv { width:7.5625rem;height:5.36230625rem;top:36.9375rem;left:6.125rem;text-align:center;text-align-last:center;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTq5qZzZ0l77BGgxhCWJxoH29yTPuJbc { width:14.25rem;height:3.25rem;top:41.75rem;left:2.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nnP9tCWTMUrDysTiDo8RTyE1k9pEix7F { width:14.6875rem;height:7.7988125rem;top:2.4375rem;left:2.65625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfPTy7vKuq52CVzQkLx8rwKbz3onb2z8 { width:4.9375rem;height:0.125rem;top:1.6875rem;left:7.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMeTaUhq7nVqdX1ylQEgPDrozflvmhzb { display:block; }#SMeTaUhq7nVqdX1ylQEgPDrozflvmhzb > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y9FP6bniDwTyaUQWXBMWGrUk11Xspp0u { width:7.5625rem;height:5.4433625rem;top:0rem;left:6.21875rem;text-align:center;text-align-last:center;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8XTXkKWoTZs35y2UdnhwV7h0QHu8Kgp { width:14.25rem;height:3.25rem;top:5.4375rem;left:2.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WAlxRet2NrDMxlg8Rss16pi29vrPchL2 { width:19.9375rem;height:2.4375rem;top:8.9375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a92fH7Rk0wkdThs7FCsz7DKonpsTXsgE { width:19.9375rem;height:4.875rem;top:20.7373046875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mkROeXTu2SXf5PiXSwJgKzZlQiNsZp21 { width:7.5625rem;height:5.36230625rem;top:12.125rem;left:6.125rem;text-align:center;text-align-last:center;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7fJL99aynFD4m57VUvVIOBwoveSB3ZA { width:14.25rem;height:3.25rem;top:17.4873046875rem;left:2.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n85zMHLoWeqqgnP3IzSOFCo1e8ChFvzX { width:19.9375rem;height:4.875rem;top:34.71875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T5AXvRfW1EzSGlcc2laTWs4dRNfCCOBW { width:7.5625rem;height:5.36230625rem;top:26.375rem;left:6.21875rem;text-align:center;text-align-last:center;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtXlrosKtroZTMRG1SqkTnEpFaNAFI5J { width:14.25rem;height:3.25rem;top:31.46875rem;left:2.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M6LEDnCdGKMlhkLpateZIKGnLkuAv41X { width:13.875rem;height:3.75rem;top:40.8125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTv1rfPiwUBeWNQT5SZTAxeEVzawPVch { display:block; }
 }@media only screen and (max-width: 763px) { #Izwf7JkqyF6L13G7pphwJU32vboUmtmT { display:block; }#Izwf7JkqyF6L13G7pphwJU32vboUmtmT > .row .container { width:20rem;height:21rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UngasqwcseZlprDE6MXtl300zlk4IAT7 { width:20rem;height:10.1035rem;top:9.6103515625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fxlz3Ufqf1Gt36BcnN3CogvcgMEeOTsg { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BSkkR3m0vQ9Or70NFvy0etop2DuMGSwC { display:block; }#BSkkR3m0vQ9Or70NFvy0etop2DuMGSwC > .row .container { width:20rem;height:39.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rIl5E0PGq67bwNEz2eifpUTmgLpwkoXX { width:20rem;height:4.875rem;top:14.375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #COfpUvNrpxskcZPzLUGsVVrSgV1Phhg6 { width:20rem;height:17.0625rem;top:20rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TVBtHBqUt4fbSRyJauM3JyyLdDcGUaTe { width:20rem;height:13.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9AIQXfVvae4uh5JGBVpXkLAI1EfUe6d { display:block; }#M9AIQXfVvae4uh5JGBVpXkLAI1EfUe6d > .row .container { width:20rem;height:60.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tAoEyKUP6Eb4xmT04Rb3g7GuKAWAG5BP { width:20rem;height:4.875rem;top:54.5625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bpL0BxqN4xoCEf5fOAOTaDoq6KqnTvU2 { width:20rem;height:26.8125rem;top:7rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJIrfrTdTFZmgUUNFx7irAyw6BbIcfJO { width:17.9375rem;height:12.0625rem;top:36.3125rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H752b3GC5FwNsra773A47ibOARTscLHh { width:13.875rem;height:3.75rem;top:49.5rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBypsZTTLVZ6kkOgmZTLv3lSvXDoqRuz { display:block; }
 }@media only screen and (max-width: 763px) { #oe6rKc9zBW3S2QEFqRVaFXouCHG8DAhg { width:20rem;height:4.875rem;top:1.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUfS7603Wf12IH88T35pAAcDByEhDi8g { display:block; }#bUfS7603Wf12IH88T35pAAcDByEhDi8g > .row .container { width:20rem;height:39.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FtHxkN8fsqTBRBv86wDDNfxMG9zeayxw { width:20rem;height:21.9375rem;top:0rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8xPJXFlMdWHNBD2fX5EObbSg9amleWZ { width:20rem;height:13.375rem;top:24.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQGOGsUXNwIDTZTnMnv6sohT0C9vNpJ8 { background-color:#1c1c1c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#xQGOGsUXNwIDTZTnMnv6sohT0C9vNpJ8 > .row .container { background-color: transparent; background-image: none; }#xQGOGsUXNwIDTZTnMnv6sohT0C9vNpJ8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xQGOGsUXNwIDTZTnMnv6sohT0C9vNpJ8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xQGOGsUXNwIDTZTnMnv6sohT0C9vNpJ8 > .row .container > .video-iframe-container { display: none; }#xQGOGsUXNwIDTZTnMnv6sohT0C9vNpJ8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xQGOGsUXNwIDTZTnMnv6sohT0C9vNpJ8 > .row > .video-iframe-container { display: none; }#xQGOGsUXNwIDTZTnMnv6sohT0C9vNpJ8 > .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); }#xQGOGsUXNwIDTZTnMnv6sohT0C9vNpJ8 > .row .container { border-width: 0; border-radius: 0; }#xQGOGsUXNwIDTZTnMnv6sohT0C9vNpJ8 > .row .container { width:20rem;height:77.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lkahirpgBwg1C4tVD1qwHcG8cMxMg5xr { width:20rem;height:5.5996125rem;top:3.125rem;left:0rem;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GZAGTu9O6503gta1Wq8XnaDeWKHHsf7b { width:20rem;height:0.5rem;top:9.375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ea0029, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #ea0029, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #ea0029, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #ea0029, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea0029', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea0029', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #ea0029, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Ip7C8vVPtH7e88pE668EQiTGTh55reD1 .accordion-element-container { background-color:#1c1c1c;background-image:none; }
#Ip7C8vVPtH7e88pE668EQiTGTh55reD1 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Ip7C8vVPtH7e88pE668EQiTGTh55reD1 .accordion-heading-text { font-size:1.25rem;height:auto;line-height:1.5;overflow:hidden;color:#ffffff; }
#Ip7C8vVPtH7e88pE668EQiTGTh55reD1 .accordion-desc-text { font-size:0.875rem;height:auto;color:#ffffff; }
#Ip7C8vVPtH7e88pE668EQiTGTh55reD1 .accordion-trigger { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important; }#Ip7C8vVPtH7e88pE668EQiTGTh55reD1 .accordion-trigger.adaptive-delivery-prevent-bg, #Ip7C8vVPtH7e88pE668EQiTGTh55reD1 .accordion-trigger.lazyload, #Ip7C8vVPtH7e88pE668EQiTGTh55reD1 .accordion-trigger.lazyloading { background-image: none; }
#Ip7C8vVPtH7e88pE668EQiTGTh55reD1 { display:flex;height:auto;width:20rem;top:11.0625rem;left:0rem;background-color:transparent;background-image:none; }
 }@media only screen and (max-width: 763px) { #Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #E6U0O8fwHmErH8qo8n3ZPboltimqTiG5 {  }
 }@media only screen and (max-width: 763px) { #Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #is9XFXDMZb7zc3px6vhFiq8qWUHfNOrm {  }
 }@media only screen and (max-width: 763px) { #Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #HpieAgydU5xitoRrkJelCCsr2FlX2PUE {  }
 }@media only screen and (max-width: 763px) { #Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #MKFTNabCyfZX46xnESNvo3ICSo7gyUVs {  }
 }@media only screen and (max-width: 763px) { #Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #xOZr4f521otB2oxfmPQWPAXIyBVaGONm {  }
 }@media only screen and (max-width: 763px) { #Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #qfKPqTNtOJTti2d3A3n0y0ZvDEXJhgl0 {  }
 }@media only screen and (max-width: 763px) { #Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #wtbbpA1T0TkhGJIVCAwbsUl6hiPGu5ok {  }
 }@media only screen and (max-width: 763px) { #Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #TUTQRAgvXVXJRTEWTL0QGK4fTXtn8d8w {  }
 }@media only screen and (max-width: 763px) { #Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #oZ3TU3nANGbdQQLyeBn8yhAbnyszMsx2 {  }
 }@media only screen and (max-width: 763px) { #Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #f85BXonhEKbhsbJHkyArE6ACqQk9en8L {  }
 }@media only screen and (max-width: 763px) { #Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #D6l4T4nqNvTW8QHiTVCZtu1tyRecOTUS {  }
 }@media only screen and (max-width: 763px) { #Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #S1DeJlQtVvR41U6Xr58701Ny9JUddSdr {  }
 }@media only screen and (max-width: 763px) { #Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #E8VRERnT02WsbwUWpiioLbTibTfwIgBF {  }
 }@media only screen and (max-width: 763px) { #Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #UMqmic6piiv4y8EBIOUbx8hfa3Iei4cG {  }
 }@media only screen and (max-width: 763px) { #Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #KPzIMsPqduUzFr1RfQWH58k0R1TKCnro {  }
 }@media only screen and (max-width: 763px) { #Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #dM8TorPu7IKHnr6c5LpVWbdumOELTzvL {  }
 }@media only screen and (max-width: 763px) { #Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #H6TovNHXdx8reVcIFMPA6Me0H2sGJ3FO {  }
 }@media only screen and (max-width: 763px) { #Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #KpFUUEvNqp8CyTPK7Iy0TqNEg19tqOZd {  }
 }@media only screen and (max-width: 763px) { #Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #vc34BTb73O38QDsm8wDnv2V6OiV34SBC {  }
 }@media only screen and (max-width: 763px) { #Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #exoL77qw23DXTOwneL6CT6eMDJ1NQgCC {  }
 }@media only screen and (max-width: 763px) { #Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #kwdyHL6PMJ5Ww3azExdAvpoNyZ8WrlST {  }
 }@media only screen and (max-width: 763px) { #Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #UdHkvKdKpw6DzIcH3HxZqu8zuZpkbDS3 {  }
 }@media only screen and (max-width: 763px) { #Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #HEqJ4vkhsONo4pOE8tk4KzuBbZNdSNK9 {  }
 }@media only screen and (max-width: 763px) { #Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #vOGClDTcda8hWTQdTLp8xXCLc9DpVVvU {  }
 }@media only screen and (max-width: 763px) { #Ip7C8vVPtH7e88pE668EQiTGTh55reD1 #sLNufqBHMngQvRhnyZPAJhxPmQRsPzFE {  }
 }@media only screen and (max-width: 763px) { #OeEIc6AXGrVJDPhlrnM1rptRGnL9kGnq { display:block; }#OeEIc6AXGrVJDPhlrnM1rptRGnL9kGnq > .row .container { width:20rem;height:65rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eXWatltAttU0hTAKoQwXtnR7RyPbmhdO { width:20rem;height:12.8984375rem;top:3.4375rem;left:0rem;font-size:2.6875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DlQs1iLyReCkDtomtZbeS0rlJxg5zU57 { width:17.875rem;height:9.59765625rem;top:18rem;left:1.0625rem;font-size:1rem;text-align:center;text-align-last:center;font-family:exo;display:block; }
 }@media only screen and (max-width: 763px) { #SV3BL9EPaTgx81TzktehTydfFc7UdxEk { width:18.5rem;height:4.94921875rem;top:29rem;left:0.75rem;font-size:2.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .widget-input-text {padding-top: 0; padding-bottom: 0;}#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .widget-input-select {padding-top: 0; padding-bottom: 0;}#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT  { width:17.5rem;height:auto;top:34.875rem;left:0rem; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VydmiuTUa15hCPCKddtCpB5dUPsmodoT {display:block;}#VydmiuTUa15hCPCKddtCpB5dUPsmodoT { width:17.5rem;height:auto;top:34.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT #znuWTNOmhhOGK2pLpNlqcmKqTf92TyIM {  }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT #E3K36J0S6qZPfdI6UNozPBVXyeQ8Eavn {  }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT #lGtecGE6xtSrBUHt3GEAxNytkskONs7G {  }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT #sVXRd2G0DUf1rGl7m3t4pXZT8TiRS2BN {  }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT #CLX677HC5F1q3o4dNo1MLDRPxe73KWeD { display:none; }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT #lAn78JdxPHXCw05wq27ZxT1hKqLIpKCi {  }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT #lO5bIPDsOqkAmgAsU0u7eOvHkV57UCc0 {  }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT #eo3V0fKGqCMuLLtU0sspSQx9k1vKfiJ4 { display:none; }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT #dRo5T6GLZ11ydI70I4N4RmNauxFOxKCL {  }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT #iIrOkFTx6cAx800kDoF88klBNc11ASTH {  }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT #M7zzrNIpAMvoX2ircksoqBFidIsxZSdn { display:none; }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT #iHTy8HqisyM7BqDcEfFD0zxalq4EwndE {  }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT #h0T9DQOb5CTTEqJELAQzhlWJf28mqZrC {  }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT #pALznk6xRRb0iF1mCaSTc0xtxuelhRf5 {  }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT #XMPRX1mK4wpmxAS9aXsTa2R5Ksgpi7vA {  }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT #fTdT5Tvb4H9xRNM9aGdFAQNx1fGECfqp {  }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT #FgQpQcTHkaOGugpHQitQuKHaxg8kk7EE {  }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT #fuZii1CIv2qu48MoEi7oRaWyVUpTtncB {  }
 }@media only screen and (max-width: 763px) { #TVTXmTeTxzamGcXUQ36zGHKuabZOTtWi { display:block; }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT #EwlAcsadirJ9WLUTmCmJF7vJxgnnI7fw {  }
 }@media only screen and (max-width: 763px) { #VydmiuTUa15hCPCKddtCpB5dUPsmodoT #Nr77wXS0fT0UZ1qa8P7PD4XAqDAMdA9I {  }
 }@media only screen and (max-width: 763px) { #hoc4MEb404bQUEvStnIbRba7VucdFDAn { position:relative;z-index:auto;background-color:#1e1e24;background-image:none;display:block; }#hoc4MEb404bQUEvStnIbRba7VucdFDAn > .row .container { background-color: transparent; background-image: none; }#hoc4MEb404bQUEvStnIbRba7VucdFDAn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hoc4MEb404bQUEvStnIbRba7VucdFDAn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hoc4MEb404bQUEvStnIbRba7VucdFDAn > .row .container > .video-iframe-container { display: none; }#hoc4MEb404bQUEvStnIbRba7VucdFDAn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hoc4MEb404bQUEvStnIbRba7VucdFDAn > .row > .video-iframe-container { display: none; }#hoc4MEb404bQUEvStnIbRba7VucdFDAn > .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); }#hoc4MEb404bQUEvStnIbRba7VucdFDAn > .row .container { width:20rem;height:21.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTCXh7a8i1wEcSRMVGegTMDJXIPVVDp7 { width:20rem;height:7.99805625rem;top:6.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhPDkGyv542I1b6AQ2ekq0k5Bhc72GB4 { width:20rem;height:1.3999rem;top:17.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8xGx4obTKLcxAULdkEBq804R8TT5qM7 { width:11.8125rem;height:8.0625rem;top:0rem;left:4.09375rem;z-index:15003;display:block; }
 }