.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;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); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn { 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;z-index:auto;display:block; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container { background-color: transparent; background-image: none; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container > .video-iframe-container { display: none; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row > .video-iframe-container { display: none; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .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); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container { border-width: 0; border-radius: 0; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:60rem;position:relative;display:block; }#UmBaDtvLZss4yenculz0ETTxVOcemENe { position:absolute;display:block;z-index:15025;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.8125rem;width:10.5rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#srze8iWOdtzWfA8xM0Tow4ehD8GmziRa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#96bd0d;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; }#srze8iWOdtzWfA8xM0Tow4ehD8GmziRa > .row .container { background-color: transparent; background-image: none; }#srze8iWOdtzWfA8xM0Tow4ehD8GmziRa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srze8iWOdtzWfA8xM0Tow4ehD8GmziRa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srze8iWOdtzWfA8xM0Tow4ehD8GmziRa > .row .container > .video-iframe-container { display: none; }#srze8iWOdtzWfA8xM0Tow4ehD8GmziRa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srze8iWOdtzWfA8xM0Tow4ehD8GmziRa > .row > .video-iframe-container { display: none; }#srze8iWOdtzWfA8xM0Tow4ehD8GmziRa > .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); }#srze8iWOdtzWfA8xM0Tow4ehD8GmziRa > .row .container { border-width: 0; border-radius: 0; }#srze8iWOdtzWfA8xM0Tow4ehD8GmziRa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#srze8iWOdtzWfA8xM0Tow4ehD8GmziRa > .row .container { font-size:0.875rem;font-family:arial;height:0.9375rem;width:60rem;position:relative;display:block; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/74ff28b2-2932-4355-8b41-da9c7ebe7db9/hero.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd.adaptive-delivery-prevent-bg, #xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd.lazyload, #xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd.lazyloading { background-image: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { background-color: transparent; background-image: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container > .video-iframe-container { display: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row > .video-iframe-container { display: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .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); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { border-width: 0; border-radius: 0; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { font-size:0.875rem;font-family:arial;height:27.5625rem;width:60rem;position:relative;display:block; }#ZV38anDrDCksRnpFCHOIM2KvWZC2TUNm { background-color:#ff8200;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem 0.0625rem 1.0625rem #ffffff ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:3.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:21.425001144409rem;left:1.25rem;display:block; }
#QwGp5XaixTWrpTik7JcVUAPmeHynzW1D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tx1siJ4peGp4h3DXpnEiokd9AUG9Qz6A { color:#ffffff;display:block;width:32.6875rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.375rem;left:1.25rem;height:11.2125rem;font-style:normal;display:block; }
#R62zs85ioyade7We6TCqwvCvrpvwGImw { color:#ffffff;display:block;width:31.5625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:13.528125762939rem;left:1.25rem;height:4.63125rem;font-style:normal;display:block; }
#ACWI8Kosy9SSTh88s7KB7Pm0bosTtwsi { position:relative;display:block; }#ACWI8Kosy9SSTh88s7KB7Pm0bosTtwsi { background-color: transparent; background-image: none; }#ACWI8Kosy9SSTh88s7KB7Pm0bosTtwsi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ACWI8Kosy9SSTh88s7KB7Pm0bosTtwsi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ACWI8Kosy9SSTh88s7KB7Pm0bosTtwsi > .row .container > .video-iframe-container { display: none; }#ACWI8Kosy9SSTh88s7KB7Pm0bosTtwsi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ACWI8Kosy9SSTh88s7KB7Pm0bosTtwsi > .row > .video-iframe-container { display: none; }#ACWI8Kosy9SSTh88s7KB7Pm0bosTtwsi > .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); }#ACWI8Kosy9SSTh88s7KB7Pm0bosTtwsi { border-width: 0; border-radius: 0; }#ACWI8Kosy9SSTh88s7KB7Pm0bosTtwsi > .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; }#ACWI8Kosy9SSTh88s7KB7Pm0bosTtwsi > .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:17.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dTanVvwpAFIsMIVbLFr3M1cSaPoi5glP { color:#000000;display:block;width:27rem;position:absolute;font-family:montserrat;font-size:2.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.3125rem;left:0.625rem;height:9.99375rem;font-style:normal;display:block; }
#zsVHTG9bKdiCR7NlCm7pfMoAAWqTTcad { color:#000000;display:block;width:28.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.3125rem;left:30.75rem;height:11.7rem;display:block; }
#foSnnTaoqXse385v9BH8ncmAngkk345s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf4ee;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; }#foSnnTaoqXse385v9BH8ncmAngkk345s > .row .container { background-color: transparent; background-image: none; }#foSnnTaoqXse385v9BH8ncmAngkk345s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foSnnTaoqXse385v9BH8ncmAngkk345s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foSnnTaoqXse385v9BH8ncmAngkk345s > .row .container > .video-iframe-container { display: none; }#foSnnTaoqXse385v9BH8ncmAngkk345s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foSnnTaoqXse385v9BH8ncmAngkk345s > .row > .video-iframe-container { display: none; }#foSnnTaoqXse385v9BH8ncmAngkk345s > .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); }#foSnnTaoqXse385v9BH8ncmAngkk345s > .row .container { border-width: 0; border-radius: 0; }#foSnnTaoqXse385v9BH8ncmAngkk345s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#foSnnTaoqXse385v9BH8ncmAngkk345s > .row .container { font-size:0.875rem;font-family:arial;height:18.9375rem;width:60rem;position:relative;display:block; }#ZZO4Sqe4TSPehssAm96bOhgvKTu2aMUu { position:absolute;display:block;z-index:15013;background-color:rgba(88,88,88,0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5.375rem;top:9.862500190735rem;left:17.312501907349rem;display:block; }
#OcikStV7wpmgqHFSWJIhXKAAlbzHpANy { position:absolute;display:block;z-index:15014;background-color:rgba(88,88,88,0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5.375rem;top:9.862500190735rem;left:37.375001907349rem;display:block; }
#avnF0RFC4TMyrTMqTu67SVhvLU1Rqqii { color:#333333;display:block;width:13.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:10.6875rem;left:3.375rem;height:4.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dwusiKfr4IVWaW5BxfXmCV8K2EeoV61R { box-sizing:content-box;color:#5d92ff;font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:6.2171874046326rem;left:7.65625rem; }
#aGvaIZG2nfc19fw70FZLyO4gL3E65QTl { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.375rem;left:0rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qmDzffQQ43PL9OSRI1oaxTVJqU2QUriL { color:#333333;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:10.687500381843rem;left:21.250001907349rem;height:4.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eSUUOVhJdMnJre1gDTmPJ5vru49oNsd5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:7rem;left:28.4375rem; }
#LbCrmsFFNP3qIyrSflfQ1M51PZA3frNb { color:#333333;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:10.6875rem;left:41.0625rem;height:6.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q28PTS2in7MhLdQ0DqUZg02qMPDHuE9M { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:7rem;left:48.4375rem; }
#T2urkf8zu8xErL8rMtA9Sl4cfdIvXegZ { position:relative;display:block; }#T2urkf8zu8xErL8rMtA9Sl4cfdIvXegZ { background-color: transparent; background-image: none; }#T2urkf8zu8xErL8rMtA9Sl4cfdIvXegZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2urkf8zu8xErL8rMtA9Sl4cfdIvXegZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2urkf8zu8xErL8rMtA9Sl4cfdIvXegZ > .row .container > .video-iframe-container { display: none; }#T2urkf8zu8xErL8rMtA9Sl4cfdIvXegZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2urkf8zu8xErL8rMtA9Sl4cfdIvXegZ > .row > .video-iframe-container { display: none; }#T2urkf8zu8xErL8rMtA9Sl4cfdIvXegZ > .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); }#T2urkf8zu8xErL8rMtA9Sl4cfdIvXegZ { border-width: 0; border-radius: 0; }#T2urkf8zu8xErL8rMtA9Sl4cfdIvXegZ > .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; }#T2urkf8zu8xErL8rMtA9Sl4cfdIvXegZ > .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:27.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TyfTcT8eCA0ElGvZDnJWRgITlypDZCTy { 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:16.625rem;width:29.8125rem;top:7.5625rem;left:0rem;overflow:hidden;display:block; }
#C0EbarhE4GyP3FkQOVmKQymQZGmH4yBE { color:#000000;display:block;width:28.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.6875rem;left:30.9375rem;height:14.25rem;display:block; }#C0EbarhE4GyP3FkQOVmKQymQZGmH4yBE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#C0EbarhE4GyP3FkQOVmKQymQZGmH4yBE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b398d39371f2c56f067c44ed778007a44fadb1fa.svg); }
#tBe2Ix0d36zEaluFdXxSTgR2NL1yB1qi { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.0617198944092rem;left:0rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qViyiXd485ntWHLc80TybDpDiZGHqB1H { color:#000000;display:block;width:28.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.5625rem;left:30.9375rem;height:2.6rem;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; }
#owWnydkceclb3mfs2fdGrHHcK8iWEEno { 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; }#owWnydkceclb3mfs2fdGrHHcK8iWEEno > .row .container { background-color: transparent; background-image: none; }#owWnydkceclb3mfs2fdGrHHcK8iWEEno::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owWnydkceclb3mfs2fdGrHHcK8iWEEno > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owWnydkceclb3mfs2fdGrHHcK8iWEEno > .row .container > .video-iframe-container { display: none; }#owWnydkceclb3mfs2fdGrHHcK8iWEEno > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owWnydkceclb3mfs2fdGrHHcK8iWEEno > .row > .video-iframe-container { display: none; }#owWnydkceclb3mfs2fdGrHHcK8iWEEno > .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); }#owWnydkceclb3mfs2fdGrHHcK8iWEEno > .row .container { border-width: 0; border-radius: 0; }#owWnydkceclb3mfs2fdGrHHcK8iWEEno > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#owWnydkceclb3mfs2fdGrHHcK8iWEEno > .row .container { font-size:0.875rem;font-family:arial;height:27.5rem;width:60rem;position:relative;display:block; }#fJ2AJnUJgiH9Se0BZclgsHo7ETkNpn0v { color:#454545;display:block;width:10rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.7500038146975rem;left:6.125rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F0FbxlKhc5SNgLIdi6AxCnGttZiyXNbM { color:#979597;display:block;width:10.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:11.4375rem;left:5.75rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v27uv4qI1G39cNg1BDnKiPfmT6wSZATP { color:#454545;display:block;width:10rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:19.0625rem;left:6.125rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o3Fz5q9UxU5G94EwVxoVqbV9O0mPyH9h { color:#979597;display:block;width:10.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:20.8125rem;left:5.75rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#azWS0xLlt3fMt4ouz4f6TQaX53GLIoJd { color:#979597;display:block;width:10.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:20.8125rem;left:42.625rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fTTnwpkRVS6thwDLM2Z9iw3NkaR4GXvc { color:#454545;display:block;width:8.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:19.0625rem;left:43.625rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yGszm1POpUZWMgX6BTbGM3DxqO9Tga7g { color:#979597;display:block;width:13.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:11.4375rem;left:41.375001907349rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uGPyxs018GbnOxn7nxNTFmisiQMBwrf5 { color:#454545;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:9.75rem;left:41.125001907349rem;height:1.3rem;font-style:normal;display:block; }
#TX5whfWh1thtShZ38VfKD2QKnqxfCwb5 { 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:17.25rem;width:26.125rem;top:5.9375rem;left:16.606831544446rem;overflow:hidden;display:block; }
#wQlfhadQOeaQdDF89N79gXJh6Hwmykqw { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:16.3125rem;left:10rem; }
#RCESJmLRCAHM4W4Z3cWGuSLGHlRBBVeW { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:7.25rem;left:10rem; }
#SfIudp0WgKCmWsVDvFRqO7f93eOwWUhk { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:7.25rem;left:46.9375rem; }
#b7yHCtkP4gqtkunrrTbPJRNtzhThCuWf { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:16.1875rem;left:46.8125rem; }
#U0XAwUxhu0TaTb45zr6eOyFIZUonpmkB { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.8125rem;left:0rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf4ee;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; }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row .container { background-color: transparent; background-image: none; }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row .container > .video-iframe-container { display: none; }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row > .video-iframe-container { display: none; }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .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); }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row .container { border-width: 0; border-radius: 0; }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row .container { font-size:0.875rem;font-family:arial;height:33.8125rem;width:60rem;position:relative;display:block; }#BraR5PkgMd68TvKak83qc8Zf2zFbt1f0 { color:#000000;display:block;width:29.125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.4999997615814rem;left:1.625rem;height:9.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-form-header {  }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;color:#ffffff;width:24.25rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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:24.25rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.75rem;overflow:hidden;font-family:montserrat;vertical-align:top;line-height:1; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-input-text {padding-top: 0; padding-bottom: 0;}#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.25rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.75rem;overflow:hidden;font-family:montserrat;vertical-align:top;line-height:1; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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:24.25rem;box-sizing:border-box;height:2.75rem;color:#000000;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-input-select {padding-top: 0; padding-bottom: 0;}#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .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; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-input-button { background-color:#ff8200;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:3.625rem;margin-bottom:0.25rem;margin-left:3.625rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#ffffff;width:16.9375rem;height:2.5rem;font-family:montserrat;overflow:hidden;box-shadow: none;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS [class*="-text"]:-moz-placeholder { color:#101010;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS [class*="-text"]::-moz-placeholder { color:#101010;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS [class*="-text"]:-ms-input-placeholder { color:#101010;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS [class*="-text"]::-webkit-input-placeholder { color:#101010;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .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:montserrat;line-height:1.6;font-size:0.875rem;font-weight:400;color:#000000;vertical-align:top;width:23rem;overflow:hidden;font-style:normal;float:none; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .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; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:"open sans";font-size:0.875rem;font-weight:400;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-container:first-of-type{padding-top:0;}#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-container:last-of-type{padding-bottom:0;}#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS  { background-color:#faf4ee;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:32.437501907349rem;top:1.4976654052734rem;z-index:15010;position:absolute; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.25rem;display:block;vertical-align:top; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.875rem;line-height:1.3;font-weight:700;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS {display:block;}#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS { background-color:#faf4ee;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:32.437501907349rem;top:1.4976654052734rem;z-index:15010;position:absolute; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #l9CVUlteU2W4bK6ewEDN7UcQWZBlUbO0 { position:relative; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #IWKo5swtfQl3DWfRzhEO1pJtM5Vnl3DT { position:relative;display:none; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #ipRN5dDVSK37qT7LCg2AaA3nZaJTbeMV { position:relative; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #g3nUXvaAA6DpQEetZdHWPlpO26onyBrO { position:relative; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #beO2ffbJmtPd7Tib5wuASbPAkmaaWkXE { position:relative;display:none; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #sk4U6ZnJQ5DkiXIQaWDFHtOyrSgz5St1 { position:relative; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #SI4EtfCk1EAxhFwziiwCmzywMEq3VB1X { position:relative; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #F40fQqVCtvw1UetRwPbdI1kMoTtthITq { position:relative;display:none; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #Lkbe2huaU87mm5TZx679q9G9fNBgATyN { position:relative; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #okigp3xI7kP4r0q9cmxr6cFAaSsDWWUU { position:relative; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #hPfOgQMJetxoLQqyXkfUffcNZtdA60aq { position:relative;display:none; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #GMPCxLgzXscyIKWa7UDnE4cJlBTkABJC { position:relative; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #a0oa65Ar1i9ycf8dURCL2zD30p1TrAFR { position:relative; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #g8L2wqixurbtyGzJ4nJHGgzT8s0kI7K4 { position:relative;display:none; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #GSTTh9duHN5rLeTQ3SFKv6Lk5p99v73V { position:relative; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #yTgoiMSbyiOwq1ycI1NkGoSWbLsATL4O { position:relative; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #F8QMTFXts674sCHMgguLc5pCttUq0JQO { position:relative;z-index:2; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #LAa8EE2ngsJGr0WgTm2zvax1VlKx2HDq { position:relative; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #JJ1PlF4U6ayqN7NV0wX4d3SDB19E61HH { position:relative; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #epqrvzEz2i6OHwkMeSCebuAp9UGi7JMr { position:relative; }
#S0vPHEGxqgy9TgCL8fiunryiB62oSeFc { color:#000000;display:block;width:25.625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:13.137500762939rem;left:1.625rem;height:4.225rem;font-style:normal;display:block; }
#cTfpKGpcx0iF95u6fwzTLWVtoPDKD03i { background-color:#484848;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#cTfpKGpcx0iF95u6fwzTLWVtoPDKD03i > .row .container { background-color: transparent; background-image: none; }#cTfpKGpcx0iF95u6fwzTLWVtoPDKD03i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTfpKGpcx0iF95u6fwzTLWVtoPDKD03i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTfpKGpcx0iF95u6fwzTLWVtoPDKD03i > .row .container > .video-iframe-container { display: none; }#cTfpKGpcx0iF95u6fwzTLWVtoPDKD03i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTfpKGpcx0iF95u6fwzTLWVtoPDKD03i > .row > .video-iframe-container { display: none; }#cTfpKGpcx0iF95u6fwzTLWVtoPDKD03i > .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); }#cTfpKGpcx0iF95u6fwzTLWVtoPDKD03i > .row .container { border-width: 0; border-radius: 0; }#cTfpKGpcx0iF95u6fwzTLWVtoPDKD03i > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#cTfpKGpcx0iF95u6fwzTLWVtoPDKD03i > .row .container { font-size:0.875rem;font-family:arial;height:13rem;width:60rem;overflow:visible;position:relative;display:block; }#CAfCHQMOWOG2PAzXUOW9URTG9fQsOicg { 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:3.125rem;width:12.0625rem;top:0.74374961853025rem;left:0rem;overflow:hidden;display:block; }
#URK60kFLOPCA4eWO5mV18SPp5I1ovJ2p { color:#f5f5f5;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.3367195129394rem;left:16.28750038147rem;height:;display:block; }#URK60kFLOPCA4eWO5mV18SPp5I1ovJ2p li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#URK60kFLOPCA4eWO5mV18SPp5I1ovJ2p li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f2fc2b41ac13199e0242a80b2b1be9486187ecd1.svg); }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn { display:block; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UmBaDtvLZss4yenculz0ETTxVOcemENe { top:0.625rem;left:0rem;width:10.5rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #srze8iWOdtzWfA8xM0Tow4ehD8GmziRa { display:block; }#srze8iWOdtzWfA8xM0Tow4ehD8GmziRa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd { display:block; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZV38anDrDCksRnpFCHOIM2KvWZC2TUNm { width:13.6875rem;height:3.1875rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwGp5XaixTWrpTik7JcVUAPmeHynzW1D { display:block; }
 }@media only screen and (max-width: 763px) { #Tx1siJ4peGp4h3DXpnEiokd9AUG9Qz6A { top:1.375rem;left:0rem;width:32.6875rem;height:11.1875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R62zs85ioyade7We6TCqwvCvrpvwGImw { top:13.5rem;left:0rem;width:31.5625rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACWI8Kosy9SSTh88s7KB7Pm0bosTtwsi { display:block; }#ACWI8Kosy9SSTh88s7KB7Pm0bosTtwsi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTanVvwpAFIsMIVbLFr3M1cSaPoi5glP { width:27rem;height:13.3125rem;top:2.3125rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsVHTG9bKdiCR7NlCm7pfMoAAWqTTcad { width:28.125rem;height:13rem;top:2.3125rem;left:19.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #foSnnTaoqXse385v9BH8ncmAngkk345s { display:block; }#foSnnTaoqXse385v9BH8ncmAngkk345s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZZO4Sqe4TSPehssAm96bOhgvKTu2aMUu { width:5.375rem;height:0.125rem;top:9.8125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcikStV7wpmgqHFSWJIhXKAAlbzHpANy { width:5.375rem;height:0.125rem;top:9.8125rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #avnF0RFC4TMyrTMqTu67SVhvLU1Rqqii { width:13.3125rem;height:4.75rem;top:10.6875rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwusiKfr4IVWaW5BxfXmCV8K2EeoV61R { width:4.6875rem;height:4.6875rem;top:6.1875rem;left:5.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGvaIZG2nfc19fw70FZLyO4gL3E65QTl { width:47.75rem;height:2.875rem;top:2.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmDzffQQ43PL9OSRI1oaxTVJqU2QUriL { width:17.5rem;height:4.75rem;top:10.6875rem;left:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSUUOVhJdMnJre1gDTmPJ5vru49oNsd5 { width:3.125rem;height:3.125rem;top:7rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbCrmsFFNP3qIyrSflfQ1M51PZA3frNb { width:17.5rem;height:6.375rem;top:10.6875rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q28PTS2in7MhLdQ0DqUZg02qMPDHuE9M { width:3.125rem;height:3.125rem;top:7rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2urkf8zu8xErL8rMtA9Sl4cfdIvXegZ { display:block; }#T2urkf8zu8xErL8rMtA9Sl4cfdIvXegZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TyfTcT8eCA0ElGvZDnJWRgITlypDZCTy { width:29.8125rem;height:16.625rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0EbarhE4GyP3FkQOVmKQymQZGmH4yBE { width:28.125rem;height:14.25rem;top:10.6875rem;left:19.625rem;font-size:1rem;display:block; }#C0EbarhE4GyP3FkQOVmKQymQZGmH4yBE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b398d39371f2c56f067c44ed778007a44fadb1fa.svg); }
 }@media only screen and (max-width: 763px) { #tBe2Ix0d36zEaluFdXxSTgR2NL1yB1qi { width:47.75rem;height:2.875rem;top:2rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qViyiXd485ntWHLc80TybDpDiZGHqB1H { width:28.125rem;height:2.5625rem;top:7.5625rem;left:19.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #owWnydkceclb3mfs2fdGrHHcK8iWEEno { display:block; }#owWnydkceclb3mfs2fdGrHHcK8iWEEno > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fJ2AJnUJgiH9Se0BZclgsHo7ETkNpn0v { width:10rem;height:1.25rem;top:9.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0FbxlKhc5SNgLIdi6AxCnGttZiyXNbM { width:10.75rem;height:1.25rem;top:11.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v27uv4qI1G39cNg1BDnKiPfmT6wSZATP { width:10rem;height:1.25rem;top:19.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3Fz5q9UxU5G94EwVxoVqbV9O0mPyH9h { width:10.75rem;height:2.5625rem;top:20.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #azWS0xLlt3fMt4ouz4f6TQaX53GLIoJd { width:10.75rem;height:2.5625rem;top:20.8125rem;left:36.500001907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTTnwpkRVS6thwDLM2Z9iw3NkaR4GXvc { width:8.75rem;height:1.25rem;top:19.0625rem;left:37.500001907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGszm1POpUZWMgX6BTbGM3DxqO9Tga7g { width:13.25rem;height:2.5625rem;top:11.4375rem;left:34.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGPyxs018GbnOxn7nxNTFmisiQMBwrf5 { width:13.75rem;height:1.25rem;top:9.75rem;left:34rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX5whfWh1thtShZ38VfKD2QKnqxfCwb5 { width:26.125rem;height:17.25rem;top:5.9375rem;left:10.481831544446rem;display:none; }
 }@media only screen and (max-width: 763px) { #wQlfhadQOeaQdDF89N79gXJh6Hwmykqw { top:16.3125rem;left:3.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCESJmLRCAHM4W4Z3cWGuSLGHlRBBVeW { top:7.25rem;left:3.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfIudp0WgKCmWsVDvFRqO7f93eOwWUhk { top:7.25rem;left:40.8125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7yHCtkP4gqtkunrrTbPJRNtzhThCuWf { top:16.1875rem;left:40.6875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0XAwUxhu0TaTb45zr6eOyFIZUonpmkB { width:47.75rem;height:2.875rem;top:2.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX { display:block; }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BraR5PkgMd68TvKak83qc8Zf2zFbt1f0 { top:1.4375rem;left:0rem;width:29.125rem;height:9.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-regular-label { display:block;width:24.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-input-text { width:24.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-input-text {padding-top: 0; padding-bottom: 0;}#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-textarea { width:24.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-input-select { width:24.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-input-select {padding-top: 0; padding-bottom: 0;}#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-input-button { width:16.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.625rem; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-checkbox-label { width:23.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS  { width:24.25rem;height:auto;top:1.4375rem;left:21rem; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .radio-container { width:24.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS {display:block;}#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS { width:24.25rem;height:auto;top:1.4375rem;left:21rem; }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #l9CVUlteU2W4bK6ewEDN7UcQWZBlUbO0 {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #IWKo5swtfQl3DWfRzhEO1pJtM5Vnl3DT { display:block; }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #ipRN5dDVSK37qT7LCg2AaA3nZaJTbeMV {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #g3nUXvaAA6DpQEetZdHWPlpO26onyBrO {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #beO2ffbJmtPd7Tib5wuASbPAkmaaWkXE {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #sk4U6ZnJQ5DkiXIQaWDFHtOyrSgz5St1 {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #SI4EtfCk1EAxhFwziiwCmzywMEq3VB1X {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #F40fQqVCtvw1UetRwPbdI1kMoTtthITq { display:block; }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #Lkbe2huaU87mm5TZx679q9G9fNBgATyN {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #okigp3xI7kP4r0q9cmxr6cFAaSsDWWUU {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #hPfOgQMJetxoLQqyXkfUffcNZtdA60aq { display:block; }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #GMPCxLgzXscyIKWa7UDnE4cJlBTkABJC {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #a0oa65Ar1i9ycf8dURCL2zD30p1TrAFR {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #g8L2wqixurbtyGzJ4nJHGgzT8s0kI7K4 {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #GSTTh9duHN5rLeTQ3SFKv6Lk5p99v73V {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #yTgoiMSbyiOwq1ycI1NkGoSWbLsATL4O {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #F8QMTFXts674sCHMgguLc5pCttUq0JQO { z-index:2; }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #LAa8EE2ngsJGr0WgTm2zvax1VlKx2HDq {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #JJ1PlF4U6ayqN7NV0wX4d3SDB19E61HH {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #epqrvzEz2i6OHwkMeSCebuAp9UGi7JMr {  }
 }@media only screen and (max-width: 763px) { #S0vPHEGxqgy9TgCL8fiunryiB62oSeFc { top:13.125rem;left:0rem;width:25.625rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTfpKGpcx0iF95u6fwzTLWVtoPDKD03i { display:block; }#cTfpKGpcx0iF95u6fwzTLWVtoPDKD03i > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CAfCHQMOWOG2PAzXUOW9URTG9fQsOicg { width:12.0625rem;height:3.125rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #URK60kFLOPCA4eWO5mV18SPp5I1ovJ2p { width:12.5rem;height:;top:1.3125rem;left:10.16250038147rem;font-size:0.875rem;display:block; }#URK60kFLOPCA4eWO5mV18SPp5I1ovJ2p li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f2fc2b41ac13199e0242a80b2b1be9486187ecd1.svg); }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn { background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container { background-color: transparent; background-image: none; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container > .video-iframe-container { display: none; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row > .video-iframe-container { display: none; }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .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); }#Ry5aAFnw8mRf55tXXTzIhnDA06hfiAKn > .row .container { width:20rem;height:2.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UmBaDtvLZss4yenculz0ETTxVOcemENe { width:8.75rem;height:1.5rem;top:0.5rem;left:5.6874998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #srze8iWOdtzWfA8xM0Tow4ehD8GmziRa { display:block; }#srze8iWOdtzWfA8xM0Tow4ehD8GmziRa > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd { background-color:transparent;background-image:none;display:block; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { background-color: transparent; background-image: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container > .video-iframe-container { display: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row > .video-iframe-container { display: none; }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .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); }#xwTWZ9h4Xbsdr3Ahrmkg2Dua88ZusVWd > .row .container { width:20rem;height:23.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZV38anDrDCksRnpFCHOIM2KvWZC2TUNm { width:13.6875rem;height:3.1875rem;top:18.6875rem;left:3.1562500596046rem;box-shadow: 0.0625rem 0.0625rem 1.0625rem #ffffff ;display:block; }
 }@media only screen and (max-width: 763px) { #QwGp5XaixTWrpTik7JcVUAPmeHynzW1D { display:block; }
 }@media only screen and (max-width: 763px) { #Tx1siJ4peGp4h3DXpnEiokd9AUG9Qz6A { width:20rem;height:7.8rem;top:1.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #R62zs85ioyade7We6TCqwvCvrpvwGImw { width:19.0625rem;height:5.2rem;top:11.1875rem;left:0.46796876192093rem;font-size:1rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ACWI8Kosy9SSTh88s7KB7Pm0bosTtwsi { display:block; }#ACWI8Kosy9SSTh88s7KB7Pm0bosTtwsi > .row .container { width:20rem;height:31rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTanVvwpAFIsMIVbLFr3M1cSaPoi5glP { width:20rem;height:10.4rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zsVHTG9bKdiCR7NlCm7pfMoAAWqTTcad { width:20rem;height:16.9rem;top:12.9rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #foSnnTaoqXse385v9BH8ncmAngkk345s { display:block; }#foSnnTaoqXse385v9BH8ncmAngkk345s > .row .container { width:20rem;height:39.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZZO4Sqe4TSPehssAm96bOhgvKTu2aMUu { width:5.375rem;height:0.125rem;top:10.9375rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OcikStV7wpmgqHFSWJIhXKAAlbzHpANy { width:5.375rem;height:0.125rem;top:31.125rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #avnF0RFC4TMyrTMqTu67SVhvLU1Rqqii { width:13.3125rem;height:4.8rem;top:12.062500953674rem;left:3.3437500596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwusiKfr4IVWaW5BxfXmCV8K2EeoV61R { display:flex;width:4.6875rem;height:4.6875rem;top:7.375rem;left:7.6562505364419rem; }
 }@media only screen and (max-width: 763px) { #aGvaIZG2nfc19fw70FZLyO4gL3E65QTl { width:20rem;height:4.875rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmDzffQQ43PL9OSRI1oaxTVJqU2QUriL { width:17.5rem;height:4.8rem;top:22.425000190735rem;left:1.2500000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSUUOVhJdMnJre1gDTmPJ5vru49oNsd5 { display:flex;width:3.125rem;height:3.125rem;top:18.612500190735rem;left:8.4375005364419rem; }
 }@media only screen and (max-width: 763px) { #LbCrmsFFNP3qIyrSflfQ1M51PZA3frNb { width:17.5rem;height:6.4rem;top:32.724999904632rem;left:1.2500000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q28PTS2in7MhLdQ0DqUZg02qMPDHuE9M { display:flex;width:3.125rem;height:3.125rem;top:28.662499427796rem;left:8.4375005364419rem; }
 }@media only screen and (max-width: 763px) { #T2urkf8zu8xErL8rMtA9Sl4cfdIvXegZ { display:block; }#T2urkf8zu8xErL8rMtA9Sl4cfdIvXegZ > .row .container { width:20rem;height:43rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TyfTcT8eCA0ElGvZDnJWRgITlypDZCTy { width:20rem;height:11.153039832285rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0EbarhE4GyP3FkQOVmKQymQZGmH4yBE { width:18.75rem;height:18.15rem;top:24.25234413147rem;left:0.62421876192093rem;font-size:1rem;display:block; }#C0EbarhE4GyP3FkQOVmKQymQZGmH4yBE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b398d39371f2c56f067c44ed778007a44fadb1fa.svg); }
 }@media only screen and (max-width: 763px) { #tBe2Ix0d36zEaluFdXxSTgR2NL1yB1qi { width:20rem;height:4.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qViyiXd485ntWHLc80TybDpDiZGHqB1H { width:18.75rem;height:3.9rem;top:19.563280105591rem;left:0.62421876192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #owWnydkceclb3mfs2fdGrHHcK8iWEEno { display:block; }#owWnydkceclb3mfs2fdGrHHcK8iWEEno > .row .container { width:20rem;height:43.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fJ2AJnUJgiH9Se0BZclgsHo7ETkNpn0v { width:6.0625rem;height:2.6rem;top:6.375rem;left:7rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F0FbxlKhc5SNgLIdi6AxCnGttZiyXNbM { width:10.75rem;height:1.3rem;top:8.97500038147rem;left:4.6250000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v27uv4qI1G39cNg1BDnKiPfmT6wSZATP { width:6.0625rem;height:2.6rem;top:26.75rem;left:7rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o3Fz5q9UxU5G94EwVxoVqbV9O0mPyH9h { width:10.75rem;height:2.6rem;top:29.35000038147rem;left:4.6250000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #azWS0xLlt3fMt4ouz4f6TQaX53GLIoJd { width:10.75rem;height:2.6rem;top:39.225002288818rem;left:4.6250000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fTTnwpkRVS6thwDLM2Z9iw3NkaR4GXvc { width:6.0625rem;height:1.3rem;top:36.625rem;left:7rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yGszm1POpUZWMgX6BTbGM3DxqO9Tga7g { width:10.75rem;height:3.9rem;top:19.10000038147rem;left:4.6250000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uGPyxs018GbnOxn7nxNTFmisiQMBwrf5 { width:6.0625rem;height:2.6rem;top:16.5rem;left:7rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TX5whfWh1thtShZ38VfKD2QKnqxfCwb5 { width:17.1875rem;height:11.4375rem;top:42.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wQlfhadQOeaQdDF89N79gXJh6Hwmykqw { width:2.1875rem;height:2.1875rem;top:23.3544921875rem;left:8.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCESJmLRCAHM4W4Z3cWGuSLGHlRBBVeW { width:2.1875rem;height:2.1875rem;top:3.0419921875rem;left:8.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfIudp0WgKCmWsVDvFRqO7f93eOwWUhk { width:2.1875rem;height:2.1875rem;top:13.5419921875rem;left:8.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7yHCtkP4gqtkunrrTbPJRNtzhThCuWf { width:2.375rem;height:2.375rem;top:33.6044921875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0XAwUxhu0TaTb45zr6eOyFIZUonpmkB { width:20rem;height:0;top:43.60000038147rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX { display:block; }#fPKeCV29FinTfg9Z1IqoAHVNg7i7zQMX > .row .container { width:20rem;height:52.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BraR5PkgMd68TvKak83qc8Zf2zFbt1f0 { width:20rem;height:18.2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-regular-label { display:block;width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-input-text {padding-top: 0; padding-bottom: 0;}#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-input-select {padding-top: 0; padding-bottom: 0;}#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-input-button { width:10.5rem;margin-top:0.25rem;margin-right:2.25rem;margin-bottom:0.25rem;margin-left:2.25rem;height:3.125rem;text-align:center;text-align-last:center;line-height:1;overflow:hidden; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .widget-checkbox-label { width:13.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS  { width:15rem;height:auto;top:22.29921913147rem;left:1.2500000596046rem; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS {display:block;}#U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS { width:15rem;height:auto;top:22.29921913147rem;left:1.2500000596046rem; }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #l9CVUlteU2W4bK6ewEDN7UcQWZBlUbO0 {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #IWKo5swtfQl3DWfRzhEO1pJtM5Vnl3DT { display:none; }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #ipRN5dDVSK37qT7LCg2AaA3nZaJTbeMV {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #g3nUXvaAA6DpQEetZdHWPlpO26onyBrO {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #beO2ffbJmtPd7Tib5wuASbPAkmaaWkXE { display:none; }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #sk4U6ZnJQ5DkiXIQaWDFHtOyrSgz5St1 {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #SI4EtfCk1EAxhFwziiwCmzywMEq3VB1X {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #F40fQqVCtvw1UetRwPbdI1kMoTtthITq { display:none; }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #Lkbe2huaU87mm5TZx679q9G9fNBgATyN {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #okigp3xI7kP4r0q9cmxr6cFAaSsDWWUU {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #hPfOgQMJetxoLQqyXkfUffcNZtdA60aq { display:none; }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #GMPCxLgzXscyIKWa7UDnE4cJlBTkABJC {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #a0oa65Ar1i9ycf8dURCL2zD30p1TrAFR {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #g8L2wqixurbtyGzJ4nJHGgzT8s0kI7K4 { display:none; }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #GSTTh9duHN5rLeTQ3SFKv6Lk5p99v73V {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #yTgoiMSbyiOwq1ycI1NkGoSWbLsATL4O {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #F8QMTFXts674sCHMgguLc5pCttUq0JQO { z-index:2; }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #LAa8EE2ngsJGr0WgTm2zvax1VlKx2HDq {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #JJ1PlF4U6ayqN7NV0wX4d3SDB19E61HH {  }
 }@media only screen and (max-width: 763px) { #U5CkG9T7eQJdmbVgTZXkziym0mDaE9LS #epqrvzEz2i6OHwkMeSCebuAp9UGi7JMr {  }
 }@media only screen and (max-width: 763px) { #S0vPHEGxqgy9TgCL8fiunryiB62oSeFc { width:20rem;height:1.3rem;top:20.275000572204rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cTfpKGpcx0iF95u6fwzTLWVtoPDKD03i { display:block; }#cTfpKGpcx0iF95u6fwzTLWVtoPDKD03i > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CAfCHQMOWOG2PAzXUOW9URTG9fQsOicg { width:10.5625rem;height:2.625rem;top:0.9375rem;left:4.7187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #URK60kFLOPCA4eWO5mV18SPp5I1ovJ2p { width:12.5rem;height:11.0875rem;top:4.5rem;left:3.75rem;font-size:0.875rem;display:block; }#URK60kFLOPCA4eWO5mV18SPp5I1ovJ2p li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_f2fc2b41ac13199e0242a80b2b1be9486187ecd1.svg); }
 }