.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@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:#fffbf0;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#WMzCqvOvPpLq1kMX39n27idUzWdnCWHe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbf0;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; }#WMzCqvOvPpLq1kMX39n27idUzWdnCWHe > .row .container { background-color: transparent; background-image: none; }#WMzCqvOvPpLq1kMX39n27idUzWdnCWHe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMzCqvOvPpLq1kMX39n27idUzWdnCWHe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMzCqvOvPpLq1kMX39n27idUzWdnCWHe > .row .container > .video-iframe-container { display: none; }#WMzCqvOvPpLq1kMX39n27idUzWdnCWHe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMzCqvOvPpLq1kMX39n27idUzWdnCWHe > .row > .video-iframe-container { display: none; }#WMzCqvOvPpLq1kMX39n27idUzWdnCWHe > .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); }#WMzCqvOvPpLq1kMX39n27idUzWdnCWHe > .row .container { border-width: 0; border-radius: 0; }#WMzCqvOvPpLq1kMX39n27idUzWdnCWHe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WMzCqvOvPpLq1kMX39n27idUzWdnCWHe > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:block; }#XbQX4tP9uUKh46s47lMgePc28daC3g7q { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3939ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.4375rem;height:3.375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.75rem;left:31.25rem;display:block; }
#npkTeLZke06MHuizNSB76zXh4OZffZ3h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F3W7z8KkLieHxfPTeSJpRLVXX4PMT1JI { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3939ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.75rem;left:36.8125rem;display:block; }
#GK3SGDZtAVJcpIsHf28Vb3edfHwWbT5k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V9ayQpmCgFsiCEr0zpWbKKmUq1ekf3EP { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3939ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.75rem;left:42.25rem;display:block; }
#O7zMso2JEZsnythQECn48v3hMyDxqkQd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BoRd82zcLsk4Q6rsL3ObGBTTL7TIiT9G { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3939ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.75rem;left:49.6875rem;display:block; }
#CvAR59rO3bvG8mkKsKClOc7W1hKabRP9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RFySVWTNCESrgS2RIG0uoMIC8fMXbRxT { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3939ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.125rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.75rem;left:54.25rem;display:block; }
#Bpco5rpXJXisW2Q7UtIivDknAVQnbUO5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bZufOI49hsOQADdQ9TpsoL8dv4cJyTqx { background-color:transparent;background-image: -webkit-linear-gradient(232deg, #3939ff, #dbb8ff);background-image: -moz-linear-gradient(232deg, #3939ff, #dbb8ff);background-image: -ms-linear-gradient(232deg, #3939ff, #dbb8ff);background-image: -o-linear-gradient(232deg, #3939ff, #dbb8ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3939ff', endColorstr='#dbb8ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3939ff', endColorstr='#dbb8ff' );";background-image: linear-gradient(232deg, #3939ff, #dbb8ff);background-size:auto !important;border-top:0.0625rem solid #3939ff;border-left:0.0625rem solid #3939ff;border-right:0.0625rem solid #3939ff;border-bottom:0.0625rem solid #3939ff;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;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:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.9375rem;left:61.1875rem;display:block; }
#AkF7LhhfHlPa7wE0zJshx4e4V5TDtmsn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HQbo2DJAdSpBC99zwL5DBfGKAdcWULcu { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:17.0625rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#zMTC8g8ra89kFTa7tnyfbRwuKd7S5KV2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbf0;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#zMTC8g8ra89kFTa7tnyfbRwuKd7S5KV2 > .row .container { border-width: 0; border-radius: 0; }#zMTC8g8ra89kFTa7tnyfbRwuKd7S5KV2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zMTC8g8ra89kFTa7tnyfbRwuKd7S5KV2 > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:none; }#FpQ8ZWZh3BfTVXT7h44hXgIZCTAkG0mQ { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3939ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.4375rem;height:3.375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.75rem;left:31.25rem;display:block; }
#tkA0tr8APeDtLeOBlwT2sGlk0bmVdi5T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g62E4A72iczKw0kSxce2xmQdsvN4p7xa { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3939ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.75rem;left:36.8125rem;display:block; }
#ym6757EDN9KP9FBtoeWkSbSDv33kFKvZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qPoJM6huXsfy53hyzLxX0uzbQ2VeU6MA { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3939ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.75rem;left:42.25rem;display:block; }
#wgyacp9vVH8zbuCfQ99hbCEFK0h9lgWZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z14K28TtxtZFL7SVB8l2Dd3u2DhClaea { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3939ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.75rem;left:49.6875rem;display:block; }
#khP8IPBhm61uraetfUuWidBed8cEJKyl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ETRLGVes3bfQtgN1xqkRl8tQhMNu5faE { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3939ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.125rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.75rem;left:54.25rem;display:block; }
#HLxt5aIXNMnFFWTQWhFwpzzzWTtTgMVx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bx60DeQzflALZEfo1P5GMF0mq8a9e64E { background-color:transparent;background-image: -webkit-linear-gradient(232deg, #3939ff, #dbb8ff);background-image: -moz-linear-gradient(232deg, #3939ff, #dbb8ff);background-image: -ms-linear-gradient(232deg, #3939ff, #dbb8ff);background-image: -o-linear-gradient(232deg, #3939ff, #dbb8ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3939ff', endColorstr='#dbb8ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3939ff', endColorstr='#dbb8ff' );";background-image: linear-gradient(232deg, #3939ff, #dbb8ff);background-size:auto !important;border-top:0.0625rem solid #3939ff;border-left:0.0625rem solid #3939ff;border-right:0.0625rem solid #3939ff;border-bottom:0.0625rem solid #3939ff;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;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:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.9375rem;left:61.1875rem;display:block; }
#rrNTI8ZAEGifW5xn2FXBgSCKmGhL2OAN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eQlNDPahoMoPkAJn19CBcbmMnQbTXi5D { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:17.0625rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#tBrKvbzQV3GtGTQ8rQAEEHdPMmJOdXq4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#mOe8c8y1dTOi5S8BkTTRcZRwLa1JaiqM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f2ed;background-image:url("https://images.assets-landingi.com/uc/536716cc-a95a-4009-910a-fa82b41d3e50/highanglegirlplayingmemorygame.crop_7999x4579_0,0.jpg");background-position: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; }#mOe8c8y1dTOi5S8BkTTRcZRwLa1JaiqM.adaptive-delivery-prevent-bg, #mOe8c8y1dTOi5S8BkTTRcZRwLa1JaiqM.lazyload, #mOe8c8y1dTOi5S8BkTTRcZRwLa1JaiqM.lazyloading { background-image: none; }#mOe8c8y1dTOi5S8BkTTRcZRwLa1JaiqM > .row .container { background-color: transparent; background-image: none; }#mOe8c8y1dTOi5S8BkTTRcZRwLa1JaiqM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mOe8c8y1dTOi5S8BkTTRcZRwLa1JaiqM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mOe8c8y1dTOi5S8BkTTRcZRwLa1JaiqM > .row .container > .video-iframe-container { display: none; }#mOe8c8y1dTOi5S8BkTTRcZRwLa1JaiqM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mOe8c8y1dTOi5S8BkTTRcZRwLa1JaiqM > .row > .video-iframe-container { display: none; }#mOe8c8y1dTOi5S8BkTTRcZRwLa1JaiqM > .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); }#mOe8c8y1dTOi5S8BkTTRcZRwLa1JaiqM > .row .container { border-width: 0; border-radius: 0; }#mOe8c8y1dTOi5S8BkTTRcZRwLa1JaiqM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mOe8c8y1dTOi5S8BkTTRcZRwLa1JaiqM > .row .container { font-size:0.875rem;font-family:arial;height:45.8125rem;width:75rem;position:relative;display:block; }#QLSkHMob1cTT6u63h5Ps4H8me2dcr1Sg { color:rgba(var(--color-tertiary-0),1);display:block;width:39.125rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:13.3125rem;left:0rem;height:11.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TXoqxErhOIQVfS1KV3Bx2Hp0bhJdIeQi { color:rgba(var(--color-tertiary-0),1);display:block;width:30.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:25.6875rem;left:0rem;height:5.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cb3aO7DXnSTKoSNI4QO4OrcOSM8TGvOI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#oe8FXvOuu98HDbPcbgsxrVWINy2tEToy { color:rgba(var(--color-tertiary-0),1);display:block;width:30.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:25.6875rem;left:0rem;height:5.75rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#fffbf0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;overflow:visible;position:relative;display:block; }#Abzii6I3uqBUauHDwHo7cMSlrQlR0Ud7 { color:rgba(var(--color-primary-4),1);display:block;width:29.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:12.125rem;left:0rem;height:13.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#adbL7SS6NqEPwvgIbT3G1ttiwJElTpvW { color:#3939ff;display:block;width:33.0625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:5.125rem;left:0rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zaUukATo2rTSHODwSmX35HolNPVUbU3B { position:absolute;display:block;z-index:15005;border-top:0.25rem solid #aee6ed;border-left:0.25rem solid #aee6ed;border-right:0.25rem solid #aee6ed;border-bottom:0.25rem solid #aee6ed;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;box-shadow: none;height:24.4375rem;width:31.1875rem;top:12.125rem;left:43.3125rem;overflow:hidden;display:block; }
#gbCk6RRpQUO7qympyUVzdu1Ck3qTnbV1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/63bdd23c-ebab-4907-96d3-49661d4fec6f/Frame12.svg");background-position: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; }#gbCk6RRpQUO7qympyUVzdu1Ck3qTnbV1.adaptive-delivery-prevent-bg, #gbCk6RRpQUO7qympyUVzdu1Ck3qTnbV1.lazyload, #gbCk6RRpQUO7qympyUVzdu1Ck3qTnbV1.lazyloading { background-image: none; }#gbCk6RRpQUO7qympyUVzdu1Ck3qTnbV1 > .row .container { background-color: transparent; background-image: none; }#gbCk6RRpQUO7qympyUVzdu1Ck3qTnbV1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.2); }#gbCk6RRpQUO7qympyUVzdu1Ck3qTnbV1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbCk6RRpQUO7qympyUVzdu1Ck3qTnbV1 > .row .container > .video-iframe-container { display: none; }#gbCk6RRpQUO7qympyUVzdu1Ck3qTnbV1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.2); }#gbCk6RRpQUO7qympyUVzdu1Ck3qTnbV1 > .row > .video-iframe-container { display: none; }#gbCk6RRpQUO7qympyUVzdu1Ck3qTnbV1 > .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); }#gbCk6RRpQUO7qympyUVzdu1Ck3qTnbV1 > .row .container { border-width: 0; border-radius: 0; }#gbCk6RRpQUO7qympyUVzdu1Ck3qTnbV1::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gbCk6RRpQUO7qympyUVzdu1Ck3qTnbV1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gbCk6RRpQUO7qympyUVzdu1Ck3qTnbV1 > .row .container { font-size:0.875rem;font-family:arial;height:41.5rem;width:75rem;position:relative;display:block; }#w3OfrEbiE7U8WQopV2bqEIHMfhafDKOd { box-sizing:content-box;height:4.0625rem;width:22.375rem;position:absolute;display:block;z-index:15000;background-color:#3939ff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:2.5625rem;left:26.3125rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#DSP5eeSbvfOif7T5ltI5Wai9Hd6HHQO1 { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:13.4375rem;left:7.875rem;height:1.8125rem;text-align:center;text-align-last:center;display:block; }
#yQ4yuPkW6GVUOyvukXoMkkkuUBpHAFUs { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.8;letter-spacing:0;top:22.6875rem;left:10.4375rem;height:8.75rem;text-align:center;text-align-last:center;display:block; }
#CSnZdB7n2ECsX3D8LeIG2wIRIFDakwXR { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15026;background-color:#c4d8f0;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20rem;left:9.25rem;display:block; }
#J1PmzAzXIRp7n5JxIJDxsrTDrrcfk6tO { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:17.875rem;left:10.25rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#I0nDDCUumH8KTTXWRHExmK5NzL8oaaL3 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15028;line-height:1.8;letter-spacing:0;top:22.6875rem;left:44.9375rem;height:10.5rem;text-align:center;text-align-last:center;display:block; }
#n0aXhmaHGvRzZKpITrz8GbcZW4nFqtf8 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5625rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:13.4375rem;left:45.375rem;height:1.8125rem;text-align:center;text-align-last:center;display:block; }
#cST6L94GETo676gFRSpET8BSR09Befpk { box-sizing:content-box;height:26.0625rem;width:33rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;box-shadow: 0.1875rem 0.1875rem 0.3125rem #c4d8f0 ;border-top:0.125rem solid #dbb8ff;border-left:0.125rem solid #dbb8ff;border-right:0.125rem solid #dbb8ff;border-bottom:0.125rem solid #dbb8ff;top:9.75rem;left:2rem;border-top-right-radius:1.8125rem;border-bottom-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-top-left-radius:1.8125rem;display:block; }
#WnO7eBbX3VZc53dwT9FadF2Xs9izuVoS { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15027;background-color:#c4d8f0;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.875rem;left:9.25rem;display:block; }
#COdRKekHDlVV7VQhoL4v8KLs5T6ehJvK { box-sizing:content-box;height:26.0625rem;width:33rem;position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;box-shadow: 0.1875rem 0.1875rem 0.3125rem #c4d8f0 ;border-top:0.125rem solid #dbb8ff;border-left:0.125rem solid #dbb8ff;border-right:0.125rem solid #dbb8ff;border-bottom:0.125rem solid #dbb8ff;top:9.9375rem;left:39.625rem;border-top-right-radius:1.8125rem;border-bottom-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-top-left-radius:1.8125rem;display:block; }
#RoESA0Opvpi6yTv3Ne0J6WZhk9Td2fVc { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15032;background-color:#c4d8f0;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.1875rem;left:46.8125rem;display:block; }
#ymGmKtQlUZVBzfTL7bX67FOGLFsHIfEf { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:18.0625rem;left:47.8125rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#ueGQDJKdAJH1df8yZDzTpFTHwu9gMdpm { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15033;background-color:#c4d8f0;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.0625rem;left:46.8125rem;display:block; }
#UrENAvkplZx3f21r43i4cBLaWUqiDcmf { color:#ffffff;display:block;width:10.375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:3.59375rem;left:32.3125rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#CVSQJsoblbK4nHDTLyTxRecHHCySNgMX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbf0;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; }#CVSQJsoblbK4nHDTLyTxRecHHCySNgMX > .row .container { background-color: transparent; background-image: none; }#CVSQJsoblbK4nHDTLyTxRecHHCySNgMX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CVSQJsoblbK4nHDTLyTxRecHHCySNgMX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CVSQJsoblbK4nHDTLyTxRecHHCySNgMX > .row .container > .video-iframe-container { display: none; }#CVSQJsoblbK4nHDTLyTxRecHHCySNgMX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CVSQJsoblbK4nHDTLyTxRecHHCySNgMX > .row > .video-iframe-container { display: none; }#CVSQJsoblbK4nHDTLyTxRecHHCySNgMX > .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); }#CVSQJsoblbK4nHDTLyTxRecHHCySNgMX > .row .container { border-width: 0; border-radius: 0; }#CVSQJsoblbK4nHDTLyTxRecHHCySNgMX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CVSQJsoblbK4nHDTLyTxRecHHCySNgMX > .row .container { font-size:0.875rem;font-family:arial;height:44.6875rem;width:75rem;position:relative;display:block; }#bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh .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; }
#bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh .accordion-heading-text { display:block;position:relative;width:100%;font-family:montserrat;font-weight:400;font-size:1.125rem;color:rgba(var(--color-tertiary-4),1);height:auto;font-style:normal; }
#bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.9375rem;font-family:montserrat;color:rgba(var(--color-tertiary-4),1);height:auto;font-weight:300;font-style:normal;line-height:1.4;overflow:hidden; }
#bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh .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; }#bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh .accordion-trigger.adaptive-delivery-prevent-bg, #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh .accordion-trigger.lazyload, #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh .accordion-trigger.lazyloading { background-image: none; }
#bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh { box-sizing:content-box;height:auto;width:27.8125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15003;background-color:#3939ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:5.03125rem;left:41.09375rem;border-top-right-radius:1.1875rem;border-bottom-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-top-left-radius:1.1875rem; }
#bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #KTSMrwrVFlDyvTwHqLVVmx1ROLGQrHGh { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #u4ze8WCoxQqun8vOaBIdR65kG6emQuGG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #hZCe37XUFPytnHMfZBBP6BeJ2nTWSVxs { display:block;position:relative; }
#bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #avCR3UtoJf1UsUqonnT2Ol5hJ6noiZDc {  }
#bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #JcMUsPl27pbuSRNW2xo0bC9BR3SnFaF7 {  }
#bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #bNZLu2UqbCWNLJUP7Ofgz1FAqHzQseMB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #eRAoEKoROZn2FN6TKOXgvqe9EsdfATww { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #Bzv0R2332Jou5g0UopiaFhOeu9rMSGGu { display:block;position:relative; }
#bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #ao8wp6cpA2rSu15m9NCWQwChkTUvVIL5 {  }
#bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #vTgSlDtRapXGD3aSC6obNlUMnv109Vmf { display:none; }
#bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #FgQfGf3yAOPAXgwRC9HaI4mMGnz9LvMB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #EvFHU4J0nPBCOUWzVJUZWziUAgDZ9pcP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #Kiar9JvohLhBTsTvi6ZOIhGTMUOuygqe { display:block;position:relative; }
#bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #kiZXIG0e6NtHBGxfKiuDQTbE8IJt2mXW {  }
#bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #JRhixKR9alEk5ivuUN7zxS458Zav1da9 { display:none; }
#bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #vrf94aiVd2FEsVaoE50TCBTvKVPbg3V7 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #zyAZWr127mSx1avATvCaLJEmEAnTT0Ky { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #mtVFOzkX8t20e4mz6zWk0ZXBlqko9nMq { display:block;position:relative; }
#bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #isLy5CzIJXHBCh0S1qyNXXWDTeK8UutV {  }
#bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #e53vvmEN2mwtZfF6zi17evPPUeZ8xPyg { display:none; }
#bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #oId7N3m4XheU6Qpw7vB75iqHK3Nqut73 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #BbkDyTmyTvoqi2TdmKwMhWbFJg2xHZxL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #xAPPgP9FXMQMF3RJsXzGniRJ1ZgswK39 { display:block;position:relative; }
#bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #Uoqh6ibAUwdvISyGwoLUm8MN8X2syT2B {  }
#bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #u2sA15zNiQfp0UT7U77gpO6Cnpz4KVIx { display:none; }
#bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #sbK7DsZrgkPT2GHHh12bnLtwdc0Lzace { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #ZVRfRtM3ZSWEDd1xgLQM6H7uMd66FrQL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #NiNTJp5evNMXkB8x1zNDJLuwDy6C5I0K { display:block;position:relative; }
#bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #wUPhh7zNI3h8ZXhcZRWKlnMBup3XeVQe {  }
#bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #Fr41rPhFrworZpkKW13CT2ZhlZ1VZfrp { display:none; }
#bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #QqkBpMTFCRuyZTTwqEUMIwyazvXCXADX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #fXen9snaJAzmvKm9avlIpWhXupapQATe { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #cTOwqALCkyatTug72Py93J21kQNdCH08 { display:block;position:relative; }
#bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #lH0D5kKA3NGODyFMskKUhAALhkDO7JvN {  }
#bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #Izk7Dn2IGwbgCgg5RF7fBAIdd0QxZEC9 { display:none; }
#VTWZABgUd1oTrRJBOMZeJ0De9X4ZliyA { color:#3939ff;display:block;width:25.75rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UvXTZZ69iQA0ERvSpCWZnTEuCKrEOqD2 { color:rgba(var(--color-primary-4),1);display:block;width:29.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:11.3125rem;left:0rem;height:6.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FkQ880b1d2RnF5iqlcdAvx9u4dnc4lZU { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.75rem;width:20.6875rem;top:4.375rem;left:15.125rem;overflow:hidden;display:block; }
#yE71n5ldN6VbmXL093vi9AGzWa8P6U7q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#yE71n5ldN6VbmXL093vi9AGzWa8P6U7q > .row .container { background-color: transparent; background-image: none; }#yE71n5ldN6VbmXL093vi9AGzWa8P6U7q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yE71n5ldN6VbmXL093vi9AGzWa8P6U7q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yE71n5ldN6VbmXL093vi9AGzWa8P6U7q > .row .container > .video-iframe-container { display: none; }#yE71n5ldN6VbmXL093vi9AGzWa8P6U7q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yE71n5ldN6VbmXL093vi9AGzWa8P6U7q > .row > .video-iframe-container { display: none; }#yE71n5ldN6VbmXL093vi9AGzWa8P6U7q > .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); }#yE71n5ldN6VbmXL093vi9AGzWa8P6U7q > .row .container { border-width: 0; border-radius: 0; }#yE71n5ldN6VbmXL093vi9AGzWa8P6U7q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yE71n5ldN6VbmXL093vi9AGzWa8P6U7q > .row .container { font-size:0.875rem;font-family:arial;height:2.125rem;width:75rem;position:relative;display:block; }#kpxSKVXvfngv5yx7i6h9pmd8rCKawAzm { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:0.4375rem;left:2.375rem;height:1.25rem;display:block; }
#BW9r8VniiLlr08DugL4NeALDGh5Kicl6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:0.375rem;left:10.75rem; }
#bOgtE4cAcNkpmXVxnWSE5cA4fAcWgVs4 { color:#ffffff;display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:0.5rem;left:13.5rem;height:1.25rem;display:block; }
#lLTZPD75oT9nBlr3hifJrKauXbXvDX6w { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:0.375rem;left:17.8125rem; }
#DpDsrAlXDB45mBrF9iGrevJU1JlNSsRI { color:#ffffff;display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:0.5rem;left:20.75rem;height:1.25rem;display:block; }
#TquJr32VFxG5KBr6tF4sHAcaaXUNqmgu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:0.375rem;left:33.4375rem; }
#HCwxXtwRFVof4Uy5hf6JUhx9805cmqmM { color:#ffffff;display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:0.4375rem;left:36.0625rem;height:1.25rem;display:block; }
#aRUUlCTcPR1eTgQgdMTN3DifeTHQ85Q3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:0.375rem;left:48.5625rem; }
#QvN3F4KmkKT4xT8mnawytncyldwSH6wt { color:#ffffff;display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:0.4375rem;left:51.5rem;height:1.25rem;display:block; }
#ywAt6lrLMKwQ5BB6qux8IMTmRi12O0ex { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:0.375rem;left:73.625rem; }
#yU04LzkTmlMpJ2GcgM8ctPComLiMoEiT { color:#ffffff;display:block;width:4.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:0.4375rem;left:69.125rem;height:1.25rem;display:block; }
#ceBmXlB5LFyIAIfT2ccqQlHWQRGENqUt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:0.375rem;left:66.625rem; }
#XPnZcnnf4ztihcg48eueSGfZSIF54kem { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:0.375rem;left:0rem; }
#wxvXWOxH1IyrR8NlWT2Vc6ygrfOW0xdp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbb8ff;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; }#wxvXWOxH1IyrR8NlWT2Vc6ygrfOW0xdp > .row .container { background-color: transparent; background-image: none; }#wxvXWOxH1IyrR8NlWT2Vc6ygrfOW0xdp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxvXWOxH1IyrR8NlWT2Vc6ygrfOW0xdp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxvXWOxH1IyrR8NlWT2Vc6ygrfOW0xdp > .row .container > .video-iframe-container { display: none; }#wxvXWOxH1IyrR8NlWT2Vc6ygrfOW0xdp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxvXWOxH1IyrR8NlWT2Vc6ygrfOW0xdp > .row > .video-iframe-container { display: none; }#wxvXWOxH1IyrR8NlWT2Vc6ygrfOW0xdp > .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); }#wxvXWOxH1IyrR8NlWT2Vc6ygrfOW0xdp > .row .container { border-width: 0; border-radius: 0; }#wxvXWOxH1IyrR8NlWT2Vc6ygrfOW0xdp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wxvXWOxH1IyrR8NlWT2Vc6ygrfOW0xdp > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:75rem;position:relative;display:block; }#RC3LMP1MHQx98M3B3fR31N6ot078JsPs { color:#000000;display:block;width:25.75rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3rem;left:23.875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R0lbRnCakvAlntOoAlvm2pV3H9IvsR9w { color:#000000;display:block;width:9.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:17.25rem;left:4.8125rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c8rwEXrNKLEolkTEMrKPWQcTaJfpA0qU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:10.6875rem;left:7rem; }
#IPFG22c9XGCK0QvFfS98yLiT5eVD2u4Q { color:#000000;display:block;width:13.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:20.9375rem;left:2.6875rem;height:11rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NiiB82bS6oUz4gP4SXIHSTmDENPcNDGi { color:#000000;display:block;width:9.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:17.25rem;left:23.5625rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lf2XGlgnL9qLxOsURaP6J4zqTnJbSriN { color:#000000;display:block;width:13.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:20.9375rem;left:21.4375rem;height:11rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H8LUZoTF2NqEbSBlg2nmPs8VMsvTFrvG { color:#000000;display:block;width:9.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:17.25rem;left:42.3125rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W3upXkZGL0eJFC2bmZSLuiM5Bawd3lpU { color:#000000;display:block;width:13.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:20.6875rem;left:40.1875rem;height:9.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i2ZnCsO5w69frAZV3ZyMG1Zpbg9ZiXyw { color:#000000;display:block;width:11.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:17.25rem;left:60.0625rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#THpSfPNbumuO651TOT6agUN50lbEg7yw { color:#000000;display:block;width:13.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:20.9375rem;left:58.9375rem;height:9.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iPTsTE4xbwarATviIKXZ8I22B8CzxNff { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:10.9375rem;left:26rem; }
#xa2TZx8uRq7rQxHMBS8pRFLckXlkdal6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:10.9375rem;left:44.75rem; }
#wPTNuapmVm4Z3V788lUGLtQCoN8yBOeN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:11rem;left:63.5625rem; }
#eJxZz5i7Cu8WazrrNFfJ4fHi92vVBqpu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbf0;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; }#eJxZz5i7Cu8WazrrNFfJ4fHi92vVBqpu > .row .container { background-color: transparent; background-image: none; }#eJxZz5i7Cu8WazrrNFfJ4fHi92vVBqpu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJxZz5i7Cu8WazrrNFfJ4fHi92vVBqpu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJxZz5i7Cu8WazrrNFfJ4fHi92vVBqpu > .row .container > .video-iframe-container { display: none; }#eJxZz5i7Cu8WazrrNFfJ4fHi92vVBqpu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJxZz5i7Cu8WazrrNFfJ4fHi92vVBqpu > .row > .video-iframe-container { display: none; }#eJxZz5i7Cu8WazrrNFfJ4fHi92vVBqpu > .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); }#eJxZz5i7Cu8WazrrNFfJ4fHi92vVBqpu > .row .container { border-width: 0; border-radius: 0; }#eJxZz5i7Cu8WazrrNFfJ4fHi92vVBqpu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eJxZz5i7Cu8WazrrNFfJ4fHi92vVBqpu > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:75rem;position:relative;display:block; }#TRWTyP5BxAVCN4xguvGdu9gRRfLKrVw3 { color:#000000;display:block;width:11.25rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:6.5rem;left:4.0625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BH48pMkF9iTGTLbA2Mrm0qUw0lxX8R4a { color:#000000;display:block;width:29.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:10.0625rem;left:4rem;height:9.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VuJGZR8Ti8pTEXL9iPclbbI9MycCJuIS { box-sizing:content-box;height:2.125rem;width:6.1875rem;position:absolute;display:block;z-index:15010;background-color:#aee6ed;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.1875rem;left:4.0625rem;border-top-right-radius:1.75rem;border-bottom-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-top-left-radius:1.75rem;display:block; }
#qOW2vRsX3qMfz0X9rOD9cQmW28rDNAGP { box-sizing:content-box;height:2.125rem;width:20.75rem;position:absolute;display:block;z-index:15009;background-color:#daffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.1875rem;left:4.25rem;border-top-right-radius:1.75rem;border-bottom-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-top-left-radius:1.75rem;display:block; }
#BvTcey2dThQbOOcprRlkXRySBMbWEGBU { color:#000000;display:block;width:3.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:22.5625rem;left:5.3125rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m79rmqqaPJ1xAXd7q6OCUyt8TnvasfiU { color:#000000;display:block;width:12.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:22.5625rem;left:11.4375rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#egub9EPHnrWTWbywSFpiwglED1uRIXKH { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.9375rem;width:33.25rem;top:3.40625rem;left:39.625rem;overflow:hidden;display:block; }
#LdbUMoS1TNldIKRU4WHKe8iQdgHkhuv7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(314deg, #ffffff, #aee6ed);background-image: -moz-linear-gradient(314deg, #ffffff, #aee6ed);background-image: -ms-linear-gradient(314deg, #ffffff, #aee6ed);background-image: -o-linear-gradient(314deg, #ffffff, #aee6ed);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#aee6ed' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#aee6ed' );";background-image: linear-gradient(314deg, #ffffff, #aee6ed);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LdbUMoS1TNldIKRU4WHKe8iQdgHkhuv7 > .row .container { background-color: transparent; background-image: none; }#LdbUMoS1TNldIKRU4WHKe8iQdgHkhuv7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LdbUMoS1TNldIKRU4WHKe8iQdgHkhuv7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LdbUMoS1TNldIKRU4WHKe8iQdgHkhuv7 > .row .container > .video-iframe-container { display: none; }#LdbUMoS1TNldIKRU4WHKe8iQdgHkhuv7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LdbUMoS1TNldIKRU4WHKe8iQdgHkhuv7 > .row > .video-iframe-container { display: none; }#LdbUMoS1TNldIKRU4WHKe8iQdgHkhuv7 > .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); }#LdbUMoS1TNldIKRU4WHKe8iQdgHkhuv7 > .row .container { border-width: 0; border-radius: 0; }#LdbUMoS1TNldIKRU4WHKe8iQdgHkhuv7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LdbUMoS1TNldIKRU4WHKe8iQdgHkhuv7 > .row .container { font-size:0.875rem;font-family:arial;height:13.6875rem;width:75rem;position:relative;display:block; }#CNGmenNS1qE0Au129XTyueMzTXw9QHMw { color:rgba(var(--color-tertiary-4),1);display:block;width:10rem;position:absolute;font-family:montserrat;font-size:5.3125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2.8125rem;left:1.8125rem;height:6.875rem;display:block; }
#imuRUrAtT2uAIKHSGDT8DgOAkCJ4XzS9 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.8125rem;position:absolute;font-family:montserrat;font-size:5.3125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:2.8125rem;left:22.1875rem;height:6.875rem;display:block; }
#oiis2lyu68i205pQ5UPTxbOu4MCWKsOh { color:rgba(var(--color-tertiary-4),1);display:block;width:13.875rem;position:absolute;font-family:montserrat;font-size:5.3125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:2.8125rem;left:38.625rem;height:6.875rem;display:block; }
#BTmodSeRfKmBeGONUazA6mUaFv5GtiHh { color:rgba(var(--color-tertiary-4),1);display:block;width:13.9375rem;position:absolute;font-family:montserrat;font-size:5.3125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:2.8125rem;left:61.0625rem;height:6.875rem;display:block; }
#HhcsoszbTFTbqAaG9nUv3uxqxh1OrbKm { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:9.6875rem;left:0rem;height:1.25rem;display:block; }
#ReQUc8BvF8Oi5HBgulq2vXUTNfDxcW0r { color:rgba(var(--color-tertiary-4),1);display:block;width:9.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:9.6875rem;left:21.6875rem;height:1.25rem;display:block; }
#evmPHeMg4ygWXP4uruovbSMdQtJhekZy { color:rgba(var(--color-tertiary-4),1);display:block;width:12.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:9.6875rem;left:39.6875rem;height:1.25rem;display:block; }
#oLrcV7dGoJ96GUfEbkmSDfHTskd6eUKT { color:rgba(var(--color-tertiary-4),1);display:block;width:13.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:9.6875rem;left:61.0625rem;height:1.25rem;display:block; }
#AkdHiJ73k3aFJdohz3TJnrkqS9Lb59vf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbf0;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; }#AkdHiJ73k3aFJdohz3TJnrkqS9Lb59vf > .row .container { background-color: transparent; background-image: none; }#AkdHiJ73k3aFJdohz3TJnrkqS9Lb59vf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkdHiJ73k3aFJdohz3TJnrkqS9Lb59vf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkdHiJ73k3aFJdohz3TJnrkqS9Lb59vf > .row .container > .video-iframe-container { display: none; }#AkdHiJ73k3aFJdohz3TJnrkqS9Lb59vf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkdHiJ73k3aFJdohz3TJnrkqS9Lb59vf > .row > .video-iframe-container { display: none; }#AkdHiJ73k3aFJdohz3TJnrkqS9Lb59vf > .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); }#AkdHiJ73k3aFJdohz3TJnrkqS9Lb59vf > .row .container { border-width: 0; border-radius: 0; }#AkdHiJ73k3aFJdohz3TJnrkqS9Lb59vf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AkdHiJ73k3aFJdohz3TJnrkqS9Lb59vf > .row .container { font-size:0.875rem;font-family:arial;height:44.375rem;width:75rem;position:relative;display:block; }#xoQhgHPzMraPUE2RFJfhudbptr3aA4a9 { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:9.625rem;left:7.5rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cWn1FJ8SXLTXqctA1SOLKeMgXcsfDyvW { color:#606060;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:13.125rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k65PGhB2R6p8ex2N412Q9A5GECtln2io { position:absolute;display:block;z-index:15011;background-color:#eb512d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.125rem;width:2.5rem;top:15.6875rem;left:36.25rem;display:block; }
#mmJOq1wGLDO9CEFTHSft2X6TH2SAoqqu { color:rgba(219,184,255,0.5);display:block;width:75rem;position:absolute;font-family:montserrat;font-size:7.5rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:4.1875rem;left:0rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IeM1zxtQgDHdym4KObdUd1nvEKfkTSQ7 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8a2e6883-3af9-4057-a7f1-ca4c92f2381e/Frame8.svg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0.1875rem 0.1875rem 0.75rem rgba(196,216,240,0.99) ;height:15.8125rem;width:18.9375rem;top:19.8125rem;left:7.5rem;display:block; }#IeM1zxtQgDHdym4KObdUd1nvEKfkTSQ7.adaptive-delivery-prevent-bg, #IeM1zxtQgDHdym4KObdUd1nvEKfkTSQ7.lazyload, #IeM1zxtQgDHdym4KObdUd1nvEKfkTSQ7.lazyloading { background-image: none; }
#SmT4Sl0LegNiJdlKVuCqQfIxdmp6x2Mw { color:#000000;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15011;line-height:2;letter-spacing:0;top:21.9375rem;left:8.1875rem;height:12rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kHXbtopAHeiVNJQhrZLQo1HkCEuRrxwQ { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:37.3125rem;left:7.5625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aES6ixU0tug7H1xRURA968ttviIZz2Vn { color:#b9b9b9;display:block;width:11.25rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:39.125rem;left:7.5625rem;height:1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RtMHXgyn4lRhiTxn5FHZIbRelW2oyMBa { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3392e06f-2261-4088-8d84-5b5aca4614c8/Frame9.svg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0.1875rem 0.1875rem 0.75rem #c4d8f0 ;height:15.8125rem;width:18.9375rem;top:19.8125rem;left:28.0625rem;display:block; }#RtMHXgyn4lRhiTxn5FHZIbRelW2oyMBa.adaptive-delivery-prevent-bg, #RtMHXgyn4lRhiTxn5FHZIbRelW2oyMBa.lazyload, #RtMHXgyn4lRhiTxn5FHZIbRelW2oyMBa.lazyloading { background-image: none; }
#JsdvBv0KOhRrtRc7zb0Xyhlhy40lVhfM { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/576b413c-d2d2-490a-b098-44a2869267f6/Frame7.svg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0.1875rem 0.1875rem 0.75rem #c4d8f0 ;height:15.8125rem;width:18.9375rem;top:19.8125rem;left:48.5625rem;display:block; }#JsdvBv0KOhRrtRc7zb0Xyhlhy40lVhfM.adaptive-delivery-prevent-bg, #JsdvBv0KOhRrtRc7zb0Xyhlhy40lVhfM.lazyload, #JsdvBv0KOhRrtRc7zb0Xyhlhy40lVhfM.lazyloading { background-image: none; }
#EzAVbHZWZTOymOePfgR08MsaKaNgqOlg { color:#000000;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15015;line-height:2;letter-spacing:0;top:20.71875rem;left:49.28125rem;height:14rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FdrT2xOscn97i8Sest3X83a5TXoV0daB { color:#b9b9b9;display:block;width:11.25rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:39.125rem;left:28.0625rem;height:1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wZr7P4B8RyJOJGUJtsTV0UoM7Wl4Tlyt { color:#000000;display:block;width:15.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:37.3125rem;left:28.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ho50y4HLvo32Qw0Jo7X3B9nrUueTftnD { color:#b9b9b9;display:block;width:11.25rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:39.125rem;left:48.5625rem;height:1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g2yxs0uMSW0tFeKT7GX1Fuv7Ouf22usT { color:#000000;display:block;width:15.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:37.3125rem;left:48.5625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Vnz8EXJV6GqVQcFN68DyBLidGM8my5Mm { color:#000000;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15012;line-height:2;letter-spacing:0;top:21.71875rem;left:28.8125rem;height:12rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RaT9MRIiJX9sHBZKEFyeyUVhwXhTzTnu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3939ff;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; }#RaT9MRIiJX9sHBZKEFyeyUVhwXhTzTnu > .row .container { background-color: transparent; background-image: none; }#RaT9MRIiJX9sHBZKEFyeyUVhwXhTzTnu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RaT9MRIiJX9sHBZKEFyeyUVhwXhTzTnu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RaT9MRIiJX9sHBZKEFyeyUVhwXhTzTnu > .row .container > .video-iframe-container { display: none; }#RaT9MRIiJX9sHBZKEFyeyUVhwXhTzTnu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RaT9MRIiJX9sHBZKEFyeyUVhwXhTzTnu > .row > .video-iframe-container { display: none; }#RaT9MRIiJX9sHBZKEFyeyUVhwXhTzTnu > .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); }#RaT9MRIiJX9sHBZKEFyeyUVhwXhTzTnu > .row .container { border-width: 0; border-radius: 0; }#RaT9MRIiJX9sHBZKEFyeyUVhwXhTzTnu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RaT9MRIiJX9sHBZKEFyeyUVhwXhTzTnu > .row .container { font-size:0.875rem;font-family:arial;height:34.6875rem;width:75rem;position:relative;display:block; }#lvoEkW8VJ8Tbu5N2pcBWFXHBRwEtwXDJ { color:#ffffff;display:block;width:28.6875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.25rem;left:3.3125rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hWaqdA4yuWJAu0WHpdWU5T5DvDhbz2mf { color:#ffffff;display:block;width:30.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:17rem;left:3.3125rem;height:4.5rem;font-style:normal;display:block; }
#MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP .widget-form-header { font-size:1rem; }
#MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:1rem;font-weight:400;color:#ffffff;width:31.75rem;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;overflow:hidden;font-style:normal;line-height:2;text-align:left;text-align-last:left;vertical-align:top; }
#MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP .widget-input-text { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #8ab1dc;border-left:0.0625rem solid #8ab1dc;border-right:0.0625rem solid #8ab1dc;border-bottom:0.0625rem solid #8ab1dc;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:31.75rem;box-sizing:border-box;height:3.375rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:montserrat;vertical-align:top; }
#MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP .widget-input-text {padding-top: 0; padding-bottom: 0;}#MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP .widget-textarea { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #8ab1dc;border-left:0.0625rem solid #8ab1dc;border-right:0.0625rem solid #8ab1dc;border-bottom:0.0625rem solid #8ab1dc;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:31.75rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:montserrat;vertical-align:top; }
#MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP .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:31.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP .widget-input-select {padding-top: 0; padding-bottom: 0;}#MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP .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; }
#MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP .widget-input-button { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:#aee6ed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #aee6ed;border-left:0.0625rem solid #aee6ed;border-right:0.0625rem solid #aee6ed;border-bottom:0.0625rem solid #aee6ed;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:22.875rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#000000;width:8.875rem;height:3rem;font-family:montserrat;overflow:hidden;text-align:center;text-align-last:center; }
#MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:montserrat;font-size:0.875rem; }
#MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:montserrat;font-size:0.875rem; }
#MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:montserrat;font-size:0.875rem; }
#MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:montserrat;font-size:0.875rem; }
#MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP .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:lato;line-height:1.2;font-size:0.875rem;font-weight:300;color:#ffffff;vertical-align:top;width:30.5rem;overflow:hidden;font-style:normal;float:none; }
#MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP .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; }
#MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP .widget-container:first-of-type{padding-top:0;}#MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP .widget-container:last-of-type{padding-bottom:0;}#MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.625rem;left:38rem;font-size:1rem; }
#MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:31.75rem;display:block;vertical-align:top; }
#MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP .widget-info-text { display:block;height:auto;font-family:"open 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; }
#MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP {display:block;}#MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.625rem;left:38rem;font-size:1rem; }
#MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP #ZlyOdf9MRlPVlRGaDVsw1zT6lPRrhiXQ { position:relative; }
#MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP #gA99N8RZCfvueiGcEwJJLXJQlIAMaVhz { position:relative;display:block; }
#MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP #nEeLOw3NvH5GtIbgD7BVapQHTmvahDRe { position:relative; }
#MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP #Z2gKJKQQxVUTTa8QURq3PN99aEbVmxO8 { position:relative; }
#MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP #SzPKi1X5NWDEHT43PbnTQkC5d2EmPgTm { position:relative;display:block; }
#MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP #p1BTLZtyt2FWFAaJphgqTGHxp3KIy85g { position:relative; }
#MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP #MLvgxn5cT1cgIl6TrND5aHrG8vcDTutW { position:relative; }
#MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP #iBOqlbqlXcFsGV7ugsxAdtyBx8wIv9ez { position:relative;display:block; }
#MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP #cCZ2l0TZsaz3sLLgu3SU0KqZXzdFWKHH { position:relative; }
#MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP #qfaU76xTZqHdizoU6Bnh8Nfb8MaJJf8b { position:relative; }
#MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP #MTt8cV9iEGmCoeSchf2BBzl6Q02DGoE2 { position:relative;z-index:2; }
#MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP #WEOisUMQHTuD9ZtDF5HWDOgq9vXxo3vK { position:relative; }
#MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP #VZiEzE0JHDh70qwaHHkvmHhWeAggirnU { position:relative; }
#MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP #f8slvIKTAzXUpFtnH1KUQzO7HRvfLDyC { position:relative; }
#Dl7uRH5KQSf18mQgeJ7qr2RVehTU7RdF { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:8.3125rem;top:0rem;left:64.3125rem;overflow:hidden;display:block; }
#Pq1hc3kGQTEa4wObwn5gf7BmJnX1wCNa { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:5rem;top:10.1875rem;left:0.5888671875rem;overflow:hidden;display:block; }
#qQhE01d5Olgoe6mpihmTTvPJPlnHcfNZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbf0;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; }#qQhE01d5Olgoe6mpihmTTvPJPlnHcfNZ > .row .container { background-color: transparent; background-image: none; }#qQhE01d5Olgoe6mpihmTTvPJPlnHcfNZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qQhE01d5Olgoe6mpihmTTvPJPlnHcfNZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qQhE01d5Olgoe6mpihmTTvPJPlnHcfNZ > .row .container > .video-iframe-container { display: none; }#qQhE01d5Olgoe6mpihmTTvPJPlnHcfNZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qQhE01d5Olgoe6mpihmTTvPJPlnHcfNZ > .row > .video-iframe-container { display: none; }#qQhE01d5Olgoe6mpihmTTvPJPlnHcfNZ > .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); }#qQhE01d5Olgoe6mpihmTTvPJPlnHcfNZ > .row .container { border-width: 0; border-radius: 0; }#qQhE01d5Olgoe6mpihmTTvPJPlnHcfNZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qQhE01d5Olgoe6mpihmTTvPJPlnHcfNZ > .row .container { font-size:0.875rem;font-family:arial;height:47.625rem;width:75rem;position:relative;display:block; }#wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T .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; }
#wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T .accordion-heading-text { display:block;position:relative;width:100%;font-family:montserrat;font-weight:400;font-size:1.125rem;color:rgba(var(--color-tertiary-4),1);height:auto;font-style:normal; }
#wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.9375rem;font-family:montserrat;color:rgba(var(--color-tertiary-4),1);height:auto;font-weight:300;font-style:normal;line-height:1.4;overflow:hidden; }
#wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T .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; }#wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T .accordion-trigger.adaptive-delivery-prevent-bg, #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T .accordion-trigger.lazyload, #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T .accordion-trigger.lazyloading { background-image: none; }
#wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T { box-sizing:content-box;height:auto;width:68.375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15007;background-color:#ff5b22;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:10.5rem;left:2.0625rem;border-top-right-radius:1.1875rem;border-bottom-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-top-left-radius:1.1875rem; }
#wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #ozmg8n9z3SDW5UPzhqr9RCzadXyrqJrd { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #AC8UkA8wEmM3SPf7dvfWoqJmToPGn4sF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #rS5Gwm2Vr3dz20PmKpUzET0kdHatFEGo { display:block;position:relative; }
#wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #allLSA4gQvDWnFwuQn3HbR9CQwl8ALvW {  }
#wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #X6qJiWc3RVbCpm2yqTxRBEEcE4RgkXUK {  }
#wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #u4WabtNrehy2GS848GGH5gHTnLy0swRL { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #khUoCywX8zym2yzRtx7PXhKVp8Ezeoiv { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #TdrihbrlOaS5eGZfoygGWkdCeA9pOUUi { display:block;position:relative; }
#wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #qGwTz79SMvf16VIcIXhTRpWbxFweVDXX {  }
#wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #gDgFTkKLBT76OQNyd9WiDzn4XhARWvnO { display:none; }
#wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #PPawzkADbXluF4tilEXNPv3b7x8GOlMl { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #sT6arO0NgSRpg4mIvfruuLfxMIOSLDyP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #Pd03xo48anhnkLQHVRfHqRdtzaNoBTKd { display:block;position:relative; }
#wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #neWsFIOTCetT63JlVPcqXaraQJbRsLMb {  }
#wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #oaFQA4g4S3necQ6FD54dkkWZ8z0z2dJq { display:none; }
#wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #AEEVD6EMggQg1sGWrFPFogqTkdAkcufx { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #cRRPFlItfDT0S9ONtn8Z6FernyBRTfFz { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #TI7o0eZeTZtiHmXcbzAVDAgu5gNZAKCu { display:block;position:relative; }
#wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #WmUanSTo3mbxKJVImA3VJA2gsX8S5BDJ {  }
#wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #roaqMUzo1dp73L942TlfMmUCRvuXW3qW { display:none; }
#wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #biyrvpmvpBQmlsur2bqIFV1LTOKvTAmc { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #KB1Z5IUdxd5xZgHuEWpb1MTCtlwTIDzT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #WROQtCJA9FBKLyRfQws4e3iUgmKKzHb6 { display:block;position:relative; }
#wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #EFKSkZpGfOlRT4sTxl3Hoq4MTXPz1iLC {  }
#wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #R2vpdiCmnrt6ZH9Ob4MTTEIZP8WWxAuB { display:none; }
#wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #vKbrCTe8rledAcqD3a2FQ9Fl5ARSh1OT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #uUfnBbCICutCs1TlyVT3toQo84zmRxQA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #yATJzNT1d10iUDVyhtKuQ2gqnTkLQZFD { display:block;position:relative; }
#wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #IGcovZA6oZrEVrXJsJeHu0unnul9P34u {  }
#wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #yERffbR1Du3axXQTMZTpmXph0ApsmP4N { display:none; }
#wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #Sq2FuWG8diTiuk4Jmitz9Ap5dBFNx3Al { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #DVX8fI2FDaU9yTnAt8nzZmGX4sno2DJ3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #fJp1yCrPefWAuTbQynnTndz9nVVC6zSr { display:block;position:relative; }
#wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #ahafTpkQQ2X1ZysoJ5prLAcqgmXHG6Oe {  }
#wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #NQ7gLMp4mwFH5uflashCPpci6mprLHQo { display:none; }
#CcpWF4ObqreryPDNkk1dT1nbvSw0lTco { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.4375rem;width:31.4375rem;top:0.6875rem;left:-10.904356060606rem;overflow:hidden;display:block; }
#T1sdsv47ITXPJfQXsR89KfZWVTD8lbbc { color:#ff5b22;display:block;width:25.75rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.25rem;left:2.3125rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rLs8pWlPx7ZgOKoG9yCGuryzJQCuy9Hn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3939ff;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; }#rLs8pWlPx7ZgOKoG9yCGuryzJQCuy9Hn > .row .container { background-color: transparent; background-image: none; }#rLs8pWlPx7ZgOKoG9yCGuryzJQCuy9Hn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rLs8pWlPx7ZgOKoG9yCGuryzJQCuy9Hn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rLs8pWlPx7ZgOKoG9yCGuryzJQCuy9Hn > .row .container > .video-iframe-container { display: none; }#rLs8pWlPx7ZgOKoG9yCGuryzJQCuy9Hn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rLs8pWlPx7ZgOKoG9yCGuryzJQCuy9Hn > .row > .video-iframe-container { display: none; }#rLs8pWlPx7ZgOKoG9yCGuryzJQCuy9Hn > .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); }#rLs8pWlPx7ZgOKoG9yCGuryzJQCuy9Hn > .row .container { border-width: 0; border-radius: 0; }#rLs8pWlPx7ZgOKoG9yCGuryzJQCuy9Hn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rLs8pWlPx7ZgOKoG9yCGuryzJQCuy9Hn > .row .container { font-size:0.875rem;font-family:arial;height:17.9375rem;width:75rem;position:relative;display:block; }#x8Fer0AK28e40fTTaJQpDIftK6xtnSHV { color:#ffffff;display:block;width:19.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:8.125rem;left:2.1875rem;height:3.5625rem;font-style:normal;display:block; }
#Iuy25fAVc8RqyGCZkFcKX1yD19dJOwPl { color:#ffffff;display:block;width:8.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:7.875rem;left:53.6875rem;height:2.375rem;font-style:normal;display:block; }
#Cwy2xT3ITEuLvuO2pKhaSnbFUyNu2eRs { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:35.625rem;top:12.75rem;left:37.0625rem;display:block; }
#KJNGwaFJzEQA6FT9PFvLkvTGs2lbnNc3 { color:#ffffff;display:block;width:11.8125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:5.8125rem;left:37.0625rem;height:1rem;font-style:normal;display:block; }
#nodTpq5dDwt2ODIG5RHv97nGTCmIWupc { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;top:12.8125rem;left:2.1875rem;display:block; }
#aKRJswET7S2l9IzwWsd4H6rS8LAci2wf { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:18.75rem;top:2.75rem;left:2.1875rem;overflow:hidden;display:block; }
#bik723zOfmbxVpiueehPBgJBhPgKUJbf { color:#ffffff;display:block;width:11.8125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:5.8125rem;left:53.75rem;height:1rem;font-style:normal;display:block; }
#lLVlH4HNKQuTo4k3VOnDkkhCvN5GiETT { color:#ffffff;display:block;width:11.8125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:14.125rem;left:37.0625rem;height:1rem;font-style:normal;display:block; }
#lDi8qmE3oVz8s0oITQnWOOP0nWMDzima { color:#ffffff;display:block;width:25.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:14.0625rem;left:2.1875rem;height:1.125rem;display:block; }
#NBvMyQk9lZILXV65fCaWH1yQzgwNPwU0 { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.375rem;height:1.875rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:13.6875rem;left:41.3125rem;display:block; }
#g8x6uFdZ90Osu0ITCwrAhSnzPWki5lpB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OPz4kAxCvDKnVQDELgXgyx1t3AvIBHT7 { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.375rem;height:1.875rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:13.6875rem;left:45.5625rem;display:block; }
#r54te2MrfEF65x7Tlnzu3qMBopRPGWzT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TOoFIiBTmZvmhQDGTSThTnGVQkeC0C7Z { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:1.875rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:13.6875rem;left:49.8125rem;display:block; }
#zQ1KLoDx03bKf05xq2rbXC9TRnuvDtTv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gWubIxNq3DdhizIpUg4F8oql4kLdJDb0 { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.375rem;height:1.875rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:13.6875rem;left:56rem;display:block; }
#t7Ri1iCtzSHIRVgSKwIdNiPG4FcnKQ3r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dpBNxwtryMROQyHllrpd72SGI7s18Tui { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:1.375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:7.75rem;left:37.0625rem;display:block; }
#SZKpNlhaCG7igzhk0hKaTI1f1F6SiLTi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XLgz79gcLKSuiCbKEiA7XkdZDAcrTzGb { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5625rem;height:1.375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:9.21875rem;left:37.0625rem;display:block; }
#OC8NCFDWWUTNO2lVgqU3QBBRKIWfi3Rz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WMzCqvOvPpLq1kMX39n27idUzWdnCWHe { display:block; }#WMzCqvOvPpLq1kMX39n27idUzWdnCWHe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XbQX4tP9uUKh46s47lMgePc28daC3g7q { width:5.4375rem;height:3.375rem;top:0.75rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #npkTeLZke06MHuizNSB76zXh4OZffZ3h { display:block; }
 }@media only screen and (max-width: 763px) { #F3W7z8KkLieHxfPTeSJpRLVXX4PMT1JI { width:5.5625rem;height:3.4375rem;top:0.75rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GK3SGDZtAVJcpIsHf28Vb3edfHwWbT5k { display:block; }
 }@media only screen and (max-width: 763px) { #V9ayQpmCgFsiCEr0zpWbKKmUq1ekf3EP { width:7.5625rem;height:3.4375rem;top:0.75rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7zMso2JEZsnythQECn48v3hMyDxqkQd { display:block; }
 }@media only screen and (max-width: 763px) { #BoRd82zcLsk4Q6rsL3ObGBTTL7TIiT9G { width:4.5rem;height:3.4375rem;top:0.75rem;left:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvAR59rO3bvG8mkKsKClOc7W1hKabRP9 { display:block; }
 }@media only screen and (max-width: 763px) { #RFySVWTNCESrgS2RIG0uoMIC8fMXbRxT { width:6.125rem;height:3.4375rem;top:0.75rem;left:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bpco5rpXJXisW2Q7UtIivDknAVQnbUO5 { display:block; }
 }@media only screen and (max-width: 763px) { #bZufOI49hsOQADdQ9TpsoL8dv4cJyTqx { width:13.8125rem;height:3rem;top:0.9375rem;left:33.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(115deg, #0d25ae, #071357);background-image: -moz-linear-gradient(115deg, #0d25ae, #071357);background-image: -ms-linear-gradient(115deg, #0d25ae, #071357);background-image: -o-linear-gradient(115deg, #0d25ae, #071357);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d25ae', endColorstr='#071357' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d25ae', endColorstr='#071357' );";background-image: linear-gradient(115deg, #0d25ae, #071357);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#e8f7ff;display:block; }
 }@media only screen and (max-width: 763px) { #AkF7LhhfHlPa7wE0zJshx4e4V5TDtmsn { display:block; }
 }@media only screen and (max-width: 763px) { #HQbo2DJAdSpBC99zwL5DBfGKAdcWULcu { top:0.625rem;left:0rem;width:17.0625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMTC8g8ra89kFTa7tnyfbRwuKd7S5KV2 { display:none; }#zMTC8g8ra89kFTa7tnyfbRwuKd7S5KV2 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FpQ8ZWZh3BfTVXT7h44hXgIZCTAkG0mQ { width:5.4375rem;height:3.375rem;top:0.75rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkA0tr8APeDtLeOBlwT2sGlk0bmVdi5T { display:block; }
 }@media only screen and (max-width: 763px) { #g62E4A72iczKw0kSxce2xmQdsvN4p7xa { width:5.5625rem;height:3.4375rem;top:0.75rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ym6757EDN9KP9FBtoeWkSbSDv33kFKvZ { display:block; }
 }@media only screen and (max-width: 763px) { #qPoJM6huXsfy53hyzLxX0uzbQ2VeU6MA { width:7.5625rem;height:3.4375rem;top:0.75rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgyacp9vVH8zbuCfQ99hbCEFK0h9lgWZ { display:block; }
 }@media only screen and (max-width: 763px) { #z14K28TtxtZFL7SVB8l2Dd3u2DhClaea { width:4.5rem;height:3.4375rem;top:0.75rem;left:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #khP8IPBhm61uraetfUuWidBed8cEJKyl { display:block; }
 }@media only screen and (max-width: 763px) { #ETRLGVes3bfQtgN1xqkRl8tQhMNu5faE { width:6.125rem;height:3.4375rem;top:0.75rem;left:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLxt5aIXNMnFFWTQWhFwpzzzWTtTgMVx { display:block; }
 }@media only screen and (max-width: 763px) { #bx60DeQzflALZEfo1P5GMF0mq8a9e64E { width:13.8125rem;height:3rem;top:0.9375rem;left:33.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(115deg, #0d25ae, #071357);background-image: -moz-linear-gradient(115deg, #0d25ae, #071357);background-image: -ms-linear-gradient(115deg, #0d25ae, #071357);background-image: -o-linear-gradient(115deg, #0d25ae, #071357);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d25ae', endColorstr='#071357' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d25ae', endColorstr='#071357' );";background-image: linear-gradient(115deg, #0d25ae, #071357);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#e8f7ff;display:block; }
 }@media only screen and (max-width: 763px) { #rrNTI8ZAEGifW5xn2FXBgSCKmGhL2OAN { display:block; }
 }@media only screen and (max-width: 763px) { #eQlNDPahoMoPkAJn19CBcbmMnQbTXi5D { top:0.625rem;left:0rem;width:17.0625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBrKvbzQV3GtGTQ8rQAEEHdPMmJOdXq4 { display:none; }
 }@media only screen and (max-width: 763px) { #mOe8c8y1dTOi5S8BkTTRcZRwLa1JaiqM { display:block; }#mOe8c8y1dTOi5S8BkTTRcZRwLa1JaiqM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QLSkHMob1cTT6u63h5Ps4H8me2dcr1Sg { top:13.3125rem;left:0rem;width:39.125rem;height:11.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXoqxErhOIQVfS1KV3Bx2Hp0bhJdIeQi { top:25.6875rem;left:0rem;width:30.25rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb3aO7DXnSTKoSNI4QO4OrcOSM8TGvOI { display:none; }
 }@media only screen and (max-width: 763px) { #oe8FXvOuu98HDbPcbgsxrVWINy2tEToy { top:15.6875rem;left:0rem;width:20rem;height:10.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Abzii6I3uqBUauHDwHo7cMSlrQlR0Ud7 { top:12.125rem;left:0rem;width:29.5rem;height:13.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #adbL7SS6NqEPwvgIbT3G1ttiwJElTpvW { top:5.125rem;left:0rem;width:33.0625rem;height:5.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaUukATo2rTSHODwSmX35HolNPVUbU3B { top:12.125rem;left:16.0625rem;width:31.1875rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbCk6RRpQUO7qympyUVzdu1Ck3qTnbV1 { display:block; }#gbCk6RRpQUO7qympyUVzdu1Ck3qTnbV1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w3OfrEbiE7U8WQopV2bqEIHMfhafDKOd { top:2.5625rem;left:1.5rem;width:22.375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSP5eeSbvfOif7T5ltI5Wai9Hd6HHQO1 { top:13.4375rem;left:1.0625rem;width:21.5625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQ4yuPkW6GVUOyvukXoMkkkuUBpHAFUs { top:22.6875rem;left:3.625rem;width:16.4375rem;height:8.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSnZdB7n2ECsX3D8LeIG2wIRIFDakwXR { top:20rem;left:2.4375rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1PmzAzXIRp7n5JxIJDxsrTDrrcfk6tO { top:17.875rem;left:3.4375rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0nDDCUumH8KTTXWRHExmK5NzL8oaaL3 { top:22.6875rem;left:24.5rem;width:22.375rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0aXhmaHGvRzZKpITrz8GbcZW4nFqtf8 { top:13.4375rem;left:24.9375rem;width:21.5625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cST6L94GETo676gFRSpET8BSR09Befpk { top:9.75rem;left:0rem;width:33rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnO7eBbX3VZc53dwT9FadF2Xs9izuVoS { top:16.875rem;left:2.4375rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #COdRKekHDlVV7VQhoL4v8KLs5T6ehJvK { top:9.9375rem;left:14.625rem;width:33rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoESA0Opvpi6yTv3Ne0J6WZhk9Td2fVc { top:20.1875rem;left:26.375rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymGmKtQlUZVBzfTL7bX67FOGLFsHIfEf { top:18.0625rem;left:27.375rem;width:16.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueGQDJKdAJH1df8yZDzTpFTHwu9gMdpm { top:17.0625rem;left:26.375rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrENAvkplZx3f21r43i4cBLaWUqiDcmf { top:3.5625rem;left:13.5rem;width:10.375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVSQJsoblbK4nHDTLyTxRecHHCySNgMX { display:block; }#CVSQJsoblbK4nHDTLyTxRecHHCySNgMX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh { display:flex;height:auto;width:27.8125rem;top:15.3125rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #KTSMrwrVFlDyvTwHqLVVmx1ROLGQrHGh {  }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #u4ze8WCoxQqun8vOaBIdR65kG6emQuGG {  }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #hZCe37XUFPytnHMfZBBP6BeJ2nTWSVxs {  }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #avCR3UtoJf1UsUqonnT2Ol5hJ6noiZDc {  }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #JcMUsPl27pbuSRNW2xo0bC9BR3SnFaF7 {  }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #bNZLu2UqbCWNLJUP7Ofgz1FAqHzQseMB {  }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #eRAoEKoROZn2FN6TKOXgvqe9EsdfATww {  }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #Bzv0R2332Jou5g0UopiaFhOeu9rMSGGu {  }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #ao8wp6cpA2rSu15m9NCWQwChkTUvVIL5 {  }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #vTgSlDtRapXGD3aSC6obNlUMnv109Vmf {  }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #FgQfGf3yAOPAXgwRC9HaI4mMGnz9LvMB {  }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #EvFHU4J0nPBCOUWzVJUZWziUAgDZ9pcP {  }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #Kiar9JvohLhBTsTvi6ZOIhGTMUOuygqe {  }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #kiZXIG0e6NtHBGxfKiuDQTbE8IJt2mXW {  }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #JRhixKR9alEk5ivuUN7zxS458Zav1da9 {  }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #vrf94aiVd2FEsVaoE50TCBTvKVPbg3V7 {  }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #zyAZWr127mSx1avATvCaLJEmEAnTT0Ky {  }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #mtVFOzkX8t20e4mz6zWk0ZXBlqko9nMq {  }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #isLy5CzIJXHBCh0S1qyNXXWDTeK8UutV {  }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #e53vvmEN2mwtZfF6zi17evPPUeZ8xPyg {  }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #oId7N3m4XheU6Qpw7vB75iqHK3Nqut73 {  }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #BbkDyTmyTvoqi2TdmKwMhWbFJg2xHZxL {  }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #xAPPgP9FXMQMF3RJsXzGniRJ1ZgswK39 {  }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #Uoqh6ibAUwdvISyGwoLUm8MN8X2syT2B {  }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #u2sA15zNiQfp0UT7U77gpO6Cnpz4KVIx {  }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #sbK7DsZrgkPT2GHHh12bnLtwdc0Lzace {  }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #ZVRfRtM3ZSWEDd1xgLQM6H7uMd66FrQL {  }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #NiNTJp5evNMXkB8x1zNDJLuwDy6C5I0K {  }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #wUPhh7zNI3h8ZXhcZRWKlnMBup3XeVQe {  }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #Fr41rPhFrworZpkKW13CT2ZhlZ1VZfrp {  }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #QqkBpMTFCRuyZTTwqEUMIwyazvXCXADX {  }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #fXen9snaJAzmvKm9avlIpWhXupapQATe {  }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #cTOwqALCkyatTug72Py93J21kQNdCH08 {  }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #lH0D5kKA3NGODyFMskKUhAALhkDO7JvN {  }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #Izk7Dn2IGwbgCgg5RF7fBAIdd0QxZEC9 {  }
 }@media only screen and (max-width: 763px) { #VTWZABgUd1oTrRJBOMZeJ0De9X4ZliyA { top:5.0625rem;left:0rem;width:25.75rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvXTZZ69iQA0ERvSpCWZnTEuCKrEOqD2 { top:11.3125rem;left:0rem;width:29.5rem;height:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkQ880b1d2RnF5iqlcdAvx9u4dnc4lZU { top:4.375rem;left:3.1875rem;width:20.6875rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yE71n5ldN6VbmXL093vi9AGzWa8P6U7q { display:block; }#yE71n5ldN6VbmXL093vi9AGzWa8P6U7q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kpxSKVXvfngv5yx7i6h9pmd8rCKawAzm { top:0.4375rem;left:0rem;width:7.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BW9r8VniiLlr08DugL4NeALDGh5Kicl6 { top:0.375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOgtE4cAcNkpmXVxnWSE5cA4fAcWgVs4 { top:0.5rem;left:0rem;width:3.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLTZPD75oT9nBlr3hifJrKauXbXvDX6w { top:0.375rem;left:4.1875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpDsrAlXDB45mBrF9iGrevJU1JlNSsRI { top:0.5rem;left:7.125rem;width:12.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TquJr32VFxG5KBr6tF4sHAcaaXUNqmgu { top:0.375rem;left:19.8125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCwxXtwRFVof4Uy5hf6JUhx9805cmqmM { top:0.4375rem;left:22.4375rem;width:12.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRUUlCTcPR1eTgQgdMTN3DifeTHQ85Q3 { top:0.375rem;left:34.9375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvN3F4KmkKT4xT8mnawytncyldwSH6wt { top:0.4375rem;left:32.0625rem;width:15.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywAt6lrLMKwQ5BB6qux8IMTmRi12O0ex { top:0.375rem;left:46.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yU04LzkTmlMpJ2GcgM8ctPComLiMoEiT { top:0.4375rem;left:43.25rem;width:4.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceBmXlB5LFyIAIfT2ccqQlHWQRGENqUt { top:0.375rem;left:46.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPnZcnnf4ztihcg48eueSGfZSIF54kem { top:0.375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxvXWOxH1IyrR8NlWT2Vc6ygrfOW0xdp { display:block; }#wxvXWOxH1IyrR8NlWT2Vc6ygrfOW0xdp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RC3LMP1MHQx98M3B3fR31N6ot078JsPs { top:3rem;left:0rem;width:25.75rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0lbRnCakvAlntOoAlvm2pV3H9IvsR9w { top:17.25rem;left:1.40625rem;width:9.125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8rwEXrNKLEolkTEMrKPWQcTaJfpA0qU { top:10.6875rem;left:3.59375rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPFG22c9XGCK0QvFfS98yLiT5eVD2u4Q { top:20.9375rem;left:0rem;width:13.375rem;height:11rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiiB82bS6oUz4gP4SXIHSTmDENPcNDGi { top:17.25rem;left:13.34375rem;width:9.125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lf2XGlgnL9qLxOsURaP6J4zqTnJbSriN { top:20.9375rem;left:10.5rem;width:13.375rem;height:11rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8LUZoTF2NqEbSBlg2nmPs8VMsvTFrvG { top:17.25rem;left:25.28125rem;width:9.125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3upXkZGL0eJFC2bmZSLuiM5Bawd3lpU { top:20.6875rem;left:22.4375rem;width:13.375rem;height:9.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2ZnCsO5w69frAZV3ZyMG1Zpbg9ZiXyw { top:17.25rem;left:36.21875rem;width:11.1875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THpSfPNbumuO651TOT6agUN50lbEg7yw { top:20.9375rem;left:34.375rem;width:13.375rem;height:9.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPTsTE4xbwarATviIKXZ8I22B8CzxNff { top:10.9375rem;left:15.78125rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xa2TZx8uRq7rQxHMBS8pRFLckXlkdal6 { top:10.9375rem;left:27.71875rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPTNuapmVm4Z3V788lUGLtQCoN8yBOeN { top:11rem;left:39.71875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJxZz5i7Cu8WazrrNFfJ4fHi92vVBqpu { display:block; }#eJxZz5i7Cu8WazrrNFfJ4fHi92vVBqpu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRWTyP5BxAVCN4xguvGdu9gRRfLKrVw3 { top:6.5rem;left:0rem;width:11.25rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BH48pMkF9iTGTLbA2Mrm0qUw0lxX8R4a { top:10.0625rem;left:0rem;width:29.5rem;height:9.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuJGZR8Ti8pTEXL9iPclbbI9MycCJuIS { top:22.1875rem;left:0rem;width:6.1875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOW2vRsX3qMfz0X9rOD9cQmW28rDNAGP { top:22.1875rem;left:0rem;width:20.75rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvTcey2dThQbOOcprRlkXRySBMbWEGBU { top:22.5625rem;left:0rem;width:3.625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m79rmqqaPJ1xAXd7q6OCUyt8TnvasfiU { top:22.5625rem;left:4.625rem;width:12.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #egub9EPHnrWTWbywSFpiwglED1uRIXKH { top:3.375rem;left:14.5rem;width:33.25rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdbUMoS1TNldIKRU4WHKe8iQdgHkhuv7 { display:block; }#LdbUMoS1TNldIKRU4WHKe8iQdgHkhuv7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CNGmenNS1qE0Au129XTyueMzTXw9QHMw { top:2.8125rem;left:0rem;width:10rem;height:6.875rem;font-size:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #imuRUrAtT2uAIKHSGDT8DgOAkCJ4XzS9 { top:2.8125rem;left:8.5625rem;width:8.8125rem;height:6.875rem;font-size:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiis2lyu68i205pQ5UPTxbOu4MCWKsOh { top:2.8125rem;left:25rem;width:13.875rem;height:6.875rem;font-size:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTmodSeRfKmBeGONUazA6mUaFv5GtiHh { top:2.8125rem;left:33.8125rem;width:13.9375rem;height:6.875rem;font-size:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhcsoszbTFTbqAaG9nUv3uxqxh1OrbKm { top:9.6875rem;left:0rem;width:13.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReQUc8BvF8Oi5HBgulq2vXUTNfDxcW0r { top:9.6875rem;left:8.0625rem;width:9.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #evmPHeMg4ygWXP4uruovbSMdQtJhekZy { top:9.6875rem;left:26.0625rem;width:12.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLrcV7dGoJ96GUfEbkmSDfHTskd6eUKT { top:9.6875rem;left:33.8125rem;width:13.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkdHiJ73k3aFJdohz3TJnrkqS9Lb59vf { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#AkdHiJ73k3aFJdohz3TJnrkqS9Lb59vf > .row .container { background-color: transparent; background-image: none; }#AkdHiJ73k3aFJdohz3TJnrkqS9Lb59vf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkdHiJ73k3aFJdohz3TJnrkqS9Lb59vf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkdHiJ73k3aFJdohz3TJnrkqS9Lb59vf > .row .container > .video-iframe-container { display: none; }#AkdHiJ73k3aFJdohz3TJnrkqS9Lb59vf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkdHiJ73k3aFJdohz3TJnrkqS9Lb59vf > .row > .video-iframe-container { display: none; }#AkdHiJ73k3aFJdohz3TJnrkqS9Lb59vf > .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); }#AkdHiJ73k3aFJdohz3TJnrkqS9Lb59vf > .row .container { border-width: 0; border-radius: 0; }#AkdHiJ73k3aFJdohz3TJnrkqS9Lb59vf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xoQhgHPzMraPUE2RFJfhudbptr3aA4a9 { width:47.75rem;height:2.4375rem;top:9.625rem;left:0rem;color:#000000;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWn1FJ8SXLTXqctA1SOLKeMgXcsfDyvW { width:47.75rem;height:1.625rem;top:13.125rem;left:0rem;color:#606060;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k65PGhB2R6p8ex2N412Q9A5GECtln2io { width:2.5rem;height:0.125rem;top:15.6875rem;left:22.625rem;background-color:#ffc600;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #mmJOq1wGLDO9CEFTHSft2X6TH2SAoqqu { width:47.75rem;height:9.75rem;top:4.1875rem;left:0rem;color:rgba(185,185,185,0.15);font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeM1zxtQgDHdym4KObdUd1nvEKfkTSQ7 { width:18.9375rem;height:15.8125rem;top:19.8125rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.1875rem 0.1875rem 0.75rem rgba(196,216,240,0.99) ;display:block; }
 }@media only screen and (max-width: 763px) { #SmT4Sl0LegNiJdlKVuCqQfIxdmp6x2Mw { width:17.5rem;height:12rem;top:21.9375rem;left:0rem;font-size:1rem;color:#606060;display:block; }
 }@media only screen and (max-width: 763px) { #kHXbtopAHeiVNJQhrZLQo1HkCEuRrxwQ { width:15.9375rem;height:1.625rem;top:37.3125rem;left:0rem;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #aES6ixU0tug7H1xRURA968ttviIZz2Vn { width:11.25rem;height:1rem;top:39.125rem;left:0rem;font-size:1rem;color:#b9b9b9;display:block; }
 }@media only screen and (max-width: 763px) { #RtMHXgyn4lRhiTxn5FHZIbRelW2oyMBa { width:18.9375rem;height:15.8125rem;top:19.8125rem;left:14.4375rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #JsdvBv0KOhRrtRc7zb0Xyhlhy40lVhfM { width:18.9375rem;height:15.8125rem;top:19.8125rem;left:28.8125rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #EzAVbHZWZTOymOePfgR08MsaKaNgqOlg { width:17.5rem;height:14rem;top:20.6875rem;left:30.25rem;font-size:1rem;color:#606060;display:block; }
 }@media only screen and (max-width: 763px) { #FdrT2xOscn97i8Sest3X83a5TXoV0daB { width:11.25rem;height:1rem;top:39.125rem;left:14.4375rem;font-size:1rem;color:#b9b9b9;display:block; }
 }@media only screen and (max-width: 763px) { #wZr7P4B8RyJOJGUJtsTV0UoM7Wl4Tlyt { width:15.375rem;height:1.625rem;top:37.3125rem;left:14.4375rem;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ho50y4HLvo32Qw0Jo7X3B9nrUueTftnD { width:11.25rem;height:1rem;top:39.125rem;left:34.9375rem;font-size:1rem;color:#b9b9b9;display:block; }
 }@media only screen and (max-width: 763px) { #g2yxs0uMSW0tFeKT7GX1Fuv7Ouf22usT { width:15.375rem;height:1.625rem;top:37.3125rem;left:32.375rem;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Vnz8EXJV6GqVQcFN68DyBLidGM8my5Mm { width:17.5rem;height:12rem;top:21.6875rem;left:15.1875rem;font-size:1rem;color:#606060;display:block; }
 }@media only screen and (max-width: 763px) { #RaT9MRIiJX9sHBZKEFyeyUVhwXhTzTnu { display:block; }#RaT9MRIiJX9sHBZKEFyeyUVhwXhTzTnu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lvoEkW8VJ8Tbu5N2pcBWFXHBRwEtwXDJ { top:13.25rem;left:0rem;width:28.6875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWaqdA4yuWJAu0WHpdWU5T5DvDhbz2mf { top:17rem;left:0rem;width:30.6875rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP .widget-regular-label { width:31.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP .widget-input-text { width:31.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP .widget-input-text {padding-top: 0; padding-bottom: 0;}#MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP .widget-textarea { width:31.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP .widget-input-select { width:31.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP .widget-input-select {padding-top: 0; padding-bottom: 0;}#MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP .widget-input-button { width:8.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:22.875rem; }
#MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP .widget-checkbox-label { width:30.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP  { width:31.75rem;height:auto;top:3.625rem;left:13.5rem; }
#MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP .radio-container { width:31.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP {display:block;}#MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP { width:31.75rem;height:auto;top:3.625rem;left:13.5rem; }
 }@media only screen and (max-width: 763px) { #MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP #ZlyOdf9MRlPVlRGaDVsw1zT6lPRrhiXQ {  }
 }@media only screen and (max-width: 763px) { #MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP #gA99N8RZCfvueiGcEwJJLXJQlIAMaVhz {  }
 }@media only screen and (max-width: 763px) { #MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP #nEeLOw3NvH5GtIbgD7BVapQHTmvahDRe {  }
 }@media only screen and (max-width: 763px) { #MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP #Z2gKJKQQxVUTTa8QURq3PN99aEbVmxO8 {  }
 }@media only screen and (max-width: 763px) { #MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP #SzPKi1X5NWDEHT43PbnTQkC5d2EmPgTm {  }
 }@media only screen and (max-width: 763px) { #MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP #p1BTLZtyt2FWFAaJphgqTGHxp3KIy85g {  }
 }@media only screen and (max-width: 763px) { #MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP #MLvgxn5cT1cgIl6TrND5aHrG8vcDTutW {  }
 }@media only screen and (max-width: 763px) { #MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP #iBOqlbqlXcFsGV7ugsxAdtyBx8wIv9ez {  }
 }@media only screen and (max-width: 763px) { #MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP #cCZ2l0TZsaz3sLLgu3SU0KqZXzdFWKHH {  }
 }@media only screen and (max-width: 763px) { #MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP #qfaU76xTZqHdizoU6Bnh8Nfb8MaJJf8b {  }
 }@media only screen and (max-width: 763px) { #MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP #MTt8cV9iEGmCoeSchf2BBzl6Q02DGoE2 {  }
 }@media only screen and (max-width: 763px) { #MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP #WEOisUMQHTuD9ZtDF5HWDOgq9vXxo3vK {  }
 }@media only screen and (max-width: 763px) { #MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP #VZiEzE0JHDh70qwaHHkvmHhWeAggirnU {  }
 }@media only screen and (max-width: 763px) { #MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP #f8slvIKTAzXUpFtnH1KUQzO7HRvfLDyC {  }
 }@media only screen and (max-width: 763px) { #Dl7uRH5KQSf18mQgeJ7qr2RVehTU7RdF { top:0rem;left:29.4375rem;width:8.3125rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pq1hc3kGQTEa4wObwn5gf7BmJnX1wCNa { top:10.1875rem;left:0rem;width:5rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQhE01d5Olgoe6mpihmTTvPJPlnHcfNZ { display:block; }#qQhE01d5Olgoe6mpihmTTvPJPlnHcfNZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T { display:flex;height:auto;width:27.8125rem;top:15.3125rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #ozmg8n9z3SDW5UPzhqr9RCzadXyrqJrd {  }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #AC8UkA8wEmM3SPf7dvfWoqJmToPGn4sF {  }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #rS5Gwm2Vr3dz20PmKpUzET0kdHatFEGo {  }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #allLSA4gQvDWnFwuQn3HbR9CQwl8ALvW {  }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #X6qJiWc3RVbCpm2yqTxRBEEcE4RgkXUK {  }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #u4WabtNrehy2GS848GGH5gHTnLy0swRL {  }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #khUoCywX8zym2yzRtx7PXhKVp8Ezeoiv {  }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #TdrihbrlOaS5eGZfoygGWkdCeA9pOUUi {  }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #qGwTz79SMvf16VIcIXhTRpWbxFweVDXX {  }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #gDgFTkKLBT76OQNyd9WiDzn4XhARWvnO {  }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #PPawzkADbXluF4tilEXNPv3b7x8GOlMl {  }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #sT6arO0NgSRpg4mIvfruuLfxMIOSLDyP {  }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #Pd03xo48anhnkLQHVRfHqRdtzaNoBTKd {  }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #neWsFIOTCetT63JlVPcqXaraQJbRsLMb {  }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #oaFQA4g4S3necQ6FD54dkkWZ8z0z2dJq {  }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #AEEVD6EMggQg1sGWrFPFogqTkdAkcufx {  }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #cRRPFlItfDT0S9ONtn8Z6FernyBRTfFz {  }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #TI7o0eZeTZtiHmXcbzAVDAgu5gNZAKCu {  }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #WmUanSTo3mbxKJVImA3VJA2gsX8S5BDJ {  }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #roaqMUzo1dp73L942TlfMmUCRvuXW3qW {  }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #biyrvpmvpBQmlsur2bqIFV1LTOKvTAmc {  }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #KB1Z5IUdxd5xZgHuEWpb1MTCtlwTIDzT {  }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #WROQtCJA9FBKLyRfQws4e3iUgmKKzHb6 {  }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #EFKSkZpGfOlRT4sTxl3Hoq4MTXPz1iLC {  }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #R2vpdiCmnrt6ZH9Ob4MTTEIZP8WWxAuB {  }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #vKbrCTe8rledAcqD3a2FQ9Fl5ARSh1OT {  }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #uUfnBbCICutCs1TlyVT3toQo84zmRxQA {  }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #yATJzNT1d10iUDVyhtKuQ2gqnTkLQZFD {  }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #IGcovZA6oZrEVrXJsJeHu0unnul9P34u {  }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #yERffbR1Du3axXQTMZTpmXph0ApsmP4N {  }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #Sq2FuWG8diTiuk4Jmitz9Ap5dBFNx3Al {  }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #DVX8fI2FDaU9yTnAt8nzZmGX4sno2DJ3 {  }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #fJp1yCrPefWAuTbQynnTndz9nVVC6zSr {  }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #ahafTpkQQ2X1ZysoJ5prLAcqgmXHG6Oe {  }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #NQ7gLMp4mwFH5uflashCPpci6mprLHQo {  }
 }@media only screen and (max-width: 763px) { #CcpWF4ObqreryPDNkk1dT1nbvSw0lTco { top:0.6875rem;left:0rem;width:31.4375rem;height:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1sdsv47ITXPJfQXsR89KfZWVTD8lbbc { top:3.25rem;left:0rem;width:25.75rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLs8pWlPx7ZgOKoG9yCGuryzJQCuy9Hn { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#rLs8pWlPx7ZgOKoG9yCGuryzJQCuy9Hn > .row .container { background-color: transparent; background-image: none; }#rLs8pWlPx7ZgOKoG9yCGuryzJQCuy9Hn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rLs8pWlPx7ZgOKoG9yCGuryzJQCuy9Hn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rLs8pWlPx7ZgOKoG9yCGuryzJQCuy9Hn > .row .container > .video-iframe-container { display: none; }#rLs8pWlPx7ZgOKoG9yCGuryzJQCuy9Hn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rLs8pWlPx7ZgOKoG9yCGuryzJQCuy9Hn > .row > .video-iframe-container { display: none; }#rLs8pWlPx7ZgOKoG9yCGuryzJQCuy9Hn > .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); }#rLs8pWlPx7ZgOKoG9yCGuryzJQCuy9Hn > .row .container { border-width: 0; border-radius: 0; }#rLs8pWlPx7ZgOKoG9yCGuryzJQCuy9Hn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x8Fer0AK28e40fTTaJQpDIftK6xtnSHV { top:8.125rem;left:0rem;width:19.875rem;height:3.5625rem;font-size:0.875rem;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #Iuy25fAVc8RqyGCZkFcKX1yD19dJOwPl { top:7.875rem;left:39.4375rem;width:8.3125rem;height:2.375rem;font-size:0.875rem;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #Cwy2xT3ITEuLvuO2pKhaSnbFUyNu2eRs { top:12.75rem;left:12.125rem;width:35.625rem;height:0.0625rem;background-color:#000000;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #KJNGwaFJzEQA6FT9PFvLkvTGs2lbnNc3 { top:5.8125rem;left:23.4375rem;width:11.8125rem;height:1rem;font-size:0.75rem;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #nodTpq5dDwt2ODIG5RHv97nGTCmIWupc { top:12.8125rem;left:0rem;width:20rem;height:0.0625rem;background-color:#000000;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #aKRJswET7S2l9IzwWsd4H6rS8LAci2wf { top:2.75rem;left:0rem;width:18.75rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #bik723zOfmbxVpiueehPBgJBhPgKUJbf { top:5.8125rem;left:35.9375rem;width:11.8125rem;height:1rem;font-size:0.75rem;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #lLVlH4HNKQuTo4k3VOnDkkhCvN5GiETT { top:14.125rem;left:23.4375rem;width:11.8125rem;height:1rem;font-size:0.75rem;color:#0f0f0f;display:block; }
 }@media only screen and (max-width: 763px) { #lDi8qmE3oVz8s0oITQnWOOP0nWMDzima { top:14.0625rem;left:0rem;width:25.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBvMyQk9lZILXV65fCaWH1yQzgwNPwU0 { width:3.375rem;height:1.875rem;top:13.6875rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8x6uFdZ90Osu0ITCwrAhSnzPWki5lpB { display:block; }
 }@media only screen and (max-width: 763px) { #OPz4kAxCvDKnVQDELgXgyx1t3AvIBHT7 { width:3.375rem;height:1.875rem;top:13.6875rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r54te2MrfEF65x7Tlnzu3qMBopRPGWzT { display:block; }
 }@media only screen and (max-width: 763px) { #TOoFIiBTmZvmhQDGTSThTnGVQkeC0C7Z { width:5.5625rem;height:1.875rem;top:13.6875rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQ1KLoDx03bKf05xq2rbXC9TRnuvDtTv { display:block; }
 }@media only screen and (max-width: 763px) { #gWubIxNq3DdhizIpUg4F8oql4kLdJDb0 { width:3.375rem;height:1.875rem;top:13.6875rem;left:42.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7Ri1iCtzSHIRVgSKwIdNiPG4FcnKQ3r { display:block; }
 }@media only screen and (max-width: 763px) { #dpBNxwtryMROQyHllrpd72SGI7s18Tui { width:12.8125rem;height:1.375rem;top:7.75rem;left:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZKpNlhaCG7igzhk0hKaTI1f1F6SiLTi { display:block; }
 }@media only screen and (max-width: 763px) { #XLgz79gcLKSuiCbKEiA7XkdZDAcrTzGb { width:7.5625rem;height:1.375rem;top:9.1875rem;left:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OC8NCFDWWUTNO2lVgqU3QBBRKIWfi3Rz { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WMzCqvOvPpLq1kMX39n27idUzWdnCWHe { display:none; }#WMzCqvOvPpLq1kMX39n27idUzWdnCWHe > .row .container { width:20rem;height:33.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XbQX4tP9uUKh46s47lMgePc28daC3g7q { width:5.4375rem;height:3.375rem;top:6.125rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #npkTeLZke06MHuizNSB76zXh4OZffZ3h { display:block; }
 }@media only screen and (max-width: 763px) { #F3W7z8KkLieHxfPTeSJpRLVXX4PMT1JI { width:5.5625rem;height:3.4375rem;top:10.75rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GK3SGDZtAVJcpIsHf28Vb3edfHwWbT5k { display:block; }
 }@media only screen and (max-width: 763px) { #V9ayQpmCgFsiCEr0zpWbKKmUq1ekf3EP { width:7.5625rem;height:3.4375rem;top:15.4375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7zMso2JEZsnythQECn48v3hMyDxqkQd { display:block; }
 }@media only screen and (max-width: 763px) { #BoRd82zcLsk4Q6rsL3ObGBTTL7TIiT9G { width:4.5rem;height:3.4375rem;top:20.125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvAR59rO3bvG8mkKsKClOc7W1hKabRP9 { display:block; }
 }@media only screen and (max-width: 763px) { #RFySVWTNCESrgS2RIG0uoMIC8fMXbRxT { width:6.125rem;height:3.4375rem;top:24.8125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bpco5rpXJXisW2Q7UtIivDknAVQnbUO5 { display:block; }
 }@media only screen and (max-width: 763px) { #bZufOI49hsOQADdQ9TpsoL8dv4cJyTqx { width:13.8125rem;height:3rem;top:29.5rem;left:3.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(115deg, #0d25ae, #dbb8ff);background-image: -moz-linear-gradient(115deg, #0d25ae, #dbb8ff);background-image: -ms-linear-gradient(115deg, #0d25ae, #dbb8ff);background-image: -o-linear-gradient(115deg, #0d25ae, #dbb8ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d25ae', endColorstr='#dbb8ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d25ae', endColorstr='#dbb8ff' );";background-image: linear-gradient(115deg, #0d25ae, #dbb8ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#e8f7ff;display:block; }
 }@media only screen and (max-width: 763px) { #AkF7LhhfHlPa7wE0zJshx4e4V5TDtmsn { display:block; }
 }@media only screen and (max-width: 763px) { #HQbo2DJAdSpBC99zwL5DBfGKAdcWULcu { width:17.0625rem;height:3.625rem;top:1.25rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMTC8g8ra89kFTa7tnyfbRwuKd7S5KV2 { display:block; }#zMTC8g8ra89kFTa7tnyfbRwuKd7S5KV2 > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FpQ8ZWZh3BfTVXT7h44hXgIZCTAkG0mQ { width:5.4375rem;height:3.375rem;top:6.625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkA0tr8APeDtLeOBlwT2sGlk0bmVdi5T { display:block; }
 }@media only screen and (max-width: 763px) { #g62E4A72iczKw0kSxce2xmQdsvN4p7xa { width:5.5625rem;height:3.4375rem;top:10.625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ym6757EDN9KP9FBtoeWkSbSDv33kFKvZ { display:block; }
 }@media only screen and (max-width: 763px) { #qPoJM6huXsfy53hyzLxX0uzbQ2VeU6MA { width:7.5625rem;height:3.4375rem;top:14.6875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgyacp9vVH8zbuCfQ99hbCEFK0h9lgWZ { display:block; }
 }@media only screen and (max-width: 763px) { #z14K28TtxtZFL7SVB8l2Dd3u2DhClaea { width:4.5rem;height:3.4375rem;top:18.125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #khP8IPBhm61uraetfUuWidBed8cEJKyl { display:block; }
 }@media only screen and (max-width: 763px) { #ETRLGVes3bfQtgN1xqkRl8tQhMNu5faE { width:6.125rem;height:3.4375rem;top:21.5625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLxt5aIXNMnFFWTQWhFwpzzzWTtTgMVx { display:block; }
 }@media only screen and (max-width: 763px) { #bx60DeQzflALZEfo1P5GMF0mq8a9e64E { width:13.8125rem;height:3rem;top:25.625rem;left:3.125rem;background-color:transparent;background-image: -webkit-linear-gradient(115deg, #0d25ae, #dbb8ff);background-image: -moz-linear-gradient(115deg, #0d25ae, #dbb8ff);background-image: -ms-linear-gradient(115deg, #0d25ae, #dbb8ff);background-image: -o-linear-gradient(115deg, #0d25ae, #dbb8ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d25ae', endColorstr='#dbb8ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d25ae', endColorstr='#dbb8ff' );";background-image: linear-gradient(115deg, #0d25ae, #dbb8ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rrNTI8ZAEGifW5xn2FXBgSCKmGhL2OAN { display:block; }
 }@media only screen and (max-width: 763px) { #eQlNDPahoMoPkAJn19CBcbmMnQbTXi5D { width:15.375rem;height:3.0625rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBrKvbzQV3GtGTQ8rQAEEHdPMmJOdXq4 { display:flex;top:2.09375rem;left:18rem;width:2rem;height:2rem;z-index:15010; }
 }@media only screen and (max-width: 763px) { #mOe8c8y1dTOi5S8BkTTRcZRwLa1JaiqM { display:block; }#mOe8c8y1dTOi5S8BkTTRcZRwLa1JaiqM > .row .container { width:20rem;height:30.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QLSkHMob1cTT6u63h5Ps4H8me2dcr1Sg { width:20rem;height:9.5rem;top:4rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TXoqxErhOIQVfS1KV3Bx2Hp0bhJdIeQi { width:20rem;height:0;top:16.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #cb3aO7DXnSTKoSNI4QO4OrcOSM8TGvOI { display:flex;top:0.96875rem;left:18.125rem;width:1.875rem;height:1.875rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #oe8FXvOuu98HDbPcbgsxrVWINy2tEToy { width:20rem;height:10.0625rem;top:15.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:55.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Abzii6I3uqBUauHDwHo7cMSlrQlR0Ud7 { width:20rem;height:17.875rem;top:14.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #adbL7SS6NqEPwvgIbT3G1ttiwJElTpvW { width:20rem;height:8.75rem;top:3.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaUukATo2rTSHODwSmX35HolNPVUbU3B { width:19.5rem;height:15.279559118236rem;top:35.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbCk6RRpQUO7qympyUVzdu1Ck3qTnbV1 { display:block; }#gbCk6RRpQUO7qympyUVzdu1Ck3qTnbV1 > .row .container { width:20rem;height:73.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w3OfrEbiE7U8WQopV2bqEIHMfhafDKOd { width:20rem;height:4.0625rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSP5eeSbvfOif7T5ltI5Wai9Hd6HHQO1 { width:20rem;height:1.8125rem;top:16.375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQ4yuPkW6GVUOyvukXoMkkkuUBpHAFUs { width:16.4375rem;height:8.75rem;top:25.625rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSnZdB7n2ECsX3D8LeIG2wIRIFDakwXR { width:18.75rem;height:0.125rem;top:22.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1PmzAzXIRp7n5JxIJDxsrTDrrcfk6tO { width:16.8125rem;height:1.25rem;top:20.875rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0nDDCUumH8KTTXWRHExmK5NzL8oaaL3 { width:20rem;height:10.5rem;top:55.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0aXhmaHGvRzZKpITrz8GbcZW4nFqtf8 { width:20rem;height:1.8125rem;top:45.8125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cST6L94GETo676gFRSpET8BSR09Befpk { width:19.5rem;height:26.0625rem;top:12.6875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnO7eBbX3VZc53dwT9FadF2Xs9izuVoS { width:18.75rem;height:0.125rem;top:19.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #COdRKekHDlVV7VQhoL4v8KLs5T6ehJvK { width:19.75rem;height:26.0625rem;top:42.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoESA0Opvpi6yTv3Ne0J6WZhk9Td2fVc { width:18.75rem;height:0.125rem;top:52.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymGmKtQlUZVBzfTL7bX67FOGLFsHIfEf { width:16.8125rem;height:1.25rem;top:50.4375rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueGQDJKdAJH1df8yZDzTpFTHwu9gMdpm { width:18.75rem;height:0.125rem;top:49.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrENAvkplZx3f21r43i4cBLaWUqiDcmf { width:10.375rem;height:2rem;top:6.25rem;left:4.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVSQJsoblbK4nHDTLyTxRecHHCySNgMX { display:block; }#CVSQJsoblbK4nHDTLyTxRecHHCySNgMX > .row .container { width:20rem;height:73.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh { display:flex;height:auto;width:17.5rem;top:27.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #KTSMrwrVFlDyvTwHqLVVmx1ROLGQrHGh {  }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #u4ze8WCoxQqun8vOaBIdR65kG6emQuGG {  }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #hZCe37XUFPytnHMfZBBP6BeJ2nTWSVxs {  }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #avCR3UtoJf1UsUqonnT2Ol5hJ6noiZDc {  }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #JcMUsPl27pbuSRNW2xo0bC9BR3SnFaF7 {  }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #bNZLu2UqbCWNLJUP7Ofgz1FAqHzQseMB {  }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #eRAoEKoROZn2FN6TKOXgvqe9EsdfATww {  }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #Bzv0R2332Jou5g0UopiaFhOeu9rMSGGu {  }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #ao8wp6cpA2rSu15m9NCWQwChkTUvVIL5 {  }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #vTgSlDtRapXGD3aSC6obNlUMnv109Vmf {  }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #FgQfGf3yAOPAXgwRC9HaI4mMGnz9LvMB {  }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #EvFHU4J0nPBCOUWzVJUZWziUAgDZ9pcP {  }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #Kiar9JvohLhBTsTvi6ZOIhGTMUOuygqe {  }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #kiZXIG0e6NtHBGxfKiuDQTbE8IJt2mXW {  }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #JRhixKR9alEk5ivuUN7zxS458Zav1da9 {  }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #vrf94aiVd2FEsVaoE50TCBTvKVPbg3V7 {  }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #zyAZWr127mSx1avATvCaLJEmEAnTT0Ky {  }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #mtVFOzkX8t20e4mz6zWk0ZXBlqko9nMq {  }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #isLy5CzIJXHBCh0S1qyNXXWDTeK8UutV {  }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #e53vvmEN2mwtZfF6zi17evPPUeZ8xPyg {  }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #oId7N3m4XheU6Qpw7vB75iqHK3Nqut73 {  }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #BbkDyTmyTvoqi2TdmKwMhWbFJg2xHZxL {  }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #xAPPgP9FXMQMF3RJsXzGniRJ1ZgswK39 {  }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #Uoqh6ibAUwdvISyGwoLUm8MN8X2syT2B {  }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #u2sA15zNiQfp0UT7U77gpO6Cnpz4KVIx {  }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #sbK7DsZrgkPT2GHHh12bnLtwdc0Lzace {  }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #ZVRfRtM3ZSWEDd1xgLQM6H7uMd66FrQL {  }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #NiNTJp5evNMXkB8x1zNDJLuwDy6C5I0K {  }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #wUPhh7zNI3h8ZXhcZRWKlnMBup3XeVQe {  }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #Fr41rPhFrworZpkKW13CT2ZhlZ1VZfrp {  }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #QqkBpMTFCRuyZTTwqEUMIwyazvXCXADX {  }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #fXen9snaJAzmvKm9avlIpWhXupapQATe {  }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #cTOwqALCkyatTug72Py93J21kQNdCH08 {  }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #lH0D5kKA3NGODyFMskKUhAALhkDO7JvN {  }
 }@media only screen and (max-width: 763px) { #bMT8XIUVvXZTc95R2hbS3Ckr6SHxe1xh #Izk7Dn2IGwbgCgg5RF7fBAIdd0QxZEC9 {  }
 }@media only screen and (max-width: 763px) { #VTWZABgUd1oTrRJBOMZeJ0De9X4ZliyA { width:20rem;height:7.3125rem;top:4.4375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UvXTZZ69iQA0ERvSpCWZnTEuCKrEOqD2 { width:20rem;height:9.625rem;top:13.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FkQ880b1d2RnF5iqlcdAvx9u4dnc4lZU { width:20rem;height:20.060422960725rem;top:67.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yE71n5ldN6VbmXL093vi9AGzWa8P6U7q { display:none; }#yE71n5ldN6VbmXL093vi9AGzWa8P6U7q > .row .container { width:20rem;height:34.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kpxSKVXvfngv5yx7i6h9pmd8rCKawAzm { width:7.8125rem;height:1.25rem;top:3.875rem;left:6.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BW9r8VniiLlr08DugL4NeALDGh5Kicl6 { display:flex;width:1.375rem;height:1.375rem;top:6.375rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #bOgtE4cAcNkpmXVxnWSE5cA4fAcWgVs4 { width:3.0625rem;height:1.25rem;top:9rem;left:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLTZPD75oT9nBlr3hifJrKauXbXvDX6w { display:flex;width:1.375rem;height:1.375rem;top:11.5rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #DpDsrAlXDB45mBrF9iGrevJU1JlNSsRI { width:12.125rem;height:1.25rem;top:14.125rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TquJr32VFxG5KBr6tF4sHAcaaXUNqmgu { display:flex;width:1.375rem;height:1.375rem;top:16.625rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #HCwxXtwRFVof4Uy5hf6JUhx9805cmqmM { width:12.125rem;height:1.25rem;top:19.25rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRUUlCTcPR1eTgQgdMTN3DifeTHQ85Q3 { display:flex;width:1.375rem;height:1.375rem;top:21.75rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #QvN3F4KmkKT4xT8mnawytncyldwSH6wt { width:15.6875rem;height:1.25rem;top:24.375rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywAt6lrLMKwQ5BB6qux8IMTmRi12O0ex { display:flex;width:1.375rem;height:1.375rem;top:32rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #yU04LzkTmlMpJ2GcgM8ctPComLiMoEiT { width:4.5rem;height:1.25rem;top:29.5rem;left:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceBmXlB5LFyIAIfT2ccqQlHWQRGENqUt { display:flex;width:1.375rem;height:1.375rem;top:26.875rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #XPnZcnnf4ztihcg48eueSGfZSIF54kem { display:flex;width:1.375rem;height:1.375rem;top:1.25rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #wxvXWOxH1IyrR8NlWT2Vc6ygrfOW0xdp { display:block; }#wxvXWOxH1IyrR8NlWT2Vc6ygrfOW0xdp > .row .container { width:20rem;height:107.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RC3LMP1MHQx98M3B3fR31N6ot078JsPs { width:20rem;height:7.3125rem;top:3.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0lbRnCakvAlntOoAlvm2pV3H9IvsR9w { width:9.125rem;height:2.875rem;top:20.125rem;left:5.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8rwEXrNKLEolkTEMrKPWQcTaJfpA0qU { display:flex;width:4.75rem;height:4.75rem;top:14.125rem;left:7.625rem; }
 }@media only screen and (max-width: 763px) { #IPFG22c9XGCK0QvFfS98yLiT5eVD2u4Q { width:13.375rem;height:11rem;top:24.25rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiiB82bS6oUz4gP4SXIHSTmDENPcNDGi { width:9.125rem;height:2.875rem;top:44.125rem;left:5.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lf2XGlgnL9qLxOsURaP6J4zqTnJbSriN { width:13.375rem;height:11rem;top:48.25rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8LUZoTF2NqEbSBlg2nmPs8VMsvTFrvG { width:9.125rem;height:2.875rem;top:68.0625rem;left:5.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3upXkZGL0eJFC2bmZSLuiM5Bawd3lpU { width:13.375rem;height:9.625rem;top:72.1875rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2ZnCsO5w69frAZV3ZyMG1Zpbg9ZiXyw { width:11.1875rem;height:2.875rem;top:90.125rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THpSfPNbumuO651TOT6agUN50lbEg7yw { width:13.375rem;height:9.625rem;top:94.25rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPTsTE4xbwarATviIKXZ8I22B8CzxNff { display:flex;width:4.3125rem;height:4.3125rem;top:38.5625rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #xa2TZx8uRq7rQxHMBS8pRFLckXlkdal6 { display:flex;width:4.3125rem;height:4.3125rem;top:62.5rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #wPTNuapmVm4Z3V788lUGLtQCoN8yBOeN { display:flex;width:4.125rem;height:4.125rem;top:84.75rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #eJxZz5i7Cu8WazrrNFfJ4fHi92vVBqpu { display:block; }#eJxZz5i7Cu8WazrrNFfJ4fHi92vVBqpu > .row .container { width:20rem;height:52rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRWTyP5BxAVCN4xguvGdu9gRRfLKrVw3 { width:11.25rem;height:2.4375rem;top:4.875rem;left:4.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BH48pMkF9iTGTLbA2Mrm0qUw0lxX8R4a { width:20rem;height:15.125rem;top:8.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VuJGZR8Ti8pTEXL9iPclbbI9MycCJuIS { width:6.1875rem;height:2.125rem;top:26.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOW2vRsX3qMfz0X9rOD9cQmW28rDNAGP { width:20rem;height:2.125rem;top:26.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvTcey2dThQbOOcprRlkXRySBMbWEGBU { width:3.625rem;height:1.375rem;top:26.5625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m79rmqqaPJ1xAXd7q6OCUyt8TnvasfiU { width:12.25rem;height:1.375rem;top:26.5rem;left:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #egub9EPHnrWTWbywSFpiwglED1uRIXKH { width:20rem;height:14.3984375rem;top:31.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdbUMoS1TNldIKRU4WHKe8iQdgHkhuv7 { display:block; }#LdbUMoS1TNldIKRU4WHKe8iQdgHkhuv7 > .row .container { width:20rem;height:31.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CNGmenNS1qE0Au129XTyueMzTXw9QHMw { width:10rem;height:2.5625rem;top:4.125rem;left:5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #imuRUrAtT2uAIKHSGDT8DgOAkCJ4XzS9 { width:8.8125rem;height:2.5625rem;top:11rem;left:5.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oiis2lyu68i205pQ5UPTxbOu4MCWKsOh { width:13.875rem;height:2.5625rem;top:17.125rem;left:3.125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BTmodSeRfKmBeGONUazA6mUaFv5GtiHh { width:13.9375rem;height:2.5625rem;top:23.5rem;left:3rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HhcsoszbTFTbqAaG9nUv3uxqxh1OrbKm { width:13.625rem;height:1.25rem;top:7.375rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReQUc8BvF8Oi5HBgulq2vXUTNfDxcW0r { width:9.875rem;height:1.25rem;top:13.625rem;left:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #evmPHeMg4ygWXP4uruovbSMdQtJhekZy { width:12.625rem;height:1.25rem;top:19.6875rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLrcV7dGoJ96GUfEbkmSDfHTskd6eUKT { width:13.9375rem;height:1.25rem;top:26.0625rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkdHiJ73k3aFJdohz3TJnrkqS9Lb59vf { background-color:#fffbf0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#AkdHiJ73k3aFJdohz3TJnrkqS9Lb59vf > .row .container { background-color: transparent; background-image: none; }#AkdHiJ73k3aFJdohz3TJnrkqS9Lb59vf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkdHiJ73k3aFJdohz3TJnrkqS9Lb59vf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkdHiJ73k3aFJdohz3TJnrkqS9Lb59vf > .row .container > .video-iframe-container { display: none; }#AkdHiJ73k3aFJdohz3TJnrkqS9Lb59vf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkdHiJ73k3aFJdohz3TJnrkqS9Lb59vf > .row > .video-iframe-container { display: none; }#AkdHiJ73k3aFJdohz3TJnrkqS9Lb59vf > .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); }#AkdHiJ73k3aFJdohz3TJnrkqS9Lb59vf > .row .container { border-width: 0; border-radius: 0; }#AkdHiJ73k3aFJdohz3TJnrkqS9Lb59vf > .row .container { width:20rem;height:85.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xoQhgHPzMraPUE2RFJfhudbptr3aA4a9 { width:20rem;height:2.4375rem;top:6.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #cWn1FJ8SXLTXqctA1SOLKeMgXcsfDyvW { width:20rem;height:2.375rem;top:11.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#606060;display:block; }
 }@media only screen and (max-width: 763px) { #k65PGhB2R6p8ex2N412Q9A5GECtln2io { width:2.5rem;height:0.125rem;top:14.375rem;left:8.75rem;background-color:#ff5b22;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #mmJOq1wGLDO9CEFTHSft2X6TH2SAoqqu { width:20rem;height:6.25rem;top:4.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:3.125rem;color:rgba(219,184,255,0.34);line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #IeM1zxtQgDHdym4KObdUd1nvEKfkTSQ7 { width:18.9375rem;height:15rem;top:16.75rem;left:0.5rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8a2e6883-3af9-4057-a7f1-ca4c92f2381e/Frame8.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.1875rem 0.1875rem 0.75rem rgba(196,216,240,0.99) ;display:block; }#IeM1zxtQgDHdym4KObdUd1nvEKfkTSQ7.adaptive-delivery-prevent-bg, #IeM1zxtQgDHdym4KObdUd1nvEKfkTSQ7.lazyload, #IeM1zxtQgDHdym4KObdUd1nvEKfkTSQ7.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #SmT4Sl0LegNiJdlKVuCqQfIxdmp6x2Mw { width:17.5rem;height:12rem;top:18.25rem;left:1.25rem;text-align:center;text-align-last:center;color:#606060;display:block; }
 }@media only screen and (max-width: 763px) { #kHXbtopAHeiVNJQhrZLQo1HkCEuRrxwQ { width:15.9375rem;height:1.625rem;top:32.625rem;left:2.0625rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #aES6ixU0tug7H1xRURA968ttviIZz2Vn { width:3.5625rem;height:1.25rem;top:34.625rem;left:8.25rem;text-align:center;text-align-last:center;color:#b9b9b9;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtMHXgyn4lRhiTxn5FHZIbRelW2oyMBa { width:18.9375rem;height:15.8125rem;top:38.1875rem;left:0.5625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3392e06f-2261-4088-8d84-5b5aca4614c8/Frame9.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.1875rem 0.1875rem 0.75rem rgba(196,216,240,0.99) ;display:block; }#RtMHXgyn4lRhiTxn5FHZIbRelW2oyMBa.adaptive-delivery-prevent-bg, #RtMHXgyn4lRhiTxn5FHZIbRelW2oyMBa.lazyload, #RtMHXgyn4lRhiTxn5FHZIbRelW2oyMBa.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #JsdvBv0KOhRrtRc7zb0Xyhlhy40lVhfM { width:18.9375rem;height:15.8125rem;top:60.5625rem;left:0.5625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/576b413c-d2d2-490a-b098-44a2869267f6/Frame7.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.1875rem 0.1875rem 0.75rem rgba(196,216,240,0.99) ;display:block; }#JsdvBv0KOhRrtRc7zb0Xyhlhy40lVhfM.adaptive-delivery-prevent-bg, #JsdvBv0KOhRrtRc7zb0Xyhlhy40lVhfM.lazyload, #JsdvBv0KOhRrtRc7zb0Xyhlhy40lVhfM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #EzAVbHZWZTOymOePfgR08MsaKaNgqOlg { width:17.5rem;height:14rem;top:61.5rem;left:1.25rem;text-align:center;text-align-last:center;color:#606060;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdrT2xOscn97i8Sest3X83a5TXoV0daB { width:11.25rem;height:1.25rem;top:56.8125rem;left:4.375rem;text-align:center;text-align-last:center;color:#b9b9b9;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZr7P4B8RyJOJGUJtsTV0UoM7Wl4Tlyt { width:15.375rem;height:1.625rem;top:54.75rem;left:2.3125rem;text-align:center;text-align-last:center;color:#000000;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ho50y4HLvo32Qw0Jo7X3B9nrUueTftnD { width:11.25rem;height:1.25rem;top:79.25rem;left:4.375rem;text-align:center;text-align-last:center;color:#b9b9b9;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2yxs0uMSW0tFeKT7GX1Fuv7Ouf22usT { width:15.375rem;height:1.625rem;top:77.1875rem;left:2.3125rem;text-align:center;text-align-last:center;color:#000000;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vnz8EXJV6GqVQcFN68DyBLidGM8my5Mm { width:17.5rem;height:12rem;top:40.125rem;left:1.3125rem;text-align:center;text-align-last:center;color:#606060;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaT9MRIiJX9sHBZKEFyeyUVhwXhTzTnu { background-color:#3939ff;background-image:none;display:block; }#RaT9MRIiJX9sHBZKEFyeyUVhwXhTzTnu > .row .container { background-color: transparent; background-image: none; }#RaT9MRIiJX9sHBZKEFyeyUVhwXhTzTnu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RaT9MRIiJX9sHBZKEFyeyUVhwXhTzTnu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RaT9MRIiJX9sHBZKEFyeyUVhwXhTzTnu > .row .container > .video-iframe-container { display: none; }#RaT9MRIiJX9sHBZKEFyeyUVhwXhTzTnu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RaT9MRIiJX9sHBZKEFyeyUVhwXhTzTnu > .row > .video-iframe-container { display: none; }#RaT9MRIiJX9sHBZKEFyeyUVhwXhTzTnu > .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); }#RaT9MRIiJX9sHBZKEFyeyUVhwXhTzTnu > .row .container { width:20rem;height:57.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lvoEkW8VJ8Tbu5N2pcBWFXHBRwEtwXDJ { width:20rem;height:5.125rem;top:3.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hWaqdA4yuWJAu0WHpdWU5T5DvDhbz2mf { width:17.1875rem;height:15.5rem;top:9.5625rem;left:1.4375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;line-height:1;overflow:hidden;height:auto; }
#MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5625rem; }
#MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP .widget-input-text {padding-top: 0; padding-bottom: 0;}#MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP .widget-input-select {padding-top: 0; padding-bottom: 0;}#MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP .widget-input-button { width:10.5rem;margin-top:0.25rem;margin-right:3.5rem;margin-bottom:0.25rem;margin-left:3.5rem;height:4rem;font-size:1.1875rem;overflow:hidden;text-align:center;text-align-last:center; }
#MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP  { width:17.5rem;height:auto;top:28.375rem;left:0rem; }
#MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP {display:block;}#MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP { width:17.5rem;height:auto;top:28.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP #ZlyOdf9MRlPVlRGaDVsw1zT6lPRrhiXQ {  }
 }@media only screen and (max-width: 763px) { #MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP #gA99N8RZCfvueiGcEwJJLXJQlIAMaVhz {  }
 }@media only screen and (max-width: 763px) { #MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP #nEeLOw3NvH5GtIbgD7BVapQHTmvahDRe {  }
 }@media only screen and (max-width: 763px) { #MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP #Z2gKJKQQxVUTTa8QURq3PN99aEbVmxO8 {  }
 }@media only screen and (max-width: 763px) { #MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP #SzPKi1X5NWDEHT43PbnTQkC5d2EmPgTm {  }
 }@media only screen and (max-width: 763px) { #MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP #p1BTLZtyt2FWFAaJphgqTGHxp3KIy85g {  }
 }@media only screen and (max-width: 763px) { #MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP #MLvgxn5cT1cgIl6TrND5aHrG8vcDTutW {  }
 }@media only screen and (max-width: 763px) { #MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP #iBOqlbqlXcFsGV7ugsxAdtyBx8wIv9ez {  }
 }@media only screen and (max-width: 763px) { #MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP #cCZ2l0TZsaz3sLLgu3SU0KqZXzdFWKHH {  }
 }@media only screen and (max-width: 763px) { #MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP #qfaU76xTZqHdizoU6Bnh8Nfb8MaJJf8b {  }
 }@media only screen and (max-width: 763px) { #MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP #MTt8cV9iEGmCoeSchf2BBzl6Q02DGoE2 {  }
 }@media only screen and (max-width: 763px) { #MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP #WEOisUMQHTuD9ZtDF5HWDOgq9vXxo3vK {  }
 }@media only screen and (max-width: 763px) { #MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP #VZiEzE0JHDh70qwaHHkvmHhWeAggirnU {  }
 }@media only screen and (max-width: 763px) { #MyQSEKVw3cwFJaqCxfsTwAfxzdbvaaVP #f8slvIKTAzXUpFtnH1KUQzO7HRvfLDyC {  }
 }@media only screen and (max-width: 763px) { #Dl7uRH5KQSf18mQgeJ7qr2RVehTU7RdF { width:2.9375rem;height:4.0625rem;top:25.8125rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pq1hc3kGQTEa4wObwn5gf7BmJnX1wCNa { width:2.5625rem;height:3.5625rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQhE01d5Olgoe6mpihmTTvPJPlnHcfNZ { display:block; }#qQhE01d5Olgoe6mpihmTTvPJPlnHcfNZ > .row .container { width:20rem;height:66.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T { display:flex;height:auto;width:17.5rem;top:12.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #ozmg8n9z3SDW5UPzhqr9RCzadXyrqJrd {  }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #AC8UkA8wEmM3SPf7dvfWoqJmToPGn4sF {  }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #rS5Gwm2Vr3dz20PmKpUzET0kdHatFEGo {  }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #allLSA4gQvDWnFwuQn3HbR9CQwl8ALvW {  }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #X6qJiWc3RVbCpm2yqTxRBEEcE4RgkXUK {  }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #u4WabtNrehy2GS848GGH5gHTnLy0swRL {  }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #khUoCywX8zym2yzRtx7PXhKVp8Ezeoiv {  }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #TdrihbrlOaS5eGZfoygGWkdCeA9pOUUi {  }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #qGwTz79SMvf16VIcIXhTRpWbxFweVDXX {  }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #gDgFTkKLBT76OQNyd9WiDzn4XhARWvnO {  }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #PPawzkADbXluF4tilEXNPv3b7x8GOlMl {  }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #sT6arO0NgSRpg4mIvfruuLfxMIOSLDyP {  }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #Pd03xo48anhnkLQHVRfHqRdtzaNoBTKd {  }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #neWsFIOTCetT63JlVPcqXaraQJbRsLMb {  }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #oaFQA4g4S3necQ6FD54dkkWZ8z0z2dJq {  }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #AEEVD6EMggQg1sGWrFPFogqTkdAkcufx {  }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #cRRPFlItfDT0S9ONtn8Z6FernyBRTfFz {  }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #TI7o0eZeTZtiHmXcbzAVDAgu5gNZAKCu {  }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #WmUanSTo3mbxKJVImA3VJA2gsX8S5BDJ {  }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #roaqMUzo1dp73L942TlfMmUCRvuXW3qW {  }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #biyrvpmvpBQmlsur2bqIFV1LTOKvTAmc {  }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #KB1Z5IUdxd5xZgHuEWpb1MTCtlwTIDzT {  }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #WROQtCJA9FBKLyRfQws4e3iUgmKKzHb6 {  }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #EFKSkZpGfOlRT4sTxl3Hoq4MTXPz1iLC {  }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #R2vpdiCmnrt6ZH9Ob4MTTEIZP8WWxAuB {  }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #vKbrCTe8rledAcqD3a2FQ9Fl5ARSh1OT {  }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #uUfnBbCICutCs1TlyVT3toQo84zmRxQA {  }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #yATJzNT1d10iUDVyhtKuQ2gqnTkLQZFD {  }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #IGcovZA6oZrEVrXJsJeHu0unnul9P34u {  }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #yERffbR1Du3axXQTMZTpmXph0ApsmP4N {  }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #Sq2FuWG8diTiuk4Jmitz9Ap5dBFNx3Al {  }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #DVX8fI2FDaU9yTnAt8nzZmGX4sno2DJ3 {  }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #fJp1yCrPefWAuTbQynnTndz9nVVC6zSr {  }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #ahafTpkQQ2X1ZysoJ5prLAcqgmXHG6Oe {  }
 }@media only screen and (max-width: 763px) { #wOfMTJ1BIVrm78T4Ofr2HpJVJqlaaP6T #NQ7gLMp4mwFH5uflashCPpci6mprLHQo {  }
 }@media only screen and (max-width: 763px) { #CcpWF4ObqreryPDNkk1dT1nbvSw0lTco { width:20rem;height:20rem;top:62.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T1sdsv47ITXPJfQXsR89KfZWVTD8lbbc { width:20rem;height:4.875rem;top:5.0625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rLs8pWlPx7ZgOKoG9yCGuryzJQCuy9Hn { background-color:#3939ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#rLs8pWlPx7ZgOKoG9yCGuryzJQCuy9Hn > .row .container { background-color: transparent; background-image: none; }#rLs8pWlPx7ZgOKoG9yCGuryzJQCuy9Hn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rLs8pWlPx7ZgOKoG9yCGuryzJQCuy9Hn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rLs8pWlPx7ZgOKoG9yCGuryzJQCuy9Hn > .row .container > .video-iframe-container { display: none; }#rLs8pWlPx7ZgOKoG9yCGuryzJQCuy9Hn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rLs8pWlPx7ZgOKoG9yCGuryzJQCuy9Hn > .row > .video-iframe-container { display: none; }#rLs8pWlPx7ZgOKoG9yCGuryzJQCuy9Hn > .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); }#rLs8pWlPx7ZgOKoG9yCGuryzJQCuy9Hn > .row .container { border-width: 0; border-radius: 0; }#rLs8pWlPx7ZgOKoG9yCGuryzJQCuy9Hn > .row .container { width:20rem;height:53.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x8Fer0AK28e40fTTaJQpDIftK6xtnSHV { width:18rem;height:4.75rem;top:8.0625rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Iuy25fAVc8RqyGCZkFcKX1yD19dJOwPl { width:9.3125rem;height:2.375rem;top:26.125rem;left:5.34375rem;font-size:0.875rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cwy2xT3ITEuLvuO2pKhaSnbFUyNu2eRs { width:18.75rem;height:0.0625rem;top:46.125rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #KJNGwaFJzEQA6FT9PFvLkvTGs2lbnNc3 { width:20rem;height:1rem;top:16.625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nodTpq5dDwt2ODIG5RHv97nGTCmIWupc { width:18.75rem;height:0.0625rem;top:14.75rem;left:0.625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #aKRJswET7S2l9IzwWsd4H6rS8LAci2wf { width:18.75rem;height:4rem;top:1.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bik723zOfmbxVpiueehPBgJBhPgKUJbf { width:11.8125rem;height:1rem;top:24.125rem;left:4.09375rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lLVlH4HNKQuTo4k3VOnDkkhCvN5GiETT { width:11.8125rem;height:1rem;top:31.0625rem;left:4.09375rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lDi8qmE3oVz8s0oITQnWOOP0nWMDzima { width:20rem;height:2.25rem;top:47.1875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NBvMyQk9lZILXV65fCaWH1yQzgwNPwU0 { width:3.375rem;height:1.875rem;top:33.125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8x6uFdZ90Osu0ITCwrAhSnzPWki5lpB { display:block; }
 }@media only screen and (max-width: 763px) { #OPz4kAxCvDKnVQDELgXgyx1t3AvIBHT7 { width:3.375rem;height:1.875rem;top:36.25rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r54te2MrfEF65x7Tlnzu3qMBopRPGWzT { display:block; }
 }@media only screen and (max-width: 763px) { #TOoFIiBTmZvmhQDGTSThTnGVQkeC0C7Z { width:5.5625rem;height:1.875rem;top:39.375rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQ1KLoDx03bKf05xq2rbXC9TRnuvDtTv { display:block; }
 }@media only screen and (max-width: 763px) { #gWubIxNq3DdhizIpUg4F8oql4kLdJDb0 { width:3.375rem;height:1.875rem;top:42.5rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7Ri1iCtzSHIRVgSKwIdNiPG4FcnKQ3r { display:block; }
 }@media only screen and (max-width: 763px) { #dpBNxwtryMROQyHllrpd72SGI7s18Tui { width:12.8125rem;height:1.375rem;top:18.5625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZKpNlhaCG7igzhk0hKaTI1f1F6SiLTi { display:block; }
 }@media only screen and (max-width: 763px) { #XLgz79gcLKSuiCbKEiA7XkdZDAcrTzGb { width:7.5625rem;height:1.375rem;top:20.625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OC8NCFDWWUTNO2lVgqU3QBBRKIWfi3Rz { display:block; }
 }