.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:246,217,217;--color-primary-1:224,130,130;--color-primary-2:192,4,4;--color-primary-3:96,2,2;--color-primary-4:29,1,1;--color-secondary-0:227,217,217;--color-secondary-1:162,128,128;--color-secondary-2:69,1,1;--color-secondary-3:35,1,1;--color-secondary-4:10,0,0;--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:"Kulim Park";--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:rgba(var(--color-tertiary-0),1);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); }#usm2mbo82TFUTvOL3VbOWyyr1iPMTBJ2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#usm2mbo82TFUTvOL3VbOWyyr1iPMTBJ2 > .row .container { background-color: transparent; background-image: none; }#usm2mbo82TFUTvOL3VbOWyyr1iPMTBJ2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#usm2mbo82TFUTvOL3VbOWyyr1iPMTBJ2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#usm2mbo82TFUTvOL3VbOWyyr1iPMTBJ2 > .row .container > .video-iframe-container { display: none; }#usm2mbo82TFUTvOL3VbOWyyr1iPMTBJ2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#usm2mbo82TFUTvOL3VbOWyyr1iPMTBJ2 > .row > .video-iframe-container { display: none; }#usm2mbo82TFUTvOL3VbOWyyr1iPMTBJ2 > .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); }#usm2mbo82TFUTvOL3VbOWyyr1iPMTBJ2 > .row .container { border-width: 0; border-radius: 0; }#usm2mbo82TFUTvOL3VbOWyyr1iPMTBJ2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#usm2mbo82TFUTvOL3VbOWyyr1iPMTBJ2 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#FxX9ZGoCf18V21WxkI0vpFQr9EUQnkH3 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:anybody;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:1.875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.5625rem;left:7.5rem;display:block; }
#WXLGit1ZpxNlKJIigAMIBRGq5KmrvTHm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zeDhNeuUWsT8AdTMHNI8LvZLnopT5gNo { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:anybody;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:1.875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.5625rem;left:17.5rem;display:block; }
#c7bAZtCvutmLhNHIHiU292J4MvdkPUZu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MEZ2hCeqDtq2AwETRCNT1QWyvM3CPmxh { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:anybody;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:1.875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1.5625rem;left:50rem;display:block; }
#kWU9lPfME9WAugcbNErOKh9xs5EQlscZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OH6pW9TMfRuXWJ9zg1Qyom6rczwdxysg { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:anybody;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:1.875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.5625rem;left:59.375rem;display:block; }
#hJAp0glJxsDgqVDVWogLcagwZ20NX0m0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ux0dBwThR1FdvPJk73ob7yo2Nw2f8tt7 { 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:5.0625rem;width:5.0625rem;top:0rem;left:34.96875rem;overflow:hidden;display:block; }
#HRTWN6TRfuUJ5sSVKMsqFc7sEgAn52LD { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/56b9ea55-a4f4-4b20-8220-ec4644b4bb6c/b9204ceb0bc84a328a1a81e6434b1664.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#HRTWN6TRfuUJ5sSVKMsqFc7sEgAn52LD.adaptive-delivery-prevent-bg, #HRTWN6TRfuUJ5sSVKMsqFc7sEgAn52LD.lazyload, #HRTWN6TRfuUJ5sSVKMsqFc7sEgAn52LD.lazyloading { background-image: none; }#HRTWN6TRfuUJ5sSVKMsqFc7sEgAn52LD > .row .container { background-color: transparent; background-image: none; }#HRTWN6TRfuUJ5sSVKMsqFc7sEgAn52LD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.28); }#HRTWN6TRfuUJ5sSVKMsqFc7sEgAn52LD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRTWN6TRfuUJ5sSVKMsqFc7sEgAn52LD > .row .container > .video-iframe-container { display: none; }#HRTWN6TRfuUJ5sSVKMsqFc7sEgAn52LD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.28); }#HRTWN6TRfuUJ5sSVKMsqFc7sEgAn52LD > .row > .video-iframe-container { display: none; }#HRTWN6TRfuUJ5sSVKMsqFc7sEgAn52LD > .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); }#HRTWN6TRfuUJ5sSVKMsqFc7sEgAn52LD > .row .container { border-width: 0; border-radius: 0; }#HRTWN6TRfuUJ5sSVKMsqFc7sEgAn52LD::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HRTWN6TRfuUJ5sSVKMsqFc7sEgAn52LD > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HRTWN6TRfuUJ5sSVKMsqFc7sEgAn52LD > .row .container { width:75rem;height:52.3125rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#GqCfrF58pibRKzcepCJNXItnK7BLK07P { color:#000000;display:block;width:9.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:38.888671875rem;left:16.5625rem;height:0;font-style:normal;display:none; }
#XDP2rS1cd8l47KsGLEyiU6p2bdJ7NKpq { color:rgba(var(--color-tertiary-0),1);display:block;width:34.5625rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:400;z-index:15013;line-height:.8;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.5);top:13.84375rem;left:5.5rem;height:12rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ValfOyTvr96WTUccwIV3KvGT8wOUqNR5 { color:#ffffff;display:block;width:24.625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.25rem rgba(0,0,0,0.5);top:28.390625rem;left:5.5rem;height:5.84765625rem;font-style:normal;display:block; }
#yXPm9yJn7hAc09ZVcVhSMtedru79bKxJ { position:absolute;display:block;z-index:15008;background-color:#f9f9f9;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 2.4375rem rgba(0,0,0,0.13) ;height:27.3125rem;width:26.375rem;top:6.1875rem;left:42.25rem;display:block; }
#WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk .widget-form-header {  }
#WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:300;color:#000000;width:22.0625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:3.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk .widget-input-text {padding-top: 0; padding-bottom: 0;}#WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk .widget-input-select {padding-top: 0; padding-bottom: 0;}#WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk .widget-input-button { border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.1875rem;margin-bottom:0.25rem;margin-left:2.1875rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:17.625rem;height:3.75rem;font-family:"open sans";overflow:hidden;line-height:2; }
#WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;font-weight:400;color:#000000;vertical-align:top;width:21rem;overflow:hidden;font-style:normal;line-height:2.4; }
#WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk .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; }
#WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk .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; }
#WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk .widget-container:first-of-type{padding-top:0;}#WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk .widget-container:last-of-type{padding-bottom:0;}#WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.9375rem;left:43.15625rem; }
#WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.0625rem;display:block;vertical-align:top; }
#WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk .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; }
#WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk {display:block;}#WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.9375rem;left:43.15625rem; }
#WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk #z758klWOW8DnXuqk05NlCXfSSmrqTTHN { position:relative; }
#WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk #kIukJcFNATSUZnmvqhAG9QK4I7OM1Az0 { position:relative;display:block; }
#WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk #GrpnN1CaU9s2b3H7umBTKAlGlom0d4hE { position:relative; }
#WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk #ynKywclAOyABNmQas9IeWaZvB9w5Q18k { position:relative; }
#WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk #u0yHfrQvTXNuqg4KTFLQW8GDkD27FWe4 { position:relative;display:block; }
#WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk #TmstVd9KQGzDfRBo2Pi8m2s3Prrhfu7i { position:relative; }
#WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk #hEn98qpErWnVX9k1JOUpZgaybTsrvpTQ { position:relative; }
#WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk #oyagSKfhFiwNWPcxCmobFiukUZc5zdkP { position:relative;display:block; }
#WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk #aqfQdUzO3sxl6NsgbUyORrNwv4PzLrbQ { position:relative; }
#WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk #hHl6WnlJIZmdlbuAKeQtrX9a8TsoanEL { position:relative; }
#WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk #RRItyxGnRDBw77fMK77TdTmiCSxnk1vz { position:relative; }
#Uz52ipSUyadMR2vqED6wUqyE7Gobh9xP { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:3.125rem;top:38.056640625rem;left:11.875rem;overflow:hidden;display:none; }
#gm52eQ0ZtWfALqBTIQPVs8sxbsGXI6Nq { position:absolute;display:block;z-index:15014;height:13.0625rem;width:32.6875rem;top:36.125rem;left:36rem;display:block; }
#JmT83TRXXN6JMXgXAUIB9VeEiyagyexN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JmT83TRXXN6JMXgXAUIB9VeEiyagyexN > .row .container { background-color: transparent; background-image: none; }#JmT83TRXXN6JMXgXAUIB9VeEiyagyexN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JmT83TRXXN6JMXgXAUIB9VeEiyagyexN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JmT83TRXXN6JMXgXAUIB9VeEiyagyexN > .row .container > .video-iframe-container { display: none; }#JmT83TRXXN6JMXgXAUIB9VeEiyagyexN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JmT83TRXXN6JMXgXAUIB9VeEiyagyexN > .row > .video-iframe-container { display: none; }#JmT83TRXXN6JMXgXAUIB9VeEiyagyexN > .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); }#JmT83TRXXN6JMXgXAUIB9VeEiyagyexN > .row .container { border-width: 0; border-radius: 0; }#JmT83TRXXN6JMXgXAUIB9VeEiyagyexN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JmT83TRXXN6JMXgXAUIB9VeEiyagyexN > .row .container { font-size:0.875rem;font-family:arial;height:47.375rem;width:75rem;position:relative;display:block; }#mSwagDoMcmaIFF2Sz7lGVaKSKyiQFTxw { color:#707070;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:11.75rem;left:0rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kFMyEfUgx9bKpzEoWEy3xJV6B5mAamWT { color:#4c4c4c;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.875rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AXJrzS15PdMyi2pRfv4eSS3Mt15VHS3n { color:#4c4c4c;display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:29.125rem;left:4.625rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UXSqQcU1IU15yhiL9oTuuAccOr2vX6co { color:#707070;display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:32.375rem;left:4.625rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y049bahPOJE220NZkuGhX9uLqJmTT18X { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:9.5625rem;top:17.6875rem;left:9.8125rem;overflow:hidden;display:block; }
#NfNPH03Lvuc95w3Af24TZzvBBNctTGOA { color:#707070;display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:32.4375rem;left:27.5625rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vRuJmDkMMTdRN93Ll3p96pbQrN4MAgBW { color:#4c4c4c;display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:29.1875rem;left:27.5625rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UsNuQ5d3kTwJdIB0neF5u7EEVJWzq6ci { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:3.125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:38.8125rem;left:29.75rem;display:block; }
#UkLlIVXNZlQcNWgImcTO6KvObc7XeAa3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#urn8a2ToMCdpB6hW2TpSoioUv3rgDb2q { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:9.5625rem;top:17.8125rem;left:32.75rem;overflow:hidden;display:block; }
#uQfXV1Godhr166TV6HFC3XCAxgBDhv1k { color:#707070;display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:32.375rem;left:51.1875rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u2TuWhcAnO71T2y1CcWfQsO4FkhX6SRG { color:#4c4c4c;display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:29.0625rem;left:51.1875rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#COZIrGP3oRZvXtI31GqlugiGl8TzNiCS { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:9.5625rem;top:17.6875rem;left:56.375rem;overflow:hidden;display:block; }
#qI6sltOB509CpLwf6NptZWT6xVz9G87E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),0.26);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; }#qI6sltOB509CpLwf6NptZWT6xVz9G87E > .row .container { background-color: transparent; background-image: none; }#qI6sltOB509CpLwf6NptZWT6xVz9G87E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qI6sltOB509CpLwf6NptZWT6xVz9G87E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qI6sltOB509CpLwf6NptZWT6xVz9G87E > .row .container > .video-iframe-container { display: none; }#qI6sltOB509CpLwf6NptZWT6xVz9G87E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qI6sltOB509CpLwf6NptZWT6xVz9G87E > .row > .video-iframe-container { display: none; }#qI6sltOB509CpLwf6NptZWT6xVz9G87E > .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); }#qI6sltOB509CpLwf6NptZWT6xVz9G87E > .row .container { border-width: 0; border-radius: 0; }#qI6sltOB509CpLwf6NptZWT6xVz9G87E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qI6sltOB509CpLwf6NptZWT6xVz9G87E > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:75rem;position:relative;display:block; }#Qs7xR7K5Cy6WuNxdNMcabRCPJHu0aWMe { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:6.25rem;top:9.5625rem;left:13.125rem;display:block; }
#Ih1nsfMHmbsli6s01GWipfkgT4eoqBkW { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:3.3515625rem;left:2.08203125rem;height:7.4238125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RbsUvOhqirdaHkz8ihANEpaILd7vX7rU { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.3125rem;width:20.0625rem;top:13.875rem;left:2.5rem;overflow:hidden;display:block; }
#xbX1V4IV9SoSqVy649tpeuENVFzrZkTc { color:rgba(var(--color-tertiary-4),1);display:block;width:21.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:8.875rem;left:30rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#tyuLiMUssSVJnqm5xp8b575FJbSgPaTO { color:rgba(var(--color-tertiary-4),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:5.875rem;left:29.9375rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MfBJcvAS90NzIciif14nWvqlEqy8leLW { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:14.0625rem;left:30rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CqIRKrCORobnK1GOHRu3b89vMFFlWHyH { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:17.0625rem;left:30rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#mpTLxTb8KRo3FQ2bPTSyk6hwnJZ995cQ { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:22.15625rem;left:30rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TZ94qAsNG2uOPIWTCii7QcM50atQyJGU { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:25.25rem;left:30rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TBfnqKtuvbaBr3R9aF3C92AXK6klXFIf { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:8.875rem;left:55.9375rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#yVnEx8ZmbvB4vUk7TR8FOyTTu8qZIdPf { color:rgba(var(--color-tertiary-4),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:5.875rem;left:55.875rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#DHThfD0HVbvpza902M370NQMJGfcPE1J { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:14.0625rem;left:55.9375rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cwmw56OGPO0lgucsRRX23uuRDedCK5za { color:rgba(var(--color-tertiary-4),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:17.0625rem;left:55.9375rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#WzfLAfIpmcIdmKw00pyv4QJSHHrthXBd { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:22.25rem;left:55.9375rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#adBEQlxTPpkIMU7h7hgTcnibAWztrZMq { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:25.25rem;left:55.9375rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lpPWI3CRRwEJsrUnswTICZwyr1df3VUl { box-sizing:content-box;height:0.6875rem;width:0.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.493492126465rem;left:28.8125rem;display:block; }
#fu0tZLGXoUTHMIcBmovSxE1svQiOMu2o { box-sizing:content-box;height:0.6875rem;width:0.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.5625rem;left:28.8125rem;display:block; }
#dIS19rpLiwdUFa21CoNP0Mrp00mpb7eI { box-sizing:content-box;height:0.6875rem;width:0.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15024;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.71875rem;left:28.8125rem;display:block; }
#T2PyKrr8mb83IXhlffmhrH4DXOOMs3Gk { box-sizing:content-box;height:0.6875rem;width:0.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.46875rem;left:54.75rem;display:block; }
#EgDneMBUXFdXPEUbSb9C1SLh6MFX6WTx { box-sizing:content-box;height:0.6875rem;width:0.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15026;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.65625rem;left:54.75rem;display:block; }
#WGeOcoDU8g9oRkQZPUU4IgAzBBuBiTME { box-sizing:content-box;height:0.6875rem;width:0.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.75rem;left:54.75rem;display:block; }
#L4Up79dMXo2dTAZFXLuX0ZyJI5AAqTJb { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.499rem;height:3.436525rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:29.99853515625rem;left:2.4990234375rem;display:block; }
#DRwhtMgTkPIDwCSI7lkn2NM6ecfI5o1W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ps68KImcOuP2hRIKHXcqd5AGXHwpNBNe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bb10a2d9-3c0e-44ac-a5d2-c268e2fd5ad0/10.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#ps68KImcOuP2hRIKHXcqd5AGXHwpNBNe.adaptive-delivery-prevent-bg, #ps68KImcOuP2hRIKHXcqd5AGXHwpNBNe.lazyload, #ps68KImcOuP2hRIKHXcqd5AGXHwpNBNe.lazyloading { background-image: none; }#ps68KImcOuP2hRIKHXcqd5AGXHwpNBNe > .row .container { background-color: transparent; background-image: none; }#ps68KImcOuP2hRIKHXcqd5AGXHwpNBNe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.85); }#ps68KImcOuP2hRIKHXcqd5AGXHwpNBNe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ps68KImcOuP2hRIKHXcqd5AGXHwpNBNe > .row .container > .video-iframe-container { display: none; }#ps68KImcOuP2hRIKHXcqd5AGXHwpNBNe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.85); }#ps68KImcOuP2hRIKHXcqd5AGXHwpNBNe > .row > .video-iframe-container { display: none; }#ps68KImcOuP2hRIKHXcqd5AGXHwpNBNe > .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); }#ps68KImcOuP2hRIKHXcqd5AGXHwpNBNe > .row .container { border-width: 0; border-radius: 0; }#ps68KImcOuP2hRIKHXcqd5AGXHwpNBNe::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; }#ps68KImcOuP2hRIKHXcqd5AGXHwpNBNe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ps68KImcOuP2hRIKHXcqd5AGXHwpNBNe > .row .container { font-size:0.875rem;font-family:arial;height:15.75rem;width:75rem;position:relative;display:block; }#VOIoxJ4RJMDFpzQ9tTn1fLlNMtBnkUTs { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:3.9375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.2010498046875rem;left:3.125rem;height:5.11865rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rDc1pU2wvKuRWDznXoP2eTrQuyFTGWyO { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:8.9375rem;left:4.0625rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#qeITdqQHOfPVRSHHJhVuXhBTwsx0Qgtr { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:3.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3rem;left:21.875rem;height:5.11865rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GQfiF6fquBI1UIDfQ307Nklgrf0umw0X { color:#ffffff;display:block;width:9.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:8.9375rem;left:23.59375rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#Fzh3WdfulTWyMCJoBuc5ppsu2J8UC7PC { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:3.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3rem;left:40.625rem;height:5.11865rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HHM8EBwtAZQ0H8uuqTX7EdmqL20hSf6f { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:8.9375rem;left:38.5625rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#JBA4JJHsKIv55ROyxLISyqoKTclNyLWm { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:3.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.2010498046875rem;left:59.375rem;height:5.11865rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y4kVSEgmeowumCgih2MAnNhhL9iw3kq7 { color:#ffffff;display:block;width:9.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:8.9375rem;left:61.0625rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#dMvOZMRd51O4nIWlRDFmsF3UhUGJgTBL { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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; }#dMvOZMRd51O4nIWlRDFmsF3UhUGJgTBL > .row .container { background-color: transparent; background-image: none; }#dMvOZMRd51O4nIWlRDFmsF3UhUGJgTBL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dMvOZMRd51O4nIWlRDFmsF3UhUGJgTBL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dMvOZMRd51O4nIWlRDFmsF3UhUGJgTBL > .row .container > .video-iframe-container { display: none; }#dMvOZMRd51O4nIWlRDFmsF3UhUGJgTBL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dMvOZMRd51O4nIWlRDFmsF3UhUGJgTBL > .row > .video-iframe-container { display: none; }#dMvOZMRd51O4nIWlRDFmsF3UhUGJgTBL > .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); }#dMvOZMRd51O4nIWlRDFmsF3UhUGJgTBL > .row .container { border-width: 0; border-radius: 0; }#dMvOZMRd51O4nIWlRDFmsF3UhUGJgTBL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#dMvOZMRd51O4nIWlRDFmsF3UhUGJgTBL > .row .container { font-size:0.875rem;font-family:arial;height:50.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#RbKmMBKU66kUnDFB2gX0P6L9LuBzU3by { color:rgba(var(--color-tertiary-4),1);display:block;width:61.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:6.0625rem;left:13.6875rem;height:9.599625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#xAZpKA9a7fo24bBtOEb20tFgH0vTG94Z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:4.3125rem;left:3.5625rem; }
#nb7WBZhwyUG2PhxkGyrBUU6VcnvZnHuy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:7.8125rem;left:0rem; }
#bg3s5dMAgBC5AeF754xqfgpG61XOCtZO .accordion-element-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-primary-1),1); }
#bg3s5dMAgBC5AeF754xqfgpG61XOCtZO .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; }
#bg3s5dMAgBC5AeF754xqfgpG61XOCtZO .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);line-height:2.5;overflow:hidden;height:auto; }
#bg3s5dMAgBC5AeF754xqfgpG61XOCtZO .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-3),1);height:auto;line-height:1.6;overflow:hidden; }
#bg3s5dMAgBC5AeF754xqfgpG61XOCtZO .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_3b1ab25c7ed9a02b4cbd0000897ccc1dc2aa7a27.svg");background-size:contain !important; }#bg3s5dMAgBC5AeF754xqfgpG61XOCtZO .accordion-trigger.adaptive-delivery-prevent-bg, #bg3s5dMAgBC5AeF754xqfgpG61XOCtZO .accordion-trigger.lazyload, #bg3s5dMAgBC5AeF754xqfgpG61XOCtZO .accordion-trigger.lazyloading { background-image: none; }
#bg3s5dMAgBC5AeF754xqfgpG61XOCtZO { box-sizing:content-box;height:auto;width:75rem;position:absolute;display:flex;flex-direction:column;gap:1.25rem;z-index:15070;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:19.8125rem;left:0rem; }
#bg3s5dMAgBC5AeF754xqfgpG61XOCtZO #oGF6Sf8ozOLZ1IcmZGgFePgRCqWdZKyL { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bg3s5dMAgBC5AeF754xqfgpG61XOCtZO #bBqJuWN8IV1c5MTpvnNef3669AT1kQ3d { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bg3s5dMAgBC5AeF754xqfgpG61XOCtZO #Q8EKE5M9sydQ6KA5qI0ivpvpw3ahQvF1 { display:block;position:relative; }
#bg3s5dMAgBC5AeF754xqfgpG61XOCtZO #uP9WMn68dwsrq880BmLTIZnv6gEBTJ1W {  }
#bg3s5dMAgBC5AeF754xqfgpG61XOCtZO #FIlxhXBiNG9of2peRMxlE43tnbcW9WiS {  }
#bg3s5dMAgBC5AeF754xqfgpG61XOCtZO #rOOA1hPPpHioTFAOupRXfVLWLabPH1yH { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bg3s5dMAgBC5AeF754xqfgpG61XOCtZO #UWrVkxKoieLnzMNVNGgGlASwlf32oPG9 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bg3s5dMAgBC5AeF754xqfgpG61XOCtZO #xh1bp5N02CPBtpv1DTSagPVvtmIv6wbT { display:block;position:relative; }
#bg3s5dMAgBC5AeF754xqfgpG61XOCtZO #z3vZavRVTAHVgHlpmr0ysGyTTq7qnk0p {  }
#bg3s5dMAgBC5AeF754xqfgpG61XOCtZO #oyC1bKrgVqXQ7h8RXSHz8npAJHt6tWFx { display:none; }
#bg3s5dMAgBC5AeF754xqfgpG61XOCtZO #OwK2zG0ICOfnRAFZW4QRmd0CEVD1tKtL { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bg3s5dMAgBC5AeF754xqfgpG61XOCtZO #b4JxkIiFeMDS4XLUG9JXRIGDNKIX6S6v { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bg3s5dMAgBC5AeF754xqfgpG61XOCtZO #BKR496aKOXqsHS8bZMU4nK8M4HwFmQlr { display:block;position:relative; }
#bg3s5dMAgBC5AeF754xqfgpG61XOCtZO #RFS7C8MmahPppnrMZk2Tf6eQgTLbkGF0 {  }
#bg3s5dMAgBC5AeF754xqfgpG61XOCtZO #vpcBR7z8d2sf2RJDEXyagOi05kBuFxLf { display:none; }
#wlem4tTV4nfiXXe4mtAIZ86ydKgckE4z { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15071;text-align:center;text-align-last:center;top:45.4375rem;left:28.75rem;display:block; }
#vCt347xA7mUeb9NMB6gtLmNu6mAU7KbH { 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) { #usm2mbo82TFUTvOL3VbOWyyr1iPMTBJ2 { display:block; }#usm2mbo82TFUTvOL3VbOWyyr1iPMTBJ2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FxX9ZGoCf18V21WxkI0vpFQr9EUQnkH3 { width:8.125rem;height:1.875rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXLGit1ZpxNlKJIigAMIBRGq5KmrvTHm { display:block; }
 }@media only screen and (max-width: 763px) { #zeDhNeuUWsT8AdTMHNI8LvZLnopT5gNo { width:8.125rem;height:1.875rem;top:1.5625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7bAZtCvutmLhNHIHiU292J4MvdkPUZu { display:block; }
 }@media only screen and (max-width: 763px) { #MEZ2hCeqDtq2AwETRCNT1QWyvM3CPmxh { width:8.125rem;height:1.875rem;top:1.5625rem;left:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWU9lPfME9WAugcbNErOKh9xs5EQlscZ { display:block; }
 }@media only screen and (max-width: 763px) { #OH6pW9TMfRuXWJ9zg1Qyom6rczwdxysg { width:8.125rem;height:1.875rem;top:1.5625rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJAp0glJxsDgqVDVWogLcagwZ20NX0m0 { display:block; }
 }@media only screen and (max-width: 763px) { #Ux0dBwThR1FdvPJk73ob7yo2Nw2f8tt7 { top:0rem;left:21.34375rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRTWN6TRfuUJ5sSVKMsqFc7sEgAn52LD { display:block; }#HRTWN6TRfuUJ5sSVKMsqFc7sEgAn52LD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GqCfrF58pibRKzcepCJNXItnK7BLK07P { width:9.3125rem;height:1.4375rem;top:38.875rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDP2rS1cd8l47KsGLEyiU6p2bdJ7NKpq { width:34.5625rem;height:12rem;top:13.8125rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ValfOyTvr96WTUccwIV3KvGT8wOUqNR5 { width:24.625rem;height:7.75rem;top:28.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXPm9yJn7hAc09ZVcVhSMtedru79bKxJ { width:26.375rem;height:27.3125rem;top:6.1875rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk .widget-regular-label { width:22.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk .widget-input-text { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk .widget-input-text {padding-top: 0; padding-bottom: 0;}#WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk .widget-textarea { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk .widget-input-select { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk .widget-input-select {padding-top: 0; padding-bottom: 0;}#WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk .widget-input-button { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk .widget-checkbox-label { width:21.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk  { width:22.0625rem;height:auto;top:8.9375rem;left:23.1875rem; }
#WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk .radio-container { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk {display:block;}#WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk { width:22.0625rem;height:auto;top:8.9375rem;left:23.1875rem; }
 }@media only screen and (max-width: 763px) { #WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk #z758klWOW8DnXuqk05NlCXfSSmrqTTHN {  }
 }@media only screen and (max-width: 763px) { #WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk #kIukJcFNATSUZnmvqhAG9QK4I7OM1Az0 {  }
 }@media only screen and (max-width: 763px) { #WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk #GrpnN1CaU9s2b3H7umBTKAlGlom0d4hE {  }
 }@media only screen and (max-width: 763px) { #WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk #ynKywclAOyABNmQas9IeWaZvB9w5Q18k {  }
 }@media only screen and (max-width: 763px) { #WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk #u0yHfrQvTXNuqg4KTFLQW8GDkD27FWe4 {  }
 }@media only screen and (max-width: 763px) { #WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk #TmstVd9KQGzDfRBo2Pi8m2s3Prrhfu7i {  }
 }@media only screen and (max-width: 763px) { #WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk #hEn98qpErWnVX9k1JOUpZgaybTsrvpTQ {  }
 }@media only screen and (max-width: 763px) { #WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk #oyagSKfhFiwNWPcxCmobFiukUZc5zdkP {  }
 }@media only screen and (max-width: 763px) { #WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk #aqfQdUzO3sxl6NsgbUyORrNwv4PzLrbQ {  }
 }@media only screen and (max-width: 763px) { #WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk #hHl6WnlJIZmdlbuAKeQtrX9a8TsoanEL {  }
 }@media only screen and (max-width: 763px) { #WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk #RRItyxGnRDBw77fMK77TdTmiCSxnk1vz {  }
 }@media only screen and (max-width: 763px) { #Uz52ipSUyadMR2vqED6wUqyE7Gobh9xP { width:3.125rem;height:2.1875rem;top:38rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gm52eQ0ZtWfALqBTIQPVs8sxbsGXI6Nq { top:36.125rem;left:15.0625rem;width:32.6875rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmT83TRXXN6JMXgXAUIB9VeEiyagyexN { display:block; }#JmT83TRXXN6JMXgXAUIB9VeEiyagyexN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mSwagDoMcmaIFF2Sz7lGVaKSKyiQFTxw { width:47.75rem;height:1.375rem;top:11.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFMyEfUgx9bKpzEoWEy3xJV6B5mAamWT { width:47.75rem;height:4.0625rem;top:6.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXJrzS15PdMyi2pRfv4eSS3Mt15VHS3n { width:19.9375rem;height:2.75rem;top:29.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXSqQcU1IU15yhiL9oTuuAccOr2vX6co { width:19.9375rem;height:2.75rem;top:32.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y049bahPOJE220NZkuGhX9uLqJmTT18X { width:9.5625rem;height:9.5625rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfNPH03Lvuc95w3Af24TZzvBBNctTGOA { width:19.9375rem;height:2.75rem;top:32.4375rem;left:13.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRuJmDkMMTdRN93Ll3p96pbQrN4MAgBW { width:19.9375rem;height:2.75rem;top:29.1875rem;left:13.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsNuQ5d3kTwJdIB0neF5u7EEVJWzq6ci { width:15.4375rem;height:3.125rem;top:38.8125rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkLlIVXNZlQcNWgImcTO6KvObc7XeAa3 { display:block; }
 }@media only screen and (max-width: 763px) { #urn8a2ToMCdpB6hW2TpSoioUv3rgDb2q { width:9.5625rem;height:9.5rem;top:17.8125rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQfXV1Godhr166TV6HFC3XCAxgBDhv1k { width:19.9375rem;height:2.75rem;top:32.375rem;left:27.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2TuWhcAnO71T2y1CcWfQsO4FkhX6SRG { width:19.9375rem;height:1.375rem;top:29.0625rem;left:27.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #COZIrGP3oRZvXtI31GqlugiGl8TzNiCS { width:9.5625rem;height:9.5625rem;top:17.6875rem;left:38.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qI6sltOB509CpLwf6NptZWT6xVz9G87E { display:block; }#qI6sltOB509CpLwf6NptZWT6xVz9G87E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qs7xR7K5Cy6WuNxdNMcabRCPJHu0aWMe { width:6.25rem;height:0.0625rem;top:9.5625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ih1nsfMHmbsli6s01GWipfkgT4eoqBkW { width:20rem;height:7.4375rem;top:3.3125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbsUvOhqirdaHkz8ihANEpaILd7vX7rU { width:20.0625rem;height:13.3125rem;top:13.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbX1V4IV9SoSqVy649tpeuENVFzrZkTc { width:21.3125rem;height:3rem;top:8.875rem;left:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyuLiMUssSVJnqm5xp8b575FJbSgPaTO { width:20.125rem;height:1.875rem;top:5.875rem;left:11.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfBJcvAS90NzIciif14nWvqlEqy8leLW { width:20rem;height:1.875rem;top:14.0625rem;left:11.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqIRKrCORobnK1GOHRu3b89vMFFlWHyH { width:20rem;height:3rem;top:17.0625rem;left:11.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpTLxTb8KRo3FQ2bPTSyk6hwnJZ995cQ { width:19.9375rem;height:1.875rem;top:22.125rem;left:12.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ94qAsNG2uOPIWTCii7QcM50atQyJGU { width:20.0625rem;height:3rem;top:25.25rem;left:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBfnqKtuvbaBr3R9aF3C92AXK6klXFIf { width:19.25rem;height:3rem;top:8.875rem;left:28.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVnEx8ZmbvB4vUk7TR8FOyTTu8qZIdPf { width:19.3125rem;height:;top:5.875rem;left:28.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHThfD0HVbvpza902M370NQMJGfcPE1J { width:19.0625rem;height:;top:14.0625rem;left:28.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwmw56OGPO0lgucsRRX23uuRDedCK5za { width:19.125rem;height:3rem;top:17.0625rem;left:28.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzfLAfIpmcIdmKw00pyv4QJSHHrthXBd { width:19.25rem;height:;top:22.25rem;left:28.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #adBEQlxTPpkIMU7h7hgTcnibAWztrZMq { width:19.1875rem;height:3rem;top:25.25rem;left:28.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpPWI3CRRwEJsrUnswTICZwyr1df3VUl { top:6.4375rem;left:15.875rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fu0tZLGXoUTHMIcBmovSxE1svQiOMu2o { top:14.5625rem;left:15.875rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIS19rpLiwdUFa21CoNP0Mrp00mpb7eI { top:22.6875rem;left:15.875rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2PyKrr8mb83IXhlffmhrH4DXOOMs3Gk { top:6.4375rem;left:31.9375rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgDneMBUXFdXPEUbSb9C1SLh6MFX6WTx { top:14.625rem;left:31.9375rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGeOcoDU8g9oRkQZPUU4IgAzBBuBiTME { top:22.75rem;left:31.9375rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4Up79dMXo2dTAZFXLuX0ZyJI5AAqTJb { width:17.4375rem;height:3.375rem;top:29.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRwhtMgTkPIDwCSI7lkn2NM6ecfI5o1W { display:block; }
 }@media only screen and (max-width: 763px) { #ps68KImcOuP2hRIKHXcqd5AGXHwpNBNe { display:block; }#ps68KImcOuP2hRIKHXcqd5AGXHwpNBNe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VOIoxJ4RJMDFpzQ9tTn1fLlNMtBnkUTs { width:12.5rem;height:5.0625rem;top:3.1875rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDc1pU2wvKuRWDznXoP2eTrQuyFTGWyO { width:10.625rem;height:3.375rem;top:8.9375rem;left:0.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeITdqQHOfPVRSHHJhVuXhBTwsx0Qgtr { width:12.5rem;height:5.0625rem;top:3rem;left:11.375rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQfiF6fquBI1UIDfQ307Nklgrf0umw0X { width:9.0625rem;height:3.375rem;top:8.9375rem;left:13.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fzh3WdfulTWyMCJoBuc5ppsu2J8UC7PC { width:12.5rem;height:5.0625rem;top:3rem;left:23.3125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHM8EBwtAZQ0H8uuqTX7EdmqL20hSf6f { width:16.625rem;height:3.375rem;top:8.9375rem;left:19.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBA4JJHsKIv55ROyxLISyqoKTclNyLWm { width:12.5rem;height:5.0625rem;top:3.1875rem;left:35.25rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4kVSEgmeowumCgih2MAnNhhL9iw3kq7 { width:9.0625rem;height:3.375rem;top:8.9375rem;left:37.21875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMvOZMRd51O4nIWlRDFmsF3UhUGJgTBL { display:block; }#dMvOZMRd51O4nIWlRDFmsF3UhUGJgTBL > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RbKmMBKU66kUnDFB2gX0P6L9LuBzU3by { top:6.0625rem;left:0rem;width:47.75rem;height:9.625rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAZpKA9a7fo24bBtOEb20tFgH0vTG94Z { top:4.3125rem;left:0rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nb7WBZhwyUG2PhxkGyrBUU6VcnvZnHuy { top:7.8125rem;left:0rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bg3s5dMAgBC5AeF754xqfgpG61XOCtZO .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bg3s5dMAgBC5AeF754xqfgpG61XOCtZO { display:flex;height:auto;width:27.8125rem;top:21.875rem;left:3.8125rem; }
 }@media only screen and (max-width: 763px) { #bg3s5dMAgBC5AeF754xqfgpG61XOCtZO #oGF6Sf8ozOLZ1IcmZGgFePgRCqWdZKyL {  }
 }@media only screen and (max-width: 763px) { #bg3s5dMAgBC5AeF754xqfgpG61XOCtZO #bBqJuWN8IV1c5MTpvnNef3669AT1kQ3d {  }
 }@media only screen and (max-width: 763px) { #bg3s5dMAgBC5AeF754xqfgpG61XOCtZO #Q8EKE5M9sydQ6KA5qI0ivpvpw3ahQvF1 {  }
 }@media only screen and (max-width: 763px) { #bg3s5dMAgBC5AeF754xqfgpG61XOCtZO #uP9WMn68dwsrq880BmLTIZnv6gEBTJ1W {  }
 }@media only screen and (max-width: 763px) { #bg3s5dMAgBC5AeF754xqfgpG61XOCtZO #FIlxhXBiNG9of2peRMxlE43tnbcW9WiS {  }
 }@media only screen and (max-width: 763px) { #bg3s5dMAgBC5AeF754xqfgpG61XOCtZO #rOOA1hPPpHioTFAOupRXfVLWLabPH1yH {  }
 }@media only screen and (max-width: 763px) { #bg3s5dMAgBC5AeF754xqfgpG61XOCtZO #UWrVkxKoieLnzMNVNGgGlASwlf32oPG9 {  }
 }@media only screen and (max-width: 763px) { #bg3s5dMAgBC5AeF754xqfgpG61XOCtZO #xh1bp5N02CPBtpv1DTSagPVvtmIv6wbT {  }
 }@media only screen and (max-width: 763px) { #bg3s5dMAgBC5AeF754xqfgpG61XOCtZO #z3vZavRVTAHVgHlpmr0ysGyTTq7qnk0p {  }
 }@media only screen and (max-width: 763px) { #bg3s5dMAgBC5AeF754xqfgpG61XOCtZO #oyC1bKrgVqXQ7h8RXSHz8npAJHt6tWFx {  }
 }@media only screen and (max-width: 763px) { #bg3s5dMAgBC5AeF754xqfgpG61XOCtZO #OwK2zG0ICOfnRAFZW4QRmd0CEVD1tKtL {  }
 }@media only screen and (max-width: 763px) { #bg3s5dMAgBC5AeF754xqfgpG61XOCtZO #b4JxkIiFeMDS4XLUG9JXRIGDNKIX6S6v {  }
 }@media only screen and (max-width: 763px) { #bg3s5dMAgBC5AeF754xqfgpG61XOCtZO #BKR496aKOXqsHS8bZMU4nK8M4HwFmQlr {  }
 }@media only screen and (max-width: 763px) { #bg3s5dMAgBC5AeF754xqfgpG61XOCtZO #RFS7C8MmahPppnrMZk2Tf6eQgTLbkGF0 {  }
 }@media only screen and (max-width: 763px) { #bg3s5dMAgBC5AeF754xqfgpG61XOCtZO #vpcBR7z8d2sf2RJDEXyagOi05kBuFxLf {  }
 }@media only screen and (max-width: 763px) { #wlem4tTV4nfiXXe4mtAIZ86ydKgckE4z { width:17.5rem;height:3.4375rem;top:45.4375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCt347xA7mUeb9NMB6gtLmNu6mAU7KbH { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #usm2mbo82TFUTvOL3VbOWyyr1iPMTBJ2 { position:relative;z-index:auto;display:none; }#usm2mbo82TFUTvOL3VbOWyyr1iPMTBJ2 > .row .container { width:20rem;height:5.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FxX9ZGoCf18V21WxkI0vpFQr9EUQnkH3 { width:5rem;height:1.9375rem;top:0.6875rem;left:0rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WXLGit1ZpxNlKJIigAMIBRGq5KmrvTHm { display:block; }
 }@media only screen and (max-width: 763px) { #zeDhNeuUWsT8AdTMHNI8LvZLnopT5gNo { width:5rem;height:1.9375rem;top:0.6875rem;left:5.375rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #c7bAZtCvutmLhNHIHiU292J4MvdkPUZu { display:block; }
 }@media only screen and (max-width: 763px) { #MEZ2hCeqDtq2AwETRCNT1QWyvM3CPmxh { width:5rem;height:1.9375rem;top:0.6875rem;left:10.6875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kWU9lPfME9WAugcbNErOKh9xs5EQlscZ { display:block; }
 }@media only screen and (max-width: 763px) { #OH6pW9TMfRuXWJ9zg1Qyom6rczwdxysg { width:3.75rem;height:1.9375rem;top:0.6875rem;left:16.25rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hJAp0glJxsDgqVDVWogLcagwZ20NX0m0 { display:block; }
 }@media only screen and (max-width: 763px) { #Ux0dBwThR1FdvPJk73ob7yo2Nw2f8tt7 { width:5.0625rem;height:5.0625rem;top:0rem;left:7.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRTWN6TRfuUJ5sSVKMsqFc7sEgAn52LD { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bb10a2d9-3c0e-44ac-a5d2-c268e2fd5ad0/10.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HRTWN6TRfuUJ5sSVKMsqFc7sEgAn52LD.adaptive-delivery-prevent-bg, #HRTWN6TRfuUJ5sSVKMsqFc7sEgAn52LD.lazyload, #HRTWN6TRfuUJ5sSVKMsqFc7sEgAn52LD.lazyloading { background-image: none; }#HRTWN6TRfuUJ5sSVKMsqFc7sEgAn52LD > .row .container { background-color: transparent; background-image: none; }#HRTWN6TRfuUJ5sSVKMsqFc7sEgAn52LD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.28); }#HRTWN6TRfuUJ5sSVKMsqFc7sEgAn52LD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRTWN6TRfuUJ5sSVKMsqFc7sEgAn52LD > .row .container > .video-iframe-container { display: none; }#HRTWN6TRfuUJ5sSVKMsqFc7sEgAn52LD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.28); }#HRTWN6TRfuUJ5sSVKMsqFc7sEgAn52LD > .row > .video-iframe-container { display: none; }#HRTWN6TRfuUJ5sSVKMsqFc7sEgAn52LD > .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); }#HRTWN6TRfuUJ5sSVKMsqFc7sEgAn52LD > .row .container { width:20rem;height:72rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GqCfrF58pibRKzcepCJNXItnK7BLK07P { width:9.3125rem;height:0;top:3.5625rem;left:7.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #XDP2rS1cd8l47KsGLEyiU6p2bdJ7NKpq { width:20rem;height:9rem;top:8.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;color:rgba(var(--color-tertiary-0),1);line-height:1;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #ValfOyTvr96WTUccwIV3KvGT8wOUqNR5 { width:20rem;height:6.5rem;top:20.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.125rem 0.25rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #yXPm9yJn7hAc09ZVcVhSMtedru79bKxJ { width:19.75rem;height:25.3125rem;top:29.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk .widget-input-text {padding-top: 0; padding-bottom: 0;}#WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk .widget-input-select {padding-top: 0; padding-bottom: 0;}#WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem; }
#WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk  { width:17.5rem;height:auto;top:30.625rem;left:0rem; }
#WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk {display:block;}#WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk { width:17.5rem;height:auto;top:30.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk #z758klWOW8DnXuqk05NlCXfSSmrqTTHN {  }
 }@media only screen and (max-width: 763px) { #WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk #kIukJcFNATSUZnmvqhAG9QK4I7OM1Az0 {  }
 }@media only screen and (max-width: 763px) { #WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk #GrpnN1CaU9s2b3H7umBTKAlGlom0d4hE {  }
 }@media only screen and (max-width: 763px) { #WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk #ynKywclAOyABNmQas9IeWaZvB9w5Q18k {  }
 }@media only screen and (max-width: 763px) { #WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk #u0yHfrQvTXNuqg4KTFLQW8GDkD27FWe4 {  }
 }@media only screen and (max-width: 763px) { #WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk #TmstVd9KQGzDfRBo2Pi8m2s3Prrhfu7i {  }
 }@media only screen and (max-width: 763px) { #WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk #hEn98qpErWnVX9k1JOUpZgaybTsrvpTQ {  }
 }@media only screen and (max-width: 763px) { #WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk #oyagSKfhFiwNWPcxCmobFiukUZc5zdkP {  }
 }@media only screen and (max-width: 763px) { #WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk #aqfQdUzO3sxl6NsgbUyORrNwv4PzLrbQ {  }
 }@media only screen and (max-width: 763px) { #WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk #hHl6WnlJIZmdlbuAKeQtrX9a8TsoanEL {  }
 }@media only screen and (max-width: 763px) { #WGS0QamEFA5ri6KH7EwcfNyLWx3yI5Jk #RRItyxGnRDBw77fMK77TdTmiCSxnk1vz {  }
 }@media only screen and (max-width: 763px) { #Uz52ipSUyadMR2vqED6wUqyE7Gobh9xP { width:7.9375rem;height:5.5625rem;top:0.5625rem;left:5.90625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gm52eQ0ZtWfALqBTIQPVs8sxbsGXI6Nq { width:19.25rem;height:13.0625rem;top:56.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmT83TRXXN6JMXgXAUIB9VeEiyagyexN { display:block; }#JmT83TRXXN6JMXgXAUIB9VeEiyagyexN > .row .container { width:20rem;height:78.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mSwagDoMcmaIFF2Sz7lGVaKSKyiQFTxw { width:20rem;height:2.2744125rem;top:7.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFMyEfUgx9bKpzEoWEy3xJV6B5mAamWT { width:20rem;height:4.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXJrzS15PdMyi2pRfv4eSS3Mt15VHS3n { width:19.9375rem;height:3.125rem;top:21.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXSqQcU1IU15yhiL9oTuuAccOr2vX6co { width:19.0625rem;height:2.76171875rem;top:25.4375rem;left:0.46875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y049bahPOJE220NZkuGhX9uLqJmTT18X { width:9.5625rem;height:9.5625rem;top:10.9375rem;left:5.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfNPH03Lvuc95w3Af24TZzvBBNctTGOA { width:18.625rem;height:2.76171875rem;top:46.1875rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRuJmDkMMTdRN93Ll3p96pbQrN4MAgBW { width:19.9375rem;height:3.125rem;top:42.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsNuQ5d3kTwJdIB0neF5u7EEVJWzq6ci { width:15.4375rem;height:3.125rem;top:72.5625rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkLlIVXNZlQcNWgImcTO6KvObc7XeAa3 { display:block; }
 }@media only screen and (max-width: 763px) { #urn8a2ToMCdpB6hW2TpSoioUv3rgDb2q { width:9.5625rem;height:9.5rem;top:31.8125rem;left:5.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQfXV1Godhr166TV6HFC3XCAxgBDhv1k { width:16.0625rem;height:4.142575rem;top:65.125rem;left:1.96875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2TuWhcAnO71T2y1CcWfQsO4FkhX6SRG { width:19.9375rem;height:1.5625rem;top:63.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #COZIrGP3oRZvXtI31GqlugiGl8TzNiCS { width:9.5625rem;height:9.5625rem;top:52.75rem;left:5.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qI6sltOB509CpLwf6NptZWT6xVz9G87E { display:block; }#qI6sltOB509CpLwf6NptZWT6xVz9G87E > .row .container { width:20rem;height:38.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qs7xR7K5Cy6WuNxdNMcabRCPJHu0aWMe { width:6.25rem;height:0.0625rem;top:9.6875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ih1nsfMHmbsli6s01GWipfkgT4eoqBkW { width:16.8125rem;height:6.07324375rem;top:1.7578125rem;left:1.59375rem;text-align:left;text-align-last:left;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbsUvOhqirdaHkz8ihANEpaILd7vX7rU { width:20rem;height:13.4375rem;top:10.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xbX1V4IV9SoSqVy649tpeuENVFzrZkTc { width:16.5625rem;height:0;top:16.125rem;left:2.70703125rem;text-align:left;text-align-last:left;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #tyuLiMUssSVJnqm5xp8b575FJbSgPaTO { width:16rem;height:2.75rem;top:11.656251907349rem;left:4rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #MfBJcvAS90NzIciif14nWvqlEqy8leLW { width:15.625rem;height:1.875rem;top:15.750001907349rem;left:4rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CqIRKrCORobnK1GOHRu3b89vMFFlWHyH { width:16.5625rem;height:0;top:51.3125rem;left:1.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #mpTLxTb8KRo3FQ2bPTSyk6hwnJZ995cQ { width:15.625rem;height:3rem;top:18.5625rem;left:4.1875rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TZ94qAsNG2uOPIWTCii7QcM50atQyJGU { width:16.5625rem;height:0;top:61.25rem;left:1.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TBfnqKtuvbaBr3R9aF3C92AXK6klXFIf { width:16.5625rem;height:0;top:71.1875rem;left:1.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #yVnEx8ZmbvB4vUk7TR8FOyTTu8qZIdPf { width:15.625rem;height:1.875rem;top:22.718753814698rem;left:4rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DHThfD0HVbvpza902M370NQMJGfcPE1J { width:15.625rem;height:1.875rem;top:26.218750953674rem;left:4rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cwmw56OGPO0lgucsRRX23uuRDedCK5za { width:16.5625rem;height:0;top:81.125rem;left:1.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #WzfLAfIpmcIdmKw00pyv4QJSHHrthXBd { width:15.625rem;height:1.875rem;top:29.531250953674rem;left:4rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #adBEQlxTPpkIMU7h7hgTcnibAWztrZMq { width:16.5625rem;height:0;top:91.0625rem;left:1.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #lpPWI3CRRwEJsrUnswTICZwyr1df3VUl { width:0.6875rem;height:0.6875rem;top:12.687501907349rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fu0tZLGXoUTHMIcBmovSxE1svQiOMu2o { width:0.6875rem;height:0.6875rem;top:16.343748092651rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIS19rpLiwdUFa21CoNP0Mrp00mpb7eI { width:0.6875rem;height:0.6875rem;top:19.75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2PyKrr8mb83IXhlffmhrH4DXOOMs3Gk { width:0.6875rem;height:0.6875rem;top:23.3125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgDneMBUXFdXPEUbSb9C1SLh6MFX6WTx { width:0.6875rem;height:0.6875rem;top:26.812500953674rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGeOcoDU8g9oRkQZPUU4IgAzBBuBiTME { width:0.6875rem;height:0.6875rem;top:30.125000953674rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4Up79dMXo2dTAZFXLuX0ZyJI5AAqTJb { width:17.5rem;height:3.4375rem;top:33.218747138977rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRwhtMgTkPIDwCSI7lkn2NM6ecfI5o1W { display:block; }
 }@media only screen and (max-width: 763px) { #ps68KImcOuP2hRIKHXcqd5AGXHwpNBNe { display:block; }#ps68KImcOuP2hRIKHXcqd5AGXHwpNBNe > .row .container { width:20rem;height:40.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VOIoxJ4RJMDFpzQ9tTn1fLlNMtBnkUTs { width:12.5rem;height:3.575rem;top:2.875rem;left:3.75rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rDc1pU2wvKuRWDznXoP2eTrQuyFTGWyO { width:16.5rem;height:3.375rem;top:6.44921875rem;left:1.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qeITdqQHOfPVRSHHJhVuXhBTwsx0Qgtr { width:12.5rem;height:3.575rem;top:11.5625rem;left:3.75rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GQfiF6fquBI1UIDfQ307Nklgrf0umw0X { width:15.0625rem;height:1.6875rem;top:15.13671875rem;left:2.46875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fzh3WdfulTWyMCJoBuc5ppsu2J8UC7PC { width:12.5rem;height:3.575rem;top:20.5rem;left:3.75rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HHM8EBwtAZQ0H8uuqTX7EdmqL20hSf6f { width:16.9375rem;height:3.375rem;top:24.3125rem;left:1.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JBA4JJHsKIv55ROyxLISyqoKTclNyLWm { width:12.5rem;height:3.575rem;top:29.75rem;left:3.75rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y4kVSEgmeowumCgih2MAnNhhL9iw3kq7 { width:9.0625rem;height:3.375rem;top:33.8125rem;left:5.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dMvOZMRd51O4nIWlRDFmsF3UhUGJgTBL { display:block; }#dMvOZMRd51O4nIWlRDFmsF3UhUGJgTBL > .row .container { width:20rem;height:56.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RbKmMBKU66kUnDFB2gX0P6L9LuBzU3by { width:20rem;height:4.798825rem;top:3.3125rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xAZpKA9a7fo24bBtOEb20tFgH0vTG94Z { display:flex;width:3.75rem;height:3.75rem;top:9.796875rem;left:14.9375rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #nb7WBZhwyUG2PhxkGyrBUU6VcnvZnHuy { display:flex;width:3.75rem;height:3.75rem;top:8.109375rem;left:13.3125rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #bg3s5dMAgBC5AeF754xqfgpG61XOCtZO .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bg3s5dMAgBC5AeF754xqfgpG61XOCtZO .accordion-heading-text { font-size:1.25rem;height:auto;line-height:1.5;overflow:hidden; }
#bg3s5dMAgBC5AeF754xqfgpG61XOCtZO { display:flex;height:auto;width:20rem;top:12.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bg3s5dMAgBC5AeF754xqfgpG61XOCtZO #oGF6Sf8ozOLZ1IcmZGgFePgRCqWdZKyL {  }
 }@media only screen and (max-width: 763px) { #bg3s5dMAgBC5AeF754xqfgpG61XOCtZO #bBqJuWN8IV1c5MTpvnNef3669AT1kQ3d {  }
 }@media only screen and (max-width: 763px) { #bg3s5dMAgBC5AeF754xqfgpG61XOCtZO #Q8EKE5M9sydQ6KA5qI0ivpvpw3ahQvF1 {  }
 }@media only screen and (max-width: 763px) { #bg3s5dMAgBC5AeF754xqfgpG61XOCtZO #uP9WMn68dwsrq880BmLTIZnv6gEBTJ1W {  }
 }@media only screen and (max-width: 763px) { #bg3s5dMAgBC5AeF754xqfgpG61XOCtZO #FIlxhXBiNG9of2peRMxlE43tnbcW9WiS {  }
 }@media only screen and (max-width: 763px) { #bg3s5dMAgBC5AeF754xqfgpG61XOCtZO #rOOA1hPPpHioTFAOupRXfVLWLabPH1yH {  }
 }@media only screen and (max-width: 763px) { #bg3s5dMAgBC5AeF754xqfgpG61XOCtZO #UWrVkxKoieLnzMNVNGgGlASwlf32oPG9 {  }
 }@media only screen and (max-width: 763px) { #bg3s5dMAgBC5AeF754xqfgpG61XOCtZO #xh1bp5N02CPBtpv1DTSagPVvtmIv6wbT {  }
 }@media only screen and (max-width: 763px) { #bg3s5dMAgBC5AeF754xqfgpG61XOCtZO #z3vZavRVTAHVgHlpmr0ysGyTTq7qnk0p {  }
 }@media only screen and (max-width: 763px) { #bg3s5dMAgBC5AeF754xqfgpG61XOCtZO #oyC1bKrgVqXQ7h8RXSHz8npAJHt6tWFx {  }
 }@media only screen and (max-width: 763px) { #bg3s5dMAgBC5AeF754xqfgpG61XOCtZO #OwK2zG0ICOfnRAFZW4QRmd0CEVD1tKtL {  }
 }@media only screen and (max-width: 763px) { #bg3s5dMAgBC5AeF754xqfgpG61XOCtZO #b4JxkIiFeMDS4XLUG9JXRIGDNKIX6S6v {  }
 }@media only screen and (max-width: 763px) { #bg3s5dMAgBC5AeF754xqfgpG61XOCtZO #BKR496aKOXqsHS8bZMU4nK8M4HwFmQlr {  }
 }@media only screen and (max-width: 763px) { #bg3s5dMAgBC5AeF754xqfgpG61XOCtZO #RFS7C8MmahPppnrMZk2Tf6eQgTLbkGF0 {  }
 }@media only screen and (max-width: 763px) { #bg3s5dMAgBC5AeF754xqfgpG61XOCtZO #vpcBR7z8d2sf2RJDEXyagOi05kBuFxLf {  }
 }@media only screen and (max-width: 763px) { #wlem4tTV4nfiXXe4mtAIZ86ydKgckE4z { width:15.75rem;height:3rem;top:51.5712890625rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCt347xA7mUeb9NMB6gtLmNu6mAU7KbH { display:block; }
 }