.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:233,219,247;--color-primary-1:181,136,229;--color-primary-2:106,17,203;--color-primary-3:53,9,102;--color-primary-4:16,3,30;--color-secondary-0:217,218,222;--color-secondary-1:129,130,145;--color-secondary-2:3,5,34;--color-secondary-3:2,3,17;--color-secondary-4:0,1,5;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;position:relative;display:block; }
#fH6gCk16qWQq6a8ftohyvnLcE81BDE24::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fH6gCk16qWQq6a8ftohyvnLcE81BDE24 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fH6gCk16qWQq6a8ftohyvnLcE81BDE24 > .row > .video-iframe-container { display: none; }#fH6gCk16qWQq6a8ftohyvnLcE81BDE24 > .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); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR { background-color:rgba(var(--color-primary-2),0);background-image:url("https://images.assets-landingi.com/uc/df9c39ef-8738-491e-ab51-ecbf9d9ad4ca/11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR.adaptive-delivery-prevent-bg, #trSooUb15pwW13PRdSwT9HXXDRpIvmUR.lazyload, #trSooUb15pwW13PRdSwT9HXXDRpIvmUR.lazyloading { background-image: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container { background-color: transparent; background-image: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container > .video-iframe-container { display: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row > .video-iframe-container { display: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .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); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container { border-width: 0; border-radius: 0; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container { width:60rem;height:63.625rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#NRu9Ktv0VVFPbfT5R02tPVEQKboiPnE5 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:7.53125rem;left:0rem;height:7.474625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pxWcsXTfOtK93dfqZIcwLsRHBy4OH44J { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.21) ;height:11.6875rem;width:20.9375rem;top:27rem;left:2.4375rem;display:block; }
#f1THs0ldra2m0BIMnsITddUOU3dW2nmW { color:rgba(var(--color-tertiary-1),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:16.375rem;left:0rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a838dNgfTF4kGlZNWThDv6XrEV5rfblb { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:29.3125rem;left:36.375rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae .widget-form-header { font-size:0.875rem; }
#g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae .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-4),1);width:16.875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-tertiary-0),1);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-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);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:16.875rem;box-sizing:border-box;height:2.625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;font-weight:300;font-style:normal; }
#g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae .widget-input-text {padding-top: 0; padding-bottom: 0;}#g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-tertiary-0),1);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-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);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:16.875rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;font-weight:300;font-style:normal; }
#g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae .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:rgba(var(--color-tertiary-0),1);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-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);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:16.875rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae .widget-input-select {padding-top: 0; padding-bottom: 0;}#g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#f2f9ff;width:16.875rem;height:3.5625rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0.625rem 0.625rem 1.25rem rgba(var(--color-tertiary-4),0.5) ; }
#g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),0.77);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),0.77);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),0.77);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),0.77);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae .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.8;font-size:0.625rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:15.625rem;overflow:hidden;font-style:normal;float:none; }
#g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae .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; }
#g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae .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;float:none; }
#g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae .widget-container:first-of-type{padding-top:0;}#g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae .widget-container:last-of-type{padding-bottom:0;}#g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:32.75rem;left:35.5625rem;font-size:0.875rem; }
#g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.875rem;display:block;vertical-align:top; }
#g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae .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; }
#g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae {display:block;}#g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:32.75rem;left:35.5625rem;font-size:0.875rem; }
#g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae #pJBhu9nnQlChUoJTt93FTzd1XTK9JF6b { position:relative; }
#g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae #GzUS0rJ8BVHElfD0xZlaxPBXPFKJIvVe { position:relative;display:block; }
#g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae #ylHVtfm5NBnQyhEMWF5HBlnkC2NhxJsq { position:relative; }
#g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae #mrcXUN8zOO6eGhXV7iZDNIpUaAu3938h { position:relative; }
#g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae #ENUF1znivXKTlQbpkSomaGdT5CDoZKt5 { position:relative;display:block; }
#g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae #vIHUgo3w7godxWDr4TWRQpZLSXAyiV5J { position:relative; }
#g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae #MhpzHcFw8qu8Mlwa0oNmFhyoSeiGl5RQ { position:relative; }
#g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae #PAbbnSXqEMdJ6boCfyTAOaDz3EW73urT { position:relative;display:block; }
#g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae #v9wvw9nZ1V455lbT64ZqwSt8NGBaIHLn { position:relative; }
#g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae #oUs8GaKh57eCKJ5dlw9mhUqrWfnodVZu { position:relative; }
#g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae #PWMiq4ubpwwlymdpqf7MfIMPDnS0oqMc { position:relative; }
#g8kKodA7TFQSbPiFCdDq07ZApWcVTDTv { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.21) ;height:24.5625rem;width:20rem;top:28.125rem;left:35.25rem;display:block; }
#k8bFbVr7wJdrwTT0utGhB16RsNiPwETl { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;box-shadow: none;height:5.3125rem;width:20rem;top:22.875rem;left:35.25rem;display:block; }
#NDZh3KuPtggaF6RuX88RabrdLKPdVtfs { color:#ffffff;display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:23.375rem;left:35.3125rem;height:4.548825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UB8z9wSWGnxtxf0CKZXCUToV8NVM8cJB { color:rgba(var(--color-tertiary-0),1);display:block;width:19.75rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:27.5rem;left:3.375rem;height:8.125rem;display:block; }
#taGkR7W7ANcNdAVKFT0k8KQ0N0hnhTuW { color:#ffffff;display:block;width:12.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:58.8125rem;left:23.625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EwWp53cFMXDv8dgINZTHrg4aI6uJsgF8 { color:#ffffff;display:block;width:17rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:58.9375rem;left:36.5625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zhxSUkqgTVqHIN334T2udFGvQXHcTZgH { color:#ffffff;display:block;width:17.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:54.25rem;left:6.5rem;height:4.46875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#MK4wUK7MXUpbhVRoObiVspQq5rULDXBr { color:#ffffff;display:block;width:8.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:54.375rem;left:26rem;height:4.46875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#ql11hhyl8lhv0HOOffapC0wpXm7wRS4v { color:#ffffff;display:block;width:7.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:54.5rem;left:41.125rem;height:4.46875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#ODqSCXNDgg3rrv8GDDz1CWRKcsUvQS8T { color:#ffffff;display:block;width:13rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:58.6875rem;left:7.4375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cSHNkpxiUTofEPWKvaCB5066pndOBmGI { color:rgba(var(--color-tertiary-0),1);display:block;width:27.25rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:23.375rem;left:2.4375rem;height:2.03125rem;display:block; }
#ig4N5XhKdV7o1HQayqfFg43xgvwWNJSG { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:7.9375rem;top:0.1875rem;left:0rem;overflow:hidden;display:block; }
#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/92c57a00-b92f-4d17-b9cf-c835a460ba2d/22.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn.adaptive-delivery-prevent-bg, #NQ93NwnH49ituQxAA8TeAXU0PHG02ehn.lazyload, #NQ93NwnH49ituQxAA8TeAXU0PHG02ehn.lazyloading { background-image: none; }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn > .row .container { background-color: transparent; background-image: none; }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn > .row .container > .video-iframe-container { display: none; }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn > .row > .video-iframe-container { display: none; }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn > .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); }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn > .row .container { border-width: 0; border-radius: 0; }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn > .row > .video-iframe-container { border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:56.25rem;width:60rem;position:relative;display:block; }#kvD8PpbTonWGdpIohNbx0ET8gsEThNyN { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:15.5625rem;width:13.75rem;top:12.0625rem;left:3.125rem;display:block; }
#TOxeogPlQhrXqycxNT8kw1NQrqeKTZAh { position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:15.625rem;width:13.625rem;top:12.0625rem;left:23.375rem;display:block; }
#PCE1sZzUdvo9qQ8d3onpy1Uv5nmS4v83 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-4),0);background-image:url("https://images.assets-landingi.com/uc/956d380b-b7ab-4e52-b4cc-d5d1db4c17ec/2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5.875rem;width:5.875rem;top:12.6875rem;left:7.0625rem;display:block; }#PCE1sZzUdvo9qQ8d3onpy1Uv5nmS4v83.adaptive-delivery-prevent-bg, #PCE1sZzUdvo9qQ8d3onpy1Uv5nmS4v83.lazyload, #PCE1sZzUdvo9qQ8d3onpy1Uv5nmS4v83.lazyloading { background-image: none; }
#RisKKOTOP03SClSxh7UMG9Ck4anOrfDE { color:rgba(var(--color-primary-4),1);display:block;width:6.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:18.625rem;left:6.65625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M4a5BOSkPpxIzHPexBkq6I51dl6BqUwM { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:21.75rem;left:3.75rem;height:3.673825rem;text-align:center;text-align-last:center;display:block; }
#Be3VZR9ksoQih84fKf7OnncAK0wzXNJb { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:18.5625rem;left:23.3125rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MdxnLvGQBwHOukF2xBSAzRaG9wOKc0Nf { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:21.75rem;left:23.75rem;height:3.673825rem;text-align:center;text-align-last:center;display:block; }
#JVWFm4UayJvMmdIMCBqimroE5hh8QlsW { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.875rem;left:0rem;height:3.16796875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TBgnmHVaCLpSu5LgAXhDTKTnp9zITVzn { color:rgba(var(--color-tertiary-1),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:7.3125rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J4GLToPJTkGXtN9SlQ68CpW3nr2p0p1d { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:15.5rem;width:13.75rem;top:12.0625rem;left:43.125rem;display:block; }
#EdUZ4WIxKhEzdhlHrK8dmVqObwn2TLgK { color:rgba(var(--color-primary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:18.640625rem;left:43.75rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XzJqqOM53I2nqT1TZlZ9eiUq16bxnbAf { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:21.75rem;left:43.75rem;height:3.673825rem;text-align:center;text-align-last:center;display:block; }
#URS4pSBci8NpRRaox904VxEsrWcz1V5N { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:15.625rem;width:13.625rem;top:30.125rem;left:23.375rem;display:block; }
#FfJN2GlkEpksQQNPuDyxBh03Xkvo87sv { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:15.5rem;width:13.75rem;top:30.125rem;left:43.125rem;display:block; }
#oVShhewvlArU2WVrZkvDBBJcCdngtEXQ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:39.8125rem;left:23.75rem;height:3.673825rem;text-align:center;text-align-last:center;display:block; }
#eW1JDOEAWJ5BhBNxZXSDbZwwiLIDXlJi { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:39.8125rem;left:43.75rem;height:3.673825rem;text-align:center;text-align-last:center;display:block; }
#wfmJ2c9tfkpxi81Ju5aV8PA0xPezTvzg { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:15.5625rem;width:13.75rem;top:30.125rem;left:3.125rem;display:block; }
#V91HPhhqgDrdTovZdl9EftpdpQtp8XPt { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:39.8125rem;left:3.75rem;height:3.673825rem;text-align:center;text-align-last:center;display:block; }
#P8076kFiMSXE1gnC2AJLPLJTsypX99RS { color:rgba(var(--color-primary-4),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:36.71875rem;left:5.21875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UHSyHSm8Zzl0sWhnGXcrTotbfDyln0li { color:rgba(var(--color-primary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:36.6875rem;left:43.75rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aEGFZnquQgRqGdFu8FSU9vdpoyJ2hulf { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:36.625rem;left:23.3125rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GFodyKiBaf0KzFLcL5iw33dwHy24NiIk { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-4),0);background-image:url("https://images.assets-landingi.com/uc/c5bb9129-371f-4e01-957f-f1adc75c63ed/3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5.875rem;width:5.875rem;top:12.6875rem;left:27.0625rem;display:block; }#GFodyKiBaf0KzFLcL5iw33dwHy24NiIk.adaptive-delivery-prevent-bg, #GFodyKiBaf0KzFLcL5iw33dwHy24NiIk.lazyload, #GFodyKiBaf0KzFLcL5iw33dwHy24NiIk.lazyloading { background-image: none; }
#xszmJL7ss3U3p8qcTGw74ldtTsVJ4KHb { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-4),0);background-image:url("https://images.assets-landingi.com/uc/503ba48e-60e1-48bc-94c9-11621f6e1dca/Untitleddesign11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5.875rem;width:5.875rem;top:12.6875rem;left:47.0625rem;display:block; }#xszmJL7ss3U3p8qcTGw74ldtTsVJ4KHb.adaptive-delivery-prevent-bg, #xszmJL7ss3U3p8qcTGw74ldtTsVJ4KHb.lazyload, #xszmJL7ss3U3p8qcTGw74ldtTsVJ4KHb.lazyloading { background-image: none; }
#QA0orF6qM7Tx9n66BPJpBHPVMVTe7eX7 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-4),0);background-image:url("https://images.assets-landingi.com/uc/569636a3-c75b-4e3f-b757-78e1eca051c8/5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5.875rem;width:5.875rem;top:30.90625rem;left:7.0625rem;display:block; }#QA0orF6qM7Tx9n66BPJpBHPVMVTe7eX7.adaptive-delivery-prevent-bg, #QA0orF6qM7Tx9n66BPJpBHPVMVTe7eX7.lazyload, #QA0orF6qM7Tx9n66BPJpBHPVMVTe7eX7.lazyloading { background-image: none; }
#Hpv1ni65SNmQAVaF6S2dIZdqXTa8Nldk { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-4),0);background-image:url("https://images.assets-landingi.com/uc/badfc7c5-758a-406f-b62b-d1122f39770a/6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5.875rem;width:5.875rem;top:30.90625rem;left:27.25rem;display:block; }#Hpv1ni65SNmQAVaF6S2dIZdqXTa8Nldk.adaptive-delivery-prevent-bg, #Hpv1ni65SNmQAVaF6S2dIZdqXTa8Nldk.lazyload, #Hpv1ni65SNmQAVaF6S2dIZdqXTa8Nldk.lazyloading { background-image: none; }
#BuqayB9td5hriU2SpsSJEoGz2QPrVSsN { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-4),0);background-image:url("https://images.assets-landingi.com/uc/dde873a9-7406-4d86-a6e1-76f26381f55a/7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5.875rem;width:5.875rem;top:30.90625rem;left:47.0625rem;display:block; }#BuqayB9td5hriU2SpsSJEoGz2QPrVSsN.adaptive-delivery-prevent-bg, #BuqayB9td5hriU2SpsSJEoGz2QPrVSsN.lazyload, #BuqayB9td5hriU2SpsSJEoGz2QPrVSsN.lazyloading { background-image: none; }
#xzo4vMdyu0Xtd0ZsTSwLDVFde6EGLA4P { 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-bottom:0;border-left:0;border-right:0;border-top: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-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.875rem;height:3.5rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:49rem;left:14.5625rem;display:block; }
#VPoakl2ycUqWsncPn7kwsPNEUmfg63pW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G3hgd8a1Hac9t8a0AX88XEwczHhrudOa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/92c57a00-b92f-4d17-b9cf-c835a460ba2d/22.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#G3hgd8a1Hac9t8a0AX88XEwczHhrudOa.adaptive-delivery-prevent-bg, #G3hgd8a1Hac9t8a0AX88XEwczHhrudOa.lazyload, #G3hgd8a1Hac9t8a0AX88XEwczHhrudOa.lazyloading { background-image: none; }#G3hgd8a1Hac9t8a0AX88XEwczHhrudOa > .row .container { background-color: transparent; background-image: none; }#G3hgd8a1Hac9t8a0AX88XEwczHhrudOa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G3hgd8a1Hac9t8a0AX88XEwczHhrudOa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G3hgd8a1Hac9t8a0AX88XEwczHhrudOa > .row .container > .video-iframe-container { display: none; }#G3hgd8a1Hac9t8a0AX88XEwczHhrudOa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G3hgd8a1Hac9t8a0AX88XEwczHhrudOa > .row > .video-iframe-container { display: none; }#G3hgd8a1Hac9t8a0AX88XEwczHhrudOa > .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); }#G3hgd8a1Hac9t8a0AX88XEwczHhrudOa > .row .container { border-width: 0; border-radius: 0; }#G3hgd8a1Hac9t8a0AX88XEwczHhrudOa > .row > .video-iframe-container { border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#G3hgd8a1Hac9t8a0AX88XEwczHhrudOa > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:44.1875rem;width:60rem;position:relative;display:block; }#PgIlOQOLwpcl1RmwuVoX6D1bP3J03eTT { color:#88a9e5;display:block;width:52.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15024;line-height:1.7;letter-spacing:0;top:1.5625rem;left:3.75rem;height:1.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qQwPbr8ls3Px3ptkgZKO9cJ5ndTzKzKO { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:3.1875rem;left:3.75rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-secondary-4),1);background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none; }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.5rem;font-family:var(--paragraphs-font-family);font-style:normal;color:rgba(var(--color-tertiary-0),1);height:auto; }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);height:auto;line-height:1.7;overflow:hidden; }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_e2f3ca72ce853d93e110fdf9abf5b67a820b8e05.svg");background-size:contain !important; }#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR .accordion-trigger.adaptive-delivery-prevent-bg, #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR .accordion-trigger.lazyload, #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR .accordion-trigger.lazyloading { background-image: none; }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR { box-sizing:content-box;height:auto;width:42.6875rem;position:absolute;display:flex;flex-direction:column;gap:1.5625rem;z-index:15047;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:9.375rem;left:8.625rem; }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #x7OCFNXPE3ikQquFlfqmkI0MS5teUvAC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #pExysOWSZwPEyNPpykLHIRPrDz8C2KTC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #SLdSazZG3bhoRcTqbO1QdMR37uwrQN9o { display:block;position:relative; }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #g5598qg7FUtuXCzxMwvNBBtth239LmwB {  }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #CVJEoVTONGpcToD8ad7ouIGy1yAQfBfa {  }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #eFqCqAFdp1aQbFxlg2LO0U3AXcDGyoqN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #vvOp2P8MvfmkLXrS1LLUd6szEVHfFSoN { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #EO5vgpulQk61zIBrJlhaHI1mKnLebFeA { display:block;position:relative; }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #WqSOkC8LqbA76lzrRoBqeMCnCdxPTW1S {  }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #sM9xgSFVykrTJPxFlR4PZ4N1prF0qOKr { display:none; }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #rrkiyLu9HsF3EZPDFXPlEhCJMxCWRubT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #ihNdlLWUeuAJB2ET46fM7cCkxiTskh6C { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #TUIytufP3HVWel3wm98U0FyK83I8fTbb { display:block;position:relative; }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #ylTKFcS6idtx2LihtTNGy22OV156RztE {  }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #gLaOOwlmWiPw29k0o1TWGOe5ecHkniZS { display:none; }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #TtLdPMiH5BggcwyWuhPw23zFaURZGxnF { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #Ol0QJVtoNBpDuLgloCURqFUiHbvM7Ul2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #trxSQpDEuffoFDbXLi2p7C5muuRxo3vx { display:block;position:relative; }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #bK0pI3Nv0X7kOqDEUUq1tiLXpU5umtrf {  }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #KLwVLstZBcgBXRDyvG69NHDr90sy4y2q { display:none; }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #Nm8RUMgyMgoJu8zGO6uVGatLiy02hD2T { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #yUZDylKuuFiJLwx2Zxhv4Kh9FAn16bNd { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #PF749weTGpVQ6t1ZJWrwHf1yZdUCNTd2 { display:block;position:relative; }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #PTHqoU2BkJ5vwaoKIZ2fKwnSZznqRgQv {  }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #AuQANr2LlV1bJudxxfXKfm76Oawofb3U { display:none; }
#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/df9c39ef-8738-491e-ab51-ecbf9d9ad4ca/11.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; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1.adaptive-delivery-prevent-bg, #d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1.lazyload, #d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1.lazyloading { background-image: none; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container { background-color: transparent; background-image: none; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container > .video-iframe-container { display: none; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row > .video-iframe-container { display: none; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .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); }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container { border-width: 0; border-radius: 0; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:22.625rem;width:60rem;position:relative;display:block; }#gkvqKFHMBTRIMQADh4dnudUp9c7w7xUh { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:4.0625rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#El5KivVSb4iu2nOo8IzmZcP5z3LZbQ8f { color:rgba(var(--color-tertiary-1),1);display:block;width:52.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:8.125rem;left:3.59375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cl2HKRGLmJPb4UEwob0uQ3rrTuQGPnTs { 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-bottom:0;border-left:0;border-right:0;border-top: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-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.375rem;height:3.5rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:13.8125rem;left:16.8125rem;display:block; }
#kzq7EThTr1dJVqhn6OycEJBLwEGGVuGm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #trSooUb15pwW13PRdSwT9HXXDRpIvmUR { display:block; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NRu9Ktv0VVFPbfT5R02tPVEQKboiPnE5 { width:47.75rem;height:7.4375rem;top:7.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxWcsXTfOtK93dfqZIcwLsRHBy4OH44J { width:20.9375rem;height:11.6875rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1THs0ldra2m0BIMnsITddUOU3dW2nmW { width:47.75rem;height:3.375rem;top:16.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a838dNgfTF4kGlZNWThDv6XrEV5rfblb { width:17.75rem;height:1.75rem;top:29.3125rem;left:30rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae .widget-regular-label { width:16.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae .widget-input-text { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae .widget-input-text {padding-top: 0; padding-bottom: 0;}#g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae .widget-textarea { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae .widget-input-select { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae .widget-input-select {padding-top: 0; padding-bottom: 0;}#g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae .widget-input-button { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae .widget-checkbox-label { width:15.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae  { width:16.875rem;height:17rem;top:32.75rem;left:28.375rem; }
#g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae .radio-container { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae {display:block;}#g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae { width:16.875rem;height:17rem;top:32.75rem;left:28.375rem; }
 }@media only screen and (max-width: 763px) { #g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae #pJBhu9nnQlChUoJTt93FTzd1XTK9JF6b {  }
 }@media only screen and (max-width: 763px) { #g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae #GzUS0rJ8BVHElfD0xZlaxPBXPFKJIvVe { display:block; }
 }@media only screen and (max-width: 763px) { #g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae #ylHVtfm5NBnQyhEMWF5HBlnkC2NhxJsq {  }
 }@media only screen and (max-width: 763px) { #g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae #mrcXUN8zOO6eGhXV7iZDNIpUaAu3938h {  }
 }@media only screen and (max-width: 763px) { #g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae #ENUF1znivXKTlQbpkSomaGdT5CDoZKt5 { display:block; }
 }@media only screen and (max-width: 763px) { #g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae #vIHUgo3w7godxWDr4TWRQpZLSXAyiV5J {  }
 }@media only screen and (max-width: 763px) { #g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae #MhpzHcFw8qu8Mlwa0oNmFhyoSeiGl5RQ {  }
 }@media only screen and (max-width: 763px) { #g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae #PAbbnSXqEMdJ6boCfyTAOaDz3EW73urT { display:block; }
 }@media only screen and (max-width: 763px) { #g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae #v9wvw9nZ1V455lbT64ZqwSt8NGBaIHLn {  }
 }@media only screen and (max-width: 763px) { #g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae #oUs8GaKh57eCKJ5dlw9mhUqrWfnodVZu {  }
 }@media only screen and (max-width: 763px) { #g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae #PWMiq4ubpwwlymdpqf7MfIMPDnS0oqMc {  }
 }@media only screen and (max-width: 763px) { #g8kKodA7TFQSbPiFCdDq07ZApWcVTDTv { width:20rem;height:24.5625rem;top:28.125rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8bFbVr7wJdrwTT0utGhB16RsNiPwETl { width:20rem;height:5.3125rem;top:22.875rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDZh3KuPtggaF6RuX88RabrdLKPdVtfs { width:19.875rem;height:4.5rem;top:23.375rem;left:27.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UB8z9wSWGnxtxf0CKZXCUToV8NVM8cJB { width:19.75rem;height:10.125rem;top:27.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #taGkR7W7ANcNdAVKFT0k8KQ0N0hnhTuW { width:12.9375rem;height:1.25rem;top:58.8125rem;left:17.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwWp53cFMXDv8dgINZTHrg4aI6uJsgF8 { width:17rem;height:1.25rem;top:58.9375rem;left:30.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhxSUkqgTVqHIN334T2udFGvQXHcTZgH { width:17.125rem;height:4.4375rem;top:54.25rem;left:0.375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MK4wUK7MXUpbhVRoObiVspQq5rULDXBr { width:8.1875rem;height:4.4375rem;top:54.375rem;left:19.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ql11hhyl8lhv0HOOffapC0wpXm7wRS4v { width:7.9375rem;height:4.4375rem;top:54.5rem;left:35rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODqSCXNDgg3rrv8GDDz1CWRKcsUvQS8T { width:13rem;height:1.25rem;top:58.6875rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSHNkpxiUTofEPWKvaCB5066pndOBmGI { width:27.25rem;height:2rem;top:23.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ig4N5XhKdV7o1HQayqfFg43xgvwWNJSG { top:0.1875rem;left:0rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQ93NwnH49ituQxAA8TeAXU0PHG02ehn { display:block; }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kvD8PpbTonWGdpIohNbx0ET8gsEThNyN { width:13.75rem;height:15.5625rem;top:12.0625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOxeogPlQhrXqycxNT8kw1NQrqeKTZAh { width:13.625rem;height:15.625rem;top:12.0625rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCE1sZzUdvo9qQ8d3onpy1Uv5nmS4v83 { width:5.875rem;height:5.875rem;top:12.6875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RisKKOTOP03SClSxh7UMG9Ck4anOrfDE { width:6.6875rem;height:2.4375rem;top:18.625rem;left:4.59375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4a5BOSkPpxIzHPexBkq6I51dl6BqUwM { width:12.5rem;height:4.875rem;top:21.75rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Be3VZR9ksoQih84fKf7OnncAK0wzXNJb { width:13.5625rem;height:2.4375rem;top:18.5625rem;left:17.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdxnLvGQBwHOukF2xBSAzRaG9wOKc0Nf { width:12.5rem;height:4.875rem;top:21.75rem;left:17.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVWFm4UayJvMmdIMCBqimroE5hh8QlsW { width:47.75rem;height:3.125rem;top:3.875rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBgnmHVaCLpSu5LgAXhDTKTnp9zITVzn { width:47.75rem;height:1.625rem;top:7.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4GLToPJTkGXtN9SlQ68CpW3nr2p0p1d { width:13.75rem;height:15.5rem;top:12.0625rem;left:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdUZ4WIxKhEzdhlHrK8dmVqObwn2TLgK { width:12.5rem;height:2.4375rem;top:18.625rem;left:33.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzJqqOM53I2nqT1TZlZ9eiUq16bxnbAf { width:12.5rem;height:4.875rem;top:21.75rem;left:33.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #URS4pSBci8NpRRaox904VxEsrWcz1V5N { width:13.625rem;height:15.625rem;top:30.125rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfJN2GlkEpksQQNPuDyxBh03Xkvo87sv { width:13.75rem;height:15.5rem;top:30.125rem;left:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVShhewvlArU2WVrZkvDBBJcCdngtEXQ { width:12.5rem;height:4.875rem;top:39.8125rem;left:17.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eW1JDOEAWJ5BhBNxZXSDbZwwiLIDXlJi { width:12.5rem;height:4.875rem;top:39.8125rem;left:33.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfmJ2c9tfkpxi81Ju5aV8PA0xPezTvzg { width:13.75rem;height:15.5625rem;top:30.125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V91HPhhqgDrdTovZdl9EftpdpQtp8XPt { width:12.5rem;height:4.875rem;top:39.8125rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8076kFiMSXE1gnC2AJLPLJTsypX99RS { width:9.5625rem;height:2.4375rem;top:36.6875rem;left:3.15625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHSyHSm8Zzl0sWhnGXcrTotbfDyln0li { width:12.5rem;height:2.4375rem;top:36.6875rem;left:33.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEGFZnquQgRqGdFu8FSU9vdpoyJ2hulf { width:13.5625rem;height:2.4375rem;top:36.625rem;left:17.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFodyKiBaf0KzFLcL5iw33dwHy24NiIk { width:5.875rem;height:5.875rem;top:12.6875rem;left:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xszmJL7ss3U3p8qcTGw74ldtTsVJ4KHb { width:5.875rem;height:5.875rem;top:12.6875rem;left:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA0orF6qM7Tx9n66BPJpBHPVMVTe7eX7 { width:5.875rem;height:5.875rem;top:30.875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hpv1ni65SNmQAVaF6S2dIZdqXTa8Nldk { width:5.875rem;height:5.875rem;top:30.875rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuqayB9td5hriU2SpsSJEoGz2QPrVSsN { width:5.875rem;height:5.875rem;top:30.875rem;left:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzo4vMdyu0Xtd0ZsTSwLDVFde6EGLA4P { width:30.875rem;height:3.5rem;top:49rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPoakl2ycUqWsncPn7kwsPNEUmfg63pW { display:block; }
 }@media only screen and (max-width: 763px) { #G3hgd8a1Hac9t8a0AX88XEwczHhrudOa { display:block; }#G3hgd8a1Hac9t8a0AX88XEwczHhrudOa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PgIlOQOLwpcl1RmwuVoX6D1bP3J03eTT { top:1.5625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQwPbr8ls3Px3ptkgZKO9cJ5ndTzKzKO { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR { display:flex;height:auto;width:27.8125rem;top:11.625rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #x7OCFNXPE3ikQquFlfqmkI0MS5teUvAC {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #pExysOWSZwPEyNPpykLHIRPrDz8C2KTC {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #SLdSazZG3bhoRcTqbO1QdMR37uwrQN9o {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #g5598qg7FUtuXCzxMwvNBBtth239LmwB {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #CVJEoVTONGpcToD8ad7ouIGy1yAQfBfa {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #eFqCqAFdp1aQbFxlg2LO0U3AXcDGyoqN {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #vvOp2P8MvfmkLXrS1LLUd6szEVHfFSoN {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #EO5vgpulQk61zIBrJlhaHI1mKnLebFeA {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #WqSOkC8LqbA76lzrRoBqeMCnCdxPTW1S {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #sM9xgSFVykrTJPxFlR4PZ4N1prF0qOKr {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #rrkiyLu9HsF3EZPDFXPlEhCJMxCWRubT {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #ihNdlLWUeuAJB2ET46fM7cCkxiTskh6C {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #TUIytufP3HVWel3wm98U0FyK83I8fTbb {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #ylTKFcS6idtx2LihtTNGy22OV156RztE {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #gLaOOwlmWiPw29k0o1TWGOe5ecHkniZS {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #TtLdPMiH5BggcwyWuhPw23zFaURZGxnF {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #Ol0QJVtoNBpDuLgloCURqFUiHbvM7Ul2 {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #trxSQpDEuffoFDbXLi2p7C5muuRxo3vx {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #bK0pI3Nv0X7kOqDEUUq1tiLXpU5umtrf {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #KLwVLstZBcgBXRDyvG69NHDr90sy4y2q {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #Nm8RUMgyMgoJu8zGO6uVGatLiy02hD2T {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #yUZDylKuuFiJLwx2Zxhv4Kh9FAn16bNd {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #PF749weTGpVQ6t1ZJWrwHf1yZdUCNTd2 {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #PTHqoU2BkJ5vwaoKIZ2fKwnSZznqRgQv {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #AuQANr2LlV1bJudxxfXKfm76Oawofb3U {  }
 }@media only screen and (max-width: 763px) { #d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 { display:block; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gkvqKFHMBTRIMQADh4dnudUp9c7w7xUh { width:47.75rem;height:2.875rem;top:4.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #El5KivVSb4iu2nOo8IzmZcP5z3LZbQ8f { width:47.75rem;height:3.25rem;top:8.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cl2HKRGLmJPb4UEwob0uQ3rrTuQGPnTs { width:26.375rem;height:3.5rem;top:13.8125rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzq7EThTr1dJVqhn6OycEJBLwEGGVuGm { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #trSooUb15pwW13PRdSwT9HXXDRpIvmUR { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/df9c39ef-8738-491e-ab51-ecbf9d9ad4ca/11.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR.adaptive-delivery-prevent-bg, #trSooUb15pwW13PRdSwT9HXXDRpIvmUR.lazyload, #trSooUb15pwW13PRdSwT9HXXDRpIvmUR.lazyloading { background-image: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container { background-color: transparent; background-image: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container > .video-iframe-container { display: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row > .video-iframe-container { display: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .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); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container { width:20rem;height:84rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NRu9Ktv0VVFPbfT5R02tPVEQKboiPnE5 { width:20rem;height:5.1181625rem;top:6.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxWcsXTfOtK93dfqZIcwLsRHBy4OH44J { width:20rem;height:9.3125rem;top:53.5625rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #f1THs0ldra2m0BIMnsITddUOU3dW2nmW { width:20rem;height:5.19921875rem;top:12.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #a838dNgfTF4kGlZNWThDv6XrEV5rfblb { width:17.75rem;height:1.7871125rem;top:25.375rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae .widget-regular-label { width:16.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae .widget-input-text { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae .widget-input-text {padding-top: 0; padding-bottom: 0;}#g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae .widget-textarea { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae .widget-input-select { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae .widget-input-select {padding-top: 0; padding-bottom: 0;}#g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae .widget-input-button { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae .widget-checkbox-label { width:15.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae  { width:16.875rem;height:auto;top:27.5rem;left:0.3125rem;background-color:rgba(0,0,0,0);background-image:none; }
#g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae .radio-container { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae {display:block;}#g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae { width:16.875rem;height:auto;top:27.5rem;left:0.3125rem;background-color:rgba(0,0,0,0);background-image:none; }
 }@media only screen and (max-width: 763px) { #g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae #pJBhu9nnQlChUoJTt93FTzd1XTK9JF6b {  }
 }@media only screen and (max-width: 763px) { #g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae #GzUS0rJ8BVHElfD0xZlaxPBXPFKJIvVe { display:block; }
 }@media only screen and (max-width: 763px) { #g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae #ylHVtfm5NBnQyhEMWF5HBlnkC2NhxJsq {  }
 }@media only screen and (max-width: 763px) { #g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae #mrcXUN8zOO6eGhXV7iZDNIpUaAu3938h {  }
 }@media only screen and (max-width: 763px) { #g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae #ENUF1znivXKTlQbpkSomaGdT5CDoZKt5 { display:block; }
 }@media only screen and (max-width: 763px) { #g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae #vIHUgo3w7godxWDr4TWRQpZLSXAyiV5J {  }
 }@media only screen and (max-width: 763px) { #g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae #MhpzHcFw8qu8Mlwa0oNmFhyoSeiGl5RQ {  }
 }@media only screen and (max-width: 763px) { #g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae #PAbbnSXqEMdJ6boCfyTAOaDz3EW73urT { display:block; }
 }@media only screen and (max-width: 763px) { #g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae #v9wvw9nZ1V455lbT64ZqwSt8NGBaIHLn {  }
 }@media only screen and (max-width: 763px) { #g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae #oUs8GaKh57eCKJ5dlw9mhUqrWfnodVZu {  }
 }@media only screen and (max-width: 763px) { #g6DwBKNPppNSOeZ4OA11pomDaKqSz6Ae #PWMiq4ubpwwlymdpqf7MfIMPDnS0oqMc {  }
 }@media only screen and (max-width: 763px) { #g8kKodA7TFQSbPiFCdDq07ZApWcVTDTv { width:20rem;height:21.875rem;top:24.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8bFbVr7wJdrwTT0utGhB16RsNiPwETl { width:20rem;height:5.3125rem;top:18.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDZh3KuPtggaF6RuX88RabrdLKPdVtfs { width:19.875rem;height:4.2246125rem;top:19.375rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UB8z9wSWGnxtxf0CKZXCUToV8NVM8cJB { width:19.75rem;height:6.824225rem;top:54.5625rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1.3125rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #taGkR7W7ANcNdAVKFT0k8KQ0N0hnhTuW { width:12.9375rem;height:1.29980625rem;top:74.5rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwWp53cFMXDv8dgINZTHrg4aI6uJsgF8 { width:17rem;height:1.29980625rem;top:80.875rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhxSUkqgTVqHIN334T2udFGvQXHcTZgH { width:17.125rem;height:3.25rem;top:64.25rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MK4wUK7MXUpbhVRoObiVspQq5rULDXBr { width:8.1875rem;height:3.25rem;top:70.625rem;left:5.875rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ql11hhyl8lhv0HOOffapC0wpXm7wRS4v { width:7.9375rem;height:3.25rem;top:77.0625rem;left:6rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODqSCXNDgg3rrv8GDDz1CWRKcsUvQS8T { width:13rem;height:1.29980625rem;top:68.125rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSHNkpxiUTofEPWKvaCB5066pndOBmGI { width:16.0625rem;height:4.0625rem;top:48.3125rem;left:2rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ig4N5XhKdV7o1HQayqfFg43xgvwWNJSG { width:6.125rem;height:6.125rem;top:0rem;left:6.9375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NQ93NwnH49ituQxAA8TeAXU0PHG02ehn { display:block; }#NQ93NwnH49ituQxAA8TeAXU0PHG02ehn > .row .container { width:20rem;height:119.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kvD8PpbTonWGdpIohNbx0ET8gsEThNyN { width:13.75rem;height:14.375rem;top:11.4375rem;left:3.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOxeogPlQhrXqycxNT8kw1NQrqeKTZAh { width:13.75rem;height:15rem;top:27.75rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCE1sZzUdvo9qQ8d3onpy1Uv5nmS4v83 { width:4.0625rem;height:4.0625rem;top:13.0625rem;left:8rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RisKKOTOP03SClSxh7UMG9Ck4anOrfDE { width:12.5rem;height:1.21875rem;top:17.875rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M4a5BOSkPpxIzHPexBkq6I51dl6BqUwM { width:12.5rem;height:4.8984375rem;top:20.1875rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Be3VZR9ksoQih84fKf7OnncAK0wzXNJb { width:12.5rem;height:2.4375rem;top:34.25rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MdxnLvGQBwHOukF2xBSAzRaG9wOKc0Nf { width:12.5rem;height:4.8984375rem;top:37.0625rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JVWFm4UayJvMmdIMCBqimroE5hh8QlsW { width:20rem;height:3.8984375rem;top:1.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBgnmHVaCLpSu5LgAXhDTKTnp9zITVzn { width:20rem;height:3.25rem;top:5.9375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J4GLToPJTkGXtN9SlQ68CpW3nr2p0p1d { width:13.75rem;height:15.5rem;top:78.875rem;left:3.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdUZ4WIxKhEzdhlHrK8dmVqObwn2TLgK { width:12.5rem;height:2.4375rem;top:85.4375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzJqqOM53I2nqT1TZlZ9eiUq16bxnbAf { width:12.5rem;height:4.8984375rem;top:88.5625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #URS4pSBci8NpRRaox904VxEsrWcz1V5N { width:13.625rem;height:15.625rem;top:61.3125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfJN2GlkEpksQQNPuDyxBh03Xkvo87sv { width:13.75rem;height:15.5rem;top:96.0625rem;left:3.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVShhewvlArU2WVrZkvDBBJcCdngtEXQ { width:12.5rem;height:4.8984375rem;top:71rem;left:3.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eW1JDOEAWJ5BhBNxZXSDbZwwiLIDXlJi { width:12.5rem;height:4.8984375rem;top:105.75rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfmJ2c9tfkpxi81Ju5aV8PA0xPezTvzg { width:13.75rem;height:15.5625rem;top:43.9375rem;left:3.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V91HPhhqgDrdTovZdl9EftpdpQtp8XPt { width:12.5rem;height:4.8984375rem;top:53.625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8076kFiMSXE1gnC2AJLPLJTsypX99RS { width:9.5625rem;height:2.4375rem;top:50.5625rem;left:5.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHSyHSm8Zzl0sWhnGXcrTotbfDyln0li { width:12.5rem;height:2.4375rem;top:102.625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEGFZnquQgRqGdFu8FSU9vdpoyJ2hulf { width:13.5625rem;height:2.4375rem;top:67.8125rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFodyKiBaf0KzFLcL5iw33dwHy24NiIk { width:5.875rem;height:5.875rem;top:27.75rem;left:7.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xszmJL7ss3U3p8qcTGw74ldtTsVJ4KHb { width:5.875rem;height:5.875rem;top:79.5rem;left:7.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA0orF6qM7Tx9n66BPJpBHPVMVTe7eX7 { width:5.875rem;height:5.875rem;top:44.75rem;left:7.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hpv1ni65SNmQAVaF6S2dIZdqXTa8Nldk { width:5.875rem;height:5.875rem;top:62.125rem;left:7.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuqayB9td5hriU2SpsSJEoGz2QPrVSsN { width:5.875rem;height:5.875rem;top:96.875rem;left:7.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzo4vMdyu0Xtd0ZsTSwLDVFde6EGLA4P { width:17.375rem;height:4.4375rem;top:113.4375rem;left:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPoakl2ycUqWsncPn7kwsPNEUmfg63pW { display:block; }
 }@media only screen and (max-width: 763px) { #G3hgd8a1Hac9t8a0AX88XEwczHhrudOa { display:block; }#G3hgd8a1Hac9t8a0AX88XEwczHhrudOa > .row .container { width:20rem;height:50.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PgIlOQOLwpcl1RmwuVoX6D1bP3J03eTT { width:20rem;height:1.69921875rem;top:0.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQwPbr8ls3Px3ptkgZKO9cJ5ndTzKzKO { width:20rem;height:2.01171875rem;top:2.5625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR .accordion-heading-text { font-size:1.25rem;height:auto;line-height:1.5;overflow:hidden; }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR .accordion-desc-text { font-size:0.875rem;height:auto; }
#a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR { display:flex;height:auto;width:20rem;top:6.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #x7OCFNXPE3ikQquFlfqmkI0MS5teUvAC {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #pExysOWSZwPEyNPpykLHIRPrDz8C2KTC {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #SLdSazZG3bhoRcTqbO1QdMR37uwrQN9o {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #g5598qg7FUtuXCzxMwvNBBtth239LmwB {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #CVJEoVTONGpcToD8ad7ouIGy1yAQfBfa {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #eFqCqAFdp1aQbFxlg2LO0U3AXcDGyoqN {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #vvOp2P8MvfmkLXrS1LLUd6szEVHfFSoN {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #EO5vgpulQk61zIBrJlhaHI1mKnLebFeA {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #WqSOkC8LqbA76lzrRoBqeMCnCdxPTW1S {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #sM9xgSFVykrTJPxFlR4PZ4N1prF0qOKr {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #rrkiyLu9HsF3EZPDFXPlEhCJMxCWRubT {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #ihNdlLWUeuAJB2ET46fM7cCkxiTskh6C {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #TUIytufP3HVWel3wm98U0FyK83I8fTbb {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #ylTKFcS6idtx2LihtTNGy22OV156RztE {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #gLaOOwlmWiPw29k0o1TWGOe5ecHkniZS {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #TtLdPMiH5BggcwyWuhPw23zFaURZGxnF {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #Ol0QJVtoNBpDuLgloCURqFUiHbvM7Ul2 {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #trxSQpDEuffoFDbXLi2p7C5muuRxo3vx {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #bK0pI3Nv0X7kOqDEUUq1tiLXpU5umtrf {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #KLwVLstZBcgBXRDyvG69NHDr90sy4y2q {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #Nm8RUMgyMgoJu8zGO6uVGatLiy02hD2T {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #yUZDylKuuFiJLwx2Zxhv4Kh9FAn16bNd {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #PF749weTGpVQ6t1ZJWrwHf1yZdUCNTd2 {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #PTHqoU2BkJ5vwaoKIZ2fKwnSZznqRgQv {  }
 }@media only screen and (max-width: 763px) { #a3mX3VJAoWn1iLbLrQ73c7dvm3OqAKVR #AuQANr2LlV1bJudxxfXKfm76Oawofb3U {  }
 }@media only screen and (max-width: 763px) { #d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 { display:block; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container { width:20rem;height:21rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gkvqKFHMBTRIMQADh4dnudUp9c7w7xUh { width:20rem;height:3.8984375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #El5KivVSb4iu2nOo8IzmZcP5z3LZbQ8f { width:20rem;height:5.84765625rem;top:6.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cl2HKRGLmJPb4UEwob0uQ3rrTuQGPnTs { width:16.875rem;height:4.0625rem;top:13.75rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzq7EThTr1dJVqhn6OycEJBLwEGGVuGm { display:block; }
 }