.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:234,243,215;--color-primary-1:191,219,135;--color-primary-2:149,195,55;--color-primary-3:123,180,5;--color-primary-4:97,144,0;--color-secondary-0:250,249,248;--color-secondary-1:238,235,230;--color-secondary-2:221,215,205;--color-secondary-3:111,108,103;--color-secondary-4:33,32,31;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 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); }#zGRUIPgGGHiO52D8bMMh2BnS9kvRUnvx { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#zGRUIPgGGHiO52D8bMMh2BnS9kvRUnvx > .row .container { background-color: transparent; background-image: none; }#zGRUIPgGGHiO52D8bMMh2BnS9kvRUnvx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zGRUIPgGGHiO52D8bMMh2BnS9kvRUnvx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zGRUIPgGGHiO52D8bMMh2BnS9kvRUnvx > .row .container > .video-iframe-container { display: none; }#zGRUIPgGGHiO52D8bMMh2BnS9kvRUnvx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zGRUIPgGGHiO52D8bMMh2BnS9kvRUnvx > .row > .video-iframe-container { display: none; }#zGRUIPgGGHiO52D8bMMh2BnS9kvRUnvx > .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); }#zGRUIPgGGHiO52D8bMMh2BnS9kvRUnvx > .row .container { border-width: 0; border-radius: 0; }#zGRUIPgGGHiO52D8bMMh2BnS9kvRUnvx > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#zGRUIPgGGHiO52D8bMMh2BnS9kvRUnvx > .row .container { font-size:0.875rem;font-family:arial;height:13.5rem;width:75rem;overflow:visible;position:relative;display:block; }#DhJiHEB1ddC8i7kPaOwp7Hns2gy7KzN8 { color:#050700;display:block;width:48.0615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.75rem;left:2.31201171875rem;height:3.8994125rem;display:block; }
#luqmr05WFp2R5KKhMTQXqwK0nPHLbL3e { color:#000000;display:block;width:69rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.43701171875rem;left:2.31201171875rem;height:2.5996125rem;display:block; }
#qLShpGKFNO4qT1Eui77Zv47xpliBX7wG { color:#000000;display:block;width:61.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.8583984375rem;left:2.31201171875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#oXJXhCsUsTaIpT77ekXfRxT1JgTgLsCn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#oXJXhCsUsTaIpT77ekXfRxT1JgTgLsCn > .row .container { background-color: transparent; background-image: none; }#oXJXhCsUsTaIpT77ekXfRxT1JgTgLsCn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXJXhCsUsTaIpT77ekXfRxT1JgTgLsCn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXJXhCsUsTaIpT77ekXfRxT1JgTgLsCn > .row .container > .video-iframe-container { display: none; }#oXJXhCsUsTaIpT77ekXfRxT1JgTgLsCn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXJXhCsUsTaIpT77ekXfRxT1JgTgLsCn > .row > .video-iframe-container { display: none; }#oXJXhCsUsTaIpT77ekXfRxT1JgTgLsCn > .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); }#oXJXhCsUsTaIpT77ekXfRxT1JgTgLsCn > .row .container { border-width: 0; border-radius: 0; }#oXJXhCsUsTaIpT77ekXfRxT1JgTgLsCn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oXJXhCsUsTaIpT77ekXfRxT1JgTgLsCn > .row .container { font-size:0.875rem;font-family:arial;height:3.3125rem;width:75rem;position:relative;display:block; }#Sza5GZ5DdhiBhVTPqWdXovBHkpucA1Sl { color:rgba(var(--color-tertiary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.2;letter-spacing:0;top:0.90625rem;left:1.5201826095581rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#qlzDK9D6yusEAdPknyqmFIwgN9fC1GTO { color:rgba(var(--color-tertiary-0),1);display:block;width:8rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15026;line-height:1.2;letter-spacing:0;top:0.90625rem;left:62.311848640442rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#Fc09MTRVyhLl0zhJrGCspnxJfm5CgMNn { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:0.40625rem;left:59.020833015442rem; }
#JyUAaFBOb4KOGBthpM6s7FLQ07WzKMat { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f1ece6);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f1ece6);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f1ece6);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f1ece6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#f1ece6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#f1ece6' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f1ece6);background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#JyUAaFBOb4KOGBthpM6s7FLQ07WzKMat > .row .container { background-color: transparent; background-image: none; }#JyUAaFBOb4KOGBthpM6s7FLQ07WzKMat::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyUAaFBOb4KOGBthpM6s7FLQ07WzKMat > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyUAaFBOb4KOGBthpM6s7FLQ07WzKMat > .row .container > .video-iframe-container { display: none; }#JyUAaFBOb4KOGBthpM6s7FLQ07WzKMat > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyUAaFBOb4KOGBthpM6s7FLQ07WzKMat > .row > .video-iframe-container { display: none; }#JyUAaFBOb4KOGBthpM6s7FLQ07WzKMat > .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); }#JyUAaFBOb4KOGBthpM6s7FLQ07WzKMat > .row .container { border-width: 0; border-radius: 0; }#JyUAaFBOb4KOGBthpM6s7FLQ07WzKMat > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#JyUAaFBOb4KOGBthpM6s7FLQ07WzKMat > .row .container { font-size:0.875rem;font-family:arial;height:35.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#SJZfM77xOLhttupuShe9JOGqTW4yGOhU { color:#5e8b00;display:block;width:40.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:17.75rem;left:0rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#TqXwaNzVMTeNO4ugTT05o7J0BUr8LZmR { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:22.4375rem;left:13.8125rem; }
#o4AMUbNtPi7tsTwDeqcF1CZOgdLOz5Ip { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:22.4375rem;left:0.625rem; }
#FzVozyWy6QLOFTvWWXFvVDhTZBEqy4uR { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:22.75rem;left:16.9375rem;height:1.7871125rem;font-style:normal;display:block; }
#RGbNCUNsPbVLfZGdbflfT7g88rWe35rg { color:rgba(var(--color-tertiary-4),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:22.875rem;left:4.0625rem;height:1.7871125rem;font-style:normal;display:block; }
#rHaRQ604BVpQ3Zbv8TRs6S4xOl20T0Cc { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);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:31.3105625rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:27.875rem;left:0rem;display:block; }
#Lyp9SGlOEbsJ9fUo57tzFTIdeTIzg0ei { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ypypk0CKNqUI6R1HkMgWfZMCEUDZPShy { color:rgba(var(--color-tertiary-4),1);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:22.8125rem;left:29.0625rem;height:1.7871125rem;font-style:normal;display:block; }
#sInq96DRdb8ZEFGBed2vDEd68Q3fGvTx { box-sizing:content-box;height:4rem;width:11.8125rem;position:absolute;display:block;z-index:14992;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:21.6875rem;left:25.6875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#v1uHzzMkTbdi6T5yFLwzHrNOI2Rp4EVM { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:22.5625rem;left:26.25rem; }
#EsaG4RF5UP6NOkQSBRgUWQl0m83nrL2J { box-sizing:content-box;height:27.1875rem;width:27.1875rem;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:14987;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f1ece6, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, #f1ece6, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, #f1ece6, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, #f1ece6, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, #f1ece6, rgba(var(--color-tertiary-0),1));background-size:auto !important;top:6.8125rem;left:47.8125rem;display:block; }
#umEzBD9Rba3NTuK7Pmb1g5SMTcfn2c1T { position:absolute;display:block;z-index:15021;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:31.7495rem;width:22.562rem;top:3.81298828125rem;left:50.1240234375rem;overflow:hidden;display:block; }
#SDL4K1ig3P8UiTyN6uagvlczxQEpa75u { box-sizing:content-box;height:4rem;width:11.8125rem;position:absolute;display:block;z-index:14993;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:21.6875rem;left:13.4375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#ItbclgEr08RsJU0UCc5S5V15sBrAkuRt { box-sizing:content-box;height:4rem;width:12.875rem;position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:21.75rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#KdPcRI3U2KnOnNd8DPiNTxVda68NquPf { position:absolute;display:block;z-index:15000;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:88.0625rem;width:67.5rem;display:none; }
#B6rwvBBnqT3IKxuiud4CIWTAErWgrwyp { color:rgba(var(--color-tertiary-4),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:26.25rem;left:7.25rem;height:1.7871125rem;font-style:normal;display:none; }
#N2xpxZsxhF8e1OzJmtKUt877Bo05zTD1 { box-sizing:content-box;height:4rem;width:11.8125rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:25rem;left:3.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#tBEREuF6LdoZ2Bld8AKLR0BTCNEPVF4o { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:25.6875rem;left:4rem;display:none; }
#hPQqNrlczgkXbWhS14TpaTNskNwsLGCN { box-sizing:content-box;height:4rem;width:11.8125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:25rem;left:27.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#oyC5TWzx3LW6UgFDCVnlyxTfrqSumL8e { color:rgba(var(--color-tertiary-4),1);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:26.125rem;left:31.25rem;height:1.7871125rem;font-style:normal;display:none; }
#n2a4Rfgb1IFmSAhtkBUZzCUh50xiZLM2 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:25.875rem;left:28.4375rem;display:none; }
#FrWlcm7neqcXPm93hDlEzfCqs9J3R09d { box-sizing:content-box;height:4rem;width:11.8125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:25rem;left:15.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#W7TErlO5C1Q68Mud05mqCX0tie65aQqw { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:26.0625rem;left:19.125rem;height:1.7871125rem;font-style:normal;display:none; }
#cG3hWTc7ZD6tJmCizTPBvGIsyFNzdlbf { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:25.75rem;left:16rem;display:none; }
#HeU4H7AEZkqyyueOHx3tbTBwsdfGT4Qs { box-sizing:content-box;height:4rem;width:11.8125rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:25rem;left:3.375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#sTVKrLcwbFW4hsAByvGvCwTHNXITlw6H { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:25.6875rem;left:4rem;display:none; }
#xfoVTmlao5Z7Q7locUfWMsEsX0cNcfFc { color:rgba(var(--color-tertiary-4),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:26.25rem;left:7.25rem;height:1.7871125rem;font-style:normal;display:none; }
#mXqXBO9PPBTimrbPJk69W4qbZZWgdRP9 { color:#2a2a2a;display:block;width:43.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:6.8125rem;left:0rem;height:9.505375rem;text-align:left;text-align-last:left;display:block; }
#PB8D7lx2XvuwzyWdyiOFGZEBlZfUODer { position:relative;display:block; }#PB8D7lx2XvuwzyWdyiOFGZEBlZfUODer { background-color: transparent; background-image: none; }#PB8D7lx2XvuwzyWdyiOFGZEBlZfUODer::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PB8D7lx2XvuwzyWdyiOFGZEBlZfUODer > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PB8D7lx2XvuwzyWdyiOFGZEBlZfUODer > .row .container > .video-iframe-container { display: none; }#PB8D7lx2XvuwzyWdyiOFGZEBlZfUODer > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PB8D7lx2XvuwzyWdyiOFGZEBlZfUODer > .row > .video-iframe-container { display: none; }#PB8D7lx2XvuwzyWdyiOFGZEBlZfUODer > .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); }#PB8D7lx2XvuwzyWdyiOFGZEBlZfUODer { border-width: 0; border-radius: 0; }#PB8D7lx2XvuwzyWdyiOFGZEBlZfUODer > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PB8D7lx2XvuwzyWdyiOFGZEBlZfUODer > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dNwbp7nToaG4ntsRJ4QDxtuGyVy5Bku3 { color:rgba(var(--color-tertiary-4),1);display:block;width:58.937375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.8243408203125rem;left:8.031005859375rem;height:2.5996125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#oqhGBUCqaJdxn7i5hQUVcirlUkO8aR5x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-3),0.25));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-3),0.25));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-3),0.25));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-3),0.25));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-3),0.25)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-3),0.25)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-3),0.25));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oqhGBUCqaJdxn7i5hQUVcirlUkO8aR5x > .row .container { background-color: transparent; background-image: none; }#oqhGBUCqaJdxn7i5hQUVcirlUkO8aR5x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqhGBUCqaJdxn7i5hQUVcirlUkO8aR5x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqhGBUCqaJdxn7i5hQUVcirlUkO8aR5x > .row .container > .video-iframe-container { display: none; }#oqhGBUCqaJdxn7i5hQUVcirlUkO8aR5x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqhGBUCqaJdxn7i5hQUVcirlUkO8aR5x > .row > .video-iframe-container { display: none; }#oqhGBUCqaJdxn7i5hQUVcirlUkO8aR5x > .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); }#oqhGBUCqaJdxn7i5hQUVcirlUkO8aR5x > .row .container { border-width: 0; border-radius: 0; }#oqhGBUCqaJdxn7i5hQUVcirlUkO8aR5x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oqhGBUCqaJdxn7i5hQUVcirlUkO8aR5x > .row .container { font-size:0.875rem;font-family:arial;height:23.4375rem;width:75rem;position:relative;display:block; }#zUELVKFsHWDEOMMgFJqBMUnZU84wOD4n { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:15.674926757812rem;left:2.266845703125rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#rFuTGsrl5lWMma03X4MNPOuVJtdbNOwF { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:16.6875rem;top:1.423828125rem;left:38.8740234375rem;overflow:hidden;display:block; }
#KzixA9REaiKHkOVrMn01mq2ORvbQ5M8O { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:15.67431640625rem;left:21.468505859375rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#RTzsuqIG42qwFsqUCyMTsvzDSEPXXw6W { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:15.67431640625rem;left:39.686279296875rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#RsgJgSJA1IVw9Ru9u89s5FVsd3OwG8w3 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.249rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.674926757812rem;left:59.500122070312rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#XxsISoEitNHUHZ6c88LPxtbI1EOrqHw8 { 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:0.125rem;width:0.125rem;top:0.90673828125rem;left:20.045654296875rem;overflow:hidden;display:block; }
#Fb6FPrPzD1P9UGgoWoTDrFdzsNvZqNfN { 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:13.4375rem;width:15.9375rem;top:1.423828125rem;left:1.40625rem;overflow:hidden;display:block; }
#xZS2JuwkofwH0TFqKCWpk9tZFcJbX9x5 { 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.8125rem;width:16.0625rem;top:1.423828125rem;left:20.875244140625rem;overflow:hidden;display:block; }
#Fz2ttrLpRO0mOCCmcTr9qTbzGAFz12SQ { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:15.6875rem;top:1.986328125rem;left:58.09375rem;overflow:hidden;display:block; }
#ndz1SDZPSgCFk3uRHfILJ4028eRuLXq8 { box-sizing:content-box;height:4.375rem;width:0.312011875rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),1);background-image:none;top:15.6240234375rem;left:1.140380859375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#rnX1vaEhEk29uOhtdKtxC6bNVAuframu { box-sizing:content-box;height:4.375rem;width:0.312011875rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-3),1);background-image:none;top:15.6240234375rem;left:20.39111328125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#TrcDqkRBi1MxhXmq4KRaWkJyUNB1e2Np { box-sizing:content-box;height:4.375rem;width:0.312011875rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-3),1);background-image:none;top:15.6240234375rem;left:38.60888671875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#pA0emx24yL6tvxFTinl5g0Jm0XbfILm2 { box-sizing:content-box;height:4.375rem;width:0.312011875rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-3),1);background-image:none;top:15.6240234375rem;left:58.45361328125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#NdHhMpH7LssRlItp32xTp0NIqc7LQWc9 { position:relative;display:block; }#NdHhMpH7LssRlItp32xTp0NIqc7LQWc9 { background-color: transparent; background-image: none; }#NdHhMpH7LssRlItp32xTp0NIqc7LQWc9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NdHhMpH7LssRlItp32xTp0NIqc7LQWc9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NdHhMpH7LssRlItp32xTp0NIqc7LQWc9 > .row .container > .video-iframe-container { display: none; }#NdHhMpH7LssRlItp32xTp0NIqc7LQWc9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NdHhMpH7LssRlItp32xTp0NIqc7LQWc9 > .row > .video-iframe-container { display: none; }#NdHhMpH7LssRlItp32xTp0NIqc7LQWc9 > .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); }#NdHhMpH7LssRlItp32xTp0NIqc7LQWc9 { border-width: 0; border-radius: 0; }#NdHhMpH7LssRlItp32xTp0NIqc7LQWc9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NdHhMpH7LssRlItp32xTp0NIqc7LQWc9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:19.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WcoiIE3sCJHlTdmyCzUWQCBDCUX6xwdI { color:rgba(var(--color-tertiary-4),1);display:block;width:71.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3rem;left:1.75rem;height:1.950075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p81vMmTVDzdoidOiI0La46eVsRd3d2dG { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);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:31.3110625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:12.4365234375rem;left:21.843872070312rem;display:block; }
#GTuqXRQo5SkMlUVWeIMChOEm2BTIVZ8T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HG96x9S0rDx5oB2SavzqeRurwx8tvC08 { color:rgba(var(--color-tertiary-4),1);display:block;width:35.437rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:6.125rem;left:19.75rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZXmS3XLwCfFWEDzDRUJ5riXNq4Ei42PV { position:relative;display:block; }#ZXmS3XLwCfFWEDzDRUJ5riXNq4Ei42PV { background-color: transparent; background-image: none; }#ZXmS3XLwCfFWEDzDRUJ5riXNq4Ei42PV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZXmS3XLwCfFWEDzDRUJ5riXNq4Ei42PV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZXmS3XLwCfFWEDzDRUJ5riXNq4Ei42PV > .row .container > .video-iframe-container { display: none; }#ZXmS3XLwCfFWEDzDRUJ5riXNq4Ei42PV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZXmS3XLwCfFWEDzDRUJ5riXNq4Ei42PV > .row > .video-iframe-container { display: none; }#ZXmS3XLwCfFWEDzDRUJ5riXNq4Ei42PV > .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); }#ZXmS3XLwCfFWEDzDRUJ5riXNq4Ei42PV { border-width: 0; border-radius: 0; }#ZXmS3XLwCfFWEDzDRUJ5riXNq4Ei42PV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZXmS3XLwCfFWEDzDRUJ5riXNq4Ei42PV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:34.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aq9yUD6zb3rWN8Nru1TwwkyOUZJkeInX { color:rgba(var(--color-tertiary-4),1);display:block;width:48.8730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.3115234375rem;left:1.9833984375rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VOA01Ao2UiDOtXuW9qA2k3uN6Zh3Aul0 { color:rgba(var(--color-tertiary-4),1);display:block;width:63.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:7.44775390625rem;left:6.49951171875rem;height:12.7988125rem;text-align:left;text-align-last:left;display:block; }#VOA01Ao2UiDOtXuW9qA2k3uN6Zh3Aul0 li:not(:first-child){ padding-top:1rem;padding-right:0;padding-bottom:0;padding-left:0; }#VOA01Ao2UiDOtXuW9qA2k3uN6Zh3Aul0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6e5f8a1db99c38ed6eea736eaaeacdb78377d50b.svg); }
#g3DRRidkEw7B5pInbMURuRwVU2xUglrx { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);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:31.3104375rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:25.809936523438rem;left:21.844482421875rem;display:block; }
#niZzq4Iw4zvQLKuGM99xU5nZa3InxabZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UgX9xunw7RQBCIAeStHTHZrrJx0s6rMr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f1ece6, #ffffff);background-image: -moz-linear-gradient(180deg, #f1ece6, #ffffff);background-image: -ms-linear-gradient(180deg, #f1ece6, #ffffff);background-image: -o-linear-gradient(180deg, #f1ece6, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #f1ece6, #ffffff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UgX9xunw7RQBCIAeStHTHZrrJx0s6rMr > .row .container { background-color: transparent; background-image: none; }#UgX9xunw7RQBCIAeStHTHZrrJx0s6rMr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UgX9xunw7RQBCIAeStHTHZrrJx0s6rMr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UgX9xunw7RQBCIAeStHTHZrrJx0s6rMr > .row .container > .video-iframe-container { display: none; }#UgX9xunw7RQBCIAeStHTHZrrJx0s6rMr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UgX9xunw7RQBCIAeStHTHZrrJx0s6rMr > .row > .video-iframe-container { display: none; }#UgX9xunw7RQBCIAeStHTHZrrJx0s6rMr > .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); }#UgX9xunw7RQBCIAeStHTHZrrJx0s6rMr > .row .container { border-width: 0; border-radius: 0; }#UgX9xunw7RQBCIAeStHTHZrrJx0s6rMr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UgX9xunw7RQBCIAeStHTHZrrJx0s6rMr > .row .container { font-size:0.875rem;font-family:arial;height:42.3125rem;width:75rem;position:relative;display:block; }#Ha6UuepNTFQf6EIBy2azzoM5ir7uiTI7 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.87425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.75rem;left:5rem;height:5.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#y3DMIKtdt4sLXcHZ6KlCX8ByFFBtcpiG { color:rgba(var(--color-tertiary-4),1);display:block;width:33.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:9.173583984375rem;left:3.9520263671875rem;height:18.19873125rem;text-align:left;text-align-last:left;display:block; }
#bm8z87zEM74cesKe0G2HT1vxp9kcEScp { box-sizing:content-box;height:4.6875rem;width:0.312011875rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.0850830078125rem;left:3.9520263671875rem;display:block; }
#hzHEk816LS8KbLiEXvD52Lr9QP3yHrFQ { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.874375rem;width:23.061875rem;top:4.875rem;left:44.718751907349rem;overflow:hidden;display:block; }
#o98dtx6lXCs0GKK6foBCQwZgtBLQAX8q { box-sizing:content-box;height:29.625rem;width:22.4375rem;position:absolute;display:block;z-index:5001;background-color:#f1ece6;background-image:none;top:5.0364608764649rem;left:45.031251907349rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.25) ;display:block; }
#X35fedyCk8SsxQQT6OHES9Cxe0Ch18IV { box-sizing:content-box;height:29.6875rem;width:22.437125rem;position:absolute;display:block;z-index:4999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), #f1ece6);background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), #f1ece6);background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), #f1ece6);background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), #f1ece6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#f1ece6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#f1ece6' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), #f1ece6);background-size:auto !important;top:3.4674530029297rem;left:47.812501907349rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#pEJNm1ZfSUwNmlIK8dtVryEnydsPwsTx { position:absolute;display:block;z-index:4999;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:14.937125rem;width:25.437rem;top:19.85107421875rem;left:48.562622070312rem;overflow:hidden;display:block; }
#W0RsTacKQUydixznB7mNotqaSl3LQKhf { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.25);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:31.3104375rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:33.154907226562rem;left:3.9520263671875rem;display:block; }
#Q8eb0s1v8xQT2nSTm6cv3qykyVey3Cqt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P1b4SaLFAWkchPzRFne8BLgwv7od0tFd { position:absolute;display:block;z-index:14997;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:21.31225rem;width:33.81225rem;top:0rem;left:41.188354492188rem;overflow:hidden;display:block; }
#C5L1ZnNMxAQsJxarTNW37wh2ywysyUqv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#C5L1ZnNMxAQsJxarTNW37wh2ywysyUqv > .row .container { background-color: transparent; background-image: none; }#C5L1ZnNMxAQsJxarTNW37wh2ywysyUqv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5L1ZnNMxAQsJxarTNW37wh2ywysyUqv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5L1ZnNMxAQsJxarTNW37wh2ywysyUqv > .row .container > .video-iframe-container { display: none; }#C5L1ZnNMxAQsJxarTNW37wh2ywysyUqv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5L1ZnNMxAQsJxarTNW37wh2ywysyUqv > .row > .video-iframe-container { display: none; }#C5L1ZnNMxAQsJxarTNW37wh2ywysyUqv > .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); }#C5L1ZnNMxAQsJxarTNW37wh2ywysyUqv > .row .container { border-width: 0; border-radius: 0; }#C5L1ZnNMxAQsJxarTNW37wh2ywysyUqv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C5L1ZnNMxAQsJxarTNW37wh2ywysyUqv > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#FVAUNRalMTIlEalQ7hyAqX8cnsfniJfX { color:rgba(var(--color-tertiary-4),1);display:block;width:52.3110625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.8746337890625rem;left:11.37451171875rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#pBl4gNEIKBTRCv1oioaeC2g21gR36Hdm { color:rgba(var(--color-tertiary-4),1);display:block;width:52.3108125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:4.3115234375rem;left:11.343994140625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#Q7ZNAmrf0TvG0DLntzZ02S6TBqymF46z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Q7ZNAmrf0TvG0DLntzZ02S6TBqymF46z > .row .container { background-color: transparent; background-image: none; }#Q7ZNAmrf0TvG0DLntzZ02S6TBqymF46z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7ZNAmrf0TvG0DLntzZ02S6TBqymF46z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7ZNAmrf0TvG0DLntzZ02S6TBqymF46z > .row .container > .video-iframe-container { display: none; }#Q7ZNAmrf0TvG0DLntzZ02S6TBqymF46z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7ZNAmrf0TvG0DLntzZ02S6TBqymF46z > .row > .video-iframe-container { display: none; }#Q7ZNAmrf0TvG0DLntzZ02S6TBqymF46z > .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); }#Q7ZNAmrf0TvG0DLntzZ02S6TBqymF46z > .row .container { border-width: 0; border-radius: 0; }#Q7ZNAmrf0TvG0DLntzZ02S6TBqymF46z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q7ZNAmrf0TvG0DLntzZ02S6TBqymF46z > .row .container { font-size:0.875rem;font-family:arial;height:29.6875rem;width:75rem;position:relative;display:block; }#JU27vUzT5qDRHLnlbGhFLoihano0hEEX { 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:25.3125rem;width:14.625rem;top:1.375rem;left:11.625rem;overflow:hidden;display:block; }
#iJVqyMn3MRKHPC1m8BvOo7EemtmRGEFh { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:17.5rem;top:1.375rem;left:26.8125rem;overflow:hidden;display:block; }
#OH2TtIUSoyNomXiFBkIqMXcmlo9wChl4 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:17.5rem;top:6.6875rem;left:26.8125rem;overflow:hidden;display:block; }
#H6hRpxzgHyQ8OlNlUPSWVBiah3rsLZLT { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:18.4375rem;top:5.5625rem;left:44.875rem;overflow:hidden;display:block; }
#ZuEPZx86WB25iiPr4fc91xHnoBg8sTsP { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:18.4375rem;top:1.375rem;left:44.875rem;overflow:hidden;display:block; }
#s9uxgBa20yHNs5NncRkWmHqSsvozcAUE { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:18.4375rem;top:10.5625rem;left:44.875rem;overflow:hidden;display:block; }
#TtQzPECaWql92EkBLRnpBC7zn0e7J4Pu { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:18.4375rem;top:17.875rem;left:44.875rem;overflow:hidden;display:block; }
#pOsZv7tpwtzgTq5TsrFNB7fOiaLOA6fM { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.875rem;width:17.5rem;top:18.75rem;left:26.8125rem;overflow:hidden;display:block; }
#nNF5cBiPppuMJ9XeXPPT4SvoJz2cf0qf { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:18.4375rem;top:22.5625rem;left:44.875rem;overflow:hidden;display:block; }
#Sq4uahkQmT5zPvLz7zNF7tXn1qTH1Msf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Sq4uahkQmT5zPvLz7zNF7tXn1qTH1Msf > .row .container { background-color: transparent; background-image: none; }#Sq4uahkQmT5zPvLz7zNF7tXn1qTH1Msf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sq4uahkQmT5zPvLz7zNF7tXn1qTH1Msf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sq4uahkQmT5zPvLz7zNF7tXn1qTH1Msf > .row .container > .video-iframe-container { display: none; }#Sq4uahkQmT5zPvLz7zNF7tXn1qTH1Msf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sq4uahkQmT5zPvLz7zNF7tXn1qTH1Msf > .row > .video-iframe-container { display: none; }#Sq4uahkQmT5zPvLz7zNF7tXn1qTH1Msf > .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); }#Sq4uahkQmT5zPvLz7zNF7tXn1qTH1Msf > .row .container { border-width: 0; border-radius: 0; }#Sq4uahkQmT5zPvLz7zNF7tXn1qTH1Msf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sq4uahkQmT5zPvLz7zNF7tXn1qTH1Msf > .row .container { font-size:0.875rem;font-family:arial;height:45.8125rem;width:75rem;position:relative;display:block; }#lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud .widget-form-header { font-size:0.875rem; }
#lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:34.6875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top;overflow:hidden; }
#lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:34.6875rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud .widget-input-text {padding-top: 0; padding-bottom: 0;}#lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:34.6875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud .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:34.6875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud .widget-input-select {padding-top: 0; padding-bottom: 0;}#lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud .widget-input-button { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:34.6875rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.25) ; }
#lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:1rem; }
#lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:1rem; }
#lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:1rem; }
#lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:1rem; }
#lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud .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:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:33.4375rem;overflow:hidden;font-style:normal;float:none; }
#lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud .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; }
#lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud .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:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud .widget-container:first-of-type{padding-top:0;}#lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud .widget-container:last-of-type{padding-bottom:0;}#lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:34.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.23) ;position:absolute;top:17.9990234375rem;left:2.8125rem;font-size:0.875rem; }
#lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:34.6875rem;display:block;vertical-align:top; }
#lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud {display:block;}#lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:34.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.23) ;position:absolute;top:17.9990234375rem;left:2.8125rem;font-size:0.875rem; }
#lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud #MTydqiLP5TudI82iXTBRl0arqGP8QmoH { position:relative; }
#lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud #OL0Gth8TSygT80C0q1qq3bqKPKDQ7BhX { position:relative;display:block; }
#lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud #oq38uIJweATSEHlbMwhyZH15DUtMG8PV { position:relative; }
#lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud #hBRZMTkR2pHHio7ITDeiNgg2SWtSdpO0 { position:relative; }
#lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud #qcdhvTEJNHSP2aOVzMIg7JZqNOVH57lb { position:relative;display:block; }
#lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud #Zb9GWH2N8MPa3sBF3AVdHrirUWAQqw7k { position:relative; }
#lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud #G25TQLLx98nI3lEhPeuXB6OlyciC4rO5 { position:relative; }
#lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud #iN62n9TLc2VZCpL0TOVBIMA2Q2Ml4U5s { position:relative;display:block; }
#lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud #hO3frWJ1Opi0gZqJAJ2MskfDWXRF9qtl { position:relative; }
#lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud #Jc15OeeXc5KnPd4my6uS4koplTGCVkNZ { position:relative; }
#lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud #dCU06H0cqe9xwJTKattpQZRcT5noZFgh { position:relative;z-index:2; }
#lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud #qwfCTN1ZIHxIEPIcUA7pxHO4Dp2CAQu2 { position:relative; }
#lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud #u7wVRPfNXruvAnVHQF9rxWzg6DrSOnNL { position:relative; }
#lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud #tf912bZXTuUzSOn768NehbmpIRcSAahq { position:relative; }
#BrerKlDTBcWs2tLHQPUNlgfXZ6AHhebN { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:13.37451171875rem;left:8.87451171875rem; }
#U4Ikpvf1AzaxB2ivsbL0yF15TAGse631 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13.499633789062rem;left:11.812133789062rem;height:1.86865rem;display:block; }
#KH9c1VKTgApmNpQKm8EsTGFL5JR0BDKM { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:13.37451171875rem;left:23.125rem; }
#QNnV5QqKQtXJ6M3hIdFE8i6s5KL6W2bN { color:rgba(var(--color-tertiary-4),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.499633789062rem;left:25.874633789062rem;height:1.86865rem;display:block; }
#q3ca9U7LITL15EocTN2t0g0O1EMCpFCt { box-sizing:content-box;height:32.8125rem;width:22.4375rem;position:absolute;display:block;z-index:4999;background-color:#f1ece6;background-image:none;top:7.1873779296875rem;left:47.62451171875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.25) ;border-top:0.3125rem solid rgba(var(--color-primary-3),1);border-left:0.3125rem solid rgba(var(--color-primary-3),1);border-right:0.3125rem solid rgba(var(--color-primary-3),1);border-bottom:0.3125rem solid rgba(var(--color-primary-3),1);display:block; }
#PXRIcKwwpznN8NcyCXpzhr8RcBoXxU6d { box-sizing:content-box;height:27.6861875rem;width:22.4359375rem;position:absolute;display:block;z-index:4998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(var(--color-primary-3),0.45));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(var(--color-primary-3),0.45));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(var(--color-primary-3),0.45));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(var(--color-primary-3),0.45));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='rgba(var(--color-primary-3),0.45)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0)', endColorstr='rgba(var(--color-primary-3),0.45)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0), rgba(var(--color-primary-3),0.45));background-size:auto !important;top:9.93701171875rem;left:44.874877929688rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#NsC2rKFP6ML4bcbIyOgMaLaPxTZXlpPr { color:rgba(var(--color-primary-4),1);display:block;width:37.374875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:5.3380126953125rem;left:2.71728515625rem;height:6.17480625rem;text-align:center;text-align-last:center;display:block; }
#QANWPTEgErUF5CFbkRXx0V0502p1MtCo { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.499rem;width:35.18675rem;top:9.874755859375rem;left:39.813232421875rem;overflow:hidden;display:block; }
#oL0nl4upKpS5SU9FBzQ5fQVic9mgWrHe { 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:18.31175rem;width:28.999rem;top:20.914184570312rem;left:40.53955078125rem;overflow:hidden;display:block; }
#Mfns5m7Zx5sNlTs7Ttb9UrTiHfdzFRUH { 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:32.6875rem;width:21.875rem;top:7.8123779296875rem;left:47.62451171875rem;overflow:hidden;display:block; }
#dTtwwqEHTp5r7XTq3BIwrhR6KSbiX8OD { box-sizing:content-box;height:3.4375rem;width:13.8125rem;position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:12.717163085938rem;left:21.710205078125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#ZIZI66s1aO8Bvg7vOt8Wv2OJq1TvnWZ4 { box-sizing:content-box;height:3.4375rem;width:13.81225rem;position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:12.74951171875rem;left:7.147216796875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#wx7ZV0GqgCveJpVXc6hT0ZIPK8aIaUvN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wx7ZV0GqgCveJpVXc6hT0ZIPK8aIaUvN > .row .container { background-color: transparent; background-image: none; }#wx7ZV0GqgCveJpVXc6hT0ZIPK8aIaUvN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wx7ZV0GqgCveJpVXc6hT0ZIPK8aIaUvN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wx7ZV0GqgCveJpVXc6hT0ZIPK8aIaUvN > .row .container > .video-iframe-container { display: none; }#wx7ZV0GqgCveJpVXc6hT0ZIPK8aIaUvN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wx7ZV0GqgCveJpVXc6hT0ZIPK8aIaUvN > .row > .video-iframe-container { display: none; }#wx7ZV0GqgCveJpVXc6hT0ZIPK8aIaUvN > .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); }#wx7ZV0GqgCveJpVXc6hT0ZIPK8aIaUvN > .row .container { border-width: 0; border-radius: 0; }#wx7ZV0GqgCveJpVXc6hT0ZIPK8aIaUvN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wx7ZV0GqgCveJpVXc6hT0ZIPK8aIaUvN > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#JA3RZ4cQKHRRshbEiMtmODgJ9TzlSzdb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3745125rem;width:1.3745125rem;top:2rem;left:2.875rem;overflow:hidden;display:block; }
#AGmH9bEbc5ut3gbR2kKI5CeIuBVyUcPI { color:#101010;display:block;width:25.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:2.0625rem;left:5.125rem;height:1.224975rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZERvTP8AoggtkQzmG6eHu3K6csR8hFDk { color:#0da3e6;display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:2rem;left:50.5625rem;height:1.3999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IJ5CiqHrpCqyFENdgQyZQZXr24ISIB93 { color:#0da3e6;display:block;width:5.99975625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:2rem;left:66.125rem;height:1.3999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zGRUIPgGGHiO52D8bMMh2BnS9kvRUnvx { display:block; }#zGRUIPgGGHiO52D8bMMh2BnS9kvRUnvx > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DhJiHEB1ddC8i7kPaOwp7Hns2gy7KzN8 { top:1.75rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #luqmr05WFp2R5KKhMTQXqwK0nPHLbL3e { top:4.375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLShpGKFNO4qT1Eui77Zv47xpliBX7wG { top:8.8125rem;left:0rem;width:47.75rem;height:2.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXJXhCsUsTaIpT77ekXfRxT1JgTgLsCn { display:block; }#oXJXhCsUsTaIpT77ekXfRxT1JgTgLsCn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sza5GZ5DdhiBhVTPqWdXovBHkpucA1Sl { top:0.875rem;left:0rem;width:14.8125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlzDK9D6yusEAdPknyqmFIwgN9fC1GTO { top:0.875rem;left:39.75rem;width:8rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fc09MTRVyhLl0zhJrGCspnxJfm5CgMNn { top:0.375rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyUAaFBOb4KOGBthpM6s7FLQ07WzKMat { display:block; }#JyUAaFBOb4KOGBthpM6s7FLQ07WzKMat > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SJZfM77xOLhttupuShe9JOGqTW4yGOhU { top:17.75rem;left:0rem;width:40.5rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqXwaNzVMTeNO4ugTT05o7J0BUr8LZmR { top:22.4375rem;left:0.1875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4AMUbNtPi7tsTwDeqcF1CZOgdLOz5Ip { top:22.4375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzVozyWy6QLOFTvWWXFvVDhTZBEqy4uR { top:22.75rem;left:3.3125rem;width:12.4375rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGbNCUNsPbVLfZGdbflfT7g88rWe35rg { top:22.875rem;left:0rem;width:7.8125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHaRQ604BVpQ3Zbv8TRs6S4xOl20T0Cc { width:31.25rem;height:3.4375rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lyp9SGlOEbsJ9fUo57tzFTIdeTIzg0ei { display:block; }
 }@media only screen and (max-width: 763px) { #ypypk0CKNqUI6R1HkMgWfZMCEUDZPShy { top:22.8125rem;left:15.4375rem;width:8.375rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sInq96DRdb8ZEFGBed2vDEd68Q3fGvTx { top:21.6875rem;left:12.0625rem;width:11.8125rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1uHzzMkTbdi6T5yFLwzHrNOI2Rp4EVM { top:22.5625rem;left:12.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsaG4RF5UP6NOkQSBRgUWQl0m83nrL2J { top:6.8125rem;left:20.5625rem;width:27.1875rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #umEzBD9Rba3NTuK7Pmb1g5SMTcfn2c1T { top:3.8125rem;left:25.25rem;width:22.5rem;height:31.662252903111rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDL4K1ig3P8UiTyN6uagvlczxQEpa75u { top:21.6875rem;left:0rem;width:11.8125rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItbclgEr08RsJU0UCc5S5V15sBrAkuRt { top:21.75rem;left:0rem;width:12.875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdPcRI3U2KnOnNd8DPiNTxVda68NquPf { width:47.75rem;height:62.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #B6rwvBBnqT3IKxuiud4CIWTAErWgrwyp { top:26.25rem;left:0rem;width:7.8125rem;height:1.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #N2xpxZsxhF8e1OzJmtKUt877Bo05zTD1 { top:25rem;left:0rem;width:11.8125rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #tBEREuF6LdoZ2Bld8AKLR0BTCNEPVF4o { top:25.6875rem;left:0rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #hPQqNrlczgkXbWhS14TpaTNskNwsLGCN { top:25rem;left:14.25rem;width:11.8125rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #oyC5TWzx3LW6UgFDCVnlyxTfrqSumL8e { top:26.125rem;left:17.625rem;width:8.375rem;height:1.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #n2a4Rfgb1IFmSAhtkBUZzCUh50xiZLM2 { top:25.875rem;left:14.8125rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #FrWlcm7neqcXPm93hDlEzfCqs9J3R09d { top:25rem;left:2rem;width:11.8125rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #W7TErlO5C1Q68Mud05mqCX0tie65aQqw { top:26.0625rem;left:5.5rem;width:12.4375rem;height:1.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cG3hWTc7ZD6tJmCizTPBvGIsyFNzdlbf { top:25.75rem;left:2.375rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #HeU4H7AEZkqyyueOHx3tbTBwsdfGT4Qs { top:25rem;left:0rem;width:11.8125rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #sTVKrLcwbFW4hsAByvGvCwTHNXITlw6H { top:25.6875rem;left:0rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #xfoVTmlao5Z7Q7locUfWMsEsX0cNcfFc { top:26.25rem;left:0rem;width:7.8125rem;height:1.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mXqXBO9PPBTimrbPJk69W4qbZZWgdRP9 { top:6.8125rem;left:0rem;width:43.5rem;height:9.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PB8D7lx2XvuwzyWdyiOFGZEBlZfUODer { display:block; }#PB8D7lx2XvuwzyWdyiOFGZEBlZfUODer > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dNwbp7nToaG4ntsRJ4QDxtuGyVy5Bku3 { top:1.8125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqhGBUCqaJdxn7i5hQUVcirlUkO8aR5x { display:block; }#oqhGBUCqaJdxn7i5hQUVcirlUkO8aR5x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zUELVKFsHWDEOMMgFJqBMUnZU84wOD4n { top:15.625rem;left:0rem;width:15.4375rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFuTGsrl5lWMma03X4MNPOuVJtdbNOwF { top:1.375rem;left:19.125rem;width:16.6875rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzixA9REaiKHkOVrMn01mq2ORvbQ5M8O { top:15.625rem;left:10.75rem;width:13.125rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTzsuqIG42qwFsqUCyMTsvzDSEPXXw6W { top:15.625rem;left:22.0625rem;width:13.75rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsgJgSJA1IVw9Ru9u89s5FVsd3OwG8w3 { top:15.625rem;left:35.5625rem;width:12.1875rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxsISoEitNHUHZ6c88LPxtbI1EOrqHw8 { top:0.875rem;left:6.3125rem;width:0.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fb6FPrPzD1P9UGgoWoTDrFdzsNvZqNfN { top:1.375rem;left:0rem;width:15.9375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZS2JuwkofwH0TFqKCWpk9tZFcJbX9x5 { top:1.375rem;left:7.8125rem;width:16.0625rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fz2ttrLpRO0mOCCmcTr9qTbzGAFz12SQ { top:1.9375rem;left:32.0625rem;width:15.6875rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndz1SDZPSgCFk3uRHfILJ4028eRuLXq8 { top:15.5625rem;left:0rem;width:0.3125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnX1vaEhEk29uOhtdKtxC6bNVAuframu { top:15.5625rem;left:11.9375rem;width:0.3125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrcDqkRBi1MxhXmq4KRaWkJyUNB1e2Np { top:15.5625rem;left:23.875rem;width:0.3125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pA0emx24yL6tvxFTinl5g0Jm0XbfILm2 { top:15.5625rem;left:35.8125rem;width:0.3125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdHhMpH7LssRlItp32xTp0NIqc7LQWc9 { display:block; }#NdHhMpH7LssRlItp32xTp0NIqc7LQWc9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WcoiIE3sCJHlTdmyCzUWQCBDCUX6xwdI { top:3rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p81vMmTVDzdoidOiI0La46eVsRd3d2dG { width:31.25rem;height:3.4375rem;top:12.375rem;left:8.2188720703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTuqXRQo5SkMlUVWeIMChOEm2BTIVZ8T { display:block; }
 }@media only screen and (max-width: 763px) { #HG96x9S0rDx5oB2SavzqeRurwx8tvC08 { top:6.125rem;left:6.125rem;width:35.375rem;height:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXmS3XLwCfFWEDzDRUJ5riXNq4Ei42PV { display:block; }#ZXmS3XLwCfFWEDzDRUJ5riXNq4Ei42PV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aq9yUD6zb3rWN8Nru1TwwkyOUZJkeInX { top:2.25rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOA01Ao2UiDOtXuW9qA2k3uN6Zh3Aul0 { top:7.4375rem;left:0rem;width:47.75rem;height:15.375rem;font-size:0.875rem;display:block; }#VOA01Ao2UiDOtXuW9qA2k3uN6Zh3Aul0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6e5f8a1db99c38ed6eea736eaaeacdb78377d50b.svg); }
 }@media only screen and (max-width: 763px) { #g3DRRidkEw7B5pInbMURuRwVU2xUglrx { width:31.25rem;height:3.4375rem;top:25.75rem;left:8.219482421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #niZzq4Iw4zvQLKuGM99xU5nZa3InxabZ { display:block; }
 }@media only screen and (max-width: 763px) { #UgX9xunw7RQBCIAeStHTHZrrJx0s6rMr { display:block; }#UgX9xunw7RQBCIAeStHTHZrrJx0s6rMr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ha6UuepNTFQf6EIBy2azzoM5ir7uiTI7 { top:2.6875rem;left:0rem;width:22.8125rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3DMIKtdt4sLXcHZ6KlCX8ByFFBtcpiG { top:9.125rem;left:0rem;width:33.5625rem;height:22.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm8z87zEM74cesKe0G2HT1vxp9kcEScp { top:3.0625rem;left:0rem;width:0.3125rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzHEk816LS8KbLiEXvD52Lr9QP3yHrFQ { top:4.875rem;left:24.281251907349rem;width:23rem;height:29.794222065639rem;display:block; }
 }@media only screen and (max-width: 763px) { #o98dtx6lXCs0GKK6foBCQwZgtBLQAX8q { top:5rem;left:24.593751907349rem;width:22.4375rem;height:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X35fedyCk8SsxQQT6OHES9Cxe0Ch18IV { top:3.4375rem;left:25.375rem;width:22.375rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEJNm1ZfSUwNmlIK8dtVryEnydsPwsTx { top:19.8125rem;left:22.375rem;width:25.375rem;height:14.900717335967rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0RsTacKQUydixznB7mNotqaSl3LQKhf { width:31.25rem;height:3.4375rem;top:33.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8eb0s1v8xQT2nSTm6cv3qykyVey3Cqt { display:block; }
 }@media only screen and (max-width: 763px) { #P1b4SaLFAWkchPzRFne8BLgwv7od0tFd { top:0rem;left:14rem;width:33.75rem;height:21.273013109154rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5L1ZnNMxAQsJxarTNW37wh2ywysyUqv { display:block; }#C5L1ZnNMxAQsJxarTNW37wh2ywysyUqv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FVAUNRalMTIlEalQ7hyAqX8cnsfniJfX { top:1.8125rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBl4gNEIKBTRCv1oioaeC2g21gR36Hdm { top:4.25rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7ZNAmrf0TvG0DLntzZ02S6TBqymF46z { display:block; }#Q7ZNAmrf0TvG0DLntzZ02S6TBqymF46z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JU27vUzT5qDRHLnlbGhFLoihano0hEEX { top:1.375rem;left:1.3125rem;width:14.5625rem;height:25.204973204441rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJVqyMn3MRKHPC1m8BvOo7EemtmRGEFh { top:1.375rem;left:14.25rem;width:17.5rem;height:4.8120125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OH2TtIUSoyNomXiFBkIqMXcmlo9wChl4 { top:6.6875rem;left:14.25rem;width:17.5rem;height:11.62475rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6hRpxzgHyQ8OlNlUPSWVBiah3rsLZLT { top:5.5625rem;left:13.3125rem;width:18.4375rem;height:4.4995125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuEPZx86WB25iiPr4fc91xHnoBg8sTsP { top:1.375rem;left:13.3125rem;width:18.4375rem;height:3.68713125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9uxgBa20yHNs5NncRkWmHqSsvozcAUE { top:10.5625rem;left:13.3125rem;width:18.4375rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtQzPECaWql92EkBLRnpBC7zn0e7J4Pu { top:17.875rem;left:13.3125rem;width:18.4375rem;height:4.12475625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOsZv7tpwtzgTq5TsrFNB7fOiaLOA6fM { top:18.75rem;left:14.25rem;width:17.5rem;height:7.87475rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNF5cBiPppuMJ9XeXPPT4SvoJz2cf0qf { top:22.5625rem;left:13.3125rem;width:18.4375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq4uahkQmT5zPvLz7zNF7tXn1qTH1Msf { display:block; }#Sq4uahkQmT5zPvLz7zNF7tXn1qTH1Msf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud .widget-regular-label { width:34.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud .widget-input-text { width:34.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud .widget-input-text {padding-top: 0; padding-bottom: 0;}#lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud .widget-textarea { width:34.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud .widget-input-select { width:34.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud .widget-input-select {padding-top: 0; padding-bottom: 0;}#lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud .widget-input-button { width:34.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud .widget-checkbox-label { width:33.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud  { width:34.6875rem;height:auto;top:17.9375rem;left:0rem; }
#lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud .radio-container { width:34.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud {display:block;}#lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud { width:34.6875rem;height:auto;top:17.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud #MTydqiLP5TudI82iXTBRl0arqGP8QmoH {  }
 }@media only screen and (max-width: 763px) { #lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud #OL0Gth8TSygT80C0q1qq3bqKPKDQ7BhX {  }
 }@media only screen and (max-width: 763px) { #lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud #oq38uIJweATSEHlbMwhyZH15DUtMG8PV {  }
 }@media only screen and (max-width: 763px) { #lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud #hBRZMTkR2pHHio7ITDeiNgg2SWtSdpO0 {  }
 }@media only screen and (max-width: 763px) { #lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud #qcdhvTEJNHSP2aOVzMIg7JZqNOVH57lb {  }
 }@media only screen and (max-width: 763px) { #lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud #Zb9GWH2N8MPa3sBF3AVdHrirUWAQqw7k {  }
 }@media only screen and (max-width: 763px) { #lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud #G25TQLLx98nI3lEhPeuXB6OlyciC4rO5 {  }
 }@media only screen and (max-width: 763px) { #lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud #iN62n9TLc2VZCpL0TOVBIMA2Q2Ml4U5s {  }
 }@media only screen and (max-width: 763px) { #lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud #hO3frWJ1Opi0gZqJAJ2MskfDWXRF9qtl {  }
 }@media only screen and (max-width: 763px) { #lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud #Jc15OeeXc5KnPd4my6uS4koplTGCVkNZ {  }
 }@media only screen and (max-width: 763px) { #lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud #dCU06H0cqe9xwJTKattpQZRcT5noZFgh {  }
 }@media only screen and (max-width: 763px) { #lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud #qwfCTN1ZIHxIEPIcUA7pxHO4Dp2CAQu2 {  }
 }@media only screen and (max-width: 763px) { #lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud #u7wVRPfNXruvAnVHQF9rxWzg6DrSOnNL {  }
 }@media only screen and (max-width: 763px) { #lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud #tf912bZXTuUzSOn768NehbmpIRcSAahq {  }
 }@media only screen and (max-width: 763px) { #BrerKlDTBcWs2tLHQPUNlgfXZ6AHhebN { top:13.3125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4Ikpvf1AzaxB2ivsbL0yF15TAGse631 { top:13.4375rem;left:0rem;width:8.3125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KH9c1VKTgApmNpQKm8EsTGFL5JR0BDKM { top:13.3125rem;left:9.5rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNnV5QqKQtXJ6M3hIdFE8i6s5KL6W2bN { top:13.4375rem;left:12.2490234375rem;width:8.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3ca9U7LITL15EocTN2t0g0O1EMCpFCt { top:7.125rem;left:24.75rem;width:22.375rem;height:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXRIcKwwpznN8NcyCXpzhr8RcBoXxU6d { top:9.875rem;left:25.375rem;width:22.375rem;height:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsC2rKFP6ML4bcbIyOgMaLaPxTZXlpPr { top:5.3125rem;left:0rem;width:37.3125rem;height:6.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QANWPTEgErUF5CFbkRXx0V0502p1MtCo { top:9.8125rem;left:12.625rem;width:35.125rem;height:16.469747317395rem;display:block; }
 }@media only screen and (max-width: 763px) { #oL0nl4upKpS5SU9FBzQ5fQVic9mgWrHe { top:20.875rem;left:18.8125rem;width:28.9375rem;height:18.272708254755rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mfns5m7Zx5sNlTs7Ttb9UrTiHfdzFRUH { top:7.75rem;left:25.875rem;width:21.875rem;height:32.687375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTtwwqEHTp5r7XTq3BIwrhR6KSbiX8OD { top:12.6875rem;left:8.085205078125rem;width:13.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIZI66s1aO8Bvg7vOt8Wv2OJq1TvnWZ4 { top:12.6875rem;left:0rem;width:13.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wx7ZV0GqgCveJpVXc6hT0ZIPK8aIaUvN { display:block; }#wx7ZV0GqgCveJpVXc6hT0ZIPK8aIaUvN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JA3RZ4cQKHRRshbEiMtmODgJ9TzlSzdb { top:2rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGmH9bEbc5ut3gbR2kKI5CeIuBVyUcPI { width:25.9375rem;height:1.1875rem;top:2.0625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZERvTP8AoggtkQzmG6eHu3K6csR8hFDk { width:12.1875rem;height:1.375rem;top:2rem;left:35.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJ5CiqHrpCqyFENdgQyZQZXr24ISIB93 { width:5.9375rem;height:1.375rem;top:2rem;left:41.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zGRUIPgGGHiO52D8bMMh2BnS9kvRUnvx { display:block; }#zGRUIPgGGHiO52D8bMMh2BnS9kvRUnvx > .row .container { width:20rem;height:14.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DhJiHEB1ddC8i7kPaOwp7Hns2gy7KzN8 { width:15.25rem;height:4.2246125rem;top:1.33056640625rem;left:0.5302734375rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #luqmr05WFp2R5KKhMTQXqwK0nPHLbL3e { width:18.937rem;height:4.467775rem;top:4.39453125rem;left:0.5302734375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLShpGKFNO4qT1Eui77Zv47xpliBX7wG { width:19.0625rem;height:2.6806625rem;top:9.7998046875rem;left:0.46875rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oXJXhCsUsTaIpT77ekXfRxT1JgTgLsCn { position:relative;z-index:auto;display:block; }#oXJXhCsUsTaIpT77ekXfRxT1JgTgLsCn > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sza5GZ5DdhiBhVTPqWdXovBHkpucA1Sl { width:14.8125rem;height:1.19986875rem;top:1.125rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlzDK9D6yusEAdPknyqmFIwgN9fC1GTO { width:3.6875rem;height:1.19986875rem;top:0.994140625rem;left:15.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fc09MTRVyhLl0zhJrGCspnxJfm5CgMNn { display:flex;width:1.5625rem;height:1.5625rem;top:0.75rem;left:13.375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #JyUAaFBOb4KOGBthpM6s7FLQ07WzKMat { background-color:#ffffff;background-image:none;display:block; }#JyUAaFBOb4KOGBthpM6s7FLQ07WzKMat > .row .container { background-color: transparent; background-image: none; }#JyUAaFBOb4KOGBthpM6s7FLQ07WzKMat::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyUAaFBOb4KOGBthpM6s7FLQ07WzKMat > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyUAaFBOb4KOGBthpM6s7FLQ07WzKMat > .row .container > .video-iframe-container { display: none; }#JyUAaFBOb4KOGBthpM6s7FLQ07WzKMat > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyUAaFBOb4KOGBthpM6s7FLQ07WzKMat > .row > .video-iframe-container { display: none; }#JyUAaFBOb4KOGBthpM6s7FLQ07WzKMat > .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); }#JyUAaFBOb4KOGBthpM6s7FLQ07WzKMat > .row .container { width:20rem;height:42.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SJZfM77xOLhttupuShe9JOGqTW4yGOhU { width:18.3125rem;height:2.92480625rem;top:9.5625rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TqXwaNzVMTeNO4ugTT05o7J0BUr8LZmR { display:flex;width:1.875rem;height:1.875rem;top:21.375rem;left:4.625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #o4AMUbNtPi7tsTwDeqcF1CZOgdLOz5Ip { display:flex;width:1.875rem;height:1.875rem;top:17.5625rem;left:4.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FzVozyWy6QLOFTvWWXFvVDhTZBEqy4uR { width:12.436875rem;height:0;top:21.5625rem;left:7.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RGbNCUNsPbVLfZGdbflfT7g88rWe35rg { width:12.436875rem;height:0;top:17.75rem;left:7.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rHaRQ604BVpQ3Zbv8TRs6S4xOl20T0Cc { width:19rem;height:3.4375rem;top:36.875rem;left:0.5rem;font-size:0.875rem;font-weight:700;font-style:normal;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #Lyp9SGlOEbsJ9fUo57tzFTIdeTIzg0ei { display:block; }
 }@media only screen and (max-width: 763px) { #ypypk0CKNqUI6R1HkMgWfZMCEUDZPShy { width:8.375rem;height:0;top:25.375rem;left:7.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sInq96DRdb8ZEFGBed2vDEd68Q3fGvTx { width:11.8125rem;height:3.4375rem;top:24.375rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #v1uHzzMkTbdi6T5yFLwzHrNOI2Rp4EVM { display:flex;width:2.5rem;height:2.5rem;top:25rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EsaG4RF5UP6NOkQSBRgUWQl0m83nrL2J { width:20rem;height:20rem;top:17.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #umEzBD9Rba3NTuK7Pmb1g5SMTcfn2c1T { width:20rem;height:28.144224802766rem;top:3.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SDL4K1ig3P8UiTyN6uagvlczxQEpa75u { width:11.8125rem;height:3.4375rem;top:20.5625rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ItbclgEr08RsJU0UCc5S5V15sBrAkuRt { width:11.8125rem;height:3.4375rem;top:16.75rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KdPcRI3U2KnOnNd8DPiNTxVda68NquPf { top:17.6875rem;left:2.375rem;width:15.25rem;height:19.875rem;z-index:15022;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #B6rwvBBnqT3IKxuiud4CIWTAErWgrwyp { width:5.4370125rem;height:1.05615rem;top:26rem;left:-7.0390625rem;font-size:0.8125rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #N2xpxZsxhF8e1OzJmtKUt877Bo05zTD1 { width:6.75rem;height:2.5rem;top:24.75rem;left:-10.914184570312rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #tBEREuF6LdoZ2Bld8AKLR0BTCNEPVF4o { display:flex;width:1.25rem;height:1.25rem;top:25.437255859375rem;left:-10.351684570312rem;font-size:0.875rem;z-index:15028; }
 }@media only screen and (max-width: 763px) { #hPQqNrlczgkXbWhS14TpaTNskNwsLGCN { width:4.875rem;height:2.5rem;top:14.3125rem;left:14.75rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #oyC5TWzx3LW6UgFDCVnlyxTfrqSumL8e { width:3.312375rem;height:1.05615rem;top:15.0625rem;left:16.25rem;font-size:0.8125rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #n2a4Rfgb1IFmSAhtkBUZzCUh50xiZLM2 { display:flex;width:1.25rem;height:1.25rem;top:14.9375rem;left:14.9375rem;font-size:0.875rem;z-index:15031; }
 }@media only screen and (max-width: 763px) { #FrWlcm7neqcXPm93hDlEzfCqs9J3R09d { width:6.875rem;height:2.5rem;top:14.3125rem;left:7.4375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #W7TErlO5C1Q68Mud05mqCX0tie65aQqw { width:4.93713125rem;height:1.05615rem;top:15.0625rem;left:9.5rem;font-size:0.8125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #cG3hWTc7ZD6tJmCizTPBvGIsyFNzdlbf { display:flex;width:1.25rem;height:1.25rem;top:14.9375rem;left:8rem;font-size:0.875rem;z-index:15021; }
 }@media only screen and (max-width: 763px) { #HeU4H7AEZkqyyueOHx3tbTBwsdfGT4Qs { width:6.75rem;height:2.5rem;top:14.3125rem;left:0.3125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #sTVKrLcwbFW4hsAByvGvCwTHNXITlw6H { display:flex;width:1.25rem;height:1.25rem;top:14.875rem;left:0.75rem;font-size:0.875rem;z-index:15022; }
 }@media only screen and (max-width: 763px) { #xfoVTmlao5Z7Q7locUfWMsEsX0cNcfFc { width:4.4375rem;height:1.05615rem;top:15.0625rem;left:2.25rem;font-size:0.8125rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #mXqXBO9PPBTimrbPJk69W4qbZZWgdRP9 { width:20rem;height:4.875rem;top:2.6875rem;left:0rem;font-size:1.25rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PB8D7lx2XvuwzyWdyiOFGZEBlZfUODer { display:block; }#PB8D7lx2XvuwzyWdyiOFGZEBlZfUODer > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dNwbp7nToaG4ntsRJ4QDxtuGyVy5Bku3 { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oqhGBUCqaJdxn7i5hQUVcirlUkO8aR5x { display:block; }#oqhGBUCqaJdxn7i5hQUVcirlUkO8aR5x > .row .container { width:20rem;height:64rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zUELVKFsHWDEOMMgFJqBMUnZU84wOD4n { width:17.875rem;height:3.41161875rem;top:12.4990234375rem;left:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFuTGsrl5lWMma03X4MNPOuVJtdbNOwF { width:13.25rem;height:11.8125rem;top:32.361328125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzixA9REaiKHkOVrMn01mq2ORvbQ5M8O { width:16.9375rem;height:2.2744125rem;top:28.5107421875rem;left:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTzsuqIG42qwFsqUCyMTsvzDSEPXXw6W { width:17.6875rem;height:2.2744125rem;top:44.173828125rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsgJgSJA1IVw9Ru9u89s5FVsd3OwG8w3 { width:16.875rem;height:2.2744125rem;top:59.216796875rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxsISoEitNHUHZ6c88LPxtbI1EOrqHw8 { width:0.125rem;height:0.125rem;top:32.361452539062rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fb6FPrPzD1P9UGgoWoTDrFdzsNvZqNfN { width:14rem;height:11.8125rem;top:0.6865234375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZS2JuwkofwH0TFqKCWpk9tZFcJbX9x5 { width:13.6875rem;height:11.8125rem;top:16.6982421875rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fz2ttrLpRO0mOCCmcTr9qTbzGAFz12SQ { width:13.625rem;height:11.8125rem;top:47.404296875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndz1SDZPSgCFk3uRHfILJ4028eRuLXq8 { width:0.25rem;height:3.75rem;top:12.3291015625rem;left:0.873046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnX1vaEhEk29uOhtdKtxC6bNVAuframu { width:0.24902375rem;height:2.5rem;top:59.103515625rem;left:0.873046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrcDqkRBi1MxhXmq4KRaWkJyUNB1e2Np { width:0.25rem;height:2.5rem;top:28.3974609375rem;left:0.873046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pA0emx24yL6tvxFTinl5g0Jm0XbfILm2 { width:0.25rem;height:2.5rem;top:44.173828125rem;left:0.873046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdHhMpH7LssRlItp32xTp0NIqc7LQWc9 { display:block; }#NdHhMpH7LssRlItp32xTp0NIqc7LQWc9 > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WcoiIE3sCJHlTdmyCzUWQCBDCUX6xwdI { width:17.9986875rem;height:4.38720625rem;top:2.2496337890625rem;left:1.0003662109375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p81vMmTVDzdoidOiI0La46eVsRd3d2dG { width:18.9984375rem;height:3.061525rem;top:13.59423828125rem;left:0.50048828125rem;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GTuqXRQo5SkMlUVWeIMChOEm2BTIVZ8T { display:block; }
 }@media only screen and (max-width: 763px) { #HG96x9S0rDx5oB2SavzqeRurwx8tvC08 { width:17.999875rem;height:4.548825rem;top:7.6683349609375rem;left:0.99853515625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZXmS3XLwCfFWEDzDRUJ5riXNq4Ei42PV { display:block; }#ZXmS3XLwCfFWEDzDRUJ5riXNq4Ei42PV > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aq9yUD6zb3rWN8Nru1TwwkyOUZJkeInX { width:16.749rem;height:3.25rem;top:1.1845703125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VOA01Ao2UiDOtXuW9qA2k3uN6Zh3Aul0 { width:20rem;height:28.2675625rem;top:5.8154296875rem;left:0rem;font-size:0.875rem;line-height:1.4;display:block; }#VOA01Ao2UiDOtXuW9qA2k3uN6Zh3Aul0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6e5f8a1db99c38ed6eea736eaaeacdb78377d50b.svg); }
 }@media only screen and (max-width: 763px) { #g3DRRidkEw7B5pInbMURuRwVU2xUglrx { width:18.999rem;height:3.4375rem;top:35.3330078125rem;left:0.5rem;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #niZzq4Iw4zvQLKuGM99xU5nZa3InxabZ { display:block; }
 }@media only screen and (max-width: 763px) { #UgX9xunw7RQBCIAeStHTHZrrJx0s6rMr { display:block; }#UgX9xunw7RQBCIAeStHTHZrrJx0s6rMr > .row .container { width:20rem;height:64.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ha6UuepNTFQf6EIBy2azzoM5ir7uiTI7 { width:18.49975rem;height:3.25rem;top:1.124267578125rem;left:0.74951171875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3DMIKtdt4sLXcHZ6KlCX8ByFFBtcpiG { width:20rem;height:22.7441375rem;top:6.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm8z87zEM74cesKe0G2HT1vxp9kcEScp { width:0.25rem;height:3.75rem;top:0.963134765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzHEk816LS8KbLiEXvD52Lr9QP3yHrFQ { width:17.374875rem;height:22.5rem;top:35.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o98dtx6lXCs0GKK6foBCQwZgtBLQAX8q { width:15.875rem;height:23.5rem;top:34.375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X35fedyCk8SsxQQT6OHES9Cxe0Ch18IV { width:15.9375rem;height:23.687125rem;top:33.0625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEJNm1ZfSUwNmlIK8dtVryEnydsPwsTx { width:20rem;height:11.744375rem;top:45.042724609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0RsTacKQUydixznB7mNotqaSl3LQKhf { width:18.999625rem;height:3.4375rem;top:59.21875rem;left:0.4998779296875rem;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Q8eb0s1v8xQT2nSTm6cv3qykyVey3Cqt { display:block; }
 }@media only screen and (max-width: 763px) { #P1b4SaLFAWkchPzRFne8BLgwv7od0tFd { width:20rem;height:12.638888888889rem;top:34.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5L1ZnNMxAQsJxarTNW37wh2ywysyUqv { display:block; }#C5L1ZnNMxAQsJxarTNW37wh2ywysyUqv > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FVAUNRalMTIlEalQ7hyAqX8cnsfniJfX { width:16.6875rem;height:2.2744125rem;top:0.9990234375rem;left:1.65625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pBl4gNEIKBTRCv1oioaeC2g21gR36Hdm { width:20rem;height:3.25rem;top:3.9365234375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q7ZNAmrf0TvG0DLntzZ02S6TBqymF46z { display:block; }#Q7ZNAmrf0TvG0DLntzZ02S6TBqymF46z > .row .container { width:20rem;height:55.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JU27vUzT5qDRHLnlbGhFLoihano0hEEX { width:14.5625rem;height:25.204973204441rem;top:1.375rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iJVqyMn3MRKHPC1m8BvOo7EemtmRGEFh { width:18.4375rem;height:5.0625rem;top:0.687255859375rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OH2TtIUSoyNomXiFBkIqMXcmlo9wChl4 { width:18.4375rem;height:12.1875rem;top:10.68603515625rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6hRpxzgHyQ8OlNlUPSWVBiah3rsLZLT { width:18.4375rem;height:4.4995125rem;top:23.496704101562rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuEPZx86WB25iiPr4fc91xHnoBg8sTsP { width:18.4375rem;height:3.68713125rem;top:6.37451171875rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9uxgBa20yHNs5NncRkWmHqSsvozcAUE { width:18.4375rem;height:6.875rem;top:28.558959960938rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtQzPECaWql92EkBLRnpBC7zn0e7J4Pu { width:18.4375rem;height:4.12475625rem;top:44.87060546875rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOsZv7tpwtzgTq5TsrFNB7fOiaLOA6fM { width:18.4375rem;height:8.25rem;top:36.121215820312rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNF5cBiPppuMJ9XeXPPT4SvoJz2cf0qf { width:18.4375rem;height:4.0625rem;top:49.682861328125rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq4uahkQmT5zPvLz7zNF7tXn1qTH1Msf { display:block; }#Sq4uahkQmT5zPvLz7zNF7tXn1qTH1Msf > .row .container { width:20rem;height:62.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud .widget-input-text {padding-top: 0; padding-bottom: 0;}#lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud .widget-input-select {padding-top: 0; padding-bottom: 0;}#lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden;font-weight:700;font-style:normal; }
#lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud [class*="-text"]:-moz-placeholder { font-size:0.625rem; }
#lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud [class*="-text"]::-moz-placeholder { font-size:0.625rem; }
#lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud [class*="-text"]:-ms-input-placeholder { font-size:0.625rem; }
#lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud [class*="-text"]::-webkit-input-placeholder { font-size:0.625rem; }
#lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud  { width:17.5rem;height:auto;top:11.5625rem;left:0rem; }
#lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud {display:block;}#lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud { width:17.5rem;height:auto;top:11.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud #MTydqiLP5TudI82iXTBRl0arqGP8QmoH {  }
 }@media only screen and (max-width: 763px) { #lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud #OL0Gth8TSygT80C0q1qq3bqKPKDQ7BhX {  }
 }@media only screen and (max-width: 763px) { #lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud #oq38uIJweATSEHlbMwhyZH15DUtMG8PV {  }
 }@media only screen and (max-width: 763px) { #lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud #hBRZMTkR2pHHio7ITDeiNgg2SWtSdpO0 {  }
 }@media only screen and (max-width: 763px) { #lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud #qcdhvTEJNHSP2aOVzMIg7JZqNOVH57lb {  }
 }@media only screen and (max-width: 763px) { #lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud #Zb9GWH2N8MPa3sBF3AVdHrirUWAQqw7k {  }
 }@media only screen and (max-width: 763px) { #lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud #G25TQLLx98nI3lEhPeuXB6OlyciC4rO5 {  }
 }@media only screen and (max-width: 763px) { #lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud #iN62n9TLc2VZCpL0TOVBIMA2Q2Ml4U5s {  }
 }@media only screen and (max-width: 763px) { #lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud #hO3frWJ1Opi0gZqJAJ2MskfDWXRF9qtl {  }
 }@media only screen and (max-width: 763px) { #lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud #Jc15OeeXc5KnPd4my6uS4koplTGCVkNZ {  }
 }@media only screen and (max-width: 763px) { #lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud #dCU06H0cqe9xwJTKattpQZRcT5noZFgh {  }
 }@media only screen and (max-width: 763px) { #lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud #qwfCTN1ZIHxIEPIcUA7pxHO4Dp2CAQu2 {  }
 }@media only screen and (max-width: 763px) { #lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud #u7wVRPfNXruvAnVHQF9rxWzg6DrSOnNL {  }
 }@media only screen and (max-width: 763px) { #lJNoF6hF6Nm05bwOnqeVqJS07FVNyeud #tf912bZXTuUzSOn768NehbmpIRcSAahq {  }
 }@media only screen and (max-width: 763px) { #BrerKlDTBcWs2tLHQPUNlgfXZ6AHhebN { display:flex;width:1.5625rem;height:1.5625rem;top:8.375rem;left:1rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #U4Ikpvf1AzaxB2ivsbL0yF15TAGse631 { width:6.4375rem;height:1.4624rem;top:8.5rem;left:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KH9c1VKTgApmNpQKm8EsTGFL5JR0BDKM { display:flex;width:1.5625rem;height:1.5625rem;top:8.4375rem;left:10.9375rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #QNnV5QqKQtXJ6M3hIdFE8i6s5KL6W2bN { width:6.25rem;height:1.4624rem;top:8.375rem;left:12.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3ca9U7LITL15EocTN2t0g0O1EMCpFCt { width:16.0625rem;height:21.75rem;top:37.375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXRIcKwwpznN8NcyCXpzhr8RcBoXxU6d { width:16.875rem;height:22.625rem;top:38.1875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsC2rKFP6ML4bcbIyOgMaLaPxTZXlpPr { width:20rem;height:5.84911875rem;top:0.9365234375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QANWPTEgErUF5CFbkRXx0V0502p1MtCo { width:20rem;height:9.3783303730019rem;top:49.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oL0nl4upKpS5SU9FBzQ5fQVic9mgWrHe { width:19.25rem;height:12.0625rem;top:36.0625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mfns5m7Zx5sNlTs7Ttb9UrTiHfdzFRUH { width:16.5625rem;height:24.75rem;top:36.0625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTtwwqEHTp5r7XTq3BIwrhR6KSbiX8OD { width:9.375rem;height:2.875rem;top:7.718505859375rem;left:10.187622070312rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIZI66s1aO8Bvg7vOt8Wv2OJq1TvnWZ4 { width:9.3125rem;height:2.875rem;top:7.718505859375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wx7ZV0GqgCveJpVXc6hT0ZIPK8aIaUvN { display:block; }#wx7ZV0GqgCveJpVXc6hT0ZIPK8aIaUvN > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JA3RZ4cQKHRRshbEiMtmODgJ9TzlSzdb { width:0.99975625rem;height:0.99975625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGmH9bEbc5ut3gbR2kKI5CeIuBVyUcPI { width:18.561375rem;height:0.875rem;top:4.75rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZERvTP8AoggtkQzmG6eHu3K6csR8hFDk { width:15.874625rem;height:1.224975rem;top:2.5625rem;left:2rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJ5CiqHrpCqyFENdgQyZQZXr24ISIB93 { width:15.874625rem;height:1.224975rem;top:1.0625rem;left:2rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }