.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#3a3939;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mX1o19dvU3SarPmDybkioWpQKguaSfrf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/032aa4e6-e90c-44f1-8041-5acba65c05c6/Banner.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#mX1o19dvU3SarPmDybkioWpQKguaSfrf.adaptive-delivery-prevent-bg, #mX1o19dvU3SarPmDybkioWpQKguaSfrf.lazyload, #mX1o19dvU3SarPmDybkioWpQKguaSfrf.lazyloading { background-image: none; }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row .container { background-color: transparent; background-image: none; }#mX1o19dvU3SarPmDybkioWpQKguaSfrf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row .container > .video-iframe-container { display: none; }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row > .video-iframe-container { display: none; }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .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); }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row .container { border-width: 0; border-radius: 0; }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row .container { font-size:0.875rem;font-family:arial;height:40.125rem;width:75rem;position:relative;display:block; }#vcsdvqu18pH0a6cbfzRlUNBtiG2qXI8b { color:#3a3939;display:block;width:27.875rem;position:absolute;font-family:"work sans";font-size:1.5625rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:21.49951171875rem;left:3rem;height:3.75rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#l3QXox2LOgC2yFgbQdTuM9dhSVQ96M1q { background-color:#8547f0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:"work sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:31.375rem;left:3rem;display:block; }
#HN4o2kXm7qHfa9TzgTlR6itcxOcF8T6z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zmlMHTIUAuLuJLZUo3R0Z46lHeD0t1Lg { color:#000000;display:block;width:20.9375rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:26rem;left:3rem;height:3.25rem;font-style:normal;display:block; }
#bnoU7hOKXU2Iw38AafuryvnMs1JOg9Gv { position:absolute;display:block;z-index:15002;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.6875rem;width:7.1875rem;top:2.5625rem;left:3rem;overflow:hidden;display:block; }
#kT1P4UlAZT17T7cqlChsnpVxKTyE5Xtz { 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:18.25rem;width:34.1875rem;top:4.6875rem;left:1.3125rem;overflow:hidden;display:block; }
#cmVp0gMfbKgu3naS8rKnTM3QQPhd7EKm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cmVp0gMfbKgu3naS8rKnTM3QQPhd7EKm > .row .container { background-color: transparent; background-image: none; }#cmVp0gMfbKgu3naS8rKnTM3QQPhd7EKm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cmVp0gMfbKgu3naS8rKnTM3QQPhd7EKm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cmVp0gMfbKgu3naS8rKnTM3QQPhd7EKm > .row .container > .video-iframe-container { display: none; }#cmVp0gMfbKgu3naS8rKnTM3QQPhd7EKm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cmVp0gMfbKgu3naS8rKnTM3QQPhd7EKm > .row > .video-iframe-container { display: none; }#cmVp0gMfbKgu3naS8rKnTM3QQPhd7EKm > .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); }#cmVp0gMfbKgu3naS8rKnTM3QQPhd7EKm > .row .container { border-width: 0; border-radius: 0; }#cmVp0gMfbKgu3naS8rKnTM3QQPhd7EKm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cmVp0gMfbKgu3naS8rKnTM3QQPhd7EKm > .row .container { font-size:0.875rem;font-family:arial;height:44.4375rem;width:75rem;position:relative;display:block; }#K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw .widget-form-header {  }
#K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw .widget-regular-label { height:auto;display:block;font-family:"work sans";font-size:0.875rem;font-weight:bold;color:#000000;width:21.5625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw .widget-input-text { 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.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:21.5625rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"work sans";vertical-align:top; }
#K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw .widget-textarea { 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.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:21.5625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"work sans";vertical-align:top; }
#K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw .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:21.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"work sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw .widget-input-button { 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:#8547f0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:21.5625rem;height:3.4375rem;font-family:"work sans";overflow:hidden; }
#K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"work sans";font-size:0.875rem; }
#K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"work sans";font-size:0.875rem; }
#K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"work sans";font-size:0.875rem; }
#K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"work sans";font-size:0.875rem; }
#K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw .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:"work sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:20.375rem;overflow:hidden;font-style:normal;float:none; }
#K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw .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; }
#K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw .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:"work sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw .widget-container:first-of-type{padding-top:0;}#K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw .widget-container:last-of-type{padding-bottom:0;}#K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.416018486023rem;left:44.21875rem; }
#K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.5625rem;display:block;vertical-align:top; }
#K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw .widget-info-text { display:block;height:auto;font-family:"work sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw {display:block;}#K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.416018486023rem;left:44.21875rem; }
#K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw #ou1f9klnXNkwxVJnTaWpeweUnemFlVhL { position:relative; }
#K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw #Z8uOrUmA3NeRqzd9RbpE5aGqZUwiWZAS { position:relative;display:none; }
#K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw #WX3anpUBVPiZixua7sesL8gGZg7AK1V3 { position:relative; }
#K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw #IHDQtMAMdBTZzk2oDIUExxhNiHtQbE5a { position:relative; }
#K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw #GxVOHoospOXCnV8w1KkOpxgvrsOUybHb { position:relative;display:none; }
#K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw #SWidC46TE3Pn36AQ17RgTBmCIWme9gou { position:relative; }
#K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw #X5gi4b7zEAqgWBxoMTrETCM809iewVTg { position:relative; }
#K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw #eQlyT8p56eaTV3Mx5oQiHm8ozt6WVcfk { position:relative;display:none; }
#K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw #yA8cZ5ePK4Fa9LFZ37GSaA5tZwL6TCHo { position:relative; }
#K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw #UII6aF5pi7v2xKhrETngB7afEzXsKz84 { position:relative; }
#K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw #fHfrbCupnIOPe6vnwt46nJDpIh6wy80t { position:relative;display:none; }
#K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw #rSWAT2MkQ4MPBZ0XKWC9DXHI2VhkrR4A { position:relative; }
#K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw #f5l7bUMpTdpz1Tsw7rWK1JtxGEXLC6QS { position:relative; }
#K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw #DcRZaCKcqXI0gdI6DrqSVObzDAWZzO6R { position:relative;display:none; }
#K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw #FhHlZD0Q8fCQZpWOBirWivlHaWl5sm5V { position:relative; }
#K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw #RqZKQ60GNLfOKon3tCKnzM7iHuLyS6Er { position:relative; }
#K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw #BTAh0175RBcVNasJOPuDEImBaAGlnPNE { position:relative; }
#nD6pbfPzDclcsFk07U0ziD83eEgV6Owz { color:#000000;display:block;width:33.75rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:12.853518486023rem;left:2.3125rem;height:5.52345rem;text-align:left;text-align-last:left;display:block; }
#VkepnfUHTlcOKa6ffwRl7rsRT0RT3w5d { color:#7677f4;display:block;width:29.875rem;position:absolute;font-family:"work sans";font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:2.8125009536743rem;left:2.3125rem;height:1.30615rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#avIgyRzCalUwpt2BOwKhG65M1ve5TNPq { color:#3a3939;display:block;width:33.061875rem;position:absolute;font-family:"work sans";font-size:2rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:5.4980497360229rem;left:2.21875rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W6ZZwQNDoe5XO1AFnTTLTemlx5r1wKNN { color:#000000;display:block;width:28rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.7532567977906rem;left:41.28125rem;height:4.142575rem;text-align:center;text-align-last:center;display:block; }
#z89fuWqpGN7Suzc1RQXWOi5BcBTKR5rV { box-sizing:content-box;height:7.5625rem;width:26.9375rem;position:absolute;display:block;z-index:14999;background-color:#ececff;background-image:none;top:33.9375rem;left:5.75rem;border-top:0.125rem solid #8547f0;border-left:0.125rem solid #8547f0;border-right:0.125rem solid #8547f0;border-bottom:0.125rem solid #8547f0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#LxOQXZdBHZTay3Qti1OeOk0MDUSb7isQ { color:#000000;display:block;width:19.75rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:35.4375rem;left:12.0625rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xyphETBH1X2fe4SKICipMmbfUC1IS3D4 { position:absolute;display:block;z-index:15010;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:5.125rem;width:4rem;top:35.3125rem;left:6.875rem;overflow:hidden;display:block; }
#KpZwwM2L3PWBFKFOzwT96fowMaI8Td4v { color:#3a3939;display:block;width:28.0625rem;position:absolute;font-family:"work sans";font-size:2.6875rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:2.8125009536743rem;left:41.25rem;height:5.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MZd9Kc268usbeXgR6DvLpgC51zp69szH { box-sizing:content-box;height:6.8125rem;width:6.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#ebe1ff;background-image:none;top:22.125rem;left:1.6875rem;display:block; }
#OvJHplCZXgovw60TLll4zAiC4H2uSmAD { position:absolute;display:block;z-index:15012;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:6.25rem;width:6.25rem;top:22.375rem;left:2rem;overflow:hidden;display:block; }
#n336bJrEPTZErqZskN68dqhFbiTJNf48 { color:#000000;display:block;width:20.1875rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:20.67578125rem;left:9.25rem;height:8.2851625rem;text-align:left;text-align-last:left;display:block; }
#cfmRi0pDhfm64Q5St9VlOGBvIFp4gsrJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3c285f;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; }#cfmRi0pDhfm64Q5St9VlOGBvIFp4gsrJ > .row .container { background-color: transparent; background-image: none; }#cfmRi0pDhfm64Q5St9VlOGBvIFp4gsrJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfmRi0pDhfm64Q5St9VlOGBvIFp4gsrJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfmRi0pDhfm64Q5St9VlOGBvIFp4gsrJ > .row .container > .video-iframe-container { display: none; }#cfmRi0pDhfm64Q5St9VlOGBvIFp4gsrJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfmRi0pDhfm64Q5St9VlOGBvIFp4gsrJ > .row > .video-iframe-container { display: none; }#cfmRi0pDhfm64Q5St9VlOGBvIFp4gsrJ > .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); }#cfmRi0pDhfm64Q5St9VlOGBvIFp4gsrJ > .row .container { border-width: 0; border-radius: 0; }#cfmRi0pDhfm64Q5St9VlOGBvIFp4gsrJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cfmRi0pDhfm64Q5St9VlOGBvIFp4gsrJ > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:block; }#CwgCrT0fBEBBnsTy3aU790TmJQT9S9Wc { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"work sans";font-size:3.375rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:1.5rem;left:0rem;height:3.7124rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TLre0nTvLFU46SQtzln2IEg91T5SW4Tr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3c285f;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; }#TLre0nTvLFU46SQtzln2IEg91T5SW4Tr > .row .container { background-color: transparent; background-image: none; }#TLre0nTvLFU46SQtzln2IEg91T5SW4Tr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLre0nTvLFU46SQtzln2IEg91T5SW4Tr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLre0nTvLFU46SQtzln2IEg91T5SW4Tr > .row .container > .video-iframe-container { display: none; }#TLre0nTvLFU46SQtzln2IEg91T5SW4Tr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLre0nTvLFU46SQtzln2IEg91T5SW4Tr > .row > .video-iframe-container { display: none; }#TLre0nTvLFU46SQtzln2IEg91T5SW4Tr > .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); }#TLre0nTvLFU46SQtzln2IEg91T5SW4Tr > .row .container { border-width: 0; border-radius: 0; }#TLre0nTvLFU46SQtzln2IEg91T5SW4Tr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TLre0nTvLFU46SQtzln2IEg91T5SW4Tr > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:75rem;position:relative;display:block; }#nmVvdJupTt1KQV9VQB78XpPXVLV5x7lI { box-sizing:content-box;height:21.125rem;width:16.75rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:3.125rem;left:1rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#g2ITOhpKT9WBVdQs678X8rUie6CKe4xU { color:#000000;display:block;width:13.625rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:12.5rem;left:2.5625rem;height:6.9043125rem;display:block; }
#OzHzKNkyAJItQ5DEMJTH5s0EsCU7l9PN { color:#3a3939;display:block;width:7.625rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.22;letter-spacing:0;top:8.75rem;left:2.5625rem;height:3.04980625rem;display:block; }
#CefM1cU9OZGDpPyDo097Jchr5xd0I9bk { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:2.875rem;top:5.1875rem;left:2.2020348837209rem;overflow:hidden;display:block; }
#fKUDeEETvmBL24GmUq1aF52dN4XSVhDA { box-sizing:content-box;height:21.125rem;width:16.75rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:3.125rem;left:19.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#owhmPC67IvUFah96n7itfpkRHKSJXLqK { color:#000000;display:block;width:13.625rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:12.5rem;left:21.3125rem;height:6.9043125rem;display:block; }
#pdDeFFl8VDMSQLool6tcJlm9zk6lkPCX { color:#3a3939;display:block;width:13.625rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.22;letter-spacing:0;top:8.75rem;left:21.3125rem;height:3.04980625rem;display:block; }
#EFKVlK7z2AgdJapqPT1FOM44ieFfEheS { position:absolute;display:block;z-index:15010;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.9375rem;width:3.1875rem;top:5.1875rem;left:21.4046875rem;overflow:hidden;display:block; }
#e0xGtpOD8nBZJwrKrgmHqwWKHvrrB9ko { box-sizing:content-box;height:21.125rem;width:16.75rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:3.125rem;left:38.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#sMzyahfsqVIZ2haB5WqLvV6BlR8yhmNV { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:10.75rem;left:40.03125rem;height:9.666rem;display:block; }
#nTN9KcGPJIbD7CH6E0ut1OnTJJqLnLn9 { color:#3a3939;display:block;width:13.625rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.22;letter-spacing:0;top:8.75rem;left:40.0625rem;height:1.5249rem;display:block; }
#EHDlfWqapaGwaysBOHqyVHBdWgRTfLco { position:absolute;display:block;z-index:15014;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:3.6875rem;width:3.6875rem;top:4.1875rem;left:39.4375rem;overflow:hidden;display:block; }
#UnT9Pm8i5l7Ce4KOnPF9RCq0HguqsP0g { box-sizing:content-box;height:21.125rem;width:16.75rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;top:3.125rem;left:57.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#ipUa5i9IWL8noGAvn2GXMImcbNsDWKhc { color:#000000;display:block;width:13.625rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:12.5rem;left:58.8125rem;height:6.9043125rem;display:block; }
#scAlFSezeRkTiiC6HyBQnXSwRqzFPyla { color:#3a3939;display:block;width:7.75rem;position:absolute;font-family:"work sans";font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.22;letter-spacing:0;top:8.75rem;left:58.8125rem;height:1.5249rem;display:block; }
#MndGW3PomK90aWrwz612iClBkrhctKei { position:absolute;display:block;z-index:15018;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:3.8125rem;width:3.8125rem;top:4.375rem;left:58.4375rem;overflow:hidden;display:block; }
#MgCaJgnikMVJ1UZqcCXWTqznFCredLsE { background-color:#ebe1ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#001342;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:27.875rem;left:29.6875rem;display:block; }
#eFHxnVOZMEM7Jy77zfdEyhp0ktezQGMd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebe1ff;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; }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row .container { background-color: transparent; background-image: none; }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row .container > .video-iframe-container { display: none; }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row > .video-iframe-container { display: none; }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .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); }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row .container { border-width: 0; border-radius: 0; }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row .container { font-size:0.875rem;font-family:arial;height:7.3125rem;width:75rem;position:relative;display:block; }#U6T37S350HhtVJxGtbRNosWo6wDR5Xwn { color:#3a3939;display:block;width:69.6875rem;position:absolute;font-family:"work sans";font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:4.125rem;left:1.875rem;height:2.40625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T7hEF6q36d4vpKs5lNQIUkvMJDaIZRrc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebe1ff;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; }#T7hEF6q36d4vpKs5lNQIUkvMJDaIZRrc > .row .container { background-color: transparent; background-image: none; }#T7hEF6q36d4vpKs5lNQIUkvMJDaIZRrc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7hEF6q36d4vpKs5lNQIUkvMJDaIZRrc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7hEF6q36d4vpKs5lNQIUkvMJDaIZRrc > .row .container > .video-iframe-container { display: none; }#T7hEF6q36d4vpKs5lNQIUkvMJDaIZRrc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7hEF6q36d4vpKs5lNQIUkvMJDaIZRrc > .row > .video-iframe-container { display: none; }#T7hEF6q36d4vpKs5lNQIUkvMJDaIZRrc > .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); }#T7hEF6q36d4vpKs5lNQIUkvMJDaIZRrc > .row .container { border-width: 0; border-radius: 0; }#T7hEF6q36d4vpKs5lNQIUkvMJDaIZRrc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T7hEF6q36d4vpKs5lNQIUkvMJDaIZRrc > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:75rem;position:relative;display:block; }#I23Ga4yBduzHEntoFEOrfkPZ3N3QUc6k { color:#000000;display:block;width:35.5625rem;position:absolute;font-family:"work sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.7177734375rem;left:0.96875rem;height:19.49706875rem;text-align:left;text-align-last:left;display:block; }
#TJbaAUoNmbEiiH7ExEkNUP9M3OgGhk8h { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.3125rem;width:36.375rem;top:3.1865234375rem;left:38.0625rem;display:block; }
#Vuvr0obbmky9sizF2QbJmuhx7JKf0Ke5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f5ef;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; }#Vuvr0obbmky9sizF2QbJmuhx7JKf0Ke5 > .row .container { background-color: transparent; background-image: none; }#Vuvr0obbmky9sizF2QbJmuhx7JKf0Ke5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vuvr0obbmky9sizF2QbJmuhx7JKf0Ke5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vuvr0obbmky9sizF2QbJmuhx7JKf0Ke5 > .row .container > .video-iframe-container { display: none; }#Vuvr0obbmky9sizF2QbJmuhx7JKf0Ke5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vuvr0obbmky9sizF2QbJmuhx7JKf0Ke5 > .row > .video-iframe-container { display: none; }#Vuvr0obbmky9sizF2QbJmuhx7JKf0Ke5 > .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); }#Vuvr0obbmky9sizF2QbJmuhx7JKf0Ke5 > .row .container { border-width: 0; border-radius: 0; }#Vuvr0obbmky9sizF2QbJmuhx7JKf0Ke5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vuvr0obbmky9sizF2QbJmuhx7JKf0Ke5 > .row .container { font-size:0.875rem;font-family:arial;height:48.0625rem;width:75rem;position:relative;display:block; }#GvNmZIyvJeT6dKBFo1zVCT0k4X1HDIyt { color:#3a3939;display:block;width:69.6875rem;position:absolute;font-family:"work sans";font-size:2.8125rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:5.0625rem;left:2.125rem;height:3.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KHPEsFxHugo6AunHezPgItJWaP5FIG60 { color:#7677f4;display:block;width:29.875rem;position:absolute;font-family:"work sans";font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:8.625rem;left:2.125rem;height:1.30615rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yf9iEUHSQSz52zkg4qCGIxwfAyz6h6Fy { color:#000000;display:block;width:42.375rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:11.625rem;left:2.125rem;height:24.85544375rem;text-align:left;text-align-last:left;display:block; }
#BUHwTVGgToMJHv2hH7cRD0Of2kpLPUeD { box-sizing:content-box;height:21.8125rem;width:23.625rem;position:absolute;display:block;z-index:15000;background-color:#ececff;background-image:none;top:13.8125rem;left:48rem;border-top:0.125rem solid #8547f0;border-left:0.125rem solid #8547f0;border-right:0.125rem solid #8547f0;border-bottom:0.125rem solid #8547f0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#NXcW79VxTXzn4xpJ4dJh7nAwC5opkrLW { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:18.9375rem;left:53.5625rem;height:4.1425875rem;text-align:left;text-align-last:left;display:block; }
#xC9kQn691g4yT7cKlo8U8T80HM8aqNuk { color:#452a7f;display:block;width:15.25rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:17.3125rem;left:53.5625rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tJ3UaClxxSUqJu3RV5fSv4bFT5AA4kd6 { color:#000000;display:block;width:15.25rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:25.9375rem;left:53.5625rem;height:2.76171875rem;text-align:left;text-align-last:left;display:block; }
#XSUTOUoulTorftC9JdcSeLHgv4kLphab { color:#452a7f;display:block;width:15.25rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:24.375rem;left:53.5625rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fRTqMAyRdNc9k7Ff7TQ0TFE80oBJZ8dK { color:#452a7f;display:block;width:15.25rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:29.3125rem;left:53.5625rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zkb4d9s8K9tuZ6UfQD8JzO2pfJVtcPg0 { color:#000000;display:block;width:15.25rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:30.9375rem;left:53.5625rem;height:1.3808625rem;text-align:left;text-align-last:left;display:block; }
#cmqhZMichagWVzyAanmtOH8RN2JbVaTX { position:absolute;display:block;z-index:15007;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:3.875rem;width:2.6875rem;top:19.0625rem;left:50.125rem;overflow:hidden;display:block; }
#fRPqXKa1GIBE1olBkCKxH31OdH7BeaMz { position:absolute;display:block;z-index:15008;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:3.25rem;width:2.3125rem;top:24.5625rem;left:50.3125rem;overflow:hidden;display:block; }
#cZ7FeyV22AVZvuOp1tT15LEugVEyyZvV { position:absolute;display:block;z-index:15009;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.3125rem;width:2.3125rem;top:29.3125rem;left:50.3125rem;overflow:hidden;display:block; }
#Ku4d4AIL2ErWgvG8xv4c9FBkWTyKSlAk { background-color:#ebe1ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#001342;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.8125rem;height:3.625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:41.812502563rem;left:26.09375rem;display:block; }
#Qsf9yIQwV0TE4Jp8aXJ5hmz07Zg7imsT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#La5707g89wX6bB7Inx3wy6qLJXC7ClTk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#La5707g89wX6bB7Inx3wy6qLJXC7ClTk > .row .container { background-color: transparent; background-image: none; }#La5707g89wX6bB7Inx3wy6qLJXC7ClTk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#La5707g89wX6bB7Inx3wy6qLJXC7ClTk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#La5707g89wX6bB7Inx3wy6qLJXC7ClTk > .row .container > .video-iframe-container { display: none; }#La5707g89wX6bB7Inx3wy6qLJXC7ClTk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#La5707g89wX6bB7Inx3wy6qLJXC7ClTk > .row > .video-iframe-container { display: none; }#La5707g89wX6bB7Inx3wy6qLJXC7ClTk > .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); }#La5707g89wX6bB7Inx3wy6qLJXC7ClTk > .row .container { border-width: 0; border-radius: 0; }#La5707g89wX6bB7Inx3wy6qLJXC7ClTk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#La5707g89wX6bB7Inx3wy6qLJXC7ClTk > .row .container { font-size:0.875rem;font-family:arial;height:77.9375rem;width:75rem;position:relative;display:block; }#frAzPU4TLm60mtx3r6L2eQoMMwbK4Syo { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:17.8125rem;width:35.625rem;top:4.4375rem;left:0.9375rem;overflow:hidden;display:block; }
#f1LbL4iOw5yTPspL3V92qT46Q7kdeU0m { color:#3a3939;display:block;width:29.9375rem;position:absolute;font-family:"work sans";font-size:1.4375rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:24rem;left:3.8125rem;height:1.72485625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#iJ4GfhIdp429P1qZ6VrzXtm7hl11Gmd1 { color:#3a3939;display:block;width:33rem;position:absolute;font-family:"work sans";font-size:1.4375rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:24rem;left:39.75rem;height:3.449225rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#t1xOXMuoy8IA0eRG051WWW7L1wUyUtS9 { color:#7677f4;display:block;width:5.6875rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:26.0625rem;left:14.875rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MCI9uv1Z4K4b2VAF02QqLQdmtmRFvKke { color:#000000;display:block;width:7.625rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:26.0625rem;left:18.3125rem;height:1.3808625rem;text-align:left;text-align-last:left;display:block; }
#KxIZq3LEIuEsHHcflet6LqyrxffS7Iby { color:#7677f4;display:block;width:5.6875rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:28.6875rem;left:53.40625rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ES7T23DtgH7FbN2Ao4cD9W8WTWUa2Uey { color:#000000;display:block;width:6.8125rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:28.6875rem;left:56.875rem;height:1.3808625rem;text-align:left;text-align-last:left;display:block; }
#M1r9OgzAvTVXlP2whRG3T138rg9qALkx .accordion-element-container { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;flex-direction:column;align-items:center;background-color:rgba(0,0,0,0);background-image:none;vertical-align:top;border-top:0.0625rem solid rgba(58,57,57,0.48);border-left:0.0625rem solid rgba(58,57,57,0.48);border-right:0.0625rem solid rgba(58,57,57,0.48);border-bottom:0.0625rem solid rgba(58,57,57,0.48); }
#M1r9OgzAvTVXlP2whRG3T138rg9qALkx .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#M1r9OgzAvTVXlP2whRG3T138rg9qALkx .accordion-heading-text { display:block;position:relative;width:100%;font-family:"work sans";font-weight:700;font-size:1.25rem;font-style:normal;color:#7677f4; }
#M1r9OgzAvTVXlP2whRG3T138rg9qALkx .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:"work sans";font-weight:400;font-style:normal;color:#2f2f2f;height:auto;line-height:1.3;overflow:hidden; }
#M1r9OgzAvTVXlP2whRG3T138rg9qALkx .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#M1r9OgzAvTVXlP2whRG3T138rg9qALkx .accordion-trigger.adaptive-delivery-prevent-bg, #M1r9OgzAvTVXlP2whRG3T138rg9qALkx .accordion-trigger.lazyload, #M1r9OgzAvTVXlP2whRG3T138rg9qALkx .accordion-trigger.lazyloading { background-image: none; }
#M1r9OgzAvTVXlP2whRG3T138rg9qALkx { box-sizing:content-box;height:auto;width:27.8125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15016;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:30.75rem;left:3.625rem; }
#M1r9OgzAvTVXlP2whRG3T138rg9qALkx #RyD59rToKwkNkxTIHrK4trAz7u6LP67I { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#M1r9OgzAvTVXlP2whRG3T138rg9qALkx #azVJQwX9go0iQR1IzbsaCvJZvwiwqkpu { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#M1r9OgzAvTVXlP2whRG3T138rg9qALkx #Pm6UV5B8x7Nleai6oCUqovStW3Lqso6l { display:block;position:relative; }
#M1r9OgzAvTVXlP2whRG3T138rg9qALkx #v5vGmvH6aUfQQ8TQTAX7FKR1VAwlztmL {  }
#M1r9OgzAvTVXlP2whRG3T138rg9qALkx #XZIWXKNxmuspSskoKAXghm34RRxh5G32 {  }
#M1r9OgzAvTVXlP2whRG3T138rg9qALkx #zKxioptK95QZF7sNH9RyACBhSu5lHKHO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#M1r9OgzAvTVXlP2whRG3T138rg9qALkx #wQKvpRUDRb5T6Qpet9rO89HMZ6VZ5hTl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#M1r9OgzAvTVXlP2whRG3T138rg9qALkx #Ru3z2zL1yrewy5q6GSfEZfR9SzLRFb9v { display:block;position:relative; }
#M1r9OgzAvTVXlP2whRG3T138rg9qALkx #zl7cNt4Jv5gkIPpiTasRDHuqVcgt7vcV {  }
#M1r9OgzAvTVXlP2whRG3T138rg9qALkx #oQG3Md6RAIFfBHnKSaZoAmEzr3kOz9xf { display:none; }
#QdQly9MWRqmA4z2iDcD7vgLBBCW37gTr .accordion-element-container { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;flex-direction:column;align-items:center;background-color:rgba(0,0,0,0);background-image:none;vertical-align:top;border-top:0.0625rem solid rgba(58,57,57,0.48);border-left:0.0625rem solid rgba(58,57,57,0.48);border-right:0.0625rem solid rgba(58,57,57,0.48);border-bottom:0.0625rem solid rgba(58,57,57,0.48); }
#QdQly9MWRqmA4z2iDcD7vgLBBCW37gTr .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#QdQly9MWRqmA4z2iDcD7vgLBBCW37gTr .accordion-heading-text { display:block;position:relative;width:100%;font-family:"work sans";font-weight:700;font-size:1.25rem;font-style:normal;color:#7677f4; }
#QdQly9MWRqmA4z2iDcD7vgLBBCW37gTr .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:"work sans";font-weight:400;font-style:normal;color:#2f2f2f;height:auto;line-height:1.3;overflow:hidden; }
#QdQly9MWRqmA4z2iDcD7vgLBBCW37gTr .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#QdQly9MWRqmA4z2iDcD7vgLBBCW37gTr .accordion-trigger.adaptive-delivery-prevent-bg, #QdQly9MWRqmA4z2iDcD7vgLBBCW37gTr .accordion-trigger.lazyload, #QdQly9MWRqmA4z2iDcD7vgLBBCW37gTr .accordion-trigger.lazyloading { background-image: none; }
#QdQly9MWRqmA4z2iDcD7vgLBBCW37gTr { box-sizing:content-box;height:auto;width:27.8125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15018;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:30.75rem;left:41.125rem; }
#QdQly9MWRqmA4z2iDcD7vgLBBCW37gTr #ezRT5fGtCAL9574OMZONDZv9r7fLkC2J { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#QdQly9MWRqmA4z2iDcD7vgLBBCW37gTr #HdXmEqUTT4AOlbCHHog0izSFL3hDNv6U { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#QdQly9MWRqmA4z2iDcD7vgLBBCW37gTr #M1pIlIm07yLraipdSis4mWDKPD6fo28X { display:block;position:relative; }
#QdQly9MWRqmA4z2iDcD7vgLBBCW37gTr #CF5sNF4E3lE8MGrEGzcCIiJ6qU4yZbez {  }
#QdQly9MWRqmA4z2iDcD7vgLBBCW37gTr #ekMKeuVMR7qoR6meMqPIV6xTn8qKcU3d {  }
#QdQly9MWRqmA4z2iDcD7vgLBBCW37gTr #QGhTWhyO97sXHKdqG4TXBWH3CVHiWzFT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#QdQly9MWRqmA4z2iDcD7vgLBBCW37gTr #TXnJnFyzCe9TmArqTbCKVpW5TqwtpUh5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#QdQly9MWRqmA4z2iDcD7vgLBBCW37gTr #eTR7UEiL8ReAnP5RpffVq3RzFppPVLJA { display:block;position:relative; }
#QdQly9MWRqmA4z2iDcD7vgLBBCW37gTr #u3kI2wuVnTuN7leAGoudTViodNOcgvbZ {  }
#QdQly9MWRqmA4z2iDcD7vgLBBCW37gTr #ChltKzDytWwQJSglde6VFcdNf2MPghKI { display:none; }
#QdQly9MWRqmA4z2iDcD7vgLBBCW37gTr #dRRluezgNqWEgOofSBJhxdTTI4TNOQEv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#QdQly9MWRqmA4z2iDcD7vgLBBCW37gTr #QQhTEZrInka4LDDkwNyL15bMiUCx0oMf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#QdQly9MWRqmA4z2iDcD7vgLBBCW37gTr #Nlefphi6ud4EK4uincReUrWaTqPd29Hq { display:block;position:relative; }
#QdQly9MWRqmA4z2iDcD7vgLBBCW37gTr #oqOb9RvZL1HnTiJ7WfmimQ46GViKTPo6 {  }
#QdQly9MWRqmA4z2iDcD7vgLBBCW37gTr #etd7JBdm3JeRSyRTtIgKI8c5E0M8VUET { display:none; }
#xGqdFJL2cnTAK2FS4tNx1A6dxxXkCJuG { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:17.8125rem;width:35.625rem;top:4.4375rem;left:38.4375rem;overflow:hidden;display:block; }
#HHE8L3o5qRZR68DLdc3HioWW0WOWGdKd { color:#3a3939;display:block;width:33rem;position:absolute;font-family:"work sans";font-size:1.4375rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:24rem;left:39.75rem;height:3.449225rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#CKFmJ0Nx7EsiD2eQtHgwWrlAd0Cci5nx { background-color:#ebe1ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#001342;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"work sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.9375rem;height:3.625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:71.50000190735rem;left:25.9375rem;display:block; }
#LmTmB7kDQCZE9NxVGMW5Sxv4dpZvdry5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Oi4NvDruO6uREN8XxKdQz6KBkBVdNQiQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f5ef;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; }#Oi4NvDruO6uREN8XxKdQz6KBkBVdNQiQ > .row .container { background-color: transparent; background-image: none; }#Oi4NvDruO6uREN8XxKdQz6KBkBVdNQiQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oi4NvDruO6uREN8XxKdQz6KBkBVdNQiQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oi4NvDruO6uREN8XxKdQz6KBkBVdNQiQ > .row .container > .video-iframe-container { display: none; }#Oi4NvDruO6uREN8XxKdQz6KBkBVdNQiQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oi4NvDruO6uREN8XxKdQz6KBkBVdNQiQ > .row > .video-iframe-container { display: none; }#Oi4NvDruO6uREN8XxKdQz6KBkBVdNQiQ > .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); }#Oi4NvDruO6uREN8XxKdQz6KBkBVdNQiQ > .row .container { border-width: 0; border-radius: 0; }#Oi4NvDruO6uREN8XxKdQz6KBkBVdNQiQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Oi4NvDruO6uREN8XxKdQz6KBkBVdNQiQ > .row .container { font-size:0.875rem;font-family:arial;height:82.75rem;width:75rem;position:relative;display:block; }#gh9wzm15DsmXLbaUnvt0IboHTZnrXx8x { box-sizing:content-box;height:24rem;width:21.375rem;position:absolute;display:block;z-index:15001;background-color:#f0ecff;background-image:none;top:8.3125rem;left:50.498046875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#s6FJlOSTdtcGTJTL9KTlTSN7TGo5KBS8 { color:#000000;display:block;width:18.375rem;position:absolute;font-family:"work sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.165283203125rem;left:51.99755859375rem;height:16.89746875rem;display:block; }
#r9ZVzhXMpwbrSOEnbnmoOeDqHz2ADkOg { box-sizing:content-box;height:33.3125rem;width:21.1875rem;position:absolute;display:block;z-index:15004;background-color:#f0ecff;background-image:none;top:8.31184387207rem;left:2.9368495941162rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#MtiMHds4nzinWBu4gH44piQh0chhqF3P { position:absolute;display:block;z-index:15008;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.24805rem;width:2.24805rem;top:9.49951171875rem;left:12.40576171875rem;overflow:hidden;display:block; }
#RFfG4VH5ShH8vNTnlPq80fXJeccZrXzM { color:#000000;display:block;width:18.624375rem;position:absolute;font-family:"work sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:12.497395515442rem;left:4.2180995941162rem;height:22.09666875rem;display:block; }
#vT2l3IKOL5dUd8IvqEt0fPviMpCtmB64 { box-sizing:content-box;height:17.9375rem;width:21.25rem;position:absolute;display:block;z-index:15007;background-color:#f0ecff;background-image:none;top:8.3123779296875rem;left:26.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#CMuKwrbcu1l8szekbd4l4gbTtHdBoRgC { position:absolute;display:block;z-index:15011;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.249025rem;width:2.249025rem;top:9.498046875rem;left:36.375rem;overflow:hidden;display:block; }
#sPaUss1SKIAM6W9Z7avLnvtJgZ0H8oSf { color:#000000;display:block;width:18.81225rem;position:absolute;font-family:"work sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:13.16015625rem;left:28.093505859375rem;height:11.6982375rem;display:block; }
#EDnxSnPc98tzwUfwNKkypte0Fpfy9bew { box-sizing:content-box;height:17.6875rem;width:21.375rem;position:absolute;display:block;z-index:15004;background-color:#f0ecff;background-image:none;top:58.420654296875rem;left:26.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#KPX6ltGGnkOttxOPVZ10tFJTWk2WbI6k { color:#000000;display:block;width:19.56175rem;position:absolute;font-family:"work sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:63.772787094119rem;left:27.71875rem;height:9.0986125rem;display:block; }
#WiGizf4V2aov9yBClfRO7ter3F1rkiwJ { position:absolute;display:block;z-index:15008;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.249025rem;width:2.249025rem;top:59.936279296875rem;left:36.375732421875rem;overflow:hidden;display:block; }
#uVQOSqIvZTtztGJNH8hez0KBZxgDyB5f { box-sizing:content-box;height:29rem;width:21.3125rem;position:absolute;display:block;z-index:15007;background-color:#f0ecff;background-image:none;top:27.875rem;left:26.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#W6pxeaKcASR1T9QhgODvpoocJs9GOHNk { color:#000000;display:block;width:18.99975rem;position:absolute;font-family:"work sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:32.1875rem;left:28rem;height:18.1972375rem;display:block; }
#BXT1WmMxVTT3US4yqDW5gCczHVtFpgTb { position:absolute;display:block;z-index:15011;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.24926875rem;width:2.24926875rem;top:28.875rem;left:36.4375rem;overflow:hidden;display:block; }
#VufwbuXhC5zDalTWiVWPueCmdH6ss0NA { box-sizing:content-box;height:41.5625rem;width:21.4375rem;position:absolute;display:block;z-index:15010;background-color:#f0ecff;background-image:none;top:34.2626953125rem;left:50.464477539062rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#r9tgD6e5yozSQnTgaK4Nv56Apdtbz77l { color:#000000;display:block;width:18.2495rem;position:absolute;font-family:"work sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:39.041137695312rem;left:52.059936523438rem;height:28.595675rem;display:block; }
#ISMlxwA8W2vlLIpV74ZdPoqQzLyiXd5i { position:absolute;display:block;z-index:15014;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.2485375rem;width:2.2485375rem;top:35.530395507812rem;left:60.060424804688rem;overflow:hidden;display:block; }
#FqBhi6fmQgOPrdHuuaVbuZ7wkBsdrZnO { box-sizing:content-box;height:32.75rem;width:21.3125rem;position:absolute;display:block;z-index:15007;background-color:#f0ecff;background-image:none;top:43.186851501465rem;left:2.8743495941162rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#w2mwEFByAW8r0RdvkhrR01TXcfgkaAQo { color:#000000;display:block;width:18.8745rem;position:absolute;font-family:"work sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:46.879558563233rem;left:4.0930995941162rem;height:22.09670625rem;display:block; }
#DQhMmUTDC3o0shOKCg0fTnzTb0bHyGGT { position:absolute;display:block;z-index:15011;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.24805rem;width:2.24805rem;top:44.06703710556rem;left:12.40625rem;overflow:hidden;display:block; }
#BRK8rQHFIenkqU4nZ5NBdxOT2pKPr2Mq { position:absolute;display:block;z-index:15005;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.249025rem;width:2.249025rem;top:9.498046875rem;left:60.06005859375rem;overflow:hidden;display:block; }
#aTlJ8ZfvyrPFHVl3vplsV2OJm7n4dGWL { color:#3a3939;display:block;width:75rem;position:absolute;font-family:"work sans";font-size:2.4375rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:2.53125rem;left:0rem;height:2.681275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tHcRWLkuVitkQCALoU9rluTwbJV2HiuH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebe1ff;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; }#tHcRWLkuVitkQCALoU9rluTwbJV2HiuH > .row .container { background-color: transparent; background-image: none; }#tHcRWLkuVitkQCALoU9rluTwbJV2HiuH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tHcRWLkuVitkQCALoU9rluTwbJV2HiuH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tHcRWLkuVitkQCALoU9rluTwbJV2HiuH > .row .container > .video-iframe-container { display: none; }#tHcRWLkuVitkQCALoU9rluTwbJV2HiuH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tHcRWLkuVitkQCALoU9rluTwbJV2HiuH > .row > .video-iframe-container { display: none; }#tHcRWLkuVitkQCALoU9rluTwbJV2HiuH > .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); }#tHcRWLkuVitkQCALoU9rluTwbJV2HiuH > .row .container { border-width: 0; border-radius: 0; }#tHcRWLkuVitkQCALoU9rluTwbJV2HiuH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tHcRWLkuVitkQCALoU9rluTwbJV2HiuH > .row .container { font-size:0.875rem;font-family:arial;height:11.5rem;width:75rem;position:relative;display:block; }#FXp9kmSCSJgON4zqIuSZ9xJs7hvrRKHm { color:#3a3939;display:block;width:55.0625rem;position:absolute;font-family:"work sans";font-size:2.1875rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:4.75rem;left:9.96875rem;height:4.3754875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#biifFZSFbClLBPiTvW9uDbAx41A7H9Ju { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebe1ff;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; }#biifFZSFbClLBPiTvW9uDbAx41A7H9Ju > .row .container { background-color: transparent; background-image: none; }#biifFZSFbClLBPiTvW9uDbAx41A7H9Ju::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#biifFZSFbClLBPiTvW9uDbAx41A7H9Ju > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#biifFZSFbClLBPiTvW9uDbAx41A7H9Ju > .row .container > .video-iframe-container { display: none; }#biifFZSFbClLBPiTvW9uDbAx41A7H9Ju > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#biifFZSFbClLBPiTvW9uDbAx41A7H9Ju > .row > .video-iframe-container { display: none; }#biifFZSFbClLBPiTvW9uDbAx41A7H9Ju > .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); }#biifFZSFbClLBPiTvW9uDbAx41A7H9Ju > .row .container { border-width: 0; border-radius: 0; }#biifFZSFbClLBPiTvW9uDbAx41A7H9Ju > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#biifFZSFbClLBPiTvW9uDbAx41A7H9Ju > .row .container { font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;position:relative;display:block; }#h8JgyO68WElIexqNo50qy9y3wOFFk8m6 { color:#000000;display:block;width:11rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:9.1875rem;left:3.875rem;height:1.3999rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ZwWRIqCMv5TiD6owMRl01rAOXsEypGQz { color:#000000;display:block;width:11rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:7.8125rem;left:22.625rem;height:4.19970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zhnSt6574MfsyteV6Acg3VZ7Cm7mCxCV { color:#000000;display:block;width:11rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:7.8125rem;left:60.125rem;height:4.19970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zOopxL6TkDQdBLdZ3MI15CKg0vZCgwXI { color:#000000;display:block;width:11rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:8.5rem;left:41.375rem;height:2.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#As4zC8gK2AUe0Hk8Qg4SBVhXM3BBzDMr { position:absolute;display:block;z-index:15007;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:3.8125rem;width:12.125rem;top:2.25rem;left:22.0625rem;overflow:hidden;display:block; }
#wK5tRT0n4SeblVsKXznEGqzurbqWun6f { position:absolute;display:block;z-index:15005;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:4.5625rem;width:8.9375rem;top:1.875rem;left:4.9375rem;overflow:hidden;display:block; }
#IpEtPWX8w7Qh7TbqRKL4e1SNnywuq1Gs { position:absolute;display:block;z-index:15008;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:6.25rem;width:9.5625rem;top:1.0625rem;left:42.125rem;overflow:hidden;display:block; }
#yHyyJqhI7aV73TDwKN3ib77xz5TKbkOx { position:absolute;display:block;z-index:15009;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:4.1875rem;width:9.8125rem;top:2.0625rem;left:60.75rem;overflow:hidden;display:block; }
#bFv2JkKHAww0cbChymMe4fp01V3y30Pt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bFv2JkKHAww0cbChymMe4fp01V3y30Pt > .row .container { background-color: transparent; background-image: none; }#bFv2JkKHAww0cbChymMe4fp01V3y30Pt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFv2JkKHAww0cbChymMe4fp01V3y30Pt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFv2JkKHAww0cbChymMe4fp01V3y30Pt > .row .container > .video-iframe-container { display: none; }#bFv2JkKHAww0cbChymMe4fp01V3y30Pt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFv2JkKHAww0cbChymMe4fp01V3y30Pt > .row > .video-iframe-container { display: none; }#bFv2JkKHAww0cbChymMe4fp01V3y30Pt > .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); }#bFv2JkKHAww0cbChymMe4fp01V3y30Pt > .row .container { border-width: 0; border-radius: 0; }#bFv2JkKHAww0cbChymMe4fp01V3y30Pt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bFv2JkKHAww0cbChymMe4fp01V3y30Pt > .row .container { font-size:0.875rem;font-family:arial;height:28.875rem;width:75rem;position:relative;display:block; }#QtmgJivUk7DV5q5QqlkLaKM65sGzsRTu { color:#3a3939;display:block;width:69.6875rem;position:absolute;font-family:"work sans";font-size:2.1875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:3.4375rem;left:2.65625rem;height:2.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u .accordion-element-container { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;flex-direction:column;align-items:center;background-color:rgba(0,0,0,0);background-image:none;vertical-align:top;border-top:0.0625rem solid rgba(58,57,57,0.48);border-left:0.0625rem solid rgba(58,57,57,0.48);border-right:0.0625rem solid rgba(58,57,57,0.48);border-bottom:0.0625rem solid rgba(58,57,57,0.48); }
#XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u .accordion-heading-text { display:block;position:relative;width:100%;font-family:"work sans";font-weight:700;font-size:1.25rem;font-style:normal;color:#7677f4; }
#XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:"work sans";font-weight:400;font-style:normal;color:#2f2f2f;height:auto;line-height:1.3;overflow:hidden; }
#XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u .accordion-trigger.adaptive-delivery-prevent-bg, #XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u .accordion-trigger.lazyload, #XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u .accordion-trigger.lazyloading { background-image: none; }
#XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u { box-sizing:content-box;height:auto;width:58.1875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15017;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:6.3623046875rem;left:7.15625rem; }
#XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u #T8zsrdd5FG3L6bETu7zOv2ZJRXC1weTB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u #LfTOPypQhHW8xL62fics1qdRq5RTCBEC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u #SZKCkJxQemvmZahTTIwpa0Q0xgx6zl1f { display:block;position:relative; }
#XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u #RttGoRWSxdJ3ve8UJEt8dJT9Kz3ZTPed {  }
#XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u #Irnh3wd1pJGomdL90MOJ20Ukx147e6zs {  }
#XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u #cr9eS3DB5aJybAuVpKibNGSQobTQO94w { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u #C0eKBAhou7zRsArpms1emvQIxV8euwDo { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u #O1wkXLh0aVRXSyUNTJNQUGHTfArMriO9 { display:block;position:relative; }
#XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u #LaTo4Eg6Ny8pF7VVN9GXTxMRAm0DF3If {  }
#XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u #RZunciKducvVu2aoH7QEyZlv7VVToCwF { display:none; }
#XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u #JDQEDmK5yE9dwGqfyGJNvoHcsfc1aKAU { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u #x8dH8kSwE3iLkipCGTdPxeuyDpByKhTZ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u #TazBRiKG2URoSJlOQDNE4xxoswECxlwE { display:block;position:relative; }
#XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u #gXqJTXHPykT3LIP1TSy7QyGT3obOu4EP {  }
#XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u #LX3ov4tRz0MUyi2zocu0P5UmCFRU0Xox { display:none; }
#XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u #qVXGTbRudRdcrtHoF1SJwHhOPRfiU43U { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u #QkfF7TB96InwuwoCMaHdyIOMqvnSNqya { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u #afbiKBCEvr9o7oSZ1oUVN074uKOyb4Ua { display:block;position:relative; }
#XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u #Ta6qfof6edgPkFQBQNTFlTNVkhxm7vqc {  }
#XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u #UKTp9lyLsIaKaHlxwWfdAvTRsXPLVuQs { display:none; }
#H5mASBGTyWGhQwsIdbi6c2AdGUzeRJNn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f5ef;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; }#H5mASBGTyWGhQwsIdbi6c2AdGUzeRJNn > .row .container { background-color: transparent; background-image: none; }#H5mASBGTyWGhQwsIdbi6c2AdGUzeRJNn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5mASBGTyWGhQwsIdbi6c2AdGUzeRJNn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5mASBGTyWGhQwsIdbi6c2AdGUzeRJNn > .row .container > .video-iframe-container { display: none; }#H5mASBGTyWGhQwsIdbi6c2AdGUzeRJNn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5mASBGTyWGhQwsIdbi6c2AdGUzeRJNn > .row > .video-iframe-container { display: none; }#H5mASBGTyWGhQwsIdbi6c2AdGUzeRJNn > .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); }#H5mASBGTyWGhQwsIdbi6c2AdGUzeRJNn > .row .container { border-width: 0; border-radius: 0; }#H5mASBGTyWGhQwsIdbi6c2AdGUzeRJNn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H5mASBGTyWGhQwsIdbi6c2AdGUzeRJNn > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:75rem;position:relative;display:block; }#aH8Q5slfni3ZZtJ5zATpaJQhbMtOfQJz { color:#3a3939;display:block;width:32.9375rem;position:absolute;font-family:"work sans";font-size:2.1875rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:5.30517578125rem;left:21.03125rem;height:2.18774375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vRz2Rabxv95AVIEZr035B1O1MHTge655 { color:#7677f4;display:block;width:29.875rem;position:absolute;font-family:"work sans";font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:3.8125rem;left:22.5625rem;height:1.30615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hAOZxWu71VS2122CGwwUVg6gWsL7Wc69 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f5ef;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; }#hAOZxWu71VS2122CGwwUVg6gWsL7Wc69 > .row .container { background-color: transparent; background-image: none; }#hAOZxWu71VS2122CGwwUVg6gWsL7Wc69::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hAOZxWu71VS2122CGwwUVg6gWsL7Wc69 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hAOZxWu71VS2122CGwwUVg6gWsL7Wc69 > .row .container > .video-iframe-container { display: none; }#hAOZxWu71VS2122CGwwUVg6gWsL7Wc69 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hAOZxWu71VS2122CGwwUVg6gWsL7Wc69 > .row > .video-iframe-container { display: none; }#hAOZxWu71VS2122CGwwUVg6gWsL7Wc69 > .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); }#hAOZxWu71VS2122CGwwUVg6gWsL7Wc69 > .row .container { border-width: 0; border-radius: 0; }#hAOZxWu71VS2122CGwwUVg6gWsL7Wc69 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hAOZxWu71VS2122CGwwUVg6gWsL7Wc69 > .row .container { font-size:0.875rem;font-family:arial;height:15.5625rem;width:75rem;position:relative;display:block; }#r2qI09Xy6Fc2Xx3zgq69E4yLXLF5BrQV { color:#3a3939;display:block;width:13.6875rem;position:absolute;font-family:"work sans";font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.625rem;left:2.4375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qSkp4ms3Ukvh1RodTtG6MlHlZzona7QW { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.9375rem;left:2.5625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ZV0wOe7eCFMC130EBPinIivDOiHa2gWG { color:#000000;display:block;width:14.625rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:9.9375rem;left:20.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#e69XzyMPVRhwnOX9irqrzfyh1evOya3J { color:#3a3939;display:block;width:13.6875rem;position:absolute;font-family:"work sans";font-size:1.5625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:7.625rem;left:21.1875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#JTz8oSfqB1wbvqiB6BHyIe8LXtAb1tKd { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:9.9375rem;left:40.0625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#NBwdDBNhqwNDcPHO8poq590ePdRJMECa { color:#3a3939;display:block;width:13.6875rem;position:absolute;font-family:"work sans";font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:.9;letter-spacing:0;top:7.9375rem;left:40.0625rem;height:1.40625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WnGveJGKfXhCgrGb7SPQXNE2kvOr3wsO { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:9.9375rem;left:58.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qpTAeeMOSvApzQgVV7B7v8GcTkAgCckh { color:#3a3939;display:block;width:13.6875rem;position:absolute;font-family:"work sans";font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:7.625rem;left:58.8125rem;height:2.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#pcBk3DTZprNviohlyJkfzVK9wcxPmpfA { position:absolute;display:block;z-index:15010;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:3.875rem;width:3.875rem;top:3.0625rem;left:7.4375rem;overflow:hidden;display:block; }
#EyETN6XdcDSXGmZT43DPX4STDhmNPyZy { position:absolute;display:block;z-index:15011;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:3.875rem;width:3.875rem;top:3.0625rem;left:26.1875rem;overflow:hidden;display:block; }
#EBAVHEOJyTqrDmyAuU91Jd0zRTeWbh9d { position:absolute;display:block;z-index:15012;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:3.875rem;width:3.875rem;top:3.0625rem;left:44.9375rem;overflow:hidden;display:block; }
#TNGrsbxGlq2xbAETwzJXG88hlpGG63Ed { position:absolute;display:block;z-index:15013;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:3.875rem;width:3.875rem;top:3.0625rem;left:63.6875rem;overflow:hidden;display:block; }
#beAsQZbygT0QryaJv1oiocTeaZxkV9ay { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#beAsQZbygT0QryaJv1oiocTeaZxkV9ay > .row .container { background-color: transparent; background-image: none; }#beAsQZbygT0QryaJv1oiocTeaZxkV9ay::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#beAsQZbygT0QryaJv1oiocTeaZxkV9ay > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#beAsQZbygT0QryaJv1oiocTeaZxkV9ay > .row .container > .video-iframe-container { display: none; }#beAsQZbygT0QryaJv1oiocTeaZxkV9ay > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#beAsQZbygT0QryaJv1oiocTeaZxkV9ay > .row > .video-iframe-container { display: none; }#beAsQZbygT0QryaJv1oiocTeaZxkV9ay > .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); }#beAsQZbygT0QryaJv1oiocTeaZxkV9ay > .row .container { border-width: 0; border-radius: 0; }#beAsQZbygT0QryaJv1oiocTeaZxkV9ay > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#beAsQZbygT0QryaJv1oiocTeaZxkV9ay > .row .container { font-size:0.875rem;font-family:arial;height:26.75rem;width:75rem;position:relative;display:block; }#zTCVs6bxch8lTSchTnDu9956mJytTPF3 { color:#3a3939;display:block;width:32.9375rem;position:absolute;font-family:"work sans";font-size:2.1875rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:4.9375rem;left:2.3125rem;height:2.18774375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#taTzetQ5CUePGgUh5SSCKTJhoVVDnRyd { color:#7677f4;display:block;width:35.1875rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:3.25rem;left:2.3125rem;height:1.16894375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#evNIsiElfqLMS8dfD5lCRbsRnKQVTD7C { color:#000000;display:block;width:35.0625rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.75rem;left:2.3125rem;height:12.42775rem;text-align:left;text-align-last:left;display:block; }
#Qpyirn177Qh9MPwqqac4LxTNMzmkez6H { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:19.25rem;width:34.375rem;top:3.25rem;left:39.0625rem;overflow:hidden;display:block; }
#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { background-color: transparent; background-image: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container > .video-iframe-container { display: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container { display: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .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); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { border-width: 0; border-radius: 0; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;position:relative;display:block; }#RicMdrI8Gk8DLcfMWPCBlrTfzgiM7Ge0 { position:absolute;display:block;z-index:15001;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.6875rem;width:7.1875rem;top:2.9375rem;left:2.375rem;overflow:hidden;display:block; }
#xkw8Vsb6O2TqFoaB9BB6u0DbmTsUksEz { color:#001342;display:block;width:23.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2.625rem;left:49.25rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#t5gsl6WknA5bcxCSR3Lafnp0Ft2p4RZK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:2.9375rem;left:10.625rem; }
#t5gsl6WknA5bcxCSR3Lafnp0Ft2p4RZK > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#TsEHRzmfN7VXmvX1OsmH3OAZWHOKXcl3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:2.9375rem;left:14.125rem; }
#TsEHRzmfN7VXmvX1OsmH3OAZWHOKXcl3 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#C3DpIMuV7wqbeaAWnnBJRhF0vr7QdiJX { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#VN8FLDRH0nmdDZ7Mr9ThBknSrLEzTTar { box-sizing:content-box;height:1.25rem;width:0.125rem;position:absolute;display:block;z-index:15020;background-color:#001342;background-image:none;top:4.6875rem;left:57.6875rem;display:block; }
#qeQXCNmltMG03bHHOapCQUTQRKhv9PB0 { box-sizing:content-box;height:1.25rem;width:0.125rem;position:absolute;display:block;z-index:15021;background-color:#001342;background-image:none;top:4.625rem;left:66rem;display:block; }
#PQ6cFadc99k1bnKTt90a7ioVbvoX9wN0 { color:#001342;display:block;width:7.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:4.5625rem;left:49.9375rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#izZkEcvMWgq8HT8O1EwO746sHMwEyIwI { color:#001342;display:block;width:8.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:4.5625rem;left:57.375rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#Ed79sBlvf6UkwB5hBrNEseQfkv5X3b9h { color:#001342;display:block;width:7.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:4.5625rem;left:66.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mX1o19dvU3SarPmDybkioWpQKguaSfrf { display:block; }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vcsdvqu18pH0a6cbfzRlUNBtiG2qXI8b { top:21.4375rem;left:0rem;width:27.875rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3QXox2LOgC2yFgbQdTuM9dhSVQ96M1q { width:13.5rem;height:3.625rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HN4o2kXm7qHfa9TzgTlR6itcxOcF8T6z { display:block; }
 }@media only screen and (max-width: 763px) { #zmlMHTIUAuLuJLZUo3R0Z46lHeD0t1Lg { top:26rem;left:0rem;width:20.9375rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnoU7hOKXU2Iw38AafuryvnMs1JOg9Gv { top:2.5625rem;left:0rem;width:7.1875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT1P4UlAZT17T7cqlChsnpVxKTyE5Xtz { top:4.6875rem;left:0rem;width:34.1875rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmVp0gMfbKgu3naS8rKnTM3QQPhd7EKm { display:block; }#cmVp0gMfbKgu3naS8rKnTM3QQPhd7EKm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw .widget-regular-label { width:21.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw .widget-input-text { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw .widget-textarea { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw .widget-input-select { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw .widget-input-button { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw .widget-checkbox-label { width:20.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw  { width:21.5625rem;height:21.6875rem;top:13.375rem;left:23.6875rem; }
#K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw .radio-container { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw {display:block;}#K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw { width:21.5625rem;height:21.6875rem;top:13.375rem;left:23.6875rem; }
 }@media only screen and (max-width: 763px) { #K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw #ou1f9klnXNkwxVJnTaWpeweUnemFlVhL {  }
 }@media only screen and (max-width: 763px) { #K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw #Z8uOrUmA3NeRqzd9RbpE5aGqZUwiWZAS {  }
 }@media only screen and (max-width: 763px) { #K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw #WX3anpUBVPiZixua7sesL8gGZg7AK1V3 {  }
 }@media only screen and (max-width: 763px) { #K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw #IHDQtMAMdBTZzk2oDIUExxhNiHtQbE5a {  }
 }@media only screen and (max-width: 763px) { #K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw #GxVOHoospOXCnV8w1KkOpxgvrsOUybHb {  }
 }@media only screen and (max-width: 763px) { #K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw #SWidC46TE3Pn36AQ17RgTBmCIWme9gou {  }
 }@media only screen and (max-width: 763px) { #K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw #X5gi4b7zEAqgWBxoMTrETCM809iewVTg {  }
 }@media only screen and (max-width: 763px) { #K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw #eQlyT8p56eaTV3Mx5oQiHm8ozt6WVcfk {  }
 }@media only screen and (max-width: 763px) { #K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw #yA8cZ5ePK4Fa9LFZ37GSaA5tZwL6TCHo {  }
 }@media only screen and (max-width: 763px) { #K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw #UII6aF5pi7v2xKhrETngB7afEzXsKz84 {  }
 }@media only screen and (max-width: 763px) { #K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw #fHfrbCupnIOPe6vnwt46nJDpIh6wy80t {  }
 }@media only screen and (max-width: 763px) { #K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw #rSWAT2MkQ4MPBZ0XKWC9DXHI2VhkrR4A {  }
 }@media only screen and (max-width: 763px) { #K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw #f5l7bUMpTdpz1Tsw7rWK1JtxGEXLC6QS {  }
 }@media only screen and (max-width: 763px) { #K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw #DcRZaCKcqXI0gdI6DrqSVObzDAWZzO6R {  }
 }@media only screen and (max-width: 763px) { #K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw #FhHlZD0Q8fCQZpWOBirWivlHaWl5sm5V {  }
 }@media only screen and (max-width: 763px) { #K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw #RqZKQ60GNLfOKon3tCKnzM7iHuLyS6Er {  }
 }@media only screen and (max-width: 763px) { #K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw #BTAh0175RBcVNasJOPuDEImBaAGlnPNE {  }
 }@media only screen and (max-width: 763px) { #nD6pbfPzDclcsFk07U0ziD83eEgV6Owz { top:12.8125rem;left:0rem;width:33.75rem;height:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkepnfUHTlcOKa6ffwRl7rsRT0RT3w5d { top:2.8125rem;left:0rem;width:29.875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #avIgyRzCalUwpt2BOwKhG65M1ve5TNPq { top:5.4375rem;left:0rem;width:33rem;height:6rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6ZZwQNDoe5XO1AFnTTLTemlx5r1wKNN { top:8.75rem;left:19.75rem;width:28rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z89fuWqpGN7Suzc1RQXWOi5BcBTKR5rV { top:33.9375rem;left:0rem;width:26.875rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxOQXZdBHZTay3Qti1OeOk0MDUSb7isQ { top:35.4375rem;left:4.1875rem;width:19.6875rem;height:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyphETBH1X2fe4SKICipMmbfUC1IS3D4 { top:35.3125rem;left:0.0625rem;width:3.9375rem;height:5.044989362633rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpZwwM2L3PWBFKFOzwT96fowMaI8Td4v { top:2.8125rem;left:19.6875rem;width:28.0625rem;height:5.375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZd9Kc268usbeXgR6DvLpgC51zp69szH { top:22.125rem;left:0rem;width:6.8125rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvJHplCZXgovw60TLll4zAiC4H2uSmAD { top:22.375rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n336bJrEPTZErqZskN68dqhFbiTJNf48 { top:20.625rem;left:2.4375rem;width:20.1875rem;height:9.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfmRi0pDhfm64Q5St9VlOGBvIFp4gsrJ { display:block; }#cfmRi0pDhfm64Q5St9VlOGBvIFp4gsrJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CwgCrT0fBEBBnsTy3aU790TmJQT9S9Wc { top:1.5rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLre0nTvLFU46SQtzln2IEg91T5SW4Tr { display:block; }#TLre0nTvLFU46SQtzln2IEg91T5SW4Tr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nmVvdJupTt1KQV9VQB78XpPXVLV5x7lI { top:3.125rem;left:0rem;width:16.75rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2ITOhpKT9WBVdQs678X8rUie6CKe4xU { top:12.5rem;left:0rem;width:13.625rem;height:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzHzKNkyAJItQ5DEMJTH5s0EsCU7l9PN { top:8.75rem;left:0rem;width:7.625rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CefM1cU9OZGDpPyDo097Jchr5xd0I9bk { top:5.1875rem;left:0rem;width:2.875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKUDeEETvmBL24GmUq1aF52dN4XSVhDA { top:3.125rem;left:7.125rem;width:16.75rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #owhmPC67IvUFah96n7itfpkRHKSJXLqK { top:12.5rem;left:10.25rem;width:13.625rem;height:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdDeFFl8VDMSQLool6tcJlm9zk6lkPCX { top:8.75rem;left:10.25rem;width:13.625rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFKVlK7z2AgdJapqPT1FOM44ieFfEheS { top:5.1875rem;left:11.9375rem;width:3.1875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0xGtpOD8nBZJwrKrgmHqwWKHvrrB9ko { top:3.125rem;left:19.0625rem;width:16.75rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMzyahfsqVIZ2haB5WqLvV6BlR8yhmNV { top:10.75rem;left:21rem;width:14.8125rem;height:12.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTN9KcGPJIbD7CH6E0ut1OnTJJqLnLn9 { top:8.75rem;left:22.1875rem;width:13.625rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHDlfWqapaGwaysBOHqyVHBdWgRTfLco { top:4.1875rem;left:23.875rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnT9Pm8i5l7Ce4KOnPF9RCq0HguqsP0g { top:3.125rem;left:31rem;width:16.75rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipUa5i9IWL8noGAvn2GXMImcbNsDWKhc { top:12.5rem;left:34.125rem;width:13.625rem;height:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #scAlFSezeRkTiiC6HyBQnXSwRqzFPyla { top:8.75rem;left:35.8125rem;width:7.75rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MndGW3PomK90aWrwz612iClBkrhctKei { top:4.375rem;left:35.8125rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgCaJgnikMVJ1UZqcCXWTqznFCredLsE { width:15.625rem;height:3.625rem;top:27.875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFHxnVOZMEM7Jy77zfdEyhp0ktezQGMd { display:block; }
 }@media only screen and (max-width: 763px) { #tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK { display:block; }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U6T37S350HhtVJxGtbRNosWo6wDR5Xwn { top:4.125rem;left:0rem;width:47.75rem;height:2.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7hEF6q36d4vpKs5lNQIUkvMJDaIZRrc { display:block; }#T7hEF6q36d4vpKs5lNQIUkvMJDaIZRrc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I23Ga4yBduzHEntoFEOrfkPZ3N3QUc6k { top:2.6875rem;left:0rem;width:35.5625rem;height:21.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJbaAUoNmbEiiH7ExEkNUP9M3OgGhk8h { top:3.125rem;left:11.375rem;width:36.375rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vuvr0obbmky9sizF2QbJmuhx7JKf0Ke5 { display:block; }#Vuvr0obbmky9sizF2QbJmuhx7JKf0Ke5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GvNmZIyvJeT6dKBFo1zVCT0k4X1HDIyt { top:5.0625rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHPEsFxHugo6AunHezPgItJWaP5FIG60 { top:8.625rem;left:0rem;width:29.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yf9iEUHSQSz52zkg4qCGIxwfAyz6h6Fy { top:11.625rem;left:0rem;width:42.375rem;height:27.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUHwTVGgToMJHv2hH7cRD0Of2kpLPUeD { top:13.8125rem;left:23.875rem;width:23.625rem;height:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXcW79VxTXzn4xpJ4dJh7nAwC5opkrLW { top:18.9375rem;left:29.8125rem;width:17.9375rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xC9kQn691g4yT7cKlo8U8T80HM8aqNuk { top:17.3125rem;left:32.5rem;width:15.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJ3UaClxxSUqJu3RV5fSv4bFT5AA4kd6 { top:25.9375rem;left:32.5rem;width:15.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSUTOUoulTorftC9JdcSeLHgv4kLphab { top:24.375rem;left:32.5rem;width:15.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRTqMAyRdNc9k7Ff7TQ0TFE80oBJZ8dK { top:29.3125rem;left:32.5rem;width:15.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkb4d9s8K9tuZ6UfQD8JzO2pfJVtcPg0 { top:30.9375rem;left:32.5rem;width:15.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmqhZMichagWVzyAanmtOH8RN2JbVaTX { top:19.0625rem;left:36.5rem;width:2.6875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRPqXKa1GIBE1olBkCKxH31OdH7BeaMz { top:24.5625rem;left:36.6875rem;width:2.3125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZ7FeyV22AVZvuOp1tT15LEugVEyyZvV { top:29.3125rem;left:36.6875rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ku4d4AIL2ErWgvG8xv4c9FBkWTyKSlAk { width:22.8125rem;height:3.625rem;top:41.8125rem;left:12.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qsf9yIQwV0TE4Jp8aXJ5hmz07Zg7imsT { display:block; }
 }@media only screen and (max-width: 763px) { #La5707g89wX6bB7Inx3wy6qLJXC7ClTk { display:block; }#La5707g89wX6bB7Inx3wy6qLJXC7ClTk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #frAzPU4TLm60mtx3r6L2eQoMMwbK4Syo { top:4.4375rem;left:0rem;width:35.625rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1LbL4iOw5yTPspL3V92qT46Q7kdeU0m { top:24rem;left:0rem;width:29.9375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJ4GfhIdp429P1qZ6VrzXtm7hl11Gmd1 { top:24rem;left:14.75rem;width:33rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1xOXMuoy8IA0eRG051WWW7L1wUyUtS9 { top:26.0625rem;left:8.0625rem;width:5.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCI9uv1Z4K4b2VAF02QqLQdmtmRFvKke { top:26.0625rem;left:11.5rem;width:7.625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxIZq3LEIuEsHHcflet6LqyrxffS7Iby { top:28.6875rem;left:32.96875rem;width:5.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ES7T23DtgH7FbN2Ao4cD9W8WTWUa2Uey { top:28.6875rem;left:36.4375rem;width:6.8125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1r9OgzAvTVXlP2whRG3T138rg9qALkx .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#M1r9OgzAvTVXlP2whRG3T138rg9qALkx { display:flex;height:auto;width:27.8125rem;top:27.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #M1r9OgzAvTVXlP2whRG3T138rg9qALkx #RyD59rToKwkNkxTIHrK4trAz7u6LP67I {  }
 }@media only screen and (max-width: 763px) { #M1r9OgzAvTVXlP2whRG3T138rg9qALkx #azVJQwX9go0iQR1IzbsaCvJZvwiwqkpu {  }
 }@media only screen and (max-width: 763px) { #M1r9OgzAvTVXlP2whRG3T138rg9qALkx #Pm6UV5B8x7Nleai6oCUqovStW3Lqso6l {  }
 }@media only screen and (max-width: 763px) { #M1r9OgzAvTVXlP2whRG3T138rg9qALkx #v5vGmvH6aUfQQ8TQTAX7FKR1VAwlztmL {  }
 }@media only screen and (max-width: 763px) { #M1r9OgzAvTVXlP2whRG3T138rg9qALkx #XZIWXKNxmuspSskoKAXghm34RRxh5G32 {  }
 }@media only screen and (max-width: 763px) { #M1r9OgzAvTVXlP2whRG3T138rg9qALkx #zKxioptK95QZF7sNH9RyACBhSu5lHKHO {  }
 }@media only screen and (max-width: 763px) { #M1r9OgzAvTVXlP2whRG3T138rg9qALkx #wQKvpRUDRb5T6Qpet9rO89HMZ6VZ5hTl {  }
 }@media only screen and (max-width: 763px) { #M1r9OgzAvTVXlP2whRG3T138rg9qALkx #Ru3z2zL1yrewy5q6GSfEZfR9SzLRFb9v {  }
 }@media only screen and (max-width: 763px) { #M1r9OgzAvTVXlP2whRG3T138rg9qALkx #zl7cNt4Jv5gkIPpiTasRDHuqVcgt7vcV {  }
 }@media only screen and (max-width: 763px) { #M1r9OgzAvTVXlP2whRG3T138rg9qALkx #oQG3Md6RAIFfBHnKSaZoAmEzr3kOz9xf {  }
 }@media only screen and (max-width: 763px) { #QdQly9MWRqmA4z2iDcD7vgLBBCW37gTr .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QdQly9MWRqmA4z2iDcD7vgLBBCW37gTr { display:flex;height:auto;width:27.8125rem;top:27.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QdQly9MWRqmA4z2iDcD7vgLBBCW37gTr #ezRT5fGtCAL9574OMZONDZv9r7fLkC2J {  }
 }@media only screen and (max-width: 763px) { #QdQly9MWRqmA4z2iDcD7vgLBBCW37gTr #HdXmEqUTT4AOlbCHHog0izSFL3hDNv6U {  }
 }@media only screen and (max-width: 763px) { #QdQly9MWRqmA4z2iDcD7vgLBBCW37gTr #M1pIlIm07yLraipdSis4mWDKPD6fo28X {  }
 }@media only screen and (max-width: 763px) { #QdQly9MWRqmA4z2iDcD7vgLBBCW37gTr #CF5sNF4E3lE8MGrEGzcCIiJ6qU4yZbez {  }
 }@media only screen and (max-width: 763px) { #QdQly9MWRqmA4z2iDcD7vgLBBCW37gTr #ekMKeuVMR7qoR6meMqPIV6xTn8qKcU3d {  }
 }@media only screen and (max-width: 763px) { #QdQly9MWRqmA4z2iDcD7vgLBBCW37gTr #QGhTWhyO97sXHKdqG4TXBWH3CVHiWzFT {  }
 }@media only screen and (max-width: 763px) { #QdQly9MWRqmA4z2iDcD7vgLBBCW37gTr #TXnJnFyzCe9TmArqTbCKVpW5TqwtpUh5 {  }
 }@media only screen and (max-width: 763px) { #QdQly9MWRqmA4z2iDcD7vgLBBCW37gTr #eTR7UEiL8ReAnP5RpffVq3RzFppPVLJA {  }
 }@media only screen and (max-width: 763px) { #QdQly9MWRqmA4z2iDcD7vgLBBCW37gTr #u3kI2wuVnTuN7leAGoudTViodNOcgvbZ {  }
 }@media only screen and (max-width: 763px) { #QdQly9MWRqmA4z2iDcD7vgLBBCW37gTr #ChltKzDytWwQJSglde6VFcdNf2MPghKI {  }
 }@media only screen and (max-width: 763px) { #QdQly9MWRqmA4z2iDcD7vgLBBCW37gTr #dRRluezgNqWEgOofSBJhxdTTI4TNOQEv {  }
 }@media only screen and (max-width: 763px) { #QdQly9MWRqmA4z2iDcD7vgLBBCW37gTr #QQhTEZrInka4LDDkwNyL15bMiUCx0oMf {  }
 }@media only screen and (max-width: 763px) { #QdQly9MWRqmA4z2iDcD7vgLBBCW37gTr #Nlefphi6ud4EK4uincReUrWaTqPd29Hq {  }
 }@media only screen and (max-width: 763px) { #QdQly9MWRqmA4z2iDcD7vgLBBCW37gTr #oqOb9RvZL1HnTiJ7WfmimQ46GViKTPo6 {  }
 }@media only screen and (max-width: 763px) { #QdQly9MWRqmA4z2iDcD7vgLBBCW37gTr #etd7JBdm3JeRSyRTtIgKI8c5E0M8VUET {  }
 }@media only screen and (max-width: 763px) { #xGqdFJL2cnTAK2FS4tNx1A6dxxXkCJuG { top:4.4375rem;left:12.125rem;width:35.625rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHE8L3o5qRZR68DLdc3HioWW0WOWGdKd { top:72.25rem;left:0rem;width:20rem;height:2.625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CKFmJ0Nx7EsiD2eQtHgwWrlAd0Cci5nx { width:22.9375rem;height:3.625rem;top:71.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmTmB7kDQCZE9NxVGMW5Sxv4dpZvdry5 { display:block; }
 }@media only screen and (max-width: 763px) { #Oi4NvDruO6uREN8XxKdQz6KBkBVdNQiQ { display:block; }#Oi4NvDruO6uREN8XxKdQz6KBkBVdNQiQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gh9wzm15DsmXLbaUnvt0IboHTZnrXx8x { top:8.3125rem;left:26.375rem;width:21.375rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6FJlOSTdtcGTJTL9KTlTSN7TGo5KBS8 { top:13.125rem;left:29.4375rem;width:18.3125rem;height:16.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9ZVzhXMpwbrSOEnbnmoOeDqHz2ADkOg { top:8.25rem;left:0rem;width:21.1875rem;height:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtiMHds4nzinWBu4gH44piQh0chhqF3P { top:9.4375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFfG4VH5ShH8vNTnlPq80fXJeccZrXzM { top:12.4375rem;left:0rem;width:18.5625rem;height:27.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT2l3IKOL5dUd8IvqEt0fPviMpCtmB64 { top:8.25rem;left:13.25rem;width:21.25rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMuKwrbcu1l8szekbd4l4gbTtHdBoRgC { top:9.4375rem;left:22.75rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPaUss1SKIAM6W9Z7avLnvtJgZ0H8oSf { top:13.125rem;left:14.46826171875rem;width:18.75rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDnxSnPc98tzwUfwNKkypte0Fpfy9bew { top:58.375rem;left:13.1875rem;width:21.375rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPX6ltGGnkOttxOPVZ10tFJTWk2WbI6k { top:63.75rem;left:14.09375rem;width:19.5rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiGizf4V2aov9yBClfRO7ter3F1rkiwJ { top:59.875rem;left:22.750732421875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVQOSqIvZTtztGJNH8hez0KBZxgDyB5f { top:27.875rem;left:13.25rem;width:21.3125rem;height:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6pxeaKcASR1T9QhgODvpoocJs9GOHNk { top:32.1875rem;left:14.375rem;width:18.9375rem;height:22.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXT1WmMxVTT3US4yqDW5gCczHVtFpgTb { top:28.875rem;left:22.8125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VufwbuXhC5zDalTWiVWPueCmdH6ss0NA { top:34.25rem;left:26.3125rem;width:21.4375rem;height:41.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9tgD6e5yozSQnTgaK4Nv56Apdtbz77l { top:39rem;left:29.5625rem;width:18.1875rem;height:35.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISMlxwA8W2vlLIpV74ZdPoqQzLyiXd5i { top:35.5rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqBhi6fmQgOPrdHuuaVbuZ7wkBsdrZnO { top:43.125rem;left:0rem;width:21.3125rem;height:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2mwEFByAW8r0RdvkhrR01TXcfgkaAQo { top:46.875rem;left:0rem;width:18.8125rem;height:27.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQhMmUTDC3o0shOKCg0fTnzTb0bHyGGT { top:44.0625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRK8rQHFIenkqU4nZ5NBdxOT2pKPr2Mq { top:9.4375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTlJ8ZfvyrPFHVl3vplsV2OJm7n4dGWL { top:2.5rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHcRWLkuVitkQCALoU9rluTwbJV2HiuH { display:block; }#tHcRWLkuVitkQCALoU9rluTwbJV2HiuH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FXp9kmSCSJgON4zqIuSZ9xJs7hvrRKHm { top:4.75rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #biifFZSFbClLBPiTvW9uDbAx41A7H9Ju { display:block; }#biifFZSFbClLBPiTvW9uDbAx41A7H9Ju > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h8JgyO68WElIexqNo50qy9y3wOFFk8m6 { top:9.1875rem;left:0.46875rem;width:11rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwWRIqCMv5TiD6owMRl01rAOXsEypGQz { top:7.8125rem;left:12.40625rem;width:11rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhnSt6574MfsyteV6Acg3VZ7Cm7mCxCV { top:7.8125rem;left:36.28125rem;width:11rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOopxL6TkDQdBLdZ3MI15CKg0vZCgwXI { top:8.5rem;left:24.34375rem;width:11rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #As4zC8gK2AUe0Hk8Qg4SBVhXM3BBzDMr { top:2.25rem;left:11.75rem;width:12.125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wK5tRT0n4SeblVsKXznEGqzurbqWun6f { top:1.875rem;left:1.53125rem;width:8.9375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpEtPWX8w7Qh7TbqRKL4e1SNnywuq1Gs { top:1.0625rem;left:25.09375rem;width:9.5625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHyyJqhI7aV73TDwKN3ib77xz5TKbkOx { top:2.0625rem;left:36.90625rem;width:9.8125rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFv2JkKHAww0cbChymMe4fp01V3y30Pt { display:block; }#bFv2JkKHAww0cbChymMe4fp01V3y30Pt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QtmgJivUk7DV5q5QqlkLaKM65sGzsRTu { top:3.4375rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u { display:flex;height:auto;width:27.8125rem;top:27.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u #T8zsrdd5FG3L6bETu7zOv2ZJRXC1weTB {  }
 }@media only screen and (max-width: 763px) { #XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u #LfTOPypQhHW8xL62fics1qdRq5RTCBEC {  }
 }@media only screen and (max-width: 763px) { #XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u #SZKCkJxQemvmZahTTIwpa0Q0xgx6zl1f {  }
 }@media only screen and (max-width: 763px) { #XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u #RttGoRWSxdJ3ve8UJEt8dJT9Kz3ZTPed {  }
 }@media only screen and (max-width: 763px) { #XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u #Irnh3wd1pJGomdL90MOJ20Ukx147e6zs {  }
 }@media only screen and (max-width: 763px) { #XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u #cr9eS3DB5aJybAuVpKibNGSQobTQO94w {  }
 }@media only screen and (max-width: 763px) { #XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u #C0eKBAhou7zRsArpms1emvQIxV8euwDo {  }
 }@media only screen and (max-width: 763px) { #XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u #O1wkXLh0aVRXSyUNTJNQUGHTfArMriO9 {  }
 }@media only screen and (max-width: 763px) { #XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u #LaTo4Eg6Ny8pF7VVN9GXTxMRAm0DF3If {  }
 }@media only screen and (max-width: 763px) { #XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u #RZunciKducvVu2aoH7QEyZlv7VVToCwF {  }
 }@media only screen and (max-width: 763px) { #XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u #JDQEDmK5yE9dwGqfyGJNvoHcsfc1aKAU {  }
 }@media only screen and (max-width: 763px) { #XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u #x8dH8kSwE3iLkipCGTdPxeuyDpByKhTZ {  }
 }@media only screen and (max-width: 763px) { #XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u #TazBRiKG2URoSJlOQDNE4xxoswECxlwE {  }
 }@media only screen and (max-width: 763px) { #XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u #gXqJTXHPykT3LIP1TSy7QyGT3obOu4EP {  }
 }@media only screen and (max-width: 763px) { #XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u #LX3ov4tRz0MUyi2zocu0P5UmCFRU0Xox {  }
 }@media only screen and (max-width: 763px) { #XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u #qVXGTbRudRdcrtHoF1SJwHhOPRfiU43U {  }
 }@media only screen and (max-width: 763px) { #XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u #QkfF7TB96InwuwoCMaHdyIOMqvnSNqya {  }
 }@media only screen and (max-width: 763px) { #XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u #afbiKBCEvr9o7oSZ1oUVN074uKOyb4Ua {  }
 }@media only screen and (max-width: 763px) { #XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u #Ta6qfof6edgPkFQBQNTFlTNVkhxm7vqc {  }
 }@media only screen and (max-width: 763px) { #XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u #UKTp9lyLsIaKaHlxwWfdAvTRsXPLVuQs {  }
 }@media only screen and (max-width: 763px) { #H5mASBGTyWGhQwsIdbi6c2AdGUzeRJNn { display:block; }#H5mASBGTyWGhQwsIdbi6c2AdGUzeRJNn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aH8Q5slfni3ZZtJ5zATpaJQhbMtOfQJz { top:5.25rem;left:7.40625rem;width:32.9375rem;height:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRz2Rabxv95AVIEZr035B1O1MHTge655 { top:3.8125rem;left:8.9375rem;width:29.875rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAOZxWu71VS2122CGwwUVg6gWsL7Wc69 { display:block; }#hAOZxWu71VS2122CGwwUVg6gWsL7Wc69 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r2qI09Xy6Fc2Xx3zgq69E4yLXLF5BrQV { top:7.625rem;left:0rem;width:13.6875rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSkp4ms3Ukvh1RodTtG6MlHlZzona7QW { top:9.9375rem;left:0rem;width:13.6875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZV0wOe7eCFMC130EBPinIivDOiHa2gWG { top:9.9375rem;left:9.25rem;width:14.625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e69XzyMPVRhwnOX9irqrzfyh1evOya3J { top:7.625rem;left:10.1875rem;width:13.6875rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTz8oSfqB1wbvqiB6BHyIe8LXtAb1tKd { top:9.9375rem;left:22.125rem;width:13.6875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBwdDBNhqwNDcPHO8poq590ePdRJMECa { top:7.9375rem;left:22.125rem;width:13.6875rem;height:1.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnGveJGKfXhCgrGb7SPQXNE2kvOr3wsO { top:9.9375rem;left:34.0625rem;width:13.6875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpTAeeMOSvApzQgVV7B7v8GcTkAgCckh { top:7.625rem;left:34.0625rem;width:13.6875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcBk3DTZprNviohlyJkfzVK9wcxPmpfA { top:3.0625rem;left:4.03125rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyETN6XdcDSXGmZT43DPX4STDhmNPyZy { top:3.0625rem;left:15.96875rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBAVHEOJyTqrDmyAuU91Jd0zRTeWbh9d { top:3.0625rem;left:27.90625rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNGrsbxGlq2xbAETwzJXG88hlpGG63Ed { top:3.0625rem;left:39.84375rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #beAsQZbygT0QryaJv1oiocTeaZxkV9ay { display:block; }#beAsQZbygT0QryaJv1oiocTeaZxkV9ay > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTCVs6bxch8lTSchTnDu9956mJytTPF3 { top:4.9375rem;left:0rem;width:32.9375rem;height:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #taTzetQ5CUePGgUh5SSCKTJhoVVDnRyd { top:3.25rem;left:0rem;width:35.1875rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #evNIsiElfqLMS8dfD5lCRbsRnKQVTD7C { top:8.75rem;left:0rem;width:35.0625rem;height:15.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qpyirn177Qh9MPwqqac4LxTNMzmkez6H { top:3.25rem;left:13.375rem;width:34.375rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { display:block; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RicMdrI8Gk8DLcfMWPCBlrTfzgiM7Ge0 { top:2.9375rem;left:0rem;width:7.1875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkw8Vsb6O2TqFoaB9BB6u0DbmTsUksEz { top:2.625rem;left:24.125rem;width:23.625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5gsl6WknA5bcxCSR3Lafnp0Ft2p4RZK { top:2.9375rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
#t5gsl6WknA5bcxCSR3Lafnp0Ft2p4RZK > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #TsEHRzmfN7VXmvX1OsmH3OAZWHOKXcl3 { top:2.9375rem;left:0.5rem;width:2.625rem;height:2.625rem;display:block; }
#TsEHRzmfN7VXmvX1OsmH3OAZWHOKXcl3 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #C3DpIMuV7wqbeaAWnnBJRhF0vr7QdiJX { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #VN8FLDRH0nmdDZ7Mr9ThBknSrLEzTTar { top:4.6875rem;left:44.0625rem;width:0.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeQXCNmltMG03bHHOapCQUTQRKhv9PB0 { top:4.625rem;left:47.625rem;width:0.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQ6cFadc99k1bnKTt90a7ioVbvoX9wN0 { top:4.5625rem;left:36.3125rem;width:7.75rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #izZkEcvMWgq8HT8O1EwO746sHMwEyIwI { top:4.5625rem;left:39.25rem;width:8.5rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed79sBlvf6UkwB5hBrNEseQfkv5X3b9h { top:4.5625rem;left:40.3125rem;width:7.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #mX1o19dvU3SarPmDybkioWpQKguaSfrf { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bbadcdc5-40de-4888-8222-2073761ce8a2/IntuitionDraftsYourStory.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#mX1o19dvU3SarPmDybkioWpQKguaSfrf.adaptive-delivery-prevent-bg, #mX1o19dvU3SarPmDybkioWpQKguaSfrf.lazyload, #mX1o19dvU3SarPmDybkioWpQKguaSfrf.lazyloading { background-image: none; }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row .container { background-color: transparent; background-image: none; }#mX1o19dvU3SarPmDybkioWpQKguaSfrf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row .container > .video-iframe-container { display: none; }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row > .video-iframe-container { display: none; }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .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); }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vcsdvqu18pH0a6cbfzRlUNBtiG2qXI8b { width:20rem;height:2.699225rem;top:13.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l3QXox2LOgC2yFgbQdTuM9dhSVQ96M1q { width:11.3125rem;height:3rem;top:20.9375rem;left:4.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HN4o2kXm7qHfa9TzgTlR6itcxOcF8T6z { display:block; }
 }@media only screen and (max-width: 763px) { #zmlMHTIUAuLuJLZUo3R0Z46lHeD0t1Lg { width:17.0625rem;height:2.59895625rem;top:17.25rem;left:1.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bnoU7hOKXU2Iw38AafuryvnMs1JOg9Gv { width:4.9375rem;height:1.875rem;top:1.59814453125rem;left:7.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT1P4UlAZT17T7cqlChsnpVxKTyE5Xtz { width:20rem;height:10.67625rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmVp0gMfbKgu3naS8rKnTM3QQPhd7EKm { display:block; }#cmVp0gMfbKgu3naS8rKnTM3QQPhd7EKm > .row .container { width:20rem;height:81rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.125rem;overflow:hidden;line-height:1.1; }
#K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw .widget-container:first-of-type{padding-top:0;}#K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw .widget-container:last-of-type{padding-bottom:0;}#K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw  { width:17.5rem;height:auto;top:76.0625rem;left:0rem; }
#K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw {display:block;}#K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw { width:17.5rem;height:auto;top:56.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw #ou1f9klnXNkwxVJnTaWpeweUnemFlVhL {  }
 }@media only screen and (max-width: 763px) { #K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw #Z8uOrUmA3NeRqzd9RbpE5aGqZUwiWZAS {  }
 }@media only screen and (max-width: 763px) { #K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw #WX3anpUBVPiZixua7sesL8gGZg7AK1V3 {  }
 }@media only screen and (max-width: 763px) { #K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw #IHDQtMAMdBTZzk2oDIUExxhNiHtQbE5a {  }
 }@media only screen and (max-width: 763px) { #K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw #GxVOHoospOXCnV8w1KkOpxgvrsOUybHb {  }
 }@media only screen and (max-width: 763px) { #K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw #SWidC46TE3Pn36AQ17RgTBmCIWme9gou {  }
 }@media only screen and (max-width: 763px) { #K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw #X5gi4b7zEAqgWBxoMTrETCM809iewVTg {  }
 }@media only screen and (max-width: 763px) { #K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw #eQlyT8p56eaTV3Mx5oQiHm8ozt6WVcfk {  }
 }@media only screen and (max-width: 763px) { #K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw #yA8cZ5ePK4Fa9LFZ37GSaA5tZwL6TCHo {  }
 }@media only screen and (max-width: 763px) { #K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw #UII6aF5pi7v2xKhrETngB7afEzXsKz84 {  }
 }@media only screen and (max-width: 763px) { #K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw #fHfrbCupnIOPe6vnwt46nJDpIh6wy80t {  }
 }@media only screen and (max-width: 763px) { #K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw #rSWAT2MkQ4MPBZ0XKWC9DXHI2VhkrR4A {  }
 }@media only screen and (max-width: 763px) { #K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw #f5l7bUMpTdpz1Tsw7rWK1JtxGEXLC6QS {  }
 }@media only screen and (max-width: 763px) { #K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw #DcRZaCKcqXI0gdI6DrqSVObzDAWZzO6R {  }
 }@media only screen and (max-width: 763px) { #K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw #FhHlZD0Q8fCQZpWOBirWivlHaWl5sm5V {  }
 }@media only screen and (max-width: 763px) { #K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw #RqZKQ60GNLfOKon3tCKnzM7iHuLyS6Er {  }
 }@media only screen and (max-width: 763px) { #K2naSIdPc9LMLFdFWOKqaMl3wCAqclpw #BTAh0175RBcVNasJOPuDEImBaAGlnPNE {  }
 }@media only screen and (max-width: 763px) { #nD6pbfPzDclcsFk07U0ziD83eEgV6Owz { width:20rem;height:7.796875rem;top:8.2011728286744rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VkepnfUHTlcOKa6ffwRl7rsRT0RT3w5d { width:20rem;height:1.04980625rem;top:1.349609375rem;left:0rem;font-size:0.875rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #avIgyRzCalUwpt2BOwKhG65M1ve5TNPq { width:20rem;height:4.2734375rem;top:2.974609375rem;left:0rem;font-size:1.1875rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W6ZZwQNDoe5XO1AFnTTLTemlx5r1wKNN { width:20rem;height:5.19791875rem;top:50.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z89fuWqpGN7Suzc1RQXWOi5BcBTKR5rV { width:19.75rem;height:6.0625rem;top:35.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxOQXZdBHZTay3Qti1OeOk0MDUSb7isQ { width:15.3125rem;height:3.8984375rem;top:37rem;left:3.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xyphETBH1X2fe4SKICipMmbfUC1IS3D4 { width:2.4375rem;height:3.25rem;top:37.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpZwwM2L3PWBFKFOzwT96fowMaI8Td4v { width:19.8125rem;height:4.6497375rem;top:45.125rem;left:0rem;font-size:1.9375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MZd9Kc268usbeXgR6DvLpgC51zp69szH { width:7.75rem;height:7.75rem;top:26.6875rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvJHplCZXgovw60TLll4zAiC4H2uSmAD { width:7.125rem;height:7.125rem;top:26.9375rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n336bJrEPTZErqZskN68dqhFbiTJNf48 { width:20rem;height:9.0963375rem;top:16.75rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cfmRi0pDhfm64Q5St9VlOGBvIFp4gsrJ { display:block; }#cfmRi0pDhfm64Q5St9VlOGBvIFp4gsrJ > .row .container { width:20rem;height:10.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CwgCrT0fBEBBnsTy3aU790TmJQT9S9Wc { width:20rem;height:7.875rem;top:2.5rem;left:0rem;font-size:2.1875rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TLre0nTvLFU46SQtzln2IEg91T5SW4Tr { display:block; }#TLre0nTvLFU46SQtzln2IEg91T5SW4Tr > .row .container { width:20rem;height:74.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nmVvdJupTt1KQV9VQB78XpPXVLV5x7lI { width:20rem;height:15.1875rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2ITOhpKT9WBVdQs678X8rUie6CKe4xU { width:18.3125rem;height:5.19791875rem;top:10rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzHzKNkyAJItQ5DEMJTH5s0EsCU7l9PN { width:16.8125rem;height:1.5249rem;top:8.0625rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CefM1cU9OZGDpPyDo097Jchr5xd0I9bk { width:2.6875rem;height:2.8125rem;top:4.5625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKUDeEETvmBL24GmUq1aF52dN4XSVhDA { width:20rem;height:14.6875rem;top:19.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #owhmPC67IvUFah96n7itfpkRHKSJXLqK { width:18.125rem;height:6.497375rem;top:26.75rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdDeFFl8VDMSQLool6tcJlm9zk6lkPCX { width:18.25rem;height:3.04980625rem;top:23.125rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFKVlK7z2AgdJapqPT1FOM44ieFfEheS { width:2.8125rem;height:2.5625rem;top:20.0625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0xGtpOD8nBZJwrKrgmHqwWKHvrrB9ko { width:20rem;height:15.1875rem;top:34.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMzyahfsqVIZ2haB5WqLvV6BlR8yhmNV { width:17.75rem;height:9.096375rem;top:40.6875rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTN9KcGPJIbD7CH6E0ut1OnTJJqLnLn9 { width:16.8125rem;height:1.5249rem;top:38.9375rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHDlfWqapaGwaysBOHqyVHBdWgRTfLco { width:3.3125rem;height:3.3125rem;top:35.5625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnT9Pm8i5l7Ce4KOnPF9RCq0HguqsP0g { width:20rem;height:15.25rem;top:50.9375rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipUa5i9IWL8noGAvn2GXMImcbNsDWKhc { width:16.25rem;height:5.19791875rem;top:58.900390625rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #scAlFSezeRkTiiC6HyBQnXSwRqzFPyla { width:13.375rem;height:1.5249rem;top:56.3125rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MndGW3PomK90aWrwz612iClBkrhctKei { width:3.25rem;height:3.25rem;top:52.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgCaJgnikMVJ1UZqcCXWTqznFCredLsE { width:13.5rem;height:3.625rem;top:68.810546875rem;left:3.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFHxnVOZMEM7Jy77zfdEyhp0ktezQGMd { display:block; }
 }@media only screen and (max-width: 763px) { #tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK { display:block; }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U6T37S350HhtVJxGtbRNosWo6wDR5Xwn { width:20rem;height:3.4375rem;top:2.8125rem;left:0rem;font-size:1.5625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T7hEF6q36d4vpKs5lNQIUkvMJDaIZRrc { display:block; }#T7hEF6q36d4vpKs5lNQIUkvMJDaIZRrc > .row .container { width:20rem;height:55.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I23Ga4yBduzHEntoFEOrfkPZ3N3QUc6k { width:20rem;height:38.98438125rem;top:14.125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TJbaAUoNmbEiiH7ExEkNUP9M3OgGhk8h { height:11.2206875rem;width:20rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vuvr0obbmky9sizF2QbJmuhx7JKf0Ke5 { display:block; }#Vuvr0obbmky9sizF2QbJmuhx7JKf0Ke5 > .row .container { width:20rem;height:83.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GvNmZIyvJeT6dKBFo1zVCT0k4X1HDIyt { width:20rem;height:1.375rem;top:2.625rem;left:0rem;font-size:1.25rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KHPEsFxHugo6AunHezPgItJWaP5FIG60 { width:20rem;height:1.19986875rem;top:4.1875rem;left:0rem;font-size:1rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yf9iEUHSQSz52zkg4qCGIxwfAyz6h6Fy { width:20rem;height:46.78119375rem;top:7.875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BUHwTVGgToMJHv2hH7cRD0Of2kpLPUeD { width:19.75rem;height:18.375rem;top:55.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXcW79VxTXzn4xpJ4dJh7nAwC5opkrLW { width:15.25rem;height:5.19791875rem;top:58.625rem;left:3.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xC9kQn691g4yT7cKlo8U8T80HM8aqNuk { width:15.25rem;height:1.29980625rem;top:57rem;left:3.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tJ3UaClxxSUqJu3RV5fSv4bFT5AA4kd6 { width:15.25rem;height:2.59895625rem;top:65.625rem;left:3.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XSUTOUoulTorftC9JdcSeLHgv4kLphab { width:15.25rem;height:1.29980625rem;top:64.0625rem;left:3.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fRTqMAyRdNc9k7Ff7TQ0TFE80oBJZ8dK { width:15.25rem;height:1.29980625rem;top:69rem;left:3.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zkb4d9s8K9tuZ6UfQD8JzO2pfJVtcPg0 { width:15.25rem;height:1.29980625rem;top:70.625rem;left:3.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cmqhZMichagWVzyAanmtOH8RN2JbVaTX { width:2.25rem;height:3.3125rem;top:58.5rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRPqXKa1GIBE1olBkCKxH31OdH7BeaMz { width:2.125rem;height:3rem;top:64.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZ7FeyV22AVZvuOp1tT15LEugVEyyZvV { width:1.9375rem;height:1.9375rem;top:69rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ku4d4AIL2ErWgvG8xv4c9FBkWTyKSlAk { width:19rem;height:3.625rem;top:77.6875rem;left:0.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qsf9yIQwV0TE4Jp8aXJ5hmz07Zg7imsT { display:block; }
 }@media only screen and (max-width: 763px) { #La5707g89wX6bB7Inx3wy6qLJXC7ClTk { display:block; }#La5707g89wX6bB7Inx3wy6qLJXC7ClTk > .row .container { width:20rem;height:124.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #frAzPU4TLm60mtx3r6L2eQoMMwbK4Syo { width:20rem;height:10rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1LbL4iOw5yTPspL3V92qT46Q7kdeU0m { width:15.875rem;height:1.3496125rem;top:14.125rem;left:2.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iJ4GfhIdp429P1qZ6VrzXtm7hl11Gmd1 { width:13.125rem;height:0;top:75.1875rem;left:3.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #t1xOXMuoy8IA0eRG051WWW7L1wUyUtS9 { width:5.6875rem;height:1.29980625rem;top:16.125rem;left:6.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MCI9uv1Z4K4b2VAF02QqLQdmtmRFvKke { width:6.375rem;height:1.29980625rem;top:16.125rem;left:9.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KxIZq3LEIuEsHHcflet6LqyrxffS7Iby { width:5.6875rem;height:1.29980625rem;top:76.375rem;left:6.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ES7T23DtgH7FbN2Ao4cD9W8WTWUa2Uey { width:6.6875rem;height:1.29980625rem;top:76.375rem;left:9.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #M1r9OgzAvTVXlP2whRG3T138rg9qALkx .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#M1r9OgzAvTVXlP2whRG3T138rg9qALkx { display:flex;height:auto;width:18.75rem;top:17.375rem;left:0rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem; }
 }@media only screen and (max-width: 763px) { #M1r9OgzAvTVXlP2whRG3T138rg9qALkx #RyD59rToKwkNkxTIHrK4trAz7u6LP67I {  }
 }@media only screen and (max-width: 763px) { #M1r9OgzAvTVXlP2whRG3T138rg9qALkx #azVJQwX9go0iQR1IzbsaCvJZvwiwqkpu {  }
 }@media only screen and (max-width: 763px) { #M1r9OgzAvTVXlP2whRG3T138rg9qALkx #Pm6UV5B8x7Nleai6oCUqovStW3Lqso6l {  }
 }@media only screen and (max-width: 763px) { #M1r9OgzAvTVXlP2whRG3T138rg9qALkx #v5vGmvH6aUfQQ8TQTAX7FKR1VAwlztmL {  }
 }@media only screen and (max-width: 763px) { #M1r9OgzAvTVXlP2whRG3T138rg9qALkx #XZIWXKNxmuspSskoKAXghm34RRxh5G32 {  }
 }@media only screen and (max-width: 763px) { #M1r9OgzAvTVXlP2whRG3T138rg9qALkx #zKxioptK95QZF7sNH9RyACBhSu5lHKHO {  }
 }@media only screen and (max-width: 763px) { #M1r9OgzAvTVXlP2whRG3T138rg9qALkx #wQKvpRUDRb5T6Qpet9rO89HMZ6VZ5hTl {  }
 }@media only screen and (max-width: 763px) { #M1r9OgzAvTVXlP2whRG3T138rg9qALkx #Ru3z2zL1yrewy5q6GSfEZfR9SzLRFb9v {  }
 }@media only screen and (max-width: 763px) { #M1r9OgzAvTVXlP2whRG3T138rg9qALkx #zl7cNt4Jv5gkIPpiTasRDHuqVcgt7vcV {  }
 }@media only screen and (max-width: 763px) { #M1r9OgzAvTVXlP2whRG3T138rg9qALkx #oQG3Md6RAIFfBHnKSaZoAmEzr3kOz9xf {  }
 }@media only screen and (max-width: 763px) { #QdQly9MWRqmA4z2iDcD7vgLBBCW37gTr .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QdQly9MWRqmA4z2iDcD7vgLBBCW37gTr { display:flex;height:auto;width:18.75rem;top:77.6875rem;left:0rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem; }
 }@media only screen and (max-width: 763px) { #QdQly9MWRqmA4z2iDcD7vgLBBCW37gTr #ezRT5fGtCAL9574OMZONDZv9r7fLkC2J {  }
 }@media only screen and (max-width: 763px) { #QdQly9MWRqmA4z2iDcD7vgLBBCW37gTr #HdXmEqUTT4AOlbCHHog0izSFL3hDNv6U {  }
 }@media only screen and (max-width: 763px) { #QdQly9MWRqmA4z2iDcD7vgLBBCW37gTr #M1pIlIm07yLraipdSis4mWDKPD6fo28X {  }
 }@media only screen and (max-width: 763px) { #QdQly9MWRqmA4z2iDcD7vgLBBCW37gTr #CF5sNF4E3lE8MGrEGzcCIiJ6qU4yZbez {  }
 }@media only screen and (max-width: 763px) { #QdQly9MWRqmA4z2iDcD7vgLBBCW37gTr #ekMKeuVMR7qoR6meMqPIV6xTn8qKcU3d {  }
 }@media only screen and (max-width: 763px) { #QdQly9MWRqmA4z2iDcD7vgLBBCW37gTr #QGhTWhyO97sXHKdqG4TXBWH3CVHiWzFT {  }
 }@media only screen and (max-width: 763px) { #QdQly9MWRqmA4z2iDcD7vgLBBCW37gTr #TXnJnFyzCe9TmArqTbCKVpW5TqwtpUh5 {  }
 }@media only screen and (max-width: 763px) { #QdQly9MWRqmA4z2iDcD7vgLBBCW37gTr #eTR7UEiL8ReAnP5RpffVq3RzFppPVLJA {  }
 }@media only screen and (max-width: 763px) { #QdQly9MWRqmA4z2iDcD7vgLBBCW37gTr #u3kI2wuVnTuN7leAGoudTViodNOcgvbZ {  }
 }@media only screen and (max-width: 763px) { #QdQly9MWRqmA4z2iDcD7vgLBBCW37gTr #ChltKzDytWwQJSglde6VFcdNf2MPghKI {  }
 }@media only screen and (max-width: 763px) { #QdQly9MWRqmA4z2iDcD7vgLBBCW37gTr #dRRluezgNqWEgOofSBJhxdTTI4TNOQEv {  }
 }@media only screen and (max-width: 763px) { #QdQly9MWRqmA4z2iDcD7vgLBBCW37gTr #QQhTEZrInka4LDDkwNyL15bMiUCx0oMf {  }
 }@media only screen and (max-width: 763px) { #QdQly9MWRqmA4z2iDcD7vgLBBCW37gTr #Nlefphi6ud4EK4uincReUrWaTqPd29Hq {  }
 }@media only screen and (max-width: 763px) { #QdQly9MWRqmA4z2iDcD7vgLBBCW37gTr #oqOb9RvZL1HnTiJ7WfmimQ46GViKTPo6 {  }
 }@media only screen and (max-width: 763px) { #QdQly9MWRqmA4z2iDcD7vgLBBCW37gTr #etd7JBdm3JeRSyRTtIgKI8c5E0M8VUET {  }
 }@media only screen and (max-width: 763px) { #xGqdFJL2cnTAK2FS4tNx1A6dxxXkCJuG { width:20rem;height:10rem;top:60.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHE8L3o5qRZR68DLdc3HioWW0WOWGdKd { width:20rem;height:2.699225rem;top:72.25rem;left:0.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #CKFmJ0Nx7EsiD2eQtHgwWrlAd0Cci5nx { width:18.875rem;height:3.625rem;top:119.9375rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmTmB7kDQCZE9NxVGMW5Sxv4dpZvdry5 { display:block; }
 }@media only screen and (max-width: 763px) { #Oi4NvDruO6uREN8XxKdQz6KBkBVdNQiQ { display:block; }#Oi4NvDruO6uREN8XxKdQz6KBkBVdNQiQ > .row .container { width:20rem;height:227.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gh9wzm15DsmXLbaUnvt0IboHTZnrXx8x { width:20rem;height:24.125rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6FJlOSTdtcGTJTL9KTlTSN7TGo5KBS8 { width:17.49975rem;height:18.19271875rem;top:15rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9ZVzhXMpwbrSOEnbnmoOeDqHz2ADkOg { width:20rem;height:35.5rem;top:73.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtiMHds4nzinWBu4gH44piQh0chhqF3P { width:2.1870125rem;height:2.1870125rem;top:73.9375rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFfG4VH5ShH8vNTnlPq80fXJeccZrXzM { width:17.7495rem;height:29.88800625rem;top:77.375rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT2l3IKOL5dUd8IvqEt0fPviMpCtmB64 { width:20rem;height:17.625rem;top:110.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMuKwrbcu1l8szekbd4l4gbTtHdBoRgC { width:2.1870125rem;height:2.1870125rem;top:111rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPaUss1SKIAM6W9Z7avLnvtJgZ0H8oSf { width:18.06225rem;height:12.994775rem;top:113.1875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDnxSnPc98tzwUfwNKkypte0Fpfy9bew { width:20rem;height:19.1875rem;top:204.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPX6ltGGnkOttxOPVZ10tFJTWk2WbI6k { width:17.625rem;height:11.6953375rem;top:209.0625rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiGizf4V2aov9yBClfRO7ter3F1rkiwJ { width:2.1870125rem;height:2.1870125rem;top:206.25rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVQOSqIvZTtztGJNH8hez0KBZxgDyB5f { width:20rem;height:31.5rem;top:171.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6pxeaKcASR1T9QhgODvpoocJs9GOHNk { width:17.9375rem;height:24.690125rem;top:176.5625rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXT1WmMxVTT3US4yqDW5gCczHVtFpgTb { width:2.1870125rem;height:2.1870125rem;top:173.25rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VufwbuXhC5zDalTWiVWPueCmdH6ss0NA { width:20rem;height:41rem;top:129.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9tgD6e5yozSQnTgaK4Nv56Apdtbz77l { width:17.8125rem;height:35.0859625rem;top:134.1875rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISMlxwA8W2vlLIpV74ZdPoqQzLyiXd5i { width:2.1870125rem;height:2.1870125rem;top:130.875rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqBhi6fmQgOPrdHuuaVbuZ7wkBsdrZnO { width:20rem;height:34.875rem;top:36.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2mwEFByAW8r0RdvkhrR01TXcfgkaAQo { width:17.8125rem;height:28.588525rem;top:41.625rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQhMmUTDC3o0shOKCg0fTnzTb0bHyGGT { width:2.1870125rem;height:2.1870125rem;top:38.1875rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRK8rQHFIenkqU4nZ5NBdxOT2pKPr2Mq { width:2.1870125rem;height:2.1870125rem;top:11.6875rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTlJ8ZfvyrPFHVl3vplsV2OJm7n4dGWL { width:19.9980625rem;height:5.15625rem;top:3.2486991882324rem;left:0rem;font-size:1.5625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tHcRWLkuVitkQCALoU9rluTwbJV2HiuH { display:block; }#tHcRWLkuVitkQCALoU9rluTwbJV2HiuH > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FXp9kmSCSJgON4zqIuSZ9xJs7hvrRKHm { width:20rem;height:4.5rem;top:1.25rem;left:0rem;font-size:1.25rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #biifFZSFbClLBPiTvW9uDbAx41A7H9Ju { background-color:#ebe1ff;background-image:none;display:block; }#biifFZSFbClLBPiTvW9uDbAx41A7H9Ju > .row .container { background-color: transparent; background-image: none; }#biifFZSFbClLBPiTvW9uDbAx41A7H9Ju::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#biifFZSFbClLBPiTvW9uDbAx41A7H9Ju > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#biifFZSFbClLBPiTvW9uDbAx41A7H9Ju > .row .container > .video-iframe-container { display: none; }#biifFZSFbClLBPiTvW9uDbAx41A7H9Ju > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#biifFZSFbClLBPiTvW9uDbAx41A7H9Ju > .row > .video-iframe-container { display: none; }#biifFZSFbClLBPiTvW9uDbAx41A7H9Ju > .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); }#biifFZSFbClLBPiTvW9uDbAx41A7H9Ju > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h8JgyO68WElIexqNo50qy9y3wOFFk8m6 { width:7.125rem;height:1.3999rem;top:5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwWRIqCMv5TiD6owMRl01rAOXsEypGQz { width:11rem;height:3.8984375rem;top:5rem;left:9rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zhnSt6574MfsyteV6Acg3VZ7Cm7mCxCV { width:11rem;height:3.8984375rem;top:14.75rem;left:9rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zOopxL6TkDQdBLdZ3MI15CKg0vZCgwXI { width:7.125rem;height:2.59895625rem;top:15.5rem;left:0rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #As4zC8gK2AUe0Hk8Qg4SBVhXM3BBzDMr { width:7.5rem;height:2.3125rem;top:2.125rem;left:11.03662109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wK5tRT0n4SeblVsKXznEGqzurbqWun6f { width:5.3125rem;height:2.625rem;top:1.96875rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpEtPWX8w7Qh7TbqRKL4e1SNnywuq1Gs { width:6.1875rem;height:4rem;top:10.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHyyJqhI7aV73TDwKN3ib77xz5TKbkOx { width:7rem;height:2.9375rem;top:10.75rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFv2JkKHAww0cbChymMe4fp01V3y30Pt { display:block; }#bFv2JkKHAww0cbChymMe4fp01V3y30Pt > .row .container { width:20rem;height:37.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QtmgJivUk7DV5q5QqlkLaKM65sGzsRTu { width:20rem;height:1.375rem;top:2.060546875rem;left:0rem;font-size:1.25rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u .accordion-heading-text { font-size:1.125rem;height:auto; }
#XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u { display:flex;height:auto;width:18.75rem;top:3.435546875rem;left:0rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem; }
 }@media only screen and (max-width: 763px) { #XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u #T8zsrdd5FG3L6bETu7zOv2ZJRXC1weTB {  }
 }@media only screen and (max-width: 763px) { #XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u #LfTOPypQhHW8xL62fics1qdRq5RTCBEC {  }
 }@media only screen and (max-width: 763px) { #XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u #SZKCkJxQemvmZahTTIwpa0Q0xgx6zl1f {  }
 }@media only screen and (max-width: 763px) { #XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u #RttGoRWSxdJ3ve8UJEt8dJT9Kz3ZTPed {  }
 }@media only screen and (max-width: 763px) { #XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u #Irnh3wd1pJGomdL90MOJ20Ukx147e6zs {  }
 }@media only screen and (max-width: 763px) { #XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u #cr9eS3DB5aJybAuVpKibNGSQobTQO94w {  }
 }@media only screen and (max-width: 763px) { #XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u #C0eKBAhou7zRsArpms1emvQIxV8euwDo {  }
 }@media only screen and (max-width: 763px) { #XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u #O1wkXLh0aVRXSyUNTJNQUGHTfArMriO9 {  }
 }@media only screen and (max-width: 763px) { #XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u #LaTo4Eg6Ny8pF7VVN9GXTxMRAm0DF3If {  }
 }@media only screen and (max-width: 763px) { #XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u #RZunciKducvVu2aoH7QEyZlv7VVToCwF {  }
 }@media only screen and (max-width: 763px) { #XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u #JDQEDmK5yE9dwGqfyGJNvoHcsfc1aKAU {  }
 }@media only screen and (max-width: 763px) { #XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u #x8dH8kSwE3iLkipCGTdPxeuyDpByKhTZ {  }
 }@media only screen and (max-width: 763px) { #XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u #TazBRiKG2URoSJlOQDNE4xxoswECxlwE {  }
 }@media only screen and (max-width: 763px) { #XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u #gXqJTXHPykT3LIP1TSy7QyGT3obOu4EP {  }
 }@media only screen and (max-width: 763px) { #XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u #LX3ov4tRz0MUyi2zocu0P5UmCFRU0Xox {  }
 }@media only screen and (max-width: 763px) { #XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u #qVXGTbRudRdcrtHoF1SJwHhOPRfiU43U {  }
 }@media only screen and (max-width: 763px) { #XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u #QkfF7TB96InwuwoCMaHdyIOMqvnSNqya {  }
 }@media only screen and (max-width: 763px) { #XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u #afbiKBCEvr9o7oSZ1oUVN074uKOyb4Ua {  }
 }@media only screen and (max-width: 763px) { #XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u #Ta6qfof6edgPkFQBQNTFlTNVkhxm7vqc {  }
 }@media only screen and (max-width: 763px) { #XLRSIpuFTTW6BUKEOoMrFw1UP6hxuz0u #UKTp9lyLsIaKaHlxwWfdAvTRsXPLVuQs {  }
 }@media only screen and (max-width: 763px) { #H5mASBGTyWGhQwsIdbi6c2AdGUzeRJNn { display:block; }#H5mASBGTyWGhQwsIdbi6c2AdGUzeRJNn > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aH8Q5slfni3ZZtJ5zATpaJQhbMtOfQJz { width:20rem;height:1.5rem;top:3.7373046875rem;left:0rem;font-size:1.25rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vRz2Rabxv95AVIEZr035B1O1MHTge655 { width:20rem;height:1.3496125rem;top:2.3125rem;left:0rem;font-size:1.125rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hAOZxWu71VS2122CGwwUVg6gWsL7Wc69 { display:block; }#hAOZxWu71VS2122CGwwUVg6gWsL7Wc69 > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r2qI09Xy6Fc2Xx3zgq69E4yLXLF5BrQV { width:5.375rem;height:1.625rem;top:5.5rem;left:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSkp4ms3Ukvh1RodTtG6MlHlZzona7QW { width:7.5625rem;height:2.4375rem;top:7.25rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZV0wOe7eCFMC130EBPinIivDOiHa2gWG { width:8.9375rem;height:2.4375rem;top:7.125rem;left:10.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e69XzyMPVRhwnOX9irqrzfyh1evOya3J { width:8.625rem;height:1.25rem;top:5.5rem;left:10.375rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #JTz8oSfqB1wbvqiB6BHyIe8LXtAb1tKd { width:5.125rem;height:1.21875rem;top:17.0625rem;left:12.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBwdDBNhqwNDcPHO8poq590ePdRJMECa { width:8.6875rem;height:1.125rem;top:15.5625rem;left:10.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnGveJGKfXhCgrGb7SPQXNE2kvOr3wsO { width:10.3125rem;height:1.21875rem;top:17rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpTAeeMOSvApzQgVV7B7v8GcTkAgCckh { width:8.1875rem;height:1.125rem;top:15.375rem;left:0.96875rem;font-size:1.25rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #pcBk3DTZprNviohlyJkfzVK9wcxPmpfA { width:2.875rem;height:2.875rem;top:2.1875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyETN6XdcDSXGmZT43DPX4STDhmNPyZy { width:3.125rem;height:3.125rem;top:2.0625rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBAVHEOJyTqrDmyAuU91Jd0zRTeWbh9d { width:3.3125rem;height:3.3125rem;top:11.34375rem;left:13.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNGrsbxGlq2xbAETwzJXG88hlpGG63Ed { width:3.875rem;height:3.875rem;top:10.84375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #beAsQZbygT0QryaJv1oiocTeaZxkV9ay { display:block; }#beAsQZbygT0QryaJv1oiocTeaZxkV9ay > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTCVs6bxch8lTSchTnDu9956mJytTPF3 { width:20rem;height:1.5rem;top:5.32421875rem;left:0rem;font-size:1.25rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #taTzetQ5CUePGgUh5SSCKTJhoVVDnRyd { width:20rem;height:2.69921875rem;top:2.375rem;left:0rem;font-size:1.125rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #evNIsiElfqLMS8dfD5lCRbsRnKQVTD7C { width:20rem;height:22.09116875rem;top:8.5869140625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Qpyirn177Qh9MPwqqac4LxTNMzmkez6H { width:20rem;height:11.2rem;top:27.595703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { display:block; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { border-width: 0; border-radius: 0; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { width:20rem;height:10rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RicMdrI8Gk8DLcfMWPCBlrTfzgiM7Ge0 { width:4.9375rem;height:1.875rem;top:1.75rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkw8Vsb6O2TqFoaB9BB6u0DbmTsUksEz { width:17.8125rem;height:1.13769375rem;top:5.4375rem;left:1.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t5gsl6WknA5bcxCSR3Lafnp0Ft2p4RZK { display:flex;width:1.875rem;height:1.875rem;top:1.75rem;left:11rem;font-size:1.3125rem; }
#t5gsl6WknA5bcxCSR3Lafnp0Ft2p4RZK > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #TsEHRzmfN7VXmvX1OsmH3OAZWHOKXcl3 { display:flex;width:1.875rem;height:1.875rem;top:1.75rem;left:13.4375rem;font-size:1.3125rem; }
#TsEHRzmfN7VXmvX1OsmH3OAZWHOKXcl3 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #C3DpIMuV7wqbeaAWnnBJRhF0vr7QdiJX { top:4.5625rem;left:2.6875rem;width:14.625rem;height:0;z-index:15022;background-color:rgba(255,255,255,0.74);background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VN8FLDRH0nmdDZ7Mr9ThBknSrLEzTTar { width:0.125rem;height:1.25rem;top:4.6875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qeQXCNmltMG03bHHOapCQUTQRKhv9PB0 { width:0.125rem;height:1.25rem;top:4.625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PQ6cFadc99k1bnKTt90a7ioVbvoX9wN0 { width:6.375rem;height:1.125rem;top:7.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #izZkEcvMWgq8HT8O1EwO746sHMwEyIwI { width:7.0625rem;height:1.125rem;top:7.3125rem;left:6.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed79sBlvf6UkwB5hBrNEseQfkv5X3b9h { width:6.4375rem;height:1.13769375rem;top:7.3125rem;left:13.5625rem;font-size:0.875rem;display:block; }
 }