.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW { background-color:#1c1c1c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container { background-color: transparent; background-image: none; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container > .video-iframe-container { display: none; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row > .video-iframe-container { display: none; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .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); }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container { border-width: 0; border-radius: 0; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;overflow:visible;position:relative;display:block; }#fVyoUBUqozhHtlLDmgVu5TNbq5kurORO { color:#ffffff;display:block;width:42.5625rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:10.25rem;left:0rem;height:;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; }
#F73DBDoGqZwVZXPqN02qTuQK60h2hBEI { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2170f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2170f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:40.5625rem;display:block; }
#bQbMnf15zh31x6yNv0PVWorTs7gnoF4p { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2170f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2170f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:42.9375rem;display:block; }
#Cr27o0vJmGAsBl5PPF17hPIz76ApnKcD { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2170f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2170f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:47.6875rem;display:block; }
#PS10THBVLpsMtJBEu6b7AJwRGLU99BwQ { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2170f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2170f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:45.3125rem;display:block; }
#GEh9ROPl1EF2g9zGm8QpkwrvroLWgZIa { position:absolute;display:block;z-index:15068;background-color:#2170f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.75rem;width:25.9375rem;top:6.25rem;left:44.6875rem;display:block; }
#pi77ZedTKoUb2mA9JbNVbkVaPRB6Ngv7 { position:absolute;display:block;z-index:15069;background-color:#0c48ab;background-image:none;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:36.75rem;width:0.5625rem;top:6.25rem;left:44.6875rem;display:block; }
#zLPVXDBZcPNxgqLXhKAwXevMPB1gENw2 { position:absolute;display:block;z-index:15070;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(175,193,216,0.27));background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(175,193,216,0.27));background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(175,193,216,0.27));background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(175,193,216,0.27));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#afc1d844' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#afc1d844' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), rgba(175,193,216,0.27));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.75rem;width:11.125rem;top:6.25rem;left:59.375rem;display:block; }
#RyHVoRsxF9V6Gq84TITUrurFgLWQz9i8 { color:#000000;display:block;width:18.75rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:700;z-index:15072;line-height:1.2;letter-spacing:0;top:15.6875rem;left:47.1875rem;height:4.6494125rem;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; }
#CkFQ0E3flDLvGJ1I6h5nVwFGkBJrRhXx { background-color:#2170f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1c1c1c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.1875rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:39.3125rem;left:11.6875rem;display:block; }
#cg4LBSsiGPTTSeFPRKJiSbwS2MTAz5nT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JCIEDBUUiTGJvo05q23cBDctQB4Q5IBQ { position:absolute;display:block;z-index:15073;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:17.0625rem;width:25.8125rem;top:15.6875rem;left:45.3125rem;overflow:hidden;display:block; }
#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/pWUyHVJgLhg/unsplash/homa-appliances-pWUyHVJgLhg-photo-1717386255773-1e3037c81788.jpg");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; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB.adaptive-delivery-prevent-bg, #JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB.lazyload, #JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB.lazyloading { background-image: none; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container { background-color: transparent; background-image: none; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.8); }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container > .video-iframe-container { display: none; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.8); }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row > .video-iframe-container { display: none; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .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); }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container { border-width: 0; border-radius: 0; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB::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; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#fZhd86V09Hkgy4XGr7VfzTI14pGWkFCz { position:absolute;display:block;z-index:15015;background-color:#1c1c1c;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;height:17.1875rem;width:21.25rem;top:16rem;left:0rem;display:block; }
#FcucNy8n9ntsGuzg7XK70uF4ascN9BFu { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:17.875rem;left:1.875rem; }
#eLHKgoQ4DEDLntgNx4fdBtMpLgIgTSmp { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:20.9375rem;left:1.875rem;height:2.54980625rem;font-style:normal;display:block; }
#uEG9wXWBJzak2TG4BiZvE57DAxi9Mcx8 { color:#ededed;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:23.875rem;left:1.875rem;height:8.496125rem;font-style:normal;display:block; }
#ElelkB1G8i6LA6F8CU93DRt6KBNJG22D { color:#2170f3;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:1.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K3Fafgp9zyi9TAJnQdM2l2MmV8rK86QE { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:6.63671875rem;left:11.25rem;height:;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; }
#SlXNEqazQ6fxdhfNUksqEuD2cL6TX9Xg { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2170f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2170f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#GxH7BLy5JQZlX9lgxTyzczzEAy8n1o3b { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2170f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2170f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#Tqy3BA05U6mGNHCeDGcz9zF6n7CLPyLG { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2170f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2170f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#WnbZuedgmKS9ri1gVnZ29BzlmUxqWVBe { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2170f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2170f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#fG6x8eLJp1rHnxIgl2TDRhQcC14yPVG7 { position:absolute;display:block;z-index:15019;background-color:#1c1c1c;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;height:17.1875rem;width:21.25rem;top:16rem;left:26.875rem;display:block; }
#XPm4D4FK4NUJ3PHCSnfTDwcDreZ778CU { color:#ededed;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:23.875rem;left:28.75rem;height:8.496125rem;font-style:normal;display:block; }
#WMZqad9lTvwIZgXbMiElPbAoGMK19cBJ { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:20.9375rem;left:28.75rem;height:2.54980625rem;font-style:normal;display:block; }
#NEJixMdBEIpt1LknIqqvkbc2OU88gikH { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:17.875rem;left:28.75rem; }
#KGinI1XfKn9CDU8nIHalfwpal330IKQ4 { position:absolute;display:block;z-index:15023;background-color:#1c1c1c;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;height:17.1875rem;width:21.25rem;top:16rem;left:53.75rem;display:block; }
#qIDpGfPGccUPMRZvavvrK2ooyyJnbQsb { color:#ededed;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:26.423828125rem;left:55.625rem;height:3.3984375rem;font-style:normal;display:block; }
#aTZstqWTZAASdEUXwJiAt2xD63SvhdoT { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:20.9375rem;left:55.625rem;height:5.0996125rem;font-style:normal;display:block; }
#xrzSnD4iFkRdoPqzfUaXVDd0HTIihe1N { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:17.875rem;left:55.625rem; }
#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;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; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container { background-color: transparent; background-image: none; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container > .video-iframe-container { display: none; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row > .video-iframe-container { display: none; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .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); }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container { border-width: 0; border-radius: 0; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:75rem;position:relative;display:block; }#Z3rz8ilhdP1eZTVDzSuQ1oqV2kQKVEsp { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:16.375rem;left:10.1875rem; }
#haW7bpH937ZRgJkQpB3dcRC3JPVTVEUd { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:20.25rem;left:0rem;height:2.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ne5cTwpGoauxbtPIyEKRC0gBSV6DO3cp { color:#ededed;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:23.1875rem;left:0rem;height:6.796875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kbeRsnCJ8qWBHWmtLy3q7o7fv0fWRTvA { color:#2170f3;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:1.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pEPZg3351aTZJGkX0ELyK7z8DoE4Aq1V { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:6.63671875rem;left:11.25rem;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; }
#cu9THOivMRw2XM7wRbIee87nH7uin95a { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2170f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2170f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#JOn8WiNDsXqgrCWTTq9JIU7gG0lvrLLK { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2170f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2170f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#MkU01zsD9kOz6oSLIGbO6uisdp53ayr3 { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2170f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2170f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#q81ocTxLaGoS7PtfJ9TAC3NWGyqyZ2TZ { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2170f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2170f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#AcwOTPmtSZQ4oOmr1Z9vz3C1ZD4lJvmh { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(33,112,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2170f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2170f34c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:4.5rem;width:4.5rem;top:15.1875rem;left:9rem;display:block; }
#iVcuTb37yBhfdnUT2WQr7ZO4dGqOaOAv { color:#ededed;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:23rem;left:26.25rem;height:5.09765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#REp37Ri1wy7yDIENm9GFOfwdLR7CzmRf { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:20.0625rem;left:26.25rem;height:2.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TV2LkXszbrmEPDT4nm0vkQmmnT4hn4Rc { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(181deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(181deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(181deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(181deg, rgba(33,112,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2170f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2170f34c', endColorstr='#00000000' );";background-image: linear-gradient(181deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:4.5rem;width:4.5rem;top:15rem;left:35.25rem;display:block; }
#pcpRgWUFVEwl5dZFVfrm5ACILUobwS3X { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:16.1875rem;left:36.4375rem; }
#C2xZ20TFWD3PkdtLsdeTLSofR7bdZOiI { color:#ededed;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:23rem;left:52.5rem;height:5.09765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K3fF1ATlWXQMZdUw3KB1E8hO3wLHlcTR { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:20.0625rem;left:52.5rem;height:2.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TaTeNHKJT1bs58i6ymdEd2VhRHho2Sf7 { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(285deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(285deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(285deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(285deg, rgba(33,112,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2170f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2170f34c', endColorstr='#00000000' );";background-image: linear-gradient(285deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:4.5rem;width:4.5rem;top:15rem;left:61.5rem;display:block; }
#X92dsiZ3TTnyJgTdczvX05Dd8QCThDOa { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:16.1875rem;left:62.6875rem; }
#OyED4yiitOTGRyeDZkPb6GoanOCZQJyS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/sz1CHL7Pky0/unsplash/homa-appliances-sz1CHL7Pky0-photo-1716191299980-a6e8827ba10b.jpg");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; }#OyED4yiitOTGRyeDZkPb6GoanOCZQJyS.adaptive-delivery-prevent-bg, #OyED4yiitOTGRyeDZkPb6GoanOCZQJyS.lazyload, #OyED4yiitOTGRyeDZkPb6GoanOCZQJyS.lazyloading { background-image: none; }#OyED4yiitOTGRyeDZkPb6GoanOCZQJyS > .row .container { background-color: transparent; background-image: none; }#OyED4yiitOTGRyeDZkPb6GoanOCZQJyS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.6); }#OyED4yiitOTGRyeDZkPb6GoanOCZQJyS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OyED4yiitOTGRyeDZkPb6GoanOCZQJyS > .row .container > .video-iframe-container { display: none; }#OyED4yiitOTGRyeDZkPb6GoanOCZQJyS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.6); }#OyED4yiitOTGRyeDZkPb6GoanOCZQJyS > .row > .video-iframe-container { display: none; }#OyED4yiitOTGRyeDZkPb6GoanOCZQJyS > .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); }#OyED4yiitOTGRyeDZkPb6GoanOCZQJyS > .row .container { border-width: 0; border-radius: 0; }#OyED4yiitOTGRyeDZkPb6GoanOCZQJyS::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; }#OyED4yiitOTGRyeDZkPb6GoanOCZQJyS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OyED4yiitOTGRyeDZkPb6GoanOCZQJyS > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:75rem;position:relative;display:block; }#qgFW4A5osTB6cntmuMv4J2pRLzDPLN3M { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:15.9375rem;left:0rem;height:7.6494375rem;font-style:normal;display:block; }
#Fxx2qeDMa5Qa8nZ5FStXF72ESC8bLFiB { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #2170f3, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #2170f3, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #2170f3, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #2170f3, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2170f3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2170f3', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #2170f3, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:16.25rem;top:14.8125rem;left:0rem;display:block; }
#TLSTHKWIHAHTTNbwWKcuOVJihrVEzik0 { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:15042;line-height:1.7;letter-spacing:0;top:15.9375rem;left:19.375rem;height:10.19925rem;font-style:normal;display:block; }
#HTN3Te6XS2M8c7XkPKI72Tt50UEKrexR { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #2170f3, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #2170f3, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #2170f3, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #2170f3, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2170f3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2170f3', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #2170f3, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:16.25rem;top:14.8125rem;left:19.375rem;display:block; }
#JbWTMDrKwRuhaZBKa6cfAWAPuCOTR8fO { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:15045;line-height:1.7;letter-spacing:0;top:15.9375rem;left:38.75rem;height:7.6494375rem;font-style:normal;display:block; }
#aTm7LHfu2d7aLFGC5T2PSTnTZVu40d6v { position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #2170f3, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #2170f3, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #2170f3, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #2170f3, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2170f3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2170f3', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #2170f3, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:16.25rem;top:14.8125rem;left:38.75rem;display:block; }
#wgmcEwRvXIS9am34G1zKy5riGcxGZeB1 { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:15.9375rem;left:58.75rem;height:7.6494375rem;font-style:normal;display:block; }
#zIdvb60NHZaBhidNAkZlmfauEamr6MIv { position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #2170f3, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #2170f3, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #2170f3, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #2170f3, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2170f3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2170f3', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #2170f3, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5rem;width:16.25rem;top:14.8125rem;left:58.75rem;display:block; }
#KOmisRiRUOdivtGgfOXRvh9nZwpyUl0k { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:4.38671875rem;left:11.25rem;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; }
#bDImGuVITM5zw4s4KZ2Wz06RhwJWyGB9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:11.46875rem;left:0rem; }
#uNukDMmp9HPvARNMs7hZ8NwaAd1rMGzn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:11.75rem;left:19.375rem; }
#PtslZCsGQAJc8W5xHr361cRvRIxkExGu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:11.625rem;left:38.75rem; }
#DsDOgFMOToHdOE5lrTbaTdFXoBAscp2T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:11.1875rem;left:58.75rem; }
#Uo5LKePdhbpECcc59csi14QIprsXJnAy { color:#2170f3;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15016;line-height:1.7;letter-spacing:0;top:2.75rem;left:11.25rem;height:1.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;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; }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI > .row .container { background-color: transparent; background-image: none; }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI > .row .container > .video-iframe-container { display: none; }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI > .row > .video-iframe-container { display: none; }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI > .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); }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI > .row .container { border-width: 0; border-radius: 0; }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI > .row .container { font-size:0.875rem;font-family:arial;height:45.3125rem;width:75rem;position:relative;display:block; }#unLhsU3qMKTB1QzcIQim5dXCy0OXpOCJ { color:#2170f3;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15023;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:1.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TZQbTFkuhdQZbWg1cpIA4UWrMyrqKuIi { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:6.6875rem;left:11.25rem;height:;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; }
#RaN9SpuiqR7p7g7LCCLtDyT6TPNvrqOK { color:#ffffff;display:block;width:30rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:28.8125rem;left:0rem;height:10.1953125rem;text-align:left;text-align-last:left;display:block; }
#zG4l0rGA2BgyadmDiuw6Jg3QDnVIiQuh { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:39.75rem;left:0rem; }
#zG4l0rGA2BgyadmDiuw6Jg3QDnVIiQuh > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#usyfmDp12m9hAQPDKbbUWasazKnDWeua { color:#b5b5b5;display:block;width:30rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:25.875rem;left:0rem;height:1.69921875rem;text-align:left;text-align-last:left;display:block; }
#wGIHcVAi1vdZq82t67VIEhitHP4EvKAK { color:#2170f3;display:block;width:30rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:22.75rem;left:0rem;height:3.1875rem;text-align:left;text-align-last:left;display:block; }
#n6vIXePF9TNKiWFBtU8Ds4Q05UMyAldg { color:#ffffff;display:block;width:30rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15036;line-height:1.7;letter-spacing:0;top:28.8125rem;left:42.5rem;height:8.496125rem;text-align:left;text-align-last:left;display:block; }
#W3bAK0sw8koyfdxmlfsFyOZtqTVMCm9S { color:#b5b5b5;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15035;line-height:1.7;letter-spacing:0;top:25.875rem;left:42.5rem;height:1.69921875rem;text-align:left;text-align-last:left;display:block; }
#TpnXqGgHheM1FU8rc1B739ZCCUc6TbRC { color:#2170f3;display:block;width:30rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:normal;z-index:15034;line-height:1.7;letter-spacing:0;top:22.75rem;left:42.5rem;height:3.1875rem;text-align:left;text-align-last:left;display:block; }
#HpFVAHeOGwP65O6K2cThQZdkouIWZQsl { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:39.75rem;left:42.5rem; }
#HpFVAHeOGwP65O6K2cThQZdkouIWZQsl > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#Eu2vWpkIcOMFZG69EF8PzMRTA8Rv8qvG { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(0,0,0,0), rgba(33,112,243,0.2));background-image: -moz-linear-gradient(360deg, rgba(0,0,0,0), rgba(33,112,243,0.2));background-image: -ms-linear-gradient(360deg, rgba(0,0,0,0), rgba(33,112,243,0.2));background-image: -o-linear-gradient(360deg, rgba(0,0,0,0), rgba(33,112,243,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2170f333' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2170f333' );";background-image: linear-gradient(360deg, rgba(0,0,0,0), rgba(33,112,243,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:32.5rem;top:15.1875rem;left:0rem;display:block; }
#xxBkD7CCW9B2pidmLVz8meVN1lMtRzMt { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(81deg, rgba(0,0,0,0), rgba(33,112,243,0.2));background-image: -moz-linear-gradient(81deg, rgba(0,0,0,0), rgba(33,112,243,0.2));background-image: -ms-linear-gradient(81deg, rgba(0,0,0,0), rgba(33,112,243,0.2));background-image: -o-linear-gradient(81deg, rgba(0,0,0,0), rgba(33,112,243,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2170f333' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2170f333' );";background-image: linear-gradient(81deg, rgba(0,0,0,0), rgba(33,112,243,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:32.5rem;top:15.1875rem;left:42.5rem;display:block; }
#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uQR1eEZBMYY/unsplash/luca-upper-uQR1eEZBMYY-photo-1609627016501-b862497c7294.jpg");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; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu.adaptive-delivery-prevent-bg, #qbWA7061q9zvDw3LlXmrR78t4pDHMIlu.lazyload, #qbWA7061q9zvDw3LlXmrR78t4pDHMIlu.lazyloading { background-image: none; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row .container { background-color: transparent; background-image: none; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.8); }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row .container > .video-iframe-container { display: none; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.8); }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row > .video-iframe-container { display: none; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .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); }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row .container { border-width: 0; border-radius: 0; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu::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; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#oXiSfuCrdnq0l6eNWmgoGCRFZraTfpIq { color:#ffffff;display:block;width:55rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:12.625rem;left:10rem;height:;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; }
#IENtXnIMZpvlGdXSEutgVkkTiMpisFv7 { color:#ffffff;display:block;width:40rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:16.8125rem;left:17.5rem;height:3.82421875rem;text-align:center;text-align-last:center;display:block; }
#IeZvyENN0KuGvoMaa5PAV78y0nLfzCrv { background-color:#1c1c1c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:22.5rem;left:31.125rem;display:block; }
#Bul5cAUA94sEQvUOXaT4QvHDn8za32wH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TUu54tI1c1fDqT7Xba6mfsWeuQ0cBJc2 { position:absolute;display:block;z-index:15001;background-color:#2170f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:60rem;top:8.125rem;left:7.5rem;display:block; }
#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb { background-color:#1c1c1c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .row .container { background-color: transparent; background-image: none; }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .row .container > .video-iframe-container { display: none; }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .row > .video-iframe-container { display: none; }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .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); }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .row .container { border-width: 0; border-radius: 0; }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;overflow:visible;position:relative;display:block; }#Qe9h0Wud265qcFHomikIm3TKmN2nogmV { color:#ffffff;display:block;width:29.375rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:3.5rem;left:7rem;height:6.2988125rem;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; }
#Pzcv4U11aJ5fXpHGTueCXve0Eh39KhLV { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2170f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2170f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:45rem;display:block; }
#aiWvILT5GzlRovc61cS3KkcGrxf88ZnH { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2170f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2170f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:47.375rem;display:block; }
#nZSfxnIeq4GxzNHMT1hvh94SpuHVHLQr { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2170f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2170f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:52.125rem;display:block; }
#IPB0dGwUGII8Mc0UcIzVEac7GNezFWdB { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2170f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2170f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:49.75rem;display:block; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-form-header {  }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.875rem;font-weight:400;color:#ffffff;width:25rem;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;overflow:hidden;font-style:normal;text-align:left;text-align-last:left;vertical-align:top; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25rem;box-sizing:border-box;height:3.125rem;color:#000000;font-size:1rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-text {padding-top: 0; padding-bottom: 0;}#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:1rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #b5b5b5;border-left:0.0625rem solid #b5b5b5;border-right:0.0625rem solid #b5b5b5;border-bottom:0.0625rem solid #b5b5b5;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:25rem;box-sizing:border-box;height:3.125rem;color:#000000;font-family:raleway;font-size:1rem;overflow:hidden;vertical-align:top; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-select {padding-top: 0; padding-bottom: 0;}#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .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; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#2170f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#1c1c1c;width:25rem;height:3.4375rem;font-family:raleway;overflow:hidden; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe [class*="-text"]:-moz-placeholder { color:#b5b5b5;font-family:raleway;font-size:1rem; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe [class*="-text"]::-moz-placeholder { color:#b5b5b5;font-family:raleway;font-size:1rem; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe [class*="-text"]:-ms-input-placeholder { color:#b5b5b5;font-family:raleway;font-size:1rem; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe [class*="-text"]::-webkit-input-placeholder { color:#b5b5b5;font-family:raleway;font-size:1rem; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .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:raleway;line-height:1.3;font-size:0.75rem;font-weight:400;color:#ffffff;vertical-align:top;width:23.75rem;overflow:hidden;font-style:normal;float:none; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .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; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:"open sans";font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-container:first-of-type{padding-top:0;}#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-container:last-of-type{padding-bottom:0;}#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15034;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:16.9873046875rem;left:0rem; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25rem;display:block;vertical-align:top; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-info-text { display:block;height:auto;font-family:raleway;font-size:1rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe {display:block;}#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15034;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:14.6875rem;left:5.75rem; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #KPe6HiEzdbKqrqfrykbty0F4fCGf5SMp { position:relative; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #phkMepD4nJA2nb7RufNOfrozvUvGTltS { position:relative;display:none; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #yxMxxy7D8LHGo33O99Rb1Z5coRwMWGpl { position:relative; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #ah4PbvxLITI6mzE6UBJXGObcfiG1AHS7 { position:relative; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #zRuZkv7a5z83bRBl6DaxrNcdlpn2Hxzr { position:relative;display:none; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #Udo5KdpCD3TgJUor557EuhRtiFKtlil5 { position:relative; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #fVT87gVk1F87AfMt2WlexeFOAklxpoEn { position:relative; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #G6n4bo49XJesXmGxCGaU9AgTVknJNDwt { position:relative;display:none; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #SOutiTcfvq6yrtKU9ixEax8EJcNe1KCE { position:relative; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #QKDPq94hEFt3rFdnZRlFIMkKnBXAAl4F { position:relative; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #zzOwWcFWi3iODtDoygp7837cBfWG36qK { position:relative;z-index:2; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #WAEgV0wMByR9sJDEJLy95xg6e4VFrNNP { position:relative; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #yhsf8KBb9CHrZaOeSMB26vsp25AdC84w { position:relative; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #b7W0xOERxfXd7GxOC2NKNl9dL5dgPuUs { position:relative; }
#Vm5afuOx3ZLx99Ty3vChqGMuEtT9ouXE { color:#b5b5b5;display:block;width:33.1875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:10.9375rem;left:7rem;height:3.3984375rem;display:block; }
#upDva3dk12bZMTS4koAgCaeK4CrbQsOl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;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; }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row .container { background-color: transparent; background-image: none; }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row .container > .video-iframe-container { display: none; }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row > .video-iframe-container { display: none; }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .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); }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row .container { border-width: 0; border-radius: 0; }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row .container { font-size:0.875rem;font-family:arial;height:40.0625rem;width:75rem;position:relative;display:block; }#QlbwqPiLlfXq1gUlC4h7dtiKED0NEkh9 { color:#2170f3;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:1.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FpTAce3rQS0QmWDLNt8tn1mSxokpmor5 { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:6.625rem;left:11.25rem;height:;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; }
#czUe2nSaT7F8uIdeskNvLZibtfwmMCTL { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2170f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2170f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#xJoq76XSgZzT3xnaMHv6lTxgtTVoXA2R { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2170f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2170f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#zRp6cBzoP6S6fynKVKeSvuny2GQEkehw { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2170f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2170f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#WbbpK6ndt10SzbkbT8XxEDkMoVGee98w { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2170f34c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2170f34c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(33,112,243,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS .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:#1c1c1c;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS .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; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.5rem;font-family:raleway;font-style:normal;color:#ffffff;height:auto; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS .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:raleway;color:#ffffff;height:auto;line-height:1.7;overflow:hidden; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS .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_1095805440665b7eebe40cbd813a90694d1e4b7f.svg");background-size:contain !important; }#PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-trigger.adaptive-delivery-prevent-bg, #PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-trigger.lazyload, #PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-trigger.lazyloading { background-image: none; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS { box-sizing:content-box;height:auto;width:42.6875rem;position:absolute;display:flex;flex-direction:column;gap:1.5625rem;z-index:15044;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:12.8115234375rem;left:16.15625rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #nJPCzPNOiswnhyeN6Ju1V0BBcrNxqONw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #VtsnTiLwXSOd9MB29snhXNvwEQigu2fQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #yM83RybR352786OZ71J5MWMaJ575TkoL { display:block;position:relative; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #WqpuE5Pe7AsEVVWyQVhIcn3GUAHxvcTg {  }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #H6cNzvqm6av0D9cg09TacmxJWGuMFM45 {  }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #vliptOC8DusEqGuECGCQnZAN3lLFBZSz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #AokqXpaLMSoMBWOmRfMgJ7ey3Zbqs1Tw { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #eIZSPJuAi2SLqRWT9SQIliks3ZSr1a2K { display:block;position:relative; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #R3DENJTCuRDZFa3AG6K54tVbpHXdX64G {  }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #JhBpUs2cP864l3dGudzKHduOd4TCsfqB { display:none; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #GzEakBPv4EATT7tGAo79173G9X4lquTM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #Cb4iEE2fndMzOtJ7m7md0vTe6MG867PP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #E2vz34N6FbNFmIneW3wIxGNuMScEhSyu { display:block;position:relative; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #dAwE8DS2NTz4Xb5iyh5tCMcvdMVQTQMC {  }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #Lg1SpahgZUmgRX77KEZEnx8eaQSt2V1T { display:none; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #XdWNgfZELyat1aB3wl8yiAnOtOeJv8Q6 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #MOwDdS92MlM733wPkXmTfJmir2EidE8V { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #Ih9MnEqJpPG7OqDqQRvZMELo8k3lpZil { display:block;position:relative; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #K7SW5DpvFn6viskOFLCQNbLEeVAdQpVs {  }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #zgm27qGHwi24VJJd7A2noT19Na0ep10m { display:none; }
#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;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; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { background-color: transparent; background-image: none; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container > .video-iframe-container { display: none; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row > .video-iframe-container { display: none; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .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); }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { border-width: 0; border-radius: 0; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#Lqqp9kUt0aiSNFAlEeIl5vP9Q67Oc5UL { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:3.005859375rem;left:15.75rem;height:1.48730625rem;text-align:left;text-align-last:left;display:block; }
#hwtVzXzZLANzfrZSaBfaBxJRmITsWZqt { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:11.8125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#TzMHaHl7SPMMhobrdUP2gsKhpp8aas9p { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:3rem;left:69.125rem; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vCQIei3tubS5oJlBd5FH7UCARM0INDoW { display:block; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fVyoUBUqozhHtlLDmgVu5TNbq5kurORO { top:10.25rem;left:0rem;width:42.5625rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F73DBDoGqZwVZXPqN02qTuQK60h2hBEI { width:0.5rem;height:31.25rem;top:0rem;left:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQbMnf15zh31x6yNv0PVWorTs7gnoF4p { width:0.5rem;height:31.25rem;top:0rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cr27o0vJmGAsBl5PPF17hPIz76ApnKcD { width:0.5rem;height:31.25rem;top:0rem;left:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PS10THBVLpsMtJBEu6b7AJwRGLU99BwQ { width:0.5rem;height:31.25rem;top:0rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEh9ROPl1EF2g9zGm8QpkwrvroLWgZIa { width:25.9375rem;height:36.75rem;top:6.25rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pi77ZedTKoUb2mA9JbNVbkVaPRB6Ngv7 { width:0.5625rem;height:36.75rem;top:6.25rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLPVXDBZcPNxgqLXhKAwXevMPB1gENw2 { width:11.125rem;height:36.75rem;top:6.25rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyHVoRsxF9V6Gq84TITUrurFgLWQz9i8 { top:15.6875rem;left:29rem;width:18.75rem;height:;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkFQ0E3flDLvGJ1I6h5nVwFGkBJrRhXx { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cg4LBSsiGPTTSeFPRKJiSbwS2MTAz5nT { display:block; }
 }@media only screen and (max-width: 763px) { #JCIEDBUUiTGJvo05q23cBDctQB4Q5IBQ { top:15.6875rem;left:21.9375rem;width:25.8125rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB { display:block; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fZhd86V09Hkgy4XGr7VfzTI14pGWkFCz { width:21.25rem;height:17.1875rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcucNy8n9ntsGuzg7XK70uF4ascN9BFu { top:17.875rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLHKgoQ4DEDLntgNx4fdBtMpLgIgTSmp { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEG9wXWBJzak2TG4BiZvE57DAxi9Mcx8 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElelkB1G8i6LA6F8CU93DRt6KBNJG22D { top:5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3Fafgp9zyi9TAJnQdM2l2MmV8rK86QE { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlXNEqazQ6fxdhfNUksqEuD2cL6TX9Xg { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxH7BLy5JQZlX9lgxTyzczzEAy8n1o3b { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqy3BA05U6mGNHCeDGcz9zF6n7CLPyLG { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnbZuedgmKS9ri1gVnZ29BzlmUxqWVBe { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fG6x8eLJp1rHnxIgl2TDRhQcC14yPVG7 { width:21.25rem;height:17.1875rem;top:16rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPm4D4FK4NUJ3PHCSnfTDwcDreZ778CU { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMZqad9lTvwIZgXbMiElPbAoGMK19cBJ { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEJixMdBEIpt1LknIqqvkbc2OU88gikH { top:17.875rem;left:15.125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGinI1XfKn9CDU8nIHalfwpal330IKQ4 { width:21.25rem;height:17.1875rem;top:16rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIDpGfPGccUPMRZvavvrK2ooyyJnbQsb { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTZstqWTZAASdEUXwJiAt2xD63SvhdoT { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrzSnD4iFkRdoPqzfUaXVDd0HTIihe1N { top:17.875rem;left:42rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wt79DzPM1NaV7SazorVEn43rhMS1Nb2p { display:block; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z3rz8ilhdP1eZTVDzSuQ1oqV2kQKVEsp { top:16.375rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #haW7bpH937ZRgJkQpB3dcRC3JPVTVEUd { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ne5cTwpGoauxbtPIyEKRC0gBSV6DO3cp { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbeRsnCJ8qWBHWmtLy3q7o7fv0fWRTvA { top:5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEPZg3351aTZJGkX0ELyK7z8DoE4Aq1V { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cu9THOivMRw2XM7wRbIee87nH7uin95a { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOn8WiNDsXqgrCWTTq9JIU7gG0lvrLLK { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkU01zsD9kOz6oSLIGbO6uisdp53ayr3 { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q81ocTxLaGoS7PtfJ9TAC3NWGyqyZ2TZ { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcwOTPmtSZQ4oOmr1Z9vz3C1ZD4lJvmh { width:4.5rem;height:4.5rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVcuTb37yBhfdnUT2WQr7ZO4dGqOaOAv { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #REp37Ri1wy7yDIENm9GFOfwdLR7CzmRf { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV2LkXszbrmEPDT4nm0vkQmmnT4hn4Rc { width:4.5rem;height:4.5rem;top:15rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcpRgWUFVEwl5dZFVfrm5ACILUobwS3X { top:16.1875rem;left:22.8125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2xZ20TFWD3PkdtLsdeTLSofR7bdZOiI { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3fF1ATlWXQMZdUw3KB1E8hO3wLHlcTR { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaTeNHKJT1bs58i6ymdEd2VhRHho2Sf7 { width:4.5rem;height:4.5rem;top:15rem;left:43.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X92dsiZ3TTnyJgTdczvX05Dd8QCThDOa { top:16.1875rem;left:45.625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyED4yiitOTGRyeDZkPb6GoanOCZQJyS { display:block; }#OyED4yiitOTGRyeDZkPb6GoanOCZQJyS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qgFW4A5osTB6cntmuMv4J2pRLzDPLN3M { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fxx2qeDMa5Qa8nZ5FStXF72ESC8bLFiB { width:16.25rem;height:0.5rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLSTHKWIHAHTTNbwWKcuOVJihrVEzik0 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTN3Te6XS2M8c7XkPKI72Tt50UEKrexR { width:16.25rem;height:0.5rem;top:14.8125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbWTMDrKwRuhaZBKa6cfAWAPuCOTR8fO { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTm7LHfu2d7aLFGC5T2PSTnTZVu40d6v { width:16.25rem;height:0.5rem;top:14.8125rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgmcEwRvXIS9am34G1zKy5riGcxGZeB1 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIdvb60NHZaBhidNAkZlmfauEamr6MIv { width:16.25rem;height:0.5rem;top:14.8125rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOmisRiRUOdivtGgfOXRvh9nZwpyUl0k { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDImGuVITM5zw4s4KZ2Wz06RhwJWyGB9 { top:11.4375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNukDMmp9HPvARNMs7hZ8NwaAd1rMGzn { top:11.75rem;left:5.75rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtslZCsGQAJc8W5xHr361cRvRIxkExGu { top:11.625rem;left:25.125rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsDOgFMOToHdOE5lrTbaTdFXoBAscp2T { top:11.1875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uo5LKePdhbpECcc59csi14QIprsXJnAy { top:2.75rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI { display:block; }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #unLhsU3qMKTB1QzcIQim5dXCy0OXpOCJ { top:5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZQbTFkuhdQZbWg1cpIA4UWrMyrqKuIi { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaN9SpuiqR7p7g7LCCLtDyT6TPNvrqOK { top:39.8359375rem;left:1.125rem;width:21.25rem;height:6.7988125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zG4l0rGA2BgyadmDiuw6Jg3QDnVIiQuh { width:1.5rem;height:1.5rem;top:47.875rem;left:1.125rem;display:block; }
#zG4l0rGA2BgyadmDiuw6Jg3QDnVIiQuh > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #usyfmDp12m9hAQPDKbbUWasazKnDWeua { top:36.88671875rem;left:1.125rem;width:21.25rem;height:1.69970625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGIHcVAi1vdZq82t67VIEhitHP4EvKAK { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6vIXePF9TNKiWFBtU8Ds4Q05UMyAldg { top:39.8359375rem;left:1.125rem;width:21.25rem;height:6.7988125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3bAK0sw8koyfdxmlfsFyOZtqTVMCm9S { top:36.88671875rem;left:1.125rem;width:21.25rem;height:1.69970625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpnXqGgHheM1FU8rc1B739ZCCUc6TbRC { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpFVAHeOGwP65O6K2cThQZdkouIWZQsl { width:1.5rem;height:1.5rem;top:47.875rem;left:1.125rem;display:block; }
#HpFVAHeOGwP65O6K2cThQZdkouIWZQsl > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #Eu2vWpkIcOMFZG69EF8PzMRTA8Rv8qvG { width:32.5rem;height:16.1875rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxBkD7CCW9B2pidmLVz8meVN1lMtRzMt { width:32.5rem;height:16.1875rem;top:15.1875rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbWA7061q9zvDw3LlXmrR78t4pDHMIlu { display:block; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oXiSfuCrdnq0l6eNWmgoGCRFZraTfpIq { top:12.625rem;left:0rem;width:47.75rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IENtXnIMZpvlGdXSEutgVkkTiMpisFv7 { top:16.8125rem;left:3.875rem;width:40rem;height:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeZvyENN0KuGvoMaa5PAV78y0nLfzCrv { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bul5cAUA94sEQvUOXaT4QvHDn8za32wH { display:block; }
 }@media only screen and (max-width: 763px) { #TUu54tI1c1fDqT7Xba6mfsWeuQ0cBJc2 { width:47.75rem;height:21.25rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb { display:block; }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qe9h0Wud265qcFHomikIm3TKmN2nogmV { top:3.5rem;left:0rem;width:29.375rem;height:6.25rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pzcv4U11aJ5fXpHGTueCXve0Eh39KhLV { width:0.5rem;height:31.25rem;top:0rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiWvILT5GzlRovc61cS3KkcGrxf88ZnH { width:0.5rem;height:31.25rem;top:0rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZSfxnIeq4GxzNHMT1hvh94SpuHVHLQr { width:0.5rem;height:31.25rem;top:0rem;left:38.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPB0dGwUGII8Mc0UcIzVEac7GNezFWdB { width:0.5rem;height:31.25rem;top:0rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-regular-label { width:25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-text { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-text {padding-top: 0; padding-bottom: 0;}#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-textarea { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-select { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-select {padding-top: 0; padding-bottom: 0;}#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-button { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-checkbox-label { width:23.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe  { width:25rem;height:auto;top:16.9375rem;left:0rem; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .radio-container { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe {display:block;}#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe { width:25rem;height:19.25rem;top:14.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #KPe6HiEzdbKqrqfrykbty0F4fCGf5SMp {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #phkMepD4nJA2nb7RufNOfrozvUvGTltS {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #yxMxxy7D8LHGo33O99Rb1Z5coRwMWGpl {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #ah4PbvxLITI6mzE6UBJXGObcfiG1AHS7 {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #zRuZkv7a5z83bRBl6DaxrNcdlpn2Hxzr {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #Udo5KdpCD3TgJUor557EuhRtiFKtlil5 {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #fVT87gVk1F87AfMt2WlexeFOAklxpoEn {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #G6n4bo49XJesXmGxCGaU9AgTVknJNDwt {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #SOutiTcfvq6yrtKU9ixEax8EJcNe1KCE {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #QKDPq94hEFt3rFdnZRlFIMkKnBXAAl4F {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #zzOwWcFWi3iODtDoygp7837cBfWG36qK {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #WAEgV0wMByR9sJDEJLy95xg6e4VFrNNP {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #yhsf8KBb9CHrZaOeSMB26vsp25AdC84w {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #b7W0xOERxfXd7GxOC2NKNl9dL5dgPuUs {  }
 }@media only screen and (max-width: 763px) { #Vm5afuOx3ZLx99Ty3vChqGMuEtT9ouXE { top:10.9375rem;left:0rem;width:33.1875rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #upDva3dk12bZMTS4koAgCaeK4CrbQsOl { display:block; }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QlbwqPiLlfXq1gUlC4h7dtiKED0NEkh9 { top:5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpTAce3rQS0QmWDLNt8tn1mSxokpmor5 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #czUe2nSaT7F8uIdeskNvLZibtfwmMCTL { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJoq76XSgZzT3xnaMHv6lTxgtTVoXA2R { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRp6cBzoP6S6fynKVKeSvuny2GQEkehw { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbbpK6ndt10SzbkbT8XxEDkMoVGee98w { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS { display:flex;height:auto;width:27.8125rem;top:11.625rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #nJPCzPNOiswnhyeN6Ju1V0BBcrNxqONw {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #VtsnTiLwXSOd9MB29snhXNvwEQigu2fQ {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #yM83RybR352786OZ71J5MWMaJ575TkoL {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #WqpuE5Pe7AsEVVWyQVhIcn3GUAHxvcTg {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #H6cNzvqm6av0D9cg09TacmxJWGuMFM45 {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #vliptOC8DusEqGuECGCQnZAN3lLFBZSz {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #AokqXpaLMSoMBWOmRfMgJ7ey3Zbqs1Tw {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #eIZSPJuAi2SLqRWT9SQIliks3ZSr1a2K {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #R3DENJTCuRDZFa3AG6K54tVbpHXdX64G {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #JhBpUs2cP864l3dGudzKHduOd4TCsfqB {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #GzEakBPv4EATT7tGAo79173G9X4lquTM {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #Cb4iEE2fndMzOtJ7m7md0vTe6MG867PP {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #E2vz34N6FbNFmIneW3wIxGNuMScEhSyu {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #dAwE8DS2NTz4Xb5iyh5tCMcvdMVQTQMC {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #Lg1SpahgZUmgRX77KEZEnx8eaQSt2V1T {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #XdWNgfZELyat1aB3wl8yiAnOtOeJv8Q6 {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #MOwDdS92MlM733wPkXmTfJmir2EidE8V {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #Ih9MnEqJpPG7OqDqQRvZMELo8k3lpZil {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #K7SW5DpvFn6viskOFLCQNbLEeVAdQpVs {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #zgm27qGHwi24VJJd7A2noT19Na0ep10m {  }
 }@media only screen and (max-width: 763px) { #oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke { display:block; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lqqp9kUt0aiSNFAlEeIl5vP9Q67Oc5UL { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwtVzXzZLANzfrZSaBfaBxJRmITsWZqt { width:11.8125rem;height:7.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzMHaHl7SPMMhobrdUP2gsKhpp8aas9p { width:1.5rem;height:1.5rem;top:47.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vCQIei3tubS5oJlBd5FH7UCARM0INDoW { position:relative;z-index:auto;display:block; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container { width:20rem;height:49.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fVyoUBUqozhHtlLDmgVu5TNbq5kurORO { width:20rem;height:22.045875rem;top:17.125rem;left:0rem;font-size:2.625rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F73DBDoGqZwVZXPqN02qTuQK60h2hBEI { width:0.5rem;height:31.25rem;top:13.25rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQbMnf15zh31x6yNv0PVWorTs7gnoF4p { width:0.5rem;height:31.25rem;top:13.25rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cr27o0vJmGAsBl5PPF17hPIz76ApnKcD { width:0.5rem;height:31.25rem;top:13.25rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PS10THBVLpsMtJBEu6b7AJwRGLU99BwQ { width:0.5rem;height:31.25rem;top:13.25rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEh9ROPl1EF2g9zGm8QpkwrvroLWgZIa { width:20rem;height:28.3125rem;top:0rem;left:0rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #pi77ZedTKoUb2mA9JbNVbkVaPRB6Ngv7 { width:0.5625rem;height:28.3125rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zLPVXDBZcPNxgqLXhKAwXevMPB1gENw2 { width:11.125rem;height:28.3125rem;top:0rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RyHVoRsxF9V6Gq84TITUrurFgLWQz9i8 { width:16.25rem;height:2.3999rem;top:46.3125rem;left:1.875rem;font-size:2rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CkFQ0E3flDLvGJ1I6h5nVwFGkBJrRhXx { width:15.125rem;height:3.75rem;top:42.625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cg4LBSsiGPTTSeFPRKJiSbwS2MTAz5nT { display:block; }
 }@media only screen and (max-width: 763px) { #JCIEDBUUiTGJvo05q23cBDctQB4Q5IBQ { width:20rem;height:13.21975rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB { display:block; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container { width:20rem;height:77.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fZhd86V09Hkgy4XGr7VfzTI14pGWkFCz { width:20rem;height:17.1875rem;top:17.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcucNy8n9ntsGuzg7XK70uF4ascN9BFu { display:flex;width:2.125rem;height:2.125rem;top:19.125rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #eLHKgoQ4DEDLntgNx4fdBtMpLgIgTSmp { width:17.5rem;height:2.54980625rem;top:22.1875rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uEG9wXWBJzak2TG4BiZvE57DAxi9Mcx8 { width:17.5rem;height:8.496125rem;top:25.125rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ElelkB1G8i6LA6F8CU93DRt6KBNJG22D { width:20rem;height:1.69970625rem;top:3.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3Fafgp9zyi9TAJnQdM2l2MmV8rK86QE { width:20rem;height:8.3994375rem;top:5.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlXNEqazQ6fxdhfNUksqEuD2cL6TX9Xg { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxH7BLy5JQZlX9lgxTyzczzEAy8n1o3b { width:0.5rem;height:11.25rem;top:0rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqy3BA05U6mGNHCeDGcz9zF6n7CLPyLG { width:0.5rem;height:11.25rem;top:0rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnbZuedgmKS9ri1gVnZ29BzlmUxqWVBe { width:0.5rem;height:11.25rem;top:0rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fG6x8eLJp1rHnxIgl2TDRhQcC14yPVG7 { width:20rem;height:17.1875rem;top:36.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPm4D4FK4NUJ3PHCSnfTDwcDreZ778CU { width:17.5rem;height:8.496125rem;top:44.8125rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WMZqad9lTvwIZgXbMiElPbAoGMK19cBJ { width:17.5rem;height:2.54980625rem;top:41.875rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NEJixMdBEIpt1LknIqqvkbc2OU88gikH { display:flex;width:2.125rem;height:2.125rem;top:38.9375rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #KGinI1XfKn9CDU8nIHalfwpal330IKQ4 { width:20rem;height:16.625rem;top:56.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIDpGfPGccUPMRZvavvrK2ooyyJnbQsb { width:17.5rem;height:3.3984375rem;top:67.5625rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aTZstqWTZAASdEUXwJiAt2xD63SvhdoT { width:17.5rem;height:5.0996125rem;top:61.5869140625rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xrzSnD4iFkRdoPqzfUaXVDd0HTIihe1N { display:flex;width:2.125rem;height:2.125rem;top:58.9619140625rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #wt79DzPM1NaV7SazorVEn43rhMS1Nb2p { display:block; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container { width:20rem;height:71.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z3rz8ilhdP1eZTVDzSuQ1oqV2kQKVEsp { display:flex;width:2.125rem;height:2.125rem;top:14.875rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #haW7bpH937ZRgJkQpB3dcRC3JPVTVEUd { width:20rem;height:2.54980625rem;top:18.875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ne5cTwpGoauxbtPIyEKRC0gBSV6DO3cp { width:20rem;height:6.796875rem;top:21.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kbeRsnCJ8qWBHWmtLy3q7o7fv0fWRTvA { width:20rem;height:1.69970625rem;top:3.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEPZg3351aTZJGkX0ELyK7z8DoE4Aq1V { width:20rem;height:5.5996125rem;top:5.44921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cu9THOivMRw2XM7wRbIee87nH7uin95a { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOn8WiNDsXqgrCWTTq9JIU7gG0lvrLLK { width:0.5rem;height:11.25rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkU01zsD9kOz6oSLIGbO6uisdp53ayr3 { width:0.5rem;height:11.25rem;top:0rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q81ocTxLaGoS7PtfJ9TAC3NWGyqyZ2TZ { width:0.5rem;height:11.25rem;top:0rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcwOTPmtSZQ4oOmr1Z9vz3C1ZD4lJvmh { width:4.5rem;height:4.5rem;top:13.6875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVcuTb37yBhfdnUT2WQr7ZO4dGqOaOAv { width:20rem;height:6.796875rem;top:39.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #REp37Ri1wy7yDIENm9GFOfwdLR7CzmRf { width:20rem;height:2.54980625rem;top:36.375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TV2LkXszbrmEPDT4nm0vkQmmnT4hn4Rc { width:4.5rem;height:4.5rem;top:30.625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcpRgWUFVEwl5dZFVfrm5ACILUobwS3X { display:flex;width:2.125rem;height:2.125rem;top:31.8125rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #C2xZ20TFWD3PkdtLsdeTLSofR7bdZOiI { width:20rem;height:6.796875rem;top:60.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K3fF1ATlWXQMZdUw3KB1E8hO3wLHlcTR { width:20rem;height:5.0996125rem;top:54.9375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TaTeNHKJT1bs58i6ymdEd2VhRHho2Sf7 { width:4.5rem;height:4.5rem;top:49.25rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X92dsiZ3TTnyJgTdczvX05Dd8QCThDOa { display:flex;width:2.125rem;height:2.125rem;top:50.4375rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #OyED4yiitOTGRyeDZkPb6GoanOCZQJyS { display:block; }#OyED4yiitOTGRyeDZkPb6GoanOCZQJyS > .row .container { width:20rem;height:61.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qgFW4A5osTB6cntmuMv4J2pRLzDPLN3M { width:16.25rem;height:3.82421875rem;top:20.3125rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Fxx2qeDMa5Qa8nZ5FStXF72ESC8bLFiB { width:16.25rem;height:0.5rem;top:19.1875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLSTHKWIHAHTTNbwWKcuOVJihrVEzik0 { width:16.25rem;height:5.736325rem;top:30.5rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HTN3Te6XS2M8c7XkPKI72Tt50UEKrexR { width:16.25rem;height:0.5rem;top:29.375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbWTMDrKwRuhaZBKa6cfAWAPuCOTR8fO { width:16.25rem;height:5.736325rem;top:42.0625rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aTm7LHfu2d7aLFGC5T2PSTnTZVu40d6v { width:16.25rem;height:0.5rem;top:40.9375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgmcEwRvXIS9am34G1zKy5riGcxGZeB1 { width:16.25rem;height:3.82421875rem;top:53.8125rem;left:1.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zIdvb60NHZaBhidNAkZlmfauEamr6MIv { width:16.25rem;height:0.5rem;top:52.6875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOmisRiRUOdivtGgfOXRvh9nZwpyUl0k { width:20rem;height:2.79980625rem;top:7.568359375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDImGuVITM5zw4s4KZ2Wz06RhwJWyGB9 { display:flex;width:3.125rem;height:3.125rem;top:16.125rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #uNukDMmp9HPvARNMs7hZ8NwaAd1rMGzn { display:flex;width:2.5625rem;height:2.5625rem;top:26.25rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #PtslZCsGQAJc8W5xHr361cRvRIxkExGu { display:flex;width:2.6875rem;height:2.6875rem;top:37.6875rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #DsDOgFMOToHdOE5lrTbaTdFXoBAscp2T { display:flex;width:3.125rem;height:3.125rem;top:49.375rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #Uo5LKePdhbpECcc59csi14QIprsXJnAy { width:20rem;height:1.69921875rem;top:5.931640625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI { display:block; }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI > .row .container { width:20rem;height:66.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #unLhsU3qMKTB1QzcIQim5dXCy0OXpOCJ { width:20rem;height:1.69921875rem;top:4.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZQbTFkuhdQZbWg1cpIA4UWrMyrqKuIi { width:20rem;height:2.79980625rem;top:6.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaN9SpuiqR7p7g7LCCLtDyT6TPNvrqOK { width:20rem;height:15.293rem;top:22.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zG4l0rGA2BgyadmDiuw6Jg3QDnVIiQuh { display:flex;width:1.5rem;height:1.5rem;top:38.0625rem;left:0rem; }
#zG4l0rGA2BgyadmDiuw6Jg3QDnVIiQuh > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #usyfmDp12m9hAQPDKbbUWasazKnDWeua { width:20rem;height:1.69921875rem;top:19.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGIHcVAi1vdZq82t67VIEhitHP4EvKAK { width:20rem;height:1.9121125rem;top:17.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6vIXePF9TNKiWFBtU8Ds4Q05UMyAldg { width:20rem;height:11.8945rem;top:52.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3bAK0sw8koyfdxmlfsFyOZtqTVMCm9S { width:20rem;height:1.69921875rem;top:49.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpnXqGgHheM1FU8rc1B739ZCCUc6TbRC { width:20rem;height:1.9121125rem;top:48rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpFVAHeOGwP65O6K2cThQZdkouIWZQsl { display:flex;width:1.5rem;height:1.5rem;top:64.7685546875rem;left:0rem; }
#HpFVAHeOGwP65O6K2cThQZdkouIWZQsl > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #Eu2vWpkIcOMFZG69EF8PzMRTA8Rv8qvG { width:20rem;height:16.1875rem;top:13.1240234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxBkD7CCW9B2pidmLVz8meVN1lMtRzMt { width:20rem;height:16.1875rem;top:43.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbWA7061q9zvDw3LlXmrR78t4pDHMIlu { display:block; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oXiSfuCrdnq0l6eNWmgoGCRFZraTfpIq { width:17.5rem;height:12.597625rem;top:10rem;left:1.25rem;font-size:2.625rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #IENtXnIMZpvlGdXSEutgVkkTiMpisFv7 { width:17.5rem;height:9.5605625rem;top:25.6875rem;left:1.25rem;font-size:1.125rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #IeZvyENN0KuGvoMaa5PAV78y0nLfzCrv { width:12.75rem;height:3.75rem;top:37.625rem;left:3.625rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #Bul5cAUA94sEQvUOXaT4QvHDn8za32wH { display:block; }
 }@media only screen and (max-width: 763px) { #TUu54tI1c1fDqT7Xba6mfsWeuQ0cBJc2 { width:20rem;height:39.375rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb { display:block; }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .row .container { width:20rem;height:43.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qe9h0Wud265qcFHomikIm3TKmN2nogmV { width:20rem;height:9.44825rem;top:3.75rem;left:0rem;font-size:2.625rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pzcv4U11aJ5fXpHGTueCXve0Eh39KhLV { width:0.5rem;height:31.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiWvILT5GzlRovc61cS3KkcGrxf88ZnH { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZSfxnIeq4GxzNHMT1hvh94SpuHVHLQr { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPB0dGwUGII8Mc0UcIzVEac7GNezFWdB { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-text {padding-top: 0; padding-bottom: 0;}#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-select {padding-top: 0; padding-bottom: 0;}#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe  { width:17.5rem;height:auto;top:20rem;left:0rem; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe {display:block;}#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe { width:17.5rem;height:auto;top:20rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #KPe6HiEzdbKqrqfrykbty0F4fCGf5SMp {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #phkMepD4nJA2nb7RufNOfrozvUvGTltS {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #yxMxxy7D8LHGo33O99Rb1Z5coRwMWGpl {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #ah4PbvxLITI6mzE6UBJXGObcfiG1AHS7 {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #zRuZkv7a5z83bRBl6DaxrNcdlpn2Hxzr {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #Udo5KdpCD3TgJUor557EuhRtiFKtlil5 {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #fVT87gVk1F87AfMt2WlexeFOAklxpoEn {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #G6n4bo49XJesXmGxCGaU9AgTVknJNDwt {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #SOutiTcfvq6yrtKU9ixEax8EJcNe1KCE {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #QKDPq94hEFt3rFdnZRlFIMkKnBXAAl4F {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #zzOwWcFWi3iODtDoygp7837cBfWG36qK {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #WAEgV0wMByR9sJDEJLy95xg6e4VFrNNP {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #yhsf8KBb9CHrZaOeSMB26vsp25AdC84w {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #b7W0xOERxfXd7GxOC2NKNl9dL5dgPuUs {  }
 }@media only screen and (max-width: 763px) { #Vm5afuOx3ZLx99Ty3vChqGMuEtT9ouXE { width:20rem;height:5.09765625rem;top:13.875rem;left:0rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #upDva3dk12bZMTS4koAgCaeK4CrbQsOl { display:block; }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row .container { width:20rem;height:46.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QlbwqPiLlfXq1gUlC4h7dtiKED0NEkh9 { width:20rem;height:1.69970625rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpTAce3rQS0QmWDLNt8tn1mSxokpmor5 { width:20rem;height:5.5996125rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #czUe2nSaT7F8uIdeskNvLZibtfwmMCTL { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJoq76XSgZzT3xnaMHv6lTxgtTVoXA2R { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRp6cBzoP6S6fynKVKeSvuny2GQEkehw { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbbpK6ndt10SzbkbT8XxEDkMoVGee98w { width:0.5rem;height:31.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-heading-text { font-size:1.25rem;height:auto;line-height:1.5;overflow:hidden; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-desc-text { font-size:0.875rem;height:auto; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS { display:flex;height:auto;width:20rem;top:12.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #nJPCzPNOiswnhyeN6Ju1V0BBcrNxqONw {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #VtsnTiLwXSOd9MB29snhXNvwEQigu2fQ {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #yM83RybR352786OZ71J5MWMaJ575TkoL {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #WqpuE5Pe7AsEVVWyQVhIcn3GUAHxvcTg {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #H6cNzvqm6av0D9cg09TacmxJWGuMFM45 {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #vliptOC8DusEqGuECGCQnZAN3lLFBZSz {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #AokqXpaLMSoMBWOmRfMgJ7ey3Zbqs1Tw {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #eIZSPJuAi2SLqRWT9SQIliks3ZSr1a2K {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #R3DENJTCuRDZFa3AG6K54tVbpHXdX64G {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #JhBpUs2cP864l3dGudzKHduOd4TCsfqB {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #GzEakBPv4EATT7tGAo79173G9X4lquTM {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #Cb4iEE2fndMzOtJ7m7md0vTe6MG867PP {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #E2vz34N6FbNFmIneW3wIxGNuMScEhSyu {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #dAwE8DS2NTz4Xb5iyh5tCMcvdMVQTQMC {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #Lg1SpahgZUmgRX77KEZEnx8eaQSt2V1T {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #XdWNgfZELyat1aB3wl8yiAnOtOeJv8Q6 {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #MOwDdS92MlM733wPkXmTfJmir2EidE8V {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #Ih9MnEqJpPG7OqDqQRvZMELo8k3lpZil {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #K7SW5DpvFn6viskOFLCQNbLEeVAdQpVs {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #zgm27qGHwi24VJJd7A2noT19Na0ep10m {  }
 }@media only screen and (max-width: 763px) { #oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke { display:block; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { width:20rem;height:13.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lqqp9kUt0aiSNFAlEeIl5vP9Q67Oc5UL { width:20rem;height:3.3984375rem;top:9.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hwtVzXzZLANzfrZSaBfaBxJRmITsWZqt { width:6.0625rem;height:3.9375rem;top:2.53125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzMHaHl7SPMMhobrdUP2gsKhpp8aas9p { display:flex;width:1.5rem;height:1.5rem;top:3.75rem;left:14.25rem; }
 }