.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:222,219,224;--color-primary-1:145,135,152;--color-primary-2:34,14,48;--color-primary-3:17,7,24;--color-primary-4:5,2,7;--color-secondary-0:240,247,226;--color-secondary-1:204,228,158;--color-secondary-2:152,201,60;--color-secondary-3:76,101,30;--color-secondary-4:23,30,9;--color-tertiary-0:240,247,226;--color-tertiary-1:204,228,158;--color-tertiary-2:152,201,60;--color-tertiary-3:76,101,30;--color-tertiary-4:23,30,9;--headlines-font-family:Montserrat;--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:#ededed;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z4DRM9J8IwhxIRHPVPnBLaL8GdlTAw3x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#Z4DRM9J8IwhxIRHPVPnBLaL8GdlTAw3x > .row .container { background-color: transparent; background-image: none; }#Z4DRM9J8IwhxIRHPVPnBLaL8GdlTAw3x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z4DRM9J8IwhxIRHPVPnBLaL8GdlTAw3x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z4DRM9J8IwhxIRHPVPnBLaL8GdlTAw3x > .row .container > .video-iframe-container { display: none; }#Z4DRM9J8IwhxIRHPVPnBLaL8GdlTAw3x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z4DRM9J8IwhxIRHPVPnBLaL8GdlTAw3x > .row > .video-iframe-container { display: none; }#Z4DRM9J8IwhxIRHPVPnBLaL8GdlTAw3x > .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); }#Z4DRM9J8IwhxIRHPVPnBLaL8GdlTAw3x > .row .container { border-width: 0; border-radius: 0; }#Z4DRM9J8IwhxIRHPVPnBLaL8GdlTAw3x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z4DRM9J8IwhxIRHPVPnBLaL8GdlTAw3x > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:60rem;position:relative;display:block; }#NVTlT3eF6TRl4qVPASAXutXEMR2dZssb { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:11.875rem;top:1.625rem;left:0rem;overflow:hidden;display:block; }
#wpNizQoUF6fD6CnUJX6ybDTrCeuXU9oC { position:absolute;display:block;z-index:15020;height:4.125rem;width:43.25rem;top:1rem;left:16.125rem;display:block; }
#aR9AUgOi4qREZemNoBU1GU3QM4T7hlBU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#220e30;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aR9AUgOi4qREZemNoBU1GU3QM4T7hlBU > .row .container { background-color: transparent; background-image: none; }#aR9AUgOi4qREZemNoBU1GU3QM4T7hlBU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aR9AUgOi4qREZemNoBU1GU3QM4T7hlBU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aR9AUgOi4qREZemNoBU1GU3QM4T7hlBU > .row .container > .video-iframe-container { display: none; }#aR9AUgOi4qREZemNoBU1GU3QM4T7hlBU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aR9AUgOi4qREZemNoBU1GU3QM4T7hlBU > .row > .video-iframe-container { display: none; }#aR9AUgOi4qREZemNoBU1GU3QM4T7hlBU > .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); }#aR9AUgOi4qREZemNoBU1GU3QM4T7hlBU > .row .container { border-width: 0; border-radius: 0; }#aR9AUgOi4qREZemNoBU1GU3QM4T7hlBU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aR9AUgOi4qREZemNoBU1GU3QM4T7hlBU > .row .container { font-size:0.875rem;font-family:arial;height:52.625rem;width:60rem;position:relative;display:block; }#mflXUeipobu5h0ycLbQXJy4rTJsIU3EE { color:rgba(var(--color-secondary-2),1);display:block;width:34.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:8.8125rem;left:0rem;height:7.349625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ag6sO0QwEJnG67I0RyTC25wvpHsskoMD { color:#f3f3f3;display:block;width:24.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.7;letter-spacing:0;top:17.375rem;left:0rem;height:19.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Qsot0deMwcOLdxwTAg7fpKu80Pc6Eq0c { position:absolute;display:block;z-index:15010;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:33.9375rem;width:42.875rem;top:14.953125rem;left:26.5849609375rem;overflow:hidden;display:block; }
#teAFV1zS48vbMkqiqkuLJTnHpDbBs1n6 { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.75rem;height:3.75rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:44.1875rem;left:0rem;display:block; }
#lWIBbxTw3rCFu1SXpkKBtiHT0bOlLAgO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lDTRarztpNwzNeWb649wpIc3yx1LWpoT { position:relative;display:block; }#lDTRarztpNwzNeWb649wpIc3yx1LWpoT { background-color: transparent; background-image: none; }#lDTRarztpNwzNeWb649wpIc3yx1LWpoT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDTRarztpNwzNeWb649wpIc3yx1LWpoT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDTRarztpNwzNeWb649wpIc3yx1LWpoT > .row .container > .video-iframe-container { display: none; }#lDTRarztpNwzNeWb649wpIc3yx1LWpoT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDTRarztpNwzNeWb649wpIc3yx1LWpoT > .row > .video-iframe-container { display: none; }#lDTRarztpNwzNeWb649wpIc3yx1LWpoT > .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); }#lDTRarztpNwzNeWb649wpIc3yx1LWpoT { border-width: 0; border-radius: 0; }#lDTRarztpNwzNeWb649wpIc3yx1LWpoT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lDTRarztpNwzNeWb649wpIc3yx1LWpoT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ededed;background-image:none;font-size:0.875rem;font-family:arial;height:43.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rXRxZvWoca9JhtyhFPLDSVTXkb0oUSnd { color:#272727;display:block;width:24.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.7;letter-spacing:0;top:23.9375rem;left:0rem;height:7.96875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BiOGfDtsmr2TNX3sHGzVUmTdOSaFxSwJ { color:rgba(var(--color-primary-2),1);display:block;width:24.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:14.1875rem;left:0rem;height:6.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lcqC1wDfr0ZtxxncuS6NvMwVL972lsV8 { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.75rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:35.875rem;left:0rem;display:block; }
#JXWZzVnUk27IaA8xZ0Rts0DkrcfgTaB5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#noORAQwTL90ckSVhzRM2OFrmFKuJiTuC { color:rgba(var(--color-secondary-2),1);display:block;width:26rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:3.21240234375rem;left:0rem;height:8.7744375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC .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-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:#ececec;line-height:1.4;overflow:hidden;height:auto; }
#lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC .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(--headlines-font-family);color:#ffffff;line-height:1.5;overflow:hidden;height:auto; }
#lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC .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_e52dc95de5965a8e4d4de00598265253d08726c2.svg");background-size:contain !important; }#lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC .accordion-trigger.adaptive-delivery-prevent-bg, #lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC .accordion-trigger.lazyload, #lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC .accordion-trigger.lazyloading { background-image: none; }
#lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC { box-sizing:content-box;height:auto;width:27.8125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:3.21240234375rem;left:29.6875rem; }
#lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC #KX1zFUg5hV9Nt5aeRe7DPIuvbm8keSHz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC #i8n588L3oFcfNq7Nectr9wDrMhLJN8OK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC #AHSbxvmkPTaFCQSVfvys5FMGNHizlWT4 { display:block;position:relative; }
#lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC #c3CSqJpkNXJT7zPzGZIZxeiSkfegtMVk {  }
#lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC #FCSsyiKQ7xv9wFQlE5p3Xcqbk7gqK5s5 {  }
#lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC #w68QGMtezMNbk6dTAiSNvlqynfHwbkhk { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC #uT1p33GimpnvBKObb1V8PtLxgCHd7OSy { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC #NnmeDvnuTkbeXd7Du0yi9rMZMfT9Frm0 { display:block;position:relative; }
#lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC #iuDzznAViU1HteMhgvv0yTBfH3dGlvLv {  }
#lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC #AHz7NiKQTnhATwIxILy2ns4O2GTu9cqt { display:none; }
#lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC #reJ9J8xUdMra7H9bko1mpRwtTEohkqS3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC #T8i5SMHWNu6cyfpPc5CNu3ZrAcTEGLlO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC #NlZ30II5ecZIBAclNZPKsZPrXgzpZJMO { display:block;position:relative; }
#lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC #TBu14PIsiE6P7sxRVXMfT6GKi4xU3xym {  }
#lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC #CXw4nKLOGQihXiogwtA5kNuOULDzm4zI { display:none; }
#lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC #dTyabFMKf2CaPDsoRWA6wGEcr8qvpy6A { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC #P4A6XHh5Egewf7Qyr2bNnbyo155yRdKT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC #lcXKasNmRIcqgJVUGDnTD3CysGQy1iTG { display:block;position:relative; }
#lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC #bHEyB4EHJSrtsEKlGqusTLM13a6RByVi {  }
#lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC #i5FbrIHuMoDFPtyMsGCpMkIT63sRweQE { display:none; }
#o0MNAUGcUkQPwzPT2fy0e91xi9yaknbF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#o0MNAUGcUkQPwzPT2fy0e91xi9yaknbF > .row .container { background-color: transparent; background-image: none; }#o0MNAUGcUkQPwzPT2fy0e91xi9yaknbF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o0MNAUGcUkQPwzPT2fy0e91xi9yaknbF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o0MNAUGcUkQPwzPT2fy0e91xi9yaknbF > .row .container > .video-iframe-container { display: none; }#o0MNAUGcUkQPwzPT2fy0e91xi9yaknbF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o0MNAUGcUkQPwzPT2fy0e91xi9yaknbF > .row > .video-iframe-container { display: none; }#o0MNAUGcUkQPwzPT2fy0e91xi9yaknbF > .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); }#o0MNAUGcUkQPwzPT2fy0e91xi9yaknbF > .row .container { border-width: 0; border-radius: 0; }#o0MNAUGcUkQPwzPT2fy0e91xi9yaknbF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o0MNAUGcUkQPwzPT2fy0e91xi9yaknbF > .row .container { font-size:0.875rem;font-family:arial;height:39.9375rem;width:60rem;position:relative;display:block; }#QtGNwWON8ZpPZlkJOuJdae6w3hCmWn1v { position:absolute;display:block;z-index:15000;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:32.8125rem;width:60rem;top:1.90625rem;left:0rem;overflow:hidden;display:block; }
#MbV3ghvPp7cPaR8CfRqCayyQlZwekP3L { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d387ef95-f518-4d5e-880d-c26646dd89b9/AdobeStock_225938944.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MbV3ghvPp7cPaR8CfRqCayyQlZwekP3L.adaptive-delivery-prevent-bg, #MbV3ghvPp7cPaR8CfRqCayyQlZwekP3L.lazyload, #MbV3ghvPp7cPaR8CfRqCayyQlZwekP3L.lazyloading { background-image: none; }#MbV3ghvPp7cPaR8CfRqCayyQlZwekP3L > .row .container { background-color: transparent; background-image: none; }#MbV3ghvPp7cPaR8CfRqCayyQlZwekP3L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#MbV3ghvPp7cPaR8CfRqCayyQlZwekP3L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MbV3ghvPp7cPaR8CfRqCayyQlZwekP3L > .row .container > .video-iframe-container { display: none; }#MbV3ghvPp7cPaR8CfRqCayyQlZwekP3L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#MbV3ghvPp7cPaR8CfRqCayyQlZwekP3L > .row > .video-iframe-container { display: none; }#MbV3ghvPp7cPaR8CfRqCayyQlZwekP3L > .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); }#MbV3ghvPp7cPaR8CfRqCayyQlZwekP3L > .row .container { border-width: 0; border-radius: 0; }#MbV3ghvPp7cPaR8CfRqCayyQlZwekP3L::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MbV3ghvPp7cPaR8CfRqCayyQlZwekP3L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MbV3ghvPp7cPaR8CfRqCayyQlZwekP3L > .row .container { font-size:0.875rem;font-family:arial;height:20.9375rem;width:60rem;overflow:visible;position:relative;display:block; }#Xu5TwMV97T6whk2estTW8LN4yfxV6MV5 { color:rgba(var(--color-tertiary-2),1);display:block;width:57.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:3.6875rem;left:1.25rem;height:3.07470625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xyT4MhBLDAV6CqTFeMFtBBhfil2uiNBf { color:#ffffff;display:block;width:54.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.7;letter-spacing:0;top:7.9375rem;left:2.9375rem;height:1.59375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U959O4hVNOl2TIso2iRqx3encvH2ehNU { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.75rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:12.375rem;left:21.125rem;display:block; }
#z8WBAyGVwlKHQIE3KobCJtqHk31GiB4x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oc8yBpiA82V2GIWhoqk35MpTkhb147Q4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oc8yBpiA82V2GIWhoqk35MpTkhb147Q4 > .row .container { background-color: transparent; background-image: none; }#oc8yBpiA82V2GIWhoqk35MpTkhb147Q4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oc8yBpiA82V2GIWhoqk35MpTkhb147Q4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oc8yBpiA82V2GIWhoqk35MpTkhb147Q4 > .row .container > .video-iframe-container { display: none; }#oc8yBpiA82V2GIWhoqk35MpTkhb147Q4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oc8yBpiA82V2GIWhoqk35MpTkhb147Q4 > .row > .video-iframe-container { display: none; }#oc8yBpiA82V2GIWhoqk35MpTkhb147Q4 > .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); }#oc8yBpiA82V2GIWhoqk35MpTkhb147Q4 > .row .container { border-width: 0; border-radius: 0; }#oc8yBpiA82V2GIWhoqk35MpTkhb147Q4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oc8yBpiA82V2GIWhoqk35MpTkhb147Q4 > .row .container { font-size:0.875rem;font-family:arial;height:41.6875rem;width:60rem;position:relative;display:block; }#qOVwipp8W7CvxW8QpwkSsTy8RDX0Dab3 { color:rgba(var(--color-tertiary-2),1);display:block;width:19.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:2.5rem;left:0rem;height:3.07470625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MpzFqxTwEI6TT5JU2clnrPTdvlnVQW8X { color:#ffffff;display:block;width:26.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:6.5625rem;left:0rem;height:2.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#aLd2flI2tQP6AH19NEuykrlqielqeApH .widget-form-header {  }
#aLd2flI2tQP6AH19NEuykrlqielqeApH .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:#000000;width:27.0625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#aLd2flI2tQP6AH19NEuykrlqielqeApH .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.0625rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#aLd2flI2tQP6AH19NEuykrlqielqeApH .widget-input-text {padding-top: 0; padding-bottom: 0;}#aLd2flI2tQP6AH19NEuykrlqielqeApH .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#aLd2flI2tQP6AH19NEuykrlqielqeApH .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.0625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#aLd2flI2tQP6AH19NEuykrlqielqeApH .widget-input-select {padding-top: 0; padding-bottom: 0;}#aLd2flI2tQP6AH19NEuykrlqielqeApH .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#aLd2flI2tQP6AH19NEuykrlqielqeApH .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#aLd2flI2tQP6AH19NEuykrlqielqeApH .widget-input-button { 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:#5d92ff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:27.0625rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#aLd2flI2tQP6AH19NEuykrlqielqeApH [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#aLd2flI2tQP6AH19NEuykrlqielqeApH [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#aLd2flI2tQP6AH19NEuykrlqielqeApH [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#aLd2flI2tQP6AH19NEuykrlqielqeApH [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#aLd2flI2tQP6AH19NEuykrlqielqeApH .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:25.6875rem;overflow:hidden;font-style:normal; }
#aLd2flI2tQP6AH19NEuykrlqielqeApH .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; }
#aLd2flI2tQP6AH19NEuykrlqielqeApH .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; }
#aLd2flI2tQP6AH19NEuykrlqielqeApH .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#aLd2flI2tQP6AH19NEuykrlqielqeApH .widget-container:first-of-type{padding-top:0;}#aLd2flI2tQP6AH19NEuykrlqielqeApH .widget-container:last-of-type{padding-bottom:0;}#aLd2flI2tQP6AH19NEuykrlqielqeApH  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15011;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.5rem;left:30.40625rem; }
#aLd2flI2tQP6AH19NEuykrlqielqeApH .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.0625rem; }
#aLd2flI2tQP6AH19NEuykrlqielqeApH .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:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aLd2flI2tQP6AH19NEuykrlqielqeApH {display:block;}#aLd2flI2tQP6AH19NEuykrlqielqeApH { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15011;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.5rem;left:30.40625rem; }
#aLd2flI2tQP6AH19NEuykrlqielqeApH #PU2USqtTrWtp918TKsEhi3V6ACLF4R48 { position:relative; }
#aLd2flI2tQP6AH19NEuykrlqielqeApH #RIZSiOgiOOrLqDJCg62By90CyTTZR0XE { position:relative;display:block; }
#aLd2flI2tQP6AH19NEuykrlqielqeApH #bL4usIZ8tmnyfCC4u0bH6KIhvpNufeNA { position:relative; }
#aLd2flI2tQP6AH19NEuykrlqielqeApH #hLHhxcyPD9XtxhOTWLI7iABsVfSEGi8Q { position:relative; }
#aLd2flI2tQP6AH19NEuykrlqielqeApH #XGWJvGUnT3R0bekWPOnLQSENfvsTGyvd { position:relative;display:block; }
#aLd2flI2tQP6AH19NEuykrlqielqeApH #wk6tsXiBJ05QOF30ITU4DW2In36IFGug { position:relative; }
#aLd2flI2tQP6AH19NEuykrlqielqeApH #wDblk8mMyfAx8Co1NgnndP0UeKuGmF5g { position:relative; }
#aLd2flI2tQP6AH19NEuykrlqielqeApH #DuBVW7znXFn3TnBDBPJQWL0yflwBdSQa { position:relative;display:block; }
#aLd2flI2tQP6AH19NEuykrlqielqeApH #swXsTTkTRrANJeztGTQgmeGFSizA8iB8 { position:relative; }
#aLd2flI2tQP6AH19NEuykrlqielqeApH #dyTidwzHNQZJE6SmsWHfFgIsF0oCEwVC { position:relative; }
#aLd2flI2tQP6AH19NEuykrlqielqeApH #DToJ4umZ4htnCcUNz3sm2NZT8ulrSBK6 { position:relative;display:block; }
#aLd2flI2tQP6AH19NEuykrlqielqeApH #ScFP3dGzFElBurBpn4lKogevvmGmicRq { position:relative; }
#aLd2flI2tQP6AH19NEuykrlqielqeApH #syzqmFteeyuVdVU1uSaLTXHCcR6lvuob { position:relative; }
#aLd2flI2tQP6AH19NEuykrlqielqeApH #d7QFwfXq2VSVGxr1xwZf7F7ECstFslre { position:relative;display:block; }
#aLd2flI2tQP6AH19NEuykrlqielqeApH #dUHvzB7AJ6Qfo41n5gbFqwZZLKcSQlu4 { position:relative; }
#aLd2flI2tQP6AH19NEuykrlqielqeApH #GbTpurtIkr492LrMgmHhzHuUZEOocbqK { position:relative; }
#aLd2flI2tQP6AH19NEuykrlqielqeApH #g7xT1EDnJUSrFWptPPaFTl1BBrR0TD7s { position:relative;display:block; }
#aLd2flI2tQP6AH19NEuykrlqielqeApH #EoEtCRW8fUxkoB8lHn3GUA3ZTvdwEQxu { position:relative; }
#aLd2flI2tQP6AH19NEuykrlqielqeApH #TmovazMGWJkDfa7tcDmE70waEk32hLNA { position:relative; }
#aLd2flI2tQP6AH19NEuykrlqielqeApH #MSwtTHV1TLi17XNLIci4h0Tqu0gychqf { position:relative; }
#P7IXTbSXkOu805HkdcohzTE0Oh9xOoSg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#P7IXTbSXkOu805HkdcohzTE0Oh9xOoSg > .row .container { background-color: transparent; background-image: none; }#P7IXTbSXkOu805HkdcohzTE0Oh9xOoSg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P7IXTbSXkOu805HkdcohzTE0Oh9xOoSg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P7IXTbSXkOu805HkdcohzTE0Oh9xOoSg > .row .container > .video-iframe-container { display: none; }#P7IXTbSXkOu805HkdcohzTE0Oh9xOoSg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P7IXTbSXkOu805HkdcohzTE0Oh9xOoSg > .row > .video-iframe-container { display: none; }#P7IXTbSXkOu805HkdcohzTE0Oh9xOoSg > .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); }#P7IXTbSXkOu805HkdcohzTE0Oh9xOoSg > .row .container { border-width: 0; border-radius: 0; }#P7IXTbSXkOu805HkdcohzTE0Oh9xOoSg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P7IXTbSXkOu805HkdcohzTE0Oh9xOoSg > .row .container { font-size:0.875rem;font-family:arial;height:15.1875rem;width:60rem;position:relative;display:block; }#VGTdMwoDLg821560qPfMKCRPXuf1uc1M { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8rem;width:14.375rem;top:2.375rem;left:0rem;overflow:hidden;display:block; }
#hRsoRTSTtGFW5UXQ1tvhCK5HwC6qT2J0 { z-index:15008;top:7.875rem;left:45.9375rem;background-color:transparent;background-image:none;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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:1.6875rem;text-decoration:none;text-align:right;text-align-last:right;display:block; }
#gTmAUOwmsu6ixTav84euI9U9ImM9bcJL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ehR3uO5h671I0dsLLV3HgMeKHOqLKeQT { z-index:15007;top:5.5rem;left:45.9375rem;background-color:transparent;background-image:none;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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:1.75rem;text-decoration:none;text-align:right;text-align-last:right;display:block; }
#mUmXOMWA1PU4f63QQTezOIGpz8FwL6E2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M8Hyg0ibnoWpNkTgKXW6kBUZ9itzdfPE { z-index:15006;top:3.25rem;left:45.9375rem;background-color:transparent;background-image:none;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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:1.625rem;text-decoration:none;text-align:right;text-align-last:right;display:block; }
#W5B8yGCzgfnmXy0sNTILSKnC2TLvkKyp { 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) { #Z4DRM9J8IwhxIRHPVPnBLaL8GdlTAw3x { display:block; }#Z4DRM9J8IwhxIRHPVPnBLaL8GdlTAw3x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NVTlT3eF6TRl4qVPASAXutXEMR2dZssb { top:1.625rem;left:0rem;width:11.875rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpNizQoUF6fD6CnUJX6ybDTrCeuXU9oC { top:1rem;left:4.5rem;width:43.25rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aR9AUgOi4qREZemNoBU1GU3QM4T7hlBU { display:block; }#aR9AUgOi4qREZemNoBU1GU3QM4T7hlBU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mflXUeipobu5h0ycLbQXJy4rTJsIU3EE { top:8.8125rem;left:0rem;width:34.5rem;height:7.375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ag6sO0QwEJnG67I0RyTC25wvpHsskoMD { top:17.375rem;left:0rem;width:24.875rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qsot0deMwcOLdxwTAg7fpKu80Pc6Eq0c { top:14.9375rem;left:0rem;width:42.875rem;height:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #teAFV1zS48vbMkqiqkuLJTnHpDbBs1n6 { width:17.75rem;height:3.75rem;top:44.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWIBbxTw3rCFu1SXpkKBtiHT0bOlLAgO { display:block; }
 }@media only screen and (max-width: 763px) { #lDTRarztpNwzNeWb649wpIc3yx1LWpoT { display:block; }#lDTRarztpNwzNeWb649wpIc3yx1LWpoT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rXRxZvWoca9JhtyhFPLDSVTXkb0oUSnd { top:23.9375rem;left:0rem;width:24.0625rem;height:9.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiOGfDtsmr2TNX3sHGzVUmTdOSaFxSwJ { top:14.1875rem;left:0rem;width:24.25rem;height:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcqC1wDfr0ZtxxncuS6NvMwVL972lsV8 { width:17.75rem;height:3.75rem;top:35.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXWZzVnUk27IaA8xZ0Rts0DkrcfgTaB5 { display:block; }
 }@media only screen and (max-width: 763px) { #noORAQwTL90ckSVhzRM2OFrmFKuJiTuC { top:3.1875rem;left:0rem;width:26rem;height:8.75rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC { display:flex;height:auto;width:27.8125rem;top:4.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC #KX1zFUg5hV9Nt5aeRe7DPIuvbm8keSHz {  }
 }@media only screen and (max-width: 763px) { #lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC #i8n588L3oFcfNq7Nectr9wDrMhLJN8OK {  }
 }@media only screen and (max-width: 763px) { #lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC #AHSbxvmkPTaFCQSVfvys5FMGNHizlWT4 {  }
 }@media only screen and (max-width: 763px) { #lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC #c3CSqJpkNXJT7zPzGZIZxeiSkfegtMVk {  }
 }@media only screen and (max-width: 763px) { #lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC #FCSsyiKQ7xv9wFQlE5p3Xcqbk7gqK5s5 {  }
 }@media only screen and (max-width: 763px) { #lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC #w68QGMtezMNbk6dTAiSNvlqynfHwbkhk {  }
 }@media only screen and (max-width: 763px) { #lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC #uT1p33GimpnvBKObb1V8PtLxgCHd7OSy {  }
 }@media only screen and (max-width: 763px) { #lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC #NnmeDvnuTkbeXd7Du0yi9rMZMfT9Frm0 {  }
 }@media only screen and (max-width: 763px) { #lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC #iuDzznAViU1HteMhgvv0yTBfH3dGlvLv {  }
 }@media only screen and (max-width: 763px) { #lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC #AHz7NiKQTnhATwIxILy2ns4O2GTu9cqt {  }
 }@media only screen and (max-width: 763px) { #lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC #reJ9J8xUdMra7H9bko1mpRwtTEohkqS3 {  }
 }@media only screen and (max-width: 763px) { #lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC #T8i5SMHWNu6cyfpPc5CNu3ZrAcTEGLlO {  }
 }@media only screen and (max-width: 763px) { #lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC #NlZ30II5ecZIBAclNZPKsZPrXgzpZJMO {  }
 }@media only screen and (max-width: 763px) { #lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC #TBu14PIsiE6P7sxRVXMfT6GKi4xU3xym {  }
 }@media only screen and (max-width: 763px) { #lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC #CXw4nKLOGQihXiogwtA5kNuOULDzm4zI {  }
 }@media only screen and (max-width: 763px) { #lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC #dTyabFMKf2CaPDsoRWA6wGEcr8qvpy6A {  }
 }@media only screen and (max-width: 763px) { #lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC #P4A6XHh5Egewf7Qyr2bNnbyo155yRdKT {  }
 }@media only screen and (max-width: 763px) { #lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC #lcXKasNmRIcqgJVUGDnTD3CysGQy1iTG {  }
 }@media only screen and (max-width: 763px) { #lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC #bHEyB4EHJSrtsEKlGqusTLM13a6RByVi {  }
 }@media only screen and (max-width: 763px) { #lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC #i5FbrIHuMoDFPtyMsGCpMkIT63sRweQE {  }
 }@media only screen and (max-width: 763px) { #o0MNAUGcUkQPwzPT2fy0e91xi9yaknbF { display:block; }#o0MNAUGcUkQPwzPT2fy0e91xi9yaknbF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QtGNwWON8ZpPZlkJOuJdae6w3hCmWn1v { top:1.875rem;left:0rem;width:47.75rem;height:26.11328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbV3ghvPp7cPaR8CfRqCayyQlZwekP3L { display:block; }#MbV3ghvPp7cPaR8CfRqCayyQlZwekP3L > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xu5TwMV97T6whk2estTW8LN4yfxV6MV5 { top:3.6875rem;left:0rem;width:47.75rem;height:;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyT4MhBLDAV6CqTFeMFtBBhfil2uiNBf { top:7.9375rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U959O4hVNOl2TIso2iRqx3encvH2ehNU { width:17.75rem;height:3.75rem;top:12.375rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8WBAyGVwlKHQIE3KobCJtqHk31GiB4x { display:block; }
 }@media only screen and (max-width: 763px) { #oc8yBpiA82V2GIWhoqk35MpTkhb147Q4 { display:block; }#oc8yBpiA82V2GIWhoqk35MpTkhb147Q4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qOVwipp8W7CvxW8QpwkSsTy8RDX0Dab3 { top:2.5rem;left:0rem;width:19.125rem;height:3.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpzFqxTwEI6TT5JU2clnrPTdvlnVQW8X { top:6.5625rem;left:0rem;width:26.75rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLd2flI2tQP6AH19NEuykrlqielqeApH .widget-regular-label { width:27.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aLd2flI2tQP6AH19NEuykrlqielqeApH .widget-input-text { width:27.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aLd2flI2tQP6AH19NEuykrlqielqeApH .widget-input-text {padding-top: 0; padding-bottom: 0;}#aLd2flI2tQP6AH19NEuykrlqielqeApH .widget-textarea { width:27.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aLd2flI2tQP6AH19NEuykrlqielqeApH .widget-input-select { width:27.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aLd2flI2tQP6AH19NEuykrlqielqeApH .widget-input-select {padding-top: 0; padding-bottom: 0;}#aLd2flI2tQP6AH19NEuykrlqielqeApH .widget-input-button { width:27.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aLd2flI2tQP6AH19NEuykrlqielqeApH .widget-checkbox-label { width:25.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aLd2flI2tQP6AH19NEuykrlqielqeApH  { width:27.0625rem;height:auto;top:2.5rem;left:18.1875rem; }
#aLd2flI2tQP6AH19NEuykrlqielqeApH .radio-container { width:27.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aLd2flI2tQP6AH19NEuykrlqielqeApH {display:block;}#aLd2flI2tQP6AH19NEuykrlqielqeApH { width:27.0625rem;height:auto;top:2.5rem;left:18.1875rem; }
 }@media only screen and (max-width: 763px) { #aLd2flI2tQP6AH19NEuykrlqielqeApH #PU2USqtTrWtp918TKsEhi3V6ACLF4R48 {  }
 }@media only screen and (max-width: 763px) { #aLd2flI2tQP6AH19NEuykrlqielqeApH #RIZSiOgiOOrLqDJCg62By90CyTTZR0XE {  }
 }@media only screen and (max-width: 763px) { #aLd2flI2tQP6AH19NEuykrlqielqeApH #bL4usIZ8tmnyfCC4u0bH6KIhvpNufeNA {  }
 }@media only screen and (max-width: 763px) { #aLd2flI2tQP6AH19NEuykrlqielqeApH #hLHhxcyPD9XtxhOTWLI7iABsVfSEGi8Q {  }
 }@media only screen and (max-width: 763px) { #aLd2flI2tQP6AH19NEuykrlqielqeApH #XGWJvGUnT3R0bekWPOnLQSENfvsTGyvd {  }
 }@media only screen and (max-width: 763px) { #aLd2flI2tQP6AH19NEuykrlqielqeApH #wk6tsXiBJ05QOF30ITU4DW2In36IFGug {  }
 }@media only screen and (max-width: 763px) { #aLd2flI2tQP6AH19NEuykrlqielqeApH #wDblk8mMyfAx8Co1NgnndP0UeKuGmF5g {  }
 }@media only screen and (max-width: 763px) { #aLd2flI2tQP6AH19NEuykrlqielqeApH #DuBVW7znXFn3TnBDBPJQWL0yflwBdSQa {  }
 }@media only screen and (max-width: 763px) { #aLd2flI2tQP6AH19NEuykrlqielqeApH #swXsTTkTRrANJeztGTQgmeGFSizA8iB8 {  }
 }@media only screen and (max-width: 763px) { #aLd2flI2tQP6AH19NEuykrlqielqeApH #dyTidwzHNQZJE6SmsWHfFgIsF0oCEwVC {  }
 }@media only screen and (max-width: 763px) { #aLd2flI2tQP6AH19NEuykrlqielqeApH #DToJ4umZ4htnCcUNz3sm2NZT8ulrSBK6 {  }
 }@media only screen and (max-width: 763px) { #aLd2flI2tQP6AH19NEuykrlqielqeApH #ScFP3dGzFElBurBpn4lKogevvmGmicRq {  }
 }@media only screen and (max-width: 763px) { #aLd2flI2tQP6AH19NEuykrlqielqeApH #syzqmFteeyuVdVU1uSaLTXHCcR6lvuob {  }
 }@media only screen and (max-width: 763px) { #aLd2flI2tQP6AH19NEuykrlqielqeApH #d7QFwfXq2VSVGxr1xwZf7F7ECstFslre {  }
 }@media only screen and (max-width: 763px) { #aLd2flI2tQP6AH19NEuykrlqielqeApH #dUHvzB7AJ6Qfo41n5gbFqwZZLKcSQlu4 {  }
 }@media only screen and (max-width: 763px) { #aLd2flI2tQP6AH19NEuykrlqielqeApH #GbTpurtIkr492LrMgmHhzHuUZEOocbqK {  }
 }@media only screen and (max-width: 763px) { #aLd2flI2tQP6AH19NEuykrlqielqeApH #g7xT1EDnJUSrFWptPPaFTl1BBrR0TD7s {  }
 }@media only screen and (max-width: 763px) { #aLd2flI2tQP6AH19NEuykrlqielqeApH #EoEtCRW8fUxkoB8lHn3GUA3ZTvdwEQxu {  }
 }@media only screen and (max-width: 763px) { #aLd2flI2tQP6AH19NEuykrlqielqeApH #TmovazMGWJkDfa7tcDmE70waEk32hLNA {  }
 }@media only screen and (max-width: 763px) { #aLd2flI2tQP6AH19NEuykrlqielqeApH #MSwtTHV1TLi17XNLIci4h0Tqu0gychqf {  }
 }@media only screen and (max-width: 763px) { #P7IXTbSXkOu805HkdcohzTE0Oh9xOoSg { display:block; }#P7IXTbSXkOu805HkdcohzTE0Oh9xOoSg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VGTdMwoDLg821560qPfMKCRPXuf1uc1M { top:2.375rem;left:0rem;width:14.375rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRsoRTSTtGFW5UXQ1tvhCK5HwC6qT2J0 { top:7.875rem;left:33.6875rem;width:14.0625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTmAUOwmsu6ixTav84euI9U9ImM9bcJL { display:block; }
 }@media only screen and (max-width: 763px) { #ehR3uO5h671I0dsLLV3HgMeKHOqLKeQT { top:5.5rem;left:33.6875rem;width:14.0625rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUmXOMWA1PU4f63QQTezOIGpz8FwL6E2 { display:block; }
 }@media only screen and (max-width: 763px) { #M8Hyg0ibnoWpNkTgKXW6kBUZ9itzdfPE { top:3.25rem;left:33.6875rem;width:14.0625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5B8yGCzgfnmXy0sNTILSKnC2TLvkKyp { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Z4DRM9J8IwhxIRHPVPnBLaL8GdlTAw3x { position:relative;z-index:auto;display:block; }#Z4DRM9J8IwhxIRHPVPnBLaL8GdlTAw3x > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NVTlT3eF6TRl4qVPASAXutXEMR2dZssb { width:11.875rem;height:3.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpNizQoUF6fD6CnUJX6ybDTrCeuXU9oC { width:4.5rem;height:4.125rem;top:0.9375rem;left:15.5rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #aR9AUgOi4qREZemNoBU1GU3QM4T7hlBU { display:block; }#aR9AUgOi4qREZemNoBU1GU3QM4T7hlBU > .row .container { width:20rem;height:65.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mflXUeipobu5h0ycLbQXJy4rTJsIU3EE { width:20rem;height:9rem;top:1.25rem;left:0rem;font-size:2.5rem;text-align:left;text-align-last:left;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #Ag6sO0QwEJnG67I0RyTC25wvpHsskoMD { width:20rem;height:30.28125rem;top:26.875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #Qsot0deMwcOLdxwTAg7fpKu80Pc6Eq0c { width:20rem;height:15.8125rem;top:10.25rem;left:0rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #teAFV1zS48vbMkqiqkuLJTnHpDbBs1n6 { width:17.75rem;height:3.75rem;top:59.0625rem;left:0rem;font-size:0.9375rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #lWIBbxTw3rCFu1SXpkKBtiHT0bOlLAgO { display:block; }
 }@media only screen and (max-width: 763px) { #lDTRarztpNwzNeWb649wpIc3yx1LWpoT { display:block; }#lDTRarztpNwzNeWb649wpIc3yx1LWpoT > .row .container { width:20rem;height:84.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rXRxZvWoca9JhtyhFPLDSVTXkb0oUSnd { width:20rem;height:12.75rem;top:52.8125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #BiOGfDtsmr2TNX3sHGzVUmTdOSaFxSwJ { width:20rem;height:9.5625rem;top:66.6875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #lcqC1wDfr0ZtxxncuS6NvMwVL972lsV8 { width:17.75rem;height:3.75rem;top:78rem;left:0rem;font-size:0.9375rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #JXWZzVnUk27IaA8xZ0Rts0DkrcfgTaB5 { display:block; }
 }@media only screen and (max-width: 763px) { #noORAQwTL90ckSVhzRM2OFrmFKuJiTuC { width:20rem;height:7.19825rem;top:2.3125rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC { display:flex;height:auto;width:17.5rem;top:10.875rem;left:0rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC #KX1zFUg5hV9Nt5aeRe7DPIuvbm8keSHz {  }
 }@media only screen and (max-width: 763px) { #lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC #i8n588L3oFcfNq7Nectr9wDrMhLJN8OK {  }
 }@media only screen and (max-width: 763px) { #lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC #AHSbxvmkPTaFCQSVfvys5FMGNHizlWT4 {  }
 }@media only screen and (max-width: 763px) { #lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC #c3CSqJpkNXJT7zPzGZIZxeiSkfegtMVk {  }
 }@media only screen and (max-width: 763px) { #lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC #FCSsyiKQ7xv9wFQlE5p3Xcqbk7gqK5s5 {  }
 }@media only screen and (max-width: 763px) { #lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC #w68QGMtezMNbk6dTAiSNvlqynfHwbkhk {  }
 }@media only screen and (max-width: 763px) { #lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC #uT1p33GimpnvBKObb1V8PtLxgCHd7OSy {  }
 }@media only screen and (max-width: 763px) { #lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC #NnmeDvnuTkbeXd7Du0yi9rMZMfT9Frm0 {  }
 }@media only screen and (max-width: 763px) { #lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC #iuDzznAViU1HteMhgvv0yTBfH3dGlvLv {  }
 }@media only screen and (max-width: 763px) { #lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC #AHz7NiKQTnhATwIxILy2ns4O2GTu9cqt {  }
 }@media only screen and (max-width: 763px) { #lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC #reJ9J8xUdMra7H9bko1mpRwtTEohkqS3 {  }
 }@media only screen and (max-width: 763px) { #lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC #T8i5SMHWNu6cyfpPc5CNu3ZrAcTEGLlO {  }
 }@media only screen and (max-width: 763px) { #lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC #NlZ30II5ecZIBAclNZPKsZPrXgzpZJMO {  }
 }@media only screen and (max-width: 763px) { #lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC #TBu14PIsiE6P7sxRVXMfT6GKi4xU3xym {  }
 }@media only screen and (max-width: 763px) { #lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC #CXw4nKLOGQihXiogwtA5kNuOULDzm4zI {  }
 }@media only screen and (max-width: 763px) { #lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC #dTyabFMKf2CaPDsoRWA6wGEcr8qvpy6A {  }
 }@media only screen and (max-width: 763px) { #lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC #P4A6XHh5Egewf7Qyr2bNnbyo155yRdKT {  }
 }@media only screen and (max-width: 763px) { #lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC #lcXKasNmRIcqgJVUGDnTD3CysGQy1iTG {  }
 }@media only screen and (max-width: 763px) { #lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC #bHEyB4EHJSrtsEKlGqusTLM13a6RByVi {  }
 }@media only screen and (max-width: 763px) { #lLpypbFOZB3gxdTBvhM46fCvq4VxDAhC #i5FbrIHuMoDFPtyMsGCpMkIT63sRweQE {  }
 }@media only screen and (max-width: 763px) { #o0MNAUGcUkQPwzPT2fy0e91xi9yaknbF { display:block; }#o0MNAUGcUkQPwzPT2fy0e91xi9yaknbF > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QtGNwWON8ZpPZlkJOuJdae6w3hCmWn1v { width:20rem;height:10.9375rem;top:2.03125rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #MbV3ghvPp7cPaR8CfRqCayyQlZwekP3L { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f2434813-fac5-404e-96e4-7308bdd33a35/AdobeStock_225938944.crop_3091x2160_749,0.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#MbV3ghvPp7cPaR8CfRqCayyQlZwekP3L.adaptive-delivery-prevent-bg, #MbV3ghvPp7cPaR8CfRqCayyQlZwekP3L.lazyload, #MbV3ghvPp7cPaR8CfRqCayyQlZwekP3L.lazyloading { background-image: none; }#MbV3ghvPp7cPaR8CfRqCayyQlZwekP3L > .row .container { background-color: transparent; background-image: none; }#MbV3ghvPp7cPaR8CfRqCayyQlZwekP3L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#MbV3ghvPp7cPaR8CfRqCayyQlZwekP3L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MbV3ghvPp7cPaR8CfRqCayyQlZwekP3L > .row .container > .video-iframe-container { display: none; }#MbV3ghvPp7cPaR8CfRqCayyQlZwekP3L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#MbV3ghvPp7cPaR8CfRqCayyQlZwekP3L > .row > .video-iframe-container { display: none; }#MbV3ghvPp7cPaR8CfRqCayyQlZwekP3L > .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); }#MbV3ghvPp7cPaR8CfRqCayyQlZwekP3L > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xu5TwMV97T6whk2estTW8LN4yfxV6MV5 { width:20rem;height:4.798825rem;top:4rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #xyT4MhBLDAV6CqTFeMFtBBhfil2uiNBf { width:20rem;height:3.1875rem;top:10rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #U959O4hVNOl2TIso2iRqx3encvH2ehNU { width:18.9375rem;height:3.75rem;top:14.4375rem;left:0.5rem;font-size:0.9375rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #z8WBAyGVwlKHQIE3KobCJtqHk31GiB4x { display:block; }
 }@media only screen and (max-width: 763px) { #oc8yBpiA82V2GIWhoqk35MpTkhb147Q4 { display:block; }#oc8yBpiA82V2GIWhoqk35MpTkhb147Q4 > .row .container { width:20rem;height:50.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qOVwipp8W7CvxW8QpwkSsTy8RDX0Dab3 { width:19.5rem;height:2.625rem;top:2.625rem;left:0.0625rem;font-size:2.1875rem;text-align:left;text-align-last:left;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #MpzFqxTwEI6TT5JU2clnrPTdvlnVQW8X { width:20rem;height:4.21875rem;top:6.25rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #aLd2flI2tQP6AH19NEuykrlqielqeApH .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aLd2flI2tQP6AH19NEuykrlqielqeApH .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aLd2flI2tQP6AH19NEuykrlqielqeApH .widget-input-text {padding-top: 0; padding-bottom: 0;}#aLd2flI2tQP6AH19NEuykrlqielqeApH .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aLd2flI2tQP6AH19NEuykrlqielqeApH .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aLd2flI2tQP6AH19NEuykrlqielqeApH .widget-input-select {padding-top: 0; padding-bottom: 0;}#aLd2flI2tQP6AH19NEuykrlqielqeApH .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aLd2flI2tQP6AH19NEuykrlqielqeApH .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aLd2flI2tQP6AH19NEuykrlqielqeApH  { width:17.5rem;height:auto;top:11.9375rem;left:0rem;z-index:15008; }
#aLd2flI2tQP6AH19NEuykrlqielqeApH .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aLd2flI2tQP6AH19NEuykrlqielqeApH {display:block;}#aLd2flI2tQP6AH19NEuykrlqielqeApH { width:17.5rem;height:auto;top:11.9375rem;left:0rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #aLd2flI2tQP6AH19NEuykrlqielqeApH #PU2USqtTrWtp918TKsEhi3V6ACLF4R48 {  }
 }@media only screen and (max-width: 763px) { #aLd2flI2tQP6AH19NEuykrlqielqeApH #RIZSiOgiOOrLqDJCg62By90CyTTZR0XE {  }
 }@media only screen and (max-width: 763px) { #aLd2flI2tQP6AH19NEuykrlqielqeApH #bL4usIZ8tmnyfCC4u0bH6KIhvpNufeNA {  }
 }@media only screen and (max-width: 763px) { #aLd2flI2tQP6AH19NEuykrlqielqeApH #hLHhxcyPD9XtxhOTWLI7iABsVfSEGi8Q {  }
 }@media only screen and (max-width: 763px) { #aLd2flI2tQP6AH19NEuykrlqielqeApH #XGWJvGUnT3R0bekWPOnLQSENfvsTGyvd {  }
 }@media only screen and (max-width: 763px) { #aLd2flI2tQP6AH19NEuykrlqielqeApH #wk6tsXiBJ05QOF30ITU4DW2In36IFGug {  }
 }@media only screen and (max-width: 763px) { #aLd2flI2tQP6AH19NEuykrlqielqeApH #wDblk8mMyfAx8Co1NgnndP0UeKuGmF5g {  }
 }@media only screen and (max-width: 763px) { #aLd2flI2tQP6AH19NEuykrlqielqeApH #DuBVW7znXFn3TnBDBPJQWL0yflwBdSQa {  }
 }@media only screen and (max-width: 763px) { #aLd2flI2tQP6AH19NEuykrlqielqeApH #swXsTTkTRrANJeztGTQgmeGFSizA8iB8 {  }
 }@media only screen and (max-width: 763px) { #aLd2flI2tQP6AH19NEuykrlqielqeApH #dyTidwzHNQZJE6SmsWHfFgIsF0oCEwVC {  }
 }@media only screen and (max-width: 763px) { #aLd2flI2tQP6AH19NEuykrlqielqeApH #DToJ4umZ4htnCcUNz3sm2NZT8ulrSBK6 {  }
 }@media only screen and (max-width: 763px) { #aLd2flI2tQP6AH19NEuykrlqielqeApH #ScFP3dGzFElBurBpn4lKogevvmGmicRq {  }
 }@media only screen and (max-width: 763px) { #aLd2flI2tQP6AH19NEuykrlqielqeApH #syzqmFteeyuVdVU1uSaLTXHCcR6lvuob {  }
 }@media only screen and (max-width: 763px) { #aLd2flI2tQP6AH19NEuykrlqielqeApH #d7QFwfXq2VSVGxr1xwZf7F7ECstFslre {  }
 }@media only screen and (max-width: 763px) { #aLd2flI2tQP6AH19NEuykrlqielqeApH #dUHvzB7AJ6Qfo41n5gbFqwZZLKcSQlu4 {  }
 }@media only screen and (max-width: 763px) { #aLd2flI2tQP6AH19NEuykrlqielqeApH #GbTpurtIkr492LrMgmHhzHuUZEOocbqK {  }
 }@media only screen and (max-width: 763px) { #aLd2flI2tQP6AH19NEuykrlqielqeApH #g7xT1EDnJUSrFWptPPaFTl1BBrR0TD7s {  }
 }@media only screen and (max-width: 763px) { #aLd2flI2tQP6AH19NEuykrlqielqeApH #EoEtCRW8fUxkoB8lHn3GUA3ZTvdwEQxu {  }
 }@media only screen and (max-width: 763px) { #aLd2flI2tQP6AH19NEuykrlqielqeApH #TmovazMGWJkDfa7tcDmE70waEk32hLNA {  }
 }@media only screen and (max-width: 763px) { #aLd2flI2tQP6AH19NEuykrlqielqeApH #MSwtTHV1TLi17XNLIci4h0Tqu0gychqf {  }
 }@media only screen and (max-width: 763px) { #P7IXTbSXkOu805HkdcohzTE0Oh9xOoSg { display:block; }#P7IXTbSXkOu805HkdcohzTE0Oh9xOoSg > .row .container { width:20rem;height:19.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VGTdMwoDLg821560qPfMKCRPXuf1uc1M { width:14.375rem;height:8rem;top:1.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRsoRTSTtGFW5UXQ1tvhCK5HwC6qT2J0 { top:16.375rem;left:2.9375rem;width:14.0625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTmAUOwmsu6ixTav84euI9U9ImM9bcJL { display:block; }
 }@media only screen and (max-width: 763px) { #ehR3uO5h671I0dsLLV3HgMeKHOqLKeQT { top:13.375rem;left:2.9375rem;width:14.0625rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUmXOMWA1PU4f63QQTezOIGpz8FwL6E2 { display:block; }
 }@media only screen and (max-width: 763px) { #M8Hyg0ibnoWpNkTgKXW6kBUZ9itzdfPE { top:10.5rem;left:2.9375rem;width:14.0625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5B8yGCzgfnmXy0sNTILSKnC2TLvkKyp { display:block; }
 }