.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:rgba(255,255,255,0.78);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); }#qVVGlsy6nTOKzbRQCuWu3i0JuBFVyuLw { position:relative;display:none; }#qVVGlsy6nTOKzbRQCuWu3i0JuBFVyuLw { border-width: 0; border-radius: 0; }#qVVGlsy6nTOKzbRQCuWu3i0JuBFVyuLw > .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; }#qVVGlsy6nTOKzbRQCuWu3i0JuBFVyuLw > .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; }#rBIqC50vPJgPJUNbNDFODH0y2JUyddwx { display:block;width:36.624125rem;position:absolute;font-family:imessage;font-size:3.375rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;top:8.4844970703125rem;left:3.9373779296875rem;height:4.05029375rem;color:#fbfaf3;font-style:normal;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:left;text-align-last:left;display:none; }
#DUiDR58d7XNxXKf9d386DQg88dbCT37F { display:block;width:24.937125rem;position:absolute;font-family:imessage;font-size:2.1875rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;top:16.033935546875rem;left:47.15576171875rem;height:2.6245125rem;color:#000000;font-style:normal;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:left;text-align-last:left;display:none; }
#E3kiyQf2oVAp1RA1ZpVvvK5EeE5rFapl { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.625rem 0.9375rem 1.8125rem rgba(0,0,0,0.1) ;height:30.4375rem;width:24.3125rem;top:19.373779296875rem;left:47.280883789062rem;overflow:hidden;display:none; }
#NG4p66Dyd0esgITtRhhnK82zdT5DVE31 { 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:15000;opacity:1;display:none; }
#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT { background-color:#000000;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { background-color: transparent; background-image: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container > .video-iframe-container { display: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container { display: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .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); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { border-width: 0; border-radius: 0; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { font-size:0.875rem;font-family:arial;height:69.125rem;width:75rem;overflow:visible;position:relative;display:block; }#qJ4t3JegTEpUxeOAhOkURdGzTrivCHGP { display:block;width:34.562375rem;position:absolute;font-family:imessage;font-size:2.1875rem;font-weight:400;z-index:14999;line-height:1.2;letter-spacing:0;top:16.158447265625rem;left:3.9373779296875rem;height:2.6245125rem;color:#fbfaf3;font-style:normal;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:left;text-align-last:left;display:block; }
#LIBPy1LfPtf9o4dQXHuCAT6iTh88LKR2 { display:block;width:75rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:4.1875rem;left:0rem;height:3.75rem;color:#000000;font-style:normal;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; }
#o3i94OIlszp8IaskbXCNdnD8FuZGiA1b { display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.9375rem;font-weight:700;z-index:14999;line-height:1.2;letter-spacing:0;top:1.6867899894714rem;left:0rem;height:7.049875rem;color:#000000;font-style:normal;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:none; }
#CDBlHTIxwd5qOtpQutxTvWtaLTSXPssc { color:#fbfaf3;display:block;width:22.1875rem;position:absolute;font-family:imessage;font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:19.498291015625rem;left:3.9373779296875rem;height:13.2629375rem;text-align:left;text-align-last:left;display:block; }#CDBlHTIxwd5qOtpQutxTvWtaLTSXPssc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CDBlHTIxwd5qOtpQutxTvWtaLTSXPssc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_332cd86a862e37f8196fd55b09abbb17.svg); }
#StNmTDmJ2BNam5hdElR5DsRXcEUFk9uZ { background-color:#000000;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: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:imessage;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:41.749267578125rem;left:7.31201171875rem;display:block; }
#hTXD6WmHoe32sp5QTahWcIdU35hszHlE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VqzkoQGss1MncG6iC02JEtkZhnaP7kgo { color:#000000;display:block;width:20.375rem;position:absolute;font-family:imessage;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:51.99951171875rem;left:47.8125rem;height:0;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:left;text-align-last:left;display:block; }
#TafnskwThxLInBeEDCa0Ihxn5zAffq8b { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.625rem 0.9375rem 1.8125rem rgba(0,0,0,0.1) ;height:30.4375rem;width:24.3125rem;top:19.373779296875rem;left:47.280883789062rem;overflow:hidden;display:block; }
#WWBtqBxcvVRxWSkwaxkRrNWWqaASzV1e { box-sizing:content-box;height:69.1875rem;width:68.9375rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(116deg, #fbfaf3, #c1c0b5);background-image: -moz-linear-gradient(116deg, #fbfaf3, #c1c0b5);background-image: -ms-linear-gradient(116deg, #fbfaf3, #c1c0b5);background-image: -o-linear-gradient(116deg, #fbfaf3, #c1c0b5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfaf3', endColorstr='#c1c0b5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfaf3', endColorstr='#c1c0b5' );";background-image: linear-gradient(116deg, #fbfaf3, #c1c0b5);background-size:auto !important;top:0rem;left:43.967895507812rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#oCUBywR9zLITXKl1RWcd7ZDLFHTboOWJ { display:block;width:21.31225rem;position:absolute;font-family:imessage;font-size:1.9375rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:36.124267578125rem;left:4.686279296875rem;height:4.6484375rem;color:#fbfaf3;font-style:normal;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; }
#I83USwW8EhPfBprctPwZnOnJhm8mhd1E { box-sizing:content-box;height:13.875rem;width:22.9375rem;position:absolute;display:block;z-index:14999;background-color:#007bff;background-image:none;top:34.561767578125rem;left:3.936767578125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#PTQx2osK3IlNON9xVISnAAXLbkkuWCrv { color:#000000;display:block;width:12.5rem;position:absolute;font-family:imessage;font-size:1.0625rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:45.499267578125rem;left:9.6240234375rem;height:1.381225rem;text-align:center;text-align-last:center;display:block; }
#s1vJK80g4PwpvlGAd3uTEHAiMHDe0zTG { display:block;width:36.624125rem;position:absolute;font-family:imessage;font-size:3.375rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;top:8.4844970703125rem;left:3.9373779296875rem;height:4.05029375rem;color:#fbfaf3;font-style:normal;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:left;text-align-last:left;display:block; }
#TkxG4a60qnX6Lbu43oaDKfm2IfPGn9Vr { display:block;width:24.937125rem;position:absolute;font-family:imessage;font-size:2.1875rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;top:16.033935546875rem;left:47.15576171875rem;height:2.6245125rem;color:#000000;font-style:normal;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:left;text-align-last:left;display:block; }
#c5XC5MTTF1lJ9BT56Gp8ReWcOMVV8PoV { display:block;width:34.562375rem;position:absolute;font-family:imessage;font-size:2.1875rem;font-weight:400;z-index:14999;line-height:1.2;letter-spacing:0;top:16.158447265625rem;left:3.9373779296875rem;height:2.6245125rem;color:#fbfaf3;font-style:normal;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:left;text-align-last:left;display:none; }
#KvJ3LwEDThtKRFEu5C0UKihcRKl3Ct0W { background-color:#000000;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: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:imessage;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:41.749267578125rem;left:7.31201171875rem;display:none; }
#fsM8R2JxlpfgFfzMcmt0rM8sTTo53DTR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SiZAOreeZfFpwddbXpTsoEbcVCcyG61w { color:#fbfaf3;display:block;width:22.1875rem;position:absolute;font-family:imessage;font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:19.498291015625rem;left:3.9373779296875rem;height:13.2629375rem;text-align:left;text-align-last:left;display:none; }#SiZAOreeZfFpwddbXpTsoEbcVCcyG61w li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SiZAOreeZfFpwddbXpTsoEbcVCcyG61w li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_332cd86a862e37f8196fd55b09abbb17.svg); }
#kW4Oe1epBszbQCRHlMKhF9gMprOFD4yd { box-sizing:content-box;height:13.875rem;width:22.9375rem;position:absolute;display:block;z-index:14999;background-color:#007bff;background-image:none;top:34.561767578125rem;left:3.936767578125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#KSoPf681oQuThqoTHQzFLs4Dlz83tay5 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:imessage;font-size:1.0625rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:45.499267578125rem;left:9.6240234375rem;height:1.381225rem;text-align:center;text-align-last:center;display:none; }
#QdWabVPbruxQNVvIClEDNRTHKSdTqZA5 { display:block;width:17.062375rem;position:absolute;font-family:imessage;font-size:1.9375rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:36.37451171875rem;left:6.9366455078125rem;height:4.6484375rem;color:#fbfaf3;font-style:normal;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:none; }
#ggHECFgnQdwNzcmzDnIOTwg6dNZ55Ufn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#ggHECFgnQdwNzcmzDnIOTwg6dNZ55Ufn > .row .container { background-color: transparent; background-image: none; }#ggHECFgnQdwNzcmzDnIOTwg6dNZ55Ufn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ggHECFgnQdwNzcmzDnIOTwg6dNZ55Ufn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ggHECFgnQdwNzcmzDnIOTwg6dNZ55Ufn > .row .container > .video-iframe-container { display: none; }#ggHECFgnQdwNzcmzDnIOTwg6dNZ55Ufn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ggHECFgnQdwNzcmzDnIOTwg6dNZ55Ufn > .row > .video-iframe-container { display: none; }#ggHECFgnQdwNzcmzDnIOTwg6dNZ55Ufn > .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); }#ggHECFgnQdwNzcmzDnIOTwg6dNZ55Ufn > .row .container { border-width: 0; border-radius: 0; }#ggHECFgnQdwNzcmzDnIOTwg6dNZ55Ufn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ggHECFgnQdwNzcmzDnIOTwg6dNZ55Ufn > .row .container { font-size:0.875rem;font-family:arial;height:25.625rem;width:75rem;position:relative;display:block; }#p5mTwgh9rnpSBoA14zSTd3RrXO1mI418 { 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:4.3125rem;width:18.75rem;top:10.655517578125rem;left:28.125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qVVGlsy6nTOKzbRQCuWu3i0JuBFVyuLw { display:none; }#qVVGlsy6nTOKzbRQCuWu3i0JuBFVyuLw > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rBIqC50vPJgPJUNbNDFODH0y2JUyddwx { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DUiDR58d7XNxXKf9d386DQg88dbCT37F { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #E3kiyQf2oVAp1RA1ZpVvvK5EeE5rFapl { width:24.3125rem;height:30.437469472537rem;top:19.3125rem;left:23.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NG4p66Dyd0esgITtRhhnK82zdT5DVE31 { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT { display:block; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { height:35.4375rem;width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qJ4t3JegTEpUxeOAhOkURdGzTrivCHGP { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LIBPy1LfPtf9o4dQXHuCAT6iTh88LKR2 { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #o3i94OIlszp8IaskbXCNdnD8FuZGiA1b { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CDBlHTIxwd5qOtpQutxTvWtaLTSXPssc { width:22.1875rem;height:13.25rem;top:19.4375rem;left:0rem;font-size:1.5rem;display:none; }#CDBlHTIxwd5qOtpQutxTvWtaLTSXPssc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_332cd86a862e37f8196fd55b09abbb17.svg); }
 }@media only screen and (max-width: 763px) { #StNmTDmJ2BNam5hdElR5DsRXcEUFk9uZ { width:17.1875rem;height:3.4375rem;top:41.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hTXD6WmHoe32sp5QTahWcIdU35hszHlE { display:block; }
 }@media only screen and (max-width: 763px) { #VqzkoQGss1MncG6iC02JEtkZhnaP7kgo { width:20.3125rem;height:;top:51.9375rem;left:27.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TafnskwThxLInBeEDCa0Ihxn5zAffq8b { width:24.3125rem;height:30.437469472537rem;top:19.3125rem;left:23.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WWBtqBxcvVRxWSkwaxkRrNWWqaASzV1e { width:47.75rem;height:69.1875rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oCUBywR9zLITXKl1RWcd7ZDLFHTboOWJ { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #I83USwW8EhPfBprctPwZnOnJhm8mhd1E { width:22.875rem;height:13.8125rem;top:34.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTQx2osK3IlNON9xVISnAAXLbkkuWCrv { width:12.5rem;height:1.375rem;top:45.4375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #s1vJK80g4PwpvlGAd3uTEHAiMHDe0zTG { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TkxG4a60qnX6Lbu43oaDKfm2IfPGn9Vr { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #c5XC5MTTF1lJ9BT56Gp8ReWcOMVV8PoV { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KvJ3LwEDThtKRFEu5C0UKihcRKl3Ct0W { width:17.1875rem;height:3.4375rem;top:41.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fsM8R2JxlpfgFfzMcmt0rM8sTTo53DTR { display:block; }
 }@media only screen and (max-width: 763px) { #SiZAOreeZfFpwddbXpTsoEbcVCcyG61w { width:22.1875rem;height:13.25rem;top:19.4375rem;left:0rem;font-size:1.1875rem;display:none; }#SiZAOreeZfFpwddbXpTsoEbcVCcyG61w li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_332cd86a862e37f8196fd55b09abbb17.svg); }
 }@media only screen and (max-width: 763px) { #kW4Oe1epBszbQCRHlMKhF9gMprOFD4yd { width:22.875rem;height:13.8125rem;top:34.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KSoPf681oQuThqoTHQzFLs4Dlz83tay5 { width:12.5rem;height:1.375rem;top:45.4375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QdWabVPbruxQNVvIClEDNRTHKSdTqZA5 { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ggHECFgnQdwNzcmzDnIOTwg6dNZ55Ufn { display:block; }#ggHECFgnQdwNzcmzDnIOTwg6dNZ55Ufn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p5mTwgh9rnpSBoA14zSTd3RrXO1mI418 { width:18.75rem;height:4.3125rem;top:10.625rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(255,255,255,0.51);background-image:none;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); } }@media only screen and (max-width: 763px) { #qVVGlsy6nTOKzbRQCuWu3i0JuBFVyuLw { display:block; }#qVVGlsy6nTOKzbRQCuWu3i0JuBFVyuLw > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rBIqC50vPJgPJUNbNDFODH0y2JUyddwx { width:19.187rem;height:5.8496125rem;top:6.7230224609375rem;left:0rem;text-align:left;text-align-last:left;font-size:2.4375rem;color:#000000;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #DUiDR58d7XNxXKf9d386DQg88dbCT37F { width:15.249625rem;height:1.57470625rem;top:14.4375rem;left:0.3125rem;text-align:left;text-align-last:left;font-size:1.3125rem;color:#000000;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #E3kiyQf2oVAp1RA1ZpVvvK5EeE5rFapl { width:18.3125rem;height:22.875rem;top:16.749877929688rem;left:0.3125rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #NG4p66Dyd0esgITtRhhnK82zdT5DVE31 { display:flex;top:37.249755859375rem;left:18.125rem;width:2.5rem;height:2.5rem;z-index:15018;opacity:.19;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT { background-color:#000000;background-image:none;display:block; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { background-color: transparent; background-image: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container > .video-iframe-container { display: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row > .video-iframe-container { display: none; }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .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); }#xdJIC9dtTbDIcUySg7TgcThm9DhOo5DT > .row .container { height:47.8125rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qJ4t3JegTEpUxeOAhOkURdGzTrivCHGP { width:20rem;height:0;top:27.24853515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #LIBPy1LfPtf9o4dQXHuCAT6iTh88LKR2 { width:20rem;height:0;top:13.061079025269rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #o3i94OIlszp8IaskbXCNdnD8FuZGiA1b { width:20rem;height:0;top:4.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;z-index:15000;font-family:imessage;display:none; }
 }@media only screen and (max-width: 763px) { #CDBlHTIxwd5qOtpQutxTvWtaLTSXPssc { width:13.499125rem;height:0;top:38.631591796875rem;left:3.2501220703125rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }#CDBlHTIxwd5qOtpQutxTvWtaLTSXPssc li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_332cd86a862e37f8196fd55b09abbb17.svg); }
 }@media only screen and (max-width: 763px) { #StNmTDmJ2BNam5hdElR5DsRXcEUFk9uZ { width:14.6875rem;height:3.4375rem;top:31.874389648438rem;left:2.65625rem;font-family:imessage;display:none; }
 }@media only screen and (max-width: 763px) { #hTXD6WmHoe32sp5QTahWcIdU35hszHlE { display:block; }
 }@media only screen and (max-width: 763px) { #VqzkoQGss1MncG6iC02JEtkZhnaP7kgo { width:14.6875rem;height:0;top:14.249877929688rem;left:2.65625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TafnskwThxLInBeEDCa0Ihxn5zAffq8b { width:10.37475rem;height:12.937rem;top:54.625244140625rem;left:3.812255859375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WWBtqBxcvVRxWSkwaxkRrNWWqaASzV1e { width:20rem;height:59.562375rem;top:31.298828125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oCUBywR9zLITXKl1RWcd7ZDLFHTboOWJ { width:17rem;height:0;top:81.624875rem;left:3rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #I83USwW8EhPfBprctPwZnOnJhm8mhd1E { width:20rem;height:13.8125rem;top:79.812375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PTQx2osK3IlNON9xVISnAAXLbkkuWCrv { width:12.5rem;height:0;top:90.749875rem;left:5.6875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #s1vJK80g4PwpvlGAd3uTEHAiMHDe0zTG { width:20rem;height:0;top:17.22412109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #TkxG4a60qnX6Lbu43oaDKfm2IfPGn9Vr { width:20rem;height:0;top:115.73594882813rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #c5XC5MTTF1lJ9BT56Gp8ReWcOMVV8PoV { width:18.125rem;height:;top:2.18505859375rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.6875rem;color:#ffffff;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #KvJ3LwEDThtKRFEu5C0UKihcRKl3Ct0W { width:12.5rem;height:2.87475625rem;top:27.999267578125rem;left:3.75rem;font-family:imessage;z-index:15016;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsM8R2JxlpfgFfzMcmt0rM8sTTo53DTR { display:block; }
 }@media only screen and (max-width: 763px) { #SiZAOreeZfFpwddbXpTsoEbcVCcyG61w { width:15.9375rem;height:10.824rem;top:7.75634765625rem;left:0.625rem;font-size:1.1875rem;text-align:left;text-align-last:left;z-index:15010;display:block; }#SiZAOreeZfFpwddbXpTsoEbcVCcyG61w li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_332cd86a862e37f8196fd55b09abbb17.svg); }
 }@media only screen and (max-width: 763px) { #kW4Oe1epBszbQCRHlMKhF9gMprOFD4yd { width:19.3125rem;height:10.75rem;top:22.62451171875rem;left:0.3424072265625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #KSoPf681oQuThqoTHQzFLs4Dlz83tay5 { width:12.5rem;height:1.13769375rem;top:31.124267578125rem;left:3.75rem;font-size:0.875rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #QdWabVPbruxQNVvIClEDNRTHKSdTqZA5 { width:16.9995rem;height:3.59985625rem;top:23.56201171875rem;left:1.4996337890625rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #ggHECFgnQdwNzcmzDnIOTwg6dNZ55Ufn { display:block; }#ggHECFgnQdwNzcmzDnIOTwg6dNZ55Ufn > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p5mTwgh9rnpSBoA14zSTd3RrXO1mI418 { width:18.75rem;height:4.3125rem;top:1.25rem;left:0.625rem;display:block; }
 }