.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:219,217,217;--color-primary-1:136,128,130;--color-primary-2:17,1,4;--color-primary-3:9,1,2;--color-primary-4:3,0,1;--color-secondary-0:251,251,231;--color-secondary-1:247,244,109;--color-secondary-2:242,236,11;--color-secondary-3:145,142,7;--color-secondary-4:48,47,2;--color-tertiary-0:255,255,255;--color-tertiary-1:251,251,231;--color-tertiary-2:255,244,230;--color-tertiary-3:242,236,11;--color-tertiary-4:0,0,0;--headlines-font-family:"Open Sans";--paragraphs-font-family:"Open Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/045d19c5-fb2b-4b33-9e19-8e9c234e4f65/sw111.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#iTWTnOvFdInknOvuzKuVpOf9VfQ0ktXf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#iTWTnOvFdInknOvuzKuVpOf9VfQ0ktXf > .row .container { background-color: transparent; background-image: none; }#iTWTnOvFdInknOvuzKuVpOf9VfQ0ktXf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTWTnOvFdInknOvuzKuVpOf9VfQ0ktXf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTWTnOvFdInknOvuzKuVpOf9VfQ0ktXf > .row .container > .video-iframe-container { display: none; }#iTWTnOvFdInknOvuzKuVpOf9VfQ0ktXf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTWTnOvFdInknOvuzKuVpOf9VfQ0ktXf > .row > .video-iframe-container { display: none; }#iTWTnOvFdInknOvuzKuVpOf9VfQ0ktXf > .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); }#iTWTnOvFdInknOvuzKuVpOf9VfQ0ktXf > .row .container { border-width: 0; border-radius: 0; }#iTWTnOvFdInknOvuzKuVpOf9VfQ0ktXf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iTWTnOvFdInknOvuzKuVpOf9VfQ0ktXf > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#l0xMzowyQ7VFbL2wUmdWPfwxR64QuAGn { background-color:rgba(var(--color-tertiary-4),0);background-image: -webkit-linear-gradient(270deg, #5d92ff, #f27589);background-image: -moz-linear-gradient(270deg, #5d92ff, #f27589);background-image: -ms-linear-gradient(270deg, #5d92ff, #f27589);background-image: -o-linear-gradient(270deg, #5d92ff, #f27589);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#f27589' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#f27589' );";background-image: linear-gradient(270deg, #5d92ff, #f27589);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.875rem;padding-right:1.5rem;padding-bottom:0.875rem;padding-left:1.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:700;font-style:bold;line-height:1;overflow:hidden;position:absolute;width:9.6875rem;height:3.125rem;text-decoration:none;z-index:1502;text-align:center;text-align-last:center;top:2.1875rem;left:65.3125rem;display:block; }#l0xMzowyQ7VFbL2wUmdWPfwxR64QuAGn.adaptive-delivery-prevent-bg, #l0xMzowyQ7VFbL2wUmdWPfwxR64QuAGn.lazyload, #l0xMzowyQ7VFbL2wUmdWPfwxR64QuAGn.lazyloading { background-image: none; }
#q8abNt4f8SJEwlHBEABO8qQGDKWqmCA1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BaZaCt4iZ1Q4DQdggkZTRIwTkS3egnn5 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:1503;line-height:2;letter-spacing:0;text-align:left;text-align-last:left;top:1.5625rem;left:0rem;height:2rem;display:block; }
#CbaMpsBbXF6XDsdhKx5PESoQNW9P4p5u { color:rgba(var(--color-tertiary-2),1);display:block;width:31.75rem;position:absolute;font-family:inter;font-size:2rem;font-weight:700;z-index:1504;line-height:1.2;letter-spacing:0;text-align:left;text-align-last:left;top:3.5625rem;left:0rem;height:2.3994125rem;display:block; }
#OmaTOZ6LJIXopHzNK4T9ugKWGrex30wl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OmaTOZ6LJIXopHzNK4T9ugKWGrex30wl > .row .container { background-color: transparent; background-image: none; }#OmaTOZ6LJIXopHzNK4T9ugKWGrex30wl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OmaTOZ6LJIXopHzNK4T9ugKWGrex30wl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OmaTOZ6LJIXopHzNK4T9ugKWGrex30wl > .row .container > .video-iframe-container { display: none; }#OmaTOZ6LJIXopHzNK4T9ugKWGrex30wl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OmaTOZ6LJIXopHzNK4T9ugKWGrex30wl > .row > .video-iframe-container { display: none; }#OmaTOZ6LJIXopHzNK4T9ugKWGrex30wl > .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); }#OmaTOZ6LJIXopHzNK4T9ugKWGrex30wl > .row .container { border-width: 0; border-radius: 0; }#OmaTOZ6LJIXopHzNK4T9ugKWGrex30wl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OmaTOZ6LJIXopHzNK4T9ugKWGrex30wl > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#Hf7LTXnWv9aeKiVoxUGZDhTQMgyr8stu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#Hf7LTXnWv9aeKiVoxUGZDhTQMgyr8stu > .row .container { background-color: transparent; background-image: none; }#Hf7LTXnWv9aeKiVoxUGZDhTQMgyr8stu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hf7LTXnWv9aeKiVoxUGZDhTQMgyr8stu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hf7LTXnWv9aeKiVoxUGZDhTQMgyr8stu > .row .container > .video-iframe-container { display: none; }#Hf7LTXnWv9aeKiVoxUGZDhTQMgyr8stu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hf7LTXnWv9aeKiVoxUGZDhTQMgyr8stu > .row > .video-iframe-container { display: none; }#Hf7LTXnWv9aeKiVoxUGZDhTQMgyr8stu > .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); }#Hf7LTXnWv9aeKiVoxUGZDhTQMgyr8stu > .row .container { border-width: 0; border-radius: 0; }#Hf7LTXnWv9aeKiVoxUGZDhTQMgyr8stu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hf7LTXnWv9aeKiVoxUGZDhTQMgyr8stu > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#S8ctz0WfXwizJP8ahaWqLTovk5uFqGMP { background-color:rgba(var(--color-tertiary-4),0);background-image: -webkit-linear-gradient(270deg, #5d92ff, #f27589);background-image: -moz-linear-gradient(270deg, #5d92ff, #f27589);background-image: -ms-linear-gradient(270deg, #5d92ff, #f27589);background-image: -o-linear-gradient(270deg, #5d92ff, #f27589);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#f27589' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#f27589' );";background-image: linear-gradient(270deg, #5d92ff, #f27589);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.875rem;padding-right:1.5rem;padding-bottom:0.875rem;padding-left:1.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:700;font-style:bold;line-height:1;overflow:hidden;position:absolute;width:9.6875rem;height:3.125rem;text-decoration:none;z-index:1502;text-align:center;text-align-last:center;top:2.1875rem;left:65.3125rem;display:block; }#S8ctz0WfXwizJP8ahaWqLTovk5uFqGMP.adaptive-delivery-prevent-bg, #S8ctz0WfXwizJP8ahaWqLTovk5uFqGMP.lazyload, #S8ctz0WfXwizJP8ahaWqLTovk5uFqGMP.lazyloading { background-image: none; }
#Qx1xxwIEQxFQQi5dLzSAKi8FEd4TFoaK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wfWiw3ta5WnchNg6Id3FMXFbTf3en4rU { color:rgba(var(--color-tertiary-0),1);display:block;width:31.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:1503;line-height:2;letter-spacing:0;text-align:left;text-align-last:left;top:1.5625rem;left:0rem;height:2rem;display:block; }
#B8INJ9r5FOLB560wo9aUthfMvfRPZ4Ex { color:rgba(var(--color-tertiary-2),1);display:block;width:31.75rem;position:absolute;font-family:inter;font-size:2rem;font-weight:700;z-index:1504;line-height:1.2;letter-spacing:0;text-align:left;text-align-last:left;top:3.5625rem;left:0rem;height:2.3994125rem;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:54.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#pWEo7ulrNfF0eKGKyR2nmuy9AJtcmtl2 { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:"star wars";font-size:7.5rem;font-weight:normal;z-index:15000;line-height:1;letter-spacing:0;top:15.1875rem;left:0rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#SJL0Xs5DlpHOF3PFzD8eJKTz094xJFdZ { color:rgba(var(--color-tertiary-1),1);display:block;width:43.125rem;position:absolute;font-family:"star wars";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:23.8125rem;left:16.25rem;height:5rem;text-align:center;text-align-last:center;display:block; }
#FFsmMWbgi7gemiWqs74ckVUAcQmMKF78 { color:rgba(var(--color-tertiary-1),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:31.1875rem;left:0rem;height:2.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xgRqc85RuyntWkdTRxVK1Thn4cr3EalH { box-sizing:content-box;height:0.1875rem;width:18.75rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-0),0), rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-0),0), rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-0),0), rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-0),0), rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),0)', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),0)', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-0),0), rgba(var(--color-secondary-0),1));background-size:auto !important;top:25.0625rem;left:11.25rem;display:block; }
#bzGZBgTk2PBG92NAvlR5l3IVE1tgGMFw { box-sizing:content-box;height:0.1875rem;width:18.75rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-0),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-0),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-0),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-0),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-0),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-0),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-0),0));background-size:auto !important;top:25.0625rem;left:45rem;display:block; }
#pZK4D0nka1CebeDTyhHKreoIHN8xIA4q { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:37.75rem;left:29.0625rem;display:block; }
#UQbiOWhe7pEVfvdGHGaMZT9IZUlH7ptb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IwTpz0G9vW1FHKanWeumDERTAZI4XHNl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:5.2431640625rem;left:32.875rem; }
#iTGRVsFv7M8MmySbE69kxwoiNE8leTdO { color:rgba(var(--color-tertiary-3),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:5.5625rem;left:35.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#K9hRu2ATpWcimFV5sgKgwc2vc4a6bnHg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0), rgba(var(--color-primary-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; }#K9hRu2ATpWcimFV5sgKgwc2vc4a6bnHg > .row .container { background-color: transparent; background-image: none; }#K9hRu2ATpWcimFV5sgKgwc2vc4a6bnHg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K9hRu2ATpWcimFV5sgKgwc2vc4a6bnHg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K9hRu2ATpWcimFV5sgKgwc2vc4a6bnHg > .row .container > .video-iframe-container { display: none; }#K9hRu2ATpWcimFV5sgKgwc2vc4a6bnHg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K9hRu2ATpWcimFV5sgKgwc2vc4a6bnHg > .row > .video-iframe-container { display: none; }#K9hRu2ATpWcimFV5sgKgwc2vc4a6bnHg > .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); }#K9hRu2ATpWcimFV5sgKgwc2vc4a6bnHg > .row .container { border-width: 0; border-radius: 0; }#K9hRu2ATpWcimFV5sgKgwc2vc4a6bnHg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K9hRu2ATpWcimFV5sgKgwc2vc4a6bnHg > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:75rem;position:relative;display:block; }#mU4TZObSaFKw2pA3z52GbxydDvqWoRFL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8bcfd168-5075-4058-af2e-db6de670de42/bg22222.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mU4TZObSaFKw2pA3z52GbxydDvqWoRFL.adaptive-delivery-prevent-bg, #mU4TZObSaFKw2pA3z52GbxydDvqWoRFL.lazyload, #mU4TZObSaFKw2pA3z52GbxydDvqWoRFL.lazyloading { background-image: none; }#mU4TZObSaFKw2pA3z52GbxydDvqWoRFL > .row .container { background-color: transparent; background-image: none; }#mU4TZObSaFKw2pA3z52GbxydDvqWoRFL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.7); }#mU4TZObSaFKw2pA3z52GbxydDvqWoRFL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mU4TZObSaFKw2pA3z52GbxydDvqWoRFL > .row .container > .video-iframe-container { display: none; }#mU4TZObSaFKw2pA3z52GbxydDvqWoRFL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.7); }#mU4TZObSaFKw2pA3z52GbxydDvqWoRFL > .row > .video-iframe-container { display: none; }#mU4TZObSaFKw2pA3z52GbxydDvqWoRFL > .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); }#mU4TZObSaFKw2pA3z52GbxydDvqWoRFL > .row .container { border-width: 0; border-radius: 0; }#mU4TZObSaFKw2pA3z52GbxydDvqWoRFL::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mU4TZObSaFKw2pA3z52GbxydDvqWoRFL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mU4TZObSaFKw2pA3z52GbxydDvqWoRFL > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:block; }#OPAbnHdTRquqa0kX7gXMBx2KNsapalyi { color:rgba(var(--color-tertiary-3),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:8.5625rem;left:43.75rem;height:2.9746125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fTSuBslcWtpzeIGKILxv4blRUshw2ZZT { color:rgba(var(--color-tertiary-1),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:15.3125rem;left:43.75rem;height:4.72265625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zOfCpxTtypclTOt0yOBqRikJpokytmqP { color:rgba(var(--color-tertiary-1),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:11.5625rem;left:43.75rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nJ7qPV7i8EiMfPDpFEeO8NO6p4IA4PmO { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.1875rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:24.0625rem;left:43.75rem;display:block; }
#aqTh5SMLcFO4dPaZgKCEw1yChpoHUQoH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gkTi8LF5Q4wwV2izuGbUgQbepLzNN7nR { 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:29.125rem;width:20.625rem;top:3.3984375rem;left:7.375rem;overflow:hidden;display:block; }
#bPm2wvlQL9umoBb1kUxWVDiByntEze6w { box-sizing:content-box;height:26.8125rem;width:27.125rem;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:15003;background-color:rgba(var(--color-primary-2),0.71);background-image:none;top:6.8671875rem;left:4rem;border-top:0;border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);box-shadow: 0rem 0rem 2.5rem rgba(var(--color-secondary-2),0.4) ;display:block; }
#BbnzNxUztsW5a6IxxWWaJGc2oUtdUgTr { box-sizing:content-box;height:2.125rem;width:10rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8rem;left:19rem;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;display:block; }
#tT4GD3a16Edt5rC0taxi1niciUeLJdQK { color:rgba(var(--color-tertiary-3),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:8.625rem;left:19.125rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qpsnriTGy3OLZraqb4hOtgDHS5PIr577 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8bcfd168-5075-4058-af2e-db6de670de42/bg22222.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qpsnriTGy3OLZraqb4hOtgDHS5PIr577.adaptive-delivery-prevent-bg, #qpsnriTGy3OLZraqb4hOtgDHS5PIr577.lazyload, #qpsnriTGy3OLZraqb4hOtgDHS5PIr577.lazyloading { background-image: none; }#qpsnriTGy3OLZraqb4hOtgDHS5PIr577 > .row .container { background-color: transparent; background-image: none; }#qpsnriTGy3OLZraqb4hOtgDHS5PIr577::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.7); }#qpsnriTGy3OLZraqb4hOtgDHS5PIr577 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qpsnriTGy3OLZraqb4hOtgDHS5PIr577 > .row .container > .video-iframe-container { display: none; }#qpsnriTGy3OLZraqb4hOtgDHS5PIr577 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.7); }#qpsnriTGy3OLZraqb4hOtgDHS5PIr577 > .row > .video-iframe-container { display: none; }#qpsnriTGy3OLZraqb4hOtgDHS5PIr577 > .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); }#qpsnriTGy3OLZraqb4hOtgDHS5PIr577 > .row .container { border-width: 0; border-radius: 0; }#qpsnriTGy3OLZraqb4hOtgDHS5PIr577::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qpsnriTGy3OLZraqb4hOtgDHS5PIr577 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qpsnriTGy3OLZraqb4hOtgDHS5PIr577 > .row .container { font-size:0.875rem;font-family:arial;height:38.4375rem;width:75rem;position:relative;display:block; }#WMRRIBJqigXCUnqubxLGWcpPc29UZ9UO { color:rgba(var(--color-tertiary-3),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:10.125rem;left:6.25rem;height:2.9746125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mtybJLsdFHPVidm4JgRTIxeWyyoG3ztX { color:rgba(var(--color-tertiary-1),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:16.875rem;left:6.25rem;height:4.72265625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FbxdBr8f92ggLmlWs1AL7rCSIyAUbqcm { color:rgba(var(--color-tertiary-1),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:13.125rem;left:6.25rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ba5HXZTr6BZ9GeIvBE4XpsI6Va7xsdE1 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.1875rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:25.625rem;left:6.25rem;display:block; }
#N3nzMvptvmMCSma3P9mFWEq7N4q7Tn4A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kQ1LrTvUVGQbw7A42OUR735ehckd9Iw7 { 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:31.1875rem;width:21.4375rem;top:0.6875rem;left:46.25rem;overflow:hidden;display:block; }
#W6c7ae5koTGmus4at9J6LNIG8lVbQ6UA { box-sizing:content-box;height:26.8125rem;width:27.125rem;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:15003;background-color:rgba(var(--color-primary-2),0.71);background-image:none;top:6.4921875rem;left:42.5625rem;border-top:0;border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);box-shadow: 0rem 0rem 2.5rem rgba(var(--color-secondary-2),0.4) ;display:block; }
#EyKi9aDndDVeTErxg0KhFQNs3SKOTyHO { box-sizing:content-box;height:2.125rem;width:10rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.9375rem;left:43.25rem;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;display:block; }
#Sa6Gu8QPZHAgMFvkkVMPCyAv1nfEByQ7 { color:rgba(var(--color-tertiary-3),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:9.5625rem;left:43.375rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NBSTbVe2ltGtCVRhxD0Tpa9GCg1MS73c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8bcfd168-5075-4058-af2e-db6de670de42/bg22222.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NBSTbVe2ltGtCVRhxD0Tpa9GCg1MS73c.adaptive-delivery-prevent-bg, #NBSTbVe2ltGtCVRhxD0Tpa9GCg1MS73c.lazyload, #NBSTbVe2ltGtCVRhxD0Tpa9GCg1MS73c.lazyloading { background-image: none; }#NBSTbVe2ltGtCVRhxD0Tpa9GCg1MS73c > .row .container { background-color: transparent; background-image: none; }#NBSTbVe2ltGtCVRhxD0Tpa9GCg1MS73c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.7); }#NBSTbVe2ltGtCVRhxD0Tpa9GCg1MS73c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NBSTbVe2ltGtCVRhxD0Tpa9GCg1MS73c > .row .container > .video-iframe-container { display: none; }#NBSTbVe2ltGtCVRhxD0Tpa9GCg1MS73c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.7); }#NBSTbVe2ltGtCVRhxD0Tpa9GCg1MS73c > .row > .video-iframe-container { display: none; }#NBSTbVe2ltGtCVRhxD0Tpa9GCg1MS73c > .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); }#NBSTbVe2ltGtCVRhxD0Tpa9GCg1MS73c > .row .container { border-width: 0; border-radius: 0; }#NBSTbVe2ltGtCVRhxD0Tpa9GCg1MS73c::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NBSTbVe2ltGtCVRhxD0Tpa9GCg1MS73c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NBSTbVe2ltGtCVRhxD0Tpa9GCg1MS73c > .row .container { font-size:0.875rem;font-family:arial;height:37.875rem;width:75rem;position:relative;display:block; }#Xz62dWWc0zhwP6w06sWh8dOzTyTnN8fh { box-sizing:content-box;height:13.5625rem;width:13.75rem;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:15004;background-color:rgba(var(--color-primary-2),0.71);background-image:none;top:4.75rem;left:5.5rem;border-top:0;border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0;box-shadow: 0rem 0rem 2.5rem rgba(var(--color-secondary-2),0.4) ;display:block; }
#RBggxMeuM8a4nH4NT7bBaVm0nrdTeVxN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.0625rem;width:7.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:8.5625rem;left:8.9375rem; }
#VHbZXcEy19tHeX6Q2LhX0h8TeuT95MBh { color:rgba(var(--color-tertiary-1),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:20.4990234375rem;left:3.75rem;height:4.548825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OcwXeQm95dmk0x6FyoTXzAGTaz7QWlRx { color:rgba(var(--color-tertiary-1),0.8);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:26.4375rem;left:3.75rem;height:5.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DC5VgzOr8upzeQEftck4StcfhOaElE33 { color:rgba(var(--color-tertiary-1),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:20.5rem;left:28.75rem;height:4.548825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W3JvW14o5EynPfsUKabuKTLrSnMXgStB { color:rgba(var(--color-tertiary-1),0.8);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:26.4375rem;left:28.75rem;height:5.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Pe3aAR7KAVEi0IyrdgFdoQmfEoMmDVPD { box-sizing:content-box;height:13.5625rem;width:13.75rem;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:15008;background-color:rgba(var(--color-primary-2),0.71);background-image:none;top:4.75rem;left:30.5rem;border-top:0;border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0;box-shadow: 0rem 0rem 2.5rem rgba(var(--color-secondary-2),0.4) ;display:block; }
#ThMcaW3JJsHmdLWRGv4hTtnSbSC19tVH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.0625rem;width:7.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:8.5625rem;left:33.9375rem; }
#RAB55x1epk9PB86AOBlbRk7Vzp1ZlMaT { color:rgba(var(--color-tertiary-1),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:20.5rem;left:53.75rem;height:4.548825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cqkDTJisZuLdrkWinvTNBFXtT7bJQ5yt { color:rgba(var(--color-tertiary-1),0.8);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:26.4375rem;left:53.75rem;height:5.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VxBWkLdXunApw6DJlCkqgfUXZD81d80D { box-sizing:content-box;height:13.5625rem;width:13.75rem;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:15012;background-color:rgba(var(--color-primary-2),0.71);background-image:none;top:4.75rem;left:55.5rem;border-top:0;border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0;box-shadow: 0rem 0rem 2.5rem rgba(var(--color-secondary-2),0.4) ;display:block; }
#HdzvK7LVrEJfdryw0BHEqpXVpraVzHcE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.0625rem;width:7.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:8.5625rem;left:58.9375rem; }
#eHnAeTowl9szQLcVelJU041yvJx1m9A7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0));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; }#eHnAeTowl9szQLcVelJU041yvJx1m9A7 > .row .container { background-color: transparent; background-image: none; }#eHnAeTowl9szQLcVelJU041yvJx1m9A7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eHnAeTowl9szQLcVelJU041yvJx1m9A7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eHnAeTowl9szQLcVelJU041yvJx1m9A7 > .row .container > .video-iframe-container { display: none; }#eHnAeTowl9szQLcVelJU041yvJx1m9A7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eHnAeTowl9szQLcVelJU041yvJx1m9A7 > .row > .video-iframe-container { display: none; }#eHnAeTowl9szQLcVelJU041yvJx1m9A7 > .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); }#eHnAeTowl9szQLcVelJU041yvJx1m9A7 > .row .container { border-width: 0; border-radius: 0; }#eHnAeTowl9szQLcVelJU041yvJx1m9A7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eHnAeTowl9szQLcVelJU041yvJx1m9A7 > .row .container { font-size:0.875rem;font-family:arial;height:11.5rem;width:75rem;position:relative;display:block; }#WhrB2ItPRWKgx4NMqdMXoVuSLn5WHEiT { position:relative;display:block; }#WhrB2ItPRWKgx4NMqdMXoVuSLn5WHEiT { background-color: transparent; background-image: none; }#WhrB2ItPRWKgx4NMqdMXoVuSLn5WHEiT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WhrB2ItPRWKgx4NMqdMXoVuSLn5WHEiT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WhrB2ItPRWKgx4NMqdMXoVuSLn5WHEiT > .row .container > .video-iframe-container { display: none; }#WhrB2ItPRWKgx4NMqdMXoVuSLn5WHEiT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WhrB2ItPRWKgx4NMqdMXoVuSLn5WHEiT > .row > .video-iframe-container { display: none; }#WhrB2ItPRWKgx4NMqdMXoVuSLn5WHEiT > .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); }#WhrB2ItPRWKgx4NMqdMXoVuSLn5WHEiT { border-width: 0; border-radius: 0; }#WhrB2ItPRWKgx4NMqdMXoVuSLn5WHEiT > .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; }#WhrB2ItPRWKgx4NMqdMXoVuSLn5WHEiT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:40.375rem;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; }#x6oAHCaSdH5mf96PQPb7rATuVRxGdS9D { color:rgba(var(--color-tertiary-3),1);display:block;width:32.625rem;position:absolute;font-family:"star wars";font-size:5rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:8.1875rem;left:1.1875rem;height:5rem;text-align:left;text-align-last:left;display:block; }
#bIlFqTT8PmMWIOz554hvU2D2dPaAd1Ib { color:rgba(var(--color-tertiary-1),1);display:block;width:28rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:20.0625rem;left:1.1875rem;height:5.19921875rem;font-style:normal;display:block; }
#bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 .widget-form-header {  }
#bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-1),1);width:27.875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;line-height:1.4;overflow:hidden; }
#bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 .widget-input-text { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:rgba(var(--color-primary-2),0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-secondary-0),0.3);border-left:0.0625rem solid rgba(var(--color-secondary-0),0.3);border-right:0.0625rem solid rgba(var(--color-secondary-0),0.3);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),0.3);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:27.875rem;box-sizing:border-box;height:3.125rem;color:rgba(var(--color-secondary-0),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 .widget-textarea { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:rgba(var(--color-primary-2),0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-secondary-0),0.3);border-left:0.0625rem solid rgba(var(--color-secondary-0),0.3);border-right:0.0625rem solid rgba(var(--color-secondary-0),0.3);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),0.3);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:27.875rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-secondary-0),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 .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:27.875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:rgba(var(--color-tertiary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:11.75rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-primary-2),1);width:16.6875rem;height:3.75rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-1),0.6);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-1),0.6);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-1),0.6);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-1),0.6);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-1),1);vertical-align:top;width:26.5rem;overflow:hidden;font-style:normal; }
#bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 .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; }
#bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 .widget-container:first-of-type{padding-top:0;}#bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 .widget-container:last-of-type{padding-bottom:0;}#bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.9306640625rem;left:40.5625rem; }
#bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.875rem; }
#bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 {display:block;}#bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.1806640625rem;left:40.5625rem; }
#bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 #ngbTcA5siVCKPSo4gOWTlk1bCcHxC9i0 { position:relative; }
#bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 #ikzmkSWePO4BCa0Z8IF9zd2LL4TqoaTg { position:relative;display:block; }
#bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 #q0HR74XpJZTk8JaiHk8g34vUTTFkg8dF { position:relative; }
#bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 #aEsLdDRSJpwTMmocFpUUtgei65TPFNem { position:relative; }
#bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 #LOoE2nbmPQv5xnuVrt8rV1XUhiEn2VF4 { position:relative;display:block; }
#bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 #ioL6IlpPgKhPOGS0VKG28Iq2kuTCSvzb { position:relative; }
#bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 #Wcf7TpsKP7AAeS5XVT4qTVW1OFVtCv4I { position:relative; }
#bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 #maEJ9lxnGThzq8TrQQdiq1nbkTfwJmqq { position:relative;z-index:2; }
#bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 #VgfZTU2ffisVBhTInDWr1deSlDsGOABO { position:relative; }
#bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 #OPfVmUf8WwllyywNtk2SqXSRnL4JtPD9 { position:relative; }
#bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 #NaMyyKNPgHI1Olks32FnsaH40Z52No6v { position:relative; }
#kLnE0zKz6q0EdBBQMUdWQtTdD59Mtp0L { box-sizing:content-box;height:22.8125rem;width:35.3125rem;position:absolute;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4.375rem;left:37.71875rem;border-top:0;border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0;box-shadow: 0rem 0rem 2.5rem rgba(var(--color-secondary-2),0.4) ;display:block; }
#TRN7KMIBALinFq5VpGDlgIdJfHoDbnhF { box-sizing:content-box;height:0.1875rem;width:18.75rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-0),0));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-0),0));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-0),0));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-0),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-0),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-0),0)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-0),0));background-size:auto !important;top:16.0361328125rem;left:15.125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #iTWTnOvFdInknOvuzKuVpOf9VfQ0ktXf { display:block; }#iTWTnOvFdInknOvuzKuVpOf9VfQ0ktXf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l0xMzowyQ7VFbL2wUmdWPfwxR64QuAGn { width:9.6875rem;height:3.125rem;top:20.8125rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8abNt4f8SJEwlHBEABO8qQGDKWqmCA1 { display:block; }
 }@media only screen and (max-width: 763px) { #BaZaCt4iZ1Q4DQdggkZTRIwTkS3egnn5 { top:1.5625rem;left:0rem;width:31.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbaMpsBbXF6XDsdhKx5PESoQNW9P4p5u { top:3.5625rem;left:0rem;width:31.75rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmaTOZ6LJIXopHzNK4T9ugKWGrex30wl { display:block; }#OmaTOZ6LJIXopHzNK4T9ugKWGrex30wl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hf7LTXnWv9aeKiVoxUGZDhTQMgyr8stu { display:block; }#Hf7LTXnWv9aeKiVoxUGZDhTQMgyr8stu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S8ctz0WfXwizJP8ahaWqLTovk5uFqGMP { width:9.6875rem;height:3.125rem;top:20.8125rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx1xxwIEQxFQQi5dLzSAKi8FEd4TFoaK { display:block; }
 }@media only screen and (max-width: 763px) { #wfWiw3ta5WnchNg6Id3FMXFbTf3en4rU { top:1.5625rem;left:0rem;width:31.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8INJ9r5FOLB560wo9aUthfMvfRPZ4Ex { top:3.5625rem;left:0rem;width:31.75rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pWEo7ulrNfF0eKGKyR2nmuy9AJtcmtl2 { width:47.75rem;height:7.5rem;top:15.1875rem;left:0rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJL0Xs5DlpHOF3PFzD8eJKTz094xJFdZ { width:43.125rem;height:5rem;top:23.8125rem;left:2.625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFsmMWbgi7gemiWqs74ckVUAcQmMKF78 { width:47.75rem;height:2.0625rem;top:31.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgRqc85RuyntWkdTRxVK1Thn4cr3EalH { width:18.75rem;height:0.1875rem;top:25.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzGZBgTk2PBG92NAvlR5l3IVE1tgGMFw { width:18.75rem;height:0.1875rem;top:25.0625rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZK4D0nka1CebeDTyhHKreoIHN8xIA4q { width:17.5rem;height:3.75rem;top:37.75rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQbiOWhe7pEVfvdGHGaMZT9IZUlH7ptb { display:block; }
 }@media only screen and (max-width: 763px) { #IwTpz0G9vW1FHKanWeumDERTAZI4XHNl { width:1.8125rem;height:1.8125rem;top:5.1875rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTGRVsFv7M8MmySbE69kxwoiNE8leTdO { width:7.75rem;height:1.25rem;top:5.5625rem;left:21.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9hRu2ATpWcimFV5sgKgwc2vc4a6bnHg { display:block; }#K9hRu2ATpWcimFV5sgKgwc2vc4a6bnHg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mU4TZObSaFKw2pA3z52GbxydDvqWoRFL { display:block; }#mU4TZObSaFKw2pA3z52GbxydDvqWoRFL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OPAbnHdTRquqa0kX7gXMBx2KNsapalyi { width:25rem;height:2.9375rem;top:8.5625rem;left:22.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTSuBslcWtpzeIGKILxv4blRUshw2ZZT { width:25rem;height:6.25rem;top:15.3125rem;left:22.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOfCpxTtypclTOt0yOBqRikJpokytmqP { width:25rem;height:2.0625rem;top:11.5625rem;left:22.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJ7qPV7i8EiMfPDpFEeO8NO6p4IA4PmO { width:11.1875rem;height:3.125rem;top:24.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqTh5SMLcFO4dPaZgKCEw1yChpoHUQoH { display:block; }
 }@media only screen and (max-width: 763px) { #gkTi8LF5Q4wwV2izuGbUgQbepLzNN7nR { width:20.625rem;height:29.125rem;top:3.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPm2wvlQL9umoBb1kUxWVDiByntEze6w { width:27.125rem;height:26.8125rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbnzNxUztsW5a6IxxWWaJGc2oUtdUgTr { width:10rem;height:2.125rem;top:8rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT4GD3a16Edt5rC0taxi1niciUeLJdQK { width:9.8125rem;height:1.125rem;top:8.625rem;left:12.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpsnriTGy3OLZraqb4hOtgDHS5PIr577 { display:block; }#qpsnriTGy3OLZraqb4hOtgDHS5PIr577 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WMRRIBJqigXCUnqubxLGWcpPc29UZ9UO { width:25rem;height:2.9375rem;top:10.125rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtybJLsdFHPVidm4JgRTIxeWyyoG3ztX { width:25rem;height:6.25rem;top:16.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbxdBr8f92ggLmlWs1AL7rCSIyAUbqcm { width:25rem;height:2.0625rem;top:13.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ba5HXZTr6BZ9GeIvBE4XpsI6Va7xsdE1 { width:11.1875rem;height:3.125rem;top:25.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3nzMvptvmMCSma3P9mFWEq7N4q7Tn4A { display:block; }
 }@media only screen and (max-width: 763px) { #kQ1LrTvUVGQbw7A42OUR735ehckd9Iw7 { width:21.4375rem;height:31.1875rem;top:0.6875rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6c7ae5koTGmus4at9J6LNIG8lVbQ6UA { width:27.125rem;height:26.8125rem;top:6.4375rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyKi9aDndDVeTErxg0KhFQNs3SKOTyHO { width:10rem;height:2.125rem;top:8.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sa6Gu8QPZHAgMFvkkVMPCyAv1nfEByQ7 { width:9.8125rem;height:1.125rem;top:9.5625rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBSTbVe2ltGtCVRhxD0Tpa9GCg1MS73c { display:block; }#NBSTbVe2ltGtCVRhxD0Tpa9GCg1MS73c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xz62dWWc0zhwP6w06sWh8dOzTyTnN8fh { width:13.75rem;height:13.5625rem;top:4.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBggxMeuM8a4nH4NT7bBaVm0nrdTeVxN { width:7.1875rem;height:6.0625rem;top:8.5625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHbZXcEy19tHeX6Q2LhX0h8TeuT95MBh { width:17.5rem;height:4.5rem;top:20.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcwXeQm95dmk0x6FyoTXzAGTaz7QWlRx { width:17.5rem;height:5.5625rem;top:26.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DC5VgzOr8upzeQEftck4StcfhOaElE33 { width:17.5rem;height:4.5rem;top:20.5rem;left:14.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3JvW14o5EynPfsUKabuKTLrSnMXgStB { width:17.5rem;height:5.5625rem;top:26.4375rem;left:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pe3aAR7KAVEi0IyrdgFdoQmfEoMmDVPD { width:13.75rem;height:13.5625rem;top:4.75rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThMcaW3JJsHmdLWRGv4hTtnSbSC19tVH { width:7.1875rem;height:6.0625rem;top:8.5625rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAB55x1epk9PB86AOBlbRk7Vzp1ZlMaT { width:17.5rem;height:4.5rem;top:20.5rem;left:30.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqkDTJisZuLdrkWinvTNBFXtT7bJQ5yt { width:17.5rem;height:5.5625rem;top:26.4375rem;left:30.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxBWkLdXunApw6DJlCkqgfUXZD81d80D { width:13.75rem;height:13.5625rem;top:4.75rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdzvK7LVrEJfdryw0BHEqpXVpraVzHcE { width:7.1875rem;height:6.0625rem;top:8.5625rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHnAeTowl9szQLcVelJU041yvJx1m9A7 { display:block; }#eHnAeTowl9szQLcVelJU041yvJx1m9A7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WhrB2ItPRWKgx4NMqdMXoVuSLn5WHEiT { display:block; }#WhrB2ItPRWKgx4NMqdMXoVuSLn5WHEiT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x6oAHCaSdH5mf96PQPb7rATuVRxGdS9D { width:32.625rem;height:10rem;top:8.1875rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIlFqTT8PmMWIOz554hvU2D2dPaAd1Ib { width:28rem;height:5.1875rem;top:20.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 .widget-regular-label { width:27.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 .widget-input-text { width:27.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 .widget-textarea { width:27.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 .widget-input-select { width:27.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 .widget-input-button { width:27.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 .widget-checkbox-label { width:26.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6  { width:27.875rem;height:auto;top:4.875rem;left:17.125rem; }
#bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 .radio-container { width:27.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 {display:block;}#bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 { width:27.875rem;height:auto;top:6.125rem;left:17.375rem; }
 }@media only screen and (max-width: 763px) { #bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 #ngbTcA5siVCKPSo4gOWTlk1bCcHxC9i0 {  }
 }@media only screen and (max-width: 763px) { #bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 #ikzmkSWePO4BCa0Z8IF9zd2LL4TqoaTg {  }
 }@media only screen and (max-width: 763px) { #bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 #q0HR74XpJZTk8JaiHk8g34vUTTFkg8dF {  }
 }@media only screen and (max-width: 763px) { #bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 #aEsLdDRSJpwTMmocFpUUtgei65TPFNem {  }
 }@media only screen and (max-width: 763px) { #bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 #LOoE2nbmPQv5xnuVrt8rV1XUhiEn2VF4 {  }
 }@media only screen and (max-width: 763px) { #bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 #ioL6IlpPgKhPOGS0VKG28Iq2kuTCSvzb {  }
 }@media only screen and (max-width: 763px) { #bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 #Wcf7TpsKP7AAeS5XVT4qTVW1OFVtCv4I {  }
 }@media only screen and (max-width: 763px) { #bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 #maEJ9lxnGThzq8TrQQdiq1nbkTfwJmqq {  }
 }@media only screen and (max-width: 763px) { #bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 #VgfZTU2ffisVBhTInDWr1deSlDsGOABO {  }
 }@media only screen and (max-width: 763px) { #bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 #OPfVmUf8WwllyywNtk2SqXSRnL4JtPD9 {  }
 }@media only screen and (max-width: 763px) { #bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 #NaMyyKNPgHI1Olks32FnsaH40Z52No6v {  }
 }@media only screen and (max-width: 763px) { #kLnE0zKz6q0EdBBQMUdWQtTdD59Mtp0L { width:35.3125rem;height:22.8125rem;top:4.375rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRN7KMIBALinFq5VpGDlgIdJfHoDbnhF { width:18.75rem;height:0.1875rem;top:16rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #iTWTnOvFdInknOvuzKuVpOf9VfQ0ktXf { position:relative;z-index:auto;display:block; }#iTWTnOvFdInknOvuzKuVpOf9VfQ0ktXf > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l0xMzowyQ7VFbL2wUmdWPfwxR64QuAGn { width:9.6875rem;height:3.125rem;top:8.1484375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8abNt4f8SJEwlHBEABO8qQGDKWqmCA1 { display:block; }
 }@media only screen and (max-width: 763px) { #BaZaCt4iZ1Q4DQdggkZTRIwTkS3egnn5 { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CbaMpsBbXF6XDsdhKx5PESoQNW9P4p5u { width:20rem;height:2.3994125rem;top:4.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OmaTOZ6LJIXopHzNK4T9ugKWGrex30wl { display:block; }#OmaTOZ6LJIXopHzNK4T9ugKWGrex30wl > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hf7LTXnWv9aeKiVoxUGZDhTQMgyr8stu { position:relative;z-index:auto;display:block; }#Hf7LTXnWv9aeKiVoxUGZDhTQMgyr8stu > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S8ctz0WfXwizJP8ahaWqLTovk5uFqGMP { width:9.6875rem;height:3.125rem;top:8.1484375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx1xxwIEQxFQQi5dLzSAKi8FEd4TFoaK { display:block; }
 }@media only screen and (max-width: 763px) { #wfWiw3ta5WnchNg6Id3FMXFbTf3en4rU { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B8INJ9r5FOLB560wo9aUthfMvfRPZ4Ex { width:20rem;height:2.3994125rem;top:4.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pWEo7ulrNfF0eKGKyR2nmuy9AJtcmtl2 { width:20rem;height:10rem;top:8.375rem;left:0rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJL0Xs5DlpHOF3PFzD8eJKTz094xJFdZ { width:15.5rem;height:6rem;top:19.0625rem;left:2.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFsmMWbgi7gemiWqs74ckVUAcQmMKF78 { width:20rem;height:3.1484375rem;top:26.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgRqc85RuyntWkdTRxVK1Thn4cr3EalH { width:1.875rem;height:0.1875rem;top:22rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzGZBgTk2PBG92NAvlR5l3IVE1tgGMFw { width:1.875rem;height:0.1875rem;top:22rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZK4D0nka1CebeDTyhHKreoIHN8xIA4q { width:17.5rem;height:3.75rem;top:31.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQbiOWhe7pEVfvdGHGaMZT9IZUlH7ptb { display:block; }
 }@media only screen and (max-width: 763px) { #IwTpz0G9vW1FHKanWeumDERTAZI4XHNl { display:flex;width:1.8125rem;height:1.8125rem;top:4.125rem;left:4.5rem; }
 }@media only screen and (max-width: 763px) { #iTGRVsFv7M8MmySbE69kxwoiNE8leTdO { width:8.75rem;height:1.29980625rem;top:4.375rem;left:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9hRu2ATpWcimFV5sgKgwc2vc4a6bnHg { display:block; }#K9hRu2ATpWcimFV5sgKgwc2vc4a6bnHg > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mU4TZObSaFKw2pA3z52GbxydDvqWoRFL { display:block; }#mU4TZObSaFKw2pA3z52GbxydDvqWoRFL > .row .container { width:20rem;height:47.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OPAbnHdTRquqa0kX7gXMBx2KNsapalyi { width:20rem;height:2.79980625rem;top:25.3046875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fTSuBslcWtpzeIGKILxv4blRUshw2ZZT { width:20rem;height:6.296875rem;top:31.7666015625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zOfCpxTtypclTOt0yOBqRikJpokytmqP { width:20rem;height:2.0996125rem;top:28.1044921875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nJ7qPV7i8EiMfPDpFEeO8NO6p4IA4PmO { width:11.1875rem;height:3.125rem;top:39.3759765625rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqTh5SMLcFO4dPaZgKCEw1yChpoHUQoH { display:block; }
 }@media only screen and (max-width: 763px) { #gkTi8LF5Q4wwV2izuGbUgQbepLzNN7nR { width:14.375rem;height:20.3125rem;top:2.21875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPm2wvlQL9umoBb1kUxWVDiByntEze6w { width:18.75rem;height:18.75rem;top:4.53125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbnzNxUztsW5a6IxxWWaJGc2oUtdUgTr { width:10rem;height:2.125rem;top:5.375rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT4GD3a16Edt5rC0taxi1niciUeLJdQK { width:9.8125rem;height:1.13671875rem;top:6rem;left:9rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpsnriTGy3OLZraqb4hOtgDHS5PIr577 { display:block; }#qpsnriTGy3OLZraqb4hOtgDHS5PIr577 > .row .container { width:20rem;height:47.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WMRRIBJqigXCUnqubxLGWcpPc29UZ9UO { width:20rem;height:2.79980625rem;top:25.3046875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mtybJLsdFHPVidm4JgRTIxeWyyoG3ztX { width:20rem;height:6.296875rem;top:31.7666015625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FbxdBr8f92ggLmlWs1AL7rCSIyAUbqcm { width:20rem;height:2.0996125rem;top:28.1044921875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ba5HXZTr6BZ9GeIvBE4XpsI6Va7xsdE1 { width:11.1875rem;height:3.125rem;top:39.3759765625rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3nzMvptvmMCSma3P9mFWEq7N4q7Tn4A { display:block; }
 }@media only screen and (max-width: 763px) { #kQ1LrTvUVGQbw7A42OUR735ehckd9Iw7 { width:14rem;height:20.3125rem;top:2.21875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6c7ae5koTGmus4at9J6LNIG8lVbQ6UA { width:18.75rem;height:18.75rem;top:4.53125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyKi9aDndDVeTErxg0KhFQNs3SKOTyHO { width:10rem;height:2.125rem;top:6.4375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sa6Gu8QPZHAgMFvkkVMPCyAv1nfEByQ7 { width:9.8125rem;height:1.13671875rem;top:7.0625rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBSTbVe2ltGtCVRhxD0Tpa9GCg1MS73c { display:block; }#NBSTbVe2ltGtCVRhxD0Tpa9GCg1MS73c > .row .container { width:20rem;height:83.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xz62dWWc0zhwP6w06sWh8dOzTyTnN8fh { width:13.75rem;height:13.5625rem;top:1.25rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBggxMeuM8a4nH4NT7bBaVm0nrdTeVxN { display:flex;width:7.1875rem;height:6.0625rem;top:5.0625rem;left:6.4375rem; }
 }@media only screen and (max-width: 763px) { #VHbZXcEy19tHeX6Q2LhX0h8TeuT95MBh { width:17.5rem;height:4.548825rem;top:16.0625rem;left:1.25rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OcwXeQm95dmk0x6FyoTXzAGTaz7QWlRx { width:17.5rem;height:5.59765625rem;top:21.86035rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DC5VgzOr8upzeQEftck4StcfhOaElE33 { width:17.5rem;height:4.548825rem;top:43.52050625rem;left:1.25rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W3JvW14o5EynPfsUKabuKTLrSnMXgStB { width:17.5rem;height:5.59765625rem;top:49.31835625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pe3aAR7KAVEi0IyrdgFdoQmfEoMmDVPD { width:13.75rem;height:13.5625rem;top:28.70800625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThMcaW3JJsHmdLWRGv4hTtnSbSC19tVH { display:flex;width:7.1875rem;height:6.0625rem;top:32.52050625rem;left:6.4375rem; }
 }@media only screen and (max-width: 763px) { #RAB55x1epk9PB86AOBlbRk7Vzp1ZlMaT { width:17.5rem;height:4.548825rem;top:70.9785125rem;left:1.25rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cqkDTJisZuLdrkWinvTNBFXtT7bJQ5yt { width:17.5rem;height:5.59765625rem;top:76.7763625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VxBWkLdXunApw6DJlCkqgfUXZD81d80D { width:13.75rem;height:13.5625rem;top:56.1660125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdzvK7LVrEJfdryw0BHEqpXVpraVzHcE { display:flex;width:7.1875rem;height:6.0625rem;top:59.9785125rem;left:6.4375rem; }
 }@media only screen and (max-width: 763px) { #eHnAeTowl9szQLcVelJU041yvJx1m9A7 { display:block; }#eHnAeTowl9szQLcVelJU041yvJx1m9A7 > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WhrB2ItPRWKgx4NMqdMXoVuSLn5WHEiT { display:block; }#WhrB2ItPRWKgx4NMqdMXoVuSLn5WHEiT > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x6oAHCaSdH5mf96PQPb7rATuVRxGdS9D { width:20rem;height:5.375rem;top:1.25rem;left:0rem;font-size:2.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bIlFqTT8PmMWIOz554hvU2D2dPaAd1Ib { width:20rem;height:3.57421875rem;top:9.3125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6  { width:17.5rem;height:auto;top:16.875rem;left:0rem; }
#bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 {display:block;}#bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 { width:17.5rem;height:auto;top:16.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 #ngbTcA5siVCKPSo4gOWTlk1bCcHxC9i0 {  }
 }@media only screen and (max-width: 763px) { #bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 #ikzmkSWePO4BCa0Z8IF9zd2LL4TqoaTg {  }
 }@media only screen and (max-width: 763px) { #bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 #q0HR74XpJZTk8JaiHk8g34vUTTFkg8dF {  }
 }@media only screen and (max-width: 763px) { #bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 #aEsLdDRSJpwTMmocFpUUtgei65TPFNem {  }
 }@media only screen and (max-width: 763px) { #bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 #LOoE2nbmPQv5xnuVrt8rV1XUhiEn2VF4 {  }
 }@media only screen and (max-width: 763px) { #bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 #ioL6IlpPgKhPOGS0VKG28Iq2kuTCSvzb {  }
 }@media only screen and (max-width: 763px) { #bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 #Wcf7TpsKP7AAeS5XVT4qTVW1OFVtCv4I {  }
 }@media only screen and (max-width: 763px) { #bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 #maEJ9lxnGThzq8TrQQdiq1nbkTfwJmqq {  }
 }@media only screen and (max-width: 763px) { #bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 #VgfZTU2ffisVBhTInDWr1deSlDsGOABO {  }
 }@media only screen and (max-width: 763px) { #bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 #OPfVmUf8WwllyywNtk2SqXSRnL4JtPD9 {  }
 }@media only screen and (max-width: 763px) { #bu4f7aL3d2gThkUfTVPgyk4LoJGPixu6 #NaMyyKNPgHI1Olks32FnsaH40Z52No6v {  }
 }@media only screen and (max-width: 763px) { #kLnE0zKz6q0EdBBQMUdWQtTdD59Mtp0L { width:19.75rem;height:22.8125rem;top:15.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRN7KMIBALinFq5VpGDlgIdJfHoDbnhF { width:18.75rem;height:0.1875rem;top:7.8125rem;left:0.625rem;display:block; }
 }