.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:#efeff8;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:37.75rem;width:75rem;overflow:visible;position:relative;display:block; }#FK9B8vEW2Etn90Zh3tngiP8B4DLkfqxr { position:absolute;display:block;z-index:15081;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.0625rem;width:0.0625rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#fVyoUBUqozhHtlLDmgVu5TNbq5kurORO { color:#4b4b4b;display:block;width:38.5rem;position:absolute;font-family:"helvetica neue";font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:13.8125rem;left:0rem;height:9.8958125rem;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; }
#HNru2xtTfEdan82Kx1SLzo1kVDw9Eiss { box-sizing:content-box;height:19.75rem;width:12.5rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(183deg, rgba(0,0,0,0), #1c1c1c);background-image: -moz-linear-gradient(183deg, rgba(0,0,0,0), #1c1c1c);background-image: -ms-linear-gradient(183deg, rgba(0,0,0,0), #1c1c1c);background-image: -o-linear-gradient(183deg, rgba(0,0,0,0), #1c1c1c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1c1c1c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1c1c1c' );";background-image: linear-gradient(183deg, rgba(0,0,0,0), #1c1c1c);background-size:auto !important;top:17.4375rem;left:47.125rem;display:none; }
#T41l6DITfhbrOblbrTUwbMd02ZvVWlhp { position:absolute;display:block;z-index:15085;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:22.0621875rem;width:37.4373125rem;top:3.9632160663605rem;left:35.342611312866rem;overflow:hidden;display:block; }
#qlG24H1xzZbaE8B2cKnut2rc26iTeOeZ { color:#ffffff;display:block;width:39.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15063;line-height:1.6;letter-spacing:0;top:21.321733474731rem;left:0rem;height:5.42329375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#qlG24H1xzZbaE8B2cKnut2rc26iTeOeZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qlG24H1xzZbaE8B2cKnut2rc26iTeOeZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6c016db25accf67143b1f1ad4ce28f04bb373956.svg); }
#Kw1XuvFNOg8iEonvu1KF8oPDWGcNdiCO { color:#333333;display:block;width:18.0625rem;position:absolute;font-family:"helvetica neue";font-size:0.8125rem;font-weight:400;z-index:15063;line-height:1.2;letter-spacing:0;top:28.5625rem;left:46.25rem;height:3.5473625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Kw1XuvFNOg8iEonvu1KF8oPDWGcNdiCO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Kw1XuvFNOg8iEonvu1KF8oPDWGcNdiCO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_71759cd38a58ce683be85a2039def7ab2a33e5f3.svg); }
#WkicyaeAZBl6aicwTWJpg0OWibL5hCGB { background-color:#ffc00f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.125rem 0.125rem 0.6875rem rgba(178,210,52,0.63) ;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:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.0625rem;height:4.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:28.875rem;left:0rem;display:none; }
#HxCpoiPkrSJWxb2sD3tQW27N37ufLfXz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CkFQ0E3flDLvGJ1I6h5nVwFGkBJrRhXx { background-color:#0ed09f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.125rem 0.125rem 0.6875rem #0becb2 ;box-sizing:border-box;color:#fbfbfb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"helvetica neue";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.6873125rem;height:5.99935rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:27.335611343384rem;left:0rem;display:block; }
#cg4LBSsiGPTTSeFPRKJiSbwS2MTAz5nT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AAJTexRTuTUA70qrBrfrdqpN8Dzh1ONF { position:absolute;display:block;z-index:15086;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:8.875rem;top:17.5rem;left:56rem;overflow:hidden;display:block; }
#dVqWHp6948snEcCzHllmiMNeuvtxxPzE { position:absolute;display:block;z-index:15087;height:1.6875rem;width:3rem;top:0.625rem;left:31.550000190735rem;display:block; }
#nw31RTpyZIpxxIv2HNsdnrldNATap4Sq { color:#333333;display:block;width:15.625rem;position:absolute;font-family:"helvetica neue";font-size:1rem;font-weight:400;z-index:15065;line-height:1.5;letter-spacing:0;top:26.3125rem;left:46.25rem;height:1.4998375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Qh7ftz1zwThwBXQzIdGNAMmNq6e26WJ8 { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:"helvetica neue";font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:9.6539068222044rem;left:0.8125rem;height:1.875rem;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; }
#Td5iDRmycCQTkdhT3ECCnPMPZUlof4Tz { box-sizing:content-box;height:3rem;width:18.5625rem;position:absolute;display:block;z-index:14992;background-color:#4fc1aa;background-image:none;top:9.0289068222044rem;left:0rem;display:block; }
#WQ6OxXIpqFeHteDkCmDwNbFlLA6T1Tq3 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#WQ6OxXIpqFeHteDkCmDwNbFlLA6T1Tq3 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#4fc1aa;padding-top:0.399375rem;padding-right:0.344375rem;padding-bottom:0.399375rem;padding-left:0.344375rem;display:block;align-items:center;width:2.066875rem;min-width:2.066875rem;height:2.14625rem;position:relative;font-family:"open sans";font-size:1.598125rem;font-weight:700;line-height:34.34px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WQ6OxXIpqFeHteDkCmDwNbFlLA6T1Tq3 .widget-text.counter-label { background-color:;background-image:none;color:#333333;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.25rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.755625rem;height:0.84875rem;position:relative;font-family:"open sans";font-size:0.599375rem;font-weight:400;line-height:13.58px;text-align:center;text-align-last:center;text-transform:none;top:-16%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#WQ6OxXIpqFeHteDkCmDwNbFlLA6T1Tq3 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:15rem;height:4.04375rem;padding-top:0.125rem;padding-right:0.125rem;padding-bottom:0.125rem;padding-left:0.125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:8.4429693222044rem;left:19.975781440735rem;z-index:15088; }
#WQ6OxXIpqFeHteDkCmDwNbFlLA6T1Tq3 #UcvlZ05MU0JEZTEUvVTxqaxt5JAfRD3e { display:flex;position:relative;top:0rem;left:0rem; }
#WQ6OxXIpqFeHteDkCmDwNbFlLA6T1Tq3 #QDeCan5VXk48L9hcDIptv1avElDQbrpN { width:auto; }
#WQ6OxXIpqFeHteDkCmDwNbFlLA6T1Tq3 #u4A2qkHSwvbJVhih87rnhfKOrT0TZ7d4 {  }
#WQ6OxXIpqFeHteDkCmDwNbFlLA6T1Tq3 #gNGbz1PqdLboH5KGOvxPCtE55ovJW6mg { display:flex;position:relative;top:0rem;left:0rem; }
#WQ6OxXIpqFeHteDkCmDwNbFlLA6T1Tq3 #yiR8sRtO57qaisvQeJiLc3mm6wJ5dRB8 {  }
#WQ6OxXIpqFeHteDkCmDwNbFlLA6T1Tq3 #kK6pD1zvnCGGP2STDmdZWtD9XBfrBygA {  }
#WQ6OxXIpqFeHteDkCmDwNbFlLA6T1Tq3 #W9JdZtL25AiaiPwgIo0dEhrohxCPMRUx { display:flex;position:relative;top:0rem;left:0rem; }
#WQ6OxXIpqFeHteDkCmDwNbFlLA6T1Tq3 #vVTZZ3xDIfo1lIQ5WehpPDqq14OubiF0 {  }
#WQ6OxXIpqFeHteDkCmDwNbFlLA6T1Tq3 #n6uMMk50ogObo3G3imZt3qHZJAWOqKFg {  }
#WQ6OxXIpqFeHteDkCmDwNbFlLA6T1Tq3 #zUdsZviDVk3E9WZ75gTEEUIUZvi0LDdJ { display:flex;position:relative;top:0rem;left:0rem; }
#WQ6OxXIpqFeHteDkCmDwNbFlLA6T1Tq3 #HI6qxrw3kfHzTkme7i2Ua9NESOslIDgN {  }
#WQ6OxXIpqFeHteDkCmDwNbFlLA6T1Tq3 #kFCTtCLxtvBc5rmXpm6t9ydAHCRnyZhK {  }
#J8uXod3WD82l1pST8P1hi1u6KXMSkFaK { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9373375rem;width:8.2495rem;top:0.90576171875rem;left:16.061197280884rem;overflow:hidden;display:block; }
#Pm4LkKZt7ZfDJNdnxXoDVkAbCGhoUq4l { position:absolute;display:block;z-index:15090;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:5.499675rem;width:9.9373125rem;top:0.625rem;left:1.8310546875rem;overflow:hidden;display:block; }
#wDrB5QQuFgbxfCr6TPa76lSN4xuoIqUs { position:relative;display:none; }#wDrB5QQuFgbxfCr6TPa76lSN4xuoIqUs { border-width: 0; border-radius: 0; }#wDrB5QQuFgbxfCr6TPa76lSN4xuoIqUs > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wDrB5QQuFgbxfCr6TPa76lSN4xuoIqUs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#CBc2xzb9NdQADBcIFSywa0wCsN7wRIxv { background-color:#ffc00f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.125rem 0.125rem 0.6875rem rgba(178,210,52,0.63) ;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:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.0625rem;height:4.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:28.875rem;left:0rem;display:none; }
#Sc76Q1kHpa9PgHMEW5wVC4AbN5eiPdyS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GShpiQFxizwsEwcdeLniArNt5zawbQNq { color:#ffffff;display:block;width:40.875rem;position:absolute;font-family:"helvetica neue";font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:7.25rem;left:0rem;height:7.8735625rem;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:none; }
#a366grwCRkDT8c9qu2wTnESvycTybcnJ { position:absolute;display:block;z-index:15085;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:15rem;width:25.4375rem;top:20.624185562134rem;left:39.312337875366rem;overflow:hidden;display:none; }
#GLKgVU6xo104uqJzcmbMk6lImxFR4I8K { color:#ffffff;display:block;width:37.125rem;position:absolute;font-family:"helvetica neue";font-size:1.125rem;font-weight:400;z-index:15064;line-height:1.5;letter-spacing:0;top:16.076497077942rem;left:0rem;height:6.74805rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#d7Q4MWgLydQBk1cPoRXmdlTT7oQxb3OP { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#WxD91iL2FhcUAUCOLseJe8riZvR2CX1v { color:#ffffff;display:block;width:39.0625rem;position:absolute;font-family:"helvetica neue";font-size:1.0625rem;font-weight:400;z-index:15063;line-height:1.6;letter-spacing:0;top:26.769203186035rem;left:0rem;height:5.7251rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#WxD91iL2FhcUAUCOLseJe8riZvR2CX1v li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WxD91iL2FhcUAUCOLseJe8riZvR2CX1v li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_82048f712982d9b97bc421a5cde0e0ddf4f6fcf4.svg); }
#wSxaMrScyHAnvJH0gOxGSw3PLR5r5av2 { color:#ffffff;display:block;width:37.1248125rem;position:absolute;font-family:"helvetica neue";font-size:1.125rem;font-weight:400;z-index:15065;line-height:1.5;letter-spacing:0;top:24.824706375599rem;left:0rem;height:1.6870125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#lDoZhNATIdDJSqAaxU23vzQQLi22Pz13 { position:absolute;display:block;z-index:15086;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:8.875rem;top:17.5rem;left:56rem;overflow:hidden;display:none; }
#O8tSdmLQTxrWG9ZApr6WCh162GCVyM6M .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#O8tSdmLQTxrWG9ZApr6WCh162GCVyM6M .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#ff9a21;padding-top:0.399375rem;padding-right:0.344375rem;padding-bottom:0.399375rem;padding-left:0.344375rem;display:block;align-items:center;width:2.066875rem;min-width:2.066875rem;height:2.14625rem;position:relative;font-family:"open sans";font-size:1.598125rem;font-weight:700;line-height:34.34px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#O8tSdmLQTxrWG9ZApr6WCh162GCVyM6M .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.25rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.755625rem;height:0.84875rem;position:relative;font-family:"open sans";font-size:0.599375rem;font-weight:400;line-height:13.58px;text-align:center;text-align-last:center;text-transform:none;top:-16%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#O8tSdmLQTxrWG9ZApr6WCh162GCVyM6M { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:15rem;height:4.04375rem;padding-top:0.125rem;padding-right:0.125rem;padding-bottom:0.125rem;padding-left:0.125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:8.4429693222044rem;left:19.975781440735rem;z-index:15088;display:none; }
#O8tSdmLQTxrWG9ZApr6WCh162GCVyM6M #u4WCPZv21NSQhfLqwhlimTiP9vzofIZs { display:flex;position:relative;top:0rem;left:0rem; }
#O8tSdmLQTxrWG9ZApr6WCh162GCVyM6M #Zkkvq76RO5c0ZFnIfzCad3mItSDRH6tQ { width:auto; }
#O8tSdmLQTxrWG9ZApr6WCh162GCVyM6M #aoC7A6TKfAJEcwVrmVz0vRqDTAkqeBgG {  }
#O8tSdmLQTxrWG9ZApr6WCh162GCVyM6M #fEptQ1pDM5v0aPWunIF6o7agGrgwBJFE { display:flex;position:relative;top:0rem;left:0rem; }
#O8tSdmLQTxrWG9ZApr6WCh162GCVyM6M #aeAMkTOSO4b6M0ivn4b9KBL6R718oHKy {  }
#O8tSdmLQTxrWG9ZApr6WCh162GCVyM6M #Tbplx845u1vkepBs5AFm05TSSn9d0daE {  }
#O8tSdmLQTxrWG9ZApr6WCh162GCVyM6M #EGe77vlsd0irTg87Q9k3gDsivr7K6CiW { display:flex;position:relative;top:0rem;left:0rem; }
#O8tSdmLQTxrWG9ZApr6WCh162GCVyM6M #i1iM2RwQaI2KHwecWoaPUh5oFfHrwXuh {  }
#O8tSdmLQTxrWG9ZApr6WCh162GCVyM6M #KarqRT7aKtu1T5puxwZgB5opTs1PTNJH {  }
#O8tSdmLQTxrWG9ZApr6WCh162GCVyM6M #Tyr37oTTam2piQmcvpK8PrVaWBrHytoH { display:flex;position:relative;top:0rem;left:0rem; }
#O8tSdmLQTxrWG9ZApr6WCh162GCVyM6M #x8yyuS6bkKn07p0sm8vmkBInkIhBCWQd {  }
#O8tSdmLQTxrWG9ZApr6WCh162GCVyM6M #hcqD28XvV7roxkvHuWu96NE9DyzQdxxM {  }
#c8Vp4xTrN8TMuKVutk3FhLTS0L4uqQlW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:67.5rem;display:none; }
#ZziLWfahTcbb3zq2hhug9QxwtcKQAVpP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/afc2cfa0-c9a4-463a-b0bf-53834ddcf271/DESCONTOESPECIAL.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#ZziLWfahTcbb3zq2hhug9QxwtcKQAVpP.adaptive-delivery-prevent-bg, #ZziLWfahTcbb3zq2hhug9QxwtcKQAVpP.lazyload, #ZziLWfahTcbb3zq2hhug9QxwtcKQAVpP.lazyloading { background-image: none; }#ZziLWfahTcbb3zq2hhug9QxwtcKQAVpP > .row .container { background-color: transparent; background-image: none; }#ZziLWfahTcbb3zq2hhug9QxwtcKQAVpP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.69); }#ZziLWfahTcbb3zq2hhug9QxwtcKQAVpP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZziLWfahTcbb3zq2hhug9QxwtcKQAVpP > .row .container > .video-iframe-container { display: none; }#ZziLWfahTcbb3zq2hhug9QxwtcKQAVpP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.69); }#ZziLWfahTcbb3zq2hhug9QxwtcKQAVpP > .row > .video-iframe-container { display: none; }#ZziLWfahTcbb3zq2hhug9QxwtcKQAVpP > .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); }#ZziLWfahTcbb3zq2hhug9QxwtcKQAVpP > .row .container { border-width: 0; border-radius: 0; }#ZziLWfahTcbb3zq2hhug9QxwtcKQAVpP::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; }#ZziLWfahTcbb3zq2hhug9QxwtcKQAVpP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZziLWfahTcbb3zq2hhug9QxwtcKQAVpP > .row .container { font-size:0.875rem;font-family:arial;height:1.8125rem;width:75rem;position:relative;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/uc/5c4861cb-c048-42f3-9b35-2aa085e7bced/kulzerdentistimage1600w800h.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(224,224,224,0.9); }#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(224,224,224,0.9); }#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:79.1875rem;width:75rem;position:relative;display:block; }#fZhd86V09Hkgy4XGr7VfzTI14pGWkFCz { position:absolute;display:block;z-index:15015;background-color:#4fc1aa;background-image:none;border-top:0.0625rem solid #4fc1aa;border-left:0.0625rem solid #4fc1aa;border-right:0.0625rem solid #4fc1aa;border-bottom:0.0625rem solid #4fc1aa;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.125rem 0.125rem 0.625rem #4fc1aa ;height:27.875rem;width:34.5625rem;top:17rem;left:0rem;display:block; }
#eLHKgoQ4DEDLntgNx4fdBtMpLgIgTSmp { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:"helvetica neue";font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:31.3125rem;left:1.8125rem;height:2.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uEG9wXWBJzak2TG4BiZvE57DAxi9Mcx8 { color:#ededed;display:block;width:31.9375rem;position:absolute;font-family:"helvetica neue";font-size:1.0625rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:33.9375rem;left:1.8124990463257rem;height:9.5654375rem;font-style:normal;display:block; }
#ElelkB1G8i6LA6F8CU93DRt6KBNJG22D { color:#4fc1aa;display:block;width:33.9375rem;position:absolute;font-family:"helvetica neue";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:3.875rem;left:20.5625rem;height:2.1248375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K3Fafgp9zyi9TAJnQdM2l2MmV8rK86QE { color:#333333;display:block;width:52.1875rem;position:absolute;font-family:"helvetica neue";font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.6250009536744rem;left:10.875000476837rem;height:6.499rem;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;font-style:normal;display:block; }
#XPm4D4FK4NUJ3PHCSnfTDwcDreZ778CU { color:#ededed;display:block;width:31.5625rem;position:absolute;font-family:"helvetica neue";font-size:1.0625rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:33.936632156372rem;left:39.687499046326rem;height:7.438125rem;font-style:normal;display:block; }
#WMZqad9lTvwIZgXbMiElPbAoGMK19cBJ { color:#ffffff;display:block;width:21.6875rem;position:absolute;font-family:"helvetica neue";font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:31.624133110046rem;left:39.687499046326rem;height:1.5rem;font-style:normal;display:block; }
#qIDpGfPGccUPMRZvavvrK2ooyyJnbQsb { color:#ededed;display:block;width:31.9995rem;position:absolute;font-family:"helvetica neue";font-size:1.0625rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:64.9365234375rem;left:39.467771530151rem;height:7.438125rem;font-style:normal;display:block; }
#aTZstqWTZAASdEUXwJiAt2xD63SvhdoT { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"helvetica neue";font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:61.936632156372rem;left:39.687499046326rem;height:2.125rem;font-style:normal;display:block; }
#NUu8TCeIr30ELPZUeh1l6T5nrw6dKCST { color:#ededed;display:block;width:31.3125rem;position:absolute;font-family:"helvetica neue";font-size:1.0625rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:64.936630249025rem;left:1.8107633590698rem;height:7.438125rem;font-style:normal;display:block; }
#bV8H1REXzCFZupSHqddtVFmucN3cFnNM { color:#ffffff;display:block;width:19rem;position:absolute;font-family:"helvetica neue";font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:61.937498092651rem;left:1.8107633590698rem;height:2.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J6JV8O5i9ToGBTAm80IGLSbKUpV7SIgF { position:absolute;display:block;z-index:15016;background-color:#4fc1aa;background-image:none;border-top:0.0625rem solid #4fc1aa;border-left:0.0625rem solid #4fc1aa;border-right:0.0625rem solid #4fc1aa;border-bottom:0.0625rem solid #4fc1aa;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.125rem 0.125rem 0.625rem #4fc1aa ;height:27.875rem;width:34.5625rem;top:17rem;left:37.82638835907rem;display:block; }
#PCKnx1NKXIvsZ869nrKcPT1mRKcUraE6 { position:absolute;display:block;z-index:15016;background-color:#4fc1aa;background-image:none;border-top:0.0625rem solid #0becb2;border-left:0.0625rem solid #0becb2;border-right:0.0625rem solid #0becb2;border-bottom:0.0625rem solid #0becb2;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.125rem 0.125rem 0.625rem #0becb2 ;height:27.875rem;width:34.5625rem;top:47.131944656372rem;left:0rem;display:block; }
#n5OPFsgyua8h8xXV1Eo04NrQGwZxmZ53 { position:absolute;display:block;z-index:15017;background-color:#4fc1aa;background-image:none;border-top:0.0625rem solid #0becb2;border-left:0.0625rem solid #0becb2;border-right:0.0625rem solid #0becb2;border-bottom:0.0625rem solid #0becb2;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.125rem 0.125rem 0.625rem #0becb2 ;height:27.875rem;width:34.5625rem;top:47.131076812744rem;left:37.82638835907rem;display:block; }
#Q1vMgDf7x02QFgk9truZiRy4q97RR0H8 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5621875rem;width:32.0621875rem;top:47.425129890442rem;left:38.550619125366rem;overflow:hidden;display:block; }
#bhy0Lrc21hRNxagC9mgbxBuzX8sR1kTA { position:absolute;display:block;z-index:15028;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.6871875rem;width:28.6873125rem;top:47.2998046875rem;left:1.8123378753662rem;overflow:hidden;display:block; }
#F1XRwwnMOKzmiUKazH65m2CrDJ3tvktO { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:33rem;top:16.799967288971rem;left:0.87483787536619rem;overflow:hidden;display:block; }
#Zd6hzkxsv6vSbLuoHrZWUqTl3ixtDRDk { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:36.5rem;top:18.582223908447rem;left:38.408902240996rem;overflow:hidden;display:block; }
#JA4aPNEIwWKU53VruULA881pNULcWqiW { position:absolute;display:block;z-index:15031;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:2.1248375rem;width:9.6248125rem;top:51.557453155517rem;left:47.665201187134rem;overflow:hidden;display:block; }
#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;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:41.5625rem;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:15.4375rem;left:10.8125rem; }
#haW7bpH937ZRgJkQpB3dcRC3JPVTVEUd { color:#333333;display:block;width:11.5625rem;position:absolute;font-family:"helvetica neue";font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:19.38707447052rem;left:6.0937504768372rem;height:3.59863125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ne5cTwpGoauxbtPIyEKRC0gBSV6DO3cp { color:#333333;display:block;width:19.25rem;position:absolute;font-family:"helvetica neue";font-size:1.0625rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:23.661931991577rem;left:2.25rem;height:7.9711875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pEPZg3351aTZJGkX0ELyK7z8DoE4Aq1V { color:#333333;display:block;width:34.25rem;position:absolute;font-family:"helvetica neue";font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.9438920021057rem;left:20.375000476837rem;height:6.499rem;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;font-style:normal;display:block; }
#cu9THOivMRw2XM7wRbIee87nH7uin95a { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4fc1aa, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #4fc1aa, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #4fc1aa, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #4fc1aa, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fc1aa', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fc1aa', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #4fc1aa, 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, #4fc1aa, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #4fc1aa, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #4fc1aa, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #4fc1aa, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fc1aa', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fc1aa', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #4fc1aa, 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, #4fc1aa, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #4fc1aa, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #4fc1aa, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #4fc1aa, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fc1aa', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fc1aa', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #4fc1aa, 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, #4fc1aa, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #4fc1aa, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #4fc1aa, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #4fc1aa, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fc1aa', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fc1aa', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #4fc1aa, 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, #4fc1aa, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #4fc1aa, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #4fc1aa, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #4fc1aa, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fc1aa', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fc1aa', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #4fc1aa, 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:14.25rem;left:9.625rem;display:block; }
#iVcuTb37yBhfdnUT2WQr7ZO4dGqOaOAv { color:#333333;display:block;width:23.5625rem;position:absolute;font-family:"helvetica neue";font-size:1.0625rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:23.849431991577rem;left:25.718750476837rem;height:4.7827125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#REp37Ri1wy7yDIENm9GFOfwdLR7CzmRf { color:#333333;display:block;width:15.625rem;position:absolute;font-family:"helvetica neue";font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:19.236506462097rem;left:29.687502384186rem;height:3.8981125rem;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, #4fc1aa, rgba(0,0,0,0));background-image: -moz-linear-gradient(181deg, #4fc1aa, rgba(0,0,0,0));background-image: -ms-linear-gradient(181deg, #4fc1aa, rgba(0,0,0,0));background-image: -o-linear-gradient(181deg, #4fc1aa, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fc1aa', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fc1aa', endColorstr='#00000000' );";background-image: linear-gradient(181deg, #4fc1aa, 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:14.25rem;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:15.4375rem;left:36.4375rem; }
#K3fF1ATlWXQMZdUw3KB1E8hO3wLHlcTR { color:#333333;display:block;width:14.6875rem;position:absolute;font-family:"helvetica neue";font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:19.236506462097rem;left:55.781252384186rem;height:3.8981125rem;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, #4fc1aa, rgba(0,0,0,0));background-image: -moz-linear-gradient(285deg, #4fc1aa, rgba(0,0,0,0));background-image: -ms-linear-gradient(285deg, #4fc1aa, rgba(0,0,0,0));background-image: -o-linear-gradient(285deg, #4fc1aa, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fc1aa', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fc1aa', endColorstr='#00000000' );";background-image: linear-gradient(285deg, #4fc1aa, 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:14.25rem;left:60.875rem;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:15.4375rem;left:62.0625rem; }
#dJGDa0By5cf6ObmT8pNu06ft3Ms50QA3 { color:#333333;display:block;width:21.875rem;position:absolute;font-family:"helvetica neue";font-size:1.0625rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:23.661931991577rem;left:52.187502384186rem;height:6.3769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F5FfsKII75JcdTHzgBbpnKLCmKsvoGSb { background-color:#0becb2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.125rem 0.125rem 0.6875rem #0becb2 ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"helvetica neue";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.0625rem;height:4.875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:33.732955932618rem;left:22.468750476837rem;display:block; }
#BVk437m0NRFczJPMmVoxKoPSJx4crWad { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U6M99Zb4DuHmtdwUSZTUyPdhcsM6mdIi { background-color:#ffc00f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.125rem 0.125rem 0.6875rem rgba(178,210,52,0.63) ;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:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.0625rem;height:4.875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:33.732955932618rem;left:22.468750476837rem;display:none; }
#CxuUSeGPEXoii9gp70XCngQTys8Ipw0X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CUpEiqMvFMyX7RTRGLthQ5DDLRGxMWNv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/afc2cfa0-c9a4-463a-b0bf-53834ddcf271/DESCONTOESPECIAL.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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:none; }#CUpEiqMvFMyX7RTRGLthQ5DDLRGxMWNv.adaptive-delivery-prevent-bg, #CUpEiqMvFMyX7RTRGLthQ5DDLRGxMWNv.lazyload, #CUpEiqMvFMyX7RTRGLthQ5DDLRGxMWNv.lazyloading { background-image: none; }#CUpEiqMvFMyX7RTRGLthQ5DDLRGxMWNv > .row .container { border-width: 0; border-radius: 0; }#CUpEiqMvFMyX7RTRGLthQ5DDLRGxMWNv::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; }#CUpEiqMvFMyX7RTRGLthQ5DDLRGxMWNv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CUpEiqMvFMyX7RTRGLthQ5DDLRGxMWNv > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:none; }#x5If4yXCPQtxretk45tpvKePpQQtwxMG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#x5If4yXCPQtxretk45tpvKePpQQtwxMG > .row .container { background-color: transparent; background-image: none; }#x5If4yXCPQtxretk45tpvKePpQQtwxMG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x5If4yXCPQtxretk45tpvKePpQQtwxMG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x5If4yXCPQtxretk45tpvKePpQQtwxMG > .row .container > .video-iframe-container { display: none; }#x5If4yXCPQtxretk45tpvKePpQQtwxMG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x5If4yXCPQtxretk45tpvKePpQQtwxMG > .row > .video-iframe-container { display: none; }#x5If4yXCPQtxretk45tpvKePpQQtwxMG > .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); }#x5If4yXCPQtxretk45tpvKePpQQtwxMG > .row .container { border-width: 0; border-radius: 0; }#x5If4yXCPQtxretk45tpvKePpQQtwxMG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x5If4yXCPQtxretk45tpvKePpQQtwxMG > .row .container { font-size:0.875rem;font-family:arial;height:28.6875rem;width:75rem;position:relative;display:block; }#DswwFEZ56hus0VAhBkUeZpG5Lg8DlQRi { color:#000000;display:block;width:37.5rem;position:absolute;font-family:"helvetica neue";font-size:2.5rem;font-weight:700;z-index:15030;line-height:1.1;letter-spacing:0;top:2.4889326095581rem;left:37.499185562134rem;height:2.75rem;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; }
#LEDAUpCTBEsGFOEsSal6aMQgRhILWpQn { color:#000000;display:block;width:37.3111875rem;position:absolute;font-family:"helvetica neue";font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.5;letter-spacing:0;top:9.3748378753663rem;left:37.499998092651rem;height:15.183125rem;display:block; }
#fkcft7znPIp9sb4owf7MmmFXvJC40AmM { color:#000000;display:block;width:37.5rem;position:absolute;font-family:"helvetica neue";font-size:2.5rem;font-weight:400;z-index:15031;line-height:1.1;letter-spacing:0;top:4.9996738433838rem;left:37.499998092651rem;height:2.75rem;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; }
#bBDEhMXsbqI9XvJf9kR5EEulSVh6vdT0 { position:absolute;display:block;z-index:15075;background-color:#ff297e;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:8.6865rem;width:8.6865rem;top:1.53076171875rem;left:23.285318374634rem;display:block; }
#bp7rNS6idK0JKB5bRt1zMcudMBV5mrTF { position:absolute;display:block;z-index:15076;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.687rem;width:13.3748125rem;top:17.000325202942rem;left:2.3115234375rem;overflow:hidden;display:block; }
#qMenbXucREXnrH0OOWAdFe8fESfvVQJp { color:#000000;display:block;width:13.6873125rem;position:absolute;font-family:"helvetica neue";font-size:1rem;font-weight:400;z-index:15032;line-height:1.1;letter-spacing:0;top:23.535643577576rem;left:13.283203125rem;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; }
#Kuh1dfKAisBRTwRTCVMTgRLqu9kzAwUS { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15076;line-height:1.2;letter-spacing:0;top:3.4895830154419rem;left:23.877767562866rem;height:5.249025rem;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; }
#kOAx1wxzBvXfZEAZTflThX62zqz4IlZU { position:absolute;display:block;z-index:15032;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:19.4375rem;width:7.375rem;top:2.2389326095581rem;left:15.64990234375rem;overflow:hidden;display:block; }
#Ibp7solHS40c6WDnh3PCZhILA80iVoqN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/afc2cfa0-c9a4-463a-b0bf-53834ddcf271/DESCONTOESPECIAL.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#Ibp7solHS40c6WDnh3PCZhILA80iVoqN.adaptive-delivery-prevent-bg, #Ibp7solHS40c6WDnh3PCZhILA80iVoqN.lazyload, #Ibp7solHS40c6WDnh3PCZhILA80iVoqN.lazyloading { background-image: none; }#Ibp7solHS40c6WDnh3PCZhILA80iVoqN > .row .container { background-color: transparent; background-image: none; }#Ibp7solHS40c6WDnh3PCZhILA80iVoqN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.62); }#Ibp7solHS40c6WDnh3PCZhILA80iVoqN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ibp7solHS40c6WDnh3PCZhILA80iVoqN > .row .container > .video-iframe-container { display: none; }#Ibp7solHS40c6WDnh3PCZhILA80iVoqN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.62); }#Ibp7solHS40c6WDnh3PCZhILA80iVoqN > .row > .video-iframe-container { display: none; }#Ibp7solHS40c6WDnh3PCZhILA80iVoqN > .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); }#Ibp7solHS40c6WDnh3PCZhILA80iVoqN > .row .container { border-width: 0; border-radius: 0; }#Ibp7solHS40c6WDnh3PCZhILA80iVoqN::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; }#Ibp7solHS40c6WDnh3PCZhILA80iVoqN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ibp7solHS40c6WDnh3PCZhILA80iVoqN > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:block; }#ta7KnpD6d7sRTydUz5RbEynrckh1x70W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;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; }#ta7KnpD6d7sRTydUz5RbEynrckh1x70W > .row .container { background-color: transparent; background-image: none; }#ta7KnpD6d7sRTydUz5RbEynrckh1x70W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ta7KnpD6d7sRTydUz5RbEynrckh1x70W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ta7KnpD6d7sRTydUz5RbEynrckh1x70W > .row .container > .video-iframe-container { display: none; }#ta7KnpD6d7sRTydUz5RbEynrckh1x70W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ta7KnpD6d7sRTydUz5RbEynrckh1x70W > .row > .video-iframe-container { display: none; }#ta7KnpD6d7sRTydUz5RbEynrckh1x70W > .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); }#ta7KnpD6d7sRTydUz5RbEynrckh1x70W > .row .container { border-width: 0; border-radius: 0; }#ta7KnpD6d7sRTydUz5RbEynrckh1x70W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ta7KnpD6d7sRTydUz5RbEynrckh1x70W > .row .container { font-size:0.875rem;font-family:arial;height:47.75rem;width:75rem;position:relative;display:block; }#oh1tpwpc5vc7Z3H13lFEKzxT1H8fzLd2 { color:#333333;display:block;width:52.5rem;position:absolute;font-family:"helvetica neue";font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:4.0625042915344rem;left:11.250000476837rem;height:3.49935rem;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;font-style:normal;display:block; }
#JbtJ55FXCIJkUJOfRbIx2itTrRxziPxr { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:12.37483215332rem;left:10rem; }
#aNaifzdZqaO0A9ZaJDFimK5h4pkbCfX2 { color:#333333;display:block;width:11.311875rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:700;z-index:15045;line-height:1.7;letter-spacing:0;top:21.692056655884rem;left:12.749837875366rem;height:1.48681875rem;font-style:normal;display:block; }
#LLmpWmXWTpdCHfKfFNBhaGsgH0kmwEUK { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(183deg, rgba(0,0,0,0), #4fc1aa);background-image: -moz-linear-gradient(183deg, rgba(0,0,0,0), #4fc1aa);background-image: -ms-linear-gradient(183deg, rgba(0,0,0,0), #4fc1aa);background-image: -o-linear-gradient(183deg, rgba(0,0,0,0), #4fc1aa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4fc1aa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4fc1aa' );";background-image: linear-gradient(183deg, rgba(0,0,0,0), #4fc1aa);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:13.875rem;width:60rem;top:11.0625rem;left:7.5rem;display:block; }
#UqIcPEMksLprvqozTEmFIVTO8lg9A3SJ { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:28.625rem;left:2.9378280639649rem; }
#wEOff3IOxAwCO3rBWIPGcaat9XQc8mzA { color:#515151;display:block;width:33.75rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:700;z-index:15048;line-height:1.7;letter-spacing:0;top:41.984375rem;left:4.9373397827149rem;height:1.48681875rem;font-style:normal;display:block; }
#N4Gti3hRNpqc0d7yZq5wNvRuSITmVBtS { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:28.625rem;left:41.81298828125rem; }
#TLlmLBp7l3ed1ldVGOklsSlrNpDKOdpK { color:#333333;display:block;width:31.125rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:700;z-index:15051;line-height:1.7;letter-spacing:0;top:37.246255874634rem;left:43.811849594116rem;height:1.48681875rem;font-style:normal;display:block; }
#uLDzoz9GrBd3vIBExT2vokxbHFbndiwG { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:4.0625042915344rem;left:11.250000476837rem;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;font-style:normal;display:none; }
#WdK4eK6Ir7ExP6DWMcoLFEfQfZ90HsTp { color:#333333;display:block;width:48.5625rem;position:absolute;font-family:"helvetica neue";font-size:1.125rem;font-weight:300;z-index:15032;line-height:1.5;letter-spacing:0;top:13.619125366211rem;left:12.749837875366rem;height:5.0610375rem;font-style:normal;display:block; }
#cffiILIuSNTgCRF8A5wlTSQDHtzUe33d { color:#333333;display:block;width:26.75rem;position:absolute;font-family:"helvetica neue";font-size:1.0625rem;font-weight:300;z-index:15033;line-height:1.5;letter-spacing:0;top:29.678058624267rem;left:43.8125rem;height:6.3769375rem;font-style:normal;display:block; }
#fg5KhD5CL4O1TDEHOkV86JnMZnyyCp0V { color:#333333;display:block;width:29.6875rem;position:absolute;font-family:"helvetica neue";font-size:1.0625rem;font-weight:300;z-index:15034;line-height:1.5;letter-spacing:0;top:29.678873062134rem;left:4.9373397827149rem;height:11.1596875rem;font-style:normal;display:block; }
#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fbfbfb, #4fc1aa);background-image: -moz-linear-gradient(180deg, #fbfbfb, #4fc1aa);background-image: -ms-linear-gradient(180deg, #fbfbfb, #4fc1aa);background-image: -o-linear-gradient(180deg, #fbfbfb, #4fc1aa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#4fc1aa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#4fc1aa' );";background-image: linear-gradient(180deg, #fbfbfb, #4fc1aa);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:48.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#Qe9h0Wud265qcFHomikIm3TKmN2nogmV { color:#333333;display:block;width:35rem;position:absolute;font-family:"helvetica neue";font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:2.9070320129394rem;left:19.999218940735rem;height:6.3004375rem;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; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-form-header {  }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-regular-label { height:auto;display:block;font-family:"helvetica neue";font-size:0.875rem;font-weight:400;color:#333333;width:29.1875rem;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:29.1875rem;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:29.1875rem;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:29.1875rem;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:#ff297e;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.25rem;font-weight:bold;color:#000000;width:29.1875rem;height:4rem;font-family:"helvetica neue";overflow:hidden;box-shadow: 0.125rem 0.125rem 0.6875rem #00eabd ; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe [class*="-text"]:-moz-placeholder { color:#060606;font-family:"open sans";font-size:0.875rem; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe [class*="-text"]::-moz-placeholder { color:#060606;font-family:"open sans";font-size:0.875rem; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe [class*="-text"]:-ms-input-placeholder { color:#060606;font-family:"open sans";font-size:0.875rem; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe [class*="-text"]::-webkit-input-placeholder { color:#060606;font-family:"open sans";font-size:0.875rem; }
#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:"helvetica neue";line-height:1.3;font-size:0.75rem;font-weight:400;color:#333333;vertical-align:top;width:27.9375rem;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:29.1875rem;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:15.107421875rem;left:22.450357437134rem; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:29.1875rem;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:29.1875rem;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:15.107421875rem;left:22.450357437134rem; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #KPe6HiEzdbKqrqfrykbty0F4fCGf5SMp { position:relative; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #phkMepD4nJA2nb7RufNOfrozvUvGTltS { position:relative;display:block; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #yxMxxy7D8LHGo33O99Rb1Z5coRwMWGpl { position:relative; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #ah4PbvxLITI6mzE6UBJXGObcfiG1AHS7 { position:relative; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #zRuZkv7a5z83bRBl6DaxrNcdlpn2Hxzr { position:relative;display:block; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #Udo5KdpCD3TgJUor557EuhRtiFKtlil5 { position:relative; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #Pf9uXm5uSO7AIK5sUMLLkmDU9I08RNv9 { position:relative; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #ALdRxpgSqNZ7q9ekT7l2tlrh4M25z4X8 { position:relative;display:block; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #mv8eNkSPzl6FWhcNTv7uELIHIw18eFf6 { 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:#333333;display:block;width:33.0625rem;position:absolute;font-family:"helvetica neue";font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:10.121528625488rem;left:20.905383110046rem;height:3.32356875rem;text-align:center;text-align-last:center;display:block; }
#UI5RbeDyT76O9UZiasAGH55lpRroT9Oi .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#UI5RbeDyT76O9UZiasAGH55lpRroT9Oi .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#ff0393;padding-top:0.399375rem;padding-right:0.344375rem;padding-bottom:0.399375rem;padding-left:0.344375rem;display:block;align-items:center;width:2.066875rem;min-width:2.066875rem;height:2.14625rem;position:relative;font-family:"open sans";font-size:1.598125rem;font-weight:700;line-height:34.34px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UI5RbeDyT76O9UZiasAGH55lpRroT9Oi .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.25rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.755625rem;height:0.84875rem;position:relative;font-family:"open sans";font-size:0.599375rem;font-weight:400;line-height:13.58px;text-align:center;text-align-last:center;text-transform:none;top:-16%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#UI5RbeDyT76O9UZiasAGH55lpRroT9Oi { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:15rem;height:4.04375rem;padding-top:0.125rem;padding-right:0.125rem;padding-bottom:0.125rem;padding-left:0.125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:40.069532394409rem;left:30.668751716614rem;z-index:15089; }
#UI5RbeDyT76O9UZiasAGH55lpRroT9Oi #NdlvotgBSKa4r7Igd1HD8X88TgXvDiiX { display:flex;position:relative;top:0rem;left:0rem; }
#UI5RbeDyT76O9UZiasAGH55lpRroT9Oi #k8o8WvnGVUOUPlFz0lTFFuHzmMUsJmNy { width:auto; }
#UI5RbeDyT76O9UZiasAGH55lpRroT9Oi #I60yPX0V2UuZTk2HFCJPv7GuCuyBRZbE {  }
#UI5RbeDyT76O9UZiasAGH55lpRroT9Oi #FddRI5pQTPi9DtON6wsUqXi2M0bcWyTT { display:flex;position:relative;top:0rem;left:0rem; }
#UI5RbeDyT76O9UZiasAGH55lpRroT9Oi #PkqVMUbe6BuhvQsyddOy2pIFh3sCH5oX {  }
#UI5RbeDyT76O9UZiasAGH55lpRroT9Oi #XkQGaxsOSi1TrcxDzpacanBPIyb09l3L {  }
#UI5RbeDyT76O9UZiasAGH55lpRroT9Oi #qy5zNIctLvUqo3lyvpRsWVNsFmMsAUAP { display:flex;position:relative;top:0rem;left:0rem; }
#UI5RbeDyT76O9UZiasAGH55lpRroT9Oi #hGKWbhp1AGCDr9JJSpvDC8RQkDvDMPc6 {  }
#UI5RbeDyT76O9UZiasAGH55lpRroT9Oi #z5tQFqtbI4vn637iT76gXAME09XP99Tw {  }
#UI5RbeDyT76O9UZiasAGH55lpRroT9Oi #krdPLvOgiyL8eTf7ksEQLRHnKdUnWyWZ { display:flex;position:relative;top:0rem;left:0rem; }
#UI5RbeDyT76O9UZiasAGH55lpRroT9Oi #llQg6HHe8STW79gHUd7vMQf5pyt1ZZNs {  }
#UI5RbeDyT76O9UZiasAGH55lpRroT9Oi #cSzM69OyyCaW4KwGQzcW6Dl3GZZBf81g {  }
#upDva3dk12bZMTS4koAgCaeK4CrbQsOl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;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:44.3125rem;width:75rem;position:relative;display:block; }#FpTAce3rQS0QmWDLNt8tn1mSxokpmor5 { color:#333333;display:block;width:52.5rem;position:absolute;font-family:"helvetica neue";font-size:2.625rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:6.625rem;left:11.25rem;height:3.67513125rem;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, #4fc1aa, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #4fc1aa, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #4fc1aa, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #4fc1aa, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fc1aa', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fc1aa', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #4fc1aa, 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, #4fc1aa, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #4fc1aa, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #4fc1aa, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #4fc1aa, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fc1aa', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fc1aa', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #4fc1aa, 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, #4fc1aa, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #4fc1aa, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #4fc1aa, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #4fc1aa, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fc1aa', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fc1aa', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #4fc1aa, 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, #4fc1aa, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #4fc1aa, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #4fc1aa, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #4fc1aa, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fc1aa', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fc1aa', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #4fc1aa, 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:#fbfbfb;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #f8ac78; }
#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.25rem;font-family:"helvetica neue";font-style:normal;color:#333333;height:auto;line-height:1.4;overflow:hidden; }
#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:1.0625rem;font-family:"helvetica neue";color:#333333;height:auto;line-height:1.7;overflow:hidden;font-weight:300;font-style:normal; }
#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_60a9d3bb8ea1afa84c1a3ee1c12546dd28e343d3.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.686375rem;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 #IzSMvtw0ZGed6XcHZnvtMWT0NG2yQRRm { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #oXLUibolkXUOBq7awOSHnJhO1f9zLe8p { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #WmOCkDPAJCnPsGtiBX3BbIVTMO74v3d7 { display:block;position:relative; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #TBwiJIyLRWkM0v2RkCtdS9BXUHqL78KA {  }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #a7gmS7XZcANTLC8N48RGnSJxkdyMJdmt { display:none; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #L5T4MDs8ITOAXp260FUrQbIniPAbcpRz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #XhhqSeXxeBhq9D4wzqzhvbJfXabbZh0M { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #NnuNXnhTJgm6HVUuLISJnXh2CqqFiDQF { display:block;position:relative; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #X6wz5Jh1wVaPL05KwNsRDpTU0146zLnk {  }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #TbvWxyOz9CqNORMFWwh5TWTEWCPmGEFT { 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:16.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:3.0056819915771rem;left:58.874998569489rem;height:1.4875rem;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:3.6875rem;width:8.625rem;top:1.90625rem;left:0.875rem;overflow:hidden;display:block; }
#sqiDJBV8uO9ZiAI2DTlXZgtUTOxFkIdh { position:absolute;display:block;z-index:15084;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:8.9375rem;top:2.875rem;left:12.575520515442rem;overflow:hidden;display:block; }
#qP3oJ4fOnoh3qBgAEpsrOhsJBnF6NKbX { position:absolute;display:block;z-index:15083;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:8.9375rem;top:1.9375rem;left:14.77951335907rem;overflow:hidden;display:none; }
@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) { #FK9B8vEW2Etn90Zh3tngiP8B4DLkfqxr { top:0.625rem;left:0rem;width:0.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVyoUBUqozhHtlLDmgVu5TNbq5kurORO { top:13.8125rem;left:0rem;width:38.5rem;height:9.875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNru2xtTfEdan82Kx1SLzo1kVDw9Eiss { top:17.4375rem;left:33.5rem;width:12.5rem;height:19.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #T41l6DITfhbrOblbrTUwbMd02ZvVWlhp { top:3.9375rem;left:10.3125rem;width:37.375rem;height:22.025466112518rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlG24H1xzZbaE8B2cKnut2rc26iTeOeZ { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:none; }#qlG24H1xzZbaE8B2cKnut2rc26iTeOeZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6c016db25accf67143b1f1ad4ce28f04bb373956.svg); }
 }@media only screen and (max-width: 763px) { #Kw1XuvFNOg8iEonvu1KF8oPDWGcNdiCO { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#Kw1XuvFNOg8iEonvu1KF8oPDWGcNdiCO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_71759cd38a58ce683be85a2039def7ab2a33e5f3.svg); }
 }@media only screen and (max-width: 763px) { #WkicyaeAZBl6aicwTWJpg0OWibL5hCGB { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HxCpoiPkrSJWxb2sD3tQW27N37ufLfXz { 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) { #AAJTexRTuTUA70qrBrfrdqpN8Dzh1ONF { top:17.5rem;left:38.875rem;width:8.875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVqWHp6948snEcCzHllmiMNeuvtxxPzE { top:0.625rem;left:17.925000190735rem;width:3rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nw31RTpyZIpxxIv2HNsdnrldNATap4Sq { 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) { #Qh7ftz1zwThwBXQzIdGNAMmNq6e26WJ8 { top:9.625rem;left:0rem;width:16.5625rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td5iDRmycCQTkdhT3ECCnPMPZUlof4Tz { top:9rem;left:0rem;width:18.5625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQ6OxXIpqFeHteDkCmDwNbFlLA6T1Tq3 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WQ6OxXIpqFeHteDkCmDwNbFlLA6T1Tq3 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#WQ6OxXIpqFeHteDkCmDwNbFlLA6T1Tq3 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#WQ6OxXIpqFeHteDkCmDwNbFlLA6T1Tq3 { display:flex;width:18rem;height:5.0625rem;top:33.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WQ6OxXIpqFeHteDkCmDwNbFlLA6T1Tq3 #UcvlZ05MU0JEZTEUvVTxqaxt5JAfRD3e { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WQ6OxXIpqFeHteDkCmDwNbFlLA6T1Tq3 #QDeCan5VXk48L9hcDIptv1avElDQbrpN {  }
 }@media only screen and (max-width: 763px) { #WQ6OxXIpqFeHteDkCmDwNbFlLA6T1Tq3 #u4A2qkHSwvbJVhih87rnhfKOrT0TZ7d4 {  }
 }@media only screen and (max-width: 763px) { #WQ6OxXIpqFeHteDkCmDwNbFlLA6T1Tq3 #gNGbz1PqdLboH5KGOvxPCtE55ovJW6mg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WQ6OxXIpqFeHteDkCmDwNbFlLA6T1Tq3 #yiR8sRtO57qaisvQeJiLc3mm6wJ5dRB8 {  }
 }@media only screen and (max-width: 763px) { #WQ6OxXIpqFeHteDkCmDwNbFlLA6T1Tq3 #kK6pD1zvnCGGP2STDmdZWtD9XBfrBygA {  }
 }@media only screen and (max-width: 763px) { #WQ6OxXIpqFeHteDkCmDwNbFlLA6T1Tq3 #W9JdZtL25AiaiPwgIo0dEhrohxCPMRUx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WQ6OxXIpqFeHteDkCmDwNbFlLA6T1Tq3 #vVTZZ3xDIfo1lIQ5WehpPDqq14OubiF0 {  }
 }@media only screen and (max-width: 763px) { #WQ6OxXIpqFeHteDkCmDwNbFlLA6T1Tq3 #n6uMMk50ogObo3G3imZt3qHZJAWOqKFg {  }
 }@media only screen and (max-width: 763px) { #WQ6OxXIpqFeHteDkCmDwNbFlLA6T1Tq3 #zUdsZviDVk3E9WZ75gTEEUIUZvi0LDdJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WQ6OxXIpqFeHteDkCmDwNbFlLA6T1Tq3 #HI6qxrw3kfHzTkme7i2Ua9NESOslIDgN {  }
 }@media only screen and (max-width: 763px) { #WQ6OxXIpqFeHteDkCmDwNbFlLA6T1Tq3 #kFCTtCLxtvBc5rmXpm6t9ydAHCRnyZhK {  }
 }@media only screen and (max-width: 763px) { #J8uXod3WD82l1pST8P1hi1u6KXMSkFaK { top:0.875rem;left:2.4361972808838rem;width:8.1875rem;height:4.9002304116916rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pm4LkKZt7ZfDJNdnxXoDVkAbCGhoUq4l { top:0.625rem;left:0rem;width:9.875rem;height:5.4651889658295rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDrB5QQuFgbxfCr6TPa76lSN4xuoIqUs { display:none; }#wDrB5QQuFgbxfCr6TPa76lSN4xuoIqUs > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CBc2xzb9NdQADBcIFSywa0wCsN7wRIxv { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sc76Q1kHpa9PgHMEW5wVC4AbN5eiPdyS { display:block; }
 }@media only screen and (max-width: 763px) { #GShpiQFxizwsEwcdeLniArNt5zawbQNq { top:18.375rem;left:0rem;width:19.875rem;height:;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #a366grwCRkDT8c9qu2wTnESvycTybcnJ { top:20.5625rem;left:12.125rem;width:25.4375rem;height:15rem;display:none; }
 }@media only screen and (max-width: 763px) { #GLKgVU6xo104uqJzcmbMk6lImxFR4I8K { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #d7Q4MWgLydQBk1cPoRXmdlTT7oQxb3OP { display:none; }
 }@media only screen and (max-width: 763px) { #WxD91iL2FhcUAUCOLseJe8riZvR2CX1v { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:none; }#WxD91iL2FhcUAUCOLseJe8riZvR2CX1v li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_82048f712982d9b97bc421a5cde0e0ddf4f6fcf4.svg); }
 }@media only screen and (max-width: 763px) { #wSxaMrScyHAnvJH0gOxGSw3PLR5r5av2 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lDoZhNATIdDJSqAaxU23vzQQLi22Pz13 { top:17.5rem;left:38.875rem;width:8.875rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #O8tSdmLQTxrWG9ZApr6WCh162GCVyM6M .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#O8tSdmLQTxrWG9ZApr6WCh162GCVyM6M .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#O8tSdmLQTxrWG9ZApr6WCh162GCVyM6M .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#O8tSdmLQTxrWG9ZApr6WCh162GCVyM6M { display:flex;width:18rem;height:5.0625rem;top:33.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #O8tSdmLQTxrWG9ZApr6WCh162GCVyM6M #u4WCPZv21NSQhfLqwhlimTiP9vzofIZs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O8tSdmLQTxrWG9ZApr6WCh162GCVyM6M #Zkkvq76RO5c0ZFnIfzCad3mItSDRH6tQ {  }
 }@media only screen and (max-width: 763px) { #O8tSdmLQTxrWG9ZApr6WCh162GCVyM6M #aoC7A6TKfAJEcwVrmVz0vRqDTAkqeBgG {  }
 }@media only screen and (max-width: 763px) { #O8tSdmLQTxrWG9ZApr6WCh162GCVyM6M #fEptQ1pDM5v0aPWunIF6o7agGrgwBJFE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O8tSdmLQTxrWG9ZApr6WCh162GCVyM6M #aeAMkTOSO4b6M0ivn4b9KBL6R718oHKy {  }
 }@media only screen and (max-width: 763px) { #O8tSdmLQTxrWG9ZApr6WCh162GCVyM6M #Tbplx845u1vkepBs5AFm05TSSn9d0daE {  }
 }@media only screen and (max-width: 763px) { #O8tSdmLQTxrWG9ZApr6WCh162GCVyM6M #EGe77vlsd0irTg87Q9k3gDsivr7K6CiW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O8tSdmLQTxrWG9ZApr6WCh162GCVyM6M #i1iM2RwQaI2KHwecWoaPUh5oFfHrwXuh {  }
 }@media only screen and (max-width: 763px) { #O8tSdmLQTxrWG9ZApr6WCh162GCVyM6M #KarqRT7aKtu1T5puxwZgB5opTs1PTNJH {  }
 }@media only screen and (max-width: 763px) { #O8tSdmLQTxrWG9ZApr6WCh162GCVyM6M #Tyr37oTTam2piQmcvpK8PrVaWBrHytoH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O8tSdmLQTxrWG9ZApr6WCh162GCVyM6M #x8yyuS6bkKn07p0sm8vmkBInkIhBCWQd {  }
 }@media only screen and (max-width: 763px) { #O8tSdmLQTxrWG9ZApr6WCh162GCVyM6M #hcqD28XvV7roxkvHuWu96NE9DyzQdxxM {  }
 }@media only screen and (max-width: 763px) { #c8Vp4xTrN8TMuKVutk3FhLTS0L4uqQlW { width:47.75rem;height:26.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZziLWfahTcbb3zq2hhug9QxwtcKQAVpP { display:block; }#ZziLWfahTcbb3zq2hhug9QxwtcKQAVpP > .row .container { width:47.75rem;position:relative;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:34.5625rem;height:27.875rem;top:17rem;left:0rem;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:3.875rem;left:6.9374990463256rem;width:33.9375rem;height:2.125rem;font-size:1.25rem;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) { #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) { #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) { #NUu8TCeIr30ELPZUeh1l6T5nrw6dKCST { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bV8H1REXzCFZupSHqddtVFmucN3cFnNM { 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) { #J6JV8O5i9ToGBTAm80IGLSbKUpV7SIgF { width:34.5625rem;height:27.875rem;top:17rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCKnx1NKXIvsZ869nrKcPT1mRKcUraE6 { width:34.5625rem;height:27.875rem;top:47.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5OPFsgyua8h8xXV1Eo04NrQGwZxmZ53 { width:34.5625rem;height:27.875rem;top:47.125rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1vMgDf7x02QFgk9truZiRy4q97RR0H8 { top:47.375rem;left:15.6875rem;width:32rem;height:14.533942825954rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhy0Lrc21hRNxagC9mgbxBuzX8sR1kTA { top:47.25rem;left:0rem;width:28.625rem;height:17.648768673869rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1XRwwnMOKzmiUKazH65m2CrDJ3tvktO { top:16.75rem;left:0rem;width:33rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zd6hzkxsv6vSbLuoHrZWUqTl3ixtDRDk { top:18.5625rem;left:7.125rem;width:36.5rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JA4aPNEIwWKU53VruULA881pNULcWqiW { top:51.5rem;left:34.040201187134rem;width:9.5625rem;height:2.1110809788503rem;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:15.4375rem;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) { #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:14.25rem;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:14.25rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcpRgWUFVEwl5dZFVfrm5ACILUobwS3X { top:15.4375rem;left:22.8125rem;width:2.125rem;height:2.125rem;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:14.25rem;left:43.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X92dsiZ3TTnyJgTdczvX05Dd8QCThDOa { top:15.4375rem;left:45.625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJGDa0By5cf6ObmT8pNu06ft3Ms50QA3 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5FfsKII75JcdTHzgBbpnKLCmKsvoGSb { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVk437m0NRFczJPMmVoxKoPSJx4crWad { display:block; }
 }@media only screen and (max-width: 763px) { #U6M99Zb4DuHmtdwUSZTUyPdhcsM6mdIi { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CxuUSeGPEXoii9gp70XCngQTys8Ipw0X { display:block; }
 }@media only screen and (max-width: 763px) { #CUpEiqMvFMyX7RTRGLthQ5DDLRGxMWNv { display:block; }#CUpEiqMvFMyX7RTRGLthQ5DDLRGxMWNv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x5If4yXCPQtxretk45tpvKePpQQtwxMG { display:block; }#x5If4yXCPQtxretk45tpvKePpQQtwxMG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DswwFEZ56hus0VAhBkUeZpG5Lg8DlQRi { top:28.9375rem;left:1.75rem;width:21.25rem;height:7.349625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEDAUpCTBEsGFOEsSal6aMQgRhILWpQn { top:28.9375rem;left:24.5rem;width:21.25rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkcft7znPIp9sb4owf7MmmFXvJC40AmM { top:28.9375rem;left:1.75rem;width:21.25rem;height:7.349625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBDEhMXsbqI9XvJf9kR5EEulSVh6vdT0 { width:8.625rem;height:8.625rem;top:1.5rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bp7rNS6idK0JKB5bRt1zMcudMBV5mrTF { top:17rem;left:0rem;width:13.3125rem;height:11.632550923611rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMenbXucREXnrH0OOWAdFe8fESfvVQJp { top:28.9375rem;left:1.75rem;width:21.25rem;height:7.349625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kuh1dfKAisBRTwRTCVMTgRLqu9kzAwUS { top:3.4375rem;left:16.375rem;width:7.5rem;height:5.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOAx1wxzBvXfZEAZTflThX62zqz4IlZU { top:2.1875rem;left:8.83740234375rem;width:7.375rem;height:19.437698631298rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ibp7solHS40c6WDnh3PCZhILA80iVoqN { display:none; }#Ibp7solHS40c6WDnh3PCZhILA80iVoqN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ta7KnpD6d7sRTydUz5RbEynrckh1x70W { display:block; }#ta7KnpD6d7sRTydUz5RbEynrckh1x70W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oh1tpwpc5vc7Z3H13lFEKzxT1H8fzLd2 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbtJ55FXCIJkUJOfRbIx2itTrRxziPxr { width:2.75rem;height:2.75rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNaifzdZqaO0A9ZaJDFimK5h4pkbCfX2 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLmpWmXWTpdCHfKfFNBhaGsgH0kmwEUK { width:47.75rem;height:13.875rem;top:11.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqIcPEMksLprvqozTEmFIVTO8lg9A3SJ { width:2rem;height:2rem;top:28.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEOff3IOxAwCO3rBWIPGcaat9XQc8mzA { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4Gti3hRNpqc0d7yZq5wNvRuSITmVBtS { width:2rem;height:2rem;top:28.625rem;left:28.18798828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLlmLBp7l3ed1ldVGOklsSlrNpDKOdpK { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLDzoz9GrBd3vIBExT2vokxbHFbndiwG { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WdK4eK6Ir7ExP6DWMcoLFEfQfZ90HsTp { top:28.9375rem;left:24.5rem;width:21.25rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cffiILIuSNTgCRF8A5wlTSQDHtzUe33d { top:28.9375rem;left:24.5rem;width:21.25rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fg5KhD5CL4O1TDEHOkV86JnMZnyyCp0V { top:28.9375rem;left:24.5rem;width:21.25rem;height:6.796875rem;font-size:1rem;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:2.875rem;left:6.374218940735rem;width:35rem;height:6.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-regular-label { width:29.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-text { width:29.1875rem;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:29.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-select { width:29.1875rem;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:29.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-checkbox-label { width:28rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe  { width:29.1875rem;height:auto;top:15.0625rem;left:8.8253574371337rem; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .radio-container { width:29.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe {display:block;}#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe { width:29.1875rem;height:auto;top:15.0625rem;left:8.8253574371337rem; }
 }@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 #Pf9uXm5uSO7AIK5sUMLLkmDU9I08RNv9 {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #ALdRxpgSqNZ7q9ekT7l2tlrh4M25z4X8 {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #mv8eNkSPzl6FWhcNTv7uELIHIw18eFf6 {  }
 }@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.0625rem;left:7.2796869277956rem;width:33.0625rem;height:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UI5RbeDyT76O9UZiasAGH55lpRroT9Oi .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UI5RbeDyT76O9UZiasAGH55lpRroT9Oi .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#UI5RbeDyT76O9UZiasAGH55lpRroT9Oi .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#UI5RbeDyT76O9UZiasAGH55lpRroT9Oi { display:flex;width:18rem;height:5.0625rem;top:33.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UI5RbeDyT76O9UZiasAGH55lpRroT9Oi #NdlvotgBSKa4r7Igd1HD8X88TgXvDiiX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UI5RbeDyT76O9UZiasAGH55lpRroT9Oi #k8o8WvnGVUOUPlFz0lTFFuHzmMUsJmNy {  }
 }@media only screen and (max-width: 763px) { #UI5RbeDyT76O9UZiasAGH55lpRroT9Oi #I60yPX0V2UuZTk2HFCJPv7GuCuyBRZbE {  }
 }@media only screen and (max-width: 763px) { #UI5RbeDyT76O9UZiasAGH55lpRroT9Oi #FddRI5pQTPi9DtON6wsUqXi2M0bcWyTT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UI5RbeDyT76O9UZiasAGH55lpRroT9Oi #PkqVMUbe6BuhvQsyddOy2pIFh3sCH5oX {  }
 }@media only screen and (max-width: 763px) { #UI5RbeDyT76O9UZiasAGH55lpRroT9Oi #XkQGaxsOSi1TrcxDzpacanBPIyb09l3L {  }
 }@media only screen and (max-width: 763px) { #UI5RbeDyT76O9UZiasAGH55lpRroT9Oi #qy5zNIctLvUqo3lyvpRsWVNsFmMsAUAP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UI5RbeDyT76O9UZiasAGH55lpRroT9Oi #hGKWbhp1AGCDr9JJSpvDC8RQkDvDMPc6 {  }
 }@media only screen and (max-width: 763px) { #UI5RbeDyT76O9UZiasAGH55lpRroT9Oi #z5tQFqtbI4vn637iT76gXAME09XP99Tw {  }
 }@media only screen and (max-width: 763px) { #UI5RbeDyT76O9UZiasAGH55lpRroT9Oi #krdPLvOgiyL8eTf7ksEQLRHnKdUnWyWZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UI5RbeDyT76O9UZiasAGH55lpRroT9Oi #llQg6HHe8STW79gHUd7vMQf5pyt1ZZNs {  }
 }@media only screen and (max-width: 763px) { #UI5RbeDyT76O9UZiasAGH55lpRroT9Oi #cSzM69OyyCaW4KwGQzcW6Dl3GZZBf81g {  }
 }@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) { #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 #IzSMvtw0ZGed6XcHZnvtMWT0NG2yQRRm {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #oXLUibolkXUOBq7awOSHnJhO1f9zLe8p {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #WmOCkDPAJCnPsGtiBX3BbIVTMO74v3d7 {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #TBwiJIyLRWkM0v2RkCtdS9BXUHqL78KA {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #a7gmS7XZcANTLC8N48RGnSJxkdyMJdmt {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #L5T4MDs8ITOAXp260FUrQbIniPAbcpRz {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #XhhqSeXxeBhq9D4wzqzhvbJfXabbZh0M {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #NnuNXnhTJgm6HVUuLISJnXh2CqqFiDQF {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #X6wz5Jh1wVaPL05KwNsRDpTU0146zLnk {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #TbvWxyOz9CqNORMFWwh5TWTEWCPmGEFT {  }
 }@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:8.625rem;height:3.6875rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqiDJBV8uO9ZiAI2DTlXZgtUTOxFkIdh { top:2.875rem;left:0rem;width:8.9375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qP3oJ4fOnoh3qBgAEpsrOhsJBnF6NKbX { top:1.9375rem;left:1.1545133590698rem;width:8.9375rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vCQIei3tubS5oJlBd5FH7UCARM0INDoW { 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;position:relative;z-index:auto;display:none; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container { border-width: 0; border-radius: 0; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container { width:20rem;height:101.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FK9B8vEW2Etn90Zh3tngiP8B4DLkfqxr { width:0.0625rem;height:0.0625rem;top:60.625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVyoUBUqozhHtlLDmgVu5TNbq5kurORO { width:19.9375rem;height:7.1516875rem;top:15.545247077942rem;left:0rem;font-size:1.375rem;z-index:15026;text-align:center;text-align-last:center;font-weight:700;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HNru2xtTfEdan82Kx1SLzo1kVDw9Eiss { width:15.5625rem;height:5.25rem;top:15.54531288147rem;left:0.74999994039537rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #T41l6DITfhbrOblbrTUwbMd02ZvVWlhp { width:13.75rem;height:8.125rem;top:7.4723305702213rem;left:0.24983727931976rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlG24H1xzZbaE8B2cKnut2rc26iTeOeZ { width:15.686875rem;height:0;top:35.59326171875rem;left:2.1557615995407rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;z-index:15064;font-family:"helvetica neue";display:none; }#qlG24H1xzZbaE8B2cKnut2rc26iTeOeZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6c016db25accf67143b1f1ad4ce28f04bb373956.svg); }
 }@media only screen and (max-width: 763px) { #Kw1XuvFNOg8iEonvu1KF8oPDWGcNdiCO { width:16.5625rem;height:4.523925rem;top:39.000001907349rem;left:0.375rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }#Kw1XuvFNOg8iEonvu1KF8oPDWGcNdiCO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_71759cd38a58ce683be85a2039def7ab2a33e5f3.svg); }
 }@media only screen and (max-width: 763px) { #WkicyaeAZBl6aicwTWJpg0OWibL5hCGB { width:20rem;height:5.3125rem;top:36.936847686767rem;left:0rem;z-index:15006;font-family:"helvetica neue";font-size:1.375rem;background-color:#b2d234;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.125rem 0.125rem 0.6875rem rgba(178,210,52,0.63) ;display:block; }
 }@media only screen and (max-width: 763px) { #HxCpoiPkrSJWxb2sD3tQW27N37ufLfXz { display:block; }
 }@media only screen and (max-width: 763px) { #CkFQ0E3flDLvGJ1I6h5nVwFGkBJrRhXx { width:20rem;height:4.625rem;top:33.125001907349rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cg4LBSsiGPTTSeFPRKJiSbwS2MTAz5nT { display:block; }
 }@media only screen and (max-width: 763px) { #AAJTexRTuTUA70qrBrfrdqpN8Dzh1ONF { width:8.875rem;height:1.5625880331286rem;top:61.9375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVqWHp6948snEcCzHllmiMNeuvtxxPzE { width:3rem;height:1.6875rem;top:67.74921875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nw31RTpyZIpxxIv2HNsdnrldNATap4Sq { width:20rem;height:1.4998375rem;top:70.68671875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Qh7ftz1zwThwBXQzIdGNAMmNq6e26WJ8 { width:16.5625rem;height:2.03125rem;top:74.060251045225rem;left:1.5rem;font-size:1.5625rem;z-index:15026;text-align:center;text-align-last:center;font-weight:700;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Td5iDRmycCQTkdhT3ECCnPMPZUlof4Tz { width:18.5625rem;height:3rem;top:73.435251045225rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQ6OxXIpqFeHteDkCmDwNbFlLA6T1Tq3 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WQ6OxXIpqFeHteDkCmDwNbFlLA6T1Tq3 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#WQ6OxXIpqFeHteDkCmDwNbFlLA6T1Tq3 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#WQ6OxXIpqFeHteDkCmDwNbFlLA6T1Tq3 { display:flex;width:18rem;height:5.0625rem;top:34.3125rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #WQ6OxXIpqFeHteDkCmDwNbFlLA6T1Tq3 #UcvlZ05MU0JEZTEUvVTxqaxt5JAfRD3e { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WQ6OxXIpqFeHteDkCmDwNbFlLA6T1Tq3 #QDeCan5VXk48L9hcDIptv1avElDQbrpN {  }
 }@media only screen and (max-width: 763px) { #WQ6OxXIpqFeHteDkCmDwNbFlLA6T1Tq3 #u4A2qkHSwvbJVhih87rnhfKOrT0TZ7d4 {  }
 }@media only screen and (max-width: 763px) { #WQ6OxXIpqFeHteDkCmDwNbFlLA6T1Tq3 #gNGbz1PqdLboH5KGOvxPCtE55ovJW6mg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WQ6OxXIpqFeHteDkCmDwNbFlLA6T1Tq3 #yiR8sRtO57qaisvQeJiLc3mm6wJ5dRB8 {  }
 }@media only screen and (max-width: 763px) { #WQ6OxXIpqFeHteDkCmDwNbFlLA6T1Tq3 #kK6pD1zvnCGGP2STDmdZWtD9XBfrBygA {  }
 }@media only screen and (max-width: 763px) { #WQ6OxXIpqFeHteDkCmDwNbFlLA6T1Tq3 #W9JdZtL25AiaiPwgIo0dEhrohxCPMRUx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WQ6OxXIpqFeHteDkCmDwNbFlLA6T1Tq3 #vVTZZ3xDIfo1lIQ5WehpPDqq14OubiF0 {  }
 }@media only screen and (max-width: 763px) { #WQ6OxXIpqFeHteDkCmDwNbFlLA6T1Tq3 #n6uMMk50ogObo3G3imZt3qHZJAWOqKFg {  }
 }@media only screen and (max-width: 763px) { #WQ6OxXIpqFeHteDkCmDwNbFlLA6T1Tq3 #zUdsZviDVk3E9WZ75gTEEUIUZvi0LDdJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WQ6OxXIpqFeHteDkCmDwNbFlLA6T1Tq3 #HI6qxrw3kfHzTkme7i2Ua9NESOslIDgN {  }
 }@media only screen and (max-width: 763px) { #WQ6OxXIpqFeHteDkCmDwNbFlLA6T1Tq3 #kFCTtCLxtvBc5rmXpm6t9ydAHCRnyZhK {  }
 }@media only screen and (max-width: 763px) { #J8uXod3WD82l1pST8P1hi1u6KXMSkFaK { width:8.1875rem;height:4.9002304116916rem;top:84.399932295225rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pm4LkKZt7ZfDJNdnxXoDVkAbCGhoUq4l { width:9.875rem;height:5.4651889658295rem;top:77.685251045225rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDrB5QQuFgbxfCr6TPa76lSN4xuoIqUs { background-color:#fbfbfb;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;display:block; }#wDrB5QQuFgbxfCr6TPa76lSN4xuoIqUs > .row .container { background-color: transparent; background-image: none; }#wDrB5QQuFgbxfCr6TPa76lSN4xuoIqUs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDrB5QQuFgbxfCr6TPa76lSN4xuoIqUs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDrB5QQuFgbxfCr6TPa76lSN4xuoIqUs > .row .container > .video-iframe-container { display: none; }#wDrB5QQuFgbxfCr6TPa76lSN4xuoIqUs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDrB5QQuFgbxfCr6TPa76lSN4xuoIqUs > .row > .video-iframe-container { display: none; }#wDrB5QQuFgbxfCr6TPa76lSN4xuoIqUs > .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); }#wDrB5QQuFgbxfCr6TPa76lSN4xuoIqUs > .row .container { border-width: 0; border-radius: 0; }#wDrB5QQuFgbxfCr6TPa76lSN4xuoIqUs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wDrB5QQuFgbxfCr6TPa76lSN4xuoIqUs > .row .container { width:20rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CBc2xzb9NdQADBcIFSywa0wCsN7wRIxv { width:20rem;height:5.3125rem;top:33.75rem;left:0rem;z-index:15007;font-family:"helvetica neue";font-size:1rem;background-color:#0becb2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.125rem 0.125rem 0.6875rem #0becb2 ;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Sc76Q1kHpa9PgHMEW5wVC4AbN5eiPdyS { display:block; }
 }@media only screen and (max-width: 763px) { #GShpiQFxizwsEwcdeLniArNt5zawbQNq { width:19.9359375rem;height:7.7995rem;top:4.8093748092651rem;left:0rem;font-size:1.625rem;z-index:15027;text-align:center;text-align-last:center;font-weight:700;font-style:normal;line-height:1.2;color:#333333;display:block; }
 }@media only screen and (max-width: 763px) { #a366grwCRkDT8c9qu2wTnESvycTybcnJ { width:20rem;height:11.75rem;top:14.096876144409rem;left:0rem;z-index:15086;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GLKgVU6xo104uqJzcmbMk6lImxFR4I8K { width:20rem;height:3.9375rem;top:34.059895515442rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.5;z-index:15065;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #d7Q4MWgLydQBk1cPoRXmdlTT7oQxb3OP { top:0rem;left:17.337501108646rem;width:1.625rem;height:1.75rem;z-index:15088;display:block; }
 }@media only screen and (max-width: 763px) { #WxD91iL2FhcUAUCOLseJe8riZvR2CX1v { width:16.3116875rem;height:3.999025rem;top:43rem;left:0.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;z-index:15064;color:#333333;display:block; }#WxD91iL2FhcUAUCOLseJe8riZvR2CX1v li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_82048f712982d9b97bc421a5cde0e0ddf4f6fcf4.svg); }
 }@media only screen and (max-width: 763px) { #wSxaMrScyHAnvJH0gOxGSw3PLR5r5av2 { width:20rem;height:1.4998375rem;top:40.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;z-index:15066;color:#333333;display:block; }
 }@media only screen and (max-width: 763px) { #lDoZhNATIdDJSqAaxU23vzQQLi22Pz13 { width:5.25rem;height:0.9375rem;top:21.127345085144rem;left:9.8562503457069rem;z-index:15087;display:block; }
 }@media only screen and (max-width: 763px) { #O8tSdmLQTxrWG9ZApr6WCh162GCVyM6M .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#O8tSdmLQTxrWG9ZApr6WCh162GCVyM6M .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem;color:#0becb2; }
#O8tSdmLQTxrWG9ZApr6WCh162GCVyM6M .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem;color:#333333; }
#O8tSdmLQTxrWG9ZApr6WCh162GCVyM6M { display:flex;width:18rem;height:5.0625rem;top:27.021876335144rem;left:0.87421876192094rem;z-index:15089; }
 }@media only screen and (max-width: 763px) { #O8tSdmLQTxrWG9ZApr6WCh162GCVyM6M #u4WCPZv21NSQhfLqwhlimTiP9vzofIZs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O8tSdmLQTxrWG9ZApr6WCh162GCVyM6M #Zkkvq76RO5c0ZFnIfzCad3mItSDRH6tQ {  }
 }@media only screen and (max-width: 763px) { #O8tSdmLQTxrWG9ZApr6WCh162GCVyM6M #aoC7A6TKfAJEcwVrmVz0vRqDTAkqeBgG {  }
 }@media only screen and (max-width: 763px) { #O8tSdmLQTxrWG9ZApr6WCh162GCVyM6M #fEptQ1pDM5v0aPWunIF6o7agGrgwBJFE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O8tSdmLQTxrWG9ZApr6WCh162GCVyM6M #aeAMkTOSO4b6M0ivn4b9KBL6R718oHKy {  }
 }@media only screen and (max-width: 763px) { #O8tSdmLQTxrWG9ZApr6WCh162GCVyM6M #Tbplx845u1vkepBs5AFm05TSSn9d0daE {  }
 }@media only screen and (max-width: 763px) { #O8tSdmLQTxrWG9ZApr6WCh162GCVyM6M #EGe77vlsd0irTg87Q9k3gDsivr7K6CiW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O8tSdmLQTxrWG9ZApr6WCh162GCVyM6M #i1iM2RwQaI2KHwecWoaPUh5oFfHrwXuh {  }
 }@media only screen and (max-width: 763px) { #O8tSdmLQTxrWG9ZApr6WCh162GCVyM6M #KarqRT7aKtu1T5puxwZgB5opTs1PTNJH {  }
 }@media only screen and (max-width: 763px) { #O8tSdmLQTxrWG9ZApr6WCh162GCVyM6M #Tyr37oTTam2piQmcvpK8PrVaWBrHytoH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O8tSdmLQTxrWG9ZApr6WCh162GCVyM6M #x8yyuS6bkKn07p0sm8vmkBInkIhBCWQd {  }
 }@media only screen and (max-width: 763px) { #O8tSdmLQTxrWG9ZApr6WCh162GCVyM6M #hcqD28XvV7roxkvHuWu96NE9DyzQdxxM {  }
 }@media only screen and (max-width: 763px) { #c8Vp4xTrN8TMuKVutk3FhLTS0L4uqQlW { top:0.48583984375rem;left:5.9676107168197rem;width:8.0623125rem;height:4.375rem;z-index:15090;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZziLWfahTcbb3zq2hhug9QxwtcKQAVpP { display:block; }#ZziLWfahTcbb3zq2hhug9QxwtcKQAVpP > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB { background-color:rgba(16,16,16,0.88);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;display:block; }#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(0,0,0,0); }#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(0,0,0,0); }#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 > .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 { width:20rem;height:132.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fZhd86V09Hkgy4XGr7VfzTI14pGWkFCz { width:20.1875rem;height:31.9375rem;top:9.37451171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLHKgoQ4DEDLntgNx4fdBtMpLgIgTSmp { width:17.5rem;height:2.125rem;top:18.58088684082rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uEG9wXWBJzak2TG4BiZvE57DAxi9Mcx8 { width:17.5rem;height:19.130875rem;top:20.955718994141rem;left:1.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ElelkB1G8i6LA6F8CU93DRt6KBNJG22D { width:20rem;height:1.70003125rem;top:1.4982089996338rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3Fafgp9zyi9TAJnQdM2l2MmV8rK86QE { width:18.9998125rem;height:3.57584375rem;top:3.9827461242676rem;left:0.49967443943024rem;font-size:1.375rem;color:#e1e1e1;display:block; }
 }@media only screen and (max-width: 763px) { #XPm4D4FK4NUJ3PHCSnfTDwcDreZ778CU { width:17.0621875rem;height:14.8763125rem;top:54.883785247802rem;left:1.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WMZqad9lTvwIZgXbMiElPbAoGMK19cBJ { width:17.5rem;height:1.5rem;top:52.561199188233rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qIDpGfPGccUPMRZvavvrK2ooyyJnbQsb { width:17.5rem;height:16.3639375rem;top:114.4990196228rem;left:1.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aTZstqWTZAASdEUXwJiAt2xD63SvhdoT { width:17.5rem;height:2.125rem;top:111.43668746948rem;left:1.1873372793198rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NUu8TCeIr30ELPZUeh1l6T5nrw6dKCST { width:18rem;height:14.8763125rem;top:84.06103134155rem;left:1.2801107168198rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bV8H1REXzCFZupSHqddtVFmucN3cFnNM { width:17.5rem;height:2.125rem;top:81.310375213625rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J6JV8O5i9ToGBTAm80IGLSbKUpV7SIgF { width:19.8746875rem;height:27.874375rem;top:42.894855499267rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCKnx1NKXIvsZ869nrKcPT1mRKcUraE6 { width:19.8746875rem;height:27.874375rem;top:72.35204696655rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5OPFsgyua8h8xXV1Eo04NrQGwZxmZ53 { width:20rem;height:30.125rem;top:101.89403915405rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1vMgDf7x02QFgk9truZiRy4q97RR0H8 { width:19.125rem;height:8.625rem;top:102.4042930603rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhy0Lrc21hRNxagC9mgbxBuzX8sR1kTA { width:16.1873125rem;height:9.9373125rem;top:72.35204696655rem;left:1.9051107168198rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1XRwwnMOKzmiUKazH65m2CrDJ3tvktO { width:18.0625rem;height:10rem;top:9.77001953125rem;left:1.2760416269302rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zd6hzkxsv6vSbLuoHrZWUqTl3ixtDRDk { width:20rem;height:7.8418125rem;top:43.956867218017rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JA4aPNEIwWKU53VruULA881pNULcWqiW { width:7.5625rem;height:1.5rem;top:104.25048542023rem;left:4.8364256620407rem;display:block; }
 }@media only screen and (max-width: 763px) { #wt79DzPM1NaV7SazorVEn43rhMS1Nb2p { display:block; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container { width:20rem;height:69.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z3rz8ilhdP1eZTVDzSuQ1oqV2kQKVEsp { display:flex;width:2.125rem;height:2.125rem;top:12.4375rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #haW7bpH937ZRgJkQpB3dcRC3JPVTVEUd { width:20rem;height:1.5rem;top:16.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ne5cTwpGoauxbtPIyEKRC0gBSV6DO3cp { width:20rem;height:7.4991875rem;top:18.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pEPZg3351aTZJGkX0ELyK7z8DoE4Aq1V { width:19.187rem;height:3.57584375rem;top:4.3006134033203rem;left:0.40608727931976rem;font-size:1.375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cu9THOivMRw2XM7wRbIee87nH7uin95a { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0becb2, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #0becb2, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #0becb2, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #0becb2, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0becb2', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0becb2', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #0becb2, rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #JOn8WiNDsXqgrCWTTq9JIU7gG0lvrLLK { width:0.5rem;height:11.25rem;top:0rem;left:3rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0becb2, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #0becb2, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #0becb2, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #0becb2, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0becb2', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0becb2', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #0becb2, rgba(0,0,0,0));background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #MkU01zsD9kOz6oSLIGbO6uisdp53ayr3 { width:0.5rem;height:11.25rem;top:0rem;left:5.375rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0becb2, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #0becb2, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #0becb2, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #0becb2, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0becb2', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0becb2', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #0becb2, rgba(0,0,0,0));background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #q81ocTxLaGoS7PtfJ9TAC3NWGyqyZ2TZ { width:0.5rem;height:11.25rem;top:0rem;left:7.75rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0becb2, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #0becb2, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #0becb2, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #0becb2, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0becb2', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0becb2', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #0becb2, rgba(0,0,0,0));background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #AcwOTPmtSZQ4oOmr1Z9vz3C1ZD4lJvmh { width:4.5rem;height:4.5rem;top:11.25rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVcuTb37yBhfdnUT2WQr7ZO4dGqOaOAv { width:20rem;height:6rem;top:37.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #REp37Ri1wy7yDIENm9GFOfwdLR7CzmRf { width:17.375rem;height:3.2487rem;top:33.4375rem;left:1.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TV2LkXszbrmEPDT4nm0vkQmmnT4hn4Rc { width:4.5rem;height:4.5rem;top:28.25rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcpRgWUFVEwl5dZFVfrm5ACILUobwS3X { display:flex;width:2.125rem;height:2.125rem;top:29.4375rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #K3fF1ATlWXQMZdUw3KB1E8hO3wLHlcTR { width:15.6875rem;height:1.625rem;top:51.4375rem;left:2.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TaTeNHKJT1bs58i6ymdEd2VhRHho2Sf7 { width:4.5rem;height:4.5rem;top:46.0625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X92dsiZ3TTnyJgTdczvX05Dd8QCThDOa { display:flex;width:2.125rem;height:2.125rem;top:47.25rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #dJGDa0By5cf6ObmT8pNu06ft3Ms50QA3 { width:20rem;height:6rem;top:53.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F5FfsKII75JcdTHzgBbpnKLCmKsvoGSb { width:19.875rem;height:4.25rem;top:66.634948730469rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BVk437m0NRFczJPMmVoxKoPSJx4crWad { display:block; }
 }@media only screen and (max-width: 763px) { #U6M99Zb4DuHmtdwUSZTUyPdhcsM6mdIi { width:19.8746875rem;height:4.249675rem;top:62.532549560069rem;left:0rem;z-index:15007;font-size:1.25rem;background-color:#0becb2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.125rem 0.125rem 0.6875rem #0becb2 ;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #CxuUSeGPEXoii9gp70XCngQTys8Ipw0X { display:block; }
 }@media only screen and (max-width: 763px) { #CUpEiqMvFMyX7RTRGLthQ5DDLRGxMWNv { display:block; }#CUpEiqMvFMyX7RTRGLthQ5DDLRGxMWNv > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x5If4yXCPQtxretk45tpvKePpQQtwxMG { display:block; }#x5If4yXCPQtxretk45tpvKePpQQtwxMG > .row .container { width:20rem;height:57.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DswwFEZ56hus0VAhBkUeZpG5Lg8DlQRi { width:19.375rem;height:1.51285625rem;top:2.4728240966797rem;left:0.3125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LEDAUpCTBEsGFOEsSal6aMQgRhILWpQn { width:18.562rem;height:25.1953125rem;top:29.749839782715rem;left:0.68684899806975rem;font-size:1rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fkcft7znPIp9sb4owf7MmmFXvJC40AmM { width:19.875rem;height:1.51285625rem;top:27.476890563965rem;left:0.12369793653488rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bBDEhMXsbqI9XvJf9kR5EEulSVh6vdT0 { width:6.25rem;height:6.25rem;top:5.875rem;left:12.625rem;z-index:15083;background-color:#0becb2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #bp7rNS6idK0JKB5bRt1zMcudMBV5mrTF { width:9.8125rem;height:8.5625rem;top:16.69548034668rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMenbXucREXnrH0OOWAdFe8fESfvVQJp { width:11.4371875rem;height:1.625rem;top:21.10791015625rem;left:6.6137694120406rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Kuh1dfKAisBRTwRTCVMTgRLqu9kzAwUS { width:5.4370125rem;height:4.00065rem;top:7.125rem;left:13.125rem;font-size:2rem;z-index:15085;text-align:center;text-align-last:center;color:#000000;font-family:"helvetica neue";line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #kOAx1wxzBvXfZEAZTflThX62zqz4IlZU { width:5.3125rem;height:14.0625rem;top:5.8466796875rem;left:7.3437498807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ibp7solHS40c6WDnh3PCZhILA80iVoqN { display:block; }#Ibp7solHS40c6WDnh3PCZhILA80iVoqN > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ta7KnpD6d7sRTydUz5RbEynrckh1x70W { background-color:#fbfbfb;background-image:none;display:block; }#ta7KnpD6d7sRTydUz5RbEynrckh1x70W > .row .container { background-color: transparent; background-image: none; }#ta7KnpD6d7sRTydUz5RbEynrckh1x70W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ta7KnpD6d7sRTydUz5RbEynrckh1x70W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ta7KnpD6d7sRTydUz5RbEynrckh1x70W > .row .container > .video-iframe-container { display: none; }#ta7KnpD6d7sRTydUz5RbEynrckh1x70W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ta7KnpD6d7sRTydUz5RbEynrckh1x70W > .row > .video-iframe-container { display: none; }#ta7KnpD6d7sRTydUz5RbEynrckh1x70W > .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); }#ta7KnpD6d7sRTydUz5RbEynrckh1x70W > .row .container { width:20rem;height:60.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oh1tpwpc5vc7Z3H13lFEKzxT1H8fzLd2 { width:20rem;height:4.0625rem;top:1.8863637447357rem;left:0rem;font-size:1.5625rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #JbtJ55FXCIJkUJOfRbIx2itTrRxziPxr { display:flex;width:2.75rem;height:2.75rem;top:7.43603515625rem;left:0.56233727931976rem; }
 }@media only screen and (max-width: 763px) { #aNaifzdZqaO0A9ZaJDFimK5h4pkbCfX2 { width:17.5rem;height:1.4875rem;top:21.9208984375rem;left:0.43701171875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LLmpWmXWTpdCHfKfFNBhaGsgH0kmwEUK { width:20rem;height:17.6875rem;top:6.6726989746094rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqIcPEMksLprvqozTEmFIVTO8lg9A3SJ { display:flex;width:2rem;height:2rem;top:26.93717956543rem;left:0.24983727931976rem; }
 }@media only screen and (max-width: 763px) { #wEOff3IOxAwCO3rBWIPGcaat9XQc8mzA { width:18.0623125rem;height:1.4875rem;top:44.25rem;left:0.59326171875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #N4Gti3hRNpqc0d7yZq5wNvRuSITmVBtS { display:flex;width:2rem;height:2rem;top:47.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TLlmLBp7l3ed1ldVGOklsSlrNpDKOdpK { width:16.1875rem;height:1.4875rem;top:56.687347412109rem;left:0.56233727931976rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uLDzoz9GrBd3vIBExT2vokxbHFbndiwG { width:20rem;height:3.57584375rem;top:2.169921875rem;left:0rem;font-size:1.375rem;line-height:1.3;z-index:15013;font-family:"helvetica neue";color:#333333;display:block; }
 }@media only screen and (max-width: 763px) { #WdK4eK6Ir7ExP6DWMcoLFEfQfZ90HsTp { width:19.5rem;height:11.1979375rem;top:10.185882568359rem;left:0.37434899806976rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cffiILIuSNTgCRF8A5wlTSQDHtzUe33d { width:18.9375rem;height:6.9986875rem;top:49.25rem;left:0.56233727931976rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #fg5KhD5CL4O1TDEHOkV86JnMZnyyCp0V { width:19rem;height:15.397125rem;top:28.37353515625rem;left:0.56233727931976rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb { display:block; }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qe9h0Wud265qcFHomikIm3TKmN2nogmV { width:20rem;height:3.30078125rem;top:3.24951171875rem;left:0rem;font-size:1.375rem;z-index:15026;text-align:center;text-align-last:center;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;font-size:0.8125rem;overflow:hidden;height:auto; }
#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 [class*="-text"]:-moz-placeholder { font-size:0.875rem; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe [class*="-text"]::-moz-placeholder { font-size:0.875rem; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe [class*="-text"]:-ms-input-placeholder { font-size:0.875rem; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem; }
#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:12.622894287109rem;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:12.622894287109rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #KPe6HiEzdbKqrqfrykbty0F4fCGf5SMp {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #phkMepD4nJA2nb7RufNOfrozvUvGTltS { display:block; }
 }@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 { display:block; }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #Udo5KdpCD3TgJUor557EuhRtiFKtlil5 {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #Pf9uXm5uSO7AIK5sUMLLkmDU9I08RNv9 {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #ALdRxpgSqNZ7q9ekT7l2tlrh4M25z4X8 { display:block; }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #mv8eNkSPzl6FWhcNTv7uELIHIw18eFf6 {  }
 }@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:18.5rem;height:4.2rem;top:7.4375004768369rem;left:0.75rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UI5RbeDyT76O9UZiasAGH55lpRroT9Oi .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#UI5RbeDyT76O9UZiasAGH55lpRroT9Oi .widget-text.counter-number { padding-top:0.421875rem;padding-right:0.3675rem;padding-bottom:0.421875rem;padding-left:0.3675rem;width:2.20625rem;min-width:2.20625rem;height:2.266875rem;font-size:1.686875rem;line-height:36.27px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#UI5RbeDyT76O9UZiasAGH55lpRroT9Oi .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.26375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.941875rem;height:0.89625rem;font-size:0.6325rem;line-height:14.34px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#UI5RbeDyT76O9UZiasAGH55lpRroT9Oi { display:flex;width:15.75rem;height:4.270625rem;top:38.37265586853rem;left:2.3625000119209rem;padding-top:0.105625rem;padding-right:0.105rem;padding-bottom:0.105625rem;padding-left:0.105rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #UI5RbeDyT76O9UZiasAGH55lpRroT9Oi #NdlvotgBSKa4r7Igd1HD8X88TgXvDiiX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UI5RbeDyT76O9UZiasAGH55lpRroT9Oi #k8o8WvnGVUOUPlFz0lTFFuHzmMUsJmNy {  }
 }@media only screen and (max-width: 763px) { #UI5RbeDyT76O9UZiasAGH55lpRroT9Oi #I60yPX0V2UuZTk2HFCJPv7GuCuyBRZbE {  }
 }@media only screen and (max-width: 763px) { #UI5RbeDyT76O9UZiasAGH55lpRroT9Oi #FddRI5pQTPi9DtON6wsUqXi2M0bcWyTT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UI5RbeDyT76O9UZiasAGH55lpRroT9Oi #PkqVMUbe6BuhvQsyddOy2pIFh3sCH5oX {  }
 }@media only screen and (max-width: 763px) { #UI5RbeDyT76O9UZiasAGH55lpRroT9Oi #XkQGaxsOSi1TrcxDzpacanBPIyb09l3L {  }
 }@media only screen and (max-width: 763px) { #UI5RbeDyT76O9UZiasAGH55lpRroT9Oi #qy5zNIctLvUqo3lyvpRsWVNsFmMsAUAP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UI5RbeDyT76O9UZiasAGH55lpRroT9Oi #hGKWbhp1AGCDr9JJSpvDC8RQkDvDMPc6 {  }
 }@media only screen and (max-width: 763px) { #UI5RbeDyT76O9UZiasAGH55lpRroT9Oi #z5tQFqtbI4vn637iT76gXAME09XP99Tw {  }
 }@media only screen and (max-width: 763px) { #UI5RbeDyT76O9UZiasAGH55lpRroT9Oi #krdPLvOgiyL8eTf7ksEQLRHnKdUnWyWZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UI5RbeDyT76O9UZiasAGH55lpRroT9Oi #llQg6HHe8STW79gHUd7vMQf5pyt1ZZNs {  }
 }@media only screen and (max-width: 763px) { #UI5RbeDyT76O9UZiasAGH55lpRroT9Oi #cSzM69OyyCaW4KwGQzcW6Dl3GZZBf81g {  }
 }@media only screen and (max-width: 763px) { #upDva3dk12bZMTS4koAgCaeK4CrbQsOl { background-color:#fbfbfb;background-image:none;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 { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FpTAce3rQS0QmWDLNt8tn1mSxokpmor5 { width:20rem;height:1.92545625rem;top:2.5097503662109rem;left:0rem;font-size:1.375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #czUe2nSaT7F8uIdeskNvLZibtfwmMCTL { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0becb2, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #0becb2, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #0becb2, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #0becb2, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0becb2', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0becb2', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #0becb2, rgba(0,0,0,0));background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #xJoq76XSgZzT3xnaMHv6lTxgtTVoXA2R { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0becb2, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #0becb2, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #0becb2, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #0becb2, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0becb2', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0becb2', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #0becb2, rgba(0,0,0,0));background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #zRp6cBzoP6S6fynKVKeSvuny2GQEkehw { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0becb2, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #0becb2, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #0becb2, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #0becb2, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0becb2', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0becb2', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #0becb2, rgba(0,0,0,0));background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #WbbpK6ndt10SzbkbT8XxEDkMoVGee98w { width:0.5rem;height:31.25rem;top:0rem;left:11.75rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0becb2, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #0becb2, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #0becb2, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #0becb2, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0becb2', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0becb2', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #0becb2, rgba(0,0,0,0));background-size:auto !important;display:none; }
 }@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:1rem;height:auto;line-height:1.5;overflow:hidden;font-family:"open sans"; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-desc-text { font-size:0.875rem;height:auto;font-family:"open sans"; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS { display:flex;height:auto;width:20rem;top:6.3124942779544rem;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 #IzSMvtw0ZGed6XcHZnvtMWT0NG2yQRRm {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #oXLUibolkXUOBq7awOSHnJhO1f9zLe8p {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #WmOCkDPAJCnPsGtiBX3BbIVTMO74v3d7 {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #TBwiJIyLRWkM0v2RkCtdS9BXUHqL78KA {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #a7gmS7XZcANTLC8N48RGnSJxkdyMJdmt {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #L5T4MDs8ITOAXp260FUrQbIniPAbcpRz {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #XhhqSeXxeBhq9D4wzqzhvbJfXabbZh0M {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #NnuNXnhTJgm6HVUuLISJnXh2CqqFiDQF {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #X6wz5Jh1wVaPL05KwNsRDpTU0146zLnk {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #TbvWxyOz9CqNORMFWwh5TWTEWCPmGEFT {  }
 }@media only screen and (max-width: 763px) { #oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke { display:block; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lqqp9kUt0aiSNFAlEeIl5vP9Q67Oc5UL { width:20rem;height:1.275225rem;top:9.8079414367675rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hwtVzXzZLANzfrZSaBfaBxJRmITsWZqt { width:7.5rem;height:3.18685rem;top:2.6941719055176rem;left:5.8124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqiDJBV8uO9ZiAI2DTlXZgtUTOxFkIdh { width:6.375rem;height:0.9375rem;top:6.95556640625rem;left:6.5624998807906rem;display:none; }
 }@media only screen and (max-width: 763px) { #qP3oJ4fOnoh3qBgAEpsrOhsJBnF6NKbX { width:6.6861875rem;height:1.31185rem;top:6.6123046875rem;left:6.84358727932rem;z-index:15085;display:block; }
 }