.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:220,247,255;--color-primary-1:149,230,254;--color-primary-2:79,214,254;--color-primary-3:79,172,254;--color-primary-4:14,154,229;--color-secondary-0:255,255,255;--color-secondary-1:245,245,245;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:88,88,88;--color-tertiary-4:0,0,0;--headlines-font-family:"Open Sans";--paragraphs-font-family:"Lato"; }@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-secondary-4),1);background-image:none;position:relative;top:0rem;left:0rem;display:block; }
 #ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ *:focus-visible, #ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ input[type="text"]:focus-visible, #ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ input[type="email"]:focus-visible, #ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ input[type="tel"]:focus-visible, #ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ textarea:focus-visible { outline:0.125rem solid #000000;; } #ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container { display: none; }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .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); }#GdOmyCqoPRKgTWpTQffOV0mPSvklUef4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#151515;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#GdOmyCqoPRKgTWpTQffOV0mPSvklUef4 > .row .container { background-color: transparent; background-image: none; }#GdOmyCqoPRKgTWpTQffOV0mPSvklUef4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GdOmyCqoPRKgTWpTQffOV0mPSvklUef4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GdOmyCqoPRKgTWpTQffOV0mPSvklUef4 > .row .container > .video-iframe-container { display: none; }#GdOmyCqoPRKgTWpTQffOV0mPSvklUef4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GdOmyCqoPRKgTWpTQffOV0mPSvklUef4 > .row > .video-iframe-container { display: none; }#GdOmyCqoPRKgTWpTQffOV0mPSvklUef4 > .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); }#GdOmyCqoPRKgTWpTQffOV0mPSvklUef4 > .row .container { border-width: 0; border-radius: 0; }#GdOmyCqoPRKgTWpTQffOV0mPSvklUef4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GdOmyCqoPRKgTWpTQffOV0mPSvklUef4 > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:60rem;position:relative;display:block; }#UCqETaUe4xqTsMnCQKd7OCQUia14K2Qk { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:7.0625rem;height:2.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.8125rem;left:18.625rem;display:block; }
#ZGrBApuvF10puRbPONyw6bPMQJlBz6qS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zMhFipHw7WQfyaNkz7U9OPt7OWMemDsm { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:10.375rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.8125rem;left:8.8125rem;display:block; }
#nTiqkT5DHpC4elMUo5NHzdqwEO0ToTIJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rqqRqlBs39IDaGFpEWg0mTyA8iLSvRDZ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:8.6875rem;height:2.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.8125rem;left:39.9375rem;display:block; }
#wfl0ldEuZkgMl0a5JNOyJsQdenRfyJyD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UEiRoV2JWJsGlS7DHeiN03r2elbCiTFc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:9.5625rem;height:2.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.8125rem;left:24.3125rem;display:block; }
#Egcc5mrhA5UHDQTE689mHaHLORWGq1hy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IUReFzmnsKX7pXly0pHGQmKKdcLWmEna { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:7.875rem;height:2.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.8125rem;left:47.937498092651rem;display:block; }
#CxTgx9r00wKVigvAwhtFgxGqWVavsJhe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#swvavMRG0VF5DdzmADm59fPRzLxMeqTE { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:7.4375rem;height:2.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.8125rem;left:32.8125rem;display:block; }
#TCebwXQAmrLghmN137yp8IZw8IctE08G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qq6lyq5zfap0v3tTT9ytzkbBbkJWgFoR { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:6.9375rem;top:0.78125rem;left:0rem;overflow:hidden;display:block; }
#OLKuWVrFDkHi9KNPRn1qyUN9kHvc3TFf { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-2),0) ;height:3rem;width:3rem;top:1.4375rem;left:56.999998092651rem;overflow:hidden;display:block; }
#qVdpUz2hMn5MghbMVXV8Z64pCH1fNrx4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qVdpUz2hMn5MghbMVXV8Z64pCH1fNrx4 > .row .container { background-color: transparent; background-image: none; }#qVdpUz2hMn5MghbMVXV8Z64pCH1fNrx4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVdpUz2hMn5MghbMVXV8Z64pCH1fNrx4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVdpUz2hMn5MghbMVXV8Z64pCH1fNrx4 > .row .container > .video-iframe-container { display: none; }#qVdpUz2hMn5MghbMVXV8Z64pCH1fNrx4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qVdpUz2hMn5MghbMVXV8Z64pCH1fNrx4 > .row > .video-iframe-container { display: none; }#qVdpUz2hMn5MghbMVXV8Z64pCH1fNrx4 > .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); }#qVdpUz2hMn5MghbMVXV8Z64pCH1fNrx4 > .row .container { border-width: 0; border-radius: 0; }#qVdpUz2hMn5MghbMVXV8Z64pCH1fNrx4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qVdpUz2hMn5MghbMVXV8Z64pCH1fNrx4 > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:60rem;position:relative;display:block; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image: -webkit-linear-gradient(top, #0bfad7, #5d4e7d);background-image: -moz-linear-gradient(top, #0bfad7, #5d4e7d);background-image: -ms-linear-gradient(top, #0bfad7, #5d4e7d);background-image: -o-linear-gradient(top, #0bfad7, #5d4e7d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bfad7', endColorstr='#5d4e7d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bfad7', endColorstr='#5d4e7d' );";background-image: linear-gradient(to bottom, #0bfad7, #5d4e7d);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container { background-color: transparent; background-image: none; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container > .video-iframe-container { display: none; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row > .video-iframe-container { display: none; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .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); }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container { border-width: 0; border-radius: 0; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:60rem;position:relative;display:block; }#qFXD6l08CW0WCNJ9T2oWq8aMkRLVZ2AM { display:block;width:57.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:1.6812500953674rem;left:1.03125rem;height:1.95rem;color:#1a1d2b;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/96cfed40-2363-4d2e-9981-d5b2e32b1805/pexelsfauxels3183183.jpg");background-position:center right !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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U.adaptive-delivery-prevent-bg, #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U.lazyload, #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U.lazyloading { background-image: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { background-color: transparent; background-image: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,7,7,0.68); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container > .video-iframe-container { display: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,7,7,0.68); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container { display: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .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); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { border-width: 0; border-radius: 0; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { width:60rem;height:50.6875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#fgSNvvrWw4PCtidQQzbWTIx8r8cqiNxv { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:unbounded;font-size:6.9375rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:8.8734397888181rem;left:0rem;height:16.65rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UqTEAemkMJT6vVaV0pvcMz61pRH1ToPU { color:#cecaca;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.25rem 0.25rem 0.5rem #000000;top:28.6484375rem;left:15.59375rem;height:5.60625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x6drCiQQTbOhOduRyCH6EdrwGsIpyZQW { z-index:15003;top:36.424221038818rem;left:22.906251907349rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #5d4e7d, #0bfad7);background-image: -moz-linear-gradient(216deg, #5d4e7d, #0bfad7);background-image: -ms-linear-gradient(216deg, #5d4e7d, #0bfad7);background-image: -o-linear-gradient(216deg, #5d4e7d, #0bfad7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d4e7d', endColorstr='#0bfad7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d4e7d', endColorstr='#0bfad7' );";background-image: linear-gradient(216deg, #5d4e7d, #0bfad7);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#1a1d2b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.1875rem;height:3.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#eLFPabTgLuF0e8QdkvSrlyRqBGeWXDna { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OxTVf8iSehF29cX6htmDBn1P5p2ypJFU { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;top:44.125001907349rem;left:29.000001907349rem; }
#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(21,21,21,0.94);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; } #ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv *:focus-visible, #ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv input[type="text"]:focus-visible, #ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv input[type="email"]:focus-visible, #ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv input[type="tel"]:focus-visible, #ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv textarea:focus-visible { outline:0.125rem solid rgba(0,0,0,1);; } #ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row .container { background-color: transparent; background-image: none; }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row .container > .video-iframe-container { display: none; }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row > .video-iframe-container { display: none; }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .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); }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row .container { border-width: 0; border-radius: 0; }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row .container { font-size:0.875rem;font-family:arial;height:34.5625rem;width:60rem;position:relative;display:block; }#zCD2pWPNl5hPlyIXKbkVWO6Hi4OgxKzQ { color:#0bfad7;display:block;width:31.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:9.0210938453675rem;left:14.09375rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KcfHq5Hh4sKo4bH1N189tn9UGUJMLJyX { color:#cecaca;display:block;width:45.125rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:15.885937690735rem;left:7.4375rem;height:10.2375rem;font-style:normal;display:block; }
#QhrBAK7dNowdHU35hrJhui9whqytEf9Q { color:#ffffff;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0);top:5.2843747138977rem;left:0rem;height:3.7375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#151515;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; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { background-color: transparent; background-image: none; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container > .video-iframe-container { display: none; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row > .video-iframe-container { display: none; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .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); }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { border-width: 0; border-radius: 0; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { font-size:0.875rem;font-family:arial;height:16.5625rem;width:60rem;position:relative;display:block; }#RTi8sPG0utu7otG939LGdE3BZ7zttx6l { color:#ffffff;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0);top:6.69375038147rem;left:0rem;height:3.7375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HZUOXiPghm9V2BIr04SVvIbGMkxvnmrg { color:#0bfad7;display:block;width:37.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:10.431250095367rem;left:11.46875rem;height:2.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#151515;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; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container { background-color: transparent; background-image: none; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container > .video-iframe-container { display: none; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row > .video-iframe-container { display: none; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .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); }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container { border-width: 0; border-radius: 0; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container { font-size:0.875rem;font-family:arial;height:27.6875rem;width:60rem;position:relative;display:block; }#ezgGaXCnEx4l3x4ttTmMDWgfDJt2mVzk { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:8rem;left:3.71875rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#glIFUWkrOhpWk29bRitftOICUu03vuE0 { color:#dedede;display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:10.875000581145rem;left:21.062501907349rem;height:3.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZgHmllWiZ4hLnKroTHnZ9UZ1AZALJyVa { position:absolute;display:block;z-index:15002;background-color:#dedede;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.6875rem;width:6.6875rem;top:0.6875rem;left:6.65625rem;display:block; }
#eKsSPCVRcgtq75e4cbIUJUTVoeGk8GUW { position:absolute;display:block;z-index:15006;background-color:#5d4e7d;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-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:2.5rem;top:9.6875rem;left:8.75rem;display:block; }
#l3ohC1kb5yZAhR2DfnhFzBamsyoi01pg { color:#ffffff;display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:8.147656440735rem;left:43.250001907349rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WBOgS2GsGK2h8TTdfEAkl6LKTcEyZX0s { color:#dedede;display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:10.875000581145rem;left:40.500001907349rem;height:3.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KPqckyEW2U3C4XagNCBuVQ08m43meIvz { position:absolute;display:block;z-index:15011;background-color:#5d4e7d;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-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:2.5rem;top:9.9375rem;left:28.750001907349rem;display:block; }
#HAE4dJvqbIG552qB8p8P8I01ATlxJONQ { color:rgba(var(--color-tertiary-1),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:8.6875004768369rem;left:2.53125rem;height:0;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; }
#XFkcFy6VxNFJRiIQKPbTWbvmWiqZfLLt { color:#dedede;display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:10.9375rem;left:1.75rem;height:3.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lVA07hHPg0ARvoXkzVE3zeF1uPi3qCMI { position:absolute;display:block;z-index:15016;background-color:#5d4e7d;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-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:2.5rem;top:9.9375rem;left:48.749219894409rem;display:block; }
#EPdB4oXFnGdU4M5wmrdohz4Bga8Jzsc5 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:1.8750009536743rem;left:47.843751907349rem; }
#TWJ0IBURBszfXsMtbTbpWJbzexk9hHMB { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:1.6875rem;left:27.656251907349rem; }
#eutGU9722CTA9lBkaGF22Px96GLzLeDi { color:#ffffff;display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:14.999999523163rem;left:45.312501907349rem;height:2.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pzwnb49bukCayVqNET53dT27W262ATWL { color:#ffffff;display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:15rem;left:4.8125rem;height:2.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FgEUbWCwJ5Q8pPAs5pX4zbUz6hlXmhB3 { z-index:15003;top:17.135155677796rem;left:6.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #0bfad7, #5d4e7d);background-image: -moz-linear-gradient(216deg, #0bfad7, #5d4e7d);background-image: -ms-linear-gradient(216deg, #0bfad7, #5d4e7d);background-image: -o-linear-gradient(216deg, #0bfad7, #5d4e7d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bfad7', endColorstr='#5d4e7d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bfad7', endColorstr='#5d4e7d' );";background-image: linear-gradient(216deg, #0bfad7, #5d4e7d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#1a1d2b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:1.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#NN5TSAEwMWAXTRt1LUaCXGPQ9liNInah { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SACJSCQy57ZyWknN9xTXTaGzCZ6Uvs5l { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:8.147656440735rem;left:22.906251907349rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PgfouSowC2Nz5ksAa1lDcgOmusCgcFyD { color:#ffffff;display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:15rem;left:23.768751144409rem;height:2.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LAg5DUQabcSZz211685o82e87qwXZ6Xs { position:absolute;display:block;z-index:15003;background-color:#dedede;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.6875rem;width:6.6875rem;top:0.6875rem;left:26.656251907349rem;display:block; }
#teZ6W0XsTJIERwAo4TMi1TaFUlD9HL3v { position:absolute;display:block;z-index:15004;background-color:#dedede;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.6875rem;width:6.6875rem;top:0.6875rem;left:46.656251907349rem;display:block; }
#WV3uMqv1o0agKLArfDoIfxn4VuL0ikAV { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:4.4375rem;width:4.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:1.8125009536743rem;left:7.78125rem; }
#Ll6CX51ZsJHoFgy4pC58xB6rgT62lUxT { z-index:15004;top:17.099994659424rem;left:26.062501907349rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #0bfad7, #5d4e7d);background-image: -moz-linear-gradient(216deg, #0bfad7, #5d4e7d);background-image: -ms-linear-gradient(216deg, #0bfad7, #5d4e7d);background-image: -o-linear-gradient(216deg, #0bfad7, #5d4e7d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bfad7', endColorstr='#5d4e7d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bfad7', endColorstr='#5d4e7d' );";background-image: linear-gradient(216deg, #0bfad7, #5d4e7d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#1a1d2b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:1.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#EwidK2qCfTCe0AqECZ8Zq8NwviDvJItM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UTus5l7OaMVmo6sBhxPFwXwxyzsTSMfI { z-index:15005;top:17.135155677796rem;left:46.062501907349rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #0bfad7, #5d4e7d);background-image: -moz-linear-gradient(216deg, #0bfad7, #5d4e7d);background-image: -ms-linear-gradient(216deg, #0bfad7, #5d4e7d);background-image: -o-linear-gradient(216deg, #0bfad7, #5d4e7d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bfad7', endColorstr='#5d4e7d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bfad7', endColorstr='#5d4e7d' );";background-image: linear-gradient(216deg, #0bfad7, #5d4e7d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#1a1d2b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:1.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#o1rdhJMCIl1L13810JTG8rVHDtyf8BAy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nbBgvrGQnLyw4vVMP23fzGPV6Z8bL0rx { color:rgba(255,255,255,0.79);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:9.875rem;left:3.8125rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nBsxEApmNGBTi08FPoTBOvzdIGedTSub { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image: -webkit-linear-gradient(top, #0bfad7, #5d4e7d);background-image: -moz-linear-gradient(top, #0bfad7, #5d4e7d);background-image: -ms-linear-gradient(top, #0bfad7, #5d4e7d);background-image: -o-linear-gradient(top, #0bfad7, #5d4e7d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bfad7', endColorstr='#5d4e7d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bfad7', endColorstr='#5d4e7d' );";background-image: linear-gradient(to bottom, #0bfad7, #5d4e7d);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nBsxEApmNGBTi08FPoTBOvzdIGedTSub > .row .container { background-color: transparent; background-image: none; }#nBsxEApmNGBTi08FPoTBOvzdIGedTSub::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nBsxEApmNGBTi08FPoTBOvzdIGedTSub > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nBsxEApmNGBTi08FPoTBOvzdIGedTSub > .row .container > .video-iframe-container { display: none; }#nBsxEApmNGBTi08FPoTBOvzdIGedTSub > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nBsxEApmNGBTi08FPoTBOvzdIGedTSub > .row > .video-iframe-container { display: none; }#nBsxEApmNGBTi08FPoTBOvzdIGedTSub > .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); }#nBsxEApmNGBTi08FPoTBOvzdIGedTSub > .row .container { border-width: 0; border-radius: 0; }#nBsxEApmNGBTi08FPoTBOvzdIGedTSub > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nBsxEApmNGBTi08FPoTBOvzdIGedTSub > .row .container { font-size:0.875rem;font-family:arial;height:7.5625rem;width:60rem;position:relative;display:block; }#DremT83zuLnks5Prqbl2Ce6vk0EaJi9t { color:#1a1d2b;display:block;width:48.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:1.3125rem;left:5.59375rem;height:7.59375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#N1PTWdOkSBlzSx9hWQ57QMWKy8TdpyZ0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#151515;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; }#N1PTWdOkSBlzSx9hWQ57QMWKy8TdpyZ0 > .row .container { background-color: transparent; background-image: none; }#N1PTWdOkSBlzSx9hWQ57QMWKy8TdpyZ0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1PTWdOkSBlzSx9hWQ57QMWKy8TdpyZ0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1PTWdOkSBlzSx9hWQ57QMWKy8TdpyZ0 > .row .container > .video-iframe-container { display: none; }#N1PTWdOkSBlzSx9hWQ57QMWKy8TdpyZ0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1PTWdOkSBlzSx9hWQ57QMWKy8TdpyZ0 > .row > .video-iframe-container { display: none; }#N1PTWdOkSBlzSx9hWQ57QMWKy8TdpyZ0 > .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); }#N1PTWdOkSBlzSx9hWQ57QMWKy8TdpyZ0 > .row .container { border-width: 0; border-radius: 0; }#N1PTWdOkSBlzSx9hWQ57QMWKy8TdpyZ0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N1PTWdOkSBlzSx9hWQ57QMWKy8TdpyZ0 > .row .container { font-size:0.875rem;font-family:arial;height:12.75rem;width:60rem;position:relative;display:block; }#uVTiR9Mts071W8K0ZXVkIDio2ywAcBeH { color:#ffffff;display:block;width:56rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0);top:6.1890621185303rem;left:2rem;height:3.7375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WAPFrTTUoJina3tp19fQfNTG0ZKAxiFS { color:#0bfad7;display:block;width:55.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:9.8773345947262rem;left:2.1875rem;height:2.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PZQRI7aLANrwFEoJ6TGHh0Qa1R1FNHCV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#151515;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; }#PZQRI7aLANrwFEoJ6TGHh0Qa1R1FNHCV > .row .container { background-color: transparent; background-image: none; }#PZQRI7aLANrwFEoJ6TGHh0Qa1R1FNHCV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZQRI7aLANrwFEoJ6TGHh0Qa1R1FNHCV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZQRI7aLANrwFEoJ6TGHh0Qa1R1FNHCV > .row .container > .video-iframe-container { display: none; }#PZQRI7aLANrwFEoJ6TGHh0Qa1R1FNHCV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZQRI7aLANrwFEoJ6TGHh0Qa1R1FNHCV > .row > .video-iframe-container { display: none; }#PZQRI7aLANrwFEoJ6TGHh0Qa1R1FNHCV > .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); }#PZQRI7aLANrwFEoJ6TGHh0Qa1R1FNHCV > .row .container { border-width: 0; border-radius: 0; }#PZQRI7aLANrwFEoJ6TGHh0Qa1R1FNHCV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PZQRI7aLANrwFEoJ6TGHh0Qa1R1FNHCV > .row .container { font-size:0.875rem;font-family:arial;height:23.375rem;width:60rem;position:relative;display:block; }#VV2KgNz8XQ52S2IkuaARZUmkOeF1SJT6 { color:rgba(var(--color-tertiary-1),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:10.436719894409rem;left:21.750001907349rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cB1Ti2XQVS5ymQrzODNs5VlG4uhyon21 { position:absolute;display:block;z-index:15002;background-color:#dedede;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.3125rem;width:6.6875rem;top:1.4375rem;left:26.656251907349rem;display:block; }
#DWuiN0n5ymXxxTu6CIdXM9KaGzDUN0Qd { position:absolute;display:block;z-index:15006;background-color:#5d4e7d;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-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:2.5rem;top:10.5rem;left:28.750001907349rem;display:block; }
#W7Up0COyZ8PyGWBoTTChaaSzXSD18eoA { color:rgba(var(--color-tertiary-1),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:8.6875004768369rem;left:2.53125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uUb70dXdJLnHVZAQVz9lSN6PoN2Awhrd { color:#ffffff;display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:14.436719894409rem;left:23.531251907349rem;height:2.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rdUa2fbDlqyy0gui2bwSRb1v72GvxI0M { color:rgba(var(--color-tertiary-1),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:8.147656440735rem;left:20.000001907349rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SM9hx1OlBl4VapDmwKrV07cyHlsv2TMU { color:#ffffff;display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:8.375rem;left:19.718751907349rem;height:2.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M9HtsqKyROTUfBfX8l77Kwf2QiwwB9Zx { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:2.4375rem;left:27.875rem; }
#ynhilInBiBThhTPavmJJlOyhwN4qzfNn { color:#dedede;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:10.625rem;left:21.250001907349rem;height:3.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#unWsbTwdrH8opK45srebaQrF7nBrs6a8 { z-index:15009;top:17.09921836853rem;left:26.062501907349rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #0bfad7, #5d4e7d);background-image: -moz-linear-gradient(216deg, #0bfad7, #5d4e7d);background-image: -ms-linear-gradient(216deg, #0bfad7, #5d4e7d);background-image: -o-linear-gradient(216deg, #0bfad7, #5d4e7d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bfad7', endColorstr='#5d4e7d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bfad7', endColorstr='#5d4e7d' );";background-image: linear-gradient(216deg, #0bfad7, #5d4e7d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#1a1d2b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:1.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#dsTdxNq8gPWBk9tAOZssuTzirhK2N04P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FXAFQWsEwU7isVrIz7GJntSDAcvkUIV1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image: -webkit-linear-gradient(top, #5d4e7d, #0bfad7);background-image: -moz-linear-gradient(top, #5d4e7d, #0bfad7);background-image: -ms-linear-gradient(top, #5d4e7d, #0bfad7);background-image: -o-linear-gradient(top, #5d4e7d, #0bfad7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d4e7d', endColorstr='#0bfad7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d4e7d', endColorstr='#0bfad7' );";background-image: linear-gradient(to bottom, #5d4e7d, #0bfad7);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FXAFQWsEwU7isVrIz7GJntSDAcvkUIV1 > .row .container { background-color: transparent; background-image: none; }#FXAFQWsEwU7isVrIz7GJntSDAcvkUIV1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FXAFQWsEwU7isVrIz7GJntSDAcvkUIV1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FXAFQWsEwU7isVrIz7GJntSDAcvkUIV1 > .row .container > .video-iframe-container { display: none; }#FXAFQWsEwU7isVrIz7GJntSDAcvkUIV1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FXAFQWsEwU7isVrIz7GJntSDAcvkUIV1 > .row > .video-iframe-container { display: none; }#FXAFQWsEwU7isVrIz7GJntSDAcvkUIV1 > .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); }#FXAFQWsEwU7isVrIz7GJntSDAcvkUIV1 > .row .container { border-width: 0; border-radius: 0; }#FXAFQWsEwU7isVrIz7GJntSDAcvkUIV1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FXAFQWsEwU7isVrIz7GJntSDAcvkUIV1 > .row .container { font-size:0.875rem;font-family:arial;height:7.625rem;width:60rem;position:relative;display:block; }#a8wwOb484XcmToRz5mzrZ5EdbQToGepz { color:#1a1d2b;display:block;width:41.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.44921875rem;left:0rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Uze7ANRc0yZWXSnfTUtFfoF0eagi3qnx { color:#1a1d2b;display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15004;line-height:.7;letter-spacing:0;top:4.69921875rem;left:0rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E6Av8edUikzNKBKyZm19zT604N3apaTB { background-color:#5d4e7d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.9375085830689rem;left:46.125001907349rem;display:block; }
#MDEL6AvKruo01k7bpyGPEdk1y7xbxsDc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r0Ji2zV6HmQanSCeirbONH14ZpTIHX6C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(21,21,21,0.92);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; }#r0Ji2zV6HmQanSCeirbONH14ZpTIHX6C > .row .container { background-color: transparent; background-image: none; }#r0Ji2zV6HmQanSCeirbONH14ZpTIHX6C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0Ji2zV6HmQanSCeirbONH14ZpTIHX6C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0Ji2zV6HmQanSCeirbONH14ZpTIHX6C > .row .container > .video-iframe-container { display: none; }#r0Ji2zV6HmQanSCeirbONH14ZpTIHX6C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0Ji2zV6HmQanSCeirbONH14ZpTIHX6C > .row > .video-iframe-container { display: none; }#r0Ji2zV6HmQanSCeirbONH14ZpTIHX6C > .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); }#r0Ji2zV6HmQanSCeirbONH14ZpTIHX6C > .row .container { border-width: 0; border-radius: 0; }#r0Ji2zV6HmQanSCeirbONH14ZpTIHX6C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r0Ji2zV6HmQanSCeirbONH14ZpTIHX6C > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:60rem;position:relative;display:block; }#DMy9lC3sbIWbiXvyQpoDZqoFRw9STD6I { color:#ffffff;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:7.546875rem;left:0rem;height:3.7375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bca8axPyOzeCnXZTicheS6gdtdXd4OdP { color:#0bfad7;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:11.284372329712rem;left:0rem;height:2.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PTCaNyQe4TsFiKQO6lcXFfRsHRypolQ6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(21,21,21,0.92);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; } #PTCaNyQe4TsFiKQO6lcXFfRsHRypolQ6 *:focus-visible, #PTCaNyQe4TsFiKQO6lcXFfRsHRypolQ6 input[type="text"]:focus-visible, #PTCaNyQe4TsFiKQO6lcXFfRsHRypolQ6 input[type="email"]:focus-visible, #PTCaNyQe4TsFiKQO6lcXFfRsHRypolQ6 input[type="tel"]:focus-visible, #PTCaNyQe4TsFiKQO6lcXFfRsHRypolQ6 textarea:focus-visible { outline:0.125rem solid rgba(0,0,0,1);; } #PTCaNyQe4TsFiKQO6lcXFfRsHRypolQ6 > .row .container { background-color: transparent; background-image: none; }#PTCaNyQe4TsFiKQO6lcXFfRsHRypolQ6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTCaNyQe4TsFiKQO6lcXFfRsHRypolQ6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTCaNyQe4TsFiKQO6lcXFfRsHRypolQ6 > .row .container > .video-iframe-container { display: none; }#PTCaNyQe4TsFiKQO6lcXFfRsHRypolQ6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTCaNyQe4TsFiKQO6lcXFfRsHRypolQ6 > .row > .video-iframe-container { display: none; }#PTCaNyQe4TsFiKQO6lcXFfRsHRypolQ6 > .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); }#PTCaNyQe4TsFiKQO6lcXFfRsHRypolQ6 > .row .container { border-width: 0; border-radius: 0; }#PTCaNyQe4TsFiKQO6lcXFfRsHRypolQ6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PTCaNyQe4TsFiKQO6lcXFfRsHRypolQ6 > .row .container { font-size:0.875rem;font-family:arial;height:34.875rem;width:60rem;position:relative;display:block; }#BWpPkLXQeOmuxPG4rQTplZT6Wr2uWT1U { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0bfad7, #5d4e7d);background-image: -moz-linear-gradient(180deg, #0bfad7, #5d4e7d);background-image: -ms-linear-gradient(180deg, #0bfad7, #5d4e7d);background-image: -o-linear-gradient(180deg, #0bfad7, #5d4e7d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bfad7', endColorstr='#5d4e7d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bfad7', endColorstr='#5d4e7d' );";background-image: linear-gradient(180deg, #0bfad7, #5d4e7d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:14.5rem;width:18.0625rem;top:1.4859380722046rem;left:40.875001907349rem;display:block; }
#LzJ8y2m2G7l3M3v8abGHfNLlgwuNhNVT { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:5.4992189407349rem;left:2.65625rem;height:0;font-style:normal;display:block; }
#OIT9KXpEHfoqnJerQxlc7DBarhKbxWNq { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:3.6554689407349rem;left:8.15625rem; }
#dHg1hAz4HvUMC99GQOhvyZEdrk07yKDs { color:#ffffff;display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:7.3429698944094rem;left:5.40625rem;height:1.6626rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FDpdxt5Q7UTkIMmd4ZkNlsd2TzXsZ6xT { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:3.9617189407349rem;left:28.425001907349rem; }
#d1gJG6PD8le4egDIcLO3XZ7IEzQdmbnw { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15022;line-height:1.4;letter-spacing:0;top:7.342968940735rem;left:24.625001907349rem;height:1.6626rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i0OZAJCT4xad1ubAyPxPNu9TT93iXwPZ { color:#ffffff;display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:9.0054693222044rem;left:4.21875rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E7IyiAgTfsNRu8qrwVn7DGePMcLstbQJ { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15026;line-height:1.5;letter-spacing:0;top:9.0054693222044rem;left:24.625001907349rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bvoD2wgisd6A5PCBITcIeooGpJSdwbRU { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;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:15021;top:4.0304689407349rem;left:48.530469894409rem; }
#XJuTysETc80Q41wKmPWtMIBpqqyGaDdG { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:7.342968940735rem;left:42.968751907349rem;height:3.325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r3BDAtTxt1a042gTm2GpT2eKoOw8nl3T { color:#ffffff;display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:9.0054693222044rem;left:43.76796913147rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iCeaToidJblAzOmNcaysKDpoBp5QX7gK { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;top:19.430465698243rem;left:28.093751907349rem; }
#pSbVkJudK7aHDq5XDQKnLaH55sqyI8H4 { color:rgba(var(--color-secondary-0),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:23.242188453674rem;left:23.250001907349rem;height:1.6626rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kk0UUe9EsAXJV0HEmiQgb68iLRoDo07M { color:rgba(var(--color-secondary-0),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:24.904688835144rem;left:24.500001907349rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t9DPJTLPdnGu5ZVqkVMUzgn6LCsueTkz { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:19.398435592651rem;left:48.061719894409rem; }
#H5UfXTXMnnhG6OsnuEJBveiibOvZX5qE { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:19.898438453674rem;left:8.5625rem; }
#sahez6TftqumGCbJ95Ort3DcWaPXR97a { color:rgba(var(--color-secondary-0),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15029;line-height:1.4;letter-spacing:0;top:23.242188453674rem;left:4.21875rem;height:3.325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G1zXz8NQKPhBJqAoWVEg5aI33ymU8efT { color:#ffffff;display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15023;line-height:1.4;letter-spacing:0;top:23.242188453674rem;left:41.156251907349rem;height:1.6626rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FmBcLdGoOkvPTW5I2UXkndMRybBbMmCn { color:#ffffff;display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:24.904688835144rem;left:43.625001907349rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AnaKPBAH8DH0fzMshADiQEo2GcGH6MuR { color:rgba(var(--color-secondary-0),1);display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15025;line-height:1.5;letter-spacing:0;top:24.904688835144rem;left:5.75rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zEMggIDT4cNh3bN195m8uPUifTlWqT8P { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0bfad7, #5d4e7d);background-image: -moz-linear-gradient(180deg, #0bfad7, #5d4e7d);background-image: -ms-linear-gradient(180deg, #0bfad7, #5d4e7d);background-image: -o-linear-gradient(180deg, #0bfad7, #5d4e7d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bfad7', endColorstr='#5d4e7d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bfad7', endColorstr='#5d4e7d' );";background-image: linear-gradient(180deg, #0bfad7, #5d4e7d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:14.5rem;width:18.25rem;top:1.4359378814698rem;left:20.875001907349rem;display:block; }
#KzOWddZlobOyCiITAN7od57IZGNZQ5ce { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0bfad7, #5d4e7d);background-image: -moz-linear-gradient(180deg, #0bfad7, #5d4e7d);background-image: -ms-linear-gradient(180deg, #0bfad7, #5d4e7d);background-image: -o-linear-gradient(180deg, #0bfad7, #5d4e7d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bfad7', endColorstr='#5d4e7d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bfad7', endColorstr='#5d4e7d' );";background-image: linear-gradient(180deg, #0bfad7, #5d4e7d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:14.5rem;width:18.25rem;top:1.4359378814698rem;left:0.875rem;display:block; }
#FmD39uTF81xPKX9F6X2cCIRDL75lKfRn { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0bfad7, #5d4e7d);background-image: -moz-linear-gradient(180deg, #0bfad7, #5d4e7d);background-image: -ms-linear-gradient(180deg, #0bfad7, #5d4e7d);background-image: -o-linear-gradient(180deg, #0bfad7, #5d4e7d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bfad7', endColorstr='#5d4e7d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bfad7', endColorstr='#5d4e7d' );";background-image: linear-gradient(180deg, #0bfad7, #5d4e7d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:14.5rem;width:18.125rem;top:17.411719322204rem;left:40.875001907349rem;display:block; }
#ydsTgcmJ3wCDEb2N6mmPP3TeZRpwGG6X { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0bfad7, #5d4e7d);background-image: -moz-linear-gradient(180deg, #0bfad7, #5d4e7d);background-image: -ms-linear-gradient(180deg, #0bfad7, #5d4e7d);background-image: -o-linear-gradient(180deg, #0bfad7, #5d4e7d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bfad7', endColorstr='#5d4e7d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bfad7', endColorstr='#5d4e7d' );";background-image: linear-gradient(180deg, #0bfad7, #5d4e7d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:14.5rem;width:18.25rem;top:17.41171836853rem;left:20.875001907349rem;display:block; }
#KrSGpbf723PWTAIHMIHW74veTZnCXXrP { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0bfad7, #5d4e7d);background-image: -moz-linear-gradient(180deg, #0bfad7, #5d4e7d);background-image: -ms-linear-gradient(180deg, #0bfad7, #5d4e7d);background-image: -o-linear-gradient(180deg, #0bfad7, #5d4e7d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bfad7', endColorstr='#5d4e7d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bfad7', endColorstr='#5d4e7d' );";background-image: linear-gradient(180deg, #0bfad7, #5d4e7d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:14.5rem;width:18.25rem;top:16.95468711853rem;left:0.875rem;display:block; }
#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#151515;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; }#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b > .row .container { background-color: transparent; background-image: none; }#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b > .row .container > .video-iframe-container { display: none; }#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b > .row > .video-iframe-container { display: none; }#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b > .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); }#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b > .row .container { border-width: 0; border-radius: 0; }#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b > .row .container { font-size:0.875rem;font-family:arial;height:15.5rem;width:60rem;position:relative;display:block; }#eGgGdmoabiWml529gg1t41kRi05WZGkT { color:#0bfad7;display:block;width:59.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:9.16250038147rem;left:0.375rem;height:4.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HNKcllqTvXs94muVUhgRwDuhu6ragQKm { color:#ffffff;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0);top:5.8093757629394rem;left:0rem;height:3.7375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tUtl8Zm6T1sCySJVgCQG348aLkz9xlSn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#151515;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; }#tUtl8Zm6T1sCySJVgCQG348aLkz9xlSn > .row .container { background-color: transparent; background-image: none; }#tUtl8Zm6T1sCySJVgCQG348aLkz9xlSn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUtl8Zm6T1sCySJVgCQG348aLkz9xlSn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUtl8Zm6T1sCySJVgCQG348aLkz9xlSn > .row .container > .video-iframe-container { display: none; }#tUtl8Zm6T1sCySJVgCQG348aLkz9xlSn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUtl8Zm6T1sCySJVgCQG348aLkz9xlSn > .row > .video-iframe-container { display: none; }#tUtl8Zm6T1sCySJVgCQG348aLkz9xlSn > .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); }#tUtl8Zm6T1sCySJVgCQG348aLkz9xlSn > .row .container { border-width: 0; border-radius: 0; }#tUtl8Zm6T1sCySJVgCQG348aLkz9xlSn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tUtl8Zm6T1sCySJVgCQG348aLkz9xlSn > .row .container { font-size:0.875rem;font-family:arial;height:18.4375rem;width:60rem;position:relative;display:block; }#eMOvVX1IH5MKw5V9AROw9SvEh3zWSEZu { color:rgba(var(--color-tertiary-1),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:13.900001049042rem;left:3.53125rem;height:3.15rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yfHAnKUkkNvfvIJveXXsJXo86Rr6w7Jc { color:#0bfad7;display:block;width:16.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:16.5625rem;left:1.75rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gimOd1To8KxsoRz4RP3G0TPwlTucJ4NS { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/3a1f8553-c5ec-477c-b71f-7ea2f7e4afcf/ImagendeWhatsApp20251211alas034927_b874744d.crop_1113x1242_0,0.jpg");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-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10.1875rem;width:10.125rem;top:2.8125rem;left:4.9375rem;display:block; }#gimOd1To8KxsoRz4RP3G0TPwlTucJ4NS.adaptive-delivery-prevent-bg, #gimOd1To8KxsoRz4RP3G0TPwlTucJ4NS.lazyload, #gimOd1To8KxsoRz4RP3G0TPwlTucJ4NS.lazyloading { background-image: none; }
#PA7DSPgvSyOJHNF6RRn18vmT4rreBghL { color:rgba(var(--color-tertiary-1),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:13.900001049042rem;left:23.531251907349rem;height:3.15rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xD4ONyEASL0FIa1B1foE78SNB0Giw7cw { color:#0bfad7;display:block;width:18.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:16.624218940735rem;left:20.968751907349rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FcZObGhPr1f6bqHlGNMoIo58TP90zTTS { color:rgba(var(--color-tertiary-1),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:14.6875rem;left:43.5625rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rrRT1UPTUlaXEIiICio57QZhNTKxTs4Z { color:#0bfad7;display:block;width:17.5625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:16.262500286103rem;left:41.218751907349rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JD9nCNQ5rfiOH3WR8eCZqVLaeXJur5NE { position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/36690051-b3c3-4abc-99f5-b9b1a76b4203/PixelBinAIEditor1765560342542.crop_3761x4090_0,0.png");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-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10.625rem;width:10.8125rem;top:2.75rem;left:44.687501907349rem;display:block; }#JD9nCNQ5rfiOH3WR8eCZqVLaeXJur5NE.adaptive-delivery-prevent-bg, #JD9nCNQ5rfiOH3WR8eCZqVLaeXJur5NE.lazyload, #JD9nCNQ5rfiOH3WR8eCZqVLaeXJur5NE.lazyloading { background-image: none; }
#U6RR7nVuvkdnhTrTOpBwLicQBARPO6Iy { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/0937618f-0362-43a3-a42c-8df6d8eaa693/noroot.crop_1079x1254_62,93");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-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10.625rem;width:10.625rem;top:2.5rem;left:24.587501907349rem;display:block; }#U6RR7nVuvkdnhTrTOpBwLicQBARPO6Iy.adaptive-delivery-prevent-bg, #U6RR7nVuvkdnhTrTOpBwLicQBARPO6Iy.lazyload, #U6RR7nVuvkdnhTrTOpBwLicQBARPO6Iy.lazyloading { background-image: none; }
#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#151515;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; }#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU > .row .container { background-color: transparent; background-image: none; }#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU > .row .container > .video-iframe-container { display: none; }#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU > .row > .video-iframe-container { display: none; }#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU > .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); }#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU > .row .container { border-width: 0; border-radius: 0; }#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU > .row .container { font-size:0.875rem;font-family:arial;height:18.1875rem;width:60rem;position:relative;display:block; }#fW1ieBHTf5NHo1GtVO1eBMk7LaeRQsUA { color:rgba(var(--color-tertiary-1),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:4.8898439407349rem;left:3.75rem;height:10.6875rem;font-style:italic;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; }
#mT1AkOzaqRVRMFRHJItbac7lkamZSlTF { position:absolute;display:block;z-index:15005;background-color:#616060;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:3.125rem;width:3.125rem;top:0.86250019073488rem;left:8.4375rem;display:block; }
#eAoUdM776rg5PMJlNK4pe3I2wcQ6JPcT { color:rgba(var(--color-tertiary-1),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:3.9375rem;left:21.75rem;height:;font-style:italic;text-align:center;text-align-last:center;display:block; }
#XZnvsMqA3Jc3Cu5Vu79rV4bPGRVgT0ma { position:absolute;display:block;z-index:15010;background-color:#616060;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:3.125rem;width:3.125rem;top:0.86250019073488rem;left:28.437501907349rem;display:block; }
#sUNf4Infv9iyfh3BaqCGggGvFruQLoGK { color:rgba(var(--color-tertiary-1),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:4.8898448944092rem;left:42.968751907349rem;height:8.90625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#SGwNF3RFPtFzfuzovIhiC25DtsZ3dNRQ { position:absolute;display:block;z-index:15015;background-color:#616060;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:3.125rem;width:3.125rem;top:0rem;left:48.4375rem;display:block; }
#gtx7xnh2llrBcmaOhSQnfmFMLyzKp4Jk { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:1.8000001907349rem;left:9.375rem; }
#TpCcrixGZ6SuqqvEwWZNGbw5XRzfRM89 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:1.8000001907349rem;left:29.375001907349rem; }
#x6PCVbN0Vm274wwUOa9e0viqqQIlm6x9 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:0.9375rem;left:49.375rem; }
#TxDV8tXrzQRcRauRTPD3ryZTZF6srTpo { color:rgba(var(--color-tertiary-1),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:4.8750009536743rem;left:22.781251907349rem;height:10.6875rem;font-style:italic;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; }
#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #5d4e7d, #0bfad7);background-image: -moz-linear-gradient(top, #5d4e7d, #0bfad7);background-image: -ms-linear-gradient(top, #5d4e7d, #0bfad7);background-image: -o-linear-gradient(top, #5d4e7d, #0bfad7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d4e7d', endColorstr='#0bfad7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d4e7d', endColorstr='#0bfad7' );";background-image: linear-gradient(to bottom, #5d4e7d, #0bfad7);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw *:focus-visible, #JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw input[type="text"]:focus-visible, #JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw input[type="email"]:focus-visible, #JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw input[type="tel"]:focus-visible, #JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw textarea:focus-visible { outline:0.125rem solid rgba(0,0,0,0.73);; } #JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container { background-color: transparent; background-image: none; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container > .video-iframe-container { display: none; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row > .video-iframe-container { display: none; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .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); }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container { border-width: 0; border-radius: 0; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:60rem;position:relative;display:block; }#Rdm9EggWQJiNBGqOlT9UKV7PliVwH2rw { color:#1a1d2b;display:block;width:15.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.6875rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:6.3593754768369rem;left:1.625rem;height:13.275rem;font-style:normal;display:block; }
#hxhtg3fTokrnazcDF2P1x59unzqrIMSD { color:#151515;display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:19.584381103516rem;left:1.625rem;height:4.3875rem;font-style:normal;display:block; }
#AhdFFh2O9kxDM29plbleLEnA0lu0Dqzx { position:absolute;display:block;z-index:15004;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:2.8125rem;width:7.3125rem;top:11.415618896484rem;left:15.84375rem;overflow:hidden;display:block; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-form-header {  }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:bold;color:#1a1a1a;width:26.25rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;text-align:center;text-align-last:center; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-text { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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:26.25rem;box-sizing:border-box;height:3.4375rem;color:rgba(var(--color-secondary-4),1);font-size:0.9375rem;overflow:hidden;font-family:var(--paragraphs-font-family);text-align:center;text-align-last:center; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-text {padding-top: 0; padding-bottom: 0;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-textarea { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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:26.25rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-secondary-4),1);font-size:0.9375rem;overflow:hidden;font-family:var(--paragraphs-font-family);text-align:center;text-align-last:center; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .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:26.25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-select {padding-top: 0; padding-bottom: 0;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .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.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#5d4e7d;background-image:none;background-position:top left !important;background-repeat: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:5.875rem;margin-bottom:0.25rem;margin-left:5.875rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:400;color:rgba(var(--color-secondary-1),1);width:14.4375rem;height:3.75rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:"open sans";font-size:0.875rem; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:"open sans";font-size:0.875rem; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:"open sans";font-size:0.875rem; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:"open sans";font-size:0.875rem; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .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.9375rem;font-weight:700;color:#2d2d2d;vertical-align:top;width:25rem;overflow:hidden;font-style:normal;line-height:1.5; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .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; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .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; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-container:first-of-type{padding-top:0;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-container:last-of-type{padding-bottom:0;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.5625rem;left:31.250001907349rem; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.25rem; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK {display:block;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.5625rem;left:31.250001907349rem; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #LcsnSUFTD5F7saEhVr3OrXigaqKTDmsT { position:relative; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #tFpbyXA3NJMnhuyllFo4FcvH6mAuVEqa { position:relative;display:block; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #vuVGzfP7dzDBPhEbKgOUFeBbxuE0sfP5 { position:relative; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #mdTGUUnZlQKKgvzM3R4Vm4NQXoPCrQMo { position:relative; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #QklVCFtII8KSzNaung3Hmc6P7xfVe8al { position:relative;display:block; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #Lx8sRMxVWQKc7uITddlbTT3NQlxVrQDK { position:relative; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #tONKGEpC92SrSM3vbRlTkrmvoEqEGLBT { position:relative; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #u0TPfolqfUAhTRfmB8SP5TsZmpO0SkN3 { position:relative;display:block; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #bD7AIdQXikeC8KecemL9cebp2kFXgeZf { position:relative; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #vSoIcbRxdt0ZqhnmkmZ8rHah8SRNbuyq { position:relative; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #kNyGeeVBklkd94NqdJc9fLvKuUwLp7y9 { position:relative;z-index:2; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #NaBvtdc0Qq9wDUksg3oZBVnTp1tiOzzK { position:relative; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #E3OWzlsQxMl29lvf1pPwo8Q9D5cK3Hsa { position:relative; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #pQJamT3OJBJkVlrITgpN9nq4lvky9ZQ1 { position:relative;z-index:2; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #EWLWTlHBNh43inaL6TmBTss0FihOLck5 { position:relative; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #T5haxy07eBKlILnErDSDGroNfCB27a66 { position:relative; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #T1n22tU1wRAW6PZsFXKLhWF5Vvr2ZVDC { position:relative; }
#Ab9ayoITaOHK10LkqB9HA7kcJIQbLrAx { background-color:#151515;background-image:none;z-index:;position:relative;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ab9ayoITaOHK10LkqB9HA7kcJIQbLrAx > .row .container { background-color: transparent; background-image: none; }#Ab9ayoITaOHK10LkqB9HA7kcJIQbLrAx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ab9ayoITaOHK10LkqB9HA7kcJIQbLrAx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ab9ayoITaOHK10LkqB9HA7kcJIQbLrAx > .row .container > .video-iframe-container { display: none; }#Ab9ayoITaOHK10LkqB9HA7kcJIQbLrAx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ab9ayoITaOHK10LkqB9HA7kcJIQbLrAx > .row > .video-iframe-container { display: none; }#Ab9ayoITaOHK10LkqB9HA7kcJIQbLrAx > .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); }#Ab9ayoITaOHK10LkqB9HA7kcJIQbLrAx > .row .container { border-width: 0; border-radius: 0; }#Ab9ayoITaOHK10LkqB9HA7kcJIQbLrAx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ab9ayoITaOHK10LkqB9HA7kcJIQbLrAx > .row .container { font-size:0.875rem;font-family:arial;height:22.25rem;width:60rem;position:relative;display:block; }#zhnTOIxvGD5VfqlrkJxTyVvqX4sHWtEH { display:block;width:25.75rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.4;top:17.307033538818rem;left:18.312501907349rem;background-color:transparent;background-image:none;height:1.225rem;text-align:center;text-align-last:center;color:#f9f9f9;font-style:normal;display:block; }
#ktiSmJiaCQECaiwNXbEcTlTwGvQFPShS { background-color:#ccd4db;background-image:none;height:12.5rem;width:0.0625rem;position:absolute;display:block;z-index:15006;top:1.18359375rem;left:31.156251907349rem;display:block; }
#vJuLbpmEQlGSRBuqhdRbdkA4VPfFKMaT { display:block;width:27.75rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.2;top:7.1875rem;left:1.75rem;background-color:transparent;background-image:none;height:1.5rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#AustiQTpoIg1NHsEawOsLldRBkkb9mcd { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;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:15045;top:4.5rem;left:14.25rem; }
#PRx2QQqzUaJrQwLWXLCs6t6hSl7XeKTF { 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:15046;opacity:1;top:5.4093738555907rem;left:38.837501144409rem; }
#PRx2QQqzUaJrQwLWXLCs6t6hSl7XeKTF > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#KE8V9kML6yfgJW81W2eJ1Oh6nzbKFUik { 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:15047;opacity:1;top:9.25rem;left:38.881251144409rem; }
#htxdudJlU8zdJTNk8O2vsUWUucJ73l2K { display:block;width:10.8125rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.2;top:6.3125rem;left:42.062501907349rem;background-color:transparent;background-image:none;height:1.35rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#dlQ85lU0h16HOeBTqZ1dqfl31alIqLBU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:9.5625rem;left:9.5625rem; }
#dlQ85lU0h16HOeBTqZ1dqfl31alIqLBU > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }#fWU5Jgdnw8IJcJCmVrEbGE3zzEcxOlan { display:block;width:11.1875rem;position:absolute;font-family:comfortaa;font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.2;top:10.4375rem;left:11.3125rem;background-color:transparent;background-image:none;height:1.275rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#fWtn6nTQVivsJMyK0astR06bXNCHZhxu { color:rgba(var(--color-tertiary-1),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0);top:5.8093757629394rem;left:0rem;height:3.81875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Abn4B1e1WGw0S1m52uKtN90F5KkOf2XI { display:block;width:5.0625rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.2;top:9.79296875rem;left:42.062501907349rem;background-color:transparent;background-image:none;height:1.35rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#PfU2fJn0eT5OE1DudhVk5Qtuy3PfeR3A { background-color:#ccd4db;background-image:none;height:12.5rem;width:0.0625rem;position:absolute;display:block;z-index:15006;top:1.18359375rem;left:31.156251907349rem;display:none; }
#G3d2Eb9M6trcEZ0pMBziqx5zM4GDyfBZ { background-color:#ccd4db;background-image:none;height:12.5rem;width:0.0625rem;position:absolute;display:block;z-index:15006;top:1.18359375rem;left:31.156251907349rem;display:none; }
#KmPBVlgL8fTnkKU5vMTZgmgsQFVN1iXs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#du8CV4bWJA0QeIQBlWMBhpucUVx1JPVQ { display:block;width:11.5rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.2;top:9.79296875rem;left:42.4375rem;background-color:transparent;background-image:none;height:1.3501rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
#HkB4Q4BN7unNHfBsHFAo0CywVlFTVeWs { background-color:#ccd4db;background-image:none;height:12.5rem;width:0.0625rem;position:absolute;display:block;z-index:15006;top:1.18359375rem;left:31.156251907349rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GdOmyCqoPRKgTWpTQffOV0mPSvklUef4 { display:block; }#GdOmyCqoPRKgTWpTQffOV0mPSvklUef4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UCqETaUe4xqTsMnCQKd7OCQUia14K2Qk { width:7.0625rem;height:2.4375rem;top:1.8125rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGrBApuvF10puRbPONyw6bPMQJlBz6qS { display:block; }
 }@media only screen and (max-width: 763px) { #zMhFipHw7WQfyaNkz7U9OPt7OWMemDsm { width:10.375rem;height:2.5rem;top:1.8125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTiqkT5DHpC4elMUo5NHzdqwEO0ToTIJ { display:block; }
 }@media only screen and (max-width: 763px) { #rqqRqlBs39IDaGFpEWg0mTyA8iLSvRDZ { width:8.6875rem;height:2.5rem;top:1.8125rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfl0ldEuZkgMl0a5JNOyJsQdenRfyJyD { display:block; }
 }@media only screen and (max-width: 763px) { #UEiRoV2JWJsGlS7DHeiN03r2elbCiTFc { width:9.5625rem;height:2.4375rem;top:1.8125rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Egcc5mrhA5UHDQTE689mHaHLORWGq1hy { display:block; }
 }@media only screen and (max-width: 763px) { #IUReFzmnsKX7pXly0pHGQmKKdcLWmEna { width:7.875rem;height:2.5rem;top:1.8125rem;left:39.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxTgx9r00wKVigvAwhtFgxGqWVavsJhe { display:block; }
 }@media only screen and (max-width: 763px) { #swvavMRG0VF5DdzmADm59fPRzLxMeqTE { width:7.4375rem;height:2.4375rem;top:1.8125rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCebwXQAmrLghmN137yp8IZw8IctE08G { display:block; }
 }@media only screen and (max-width: 763px) { #Qq6lyq5zfap0v3tTT9ytzkbBbkJWgFoR { top:0.75rem;left:0rem;width:6.9375rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLKuWVrFDkHi9KNPRn1qyUN9kHvc3TFf { top:1.4375rem;left:44.75rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVdpUz2hMn5MghbMVXV8Z64pCH1fNrx4 { display:block; }#qVdpUz2hMn5MghbMVXV8Z64pCH1fNrx4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM { display:block; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qFXD6l08CW0WCNJ9T2oWq8aMkRLVZ2AM { width:16.25rem;height:0.9375rem;top:1.625rem;left:19rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U { display:block; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fgSNvvrWw4PCtidQQzbWTIx8r8cqiNxv { width:26.125rem;height:10.5rem;top:6.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqTEAemkMJT6vVaV0pvcMz61pRH1ToPU { width:28.8125rem;height:5.5625rem;top:28.625rem;left:9.46875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6drCiQQTbOhOduRyCH6EdrwGsIpyZQW { top:36.375rem;left:16.781251907349rem;width:14.1875rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLFPabTgLuF0e8QdkvSrlyRqBGeWXDna { display:block; }
 }@media only screen and (max-width: 763px) { #OxTVf8iSehF29cX6htmDBn1P5p2ypJFU { width:2rem;height:2rem;top:44.125rem;left:22.875001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv { display:block; }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zCD2pWPNl5hPlyIXKbkVWO6Hi4OgxKzQ { width:18.75rem;height:1rem;top:4.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcfHq5Hh4sKo4bH1N189tn9UGUJMLJyX { top:6.25rem;left:0rem;width:18.5625rem;height:10.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhrBAK7dNowdHU35hrJhui9whqytEf9Q { width:47.75rem;height:3.6875rem;top:5.25rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh { display:block; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTi8sPG0utu7otG939LGdE3BZ7zttx6l { width:47.75rem;height:3.6875rem;top:6.6875rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZUOXiPghm9V2BIr04SVvIbGMkxvnmrg { width:37.0625rem;height:2.1875rem;top:10.375rem;left:5.34375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq { display:block; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezgGaXCnEx4l3x4ttTmMDWgfDJt2mVzk { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #glIFUWkrOhpWk29bRitftOICUu03vuE0 { width:17.875rem;height:3.5625rem;top:10.875rem;left:13.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgHmllWiZ4hLnKroTHnZ9UZ1AZALJyVa { width:6.25rem;height:6.25rem;top:1.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKsSPCVRcgtq75e4cbIUJUTVoeGk8GUW { width:2.5rem;height:0.125rem;top:10.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3ohC1kb5yZAhR2DfnhFzBamsyoi01pg { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:17.416666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBOgS2GsGK2h8TTdfEAkl6LKTcEyZX0s { width:19rem;height:3.5625rem;top:10.875rem;left:28.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPqckyEW2U3C4XagNCBuVQ08m43meIvz { width:2.5rem;height:0.125rem;top:10.25rem;left:23.166666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAE4dJvqbIG552qB8p8P8I01ATlxJONQ { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:33.333333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFkcFy6VxNFJRiIQKPbTWbvmWiqZfLLt { width:16.5rem;height:3.5625rem;top:10.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVA07hHPg0ARvoXkzVE3zeF1uPi3qCMI { width:2.5rem;height:0.125rem;top:10.25rem;left:39.083333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPdB4oXFnGdU4M5wmrdohz4Bga8Jzsc5 { width:4.3125rem;height:4.3125rem;top:1.875rem;left:37.531251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWJ0IBURBszfXsMtbTbpWJbzexk9hHMB { width:4.6875rem;height:4.6875rem;top:1.6875rem;left:21.468751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #eutGU9722CTA9lBkaGF22Px96GLzLeDi { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzwnb49bukCayVqNET53dT27W262ATWL { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgEUbWCwJ5Q8pPAs5pX4zbUz6hlXmhB3 { top:17.125rem;left:4rem;width:7.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NN5TSAEwMWAXTRt1LUaCXGPQ9liNInah { display:block; }
 }@media only screen and (max-width: 763px) { #SACJSCQy57ZyWknN9xTXTaGzCZ6Uvs5l { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgfouSowC2Nz5ksAa1lDcgOmusCgcFyD { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAg5DUQabcSZz211685o82e87qwXZ6Xs { width:6.25rem;height:6.25rem;top:1.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #teZ6W0XsTJIERwAo4TMi1TaFUlD9HL3v { width:6.25rem;height:6.25rem;top:1.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WV3uMqv1o0agKLArfDoIfxn4VuL0ikAV { width:4.4375rem;height:4.4375rem;top:1.8125rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ll6CX51ZsJHoFgy4pC58xB6rgT62lUxT { top:17.0625rem;left:19.875001907349rem;width:7.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwidK2qCfTCe0AqECZ8Zq8NwviDvJItM { display:block; }
 }@media only screen and (max-width: 763px) { #UTus5l7OaMVmo6sBhxPFwXwxyzsTSMfI { top:17.125rem;left:35.750001907349rem;width:7.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1rdhJMCIl1L13810JTG8rVHDtyf8BAy { display:block; }
 }@media only screen and (max-width: 763px) { #nbBgvrGQnLyw4vVMP23fzGPV6Z8bL0rx { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBsxEApmNGBTi08FPoTBOvzdIGedTSub { display:block; }#nBsxEApmNGBTi08FPoTBOvzdIGedTSub > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DremT83zuLnks5Prqbl2Ce6vk0EaJi9t { width:47.75rem;height:5.0625rem;top:1.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1PTWdOkSBlzSx9hWQ57QMWKy8TdpyZ0 { display:block; }#N1PTWdOkSBlzSx9hWQ57QMWKy8TdpyZ0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uVTiR9Mts071W8K0ZXVkIDio2ywAcBeH { width:47.75rem;height:3.6875rem;top:6.1875rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAPFrTTUoJina3tp19fQfNTG0ZKAxiFS { width:47.75rem;height:2.1875rem;top:9.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZQRI7aLANrwFEoJ6TGHh0Qa1R1FNHCV { display:block; }#PZQRI7aLANrwFEoJ6TGHh0Qa1R1FNHCV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VV2KgNz8XQ52S2IkuaARZUmkOeF1SJT6 { width:16.5rem;height:;top:10.375rem;left:15.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cB1Ti2XQVS5ymQrzODNs5VlG4uhyon21 { width:6.25rem;height:6.25rem;top:1.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWuiN0n5ymXxxTu6CIdXM9KaGzDUN0Qd { width:2.5rem;height:0.125rem;top:10.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7Up0COyZ8PyGWBoTTChaaSzXSD18eoA { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:33.333333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUb70dXdJLnHVZAQVz9lSN6PoN2Awhrd { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdUa2fbDlqyy0gui2bwSRb1v72GvxI0M { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SM9hx1OlBl4VapDmwKrV07cyHlsv2TMU { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9HtsqKyROTUfBfX8l77Kwf2QiwwB9Zx { width:4.25rem;height:4.25rem;top:2.4375rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynhilInBiBThhTPavmJJlOyhwN4qzfNn { width:17.5rem;height:3.5625rem;top:10.625rem;left:14.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #unWsbTwdrH8opK45srebaQrF7nBrs6a8 { top:17.0625rem;left:19.875001907349rem;width:7.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsTdxNq8gPWBk9tAOZssuTzirhK2N04P { display:block; }
 }@media only screen and (max-width: 763px) { #FXAFQWsEwU7isVrIz7GJntSDAcvkUIV1 { display:block; }#FXAFQWsEwU7isVrIz7GJntSDAcvkUIV1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a8wwOb484XcmToRz5mzrZ5EdbQToGepz { width:41.0625rem;height:3.25rem;top:1.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uze7ANRc0yZWXSnfTUtFfoF0eagi3qnx { width:39.375rem;height:1.125rem;top:4.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6Av8edUikzNKBKyZm19zT604N3apaTB { width:13.875rem;height:3.75rem;top:1.9375rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDEL6AvKruo01k7bpyGPEdk1y7xbxsDc { display:block; }
 }@media only screen and (max-width: 763px) { #r0Ji2zV6HmQanSCeirbONH14ZpTIHX6C { display:block; }#r0Ji2zV6HmQanSCeirbONH14ZpTIHX6C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DMy9lC3sbIWbiXvyQpoDZqoFRw9STD6I { width:47.75rem;height:3.6875rem;top:7.5rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bca8axPyOzeCnXZTicheS6gdtdXd4OdP { width:47.75rem;height:2.1875rem;top:11.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTCaNyQe4TsFiKQO6lcXFfRsHRypolQ6 { display:block; }#PTCaNyQe4TsFiKQO6lcXFfRsHRypolQ6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BWpPkLXQeOmuxPG4rQTplZT6Wr2uWT1U { top:1.4375rem;left:29.375rem;width:18.0625rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzJ8y2m2G7l3M3v8abGHfNLlgwuNhNVT { width:14.9375rem;height:;top:5.4375rem;left:0.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIT9KXpEHfoqnJerQxlc7DBarhKbxWNq { width:3.6875rem;height:3.6875rem;top:3.625rem;left:6.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHg1hAz4HvUMC99GQOhvyZEdrk07yKDs { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDpdxt5Q7UTkIMmd4ZkNlsd2TzXsZ6xT { width:2.875rem;height:2.875rem;top:3.9375rem;left:22.237501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1gJG6PD8le4egDIcLO3XZ7IEzQdmbnw { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:17.416666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0OZAJCT4xad1ubAyPxPNu9TT93iXwPZ { width:11.5625rem;height:4.5rem;top:9rem;left:2.15625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7IyiAgTfsNRu8qrwVn7DGePMcLstbQJ { width:10.75rem;height:4.5rem;top:9rem;left:18.437501907349rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvoD2wgisd6A5PCBITcIeooGpJSdwbRU { width:2.9375rem;height:2.9375rem;top:4rem;left:38.217969894409rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJuTysETc80Q41wKmPWtMIBpqqyGaDdG { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:33.333333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3BDAtTxt1a042gTm2GpT2eKoOw8nl3T { width:13.3125rem;height:4.5rem;top:9rem;left:33.45546913147rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCeaToidJblAzOmNcaysKDpoBp5QX7gK { width:3.8125rem;height:3.8125rem;top:19.375rem;left:21.906251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSbVkJudK7aHDq5XDQKnLaH55sqyI8H4 { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:33.333333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #kk0UUe9EsAXJV0HEmiQgb68iLRoDo07M { width:11rem;height:4.5rem;top:24.875rem;left:18.312501907349rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9DPJTLPdnGu5ZVqkVMUzgn6LCsueTkz { width:3.875rem;height:3.875rem;top:19.375rem;left:37.749219894409rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5UfXTXMnnhG6OsnuEJBveiibOvZX5qE { width:2.875rem;height:2.875rem;top:19.875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sahez6TftqumGCbJ95Ort3DcWaPXR97a { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1zXz8NQKPhBJqAoWVEg5aI33ymU8efT { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:17.416666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmBcLdGoOkvPTW5I2UXkndMRybBbMmCn { width:12.75rem;height:4.5rem;top:24.875rem;left:33.312501907349rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnaKPBAH8DH0fzMshADiQEo2GcGH6MuR { width:8.5rem;height:4.5rem;top:24.875rem;left:3.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEMggIDT4cNh3bN195m8uPUifTlWqT8P { top:1.375rem;left:13.5rem;width:18.25rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzOWddZlobOyCiITAN7od57IZGNZQ5ce { top:1.375rem;left:0rem;width:18.25rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmD39uTF81xPKX9F6X2cCIRDL75lKfRn { top:17.375rem;left:29.375rem;width:18.125rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydsTgcmJ3wCDEb2N6mmPP3TeZRpwGG6X { top:17.375rem;left:13.5rem;width:18.25rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrSGpbf723PWTAIHMIHW74veTZnCXXrP { top:16.9375rem;left:0rem;width:18.25rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b { display:block; }#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b > .row .container { width:47.75rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eGgGdmoabiWml529gg1t41kRi05WZGkT { width:47.75rem;height:4.375rem;top:9.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNKcllqTvXs94muVUhgRwDuhu6ragQKm { width:47.75rem;height:3.6875rem;top:5.75rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUtl8Zm6T1sCySJVgCQG348aLkz9xlSn { display:block; }#tUtl8Zm6T1sCySJVgCQG348aLkz9xlSn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eMOvVX1IH5MKw5V9AROw9SvEh3zWSEZu { width:12.9375rem;height:1.5625rem;top:14.625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfHAnKUkkNvfvIJveXXsJXo86Rr6w7Jc { width:16.5rem;height:1.5rem;top:16.5625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gimOd1To8KxsoRz4RP3G0TPwlTucJ4NS { width:10.625rem;height:10.625rem;top:2.6875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PA7DSPgvSyOJHNF6RRn18vmT4rreBghL { width:12.9375rem;height:1.5625rem;top:14.6875rem;left:17.416666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #xD4ONyEASL0FIa1B1foE78SNB0Giw7cw { width:18.0625rem;height:1.5rem;top:16.5625rem;left:13.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcZObGhPr1f6bqHlGNMoIo58TP90zTTS { width:12.9375rem;height:1.5625rem;top:14.625rem;left:33.333333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrRT1UPTUlaXEIiICio57QZhNTKxTs4Z { width:17.5625rem;height:1.5rem;top:16.25rem;left:30.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JD9nCNQ5rfiOH3WR8eCZqVLaeXJur5NE { width:10.625rem;height:10.625rem;top:2.6875rem;left:35.020833333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6RR7nVuvkdnhTrTOpBwLicQBARPO6Iy { width:10.625rem;height:10.625rem;top:2.6875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU { display:block; }#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fW1ieBHTf5NHo1GtVO1eBMk7LaeRQsUA { width:15.9375rem;height:8.4375rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT1AkOzaqRVRMFRHJItbac7lkamZSlTF { width:3.125rem;height:3.125rem;top:0rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAoUdM776rg5PMJlNK4pe3I2wcQ6JPcT { width:15.9375rem;height:8.4375rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZnvsMqA3Jc3Cu5Vu79rV4bPGRVgT0ma { width:3.125rem;height:3.125rem;top:0rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUNf4Infv9iyfh3BaqCGggGvFruQLoGK { width:15.9375rem;height:8.4375rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGwNF3RFPtFzfuzovIhiC25DtsZ3dNRQ { width:3.125rem;height:3.125rem;top:0rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtx7xnh2llrBcmaOhSQnfmFMLyzKp4Jk { width:1.25rem;height:1.25rem;top:1.75rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpCcrixGZ6SuqqvEwWZNGbw5XRzfRM89 { width:1.25rem;height:1.25rem;top:1.75rem;left:23.187501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6PCVbN0Vm274wwUOa9e0viqqQIlm6x9 { width:1.25rem;height:1.25rem;top:0.9375rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxDV8tXrzQRcRauRTPD3ryZTZF6srTpo { width:15.9375rem;height:8.4375rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw { display:block; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container { width:47.75rem;height:43.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rdm9EggWQJiNBGqOlT9UKV7PliVwH2rw { width:33.75rem;height:4.5rem;top:4.25rem;left:7rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hxhtg3fTokrnazcDF2P1x59unzqrIMSD { width:40.3125rem;height:4.875rem;top:9.75rem;left:3.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AhdFFh2O9kxDM29plbleLEnA0lu0Dqzx { width:7.3125rem;height:2.8125rem;top:11.375rem;left:9.71875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-regular-label { width:26.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-text { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-text {padding-top: 0; padding-bottom: 0;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-textarea { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-select { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-select {padding-top: 0; padding-bottom: 0;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-button { width:14.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.875rem; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-checkbox-label { width:25.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK  { width:26.25rem;height:auto;top:15.75rem;left:9.5rem; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .radio-container { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK {display:block;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK { width:26.25rem;height:auto;top:15.75rem;left:9.5rem; }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #LcsnSUFTD5F7saEhVr3OrXigaqKTDmsT {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #tFpbyXA3NJMnhuyllFo4FcvH6mAuVEqa { display:block; }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #vuVGzfP7dzDBPhEbKgOUFeBbxuE0sfP5 {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #mdTGUUnZlQKKgvzM3R4Vm4NQXoPCrQMo {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #QklVCFtII8KSzNaung3Hmc6P7xfVe8al { display:block; }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #Lx8sRMxVWQKc7uITddlbTT3NQlxVrQDK {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #tONKGEpC92SrSM3vbRlTkrmvoEqEGLBT {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #u0TPfolqfUAhTRfmB8SP5TsZmpO0SkN3 { display:block; }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #bD7AIdQXikeC8KecemL9cebp2kFXgeZf {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #vSoIcbRxdt0ZqhnmkmZ8rHah8SRNbuyq {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #kNyGeeVBklkd94NqdJc9fLvKuUwLp7y9 {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #NaBvtdc0Qq9wDUksg3oZBVnTp1tiOzzK {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #E3OWzlsQxMl29lvf1pPwo8Q9D5cK3Hsa {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #pQJamT3OJBJkVlrITgpN9nq4lvky9ZQ1 {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #EWLWTlHBNh43inaL6TmBTss0FihOLck5 {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #T5haxy07eBKlILnErDSDGroNfCB27a66 {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #T1n22tU1wRAW6PZsFXKLhWF5Vvr2ZVDC {  }
 }@media only screen and (max-width: 763px) { #Ab9ayoITaOHK10LkqB9HA7kcJIQbLrAx { display:block; }#Ab9ayoITaOHK10LkqB9HA7kcJIQbLrAx { background-color: transparent; background-image: none; }#Ab9ayoITaOHK10LkqB9HA7kcJIQbLrAx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ab9ayoITaOHK10LkqB9HA7kcJIQbLrAx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ab9ayoITaOHK10LkqB9HA7kcJIQbLrAx > .row .container > .video-iframe-container { display: none; }#Ab9ayoITaOHK10LkqB9HA7kcJIQbLrAx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ab9ayoITaOHK10LkqB9HA7kcJIQbLrAx > .row > .video-iframe-container { display: none; }#Ab9ayoITaOHK10LkqB9HA7kcJIQbLrAx > .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); }#Ab9ayoITaOHK10LkqB9HA7kcJIQbLrAx > .row .container { width:47.5rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zhnTOIxvGD5VfqlrkJxTyVvqX4sHWtEH { top:9.125rem;left:-0.0625rem;width:19.8125rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktiSmJiaCQECaiwNXbEcTlTwGvQFPShS { left:25.25rem;top:0.625rem;background-color:#ccd4db;background-image:none;width:0.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJuLbpmEQlGSRBuqhdRbdkA4VPfFKMaT { top:5.8125rem;left:31.9375rem;width:13.3125rem;height:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AustiQTpoIg1NHsEawOsLldRBkkb9mcd { top:4.5rem;left:8.125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRx2QQqzUaJrQwLWXLCs6t6hSl7XeKTF { top:5.375rem;left:32.712501144409rem;width:2.5rem;height:2.5rem;display:block; }
#PRx2QQqzUaJrQwLWXLCs6t6hSl7XeKTF > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #KE8V9kML6yfgJW81W2eJ1Oh6nzbKFUik { top:9.25rem;left:32.75rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #htxdudJlU8zdJTNk8O2vsUWUucJ73l2K { top:5.8125rem;left:31.9375rem;width:13.3125rem;height:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlQ85lU0h16HOeBTqZ1dqfl31alIqLBU { top:9.5625rem;left:3.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
#dlQ85lU0h16HOeBTqZ1dqfl31alIqLBU > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #fWU5Jgdnw8IJcJCmVrEbGE3zzEcxOlan { top:5.8125rem;left:31.9375rem;width:13.3125rem;height:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWtn6nTQVivsJMyK0astR06bXNCHZhxu { width:20rem;height:;top:1.6875rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Abn4B1e1WGw0S1m52uKtN90F5KkOf2XI { top:5.8125rem;left:31.9375rem;width:13.3125rem;height:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfU2fJn0eT5OE1DudhVk5Qtuy3PfeR3A { left:25.25rem;top:0.625rem;background-color:#ccd4db;background-image:none;width:0.0625rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #G3d2Eb9M6trcEZ0pMBziqx5zM4GDyfBZ { left:25.25rem;top:0.625rem;background-color:#ccd4db;background-image:none;width:0.0625rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #KmPBVlgL8fTnkKU5vMTZgmgsQFVN1iXs { display:none; }
 }@media only screen and (max-width: 763px) { #du8CV4bWJA0QeIQBlWMBhpucUVx1JPVQ { top:5.8125rem;left:31.9375rem;width:13.3125rem;height:1.5625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #HkB4Q4BN7unNHfBsHFAo0CywVlFTVeWs { left:25.25rem;top:0.625rem;background-color:#ccd4db;background-image:none;width:0.0625rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GdOmyCqoPRKgTWpTQffOV0mPSvklUef4 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#GdOmyCqoPRKgTWpTQffOV0mPSvklUef4 > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UCqETaUe4xqTsMnCQKd7OCQUia14K2Qk { width:4.4375rem;height:0.9375rem;top:1.4875000715256rem;left:9.5625rem;font-size:0.6875rem;line-height:0;display:block; }
 }@media only screen and (max-width: 763px) { #ZGrBApuvF10puRbPONyw6bPMQJlBz6qS { display:block; }
 }@media only screen and (max-width: 763px) { #zMhFipHw7WQfyaNkz7U9OPt7OWMemDsm { width:6.4375rem;height:0.9375rem;top:1.5625rem;left:3.8125rem;font-size:0.6875rem;line-height:0;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTiqkT5DHpC4elMUo5NHzdqwEO0ToTIJ { display:block; }
 }@media only screen and (max-width: 763px) { #rqqRqlBs39IDaGFpEWg0mTyA8iLSvRDZ { width:5.49921875rem;height:0.9375rem;top:2.5625rem;left:8.3125rem;font-size:0.6875rem;line-height:0;display:block; }
 }@media only screen and (max-width: 763px) { #wfl0ldEuZkgMl0a5JNOyJsQdenRfyJyD { display:block; }
 }@media only screen and (max-width: 763px) { #UEiRoV2JWJsGlS7DHeiN03r2elbCiTFc { width:4.74921875rem;height:0.9375rem;top:1.4375rem;left:13.375rem;font-size:0.6875rem;line-height:0;display:block; }
 }@media only screen and (max-width: 763px) { #Egcc5mrhA5UHDQTE689mHaHLORWGq1hy { display:block; }
 }@media only screen and (max-width: 763px) { #IUReFzmnsKX7pXly0pHGQmKKdcLWmEna { width:6.4984375rem;height:0.9375rem;top:2.4874999523163rem;left:12.1875rem;font-size:0.6875rem;line-height:0;display:block; }
 }@media only screen and (max-width: 763px) { #CxTgx9r00wKVigvAwhtFgxGqWVavsJhe { display:block; }
 }@media only screen and (max-width: 763px) { #swvavMRG0VF5DdzmADm59fPRzLxMeqTE { width:4.375rem;height:0.9375rem;top:2.5625rem;left:4.625rem;font-size:0.6875rem;line-height:0;display:block; }
 }@media only screen and (max-width: 763px) { #TCebwXQAmrLghmN137yp8IZw8IctE08G { display:block; }
 }@media only screen and (max-width: 763px) { #Qq6lyq5zfap0v3tTT9ytzkbBbkJWgFoR { width:4.5rem;height:2.75rem;top:0.9375rem;left:-0.56250002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLKuWVrFDkHi9KNPRn1qyUN9kHvc3TFf { width:2.125rem;height:2.125rem;top:1.25rem;left:18.237499582768rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-2),0) ;display:block; }
 }@media only screen and (max-width: 763px) { #qVdpUz2hMn5MghbMVXV8Z64pCH1fNrx4 { display:block; }#qVdpUz2hMn5MghbMVXV8Z64pCH1fNrx4 > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM { display:block; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qFXD6l08CW0WCNJ9T2oWq8aMkRLVZ2AM { width:19.1875rem;height:2.4375rem;top:1.03125rem;left:0.40546876192093rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/96cfed40-2363-4d2e-9981-d5b2e32b1805/pexelsfauxels3183183.jpg");background-position:bottom center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:cover !important;position:relative;z-index:auto;display:block; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U.adaptive-delivery-prevent-bg, #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U.lazyload, #Drw1oLkv8seugqkhgUJfCRud3FNzsV9U.lazyloading { background-image: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { background-color: transparent; background-image: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container > .video-iframe-container { display: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row > .video-iframe-container { display: none; }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .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); }#Drw1oLkv8seugqkhgUJfCRud3FNzsV9U > .row .container { width:20rem;height:28.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fgSNvvrWw4PCtidQQzbWTIx8r8cqiNxv { width:19.1875rem;height:4.95rem;top:8.1062507629394rem;left:0.40546876192093rem;text-align:center;text-align-last:center;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqTEAemkMJT6vVaV0pvcMz61pRH1ToPU { width:15.12425rem;height:3.4125rem;top:13.418750762939rem;left:2.4375000596046rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#dedede;display:block; }
 }@media only screen and (max-width: 763px) { #x6drCiQQTbOhOduRyCH6EdrwGsIpyZQW { top:17.4453125rem;left:5.0000000596046rem;width:10rem;height:2.37421875rem;font-size:1rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #5d4e7d, #0bfad7);background-image: -moz-linear-gradient(216deg, #5d4e7d, #0bfad7);background-image: -ms-linear-gradient(216deg, #5d4e7d, #0bfad7);background-image: -o-linear-gradient(216deg, #5d4e7d, #0bfad7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d4e7d', endColorstr='#0bfad7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d4e7d', endColorstr='#0bfad7' );";background-image: linear-gradient(216deg, #5d4e7d, #0bfad7);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #eLFPabTgLuF0e8QdkvSrlyRqBGeWXDna { display:block; }
 }@media only screen and (max-width: 763px) { #OxTVf8iSehF29cX6htmDBn1P5p2ypJFU { width:1.5625rem;height:1.5625rem;top:25.757030487061rem;left:9.2187505364419rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv { background-color:rgba(21,21,21,0.94);background-image:none;display:block; }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row .container { background-color: transparent; background-image: none; }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row .container > .video-iframe-container { display: none; }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row > .video-iframe-container { display: none; }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .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); }#ClQKHediqHQhnbf3fQTUsPEClvU6X3Zv > .row .container { width:20rem;height:19.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zCD2pWPNl5hPlyIXKbkVWO6Hi4OgxKzQ { width:18.75rem;height:1.05625rem;top:4.28466875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcfHq5Hh4sKo4bH1N189tn9UGUJMLJyX { width:18.6234375rem;height:10.2375rem;top:6.2734384536744rem;left:0.68828123807906rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QhrBAK7dNowdHU35hrJhui9whqytEf9Q { width:20rem;height:1.7875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh { display:block; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { width:20rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTi8sPG0utu7otG939LGdE3BZ7zttx6l { width:18.75rem;height:1.7875rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZUOXiPghm9V2BIr04SVvIbGMkxvnmrg { width:18.75rem;height:2.45rem;top:4.28466875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq { display:block; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container { width:20rem;height:46.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezgGaXCnEx4l3x4ttTmMDWgfDJt2mVzk { width:9.49925rem;height:0.75rem;top:5.375rem;left:5.2500000596046rem;font-size:0.9375rem;line-height:.8;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #glIFUWkrOhpWk29bRitftOICUu03vuE0 { width:10.8125rem;height:2.25rem;top:22.25rem;left:4.5937500596046rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZgHmllWiZ4hLnKroTHnZ9UZ1AZALJyVa { width:3.6859375rem;height:3.6859375rem;top:0.86015510559081rem;left:8.1250005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKsSPCVRcgtq75e4cbIUJUTVoeGk8GUW { width:2.5rem;height:0.12421875rem;top:4.9375rem;left:8.7500005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3ohC1kb5yZAhR2DfnhFzBamsyoi01pg { width:10.18675rem;height:1.125rem;top:35rem;left:4.9062500596046rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WBOgS2GsGK2h8TTdfEAkl6LKTcEyZX0s { width:10.8125rem;height:2.1rem;top:36.125000953674rem;left:4.5937500596046rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #KPqckyEW2U3C4XagNCBuVQ08m43meIvz { width:2.5rem;height:0.12421875rem;top:20.4375rem;left:8.7500005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAE4dJvqbIG552qB8p8P8I01ATlxJONQ { width:12.937rem;height:0;top:11.873779453125rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFkcFy6VxNFJRiIQKPbTWbvmWiqZfLLt { width:8.9375rem;height:3.375rem;top:6.9375rem;left:5.5312500596046rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVA07hHPg0ARvoXkzVE3zeF1uPi3qCMI { width:2.5rem;height:0.12421875rem;top:34.487504482269rem;left:8.7500005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPdB4oXFnGdU4M5wmrdohz4Bga8Jzsc5 { width:2.1234375rem;height:2.1234375rem;top:30.899220943451rem;left:8.9382815957069rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWJ0IBURBszfXsMtbTbpWJbzexk9hHMB { width:2.1234375rem;height:2.1234375rem;top:17.125rem;left:8.9382815957069rem;display:block; }
 }@media only screen and (max-width: 763px) { #eutGU9722CTA9lBkaGF22Px96GLzLeDi { width:10.12425rem;height:1rem;top:39.0625rem;left:4.9375000596046rem;font-size:1.25rem;line-height:.8;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pzwnb49bukCayVqNET53dT27W262ATWL { width:7.99925rem;height:1rem;top:10.8125rem;left:6.0000000596046rem;font-size:1.25rem;line-height:.8;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FgEUbWCwJ5Q8pPAs5pX4zbUz6hlXmhB3 { top:12.375rem;left:6.6562500596044rem;width:7.1875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NN5TSAEwMWAXTRt1LUaCXGPQ9liNInah { display:block; }
 }@media only screen and (max-width: 763px) { #SACJSCQy57ZyWknN9xTXTaGzCZ6Uvs5l { width:9.12425rem;height:0.75rem;top:21.1875rem;left:5.4375000596046rem;font-size:0.9375rem;line-height:.8;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PgfouSowC2Nz5ksAa1lDcgOmusCgcFyD { width:11.1875rem;height:1rem;top:25.125rem;left:4.4062500596046rem;font-size:1.25rem;line-height:.8;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LAg5DUQabcSZz211685o82e87qwXZ6Xs { width:3.6859375rem;height:3.6859375rem;top:16.25rem;left:8.1570315957069rem;display:block; }
 }@media only screen and (max-width: 763px) { #teZ6W0XsTJIERwAo4TMi1TaFUlD9HL3v { width:3.87421875rem;height:3.87421875rem;top:30.0625rem;left:8.0625005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #WV3uMqv1o0agKLArfDoIfxn4VuL0ikAV { width:2.1234375rem;height:2.1234375rem;top:1.640625rem;left:8.9382815957069rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ll6CX51ZsJHoFgy4pC58xB6rgT62lUxT { top:26.6875rem;left:6.5000000596044rem;width:7.1875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwidK2qCfTCe0AqECZ8Zq8NwviDvJItM { display:block; }
 }@media only screen and (max-width: 763px) { #UTus5l7OaMVmo6sBhxPFwXwxyzsTSMfI { top:40.625rem;left:6.4062500596044rem;width:7.1875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1rdhJMCIl1L13810JTG8rVHDtyf8BAy { display:block; }
 }@media only screen and (max-width: 763px) { #nbBgvrGQnLyw4vVMP23fzGPV6Z8bL0rx { width:12.5625rem;height:0.6rem;top:6.3125rem;left:3.7187500596046rem;font-size:0.75rem;line-height:.8;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nBsxEApmNGBTi08FPoTBOvzdIGedTSub { background-color:rgba(var(--color-tertiary-0),1);background-image: -webkit-linear-gradient(top, #0bfad7, #5d4e7d);background-image: -moz-linear-gradient(top, #0bfad7, #5d4e7d);background-image: -ms-linear-gradient(top, #0bfad7, #5d4e7d);background-image: -o-linear-gradient(top, #0bfad7, #5d4e7d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bfad7', endColorstr='#5d4e7d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bfad7', endColorstr='#5d4e7d' );";background-image: linear-gradient(to bottom, #0bfad7, #5d4e7d);background-size:auto !important;display:block; }#nBsxEApmNGBTi08FPoTBOvzdIGedTSub > .row .container { background-color: transparent; background-image: none; }#nBsxEApmNGBTi08FPoTBOvzdIGedTSub::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nBsxEApmNGBTi08FPoTBOvzdIGedTSub > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nBsxEApmNGBTi08FPoTBOvzdIGedTSub > .row .container > .video-iframe-container { display: none; }#nBsxEApmNGBTi08FPoTBOvzdIGedTSub > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nBsxEApmNGBTi08FPoTBOvzdIGedTSub > .row > .video-iframe-container { display: none; }#nBsxEApmNGBTi08FPoTBOvzdIGedTSub > .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); }#nBsxEApmNGBTi08FPoTBOvzdIGedTSub > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DremT83zuLnks5Prqbl2Ce6vk0EaJi9t { width:20rem;height:4.5rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1PTWdOkSBlzSx9hWQ57QMWKy8TdpyZ0 { display:block; }#N1PTWdOkSBlzSx9hWQ57QMWKy8TdpyZ0 > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uVTiR9Mts071W8K0ZXVkIDio2ywAcBeH { width:18.75rem;height:1.7875rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAPFrTTUoJina3tp19fQfNTG0ZKAxiFS { width:18.75rem;height:2.45rem;top:4.28466875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #PZQRI7aLANrwFEoJ6TGHh0Qa1R1FNHCV { background-color:#151515;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PZQRI7aLANrwFEoJ6TGHh0Qa1R1FNHCV > .row .container { background-color: transparent; background-image: none; }#PZQRI7aLANrwFEoJ6TGHh0Qa1R1FNHCV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZQRI7aLANrwFEoJ6TGHh0Qa1R1FNHCV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZQRI7aLANrwFEoJ6TGHh0Qa1R1FNHCV > .row .container > .video-iframe-container { display: none; }#PZQRI7aLANrwFEoJ6TGHh0Qa1R1FNHCV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZQRI7aLANrwFEoJ6TGHh0Qa1R1FNHCV > .row > .video-iframe-container { display: none; }#PZQRI7aLANrwFEoJ6TGHh0Qa1R1FNHCV > .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); }#PZQRI7aLANrwFEoJ6TGHh0Qa1R1FNHCV > .row .container { border-width: 0; border-radius: 0; }#PZQRI7aLANrwFEoJ6TGHh0Qa1R1FNHCV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PZQRI7aLANrwFEoJ6TGHh0Qa1R1FNHCV > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VV2KgNz8XQ52S2IkuaARZUmkOeF1SJT6 { width:6.875rem;height:0;top:19.311524375rem;left:6.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cB1Ti2XQVS5ymQrzODNs5VlG4uhyon21 { width:3.56171875rem;height:3.56171875rem;top:2.3117198944092rem;left:8.2187505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWuiN0n5ymXxxTu6CIdXM9KaGzDUN0Qd { width:2.5rem;height:0.12421875rem;top:6.62343788147rem;left:8.7500005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7Up0COyZ8PyGWBoTTChaaSzXSD18eoA { width:12.937rem;height:0;top:1.25rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUb70dXdJLnHVZAQVz9lSN6PoN2Awhrd { width:11.62425rem;height:1rem;top:12.1875rem;left:4.1875000596046rem;font-size:1.25rem;line-height:.8;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rdUa2fbDlqyy0gui2bwSRb1v72GvxI0M { width:20rem;height:0;top:16.499024375rem;left:0rem;font-size:1.25rem;line-height:.8;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SM9hx1OlBl4VapDmwKrV07cyHlsv2TMU { width:6.43675rem;height:0.75rem;top:7.2976570129394rem;left:6.7812500596044rem;font-size:0.9375rem;line-height:.8;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M9HtsqKyROTUfBfX8l77Kwf2QiwwB9Zx { width:2.68671875rem;height:2.68671875rem;top:2.7492198944092rem;left:8.6562505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynhilInBiBThhTPavmJJlOyhwN4qzfNn { width:8.375rem;height:3.375rem;top:8.6101570129394rem;left:5.8125000596046rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #unWsbTwdrH8opK45srebaQrF7nBrs6a8 { top:13.75rem;left:6.2500000596044rem;width:7.1875rem;height:1.5rem;box-shadow: none;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dsTdxNq8gPWBk9tAOZssuTzirhK2N04P { display:block; }
 }@media only screen and (max-width: 763px) { #FXAFQWsEwU7isVrIz7GJntSDAcvkUIV1 { background-color:rgba(var(--color-tertiary-0),1);background-image: -webkit-linear-gradient(top, #0bfad7, #5d4e7d);background-image: -moz-linear-gradient(top, #0bfad7, #5d4e7d);background-image: -ms-linear-gradient(top, #0bfad7, #5d4e7d);background-image: -o-linear-gradient(top, #0bfad7, #5d4e7d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bfad7', endColorstr='#5d4e7d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bfad7', endColorstr='#5d4e7d' );";background-image: linear-gradient(to bottom, #0bfad7, #5d4e7d);background-size:auto !important;display:block; }#FXAFQWsEwU7isVrIz7GJntSDAcvkUIV1 > .row .container { background-color: transparent; background-image: none; }#FXAFQWsEwU7isVrIz7GJntSDAcvkUIV1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FXAFQWsEwU7isVrIz7GJntSDAcvkUIV1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FXAFQWsEwU7isVrIz7GJntSDAcvkUIV1 > .row .container > .video-iframe-container { display: none; }#FXAFQWsEwU7isVrIz7GJntSDAcvkUIV1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FXAFQWsEwU7isVrIz7GJntSDAcvkUIV1 > .row > .video-iframe-container { display: none; }#FXAFQWsEwU7isVrIz7GJntSDAcvkUIV1 > .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); }#FXAFQWsEwU7isVrIz7GJntSDAcvkUIV1 > .row .container { width:20rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a8wwOb484XcmToRz5mzrZ5EdbQToGepz { width:17.875rem;height:1.54375rem;top:1.25rem;left:0.62499994039536rem;text-align:center;text-align-last:center;font-size:1.1875rem;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #Uze7ANRc0yZWXSnfTUtFfoF0eagi3qnx { width:9.125rem;height:2.7rem;top:3rem;left:8.9546876549719rem;text-align:center;text-align-last:center;font-size:1rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #E6Av8edUikzNKBKyZm19zT604N3apaTB { width:7.1875rem;height:1.8109375rem;top:3.375rem;left:1.5rem;font-size:0.625rem;background-color:#5d4e7d;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #MDEL6AvKruo01k7bpyGPEdk1y7xbxsDc { display:block; }
 }@media only screen and (max-width: 763px) { #r0Ji2zV6HmQanSCeirbONH14ZpTIHX6C { background-color:rgba(21,21,21,0.92);background-image:none;display:block; }#r0Ji2zV6HmQanSCeirbONH14ZpTIHX6C > .row .container { background-color: transparent; background-image: none; }#r0Ji2zV6HmQanSCeirbONH14ZpTIHX6C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0Ji2zV6HmQanSCeirbONH14ZpTIHX6C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0Ji2zV6HmQanSCeirbONH14ZpTIHX6C > .row .container > .video-iframe-container { display: none; }#r0Ji2zV6HmQanSCeirbONH14ZpTIHX6C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0Ji2zV6HmQanSCeirbONH14ZpTIHX6C > .row > .video-iframe-container { display: none; }#r0Ji2zV6HmQanSCeirbONH14ZpTIHX6C > .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); }#r0Ji2zV6HmQanSCeirbONH14ZpTIHX6C > .row .container { width:20rem;height:8.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DMy9lC3sbIWbiXvyQpoDZqoFRw9STD6I { width:18.75rem;height:1.7875rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bca8axPyOzeCnXZTicheS6gdtdXd4OdP { width:18.75rem;height:2.8rem;top:4.28466875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTCaNyQe4TsFiKQO6lcXFfRsHRypolQ6 { background-color:rgba(21,21,21,0.9);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PTCaNyQe4TsFiKQO6lcXFfRsHRypolQ6 > .row .container { background-color: transparent; background-image: none; }#PTCaNyQe4TsFiKQO6lcXFfRsHRypolQ6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTCaNyQe4TsFiKQO6lcXFfRsHRypolQ6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTCaNyQe4TsFiKQO6lcXFfRsHRypolQ6 > .row .container > .video-iframe-container { display: none; }#PTCaNyQe4TsFiKQO6lcXFfRsHRypolQ6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTCaNyQe4TsFiKQO6lcXFfRsHRypolQ6 > .row > .video-iframe-container { display: none; }#PTCaNyQe4TsFiKQO6lcXFfRsHRypolQ6 > .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); }#PTCaNyQe4TsFiKQO6lcXFfRsHRypolQ6 > .row .container { border-width: 0; border-radius: 0; }#PTCaNyQe4TsFiKQO6lcXFfRsHRypolQ6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PTCaNyQe4TsFiKQO6lcXFfRsHRypolQ6 > .row .container { width:20rem;height:59.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BWpPkLXQeOmuxPG4rQTplZT6Wr2uWT1U { width:14.25rem;height:8.5rem;top:38.125005722046rem;left:2.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzJ8y2m2G7l3M3v8abGHfNLlgwuNhNVT { width:14.9365rem;height:0;top:5.3125rem;left:2.6572265625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #OIT9KXpEHfoqnJerQxlc7DBarhKbxWNq { width:3.125rem;height:3.125rem;top:1.3125rem;left:8.4375005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHg1hAz4HvUMC99GQOhvyZEdrk07yKDs { width:8rem;height:1.3125rem;top:4.0500001907349rem;left:6.0000000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FDpdxt5Q7UTkIMmd4ZkNlsd2TzXsZ6xT { width:2.5rem;height:2.5rem;top:20.25rem;left:8.7500005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1gJG6PD8le4egDIcLO3XZ7IEzQdmbnw { width:8.8125rem;height:1.3125rem;top:22.750001907349rem;left:5.5937500596046rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #i0OZAJCT4xad1ubAyPxPNu9TT93iXwPZ { width:10.625rem;height:3.50625rem;top:5.625rem;left:4.6875000596046rem;font-size:0.6875rem;text-align:center;text-align-last:center;line-height:1.7;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #E7IyiAgTfsNRu8qrwVn7DGePMcLstbQJ { width:10.3125rem;height:3.375rem;top:24.3125rem;left:4.8437500596046rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bvoD2wgisd6A5PCBITcIeooGpJSdwbRU { width:2.4359375rem;height:2.4359375rem;top:38.5rem;left:8.7820315957069rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJuTysETc80Q41wKmPWtMIBpqqyGaDdG { width:10.75rem;height:1.3125rem;top:41.125rem;left:4.6250000596046rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3BDAtTxt1a042gTm2GpT2eKoOw8nl3T { width:8.25rem;height:3.375rem;top:42.5625rem;left:5.8750000596046rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #iCeaToidJblAzOmNcaysKDpoBp5QX7gK { width:2.93671875rem;height:2.93671875rem;top:29.5rem;left:8.5312505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSbVkJudK7aHDq5XDQKnLaH55sqyI8H4 { width:9.4375rem;height:1.3125rem;top:32.125rem;left:5.4062500596046rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kk0UUe9EsAXJV0HEmiQgb68iLRoDo07M { width:7.3125rem;height:3.375rem;top:33.4375rem;left:6.3437500596044rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9DPJTLPdnGu5ZVqkVMUzgn6LCsueTkz { width:2.37421875rem;height:2.37421875rem;top:48.120313644409rem;left:8.8125005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5UfXTXMnnhG6OsnuEJBveiibOvZX5qE { width:2.5rem;height:2.5rem;top:11.44140625rem;left:8.7500005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #sahez6TftqumGCbJ95Ort3DcWaPXR97a { width:10.125rem;height:1.3125rem;top:13.94140625rem;left:4.9375000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G1zXz8NQKPhBJqAoWVEg5aI33ymU8efT { width:13.0625rem;height:1.3125rem;top:50.49453163147rem;left:3.4687500596046rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmBcLdGoOkvPTW5I2UXkndMRybBbMmCn { width:8.875rem;height:3.375rem;top:51.80703163147rem;left:5.5625000596046rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #AnaKPBAH8DH0fzMshADiQEo2GcGH6MuR { width:8.875rem;height:3.375rem;top:15.253907203674rem;left:5.5625000596046rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zEMggIDT4cNh3bN195m8uPUifTlWqT8P { width:14.1875rem;height:8.375rem;top:19.975780487061rem;left:2.9062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzOWddZlobOyCiITAN7od57IZGNZQ5ce { width:14.25rem;height:8.5625rem;top:1.3125rem;left:2.8750000596046rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0bfad7, #5d4e7d);background-image: -moz-linear-gradient(180deg, #0bfad7, #5d4e7d);background-image: -ms-linear-gradient(180deg, #0bfad7, #5d4e7d);background-image: -o-linear-gradient(180deg, #0bfad7, #5d4e7d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bfad7', endColorstr='#5d4e7d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bfad7', endColorstr='#5d4e7d' );";background-image: linear-gradient(180deg, #0bfad7, #5d4e7d);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #FmD39uTF81xPKX9F6X2cCIRDL75lKfRn { width:14.125rem;height:8.75rem;top:47.437484741211rem;left:2.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydsTgcmJ3wCDEb2N6mmPP3TeZRpwGG6X { width:14.1875rem;height:8.1875rem;top:29.181250572204rem;left:2.9062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrSGpbf723PWTAIHMIHW74veTZnCXXrP { width:14.3125rem;height:8.375rem;top:10.75390625rem;left:2.8437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b { display:block; }#eoNhz4O4ytFXpWpp1vEnpVbkQUlqk88b > .row .container { width:20rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eGgGdmoabiWml529gg1t41kRi05WZGkT { width:19.74975rem;height:5.2002rem;top:4.28466875rem;left:0.125rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNKcllqTvXs94muVUhgRwDuhu6ragQKm { width:20rem;height:1.7875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #tUtl8Zm6T1sCySJVgCQG348aLkz9xlSn { display:block; }#tUtl8Zm6T1sCySJVgCQG348aLkz9xlSn > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eMOvVX1IH5MKw5V9AROw9SvEh3zWSEZu { width:5.9375rem;height:2.1125rem;top:10.310156822204rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;color:rgba(var(--color-secondary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #yfHAnKUkkNvfvIJveXXsJXo86Rr6w7Jc { width:4.4375rem;height:2.8125rem;top:7.49843788147rem;left:0.40546876192093rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gimOd1To8KxsoRz4RP3G0TPwlTucJ4NS { width:5.2484375rem;height:5.2484375rem;top:1.3749933242798rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PA7DSPgvSyOJHNF6RRn18vmT4rreBghL { width:6.375rem;height:2.1rem;top:10.316407203674rem;left:6.8125000596044rem;font-size:0.75rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #xD4ONyEASL0FIa1B1foE78SNB0Giw7cw { width:4.1875rem;height:1.875rem;top:7.9671888351437rem;left:7.9062505364419rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FcZObGhPr1f6bqHlGNMoIo58TP90zTTS { width:5.3125rem;height:2.1rem;top:10.315626144409rem;left:14.687500536442rem;font-size:0.75rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #rrRT1UPTUlaXEIiICio57QZhNTKxTs4Z { width:5.5rem;height:1.875rem;top:7.9671816825869rem;left:14.375000536442rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JD9nCNQ5rfiOH3WR8eCZqVLaeXJur5NE { width:5.375rem;height:5.25rem;top:1.3734378814698rem;left:14.625000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6RR7nVuvkdnhTrTOpBwLicQBARPO6Iy { width:5.43671875rem;height:5.43671875rem;top:1.2796878814698rem;left:7.2812505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU { background-color:#151515;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU *:focus-visible, #BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU input[type="text"]:focus-visible, #BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU input[type="email"]:focus-visible, #BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU input[type="tel"]:focus-visible, #BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU textarea:focus-visible { outline:0.125rem solid rgba(21,21,21,1);; } #BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU > .row .container { background-color: transparent; background-image: none; }#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU > .row .container > .video-iframe-container { display: none; }#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU > .row > .video-iframe-container { display: none; }#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU > .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); }#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU > .row .container { border-width: 0; border-radius: 0; }#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BctEZbDl8Qn80HZIcB0V9RIPAJaSKkWU > .row .container { width:20rem;height:23.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fW1ieBHTf5NHo1GtVO1eBMk7LaeRQsUA { width:5.875rem;height:10.4125rem;top:3.7289066314698rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.7;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #mT1AkOzaqRVRMFRHJItbac7lkamZSlTF { width:1.68671875rem;height:1.68671875rem;top:1.0726566314698rem;left:2.0937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAoUdM776rg5PMJlNK4pe3I2wcQ6JPcT { width:16.499rem;height:0;top:14.537375rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZnvsMqA3Jc3Cu5Vu79rV4bPGRVgT0ma { width:1.68671875rem;height:1.68671875rem;top:1.0726566314698rem;left:9.1562505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUNf4Infv9iyfh3BaqCGggGvFruQLoGK { width:5.75rem;height:11.9rem;top:3.7289066314698rem;left:14.250000536442rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.7;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SGwNF3RFPtFzfuzovIhiC25DtsZ3dNRQ { width:1.62421875rem;height:1.62421875rem;top:1.1039066314698rem;left:16.674218714238rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtx7xnh2llrBcmaOhSQnfmFMLyzKp4Jk { width:0.9375rem;height:0.9375rem;top:1.4476566314698rem;left:2.4687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpCcrixGZ6SuqqvEwWZNGbw5XRzfRM89 { width:0.9375rem;height:0.9375rem;top:1.4460945129394rem;left:9.5312505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6PCVbN0Vm274wwUOa9e0viqqQIlm6x9 { width:0.9375rem;height:0.9375rem;top:1.4460945129394rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxDV8tXrzQRcRauRTPD3ryZTZF6srTpo { width:6.0625rem;height:14.875rem;top:3.7289066314698rem;left:6.9687500596044rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.7;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw { display:block; }#JnTls3Of4P1TxGDn2xiB0bZzbgWDHdLw > .row .container { width:20rem;height:38.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rdm9EggWQJiNBGqOlT9UKV7PliVwH2rw { width:19.43725rem;height:3.75rem;top:1.25rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxhtg3fTokrnazcDF2P1x59unzqrIMSD { width:17.312rem;height:2.25rem;top:6.25rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#151515;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #AhdFFh2O9kxDM29plbleLEnA0lu0Dqzx { width:7.3125rem;height:2.8125rem;top:11.375rem;left:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-form-header { font-size:1.125rem; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-regular-label { width:15.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block;font-size:1.125rem;overflow:hidden;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-text { width:15.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;height:2.5rem; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-text {padding-top: 0; padding-bottom: 0;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-textarea { width:15.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-select { width:15.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-select {padding-top: 0; padding-bottom: 0;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-input-button { width:9.3125rem;margin-top:0.25rem;margin-right:3rem;margin-bottom:0.25rem;margin-left:3rem;font-size:0.875rem;overflow:hidden;height:3rem; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK [class*="-text"]:-moz-placeholder { font-size:0.75rem;color:rgba(var(--color-secondary-1),1); }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK [class*="-text"]::-moz-placeholder { font-size:0.75rem;color:rgba(var(--color-secondary-1),1); }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK [class*="-text"]:-ms-input-placeholder { font-size:0.75rem;color:rgba(var(--color-secondary-1),1); }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem;color:rgba(var(--color-secondary-1),1); }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-checkbox-label { width:14.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;float:none;color:rgba(var(--color-secondary-4),1);font-size:0.875rem;overflow:hidden;height:auto; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-radio-label { float:none; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;font-size:0; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-container:first-of-type{padding-top:0;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .widget-container:last-of-type{padding-bottom:0;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK  { width:15.3125rem;height:auto;top:10.186721801757rem;left:1.0617187619209rem;font-size:1.125rem; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK .radio-container { width:15.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK {display:block;}#QXrRIZFUxpnb0WBcKOBmASd98vIEArXK { width:15.3125rem;height:auto;top:10.186721801757rem;left:1.0617187619209rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #LcsnSUFTD5F7saEhVr3OrXigaqKTDmsT {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #tFpbyXA3NJMnhuyllFo4FcvH6mAuVEqa { display:block; }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #vuVGzfP7dzDBPhEbKgOUFeBbxuE0sfP5 {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #mdTGUUnZlQKKgvzM3R4Vm4NQXoPCrQMo {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #QklVCFtII8KSzNaung3Hmc6P7xfVe8al { display:block; }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #Lx8sRMxVWQKc7uITddlbTT3NQlxVrQDK {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #tONKGEpC92SrSM3vbRlTkrmvoEqEGLBT {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #u0TPfolqfUAhTRfmB8SP5TsZmpO0SkN3 { display:block; }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #bD7AIdQXikeC8KecemL9cebp2kFXgeZf {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #vSoIcbRxdt0ZqhnmkmZ8rHah8SRNbuyq {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #kNyGeeVBklkd94NqdJc9fLvKuUwLp7y9 {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #NaBvtdc0Qq9wDUksg3oZBVnTp1tiOzzK {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #E3OWzlsQxMl29lvf1pPwo8Q9D5cK3Hsa {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #pQJamT3OJBJkVlrITgpN9nq4lvky9ZQ1 {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #EWLWTlHBNh43inaL6TmBTss0FihOLck5 {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #T5haxy07eBKlILnErDSDGroNfCB27a66 {  }
 }@media only screen and (max-width: 763px) { #QXrRIZFUxpnb0WBcKOBmASd98vIEArXK #T1n22tU1wRAW6PZsFXKLhWF5Vvr2ZVDC {  }
 }@media only screen and (max-width: 763px) { #Ab9ayoITaOHK10LkqB9HA7kcJIQbLrAx { background-color:#151515;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ab9ayoITaOHK10LkqB9HA7kcJIQbLrAx > .row .container { background-color: transparent; background-image: none; }#Ab9ayoITaOHK10LkqB9HA7kcJIQbLrAx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ab9ayoITaOHK10LkqB9HA7kcJIQbLrAx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ab9ayoITaOHK10LkqB9HA7kcJIQbLrAx > .row .container > .video-iframe-container { display: none; }#Ab9ayoITaOHK10LkqB9HA7kcJIQbLrAx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ab9ayoITaOHK10LkqB9HA7kcJIQbLrAx > .row > .video-iframe-container { display: none; }#Ab9ayoITaOHK10LkqB9HA7kcJIQbLrAx > .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); }#Ab9ayoITaOHK10LkqB9HA7kcJIQbLrAx > .row .container { border-width: 0; border-radius: 0; }#Ab9ayoITaOHK10LkqB9HA7kcJIQbLrAx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ab9ayoITaOHK10LkqB9HA7kcJIQbLrAx > .row .container { width:20rem;height:40.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zhnTOIxvGD5VfqlrkJxTyVvqX4sHWtEH { left:1.0320312380791rem;background-color:transparent;background-image:none;top:35.676574707031rem;width:17.9359375rem;height:1.2375rem;font-size:0.6875rem;text-align:center;text-align-last:center;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #ktiSmJiaCQECaiwNXbEcTlTwGvQFPShS { left:6.875rem;background-color:#ccd4db;background-image:none;top:8.5625rem;width:6.25rem;height:0.062255875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJuLbpmEQlGSRBuqhdRbdkA4VPfFKMaT { left:4.875rem;background-color:transparent;background-image:none;top:7.24243125rem;width:10.18675rem;height:0.9rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AustiQTpoIg1NHsEawOsLldRBkkb9mcd { width:1.62475625rem;height:1.62475625rem;top:4.367675rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRx2QQqzUaJrQwLWXLCs6t6hSl7XeKTF { display:flex;width:1.68671875rem;height:1.68671875rem;top:9.5421819686887rem;left:9.1562505364419rem; }
#PRx2QQqzUaJrQwLWXLCs6t6hSl7XeKTF > img { max-width: 100%;max-height:100%; width:1.68671875rem; height:1.68671875rem; } }@media only screen and (max-width: 763px) { #KE8V9kML6yfgJW81W2eJ1Oh6nzbKFUik { display:flex;width:1.62421875rem;height:1.62421875rem;top:14.315624475479rem;left:9.1875005364419rem; }
 }@media only screen and (max-width: 763px) { #htxdudJlU8zdJTNk8O2vsUWUucJ73l2K { left:4.8437500596046rem;background-color:transparent;background-image:none;top:11.791405916214rem;width:10.3125rem;height:0.825rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dlQ85lU0h16HOeBTqZ1dqfl31alIqLBU { display:flex;width:1.625rem;height:1.625rem;top:24.466406106949rem;left:9.1875005364419rem; }
#dlQ85lU0h16HOeBTqZ1dqfl31alIqLBU > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #fWU5Jgdnw8IJcJCmVrEbGE3zzEcxOlan { left:5.7812500596046rem;background-color:transparent;background-image:none;top:27.437500238419rem;width:8.4375rem;height:0.9rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fWtn6nTQVivsJMyK0astR06bXNCHZhxu { width:20rem;height:1.86889375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:rgba(var(--color-tertiary-0),1);z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #Abn4B1e1WGw0S1m52uKtN90F5KkOf2XI { left:5.0312500596046rem;background-color:transparent;background-image:none;top:16.690624475479rem;width:9.9375rem;height:0.9rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PfU2fJn0eT5OE1DudhVk5Qtuy3PfeR3A { left:6.8750000596044rem;background-color:#ccd4db;background-image:none;top:13.166406869888rem;width:6.25rem;height:0.06171875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #G3d2Eb9M6trcEZ0pMBziqx5zM4GDyfBZ { left:6.8750000596044rem;background-color:#ccd4db;background-image:none;top:18.187500238419rem;width:6.25rem;height:0.06171875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #KmPBVlgL8fTnkKU5vMTZgmgsQFVN1iXs { display:flex;top:19.062500238419rem;left:9.0625005364419rem;width:1.875rem;height:1.875rem;z-index:15048; }
 }@media only screen and (max-width: 763px) { #du8CV4bWJA0QeIQBlWMBhpucUVx1JPVQ { left:5.0312500596046rem;background-color:transparent;background-image:none;top:21.628124475479rem;width:9.9375rem;height:0.9rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #HkB4Q4BN7unNHfBsHFAo0CywVlFTVeWs { left:6.8750000596044rem;background-color:#ccd4db;background-image:none;top:23.625000238419rem;width:6.25rem;height:0.06171875rem;z-index:15009;display:block; }
 }